/*
	Theme Name: Workality Lite
	Theme URI: https://northeme.com/themes/workality-lite
	Description: Clean&Responsive Wordpress Theme
	Author: Northeme.com
	Author URI: http://northeme.com
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Tags: responsive
	Version: 1.7.2

	All files are released under the GNU General Public License version 3.0
	(http://www.gnu.org/licenses/gpl-3.0.html)


	TABLE OF CONTENTS
	==================================================
		1 - BASE STYLES
			#Reset & Basics
			#Basic Styles
			#Site Styles
			#Typography
			#Links
			#Lists
			#Images
			#Buttons
			#Forms
			#Misc

		2 - BASE RESPONSIVE
			#Base 960 Grid
			#Tablet (Portrait)
			#Mobile (Portrait)
			#Mobile (Landscape)
			#Clearing

		3 - TWITTER GLYPHICONS & SOCIAL ICONS
		4 - TABS
		5 - FLEXSLIDER
		6 - WIDGETS
		7 - REALPERSON (CAPTCHA STYLES)
		8 - SITE LAYOUT
			#Site Styles
			#Media Queries
		9 - FONT AWESOME

*/


/*=====================================================================================================
	1 - BASE STYLES
======================================================================================================= */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1.7em; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none;
		}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }
	::selection {
		background: #f9f9f9; /* Safari */
	}
	::-moz-selection {
		background: #f9f9f9; /* Safari */
	}

/* #Basic Styles
================================================== */
	body {
  		background: #fff;
		font: 14px/22px "Helvetica Neue", Arial, Helvetica, sans-serif;
		color: #444;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }


/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
		color: #000;
		font-weight: normal;
		}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; color:inherit }
	h1 { font-size: 46px; line-height: 50px; margin-bottom: 14px; letter-spacing:-0.04em; }
	h1.biggest { font-size: 48px; line-height:44px; margin:15px 0 15px 0; font-weight:lighter; letter-spacing:-0.02em; }
	h2 { font-size: 30px; line-height: 35px; margin:15px 0 15px 0; }
	h3 { font-size: 24px; line-height: 29px; }
	h4 { font-size: 21px; line-height: 26px; }
	h5 { font-size: 18px; line-height: 23px; }
	h6 { font-size: 12px; line-height: 21px; margin:5px 0 0 0 }
	.subheader { color: #777; }

	p { margin: 5px 0 20px 0; line-height:1.7em; }
	p.featured { }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px;  }

	em { font-style: italic; }
	strong { font-weight: bold; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 14px; font-style:italic; line-height: 24px; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 1px 25px; margin-left:25px; border-left: 2px solid #bbb; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr {
		 border: solid #bbb;
	     border-width: 1px 0 0;
		 clear: both;
		 margin: 30px 0 30px 0;
		 height: 0;
	    }
	hr.headertop {
		margin:30px 0 30px 0;
	}
	hr.headerbottom {
		margin:20px 0 0px 0;
	}
	hr.footer {
		margin:20px 0 20px 0;
		}
	hr.square {
		 background:url(images/squares.png);
		 clear: both;
		 margin: 20px 0 0px 0;
		 height: 5px;
	    }
/* #Links
================================================== */
	a {
		text-decoration: none;
		outline: 0;
		-webkit-transition: color 0.3s linear;
        -moz-transition: color 0.3s linear;
        -ms-transition: color 0.3s linear;
        -o-transition: color 0.3s linear;
        transition: color 0.3s linear;
		}
	a:hover, a:focus { }
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; margin-top:20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul, ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }
	img {
		max-width: 100%;
		height: auto !important;
	}

/* #Buttons
================================================== */
	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #eee;
	  border: none;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #444;
	  display: inline-block;
	  font-size: 12px;
	  text-decoration: none;
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: normal;
	  padding: 9px 15px;
	  text-transform:uppercase;
	 }

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #222;
		background: #ddd;
	}

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 1px solid #666;
		background: #ccc;
	}

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}


/* #Forms
================================================== */

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 14px 12px;
		outline: none;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 210px;
		max-width: 100%;
		margin-bottom: 20px;
		background: #fff;
		-webkit-transition: background-color .2s ease, border-color .2s ease;
		-moz-transition: background-color 2s ease, border-color .2s ease;
		-o-transition: background-color 2s ease, border-color .2s ease;
		-ms-transition: background-color 2s ease, border-color .2s ease;
		transition: background-color .2s ease, border-color .2s ease;
	}
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
		background-color:#fff;
 		color: #444;
	}
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-size: 13px;
		margin-bottom:3px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

	input.tiny {
		width: 50px;
	}
	input.small {
		width: 100px;
	}
	input.medium {
		width: 150px;
	}
	input.large {
		width: 210px;
	}

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }
	.pull-right { float:right }
	.align-right { text-align:right }






/*=====================================================================================================
	2 - BASE RESPONSIVE
======================================================================================================= */

/* Table of Contents
==================================================
    #Base 960 Grid
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape)
    #Clearing */



