/*! Christophe Lavender |  | http://www.chojin.be/ */
/*! based onHTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
@charset "UTF-8";

@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

@font-face {
	font-family: 'LeagueGothicRegular';
	src: url('../fonts/League_Gothic-webfont.eot');
	src: url('../fonts/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/League_Gothic-webfont.woff') format('woff'),
	url('../fonts/League_Gothic-webfont.ttf') format('truetype'),
	url('../fonts/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?-8z77l2');
	src:url('../fonts/icomoon.eot?#iefix-8z77l2') format('embedded-opentype'),
		url('../fonts/icomoon.woff?-8z77l2') format('woff'),
		url('../fonts/icomoon.ttf?-8z77l2') format('truetype'),
		url('../fonts/icomoon.svg?-8z77l2#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* avail. fonts: 
font-family: 'Oswald', sans-serif;
font-family: 'Yanone Kaffeesatz', sans-serif;
font-family: 'Dancing Script', cursive;
font-family: 'Libre Baskerville', serif;
font-family: 'Roboto', sans-serif;
font-family:'LeagueGothicRegular', Sans serif;
font-family:'icomoon', Icons;
*/

* {
	box-sizing: border-box;
}

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

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

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

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

audio,
canvas,
img,
video {
    vertical-align: middle;
}

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

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
	font:16px/1.4 'Roboto', arial, helvetica, clean, sans-serif, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-family: 'Roboto', arial, helvetica, clean, sans-serif, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 400;
	font-size: 16px;
}

.wrapper {
    width: 95%;
    margin: 0 auto;
}

/* ===================
    ALL: Green Theme (CL)
   =================== */

.header-container {
    /* border-bottom: 20px solid #e44d26; */
	height: 199px;
	border-bottom: 20px solid #45be49;
	background: #4fd954;
	background: url(../img/logo_chojin_be.jpg) #4fd954 no-repeat fixed; 
	background-position: top left;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.footer-container {
    /* border-top: 20px solid #e44d26; */
	border-top: 20px solid #45be49;
	background: #4fd954;
	/* background: url(../img/logo_chojin_be.jpg) #4fd954 no-repeat center center fixed; */
	background: url(../img/logo_chojin_be.jpg) #4fd954 no-repeat fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.main aside {
	/* border-top: 20px solid #e44d26; */
	border-top: 20px solid #dd5e57;
	/* fallback */
	background-color: #dd5e57;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d1413b), to(#dd5e57));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #dd5e57, #d1413b);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #dd5e57, #d1413b);
	/* IE 10 */
	background: -ms-linear-gradient(top, #dd5e57, #d1413b);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #dd5e57, #d1413b);
}

.main aside a {
	color: black;
	font-weight: normal;
}

.title {
	color: rgb(255, 255, 255);
}

/* ===================
    End of theme
   =================== */

.main {
    padding: 30px 0;
	padding-top: 0;
}

.main article h1 {
    font-size: 2em;
}

.main aside {
    color: black;
    padding: 0px 5px 10px;
	margin-top: 15px;
}

.main aside h3{
	font-family: 'Yanone Kaffeesatz', 'LeagueGothicRegular', Charcoal, Arial Black, Gadget, Sans serif;
    color: white;
    padding: 0px 5% 0px;
	font-weight: 200;
	letter-spacing: 1px;
	font-size: 2em;
	margin-bottom: 0px;
}

.footer-container footer {
    color: white;
    padding: 20px 0;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

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

 * a, * a:visited {
	text-decoration: none;
	-webkit-font-smoothing: antialiased!important;
	//color: #00709B;
	color: rgb(100,175,30);	
	font-weight: 700;
}

* a:hover {
	text-decoration: underline;
}

* a:active {
	color: #78B0C5;
}

article {
	margin-right: 15px;
	min-height: 1200px;
}

h1 {
	text-align:left;
	font-family: 'Oswald', 'LeagueGothicRegular', Charcoal, Arial Black, Gadget, Sans serif;
	//text-transform: uppercase;
	line-height:1;
	color:#222;
	font-size:300%;
	font-weight:normal;
	-webkit-margin-before: 0.2em;
	-webkit-margin-after: 0.1em;
}

h2 {
	text-align:left;
	font-family: 'Oswald', 'LeagueGothicRegular', Charcoal, Arial Black, Gadget, Sans serif;
	//text-transform: uppercase;
	line-height:1;
	color:#222;
	font-size:150%;
	font-weight:normal;
}

h3 {
	text-align:left;
	font-family: 'Oswald', 'LeagueGothicRegular', Charcoal, Arial Black, Gadget, Sans serif;
	//text-transform: uppercase;
	line-height:1;
	color:#222;
	font-size:150%;
	font-weight:normal;
}

h3 .footerTitle, footer p {
	text-align: right !important;
	padding-right: 25px;
	margin: 0px !important;
}

.headerBack {
	text-align: right !important;
	padding-right: 25px;
	margin: 0px !important;
}


h1 .mainTitle {
	font-family: 'Oswald', 'LeagueGothicRegular', Charcoal, Arial Black, Gadget, Sans serif;
	display: block;
	white-space:nowrap;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1;
	word-spacing: 0px;
	letter-spacing: -5px;
	font-size: 2em;
	text-decoration: none !important;
}

h1 .subTitle {
	font-family: 'Yanone Kaffeesatz', 'LeagueGothicRegular', Charcoal, Arial Black, Gadget, Sans serif;
	display: block;
	white-space:nowrap;
	text-transform: uppercase;
	line-height:0.8;
	word-spacing: 0px;
	font-size: 1.5em;
	text-decoration: none !important;
}

header .headerTitle {
	display: block;
}

art-wrapper {
	display: block;
	position: relative;
	padding: 5px 5px 5px 175px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 30px;	
	background-color: #F2F9F3;
	border-color: #D0D9D0;
	border-style: solid;
	border-width: 1px;
	min-height: 180px;	
	-webkit-box-shadow: 0 5px 10px #aaa;
	-moz-box-shadow: 0 5px 10px #aaa;
	box-shadow: 0 5px 10px #aaa;
}

art-wrapper h1 .headerTitle, h2 .sub1Title, h2 .sub2Title, h3 .footerTitle {
	text-align:left;
	font-family: 'Dancing Script', 'LeagueGothicRegular', Charcoal, Arial Black, Gadget, Sans serif;
	line-height:1;
	display: block;
	white-space: normal !important;
	word-spacing: 0px; 
	letter-spacing: 0.1px;
	text-decoration: none;
	font-weight: 400;
	font-size: 1.3em;
	-webkit-font-smoothing: antialiased!important;
	//color: #00709B;
	color: rgb(100,175,30);	
	
}

art-wrapper h1 .headerTitle {
	display: inline !important;
}

#typeInd {
	display: inline;
    position: relative;
	color: #dd5e57;
	font-weight: 300;
	font-size: 1em;
	text-align: center;
	z-index: 50;
	padding-right: 5px;
}

art-wrapper header .addedOn {
	display: block;
	color: #aaa;
	text-align: right;
	font-size: 0.8em;
	margin: 0px !important;
}

art-wrapper header .fullLink {
	text-align: right;
	margin: 0px !important;
}

art-wrapper .art_picture {
	width: 150px;
	position: absolute;
	left: 10px;
	top: 10px;
	border-radius: 15px;
}

art-wrapper .headerText {
	margin: 0px;
	display: inline-block;
}

#mngtWrapper {
	padding: 5px 5px 5px 5px !important;
}

@media screen and (min-width: 531px) {
	h2 .sub1Title, h2 .sub2Title {
		font-size: 1.2em;
	}
	h3 .footerTitle {
		font-size: 1.1em;
	}
}

@media screen and (max-width: 960px) {
	h1 {
		font-size:36px;
	}
	h2 {
		font-size:22px;
	}
	h1 .mainTitle {
		letter-spacing: -5px;
	}
	h1 .subTitle {
		line-height:1;
	}
	h1 .headerTitle {
		font-size: 1.2em;
	}
	h2 .sub1Title, h2 .sub2Title {
		font-size: 1.1em;
	}
	h3 .footerTitle {
		font-size: 1.0em;
	}
}

@media screen and (max-width: 460px) {
	h1 {
		font-size:26px;
	}
	h2 {
		font-size:18px;
	}
	h1 .mainTitle {
		display:-moz-inline-box;
		display:inline-block;
		letter-spacing: 1px;
		font-size: 2em;
	}
	h1 .subTitle {
		display:-moz-inline-box;
		display:inline-block;
		font-size: 1.3em;
	}
	h1 .headerTitle {
		display:-moz-inline-box;
		display:inline-block;
		font-size: 1.0em;
	}
	h2 .sub1Title, h2 .sub2Title {
		display:-moz-inline-box;
		display:inline-block;
		font-size: 1.0em;
	}
	h3 .footerTitle {
		display:-moz-inline-box;
		display:inline-block;
		font-size: 0.9em;
	}
	
	art-wrapper header .artType {
	font-family: 'Dancing Script', 'LeagueGothicRegular', Charcoal, Arial Black, Gadget, Sans serif;
	display: block;
	float: right;
	position: relative;
	left: 15px;
	top: -90px;
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	writing-mode: lr-tb;
	color: #dd5e57;
	font-weight: 300;
	letter-spacing: 1.5px;
	font-size: 1.5em;
	text-align: center;
}
	
}

.amp {
	font-family: 'Libre Baskerville', 'LeagueGothicRegular', Charcoal, Arial Black, Gadget, Sans serif;
	font-style:italic;
	font-weight:lighter;
}

/*input,textarea { 
	padding:7px;
	font-size:14px !important;
	width:250px;
}*/

p > label:first-child {
	display: inline-block;
	font-weight: 700;
	margin-bottom: 5px;
	padding-right: 35px;
	text-align: right;
	width: 135px;
}

span#labeltext { 
	margin: 3px 0px 0px 3px; 
}