/* #Base 960 Grid
================================================== */

    .container                                  { position: relative; width: 960px; margin: 0 auto; padding: 0; }
    .container .column,
    .container .columns                         { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
    .row                                        { margin-bottom: 20px; }

    /* Nested Column Classes */
    .column.alpha, .columns.alpha               { margin-left: 0; }
    .column.omega, .columns.omega               { margin-right: 0; }

    /* Base Grid */
    .container .one.column,
    .container .one.columns                     { width: 40px;  }
    .container .two.columns                     { width: 100px; }
    .container .three.columns                   { width: 160px; }
    .container .four.columns                    { width: 220px; }
    .container .five.columns                    { width: 280px; }
    .container .six.columns                     { width: 340px; }
    .container .seven.columns                   { width: 400px; }
    .container .eight.columns                   { width: 460px; }
    .container .nine.columns                    { width: 520px; }
    .container .ten.columns                     { width: 580px; }
    .container .eleven.columns                  { width: 640px; }
    .container .twelve.columns                  { width: 700px; }
    .container .thirteen.columns                { width: 760px; }
    .container .fourteen.columns                { width: 820px; }
    .container .fifteen.columns                 { width: 880px; }
    .container .sixteen.columns                 { width: 940px; }
    .container .fifteensp.columns               { width: 880px; }

    .container .one-third.column                { width: 300px; }
    .container .two-thirds.column               { width: 620px; }

    /* Offsets */
    .container .offset-by-half                  { padding-left: 30px;  }
    .container .offset-by-one                   { padding-left: 60px;  }
    .container .offset-by-two                   { padding-left: 120px; }
    .container .offset-by-three                 { padding-left: 180px; }
    .container .offset-by-four                  { padding-left: 240px; }
    .container .offset-by-five                  { padding-left: 300px; }
    .container .offset-by-six                   { padding-left: 360px; }
    .container .offset-by-seven                 { padding-left: 420px; }
    .container .offset-by-eight                 { padding-left: 480px; }
    .container .offset-by-nine                  { padding-left: 540px; }
    .container .offset-by-ten                   { padding-left: 600px; }
    .container .offset-by-eleven                { padding-left: 660px; }
    .container .offset-by-twelve                { padding-left: 720px; }
    .container .offset-by-thirteen              { padding-left: 780px; }
    .container .offset-by-fourteen              { padding-left: 840px; }
    .container .offset-by-fifteen               { padding-left: 900px; }



/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px */

    @media only screen and (min-width: 768px) and (max-width: 959px) {
        .container                                  { width: 768px; }
        .container .column,
        .container .columns                         { margin-left: 10px; margin-right: 10px;  }
        .column.alpha, .columns.alpha               { margin-left: 0; margin-right: 10px; }
        .column.omega, .columns.omega               { margin-right: 0; margin-left: 10px; }
        .alpha.omega                                { margin-left: 0; margin-right: 0; }

        .container .one.column,
        .container .one.columns                     { width: 28px; }
        .container .two.columns                     { width: 76px; }
        .container .three.columns                   { width: 124px; }
        .container .four.columns                    { width: 172px; }
        .container .five.columns                    { width: 220px; }
        .container .six.columns                     { width: 268px; }
        .container .seven.columns                   { width: 316px; }
        .container .eight.columns                   { width: 364px; }
        .container .nine.columns                    { width: 412px; }
        .container .ten.columns                     { width: 460px; }
        .container .eleven.columns                  { width: 508px; }
        .container .twelve.columns                  { width: 556px; }
        .container .thirteen.columns                { width: 604px; }
        .container .fourteen.columns                { width: 652px; }
        .container .fifteen.columns                 { width: 700px; }
        .container .sixteen.columns                 { width: 748px; }
        .container .fifteensp.columns                 { width: 700px; }

        .container .one-third.column                { width: 236px; }
        .container .two-thirds.column               { width: 492px; }

        /* Offsets */
   		.container .offset-by-half                  { padding-left: 24px;  }
        .container .offset-by-one                   { padding-left: 48px; }
        .container .offset-by-two                   { padding-left: 96px; }
        .container .offset-by-three                 { padding-left: 144px; }
        .container .offset-by-four                  { padding-left: 192px; }
        .container .offset-by-five                  { padding-left: 240px; }
        .container .offset-by-six                   { padding-left: 288px; }
        .container .offset-by-seven                 { padding-left: 336px; }
        .container .offset-by-eight                 { padding-left: 384px; }
        .container .offset-by-nine                  { padding-left: 432px; }
        .container .offset-by-ten                   { padding-left: 480px; }
        .container .offset-by-eleven                { padding-left: 528px; }
        .container .offset-by-twelve                { padding-left: 576px; }
        .container .offset-by-thirteen              { padding-left: 624px; }
        .container .offset-by-fourteen              { padding-left: 672px; }
        .container .offset-by-fifteen               { padding-left: 720px; }
    }


/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

    @media only screen and (max-width: 767px) {
        .container { width: 300px; }
        .container .columns,
        .container .column { margin: 0; }

        .container .one.column,
        .container .one.columns,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column,
        .container .two-thirds.column  { width: 300px; }

		.container .fifteensp.columns { width: 280px; margin:0 10px 0 10px; }
		.container .fifteensp.columns .four.columns,
		.container .fifteensp.columns .twelve.columns,
		.container .fifteensp.columns .three.columns { width: 280px; }


        /* Offsets */
        .container .offset-by-half,
		.container .offset-by-one,
        .container .offset-by-two,
        .container .offset-by-three,
        .container .offset-by-four,
        .container .offset-by-five,
        .container .offset-by-six,
        .container .offset-by-seven,
        .container .offset-by-eight,
        .container .offset-by-nine,
        .container .offset-by-ten,
        .container .offset-by-eleven,
        .container .offset-by-twelve,
        .container .offset-by-thirteen,
        .container .offset-by-fourteen,
        .container .offset-by-fifteen { padding-left: 0; }



        /* Heading */
		h1 { font-size: 32px; line-height:35px; margin-bottom: 5px; letter-spacing:0; }
		h2 { font-size: 24px; line-height: 28px; margin:10px 0 10px 0; }
		h3 { font-size: 21px; line-height: 24px; }
		h4 { font-size: 18px; line-height: 21px; }
		h5 { font-size: 12px; line-height: 14px; }


    }


/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */

    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .container { width: 420px; }
        .container .columns,
        .container .column { margin: 0; }

        .container .one.column,
        .container .one.columns,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column,
        .container .two-thirds.column { width: 420px; }


		.container .fifteensp.columns { width: 400px; margin:0 10px 0 10px; }
		.container .fifteensp.columns .four.columns,
		.container .fifteensp.columns .twelve.columns,
		.container .fifteensp.columns .three.columns { width: 400px; }

    }


/* #Clearing
================================================== */

    /* Self Clearing Goodness */
    .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

    /* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row,
    .clearfix {
      zoom: 1; }

    /* You can also use a <br class="clear" /> to clear columns */
    .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }
	.hidden {
	  display:none
	}



/*=====================================================================================================
	3 - TWITTER GLYPHICONS & SOCIAL ICONS
======================================================================================================= */



	[class^="icon-"],
	[class*=" icon-"] {
	  display: inline-block;
	  width: 14px;
	  height: 14px;
	  margin-top: 1px;
	  *margin-right: .3em;
	  line-height: 14px;
	  vertical-align: text-top;
	  background-image: url("images/glyphicons-halflings.png");
	  background-position: 14px 14px;
	  background-repeat: no-repeat;
	}


	[class^="norsocial-"] {
	  display: inline-block;
	  width: 24px;
	  height: 24px;
	  margin-top: 1px;
	  margin-right: 3px;
	  line-height: 24px;
	  vertical-align: text-top;
	  background-image: url("images/social.png");
	  background-position: 24px 24px;
	  background-repeat: no-repeat;
	}

	/* White icons with optional class, or on hover/active states of certain elements */

	.icon-white {
	  background-image: url("images/glyphicons-halflings-white.png");
	}

	.norsocial-facebook {
	  background-position: 0px 0;
	}
	.norsocial-facebook:hover {
	  background-position: 0px -28px;
	}
	.norsocial-twitter {
	  background-position: -32px 0;
	}
	.norsocial-twitter:hover {
	  background-position: -32px -28px;
	}
	.norsocial-tumblr {
	  background-position: -64px 0;
	}
	.norsocial-tumblr:hover {
	  background-position: -64px -28px;
	}
	.norsocial-flickr {
	  background-position: -96px 0;
	}
	.norsocial-flickr:hover {
	  background-position: -96px -28px;
	}
	.norsocial-pinterest {
	  background-position: -128px 0;
	}
	.norsocial-pinterest:hover {
	  background-position: -128px -28px;
	}
	.norsocial-vimeo {
	  background-position: -160px 0;
	}
	.norsocial-vimeo:hover {
	  background-position: -160px -28px;
	}
	.norsocial-google {
	  background-position: -192px 0;
	}
	.norsocial-google:hover {
	  background-position: -192px -28px;
	}
	.norsocial-linkedin {
	  background-position: -224px 0;
	}
	.norsocial-linkedin:hover {
	  background-position: -224px -28px;
	}
	.norsocial-behance {
	  background-position: -256px 0;
	}
	.norsocial-behance:hover {
	  background-position: -256px -28px;
	}
	.norsocial-dribbble {
	  background-position: -288px 0;
	}
	.norsocial-dribbble:hover {
	  background-position: -288px -28px;
	}


	i.menu-icon {
	  background:url(images/menu.png) no-repeat; width:18px; height:18px; display: inline-block;
	}
	.menu-remove {
	  width:18px; height:18px;
	  background: url("images/glyphicons-halflings.png") -310px 3px no-repeat;
	  display: inline-block;
	  line-height: 24px;
	}

	.icon-glass {
	  background-position: 0      0;
	}
	.icon-music {
	  background-position: -24px 0;
	}
	.icon-search {
	  background-position: -48px 0;
	}
	.icon-envelope {
	  background-position: -72px 0;
	}
	.icon-heart {
	  background-position: -96px 0;
	}
	.icon-star {
	  background-position: -120px 0;
	}
	.icon-star-empty {
	  background-position: -144px 0;
	}
	.icon-user {
	  background-position: -168px 0;
	}
	.icon-film {
	  background-position: -192px 0;
	}
	.icon-th-large {
	  background-position: -216px 0;
	}
	.icon-th {
	  background-position: -240px 0;
	}
	.icon-th-list {
	  background-position: -264px 0;
	}
	.icon-ok {
	  background-position: -288px 0;
	}
	.icon-remove {
	  background-position: -312px 0;
	}
	.icon-zoom-in {
	  background-position: -336px 0;
	}
	.icon-zoom-out {
	  background-position: -360px 0;
	}
	.icon-off {
	  background-position: -384px 0;
	}
	.icon-signal {
	  background-position: -408px 0;
	}
	.icon-cog {
	  background-position: -432px 0;
	}
	.icon-trash {
	  background-position: -456px 0;
	}
	.icon-home {
	  background-position: 0 -24px;
	}
	.icon-file {
	  background-position: -24px -24px;
	}
	.icon-time {
	  background-position: -48px -24px;
	}
	.icon-road {
	  background-position: -72px -24px;
	}
	.icon-download-alt {
	  background-position: -96px -24px;
	}
	.icon-download {
	  background-position: -120px -24px;
	}
	.icon-upload {
	  background-position: -144px -24px;
	}
	.icon-inbox {
	  background-position: -168px -24px;
	}
	.icon-play-circle {
	  background-position: -192px -24px;
	}
	.icon-repeat {
	  background-position: -216px -24px;
	}
	.icon-refresh {
	  background-position: -240px -24px;
	}
	.icon-list-alt {
	  background-position: -264px -24px;
	}
	.icon-lock {
	  background-position: -287px -24px;
	}
	.icon-flag {
	  background-position: -312px -24px;
	}
	.icon-headphones {
	  background-position: -336px -24px;
	}
	.icon-volume-off {
	  background-position: -360px -24px;
	}
	.icon-volume-down {
	  background-position: -384px -24px;
	}
	.icon-volume-up {
	  background-position: -408px -24px;
	}
	.icon-qrcode {
	  background-position: -432px -24px;
	}
	.icon-barcode {
	  background-position: -456px -24px;
	}
	.icon-tag {
	  background-position: 0 -48px;
	}
	.icon-tags {
	  background-position: -25px -48px;
	}
	.icon-book {
	  background-position: -48px -48px;
	}
	.icon-bookmark {
	  background-position: -72px -48px;
	}
	.icon-print {
	  background-position: -96px -48px;
	}
	.icon-camera {
	  background-position: -120px -48px;
	}
	.icon-font {
	  background-position: -144px -48px;
	}
	.icon-bold {
	  background-position: -167px -48px;
	}
	.icon-italic {
	  background-position: -192px -48px;
	}
	.icon-text-height {
	  background-position: -216px -48px;
	}
	.icon-text-width {
	  background-position: -240px -48px;
	}
	.icon-align-left {
	  background-position: -264px -48px;
	}
	.icon-align-center {
	  background-position: -288px -48px;
	}
	.icon-align-right {
	  background-position: -312px -48px;
	}
	.icon-align-justify {
	  background-position: -336px -48px;
	}
	.icon-list {
	  background-position: -360px -48px;
	}
	.icon-indent-left {
	  background-position: -384px -48px;
	}
	.icon-indent-right {
	  background-position: -408px -48px;
	}
	.icon-facetime-video {
	  background-position: -432px -48px;
	}
	.icon-picture {
	  background-position: -456px -48px;
	}
	.icon-pencil {
	  background-position: 0 -72px;
	}
	.icon-map-marker {
	  background-position: -24px -72px;
	}
	.icon-adjust {
	  background-position: -48px -72px;
	}
	.icon-tint {
	  background-position: -72px -72px;
	}
	.icon-edit {
	  background-position: -96px -72px;
	}
	.icon-share {
	  background-position: -120px -72px;
	}
	.icon-check {
	  background-position: -144px -72px;
	}
	.icon-move {
	  background-position: -168px -72px;
	}
	.icon-step-backward {
	  background-position: -192px -72px;
	}
	.icon-fast-backward {
	  background-position: -216px -72px;
	}
	.icon-backward {
	  background-position: -240px -72px;
	}
	.icon-play {
	  background-position: -264px -72px;
	}
	.icon-pause {
	  background-position: -288px -72px;
	}
	.icon-stop {
	  background-position: -312px -72px;
	}
	.icon-forward {
	  background-position: -336px -72px;
	}
	.icon-fast-forward {
	  background-position: -360px -72px;
	}
	.icon-step-forward {
	  background-position: -384px -72px;
	}
	.icon-eject {
	  background-position: -408px -72px;
	}
	.icon-chevron-left {
	  background-position: -432px -72px;
	}
	.icon-chevron-right {
	  background-position: -456px -72px;
	}
	.icon-plus-sign {
	  background-position: 0 -96px;
	}
	.icon-minus-sign {
	  background-position: -24px -96px;
	}
	.icon-remove-sign {
	  background-position: -48px -96px;
	}
	.icon-ok-sign {
	  background-position: -72px -96px;
	}
	.icon-question-sign {
	  background-position: -96px -96px;
	}
	.icon-info-sign {
	  background-position: -120px -96px;
	}
	.icon-screenshot {
	  background-position: -144px -96px;
	}
	.icon-remove-circle {
	  background-position: -168px -96px;
	}
	.icon-ok-circle {
	  background-position: -192px -96px;
	}
	.icon-ban-circle {
	  background-position: -216px -96px;
	}
	.icon-arrow-left {
	  background-position: -240px -96px;
	}
	.icon-arrow-right {
	  background-position: -264px -96px;
	}
	.icon-arrow-up {
	  background-position: -289px -96px;
	}
	.icon-arrow-down {
	  background-position: -312px -96px;
	}
	.icon-share-alt {
	  background-position: -336px -96px;
	}
	.icon-resize-full {
	  background-position: -360px -96px;
	}
	.icon-resize-small {
	  background-position: -384px -96px;
	}
	.icon-plus {
	  background-position: -408px -96px;
	}
	.icon-minus {
	  background-position: -433px -96px;
	}
	.icon-asterisk {
	  background-position: -456px -96px;
	}
	.icon-exclamation-sign {
	  background-position: 0 -120px;
	}
	.icon-gift {
	  background-position: -24px -120px;
	}
	.icon-leaf {
	  background-position: -48px -120px;
	}
	.icon-fire {
	  background-position: -72px -120px;
	}
	.icon-eye-open {
	  background-position: -96px -120px;
	}
	.icon-eye-close {
	  background-position: -120px -120px;
	}
	.icon-warning-sign {
	  background-position: -144px -120px;
	}
	.icon-plane {
	  background-position: -168px -120px;
	}
	.icon-calendar {
	  background-position: -192px -120px;
	}
	.icon-random {
	  background-position: -216px -120px;
	  width: 16px;
	}
	.icon-comment {
	  background-position: -240px -120px;
	}
	.icon-magnet {
	  background-position: -264px -120px;
	}
	.icon-chevron-up {
	  background-position: -288px -120px;
	}
	.icon-chevron-down {
	  background-position: -313px -119px;
	}
	.icon-retweet {
	  background-position: -336px -120px;
	}
	.icon-shopping-cart {
	  background-position: -360px -120px;
	}
	.icon-folder-close {
	  background-position: -384px -120px;
	}
	.icon-folder-open {
	  background-position: -408px -120px;
	  width: 16px;
	}
	.icon-resize-vertical {
	  background-position: -432px -119px;
	}
	.icon-resize-horizontal {
	  background-position: -456px -118px;
	}
	.icon-hdd {
	  background-position: 0 -144px;
	}
	.icon-bullhorn {
	  background-position: -24px -144px;
	}
	.icon-bell {
	  background-position: -48px -144px;
	}
	.icon-certificate {
	  background-position: -72px -144px;
	}
	.icon-thumbs-up {
	  background-position: -96px -144px;
	}
	.icon-thumbs-down {
	  background-position: -120px -144px;
	}
	.icon-hand-right {
	  background-position: -144px -144px;
	}
	.icon-hand-left {
	  background-position: -168px -144px;
	}
	.icon-hand-up {
	  background-position: -192px -144px;
	}
	.icon-hand-down {
	  background-position: -216px -144px;
	}
	.icon-circle-arrow-right {
	  background-position: -240px -144px;
	}
	.icon-circle-arrow-left {
	  background-position: -264px -144px;
	}
	.icon-circle-arrow-up {
	  background-position: -288px -144px;
	}
	.icon-circle-arrow-down {
	  background-position: -312px -144px;
	}
	.icon-globe {
	  background-position: -336px -144px;
	}
	.icon-wrench {
	  background-position: -360px -144px;
	}
	.icon-tasks {
	  background-position: -384px -144px;
	}
	.icon-filter {
	  background-position: -408px -144px;
	}
	.icon-briefcase {
	  background-position: -432px -144px;
	}
	.icon-fullscreen {
	  background-position: -456px -144px;
	}