.ui-icon-triangle-1-s {	
	background-position: -64px -13px; 
}

#submitbutton { 
	width:auto; 
}

label.ui-state-default { 
	display:inline-block !important; 
}

#actionContainer {
	display: block;
	width: 100%;
}

.ui-corner-all {
	font-family: 'Roboto', 'LeagueGothicRegular', Charcoal, Arial Black, Gadget, Sans serif;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-radius:5px;
}

.actionBtn {
	display: inline-block !important;
	float: left !important;
	width: auto !important;
	margin-right: 10px !important;
}

img { 
	margin: 3px 0px 0px 3px; 
}

#searchRes {
	padding: 0 7% 0 7% !important; 
}

#searchRes li {
	font-family: 'Roboto', 'LeagueGothicRegular', Charcoal, Arial Black, Gadget, Sans serif;
	font-weight: 400;
	font-size: 1.2em;
	line-height: 1.2;
	display: block;
	clear: right;
	list-style: none;
	vertical-align: top;
	margin-bottom: 5px;
	border-top: 1px transparent;
	border-left: 1px transparent;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	border-right: 1px transparent;
	padding: 0 0 5px 60px;
	position: relative;
	min-height: 60px;
}

#searchRes li:hover {
	/* border: 1px solid rgba(0,0,0,0.2); */
	background-color: #D2D9D3;
}

#searchRes img {
	width: 50px;
	left: 0;
	position: absolute;
	top: 0;
}

#searchRes a {
	text-decoration: none;
}

#latestRec {
	padding: 0 7% 0 7% !important; 
}

#latestRec li {
	display: block;
	color: #fff;
	font-family: 'Roboto', 'LeagueGothicRegular', Charcoal, Arial Black, Gadget, Sans serif;
	display: block;
	clear: right;
	list-style: none;
	vertical-align: top;
	margin-bottom: 5px;
	border-top: 1px transparent;
	border-left: 1px transparent;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	border-right: 1px transparent;
	padding: 0 0 5px 60px;
	position: relative;
	min-height: 60px;
}

#latestRec li:hover {
	/* border: 1px solid rgba(0,0,0,0.2); */
	background-color: #ed6e67;
}

#latestRec img {
	width: 50px;
	left: 0;
	position: absolute;
	top: 0;
	border-radius: 0.5em;
}

#latestRec a {
	color: #fff;
	font-family: 'Roboto', 'LeagueGothicRegular', Charcoal, Arial Black, Gadget, Sans serif;
	font-weight: 200;
	text-shadow: 0 1px 1px rgba(0,0,0,.4);
	text-decoration: none;
	font-size: 1.2em;
	line-height: 1.2;
}

sup {
    vertical-align: super;
    font-size: 0.9em;
	font-style: italic;
}

/*#latestRec a:hover {
	text-decoration: underline;
}*/

/*#latestRec li:before {
content: "#";
display: block;
float: left;
margin-right: 2px;
}*/

#tagCloud {
	padding: 0 0 0 7% !important;
}

#tagCloud a {
	color: #fff;
	font-family: 'Yanone Kaffeesatz', 'LeagueGothicRegular', Charcoal, Arial Black, Gadget, Sans serif;
	font-weight: 200;
	line-height: 0.5;
	text-shadow: 0 1px 1px rgba(0,0,0,.4);
	white-space: nowrap;
	cursor: pointer;
	text-decoration: none;
	font-size: 1em;
}

#tagCloud a:hover {
	background-color: #ed6e67;
	
	border: 1px solid #D0D9D0;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-radius:5px;
}

#logSoc {
	padding: 0px 7% 0px 7% !important;
}

#logSoc div {
	color: #FFF;
	font-family: "Roboto","LeagueGothicRegular",Charcoal,Arial #000,Gadget,Sans serif;
	font-size: 1.0em;
}

#logSoc-wrapper {
	background: rgba(255,255,255,0.3);
	text-align: center;
	padding: 0.5em;
}

#logSoc-ident {
	background: rgba(255,255,255,0.3);
	text-align: center;
	padding: 0.5em;
}

#logSoc-disclaimer {
	font-size: 0.5em !important;
	padding-left: 1.0em;
	padding-right: 1.0em;
	padding-top: 1.0em;
}

.customBtn {
	display: inline-block;
	color: white;
	width: 145px;
	border-radius: 5px;
	white-space: nowrap;
	margin-right: 0.2em;
	margin-bottom: 0.2em;
	white-space: nowrap;
}

.customBtn:hover {
	cursor: pointer;
}

.customGPlusSignIn {
	background: #dd4b39;
	color:#fff;
	border-color:rgba(0,0,0,0.2);
}

.customGPlusSignIn:hover {
	background: #c23321;
}

.customFSignIn {
	background: #3b5998;
	color:#fff;
	border-color:rgba(0,0,0,0.2);
}

.customFSignIn:hover {
	background-color:#2d4373;
}

.customTSignIn {
	background: #55acee;
	color:#fff;
	border-color:rgba(0,0,0,0.2);
}

.customTSignIn:hover {
	background: #2795e9;
}

.customMSignIn {
	background: #2672ec;
	color:#fff;
	border-color:rgba(0,0,0,0.2);
}

.customMSignIn:hover {
	background: #125acd;
}

.customDSignIn {
	background: #777777 !important;
}

.customDSignIn:hover {
	background: #666666 !important;
}


.customDSignIn:hover span.buttonText span.origText{
	display: none;
}

.customDSignIn:hover span.buttonText:after {
	content: "Bientôt!";
}

#logOut {
	color: #fff;
	width: auto;
	padding: 0.2em;
}

#logOut:hover {
	cursor: pointer;
}

#revoke {
	color: #fff;
	width: auto;
	padding: 0.2em;
}

#revoke:hover {
	cursor: pointer;
}

span.icon {
	//background: url('../img/g-normal.png') transparent 5px 50% no-repeat;
	display: inline-block;
	vertical-align: middle;
	width: 42px;
	height: 22px;
	border-right: rgba(0, 0, 0, 0.2) 1px solid;
	text-align: center;
	font-size: 1.4em;
}

span.buttonText {
	display: inline-block;
	vertical-align: middle;
	padding-left: 22px;
	padding-right: 22px;
	font-size: 14px;
	font-weight: bold;
	/* Use the Roboto font that is loaded in the <head> */
	font-family: 'Roboto', sans-serif;
}

.socImg {
	border-radius: 0.5em;
    height: 50px;
    margin-right: 0.5em;
	margin-bottom: 0.5em;
    width: 50px;
}

.socUsr {
	font-size: 0.8em;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	height: 50px;
}

.logoutBtn {
	font-size: 0.5em;
	color: #fff;
	width: 100%;
}

#selectable { 
	list-style-type: none; 
	margin: 0; 
	padding: 0;  
}

#selectable .ui-selecting { 
	background: #FECA40; 
}

#selectable .ui-selected { 
	background: #F39814; 
	color: white; 
}

#selectable li { 
	margin: 3px; 
	padding: 10px; 
	height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
	font-family: 'Roboto', 'LeagueGothicRegular', Charcoal, Arial Black, Gadget, Sans serif;
	font-weight:200;
}

div .divCenter {
	text-align:center;
}

div .divCenter button {
	margin: auto;
	clear: both;
	display: block;
	margin-bottom: 5px;
}

#mngtPictureGrid {
   line-height: 0;   
   -webkit-column-count: 5;
   -webkit-column-gap:   0px;
   -moz-column-count:    5;
   -moz-column-gap:      0px;
   column-count:         5;
   column-gap:           0px;
}

#mngtPictureGrid img {
  width: 95% !important;
  height: auto !important;
  border-radius: 15px;
  margin: 0px !important;
  padding: 0px !important;
  border: 3px solid transparent;
}

#mngtPictureGrid img:hover {
  border: 3px dashed #F39814;
}

.imgSelected {
  border: 3px solid #F39814;
}

#mngtPictureGrid .cover_label {
	display: block;
	float: left;
	position: relative;
	top: -30px;
	text-align: left;
	font-family: 'Roboto', arial, helvetica, clean, sans-serif, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: bold;
	font-size: 1.0em;	
	color: white;
	background: rgb(69, 190, 73);
	background: rgba(69, 190, 73, 0.8);
	padding: 10px;
	width: 80% !important;
	z-index: 2;
}

#fileNameInput {
	margin-bottom: 5px;
}

@media (max-width: 1200px) {
  #mngtPictureGrid {
  -moz-column-count:    4;
  -webkit-column-count: 4;
  column-count:         4;
  }
}
@media (max-width: 1000px) {
  #mngtPictureGrid {
  -moz-column-count:    3;
  -webkit-column-count: 3;
  column-count:         3;
  }
}
@media (max-width: 800px) {
  #mngtPictureGrid {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  }
}
@media (max-width: 400px) {
  #mngtPictureGrid {
  -moz-column-count:    1;
  -webkit-column-count: 1;
  column-count:         1;
  }
}

#searchBox {
	font-family: 'Yanone Kaffeesatz', 'LeagueGothicRegular', Charcoal, Arial Black, Gadget, Sans serif;
	vertical-align: top;
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	outline: none;	
	border: solid 1px #ccc;
	width: 55px;	
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	background-color: #ededed;
	font-size: 18px;
}

#searchBoxli {
	height: 62px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}	
#searchBoxa {
    padding-bottom: 8px !important;
    padding-top: 14px !important;
}


#searchBox::-webkit-search-decoration,
#searchBox::-webkit-search-cancel-button {
	display: none; /* remove the search and cancel icon */
}

#searchBox:focus {
	width: 130px;
	background-color: #fff;
	border-color: #6dcff6;	
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);
}

/* placeholder */
#searchBox:-moz-placeholder {
	color: #999;
}

#searchBox::-webkit-input-placeholder {
	color: #999;
}

.ui-menu .ui-menu-item a {
    font-family: 'Yanone Kaffeesatz', 'LeagueGothicRegular', Charcoal, Arial Black, Gadget, Sans serif;
	color: #fff;
	font-size: 1.2em;
	line-height: 1;
	font-weight: 400;
	text-decoration: none;
}

.ui-menu .ui-menu-item .ui-state-focus {
	text-decoration: underline;
	background: transparent;
	border: 0px;
}

.ui-autocomplete {
	background: #35ae39 !important;
    border-radius: 0px !important;
}

.ui-autocomplete {
    max-height: 250px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding for vertical scrollbar */
    padding-right: 5px;
	z-index: 9999 !important;
}

.ui-autocomplete-loading {
    background: white url('../img/loader.gif') right center no-repeat;
}

.loading {
	font-family: "Roboto","LeagueGothicRegular",Charcoal,Arial #000,Gadget,Sans serif;
	color: #877474;
	font-size: 1em;
	line-height: 1;
	font-weight: 400;
	text-decoration: none;
	background: #F2F9F3;
	padding: 0.5em;
	border-radius: 0.5em;
	border: #877474 1px solid;
}

.imgLoader {
	height: 25px;
	max-height: 25px;
	width: 25px;
	max-width: 25px;
}

/*.main header a, .main header a:visited, .main header a:hover {
	font-family: Sanchez, Helvetica Neue, Helvetica, Tahoma, Sans Serif, Sans;
    font-size: 16px !important;
    color: rgb(150,150,150) !important;
    text-decoration: none !important;
}
.main header a:hover {
    text-decoration: underline !important;
}*/

/*.main footer a, .main footer a:visited, .main footer a:hover {
	font-family: Sanchez, Helvetica Neue, Helvetica, Tahoma, Sans Serif, Sans;
    font-size: 16px !important;
    color: rgb(150,150,150) !important;
    text-decoration: none !important;
}
.main footer a:hover {
    text-decoration: underline !important;
}*/

/* ==========================================================================
   Responsive Form
   ========================================================================== */
form {
	text-shadow:0 1px 0 #FFF;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background-color: #F2F9F3;
	padding:25px !important;
	/* max-width: 600px; */
}

form * {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;	
	width: 100% !important;
}

form input[type="text"],
form input[type="password"],
form textarea,
form button[type="submit"] {
	font-size: 1.0em;
	width: 100% !important;
}

form label span {
	font-size: 1.2em;
	width: 100% !important;
	cursor:pointer;
	color: rgb(100,175,30);
	display:block;
	margin:5px 0;
	font-weight:900;
	text-align: left !important;
}

form input[type="text"],
form input[type="password"],
form textarea {
	width:100%;
	box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	-webkit-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	-moz-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	border:1px solid #CCC;
	background:#FFF;
	margin:0 0 5px;
	padding:10px !important;
	border-radius:5px;
	color: #222;
}

.spaced {
	margin-bottom: 5px !important;
}

form input[type="text"]:hover,
form input[type="password"]:hover,
form textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
}

form textarea {
	height:100px;
	max-width:100%;
}

form .myBtn {
	cursor:pointer;
	width:100%;
	border:none;
	background: #4fd954;
	color: #FFFFFF;
	margin:0 0 5px;
	padding:10px !important;
	border-radius:5px;
	text-align: center !important;
	font-weight: bold;
	font-size: 1.2em;
	max-width: 120px;
}

form .myBtn:hover {
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
	background: #35ae39
}

form .myBtn:active {
	box-shadow:inset 0 1px 3px rgba(0,0,0,0.5);
}

form input:focus,
form textarea:focus {
	outline:0;
	border:1px solid #999;
}

::-webkit-input-placeholder {
    color: #64AF1E;
}
:-moz-placeholder {
    color: #64AF1E;
}
::-moz-placeholder {
    color: #64AF1E;
}
:-ms-input-placeholder {
    color: #64AF1E;
}

/* ==========================================================================
   End of Responsive Form
   ========================================================================== */

#tokenForm #verif {
	max-height: 50px;
	max-width: 320px;
	width: 320px !important;
	display: inline;
	position: relative;
}

#tokenForm label {
	text-align: left;
}

form .rfshTkn {
	display: inline;
	position: relative;
	font-size: 2em;
	vertical-align: middle;
	padding-left: 10px;
	width: 50px !important;
}

#recipeForm textarea {
	height: 500px;
}

/* ==========================================================================
   Custom front page article
   ========================================================================== */

header p {
	font-size: 1.0em;
	color: #aaa;
}

header p a {
	font-size: 0.8em;
}


section p {
	font-size: 1em;
	color: #000000;
}

footer p {
	font-size: 0.8em;
	color: #aaa;
}

footer h3 {
	text-align: right;
}

/* ==========================================================================
   End of custom article
   ========================================================================== */


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

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

/* ====================
    WIDE: CSS3 Effects
   ==================== */

    .header-container,
    .main aside {
        -webkit-box-shadow: 0 5px 10px #aaa;
           -moz-box-shadow: 0 5px 10px #aaa;
                box-shadow: 0 5px 10px #aaa;
    }

/* ============
    WIDE: Menu
   ============ */

    .title {
        float: left;
    }

    /*nav {
        float: right;
        width: 100%;
    }*/

/* ============
    WIDE: Main
   ============ */

    .main article {
        float: left;
        width: 70%;
    }

    .main aside {
        float: right;
        width: 27%;
    }
}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 98%; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
}

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

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

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

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

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

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

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Off-Canvas Menu styles
   ========================================================================== */

.highlight {
  background: #fff699;
  padding: 0 0.5em;
}

.prose ul, .prose ol {
  list-style: outside disc;
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 1.5em;
}
.prose p {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 1.5em;
}
.prose p.small {
  color: #666;
  font-size: 0.8125em;
  line-height: 1.84615em;
  margin-bottom: 1.84615em;
}
.prose p.medium {
  color: #666;
  font-size: 0.875em;
  line-height: 1.71429em;
  margin-bottom: 1.71429em;
}
.prose p:last-child {
  margin-bottom: 0;
}
.prose h1 {
  font-size: 1.875em;
  line-height: 1.2em;
  margin-bottom: 0.4em;
}
.prose h2 {
  font-size: 1.5em;
  line-height: 1.25em;
  margin-bottom: 0.5em;
}
.prose a {
  color: #6d7173;
  border-bottom: 1px solid #a1cfe5;
  text-decoration: none;
  outline: none;
}
.prose a:focus, .prose a:hover {
  color: #4ab336;
  border-bottom-color: #77b36b;
}

.block {
  position: relative;
  margin: 0 auto;
  padding: 0em 1.25em;
  //max-width: 60em;
}

.close-btn {
  display: block;
  width: 2.625em;
  height: 2.25em;
  padding: 0;
  border: 0;
  outline: none;
  background: #4fd954 url("../img/close-btn.svg") left center no-repeat;
  background-size: 1.875em 1.875em;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.no-svg .close-btn {
  background-image: url("../img/close-btn.png");
}
.close-btn:focus, .close-btn:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.nav-btn {
  display: block;
  width: 2.625em;
  height: 2.25em;
  padding: 5px;
  border: 0;
  outline: none;
  background: #4fd954 url("../img/nav-icon.svg") center no-repeat;
  background-size: 1.875em 1.5em;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.no-svg .nav-btn {
  background-image: url("../img/nav-icon.png");
}
.nav-btn:hover, .nav-btn:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

#outer-wrap {
	position: relative;
	overflow: hidden;
	width: 100%;
	background: #4fd954;
	background: url(../img/logo_chojin_be.jpg) #4fd954 no-repeat fixed; 
	background-position: top left;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;  
}

#inner-wrap {
  position: relative;
  width: 100%;
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0% 0%;
}

.sticky {
	position: fixed !important;
	left: 0 !important;
	top: 0 !important;
	border-top: 0 !important;
	padding-top: 0 !important;
	margin-top: 0 !important;
	border-bottom: 0 !important;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	//background: #ffffff !important;
	background: #35ae39 !important;
	width: 100% !important;
	-webkit-box-shadow: 0 5px 10px #504E4E !important;
	-moz-box-shadow: 0 5px 10px #504E4E !important;
	box-shadow: 0 5px 10px #504E4E !important;
	border-bottom: 20px solid #45be49;
	text-align: left !important;
}

.sticky2 {
	position: fixed !important;
	right: 15 !important;
	top: 55 !important;
	z-index: 999 !important;
}

#rec_list {
	height: 500px;
}

.sticky  ul {
	border-top: 0 !important;
	padding-top: 0 !important;
	margin-top: 0 !important;
	border-bottom: 0 !important;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

.sticky  ul:before{
	font-style: normal;
	font-weight: 200;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "CHoJiN.be";	
	padding-right: 5px;
	color: #dd5e57;
}

#nav {
  z-index: 200;
  position: relative;
  overflow: hidden;
  width: 100%;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  height: 94px;
  text-align: center;
}

#nav .close-btn {
  display: none;
}
#nav .block-title {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#nav .block {
  z-index: 2;
  position: relative;
  padding: 0.75em 1.25em;
  //background: #4fd954;
}
#nav ul {
  *zoom: 1;
  display: block;
  text-align: inherit;
}
#nav ul:before, #nav ul:after {
  content: "";
  display: table;
}
#nav ul:after {
  clear: both;
}
#nav li {
	display: block;
	height: 62px;
	background: #45be49;
	margin-right: 2px;
}

#nav li:hover {
	background: #35ae39;
}

#nav li a {
	font-family: 'Yanone Kaffeesatz', 'LeagueGothicRegular', Charcoal, Arial Black, Gadget, Sans serif;
	display: block;
	color: #fff;
	font-size: 2em;
	line-height:1;
	font-weight: 200;
	outline: none;
	background: #45be49;
	text-decoration: none;
}
#nav li a:focus, #nav li a:hover {
  color: #fff;
  background: #35ae39;
}
#nav li.is-active a {
  color: #fff;
  background: #35ae39;
}