/*=====================================================================================================
	6 - WIDGETS
======================================================================================================= */
	.sticky, .gallery-caption, .bypostauthor {

	}
	.page-sidebar, .blog-sidebar {
		margin-left:40px;
	}
	.widget {
		margin-bottom:20px;
		padding-bottom:20px;
		font-size:11px
	}
	.widget h4 {
		font-size:16px;
		margin-bottom:10px;
	}
	.widget ul, .widget li {
		list-style: none;
		margin:0 0 0 0px;
	}
	.widget li {
		padding:8px 0 8px 0;
		border-bottom:1px solid;
	}
	.bottom-sidebar.widget li {

	}
	.bottom-sidebar.widget h4 {
		font-size:14px;
		margin-bottom:5px;
	}
	.bottom-sidebar.widget input[type=text] {
		width:120px;
	}

	/* TEXT WIDGET */
	.bottom-sidebar	.textwidget {
		line-height:1.8em;
	}

	/* WIDGET SEARCH */
	.widget select {
		padding:8px;
		line-height:35px;
		height:35px;
	}
	.widget form {
		margin:0;
	}
	.widget input, .widget select {
		margin-bottom:10px;
	}
	.widget input[type=text] {
		width:140px;
		padding:8px 12px
	}
	.widget_pages li , .widget_links li {
		padding-left:0px;
	}

	/* Dribbbler */
	.zilla-dribbble-shots li {
		margin:0!important;
	}
	/* Mailchimp */
	.widget_ns_mailchimp {
		margin-bottom:0;
		padding:0;
	}

	/* WIDGET NAV MENU */
	.widget_nav_menu .sub-menu {
		margin-left:15px;
	}
	.widget_nav_menu .sub-menu li {
		border:none;
		padding:4px 0 4px 0;
	}

	/* WIDGET TAGS */
	.widget_tag_cloud div a {
		padding:2px 5px 2px 5px;
		border:1px solid;
	}

	/* WIDGET FLICKR PHOTOS */
	.Simple_Flickr_Photos {
		display:block
	}
	.Simple_Flickr_Photos #flickr {
		text-align:left;
	}
	.Simple_Flickr_Photos #flickr img {
		border:none;
	}
	.Simple_Flickr_Photos div div {
		display:inline-block;
		margin-right:0px;
	}
	.Simple_Flickr_Photos div div img {
		width:57px;
		display:block;
		margin:0 6px 0 0!important;
		padding:0!important;
	}
	.bottom-sidebar #flickr img {
		width:47px;
		margin:0 8px 2px 0!important;
	}
	/* WIDGET TUMBLR */
	.Tumblr li {
		padding:10px 0 10px 0;
		font-size:11px
	}
	.Tumblr li blockquote p {
		font-size:11px;
	}
	.Tumblr li br {
		display:none;
	}
	.Tumblr li p {
		padding:2px 0 2px 0;
		margin:0;
	}

	/* WIDGET ARCHIVE */

	/* WIDGET CATEGORIES */

	/* WIDGET RSS */
	.widget.widget_rss h4 a.rsswidget {
		display:inline-block;
	}

	/* WIDGET RECENT ENTRIES */

	/* TEXT WIDGET */
	.widget .textwidget {
		padding-top:5px;
	}
	/* WIDGET TWITTER */
	.twitter-widget .twitter-date {
		background:url(images/sidebar-twitter.png) no-repeat left center;
		padding:5px 0px 5px 21px;
		display:block;
	}
	.widget_twitter span.entry-meta {
		background:url(images/sidebar-twitter.png) no-repeat left center;
		padding:5px 0px 5px 21px;
	}
	.widget_twitter .intent-meta a {
		margin-right:8px;
	}
	.widget_twitter span.entry-meta, .widget_twitter span.entry-meta span {
		display:block;
	}

	.widget_wrapper .widget_recent_entries ul li:before,
	.widget_wrapper .widget_pages ul li:before,
	.widget_wrapper .widget_categories ul li:before,
	.widget_wrapper .widget_nav_menu ul li:before,
	.widget_wrapper .widget_archive ul li:before,
	.widget_wrapper .widget_recent_comments ul li:before
	{
		font-family: 'fontawesome';
		content: '\f111';
		font-size: 4px;
		margin-right: 7px;
		top:-2px;
		line-height:12px;
		position:relative;
	}


	/* calendar widget */
	table#wp-calendar { width:100%; display:block; border:1px solid; }
	table#wp-calendar tfoot td { padding-bottom:10px; }
	table#wp-calendar td#prev { padding-left:10px; }
	table#wp-calendar td#next { padding-right:10px; text-align:right }
	#wp-calendar thead { font-weight:bold }
	#wp-calendar #today { font-weight:bold }
	#wp-calendar th, #wp-calendar tbody td { text-align: center; padding: 6px 11px; font-size:13px; }
	#wp-calendar tbody td a { color:#af0c0c; font-weight:bold; }
	#wp-calendar tfoot td { padding-top: 3px; }
	#wp-calendar caption { font-size: 1.3em; font-weight: bold; text-align: center; margin-bottom: 5px; margin-top:10px; }
	/* Mobile */
	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) { #wp-calendar th, #wp-calendar tbody td { padding: 4px 6px; } }
	@media only screen and (max-width: 767px) {  .widget_wrapper {	margin-left:0px; } #wp-calendar th, #wp-calendar tbody td { padding: 9px 13px; } }




/*=====================================================================================================
	8 - SITE LAYOUT
======================================================================================================= */


/* Table of Content
==================================================
	#Site Styles
	#Media Queries */

/* #Site Styles
================================================== */

	.topmargin {
		margin-top:40px!important;
	}
	.text-shadow {
		text-shadow:0 1px 0 #fff
	}
	.margintoheader {
		margin-top:10px;
	}
	.wp-caption {
		border:1px solid;
	}
	.wp-caption img {
	 	display:block;
		margin-left:auto;
		margin-right:auto;
		padding:5px 5px 0 5px;
	}
	.wp-caption p.wp-caption-text {
		margin-bottom:5px;
		text-align:center;
		font-size:11px;
	}
	.alignleft {
		float:left;
		margin-right:10px;
	}
	.alignright {
		float:right;
		margin-left:10px;
	}
	.aligncenter {
		float:none;
		margin-left:auto;
		margin-right:auto;
		display:block;
		text-align:center;
	}
	div#post-list {
		margin-top:25px;
	}
	a.navbarbutton { display:none; }
	div.defaultpage {
		margin-top:25px;
		display:inline-block;
		width:100%;
	}
	a.main-logo {
		font-size:48px;
		line-height:45px;
		font-weight:bold;
		letter-spacing:-0.05em;
	}
	h6.subtext {
		color:#666;
	}
    div.project-item .imgdiv {
		position:relative;
	}
	div.project-item .imgdiv img {
		display:block;
	}
	div.project-item .imgdiv span {
		display:inline-block;
		background-color:#fff;
		width:100%; height:100%;
		position:absolute;
		z-index:2;
		cursor:pointer;
		/* IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		/* IE 5-7 */
		filter: alpha(opacity=0);
		/* Netscape */
		-moz-opacity: 0;
		/* Safari 1.x */
		-khtml-opacity: 0;
		/* Good browsers */
		opacity: 0;
	}
	div.project-item div.thumb_large {
		color:#666;
		margin-bottom:30px;
		display:inline-block;
	}
	div.project-item div.thumb_large p {
		font-size:12px
	}
	div.project-item div.thumb_large.thumbwithbg {
		background-color:#fff;
		padding:0 14px 0px 14px;
	}
	div.project-item div.thumb_large h5 {
		padding:12px 0 0px 0;
	}
	.featured img {
	}
	span.category {
	  	padding:5px 0 5px 0;
		display:block;
		font-size:14px;
	}
	a.tags {
		padding:2px 5px 2px 5px;
		margin-bottom:4px;
		display:inline-block;
	}

/*
 MAIN NAVIGATION MENU
*/

	div.nav-div {
		float:right;
		font-size:13px;
	}
	div.nav-div form {
		float:right;
		margin:0px 0 15px 8px;
		display:block;
	}
	div.nav-div form input, div.nav-div form button {
		margin-bottom:0;
	}
	.mobile-search {
		display:inline-block;
		position:relative;
		margin-bottom:15px;
	}
	div.nav-div form input,
	.mobile-search input {
		width:120px;
		padding:7px 30px 7px 10px;
		-moz-border-radius:50px;
		-webkit-border-radius:50px;
		border-radius:50px;
	}
	.mobile-search i {
		font-size:16px;
	}
	div.nav-div form i,
	.mobile-search form i {
		margin-top:1px;
	}
	div.nav-div form button,
	.mobile-search button {
		padding: 8px 10px;
		border: none;
		background: none;
		position: absolute;
		right: 10px;
	}


	ul.main-nav {
		float:right;
		font-size:13px;
		font-weight:700;
		padding:0px;
		margin:5px 0 0 0;
		list-style: none;
		text-shadow:0 1px 0 #f0f0f0;
	}
	ul.main-nav ul {
		list-style: none;
		margin:0;
		padding:0;
	}
	ul.main-nav li {
		font-weight: bold;
		float: left;
		zoom: 1;
		position: relative;
	}
	ul.main-nav a:hover	{
		color: #000;
	}
	ul.main-nav a:active {
		color: #000;
	}
	ul.main-nav li a {
		color:#777;
		padding:5px 0px 5px 0px;
		margin-left:18px;
		position: relative;
	}
	ul.main-nav .current_page_item a, ul.main-nav .current_menu_item a, ul.main-nav li:hover a {
		border-bottom:1px solid;
		border-color:#000;
		color:#000;
	}
/*
	LEVEL TWO
 */
	ul.main-nav ul {
	  	position: absolute;
	  	z-index:9999;
	  	display: none;
	  	left: 4px;
	  	top: 0;
	  	min-width: 150px;
	  	padding: 20px 0 0 0;
		margin: 20px 0 0 0px;
		list-style: none;
		font-size:11px;
		text-shadow:none
	}
	ul.main-nav ul:after {
		top: 4px;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}
	ul.main-nav ul:after {
		border-color: rgba(136, 183, 213, 0);
		border-bottom-color: #f9f9f9;
		border-width: 8px;
		margin-left: 20px;
	}

	ul.main-nav li:last-child ul {
		left:-45px;
	}

	ul.main-nav li:last-child ul:after {
		margin-left: 120px;
	}
	ul.main-nav ul li {
	    font-weight: normal;
	  	color: #000;
	  	float: none;
	  	padding:0px;
	  	margin:0;
	  	background-color: #f9f9f9;
	  	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	  	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	  	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	}

	ul.main-nav ul li a	{
		display: block;
		margin:0;
		padding:10px 12px 10px 12px;
		border-bottom:none!important;
	}
	ul.main-nav ul li a:hover	{
		background-color:#ccc;
		color:#000;
		-webkit-transition: background-color .2s ease, color .2s ease;
		-moz-transition: background-color 2s ease, color .2s ease;
		-o-transition: background-color 2s ease, color .2s ease;
		-ms-transition: background-color 2s ease, color .2s ease;
		transition: background-color .2s ease, color .2s ease;
	}

	ul.main-nav li:hover > ul {
		display: block;
	}




/* BLOG POST STYLES */
	.link-color-2 {
		color:#af0c0c;
	}
	div.blogpost {
		margin:0px 0 100px 0;
	}
	div.blogpost_single {
		margin:0px 0 30px 0;
	}
	div.blogpost h3 {
		padding:0px 0 0 0;
		text-shadow:0 1px 0 #f0f0f0;
	}
	div.blogpost div.thecontent {
		font-size:13px;
	}
	div.blogpost div.title {
		margin:10px 0 20px 0;
		padding:5px 0 10px 0;
		display:block;
		border-bottom:1px solid #eee;
		clear:both;
		font-size:12px;
		line-height:1.6em;
	}
	div.blogpost div.title .datetime {
		float:right
	}
	div.blogpost .bottom {
		margin:30px 0 10px 0;
	}
	div.blogpost .bottom a.tags {
		margin-left:5px;
		font-size:11px;
	}
	div.blogpost_single .bottom a.tags {
		margin-right:5px;
		font-size:12px;
	}
	.loop-tags {
		display:block;
		margin-bottom:15px;
	}
	div.blogpost .bottom a.tags:first-child {
		padding-left:0;
		margin-left:0;
	}
	div.blogpage {
		margin-top:25px;
	}
	div.blogpage .flexslider {
		margin-bottom:15px;
	}
	.navibg div.navigate_blog {
		text-align:right;
		margin:17px 0 10px 0;
	}
	div.blogpage .readmore, div.searchpage .readmore {
		padding:2px 0px 2px 0px;
	}

/* SEARCH & ARCHIVE */

	div.searchpage {
		margin-top:30px;
	}
	div.searchpage h1 {
		font-size:34px;
		border-bottom:3px solid;
		padding:0px 0 20px 0;
		margin-bottom:20px;
		line-height:1.3em;
	}
	div.searchpage .search-item {
		border-bottom:1px solid;
		padding:20px 0 20px 0;
	}
	div.searchpage .search-item h2 {
		font-size:24px;
		padding:0 0 10px 0;
		margin:0;
	}
	div.searchpage .search-item a.ptype {
		border:1px solid;
		padding:2px 5px 2px 5px;
		margin-right:10px;
	}
	div.searchpage .search-item a.img {
		float:right;
		margin-left:20px;
	}
	div.searchpage .search-item a.img img {
		width:100px;
		height:100px;
		border:1px solid;
		padding:3px;
		margin-top:5px;
	}
	div.searchpage.p404 {
		margin-top:80px;
	}
	div.searchpage.p404 h1 {
		font-size:28px;
	}
	div.searchpage.p404 h2 {
		font-size:18px;
	}
	.noresults.p404 {
		text-align:center;
		margin-top:50px;
	}
	.noresults h1 {
		font-size:120px;
		font-weight:bold;
		line-height:120px;
	}
	.noresults p {
		font-size:15px;
		line-height:1.8em;
	}
	.noresults label {
		display:none
	}
	.noresults input[type=submit]{
		padding:15px 30px;
	}
	.noresults input[type=text]{
		width:50%;
	}


/* POST COMMENTS */
	div.commentform {
		display:block;
		margin-top:40px;
	}
	div.commentform .form-allowed-tags {
		display:none
	}
	div.commentform h2 {
		font-size:21px;
		border-bottom:2px solid #bbb;
		padding:10px 0 10px 0;
	}
	div.commentform h2 {
		font-size:18px;
		border-bottom:1px solid #bbb;
		padding:10px 0 10px 0;
	}

	div.commentform .singlecomment {
		border-bottom:1px solid #bbb;
		margin-bottom:15px;
	}
	div.commentform .singlecomment .who span {
		display:inline-block;
	}
	div.commentform .singlecomment .who span.img {
		display:inline-block;
		margin-right:7px;
		border-right:1px solid #bbb;
		padding-right:10px;
	}
	div.commentform .singlecomment .who span.img img {
		display:block
	}
	div.commentform .singlecomment .who span.info {
		font-size:11px;
		line-height:19px;
	}
	div.commentform .singlecomment .who span.info strong {
		font-size:12px;
	}
	div.commentform .singlecomment .who {
		display:block;
		margin-bottom:5px;
	}
	div.commentform .ccontent {
		margin-left:52px;
		margin-top:10px;
	}
	div.commentform .ccontent p {
		margin-bottom:15px;
	}
	div.commentform #respond {
		margin-top:30px;
	}
	div.commentform label {
		display: inline-block;
	}
	div.commentform textarea {
		width:92%;
		clear:both;
		display:block;
	}
	div.commentform input[type=text] {
		width:70%;
		clear:both;
		display:block;
	}
	div.commentform .form-allowed-tags {
		font-size:11px;
	}
	div.commentform div.comments_nav {
		text-align:center
	}
	div.commentform div.comments_nav a, div.commentform div.comments_nav span {
		padding:0px 7px 2px 7px;
		font-size:13px;
		margin:0 0px 0 0px;
		border:1px solid #aaa
	}
	div.commentform div.comments_nav span {
		font-weight:bold
	}