#top {
	z-index: 100;
	position: relative;
	color: #fff;
	padding-bottom: 10px;
}
#top .block-title {
  margin: 0;
  font-size: 1.875em;
  line-height: 1.2em;
  text-align: center;
  white-space: nowrap;
}
#top .nav-btn {
  position: absolute;
  top: 0em;
  left: 0em;
}

#nav .navText {
	display: inline-block;
}

@media screen and (max-width: 1000px) and (min-width: 45.0625em) {
	#nav ul {
	  white-space: normal !important;
	  padding-left: 0px !important;
	  padding-right: 0px !important;
	}
	
	#nav .navText {
		display: none !important;
	}
}

@media screen and (min-width: 45.0625em) {
	.block {
		position: relative;
		margin: 0 auto;
		padding: 0em 1.25em;
		//max-width: 60em;
	}
	#nav .block {
		padding: 0em 1.25em;
	}
  #top .nav-btn {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  #nav .close-btn {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  #nav .block-title {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  #nav ul {
    text-align: inherit;
    white-space: nowrap;
  }
  #nav li {
    display: inline-block;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  #nav li:last-child {
    border-right: none;
  }
  #nav li a {
    padding: 0.42857em 0.85714em;
  }
}

@media screen and (max-width: 45em) {
	.block {
		position: relative;
		margin: 0 auto;
		padding: 1.5em 1.25em;
		//max-width: 60em;
	}
	#nav .block {
		padding: 0.75em 1.25em;
	}
  #nav {
    position: absolute;
    top: 0;
    padding-top: 5.25em;
  }
  #nav:not(:target) {
    z-index: 1;
    height: 0;
  }
  #nav:target .close-btn {
    display: block;
  }
  #nav .close-btn {
    position: absolute;
    top: -3.75em;
    left: 1.875em;
  }
  #nav .block {
    position: relative;
    padding: 0;
  }
  #nav li {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  #nav li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  #nav li.is-active:after {
    z-index: 50;
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: -0.03125em;
    margin-top: -0.625em;
    border-top: 0.625em transparent solid;
    border-bottom: 0.625em transparent solid;
    border-right: 0.625em white solid;
  }
  #nav li a {
    padding: 0.85714em 0.5em;
	vertical-align: middle;
  }

  .js-ready #nav {
    height: 100%;
    width: 70%;
    background: #4fd954;
    -webkit-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
    box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
  }
  .js-ready #nav .block {
    background: transparent;
  }
  .js-ready #nav .close-btn {
    display: block;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
  }
  .js-ready #nav .close-btn:focus, .js-ready #nav .close-btn:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  .js-ready #nav {
    left: -70%;
  }
  .js-ready #inner-wrap {
    left: 0;
  }

  .js-nav #inner-wrap {
    left: 70%;
  }

  .csstransforms3d.csstransitions.js-ready #nav {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .csstransforms3d.csstransitions.js-ready #inner-wrap {
    left: 0 !important;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .csstransforms3d.csstransitions.js-nav #inner-wrap {
    -webkit-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
  }

  .csstransforms3d.csstransitions.js-ready #nav .block {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 300ms 100ms, -webkit-transform 500ms ease;
    -webkit-transition-delay: ease, 0s;
    -moz-transition: opacity 300ms 100ms ease, -moz-transform 500ms ease;
    -o-transition: opacity 300ms 100ms ease, -o-transform 500ms ease;
    transition: opacity 300ms 100ms ease, transform 500ms ease;
    -webkit-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -moz-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -ms-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -o-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }

  .csstransforms3d.csstransitions.js-nav #nav .block {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* ==========================================================================
   Recipe Cards styles
   ========================================================================== */
   
   .recipe-card {
	width: 200px;
	height: 200px;
	position: relative;
	float: left;
	margin: 5px;
	color: #222;
	overflow: hidden;
	background-color: #F2F9F3;
	border-color: #D0D9D0;
	border-style: solid;
	border-width: 1px;
	border-radius: 30px;
	font-family: 'Roboto', arial, helvetica, clean, sans-serif, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.recipe-card .cover {
	display: block;
	position: absolute;
	left: -10px;
	top: -10px;
	max-width: 210px;
	margin: 5px;
	z-index: 1;
	overflow: hidden;
}
.recipe-card .cover img {
	max-width: 210px;
	min-width: 210px;
	max-height: 210px;
	min-height: 210px;
    height: auto;
    width: auto\9; /* ie8 */
}
.recipe-card .cover_label {
	display: block;
	float: left;
	position: relative;
	top: 100px;
	text-align: left;
	font-family: 'Roboto', arial, helvetica, clean, sans-serif, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: bold;
	font-size: 1.0em;	
	color: white;
	background: rgb(69, 190, 73);
	background: rgba(69, 190, 73, 0.8);
	padding: 10px;
	z-index: 2;
}

.recipe-card-large {
	display: block;
	overflow: hidden;
	line-height: 125%;
	position: relative;
	padding: 30px;
	color: black;
	/* margin: 20px 0; */
	margin: 0;
	text-align: center;
	background-color: #F2F9F3;
	border-color: #D0D9D0;
	border-style: solid;
	border-width: 1px;
	border-radius: 30px;
}
.recipe-card-large .recipe-card-adapted, .recipe-card-large .recipe-card-author, .recipe-card-large .recipe-card-notes, .recipe-card-large .recipe-card-methods, .recipe-card-large .recipe-card-ingredients, .recipe-card-large .recipe-card-info-box, .recipe-card-large .recipe-card-section-title, .recipe-card-large .recipe-card-summary, .recipe-card-large .recipe-card-serves, .recipe-card-large .recipe-card-modified, .recipe-card-large .recipe-card-added {
	font-family: 'Roboto', arial, helvetica, clean, sans-serif, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
}
.recipe-card-large .recipe-section {
	display: inline-block;
	width: 80%;
}

@media only screen and (max-width: 1565px) {
	.recipe-card-large .recipe-section {
		width: 100%;
	}
}

.recipe-card-large .recipe-card-photo img {
	position: relative;
    float: right;
    display: inline-block;
    min-width: 200px;
    min-height: 200px;
	max-width: 200px;
    max-height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	/* margin: 0 0 20px 15px; */
	border-color: transparent;
   	border-style: solid;
   	border-width: 1px;
   	border-radius: 15px;
}
.recipe-card-large .recipe-card-title {
	text-align:left;
	font-family: 'Dancing Script', 'LeagueGothicRegular', Charcoal, Arial Black, Gadget, Sans serif;
	line-height:1;
	display: block;
	white-space: normal !important;
	text-decoration: none;
	font-weight: 700;
	font-size: 3em;
	-webkit-font-smoothing: antialiased!important;
	color: rgb(100,175,30);	
	margin-bottom: 20px;
	text-transform: capitalize;
	vertical-align: middle;
}

.recipe-card-large .recipe-card-title h2 {
	color: rgb(100,175,30);
	text-shadow:1px 1px 3px rgb(50,50,50);
	font-size: 1.5em;
}

.recipe-card-large .recipe-card-tagContainer {
	display: block;
	font-family: 'Libre Baskerville', 'LeagueGothicRegular', Charcoal, Arial Black, Gadget, Sans serif;
	font-size: 1.3em;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	line-height: 12px;
	margin-top: 2px;
	vertical-align: bottom;
	z-index: 100;
}

.recipe-card-large .recipe-card-tagContainer  a {
	position: relative;
	display: inline-block;
	height: 16px;
	padding: 0 6px;
	//background: #999;
	background: #dd5e57;
	border: 1px solid #999;
	border-left-width: 0;
	margin-right: 2px;
	color: #fff;
	font-weight: 100;
	text-shadow: 0 1px 1px rgba(0,0,0,.4);
	white-space: nowrap;
	cursor: pointer;
	border-radius: 3px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
	/* line-height: 0.8em; */
	text-decoration: none;
	text-transform: none;
	z-index: 150;
}

.recipe-card-large .recipe-card-tagContainer  a:hover {
	background: #ed6e67;
}

.recipe-card-large .recipe-card-tagContainer  span {
	font-size: 0.5em;
	position: relative;
	display: inline-block;
	max-width: 120px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #fff;
	font-family: 'Libre Baskerville', 'LeagueGothicRegular', Charcoal, Arial Black, Gadget, Sans serif;
	text-shadow: 0 1px 1px rgba(0,0,0,.4);
	padding-top: 0.2em;
}

.recipe-card-large .recipe-card-added {
	display: inline-block;
	margin-bottom: 5px;
    line-height: 150%;
	color: #8C8C8C;
	text-align: left;
	float: left;
	margin-right: 5px;
	
}
.recipe-card-large .recipe-card-serves {
	display: inline-block;
	position: relative;
	margin-bottom: 5px;
    line-height: 150%;
	color: #8C8C8C;
	text-align: left;
	float: right;
}
.recipe-card-large .recipe-card-summary {
	position: relative;
	line-height: 150%;
	color: rgb(65, 65, 65);
	text-align: left;
	font-size: 16px;
	z-index: 50;
	display: inline-block;
	clear: both;
}
.recipe-card-large .recipe-card-spacer {
	height: 0.8em;
    width: 100%;
    position: relative;
}

.recipe-card-large .recipe-card-socialShare {
	color: #64AF1E;
	text-align: right;
	line-height: 1.5em;
	font-size: 2.0em;
	border-top: 1px dashed #D0D9D0;
	width: 100%;
	position: relative;
	float: right;
	padding-top: 5px;
}

.recipe-card-large .recipe-card-socialShare a {
	text-decoration: none;
	opacity: 0.5;
	-webkit-transition-property: width, height, opacity, transform;; /* Safari */
	transition-property: width, height, opacity, transform;;
	transition-duration: 0.2s, 0.2s, 0.2s, 0.2s;
	transition-timing-function: ease-in,  ease-in,  ease-in, linear;
}

.recipe-card-large .recipe-card-socialShare a:hover {
	transform: scale(1.1);
	text-decoration: none;
	opacity: 1;
	font-size: 1.1em;
}

.recipe-card-large .recipe-card-contents {
	position: relative;
    clear: both;
    text-align: left;
	border-top-color: #D0D9D0;
    border-top-width: 1px;
    border-top-style: dashed;
}
.recipe-card-large .recipe-card-info-box {
	width: 200px;
    position: relative;
    float: right;
    margin: 30px 0 20px 20px;
    padding: 15px 15px 0 15px;
    text-align: left;
	background-color: #F6FBF7;
   	border-color: #D0D9D0;
   	border-style: solid;
   	border-width: 1px;
   	border-radius: 15px;
	display: inline-block;
}
.recipe-card-large .recipe-card-infobox-section {
	width: 100%;
	height: 25px;
	position: relative;
	float: left;
	margin-bottom: 15px;
	display: inline-block;
}
.recipe-card-large .recipe-card-section-title {
	width: 80px;
    margin: 0 5px;
    height: 15px;
    position: relative;
    float: left;
    line-height: 15px;
    text-align: right;
	color: rgb(100,175,30);
	display: inline-block;
}
.recipe-card-large .recipe-card-infobox-section-data {
    margin: 0 5px;
    height: 15px;
    position: relative;
    float: left;
    line-height: 15px;
    text-align: right;
	color: #8C8C8C;
	display: inline-block;
}
.recipe-card-large .recipe-card-ingredient-section {
	margin: 0.8em 0;
}
.recipe-card-large .recipe-card-subheader {
	font-family: 'Dancing Script', 'LeagueGothicRegular', Charcoal, Arial Black, Gadget, Sans serif;
	font-size: 2em;
	font-weight: 700;
	color: rgb(100,175,30);
	line-height: 150%;
	text-transform: none;
	text-decoration: none;
}
.recipe-card-large .recipe-card-subsubheader {
	font-family: 'Dancing Script', 'LeagueGothicRegular', Charcoal, Arial Black, Gadget, Sans serif;
	font-size: 1.5em;
	font-weight: 700;
	color: rgb(100,175,30);
	line-height: 150%;
	text-transform: none;
	text-decoration: none;
	margin-top: 5px;
}
.recipe-card-large .recipe-card-ingredients {
	margin: 0 !important;
	padding: 0 !important;
	list-style-position: inside !important;
	list-style-type: none !important;
	//list-style-type: decimal !important;
}
.recipe-card-large .recipe-card-ingredients .recipe-card-ingredients-item {
	//margin-left: 0 !important;
    margin: 4px 0 0 0 !important;
    padding: 0 0 0 15px !important;
    text-indent: -20px !important;
    //line-height: 150% !important;
	color: rgb(65, 65, 65);
	font-family: 'Roboto', arial, helvetica, clean, sans-serif, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 1.1em;
}
.recipe-card-large .recipe-card-ingredients li:before{
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: 200;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e7b0";	
	//content: " - ";	
	padding-right: 5px;
	color: #dd5e57;
}
/*.recipe-card-large .recipe-card-ingredients li:nth-child(odd) {
    background-color: #D2D9D3;
}
.recipe-card-large .recipe-card-ingredients li:nth-child(even) {
    background-color: #A2A9A3;
}*/
.recipe-card-large .recipe-card-method-section {
	margin: 30px 0;
	/*margin-left: 230px;
    position: relative;*/
}
.recipe-card-large .recipe-card-methods {
	margin: 0 !important;
	padding: 0 !important;
	list-style-position: inside !important;
	list-style-type: none !important;
	//list-style-type: decimal !important;
}
.recipe-card-large .recipe-card-method-item {
    //margin: 4px 0 0 0 !important;
    padding: 0 0 5px 15px !important;
    text-indent: -20px !important;
    //line-height: 150% !important;
	color: rgb(65, 65, 65);
	font-family: 'Roboto', arial, helvetica, clean, sans-serif, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 1.1em;
}
.recipe-card-large .recipe-card-methods li:before{
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: 200;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e701";	
	//content: " - ";	
	padding-right: 5px;
	color: #dd5e57;
	font-size: 0.6em;
	vertical-align: baseline;
}
.recipe-card-large .recipe-card-note-section {
	margin: 30px 0;
}
.recipe-card-large .recipe-card-note-section .blog-yumprint-subheader {
	clear: both;
}
.recipe-card-large .recipe-card-notes {
	margin: 0 !important;
	padding: 0 !important;
	list-style-position: inside !important;
	list-style-type: none !important;
	//list-style-type: decimal !important;
}
.recipe-card-large .recipe-card-note-item {
    //margin: 4px 0 0 0 !important;
    padding: 0 0 5px 15px !important;
    text-indent: -20px !important;
    //line-height: 150% !important;
	color: rgb(65, 65, 65);
	font-family: 'Roboto', arial, helvetica, clean, sans-serif, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 1.1em;
}
.recipe-card-large .recipe-card-notes li:before{
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: 200;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e701";	
	//content: " - ";	
	padding-right: 5px;
	color: #dd5e57;
	font-size: 0.6em;
	vertical-align: baseline;
}

.recipe-card-large .recipe-card-linkedRec-section {
	background: #E5F2E6;
	/* border-radius: 0.5em; */
	border: 1px solid rgba(0,0,0, 0.2);
	padding: 0.8em;
	margin-bottom: 0.8em;
	-webkit-box-shadow: 0 5px 10px #aaa;
	-moz-box-shadow: 0 5px 10px #aaa;
	box-shadow: 0 5px 10px #aaa;
}

.recipe-card-large .recipe-card-linkedRec {
	padding: 0 0 0 0 !important;
}

.recipe-card-large .recipe-card-linkedRec li {
	font-family: 'Roboto', 'LeagueGothicRegular', Charcoal, Arial Black, Gadget, Sans serif;
	font-weight: 400;
	font-size: 1.2em;
	line-height: 1.2;
	display: inline-block;
	list-style: none;
	vertical-align: top;
	margin-bottom: 5px;
	margin-left: 5px;
	border-top: 1px transparent;
	border-left: 1px transparent;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	border-right: 1px transparent;
	padding: 0 0 5px 60px;
	position: relative;
	min-height: 60px;
	width: 48%;
}


.recipe-card-large .recipe-card-linkedRec li:hover {
	/* border: 1px solid rgba(0,0,0,0.2); */
	background-color: #D2D9D3;
}

.recipe-card-large .recipe-card-linkedRec img {
	width: 50px;
	left: 0;
	position: absolute;
	top: 0;
}

.recipe-card-large .recipe-card-linkedRec a {
	text-decoration: none;
}

.recipe-card-large .recipe-card-linkedRec-P {	
	font-family: 'Roboto', arial, helvetica, clean, sans-serif, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color: rgb(65, 65, 65);
	font-size: 1.0em;
	text-indent: 0.5em;
}

.recipe-card-large .recipe-card-simRec-section {
	background: #E5F2E6;
	/* border-radius: 0.5em; */
	border: 1px solid rgba(0,0,0, 0.2);
	padding: 0.8em;
	margin-bottom: 0.8em;
	-webkit-box-shadow: 0 5px 10px #aaa;
	-moz-box-shadow: 0 5px 10px #aaa;
	box-shadow: 0 5px 10px #aaa;
}

.recipe-card-large .recipe-card-simRec {
	/* padding: 0 7% 0 7% !important; */
	padding: 0 0 0 0 !important;
}

.recipe-card-large .recipe-card-simRec li {
	font-family: 'Libre Baskerville', 'Roboto', 'LeagueGothicRegular', Charcoal, Arial Black, Gadget, Sans serif;
	font-weight: 400;
	font-size: 1.1em;
	line-height: 1.2;
	display: inline-block;
	list-style: none;
	vertical-align: top;
	margin-bottom: 5px;
	margin-left: 5px;
	border-top: 1px transparent;
	border-left: 1px transparent;
	border-right: 1px solid rgba(0,0,0,0.2);
	border-bottom: 1px transparent;
	position: relative;
	height: 180px;
	width: 24%;
	text-align: center;
	padding: 0.5em;
}

.recipe-card-large .recipe-card-simRec li:hover {
	/* border: 1px solid rgba(0,0,0,0.2); */
	background-color: #D2D9D3;
}

.recipe-card-large .recipe-card-simRec img {
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	border-radius: 0.8em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.recipe-card-large .recipe-card-simRec a {
	text-decoration: none;
}

.recipe-card-large .recipe-card-simRec-P {
	text-indent: -55px !important;
	color: rgb(65, 65, 65);
	font-family: 'Roboto', arial, helvetica, clean, sans-serif, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 1.0em;
}

.recipe-card-large .recipe-card-score-section {
	background: #E5F2E6;
	/* border-radius: 0.5em; */
	border: 1px solid rgba(0,0,0, 0.2);
	padding: 0.8em;
	margin-bottom: 0.8em;
	-webkit-box-shadow: 0 5px 10px #aaa;
	-moz-box-shadow: 0 5px 10px #aaa;
	box-shadow: 0 5px 10px #aaa;
}

.recipe-card-large .recipe-card-score-section {
	color: #414141;
	font-family: "Roboto",arial,helvetica,clean,sans-serif,"HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
	font-size: 1.0em;
}

.recipe-card-large .recipe-card-comment-section {
	background: #E5F2E6;
	/* border-radius: 0.5em; */
	border: 1px solid rgba(0,0,0, 0.2);
	padding: 0.8em;
	margin-bottom: 0.8em;
	-webkit-box-shadow: 0 5px 10px #aaa;
	-moz-box-shadow: 0 5px 10px #aaa;
	box-shadow: 0 5px 10px #aaa;
}

.recipe-card-large .recipe-card-comment-section {
	color: #414141;
	font-family: "Roboto",arial,helvetica,clean,sans-serif,"HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
	font-size: 1.0em;
}

.recipe-card-large .recipe-card-author {
	display: inline-block;
	width: 100%;
	position: relative;
	margin-top: 15px;  
	clear: both;    
	color: #8C8C8C;
	text-align: left;
}
.recipe-card-large .recipe-card-adapted {
	display: inline-block;
	width: 100%;
	position: relative;
	margin-top: 15px;  
	clear: both;    
	text-align: left;
	color: #8C8C8C;
}
.recipe-card-large .recipe-card-adapted-link {
	color: rgb(150,150,150);
}
.recipe-card-large .recipe-card-adapted-link, .recipe-card-large .recipe-card-adapted-link:visited, .recipe-card-large .recipe-card-adapted-link:hover {
	color: rgb(150,150,150);
	text-decoration: none !important;
}
.recipe-card-large .recipe-card-recipe-source {
	width: 100%;
	position: relative;
	font-size: 12px;
    color: rgb(150,150,150);
    margin-top: 20px;
    clear: both;
    text-align: right;
	
}
.recipe-card-large .recipe-card-recipe-source a, .recipe-card-large .recipe-card-recipe-source a:visited, .recipe-card-large .recipe-card-recipe-source a:hover {
    font-size: 12px !important;
    color: rgb(150,150,150) !important;
    text-decoration: none !important;
}
.recipe-card-large .recipe-card-recipe-source a:hover {
    text-decoration: underline !important;
}
.recipe-card-large .hide {
	display: none;
}

@media only screen and (max-width: 699px) {
	.recipe-card-large {
	   overflow: hidden !important;
        display: inline-block !important; /* Necessary to trigger "hasLayout" in IE */
        display: block !important; /* Sets element back to block */
	}	
	.recipe-card-large .recipe-card-photo {
		//display: none !important;
		width: auto !important;
	    position: relative !important;
	    float: none !important;
	    clear: right !important;
	}	
	.recipe-card-large .recipe-card-info-box {
		//display: none !important;
		width: auto !important;
	    position: relative !important;
	    float: none !important;
	    clear: both !important;
		text-align: center;
	}	
	.recipe-card-large .recipe-card-infobox-section {
		width: 100% !important;
		text-align: center;
	}
	.recipe-card-large .recipe-card-section-title {
		width: auto !important;
	}
	.recipe-card-large .recipe-card-infobox-section-data {
		width: auto !important;
	}
	
	
	.recipe-card-large .recipe-card-ingredient-section {
	    width: auto !important;
	    position: relative !important;
	    float: none !important;
	    clear: left !important;
	}	
	.recipe-card-large .recipe-card-subheader {
		clear: both !important;
	}
	.recipe-card-large .recipe-card-subsubheader {
		clear: both !important;
	}	
	.recipe-card-method-section {
	    margin-left: 0 !important;
	    float: left !important;
	    position: relative !important;
	    clear: left !important;
	}	
	.recipe-card-note-section {
	    margin-left: 0 !important;
	    float: left !important;
	    position: relative !important;
	    clear: left !important;
	}	
	.recipe-card-large .recipe-card-author {
		margin-left: 0 !important;
		float: left !important;
		position: relative !important;
		clear: left !important;
	}	
	.recipe-card-large .recipe-card-adapted {
	    margin-left: 0 !important;
	    float: left !important;
	    position: relative !important;
	    clear: left !important;
	}	
	.recipe-card-large .recipe-card-recipe-source {
	    margin-left: 0 !important;
	    float: left !important;
	    position: relative !important;
	    clear: left !important;
	}
	.recipe-card-large .recipe-card-title h2 {
		color: rgb(100,175,30);
		text-shadow: none;
		font-size: 1.5em;
	}
}

/* ==========================================================================
   Print styles
   ========================================================================== */

/*@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        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) ")";
    }

    .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;
    }

    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;
    }
}*/

/* ==========================================================================
   Icons styles
   ========================================================================== */
   
   [class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
	content: "\e601";
}
.icon-home2:before {
	content: "\e602";
}
.icon-home3:before {
	content: "\e603";
}
.icon-office:before {
	content: "\e604";
}
.icon-newspaper:before {
	content: "\e605";
}
.icon-pencil:before {
	content: "\e606";
}
.icon-pencil2:before {
	content: "\e607";
}
.icon-quill:before {
	content: "\e608";
}
.icon-pen:before {
	content: "\e609";
}
.icon-blog:before {
	content: "\e60a";
}
.icon-droplet:before {
	content: "\e60b";
}
.icon-paint-format:before {
	content: "\e60c";
}
.icon-image:before {
	content: "\e60d";
}
.icon-image2:before {
	content: "\e60e";
}
.icon-images:before {
	content: "\e60f";
}
.icon-camera:before {
	content: "\e610";
}
.icon-music:before {
	content: "\e611";
}
.icon-headphones:before {
	content: "\e612";
}
.icon-play:before {
	content: "\e613";
}
.icon-film:before {
	content: "\e614";
}
.icon-camera2:before {
	content: "\e615";
}
.icon-dice:before {
	content: "\e616";
}
.icon-pacman:before {
	content: "\e617";
}
.icon-spades:before {
	content: "\e618";
}
.icon-clubs:before {
	content: "\e619";
}
.icon-diamonds:before {
	content: "\e61a";
}
.icon-pawn:before {
	content: "\e61b";
}
.icon-bullhorn:before {
	content: "\e61c";
}
.icon-connection:before {
	content: "\e61d";
}
.icon-podcast:before {
	content: "\e61e";
}
.icon-feed:before {
	content: "\e61f";
}
.icon-book:before {
	content: "\e620";
}
.icon-books:before {
	content: "\e621";
}
.icon-library:before {
	content: "\e622";
}
.icon-file:before {
	content: "\e623";
}
.icon-profile:before {
	content: "\e624";
}
.icon-file2:before {
	content: "\e625";
}
.icon-file3:before {
	content: "\e626";
}
.icon-file4:before {
	content: "\e627";
}
.icon-copy:before {
	content: "\e628";
}
.icon-copy2:before {
	content: "\e629";
}
.icon-copy3:before {
	content: "\e62a";
}
.icon-paste:before {
	content: "\e62b";
}
.icon-paste2:before {
	content: "\e62c";
}
.icon-paste3:before {
	content: "\e62d";
}
.icon-stack:before {
	content: "\e62e";
}
.icon-folder:before {
	content: "\e62f";
}
.icon-folder-open:before {
	content: "\e630";
}
.icon-tag:before {
	content: "\e631";
}
.icon-tags:before {
	content: "\e632";
}
.icon-barcode:before {
	content: "\e633";
}
.icon-qrcode:before {
	content: "\e634";
}
.icon-ticket:before {
	content: "\e635";
}
.icon-cart:before {
	content: "\e636";
}
.icon-cart2:before {
	content: "\e637";
}
.icon-cart3:before {
	content: "\e638";
}
.icon-coin:before {
	content: "\e639";
}
.icon-credit:before {
	content: "\e63a";
}
.icon-calculate:before {
	content: "\e63b";
}
.icon-support:before {
	content: "\e63c";
}
.icon-phone:before {
	content: "\e63d";
}
.icon-phone-hang-up:before {
	content: "\e63e";
}
.icon-address-book:before {
	content: "\e63f";
}
.icon-notebook:before {
	content: "\e640";
}
.icon-envelope:before {
	content: "\e641";
}
.icon-pushpin:before {
	content: "\e642";
}
.icon-location:before {
	content: "\e643";
}
.icon-location2:before {
	content: "\e644";
}
.icon-compass:before {
	content: "\e645";
}
.icon-map:before {
	content: "\e646";
}
.icon-map2:before {
	content: "\e647";
}
.icon-history:before {
	content: "\e648";
}
.icon-clock:before {
	content: "\e649";
}
.icon-clock2:before {
	content: "\e64a";
}
.icon-alarm:before {
	content: "\e64b";
}
.icon-alarm2:before {
	content: "\e64c";
}
.icon-bell:before {
	content: "\e64d";
}
.icon-stopwatch:before {
	content: "\e64e";
}
.icon-calendar:before {
	content: "\e64f";
}
.icon-calendar2:before {
	content: "\e650";
}
.icon-print:before {
	content: "\e651";
}
.icon-keyboard:before {
	content: "\e652";
}
.icon-screen:before {
	content: "\e653";
}
.icon-laptop:before {
	content: "\e654";
}
.icon-mobile:before {
	content: "\e655";
}
.icon-mobile2:before {
	content: "\e656";
}
.icon-tablet:before {
	content: "\e657";
}
.icon-tv:before {
	content: "\e658";
}
.icon-cabinet:before {
	content: "\e659";
}
.icon-drawer:before {
	content: "\e65a";
}
.icon-drawer2:before {
	content: "\e65b";
}
.icon-drawer3:before {
	content: "\e65c";
}
.icon-box-add:before {
	content: "\e65d";
}
.icon-box-remove:before {
	content: "\e65e";
}
.icon-download:before {
	content: "\e65f";
}
.icon-upload:before {
	content: "\e660";
}
.icon-disk:before {
	content: "\e661";
}
.icon-storage:before {
	content: "\e662";
}
.icon-undo:before {
	content: "\e663";
}
.icon-redo:before {
	content: "\e664";
}
.icon-flip:before {
	content: "\e665";
}
.icon-flip2:before {
	content: "\e666";
}
.icon-undo2:before {
	content: "\e667";
}
.icon-redo2:before {
	content: "\e668";
}
.icon-forward:before {
	content: "\e669";
}
.icon-reply:before {
	content: "\e66a";
}
.icon-bubble:before {
	content: "\e66b";
}
.icon-bubbles:before {
	content: "\e66c";
}
.icon-bubbles2:before {
	content: "\e66d";
}
.icon-bubble2:before {
	content: "\e66e";
}
.icon-bubbles3:before {
	content: "\e66f";
}
.icon-bubbles4:before {
	content: "\e670";
}
.icon-user:before {
	content: "\e671";
}
.icon-users:before {
	content: "\e672";
}
.icon-user2:before {
	content: "\e673";
}
.icon-users2:before {
	content: "\e674";
}
.icon-user3:before {
	content: "\e675";
}
.icon-user4:before {
	content: "\e676";
}
.icon-quotes-left:before {
	content: "\e677";
}
.icon-busy:before {
	content: "\e678";
}
.icon-spinner:before {
	content: "\e679";
}
.icon-spinner2:before {
	content: "\e67a";
}
.icon-spinner3:before {
	content: "\e67b";
}
.icon-spinner4:before {
	content: "\e67c";
}
.icon-spinner5:before {
	content: "\e67d";
}
.icon-spinner6:before {
	content: "\e67e";
}
.icon-binoculars:before {
	content: "\e67f";
}
.icon-search:before {
	content: "\e600";
}
.icon-zoomin:before {
	content: "\e680";
}
.icon-zoomout:before {
	content: "\e681";
}
.icon-expand:before {
	content: "\e682";
}
.icon-contract:before {
	content: "\e683";
}
.icon-expand2:before {
	content: "\e684";
}
.icon-contract2:before {
	content: "\e685";
}
.icon-key:before {
	content: "\e686";
}
.icon-key2:before {
	content: "\e687";
}
.icon-lock:before {
	content: "\e688";
}
.icon-lock2:before {
	content: "\e689";
}
.icon-unlocked:before {
	content: "\e68a";
}
.icon-wrench:before {
	content: "\e68b";
}
.icon-settings:before {
	content: "\e68c";
}
.icon-equalizer:before {
	content: "\e68d";
}
.icon-cog:before {
	content: "\e68e";
}
.icon-cogs:before {
	content: "\e68f";
}
.icon-cog2:before {
	content: "\e690";
}
.icon-hammer:before {
	content: "\e691";
}
.icon-wand:before {
	content: "\e692";
}
.icon-aid:before {
	content: "\e693";
}
.icon-bug:before {
	content: "\e694";
}
.icon-pie:before {
	content: "\e695";
}
.icon-stats:before {
	content: "\e696";
}
.icon-bars:before {
	content: "\e697";
}
.icon-bars2:before {
	content: "\e698";
}
.icon-gift:before {
	content: "\e699";
}
.icon-trophy:before {
	content: "\e69a";
}
.icon-glass:before {
	content: "\e69b";
}
.icon-mug:before {
	content: "\e69c";
}
.icon-food:before {
	content: "\e69d";
}
.icon-leaf:before {
	content: "\e69e";
}
.icon-rocket:before {
	content: "\e69f";
}
.icon-meter:before {
	content: "\e6a0";
}
.icon-meter2:before {
	content: "\e6a1";
}
.icon-dashboard:before {
	content: "\e6a2";
}
.icon-hammer2:before {
	content: "\e6a3";
}
.icon-fire:before {
	content: "\e6a4";
}
.icon-lab:before {
	content: "\e6a5";
}
.icon-magnet:before {
	content: "\e6a6";
}
.icon-remove:before {
	content: "\e6a7";
}
.icon-remove2:before {
	content: "\e6a8";
}
.icon-briefcase:before {
	content: "\e6a9";
}
.icon-airplane:before {
	content: "\e6aa";
}
.icon-truck:before {
	content: "\e6ab";
}
.icon-road:before {
	content: "\e6ac";
}
.icon-accessibility:before {
	content: "\e6ad";
}
.icon-target:before {
	content: "\e6ae";
}
.icon-shield:before {
	content: "\e6af";
}
.icon-lightning:before {
	content: "\e6b0";
}
.icon-switch:before {
	content: "\e6b1";
}
.icon-powercord:before {
	content: "\e6b2";
}
.icon-signup:before {
	content: "\e6b3";
}
.icon-list:before {
	content: "\e6b4";
}
.icon-list2:before {
	content: "\e6b5";
}
.icon-numbered-list:before {
	content: "\e6b6";
}
.icon-menu:before {
	content: "\e6b7";
}
.icon-menu2:before {
	content: "\e6b8";
}
.icon-tree:before {
	content: "\e6b9";
}
.icon-cloud:before {
	content: "\e6ba";
}
.icon-cloud-download:before {
	content: "\e6bb";
}
.icon-cloud-upload:before {
	content: "\e6bc";
}
.icon-download2:before {
	content: "\e6bd";
}
.icon-upload2:before {
	content: "\e6be";
}
.icon-download3:before {
	content: "\e6bf";
}
.icon-upload3:before {
	content: "\e6c0";
}
.icon-globe:before {
	content: "\e6c1";
}
.icon-earth:before {
	content: "\e6c2";
}
.icon-link:before {
	content: "\e6c3";
}
.icon-flag:before {
	content: "\e6c4";
}
.icon-attachment:before {
	content: "\e6c5";
}
.icon-eye:before {
	content: "\e6c6";
}
.icon-eye-blocked:before {
	content: "\e6c7";
}
.icon-eye2:before {
	content: "\e6c8";
}
.icon-bookmark:before {
	content: "\e6c9";
}
.icon-bookmarks:before {
	content: "\e6ca";
}
.icon-brightness-medium:before {
	content: "\e6cb";
}
.icon-brightness-contrast:before {
	content: "\e6cc";
}
.icon-contrast:before {
	content: "\e6cd";
}
.icon-star:before {
	content: "\e6ce";
}
.icon-star2:before {
	content: "\e6cf";
}
.icon-star3:before {
	content: "\e6d0";
}
.icon-heart:before {
	content: "\e6d1";
}
.icon-heart2:before {
	content: "\e6d2";
}
.icon-heart-broken:before {
	content: "\e6d3";
}
.icon-thumbs-up:before {
	content: "\e6d4";
}
.icon-thumbs-up2:before {
	content: "\e6d5";
}
.icon-happy:before {
	content: "\e6d6";
}
.icon-happy2:before {
	content: "\e6d7";
}
.icon-smiley:before {
	content: "\e6d8";
}
.icon-smiley2:before {
	content: "\e6d9";
}
.icon-tongue:before {
	content: "\e6da";
}
.icon-tongue2:before {
	content: "\e6db";
}
.icon-sad:before {
	content: "\e6dc";
}
.icon-sad2:before {
	content: "\e6dd";
}
.icon-wink:before {
	content: "\e6de";
}
.icon-wink2:before {
	content: "\e6df";
}
.icon-grin:before {
	content: "\e6e0";
}
.icon-grin2:before {
	content: "\e6e1";
}
.icon-cool:before {
	content: "\e6e2";
}
.icon-cool2:before {
	content: "\e6e3";
}
.icon-angry:before {
	content: "\e6e4";
}
.icon-angry2:before {
	content: "\e6e5";
}
.icon-evil:before {
	content: "\e6e6";
}
.icon-evil2:before {
	content: "\e6e7";
}
.icon-shocked:before {
	content: "\e6e8";
}
.icon-shocked2:before {
	content: "\e6e9";
}
.icon-confused:before {
	content: "\e6ea";
}
.icon-confused2:before {
	content: "\e6eb";
}
.icon-neutral:before {
	content: "\e6ec";
}
.icon-neutral2:before {
	content: "\e6ed";
}
.icon-wondering:before {
	content: "\e6ee";
}
.icon-wondering2:before {
	content: "\e6ef";
}
.icon-point-up:before {
	content: "\e6f0";
}
.icon-point-right:before {
	content: "\e6f1";
}
.icon-point-down:before {
	content: "\e6f2";
}
.icon-point-left:before {
	content: "\e6f3";
}
.icon-warning:before {
	content: "\e6f4";
}
.icon-notification:before {
	content: "\e6f5";
}
.icon-question:before {
	content: "\e6f6";
}
.icon-info:before {
	content: "\e6f7";
}
.icon-info2:before {
	content: "\e6f8";
}
.icon-blocked:before {
	content: "\e6f9";
}
.icon-cancel-circle:before {
	content: "\e6fa";
}
.icon-checkmark-circle:before {
	content: "\e6fb";
}
.icon-spam:before {
	content: "\e6fc";
}
.icon-close:before {
	content: "\e6fd";
}
.icon-checkmark:before {
	content: "\e6fe";
}
.icon-checkmark2:before {
	content: "\e6ff";
}
.icon-spell-check:before {
	content: "\e700";
}
.icon-minus:before {
	content: "\e701";
}
.icon-plus:before {
	content: "\e702";
}
.icon-enter:before {
	content: "\e703";
}
.icon-exit:before {
	content: "\e704";
}
.icon-play2:before {
	content: "\e705";
}
.icon-pause:before {
	content: "\e706";
}
.icon-stop:before {
	content: "\e707";
}
.icon-backward:before {
	content: "\e708";
}
.icon-forward2:before {
	content: "\e709";
}
.icon-play3:before {
	content: "\e70a";
}
.icon-pause2:before {
	content: "\e70b";
}
.icon-stop2:before {
	content: "\e70c";
}
.icon-backward2:before {
	content: "\e70d";
}
.icon-forward3:before {
	content: "\e70e";
}
.icon-first:before {
	content: "\e70f";
}
.icon-last:before {
	content: "\e710";
}
.icon-previous:before {
	content: "\e711";
}
.icon-next:before {
	content: "\e712";
}
.icon-eject:before {
	content: "\e713";
}
.icon-volume-high:before {
	content: "\e714";
}
.icon-volume-medium:before {
	content: "\e715";
}
.icon-volume-low:before {
	content: "\e716";
}
.icon-volume-mute:before {
	content: "\e717";
}
.icon-volume-mute2:before {
	content: "\e718";
}
.icon-volume-increase:before {
	content: "\e719";
}
.icon-volume-decrease:before {
	content: "\e71a";
}
.icon-loop:before {
	content: "\e71b";
}
.icon-loop2:before {
	content: "\e71c";
}
.icon-loop3:before {
	content: "\e71d";
}
.icon-shuffle:before {
	content: "\e71e";
}
.icon-arrow-up-left:before {
	content: "\e71f";
}
.icon-arrow-up:before {
	content: "\e720";
}
.icon-arrow-up-right:before {
	content: "\e721";
}
.icon-arrow-right:before {
	content: "\e722";
}
.icon-arrow-down-right:before {
	content: "\e723";
}
.icon-arrow-down:before {
	content: "\e724";
}
.icon-arrow-down-left:before {
	content: "\e725";
}
.icon-arrow-left:before {
	content: "\e726";
}
.icon-arrow-up-left2:before {
	content: "\e727";
}
.icon-arrow-up2:before {
	content: "\e728";
}
.icon-arrow-up-right2:before {
	content: "\e729";
}
.icon-arrow-right2:before {
	content: "\e72a";
}
.icon-arrow-down-right2:before {
	content: "\e72b";
}
.icon-arrow-down2:before {
	content: "\e72c";
}
.icon-arrow-down-left2:before {
	content: "\e72d";
}
.icon-arrow-left2:before {
	content: "\e72e";
}
.icon-arrow-up-left3:before {
	content: "\e72f";
}
.icon-arrow-up3:before {
	content: "\e730";
}
.icon-arrow-up-right3:before {
	content: "\e731";
}
.icon-arrow-right3:before {
	content: "\e732";
}
.icon-arrow-down-right3:before {
	content: "\e733";
}
.icon-arrow-down3:before {
	content: "\e734";
}
.icon-arrow-down-left3:before {
	content: "\e735";
}
.icon-arrow-left3:before {
	content: "\e736";
}
.icon-tab:before {
	content: "\e737";
}
.icon-checkbox-checked:before {
	content: "\e738";
}
.icon-checkbox-unchecked:before {
	content: "\e739";
}
.icon-checkbox-partial:before {
	content: "\e73a";
}
.icon-radio-checked:before {
	content: "\e73b";
}
.icon-radio-unchecked:before {
	content: "\e73c";
}
.icon-crop:before {
	content: "\e73d";
}
.icon-scissors:before {
	content: "\e73e";
}
.icon-filter:before {
	content: "\e73f";
}
.icon-filter2:before {
	content: "\e740";
}
.icon-font:before {
	content: "\e741";
}
.icon-text-height:before {
	content: "\e742";
}
.icon-text-width:before {
	content: "\e743";
}
.icon-bold:before {
	content: "\e744";
}
.icon-underline:before {
	content: "\e745";
}
.icon-italic:before {
	content: "\e746";
}
.icon-strikethrough:before {
	content: "\e747";
}
.icon-omega:before {
	content: "\e748";
}
.icon-sigma:before {
	content: "\e749";
}
.icon-table:before {
	content: "\e74a";
}
.icon-table2:before {
	content: "\e74b";
}
.icon-insert-template:before {
	content: "\e74c";
}
.icon-pilcrow:before {
	content: "\e74d";
}
.icon-lefttoright:before {
	content: "\e74e";
}
.icon-righttoleft:before {
	content: "\e74f";
}
.icon-paragraph-left:before {
	content: "\e750";
}
.icon-paragraph-center:before {
	content: "\e751";
}
.icon-paragraph-right:before {
	content: "\e752";
}
.icon-paragraph-justify:before {
	content: "\e753";
}
.icon-paragraph-left2:before {
	content: "\e754";
}
.icon-paragraph-center2:before {
	content: "\e755";
}
.icon-paragraph-right2:before {
	content: "\e756";
}
.icon-paragraph-justify2:before {
	content: "\e757";
}
.icon-indent-increase:before {
	content: "\e758";
}
.icon-indent-decrease:before {
	content: "\e759";
}
.icon-newtab:before {
	content: "\e75a";
}
.icon-embed:before {
	content: "\e75b";
}
.icon-code:before {
	content: "\e75c";
}
.icon-console:before {
	content: "\e75d";
}
.icon-share:before {
	content: "\e75e";
}
.icon-mail:before {
	content: "\e75f";
}
.icon-mail2:before {
	content: "\e760";
}
.icon-mail3:before {
	content: "\e761";
}
.icon-mail4:before {
	content: "\e762";
}
.icon-google:before {
	content: "\e763";
}
.icon-googleplus:before {
	content: "\e764";
}
.icon-googleplus2:before {
	content: "\e765";
}
.icon-googleplus3:before {
	content: "\e766";
}
.icon-googleplus4:before {
	content: "\e767";
}
.icon-google-drive:before {
	content: "\e768";
}
.icon-facebook:before {
	content: "\e769";
}
.icon-facebook2:before {
	content: "\e76a";
}
.icon-facebook3:before {
	content: "\e76b";
}
.icon-instagram:before {
	content: "\e76c";
}
.icon-twitter:before {
	content: "\e76d";
}
.icon-twitter2:before {
	content: "\e76e";
}
.icon-twitter3:before {
	content: "\e76f";
}
.icon-feed2:before {
	content: "\e770";
}
.icon-feed3:before {
	content: "\e771";
}
.icon-feed4:before {
	content: "\e772";
}
.icon-youtube:before {
	content: "\e773";
}
.icon-youtube2:before {
	content: "\e774";
}
.icon-vimeo:before {
	content: "\e775";
}
.icon-vimeo2:before {
	content: "\e776";
}
.icon-vimeo3:before {
	content: "\e777";
}
.icon-lanyrd:before {
	content: "\e778";
}
.icon-flickr:before {
	content: "\e779";
}
.icon-flickr2:before {
	content: "\e77a";
}
.icon-flickr3:before {
	content: "\e77b";
}
.icon-flickr4:before {
	content: "\e77c";
}
.icon-picassa:before {
	content: "\e77d";
}
.icon-picassa2:before {
	content: "\e77e";
}
.icon-dribbble:before {
	content: "\e77f";
}
.icon-dribbble2:before {
	content: "\e780";
}
.icon-dribbble3:before {
	content: "\e781";
}
.icon-forrst:before {
	content: "\e782";
}
.icon-forrst2:before {
	content: "\e783";
}
.icon-deviantart:before {
	content: "\e784";
}
.icon-deviantart2:before {
	content: "\e785";
}
.icon-steam:before {
	content: "\e786";
}
.icon-steam2:before {
	content: "\e787";
}
.icon-github:before {
	content: "\e788";
}
.icon-github2:before {
	content: "\e789";
}
.icon-github3:before {
	content: "\e78a";
}
.icon-github4:before {
	content: "\e78b";
}
.icon-github5:before {
	content: "\e78c";
}
.icon-wordpress:before {
	content: "\e78d";
}
.icon-wordpress2:before {
	content: "\e78e";
}
.icon-joomla:before {
	content: "\e78f";
}
.icon-blogger:before {
	content: "\e790";
}
.icon-blogger2:before {
	content: "\e791";
}
.icon-tumblr:before {
	content: "\e792";
}
.icon-tumblr2:before {
	content: "\e793";
}
.icon-yahoo:before {
	content: "\e794";
}
.icon-tux:before {
	content: "\e795";
}
.icon-apple:before {
	content: "\e796";
}
.icon-finder:before {
	content: "\e797";
}
.icon-android:before {
	content: "\e798";
}
.icon-windows:before {
	content: "\e799";
}
.icon-windows8:before {
	content: "\e79a";
}
.icon-soundcloud:before {
	content: "\e79b";
}
.icon-soundcloud2:before {
	content: "\e79c";
}
.icon-skype:before {
	content: "\e79d";
}
.icon-reddit:before {
	content: "\e79e";
}
.icon-linkedin:before {
	content: "\e79f";
}
.icon-lastfm:before {
	content: "\e7a0";
}
.icon-lastfm2:before {
	content: "\e7a1";
}
.icon-delicious:before {
	content: "\e7a2";
}
.icon-stumbleupon:before {
	content: "\e7a3";
}
.icon-stumbleupon2:before {
	content: "\e7a4";
}
.icon-stackoverflow:before {
	content: "\e7a5";
}
.icon-pinterest:before {
	content: "\e7a6";
}
.icon-pinterest2:before {
	content: "\e7a7";
}
.icon-xing:before {
	content: "\e7a8";
}
.icon-xing2:before {
	content: "\e7a9";
}
.icon-flattr:before {
	content: "\e7aa";
}
.icon-foursquare:before {
	content: "\e7ab";
}
.icon-foursquare2:before {
	content: "\e7ac";
}
.icon-paypal:before {
	content: "\e7ad";
}
.icon-paypal2:before {
	content: "\e7ae";
}
.icon-paypal3:before {
	content: "\e7af";
}
.icon-yelp:before {
	content: "\e7b0";
}
.icon-libreoffice:before {
	content: "\e7b1";
}
.icon-file-pdf:before {
	content: "\e7b2";
}
.icon-file-openoffice:before {
	content: "\e7b3";
}
.icon-file-word:before {
	content: "\e7b4";
}
.icon-file-excel:before {
	content: "\e7b5";
}
.icon-file-zip:before {
	content: "\e7b6";
}
.icon-file-powerpoint:before {
	content: "\e7b7";
}
.icon-file-xml:before {
	content: "\e7b8";
}
.icon-file-css:before {
	content: "\e7b9";
}
.icon-html5:before {
	content: "\e7ba";
}
.icon-html52:before {
	content: "\e7bb";
}
.icon-css3:before {
	content: "\e7bc";
}
.icon-chrome:before {
	content: "\e7bd";
}
.icon-firefox:before {
	content: "\e7be";
}
.icon-IE:before {
	content: "\e7bf";
}
.icon-opera:before {
	content: "\e7c0";
}
.icon-safari:before {
	content: "\e7c1";
}
.icon-IcoMoon:before {
	content: "\e7c2";
}