/* ARCHIVE PAGE */
	.archivetemp {
		margin-top:15px;
		margin-left:0px;
	}
	.archivetemp li {
		list-style: none;
		margin:0;
		padding-top:5px;
		padding-bottom:5px;
	}

	/* PAGE NAVIGATION */

	.navigation-bottom {
		display:block;
		text-align:center
	}
	.navigation-bottom a {
		padding:5px 15px 7px 15px;
		font-size:15px;
		margin:0 5px 0 5px;
		border:1px solid #aaa
	}


	/* WORKS POST STYLES */

	.postcontent {
		display:block;
	}
	.postcontent div.contentimages, .postcontent div.contentvideos {
		padding-top:30px;
		padding-bottom:30px;
	}
	div.postwraps {
		background-color:#f9f9f9;
		line-height:1.7em;
		display:block;
		border-top:1px solid #ccc;
		padding-top:10px;
		-webkit-border-bottom-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
	}
	div.postwraps p br {
		display:block;
	}

	/* SHARING STYLES */
	.postwraps .sharing {
		margin-top:10px;
	}
	.postwraps .sharing .tops {
		text-align:right;
		padding:5px 15px 5px 20px;
		border:1px solid #ddd;
		float:right;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
	.postwraps .sharing .tops:hover div.buttons {
		display:block;
		position:relative;
	}
	.postwraps .sharing .tops div.buttons {
		margin-top:7px;
		display:none;
	}
	.postwraps .sharing .tops div.buttons .facebook {
		margin-bottom:0;
	}
	.postwraps .sharing .tops div.shr {
		float:right;
	}
	.sharingbottom {
		float:left;
	}
	.sharingbottom div.shr {
		height:24px;
		float:left;
		position:relative;
		margin:0px 5px 0px 0;
	}
    /*
	.sharingbottom div.facebook {
		width:62px;
		margin-bottom:5px;
	}
	.sharingbottom div.twitter {
		width:60px;
	}
	.sharingbottom div.googleplus {
		width:33px;
	}
	.sharingbottom div.tumblr {
		width:20px;
	}
	.sharingbottom div.pinterest {
		width:44px;
	}
    */



	div.postwraps .pinfo div {
		/*font-size:11px*/
	}
	div.postwraps h2 {
		margin:20px 0 25px 0;
	}
	div.postwraps hr {
		margin:12px 0 12px 0;
		border-color:#f0f0f0;
	}
	div.contentimages {
		text-align:center;
		position:relative;
	}
	div.contentimages div.caption {
		margin-top:15px;
	}
	.navibg {
		border-bottom:1px solid #ddd;
	}
	.navibg.withall {
		background:none
	}
	.navibg div.navigate {
		margin:16px 0px 16px 0px;
		text-align:right
	}
	div.navigate span.pname,
	.navibg div.navigate_blog span.pname {
		position:relative;
		font-size:12px;
	}
	.navibg h3 {
		margin:18px 0 18px 0px;
		color:#666;
	}
	.navibg h3 i {
		font-size: 21px;
		display: inline-block;
		width: 32px;
	}
	.navibg.withall h3 {
		margin:18px 0 18px 0px;
	}
	.navibg.withall div.navigate {
		margin:21px 0px 15px 0px;
	}
	.navibg.withall div.navigate a {
		color:#777;
		letter-spacing:0;
		font-size:11px;
		padding:2px 5px 2px 5px;
		margin:0px 0 0px 5px;
		text-shadow:none;
		display:inline-block;
		-webkit-transition: background 0.3s linear;
        -moz-transition: background 0.3s linear;
        -ms-transition: background 0.3s linear;
        -o-transition: background 0.3s linear;
        transition: background 0.3s linear;
	}
	.navibg.withall div.navigate a:hover, .navibg.withall div.navigate a.selected {
		color:#000;
	}
	a.navigate {
		width:25px;
		height:32px;
		display:inline-block;
		margin-left:10px;
	}
	a.navigate i {
		font-size:32px;
		line-height:21px;
		position:relative;
		top:6px;
	}
	a.navigate.parent {
		background-position:0 0;
	}
	a.navigate.back {
		background-position:-40px 0;
	}
	a.navigate.next {
		background-position:-80px 0;
	}
	a.navigate.parent:hover {
		background-position:0 -50px;
	}
	a.navigate.back:hover {
		background-position:-40px -50px;
	}
	a.navigate.next:hover {
		background-position:-80px -50px;
	}
	.resdontshow {
		display:inherit;
	}
	.resshow {
		display:none;
	}

	/* MOBILE MENU */

	.mobilemenu {
		display:none;
		width:70%;
		z-index:9999999;
		position:fixed;
		left:-75%;
		top:0;
		height:100%;
		background-color:#222;
		color:#f0f0f0;
		overflow:auto;
		transition: left .5s;
		-moz-transition: left .5s; /* Firefox 4 */
		-webkit-transition: left .5s; /* Safari and Chrome */
		-o-transition: left .5s; /* Opera */
	}
	.mobilemenu input[type=text]{
		padding:8px 40px 8px 12px;
		width:180px;
		margin-right:3px;
	}
	div.mobilemenu form {
		padding:12px;
		margin-bottom:0;
		margin-top:18px;
		border-bottom:1px solid #333;
	}
	div.mobilemenu form input, div.mobilemenu form button {
		margin-bottom:0;
	}
	div.mobilemenu ul, div.mobilemenu li {
		margin:0;
		list-style:none;
	}
	div.mobilemenu ul.mob-nav li a:first-child {

	}
	div.mobilemenu ul.mob-nav li a {
		padding:12px;
		display:block;
		margin:0;
		color:#999;
		-webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1);
		-moz-box-shadow:    0px 1px 0px rgba(255, 255, 255, 0.1);
		box-shadow:         0px 1px 0px rgba(255, 255, 255, 0.1);
		border-bottom:1px solid #1a1a1a;
	}
	div.mobilemenu ul.mob-nav a:hover {
		color:#f0f0f0;
		background-color:#3b3b3b;
	}
	div.mobilemenu ul.mob-nav ul.sub-menu a {
		padding:8px 12px 8px 30px;
		font-size:11px;
		-webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.05);
		-moz-box-shadow:    0px 1px 0px rgba(255, 255, 255, 0.05);
		box-shadow:         0px 1px 0px rgba(255, 255, 255, 0.05);
		border-bottom:1px solid #222;
	}


	/* FOOTER STYLES */

	footer {
		display:inline-block;
		width:100%;
	}
	footer span.footertext {
		padding-top:3px;
		display: inline-block;
		padding-top: 4px;
	}
	footer span.social {
		float:right;
		margin-top: 4px;
	}
	footer span.social a {
		margin:2px 8px;
		font-size:16px;
	}
	footer span.social a:last-child {
		margin-right:0;
	}
	footer a.footer-logo {
		font-size:21px;
		font-weight:bold;
		letter-spacing:-0.05em;
	}
	a.backtotop {
		display:none;
		position: fixed;
		right: 20px;
		bottom: 35px;
		width: 30px;
		height: 30px;
		font-size: 40px;
	}
	.ajaxloader {
		display:none;
		position:fixed;
		bottom:20px;
		left:20px;
		background-color:#f0f0f0;
		padding:5px;
		-webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
		box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
	.ajaxloader img {
		display:block;
	}



	/* CONTACT FORM */
	div.header_contact {
		display:none;
		clear:both;
		text-shadow:none;
		/*background:url(images/whitebg.png);*/
	}
	div.header_contact .closeit {
		float:right;
		padding:18px 15px 0 0;
	}
	div.header_contact p  {
		/*padding:0 15px 0 15px;*/
		font-size:13px
	}
	form.contactform_ajax {
		/*padding:0 15px 0 15px;*/
		margin-bottom:0;
	}
	form.contactform_ajax input, form.contactform_ajax textarea {
		width:92%;
	}
	form.contactform_ajax textarea {
		height:160px;
	}
	form.contactform_ajax input.security_code {
		width:250px;
		display:block;
		float: none;
		clear:both;
	}
	form.contactform_ajax label.error {
		margin: -24px 0px 20px;
		padding: 7px 5px 4px 5px;
		background-color: #DD0303;
		color: white;
		width:250px;
		-webkit-border-bottom-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
		text-shadow:none
	}



	select.responsiveselect {
		-webkit-appearance: none;
		background:#fff url(images/sbox.png) center right no-repeat;
		width:100%;
		padding:10px;
		margin:0;
		display:none;
	}


    .wp-caption, blockquote, .widget li, .widget, .navigation-bottom a, table#wp-calendar, .border-color,.widget_tag_cloud div a {
		border-color:#eee;
	}

	/* #COLORS
	================================================== */
	.color-header-1 {
		color:#472734
	}
	.color-header-2 {
		color:#ad2d47;
	}
	a { color:#666; }
	a:hover, a:focus { color:#000 }


	/* #Page Styles
	================================================== */

	/* #Media Queries
	================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		select.responsiveselect {
			display:block;
		}
		div.fullnav {
			display:none
		}
		.page-sidebar, .blog-sidebar {
			margin-left:0px;
		}
		div.blogpost div.title .datetime {
			float:none;
			margin-top:10px;
			display:block;
		}
		div.blogpage .loop-tags {
			display:block;
			padding-top:10px;
		}

		.makecenter {
			text-align:center
		}
		.resdontshow {
			display:none!important;
		}
		.resshow {
			display:inherit;
		}
		.halfwidth {
			width:40%
		}
		.header-right {
			display:none!important
		}


		/* HEADER MENU */

		div.main-nav, div.nav-div {
			float:none;
			margin-top:10px;
			border:none;
			box-shadow:none;
			-webkit-box-shadow:none;
		}

		h6.subtext {
			font-size:11px;
			padding-top:0;
		}
		h3 a.main-logo {
			font-size:30px;
			letter-spacing:-0.02;
			line-height:30px;
		}
		a.navbarbutton {
			display:block;
			font-size:28px;
		}
		div.nav-div form {
			float:none;
			margin:0;
		}
		.halfdisplay {
			opacity:.5
		}
		hr {
			margin:14px 0 14px 0;
		}
		.mobilemenu {
			display:block
		}

		div.postwraps {
			padding-top:0;
		}
		.postcontent {
			padding-top:25px;
		}
		.postcontent img {
			display:block;
		}
		div.postcontent div.contentimages, div.postcontent div.contentvideos {
			padding:2px 0 2px 0;
		}
		.navibg h3 {
			margin:10px 0 10px 10px;
			color:#666;
			text-shadow:0px 1px 0px #fff;
		}
		.navibg div.navigate {
			text-align:left;
			margin:0 0 10px 0;
		}
		.navibg.withall div.navigate {
			margin-top:0;
		}
		.navibg div.navigate span.pname {
			padding-right:10px;
			float:right ;
			top:0;
		}
		.navibg div.navigate hr {
			margin:0px 0 12px 0;
		}

		a.navigate {
			width:22px;
			display:inline-block;
		}
		a.navigate.parent {
			background-position:0 0;
		}
		a.navigate.back {
			background-position:-30px 0;
		}
		a.navigate.next {
			background-position:-60px 0;
			text-align:right
		}
		a.navigate.parent:hover {
			background-position:0 -35px;
		}
		a.navigate.back:hover {
			background-position:-30px -35px;
		}
		a.navigate.next:hover {
			background-position:-60px -35px;
		}

		/* REMOVE FLOAT FROM SOCIAL ON FOOTER */
		footer span.social {
			float:none;
		}
		/* REMOVE THUMBNAIL FROM SEARCH RESULT ITEMS */
		div.searchpage .search-item a.img {
			display:none
		}
		div.noresults h1 {
			font-size:80px;
			line-height:85px;
		}

	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}





/*=====================================================================================================
	9 - Northeme Icons
======================================================================================================= */



 /*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('icon-font/fontawesome-webfont.eot?v=4.7.0');src:url('icon-font/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('icon-font/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('icon-font/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('icon-font/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('icon-font/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
