@import url(https://fonts.googleapis.com/css?family=Oswald:400,700);
@import url(https://fonts.googleapis.com/css?family=Lato:400,900);
@import url(https://fonts.googleapis.com/css?family=Kameron);
/*----------------------------------------------------------------
[Table of contents]

1. Reset
2. General
	2.1 Pager / #pager
	2.2 Wide
3. Circles
	3.1 Circle Structure / .circle
	3.2 Tiny Circles / .circle.tiny
	3.3 Small Circles / .circle.small
4. Social Navigation
5. Header
	5.1 Banners / #[section]-banner
6. Main Navigation / #main-nav
	6.1 Sub Menu
7. Main Slider / .main-slider
	7.1 Pager / .pager-container
8. Our Dishes / #our-dishes
	8.1 Dishes / #dishes-[left/right]
9. Shows / #shows
10. Popular Dishes / #popular-dishes
	10.1 Dish Listing / .dishes
11. Specials / #specials
12. About / #about
13. Video / #video
	13.1 Radial Progress / .radial-progress
14. Reviews / #reviews
15. News / #news
16. Contact / #contact
17. Map / #map
18. Footer
	18.1 About Mozzarella
	18.2 Our Latests Posts
	18.3 Flickr Widget
	18.4 Opening Hours
	18.5 Copy / #copy
------------------------------------------------------------------
19. Menu / #menu
20. Events / #events
21. Calendar / #calendar
	21.1 Big Version
		21.1.1 Month / #month
		21.1.2 Week / #week
		21.1.3 Days / #days
	21.2 Small Version / .small
		21.2.1 Month / #month
		21.2.2 Week / #week
		21.2.3 Days / #days
		21.2.4 Events / #cal-events
22. Gallery / #gallery
	22.1 Three Columns
	22.2 Four Columns
23. Blog / #blog
	23.1 Post List / #post-list
	23.2 Side Nav / #side-nav
	23.3 Tags / .tags
	23.4 Comments / #comments
24. Animations
	24.1 Plus Icon Roll
	24.2 Radial Progress Rotation
25. Magnific Popup Lightbox Animation
26. Media Queries
-------------------------------------------------------------------*/
/***************************************/
/* 1. RESET */
/***************************************/
* {
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

a { text-decoration: none;} 

ul, ol {list-style: none;}

main, header, nav,
article, section,
aside, footer {
	display: block;
}

figure {line-height: 0;}

figure figcaption {display: none;}

/***************************************/
/* 2. GENERAL */
/***************************************/
p {
	font-size: 0.75em; /* 12px / 16px */
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #737373;
	line-height: 1.666666666666667em; /* 20px / 12px */
}

p + hr {
	margin: 20px auto 70px;
	border: none;
	border-bottom: 2px solid #c7a022;
	width: 150px;
}

h1 {
	font-size: 5em; /* 80px / 16px */
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1em;
	color: #fff;
	margin-bottom: 8px;
}

h2 {
	font-size: 3.75em; /* 60px / 16px */
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #323232;
	line-height: 1em;
	text-align: center;
	margin-bottom: 15px;
}

h2 + p {
	text-align: center;
	margin: 0 auto;
	width: 65%;
}

h3 {
	font-size: 4.375em; /* 70px / 16px */
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	line-height: 1em;
}

h3 span {
	font-size: 1.2em; /* 84x / 70px */
	font-family: 'Kameron', serif;
	color: #c7a022;
	margin-left: 7px;
}

h4 {
	font-size: 2.25em; /* 36px / 16px */
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	color: #fff;
	line-height: 1em;
}

h4 span {
	color: #c7a022;
}

h5 {
	font-size: 1.25em; /* 20px / 16px */
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #323232;
	line-height: 1em;
}

h5 span {
	color: #c7a022;
	font-weight: 700;
}

h6 {
	font-size: 1em; /* 12px / 16px */
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	letter-spacing: .2em;
	color: #fff;
	line-height: 1em;
	text-transform: uppercase;
	margin-bottom: 10px;
}

a.square-button {
	display: block;
	width: 240px;
	height: 45px;
	border: 1px solid #fff;
	text-transform: uppercase;
	line-height: 45px;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-size: 0.75em; /* 12px / 16px */
	font-weight: 900;
	color: #fff;
	letter-spacing: .2em;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}

a.square-button:hover {
	background-color: #c7a022;
	color: #fff;
	border-color: #c7a022;
}

img[alt='title-detail'] {
	display: block;
	margin: 0 auto 15px;
}

input, textarea {
	border: 1px solid #dcdcdc;
	padding: 10px 15px;
	font-size: 0.75em; /* 12px / 16px */
	font-family: 'Lato', serif;
	color: #323232;
	font-weight: 400;
}

.error {
	border-color: #db2e2e;
}

.cleaner {
	clear: both;
}

/*---------------
  2.1 PAGER
---------------*/
#pager {
	margin: 0 auto;
	overflow: hidden;
}

#pager > li {
	float: left;
	margin-right: 5px;
}

#pager > li:last-child {
	margin-right: 0;
}

#pager > li > a {
	display: block;
	width: 29px;
	height: 29px;
	font-size: 0.625em; /* 10px / 16px */
	font-family: 'Lato', serif;
	font-weight: 700;
	color: #323232;
	line-height: 29px;
	text-align: center;
	border: 1px solid #dfdfdf;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

#pager > li > a:hover,
#pager > li.selected > a {
	background-color: #c7a022;
	border-color: #c7a022;
	color: #fff;
}

/*-------------
  2.2 WIDE
-------------*/
#main-nav, #our-dishes,
#shows, #popular-dishes,
#about, #reviews,
#contact, #copy, #menu,
#gallery, #blog, #events {
	max-width: 1230px;
	margin: 0 auto;
}

/***************************************/
/* 3. CIRCLES */
/***************************************/
/*----------------------
  3.1 CIRCLE STRUCTURE
----------------------*/
div.circle {
	background-color: #373737;
	border-radius: 50%;
	padding: 3px 0 0 3px;
	position: relative;
	overflow: hidden;
}

div.circle > figure {
	border-radius: 50%;
}

div.circle > a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
}

div.circle > a:hover {
    background-color: rgba(0,0,0,.75);
}

div.circle > a:hover > img {
	opacity: 1;
}

div.circle > a > img {
	opacity: 0;
	transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
}

/*-------------------
  3.2 TINY CIRCLE
-------------------*/
div.circle.tiny {
	width: 70px;
	height: 70px;
}

div.circle.tiny figure {
	width: 64px;
	height: 64px;
}

/*--------------------
  3.3 SMALL CIRCLE
--------------------*/
div.circle.small {
	width: 75px;
	height: 75px;
}

div.circle.small figure {
	width: 69px;
	height: 69px;
}

div.circle.small > a {
	width: 75px;
	height: 75px;
}

div.circle.small > a:hover > img {
	transform: translate(0,25px);
	-webkit-transform: translate(0,25px);
}

div.circle.small > a > img {
	margin-left: 26px;
}

/***************************************/
/* 4. SOCIAL NAVIGATION */
/***************************************/
aside {
	position: fixed;
	top: 200px;
	right: -100px;
	z-index: 5;
}

aside > a {
	display: block;
	position: relative;
	right: 0px;
	margin-bottom: 10px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	color: #fff;
}

aside svg text {
	font-size: 12px;
	font-family: 'Lato', serif;
	text-transform: uppercase;
	font-weight: 900;
	fill: #fff;
}

aside > a:hover {
	right: 100px;
}

/**************************************
/* 5. HEADER */
/*************************************/
header {
	position: relative;
}

header > figure {
	width: 228px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -114px;
	z-index: 1;
}

header > figure > img[alt='Tropic 222'] {
	width: 100%;
}

/*--------------------
  5.1 BANNERS
--------------------*/
#menu-banner,
#events-banner,
#blog-banner,
#gallery-banner,
#contact-banner {
	background-size: 2px 2px, cover !important;
	height: 400px;
	text-align: center;
	padding-top: 190px;
}

#menu-banner {
	background: url('../images/dots-texture.png') repeat, url('../images/menu/menu-bg.jpg') no-repeat center;
}

#events-banner {
	background: url('../images/dots-texture.png') repeat, url('../images/events/events-bg.jpg') no-repeat center;
}

#blog-banner {
	background: url('../images/dots-texture.png') repeat, url('../images/blog-bg.jpg') no-repeat center;
}

#gallery-banner {
	background: url('../images/dots-texture.png') repeat, url('../images/gallery/gallery-bg.jpg') no-repeat center;
}

#contact-banner {
	background: url('../images/dots-texture.png') repeat, url('../images/contacto_bg.jpg') no-repeat center;
}

/***************************************/
/* 6. MAIN NAVIGATION */
/***************************************/
#main-nav-wrap{
	background-color: #000;
}

#main-nav {
	min-height: 70px;
}

	#main-nav > ul > li {
		float: left;
		height: 70px;
		width: 220px;
	}

	#main-nav > ul.responsive-nav {
		display: none;
	}

	#main-nav > ul > li:nth-child(3),
	#main-nav > ul > li:nth-child(4) {
		float: right;
	}

	#main-nav > ul > li > a {
		display: block;
		text-align: center;
		line-height: 70px;
		color: #e6e1c1;
		font-size: 0.875em; /* 14px / 16px */
		font-weight: 400;
		font-family: 'Oswald', sans-serif;
		text-transform: uppercase;
		transition: all .1s ease-in-out;
		-webkit-transition: all .1s ease-in-out;
		position: relative;
	}
	

	#main-nav > ul > li.sub-items > a:after {
		content: url('../images/nav-arrow.png');
		position: absolute;
		bottom: 3px;
		right: 60px;
	}

	#main-nav > ul > li > a:hover {
		color: #c7a022;
	}

	#main-nav > ul > li.sub-items > a:hover:after {
		content: url('../images/nav-arrow-hover.png');
	} 

/*---------------
  6.1 SUB MENU
---------------*/
#main-nav > ul > li > ul {
	width: 200px;
	background-color: #141414;
	position: relative;
	z-index: 2;
	margin-left: 57px;
	display: none;
}

#main-nav > ul > li > ul > li {
	border-bottom: 1px solid #373737;
}

#main-nav > ul > li > ul > li:last-child {
	border-bottom: none;
}

#main-nav > ul > li > ul > li > a {
	line-height: 40px;
	display: block;
	padding: 0 15px;
	font-size: 12px;
	font-family: 'Oswald', sans-serif;
	color: #e6e1c1;
	text-transform: uppercase;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}

#main-nav > ul > li > ul > li > a:hover {
	color: #000;
	background-color: #c7a022;
}

/***************************************/
/* 7. MAIN SLIDER */
/***************************************/
header ul.main-slider li {
	height: 800px;
	padding-top: 300px;
	text-align: center;
}

header ul.main-slider li a.square-button {
	margin: 45px auto 0;
}

header ul.main-slider li.first {
	background: url('../images/dots-texture.png') repeat,url('../images/slider01.jpg') center;
	background-size: 2px 2px, cover;
	-webkit-background-size: 2px 2px, cover;
}

header ul.main-slider li.second {
	background: url('../images/dots-texture.png') repeat,url('../images/slider02.jpg') center;
	background-size: 2px 2px, cover;
	-webkit-background-size: 2px 2px, cover;
}

header ul.main-slider li.third {
	background: url('../images/dots-texture.png') repeat,url('../images/slider03.jpg') center;
	background-size: 2px 2px, cover;
	-webkit-background-size: 2px 2px, cover;
}

header ul.main-slider h2 {
	font-size: 5em; /* 80px / 16px */
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1em;
	color: #fff;
	margin-top: -40px;
}

header ul.main-slider h1 {
	font-size: 5em; /* 80px / 16px */
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1em;
	color: #fff;
	margin-top: -40px;
}

/*-------------
  7.1 PAGER
-------------*/
.pager-container {
	width: 50px;
	position: absolute;
	bottom: 75px;
	left: 50%;
	margin-left: -15px;
}

.pager-container a {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #fff;
	float: left;
	margin-right: 10px;
}

.pager-container a:last-child {
	margin-right: 0;
}

.pager-container a:hover {
	background-color: #c7a022;	
}

.pager-container a.active {
	background-color: #c7a022;
}

/***************************************/
/* 8. OUR DISHES */
/***************************************/
#our-dishes-wrap{
	background-color: #fff;
}

#our-dishes {
	padding: 60px 0 130px;
	position: relative;
	overflow: hidden;
}

#our-dishes img[alt='deli-badge'] {
	position: absolute;
	top: 315px;
	left: 50%;
	margin-left: -179px;	
}

/*---------------
  8.1 DISHES
---------------*/
#dishes-left {
	width: 300px;
	float: left;
	margin-left: 8%;
}

#dishes-right {
	width: 300px;
	float: right;
	margin-right: 8%;
}

#dishes-left > article,
#dishes-right > article {
	overflow: hidden;
	margin-bottom: 55px;
}

#dishes-left > article:last-child,
#dishes-right > article:last-child {
	margin-bottom: 0;
}

#dishes-left > article > div {
	width: 215px;
	float: left;
}

#dishes-right > article > div {
	width: 215px;
	float: right;
}

#dishes-left > article > div {
	text-align: right;
}

#dishes-left > article > div > h5,
#dishes-right > article > div > h5 {
	margin-bottom: 10px;
}

#dishes-left > article > img {
	float: right;
}

/***************************************/
/* 9. SHOWS */
/***************************************/
#shows-wrap{
	background: url('../images/dots-texture.png') repeat, url('../images/show-bg.jpg') center;
	background-size: 2px 2px, cover;
	-webkit-background-size: 2px 2px, cover;
}

#shows {
	padding-top: 100px;
	position: relative;
	min-height: 510px;
}

#shows img[alt='show-model'] {
	position: absolute;
	bottom: 0;
	left: 8%;
}

#shows > article {
	margin-left: 45%;
}

#shows > article > p {
	color: #fff;
}

#shows > article > h3 + p {
	font-size: 1.125em; /* 18px / 16px */
	letter-spacing: .32em;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 1em;
	margin: 10px 0 25px;
}

#shows > article > h3 + p:before {
	content: url('../images/show-left-decor.png');
	margin-right: 15px;
}

#shows > article > h3 + p:after {
	content: url('../images/show-right-decor.png');
	margin-left: 8px;
}

#shows > article > p + p {
	width: 84%;
	margin-bottom: 55px;
}


/***************************************/
/* 10. POPULAR DISHES */
/***************************************/
#popular-dishes-wrap {
	background-color: #fff;
}

#popular-dishes {
	padding: 60px 0 100px;
	position: relative;
}

/*-------------------
  10.1 DISH LISTING
-------------------*/
ul.dishes {
	overflow: hidden;
	width: 1170px;
	margin: 0 auto;
}

ul.dishes > li {
	float: left;
	width: 270px;
	padding-bottom: 20px;
	margin: 0 30px 30px 0;
	border: 1px solid #dfdfdf;
	text-align: center;
	position: relative;
}

ul.dishes > li:nth-child(4n+4) {
	margin-right: 0;
}

ul.dishes > li > div {
	height: 190px;
	cursor: pointer;
	margin-bottom: 35px;
	position: relative;
	overflow: hidden;
}

ul.dishes.v3 > li > div {
	margin-bottom: 20px;
}

ul.dishes > li > div > a > div {
	background-color: rgba(0,0,0,.75);
	transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	height: 0;
	position: relative;
	z-index: 0;
}

ul.dishes > li > div:hover > a > div {
	height: 190px;
}

ul.dishes > li > div:hover img[alt='plus-icon'] {
	animation: plus-roll .5s ease-in forwards;
	-webkit-animation: plus-roll .5s ease-in forwards;
}

ul.dishes > li > div:hover img[alt='plus-icon'] + p {
	opacity: 1;
}

ul.dishes > li > div > img[alt='menu-dish'] {
	position: absolute;
	margin: auto;
	z-index: 0;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

ul.dishes img[alt='plus-icon'] {
	margin-top: 65px;
	margin-left: -200px;
	opacity: 0;
}

ul.dishes img[alt='plus-icon'] + p {
	font-size: 0.625em; /* 10px / 16px */
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 2em;
	opacity: 0;
	transition: all .5s ease-in;
	-webkit-transition: all .5s ease-in;
}

ul.dishes img[alt~='item'] {
	position: absolute;
	top: 155px;
	left: 50%;
	margin-left: -35px;
}

ul.dishes.v2 > li > h5,
ul.dishes.v3 > li > h5 {
	text-align: left;
	margin-left: 10px;
	font-size: 1.125em; /* 18px / 16px */
} 

ul.dishes > li > p { 
	width: 215px;
	margin: 10px auto 0;
}

ul.dishes.v2 > li > p,
ul.dishes.v3 > li > p {
	text-align: left;
	margin-left: 10px;
} 

ul.dishes > li > p:last-child { 
	font-size: 1.125em; /* 18px / 16px */
	color: #c7a022;
	font-weight: 900;
	line-height: 1em;
}

ul.dishes.v2 > li > p:last-child { 
	position: absolute;
	bottom: 70px;
	right: 10px;
	margin: 0;
	font-size: 1em; /* 16px / 16px */
	width: auto;
}

/***************************************/
/* 11. SPECIALS */
/***************************************/
#specials {
	background: url('../images/dots-texture.png') repeat, url('../images/bricks-bg.jpg') center;
	background-size: 2px 2px, cover;
	-webkit-background-size: 2px 2px, cover;
	min-height: 560px;
	padding-top: 73px;
	position: relative;
}

#specials > #board {
	width: 994px;
	height: 424px;
	margin: 0 auto;
	position: relative;
	background: url('../images/wood-sign.png');
}

#specials > #board > img[alt='specials-title'] {
	position: absolute;
	top: 90px;
	left: 48px;
}

#specials > img[alt='ivy'] {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

#specials > #board > article {
	float: right;
	margin: 80px 100px 0 0;
}

#specials > #board > article > article {
	float: left;
	width: 450px;
}

#specials > #board > article > article > h5 {
	font-size: 1.125em; /* 18px / 16px */
	color: #fff;
	float: left;
	margin-right: 10px;
	margin-bottom: 7px;
}

#specials > #board > article > article > hr {
	border: none;
	height: 4px;
	background: url('../images/dot-border.png') repeat-x;
	margin-top: 13px;
}

#specials > #board > article > article + p {
	float: left;
	color: #c7a022;
	font-weight: 900;
	font-size: 1em;
	line-height: 1em;
	margin-left: 10px;
}

#specials > #board > article > p + p {
	clear: left;
	color: #acabab;
	line-height: 17px;
	margin-bottom: 20px;
}

/***************************************/
/* 12. ABOUT */
/***************************************/
#about-wrap {
	background-color: #fff;	
}

#about {
	padding: 60px 0 130px;
	position: relative;
}

#about > article {
	width: 500px;
	margin-left: 8%;
	overflow: hidden;
}

#about > article > h5 + p {
	margin: 10px 0 25px;
}

#about > article > ul {
	float: left;
	margin: 40px 30px 0 0;	
}

#about > article > ul > li {
	font-size: 1em; /* 16px / 16px */
	font-family: 'Oswald', sans-serif;
	color: #323232;
	font-weight: 400;
	position: relative;
	margin-bottom: 20px;
}

#about > article > ul > li:last-child {
	margin-bottom: 0;
}

#about > article > ul > li:before {
	content: url('../images/check-icon.png');
	position: relative;
	top: 2px;
	left: 0;
	margin-right: 20px;
}

#about > img[alt='about-img'],
#about > img[alt='quality-badge'] {
	position: absolute;
	right: 7.5%;
}

#about > img[alt='about-img'] {
	top: 250px;
}

#about > img[alt='quality-badge'] {
	top: 275px;
}

/***************************************/
/* 13. VIDEO */
/***************************************/
#video {
	min-height: 500px;
	background: url('../images/dots-texture.png') repeat, url('../images/video-bg.jpg') center;
	background-size: 2px 2px, cover;
	-webkit-background-size: 2px 2px, cover;
	padding-top: 145px;
	position: relative;
}

#video > p {
	font-size: 1em; /* 16px / 16px */
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 7px;
}

#video > h2 {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0;
}

#video > h2 span {
	color: #c7a022;
}

#video > iframe {
	display: none;
	width: 100%;
	height: 500px;
	position: absolute;
	top: 0;
	left: 0;
}

/*----------------------
  13.1 RADIAL PROGRESS
----------------------*/
.radial-progress {
	width: 98px;
	height: 98px;
	background-color: transparent;
	border-radius: 50%;
	margin: 50px auto 0;
}

.radial-progress .r-circle .mask, 
.radial-progress .r-circle .fill {
	width: 98px;
	height: 98px;
	position: absolute;
	border-radius: 50%;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.radial-progress .r-circle .mask {
	clip: rect(0, 98px, 98px, 49px);
}

.radial-progress .r-circle .mask .fill {
	clip: rect(0, 49px, 98px, 0);
	background-color: #c7a022;
}

.radial-progress .inset {
	width: 90px;
	height: 90px;
	position: absolute;
	margin-left: 4px;
	margin-top: 4px;
	background-color: #000;
	border-radius: 50%;
	cursor: pointer;
}

.radial-progress .inset > img[alt='play-button'] {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -18px 0 0 -12px;
}

.radial-progress .r-circle .fill, .r-circle .mask.full{
	animation: rotate 3s linear infinite;
	-webkit-animation: rotate 3s linear infinite;
}

.radial-progress .r-circle .fill.fix {
	animation: rotate-fix 3s linear infinite;
	-webkit-animation: rotate-fix 3s linear infinite;
}

/***************************************/
/* 14. REVIEWS */
/***************************************/
#reviews-wrap {
	background-color: #fff;
}

#reviews {
	padding: 60px 0 90px;
}

#reviews > ul {
	width: 1030px;
	overflow: hidden;
	margin: 0 auto;
}

#reviews > ul > li {
	width: 500px;
	margin: 0 30px 40px 0;
	float: left;
}

#reviews > ul > li:nth-child(2n+2) {
	margin-right: 0;
}

#reviews > ul > li > article {
	float: left;
}

#reviews > ul > li > article > ul {
	width: 48px;
	margin: 3px auto;
	overflow: hidden;
}

#reviews > ul > li > article > ul > li {
	float: left;
	margin-right: 2px;
}

#reviews > ul > li > article > ul > li:last-child {
	margin-right: 0;
}

#reviews > ul > li > article > h5 {
	font-size: 1em; /* 16px / 16px */
	text-align: center;
}

#reviews > ul > li > article > p {
	font-size: 0.6875em; /* 11px / 16px */
	text-align: center;
	margin-top: 2px;
}

#reviews > ul > li > article.quote {
	width: 400px;
	margin-left: 30px;
	padding: 25px 40px 25px 45px;
	border: 1px solid #ccc;
	border-radius: 10px;
	position: relative;
}

#reviews > ul > li > article.quote > p {
	font-size: 0.75em; /* 12px / 16px */
	text-align: left;
}

#reviews > ul > li > article.quote > p span {
	font-weight: 900;
	color: #c7a022;
}

#reviews img[alt~='quote'] {
	position: absolute;
}

#reviews img[alt~='right'] {
	bottom: 15px;
	right: 15px;
}

#reviews img[alt~='left'] {
	top: 15px;
	left: 15px;
}

#reviews img[alt~='triangle'] {
	top: 25px;
	left: -13px;
}

/***************************************/
/* 15. NEWS */
/***************************************/
#news {
	background: url('../images/dots-texture.png') repeat, url('../images/news-bg.jpg') no-repeat center;
	background-size: 2px 2px, cover;
	-webkit-background-size: 2px 2px, cover;
	min-height: 400px;
	padding-top: 130px;
}

#news > p {
	font-size: 0.875em; /* 14px / 16px */
	color: #fff;
	font-weight: 900;
	line-height: 1em;
	text-transform: uppercase;
	text-align: center;
}

#news > h4 {
	margin-top: 15px;
	text-align: center;
	text-transform: uppercase;
}

#news > article {
	width: 400px;
	margin: 40px auto 0;
	position: relative;
}

#news input[type='email'] {
	min-width: 275px;
}

#news input[type='submit'] {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 125px;
	font-size: 0.75em; /* 12px / 16px */
	font-family: 'Lato', serif;
	font-weight: 900;
	color: #fff;
	letter-spacing: .2em;
	cursor: pointer;
	background-color: #c7a022;
	text-transform: uppercase;
	border: none;
}

#news p.subs-error {
	font-family: 'Lato', serif;
	color: #db2e2e;
	font-weight: 700;
	float: left;
	margin-top: 5px;
	font-size: 0.75em;
	text-transform: none;
}

::-webkit-input-placeholder {
   font-size: 12px;
   font-family: 'Lato', serif;
   font-weight: 400;
   color: #ababab;
}

:-moz-placeholder { /* Firefox 18- */
   font-size: 12px;
   font-family: 'Lato', serif;
   font-weight: 400;
   color: #ababab; 
}

::-moz-placeholder {  /* Firefox 19+ */
   font-size: 12px;
   font-family: 'Lato', serif;
   font-weight: 400;
   color: #ababab;
}

:-ms-input-placeholder {  
   font-size: 12px;
   font-family: 'Lato', serif;
   font-weight: 400;
   color: #ababab;
}

/***************************************/
/* 16. CONTACT */
/***************************************/
#contact-wrap {
	background-color: #fff;	
}

#contact {
	padding: 60px 0 130px;
}

#contact > form {
	width: 83.73983739837398%;
	margin: 0 auto 30px;
}

#contact > form > input[type='email'] {
	float: right;
}

#contact > form > input {
	width: 48.54368932038835%;
}

#contact > form > textarea {
	width: 100%;
	min-height: 160px;
	margin: 20px 0;
}

#contact > form > input[type='submit'] {
	width: 62%;
	height: 45px;
	min-width: 200px;
	display: block;
	margin: 0 auto;
	border: none;
	cursor: pointer;
	background-color: #c7a022;
	font-size: 12px;
	font-family: 'Lato', serif;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .2em;
}

#contact > ul {
	width: 60px;
	margin: 0 auto;
	overflow: hidden;
}

#contact > ul > li {
	float: left;
	margin-right: 15px;
}

#contact > ul > li:last-child {
	margin-right: 0;
}

/***************************************/
/* 17. MAP */
/***************************************/
#map {
	width: 100%;
	height: 530px;
}

#map iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

/***************************************/
/* 18. FOOTER */
/***************************************/
footer {
	background-color: #141414;	
}

footer > #info {
	width: 1170px;
	margin: 0 auto;
}

footer > #info {
	padding: 45px 0 75px;
	overflow: hidden;
}

footer #copy-wrap {
	background-color: #000;
}

footer #copy {
	overflow: hidden;
	padding: 0 30px;
}

footer > #info > article {
	width: 270px;
	float: left;
	margin-right: 30px;
}

footer > #info > article:last-child {
	margin-right: 0;
}

footer > #info > article > h5 {
	color: #fff;
	margin-bottom: 30px;
}

/*-----------------------
  18.1 ABOUT MOZZARELLA
-----------------------*/
footer > #info > article > p {
	color: #898989;
	margin-bottom: 20px;
}

footer > #info > article > ul.c-info > li {
	font-size: 0.625em; /* 10px / 16px */
	font-family: 'Lato', serif;
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 10px;
}

footer > #info > article > ul.c-info > li:before {
	position: relative;
	margin-right: 10px;
	top: 8px;
}

footer > #info > article > ul.c-info > li:first-child:before {
	content: url('../images/pin-icon.png')
}

footer > #info > article > ul.c-info > li:nth-child(2):before {
	content: url('../images/pin-icon.png')
}

footer > #info > article > ul.c-info > li:nth-child(3):before {
	content: url('../images/mail-icon.png')
}
footer > #info > article > ul.c-info > li:nth-child(4):before {
	content: url('../images/phone-icon.png')
}
/*-----------------------
  18.2 OUR LATESTS POSTS
-----------------------*/
.side-posts > article {
	overflow: hidden;
	margin-bottom: 12px;
}

.side-posts > article > div.circle.small {
	float: left;
	margin-right: 10px;
}

.side-posts > article h6 {
	font-size: 0.6875em; /* 11px / 16px */
	letter-spacing: 0;
	margin-bottom: 0;
	margin-top: 15px;
}

.side-posts > article > h6 > a {
	color: #fff;
}

.side-posts > article > h6 > a:hover {
	color: #c7a022;
}

.side-posts > article > p {
	margin-top: 3px;
	color: #898989;
}

/*---------------------
  18.3 FLICKR WIDGET
---------------------*/
#flickr-w {
	overflow: hidden;
}

#flickr-w > li {
	float: left;
	margin: 0 15px 10px 0;
}

#flickr-w > li:nth-child(3n+3) {
	margin-right: 0;
}

/*---------------------
  18.4 OPENING HOURS
---------------------*/
footer > #info > article > article.op-hours > div {
	overflow: hidden;
	height: 37px;
	border-bottom: 1px solid #373737;
}

footer > #info > article > article.op-hours > div:last-child {
	border-bottom: none;
}

footer > #info > article > article.op-hours > div > h6 {
	font-size: 0.6875em; /* 11px / 16px */
	letter-spacing: 0;
	line-height: 33px;
}

footer > #info > article > article.op-hours > div > h6 span {
	color: #e41c1c;
}

footer > #info > article > article.op-hours > div > h6:first-child {
	float: left;
}

footer > #info > article > article.op-hours > div > h6:last-child {
	float: right;
	color: #c7a022;
}

/*-----------
  18.5 COPY
-----------*/
footer #copy > h5 {
	font-size: 0.8125em; /* 13px / 16px */
	color: #fff;
	line-height: 70px;
	float: left;
}

footer #copy > h5 {
	font-weight: 400;
}

footer #copy > nav > ul {
	float: right;
}

footer #copy > nav > ul > li {
	height: 70px;
	line-height: 70px;
	float: left;
	margin-right: 13px;
}

footer #copy > nav > ul > li:after {
	content: url('../images/copy-divider.png');
	margin-left: 13px;
}

footer #copy > nav > ul > li:last-child:after {
	content: '';
	margin-left: 0;
}

footer #copy > nav > ul > li:last-child {
	margin-right: 0;
}

footer #copy > nav > ul > li > a {
	font-size: 0.8125em; /* 13px / 16px */
	color: #fff;
	font-family: 'Oswald', sans-serif;
}

footer #copy > nav > ul > li > a:hover {
	color: #c7a022;
}



/***************************************/
/* 19. MENU */
/***************************************/
#menu-wrap {
	background-color: #fff;	
}

#menu {
	padding: 60px 0 130px;
}

#menu-nav {
	width: 770px;
	overflow: hidden;
	margin: 0 auto 70px;
}

#menu-nav.text-nav {
	width: 1158px;
}

#menu-nav > li {
	float: left;
	margin-right: 70px;
	position: relative;
}

#menu-nav.text-nav > li {
	margin-right: 8px;
}

#menu-nav > li:last-child {
	margin-right: 0;
}

#menu-nav.img-nav > li > a {
	display: block;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: 4px solid #c7a022;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
}

#menu-nav.text-nav > li > a {
	display: block;
	font-size: 13px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-align: center;
	line-height: 35px;
	padding: 0 30px;
	color: #6f6f6f;
	border: 1px solid #dfdfdf;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

#menu-nav.text-nav > li > a:hover {
	color: #fff;
	background-color: #c7a022;
	border-color: #c7a022;
}

#menu-nav.img-nav > li:first-child > a {
	background: url('../images/menu/ff-cat.png');	
}

#menu-nav.img-nav > li:nth-child(2) > a {
	background: url('../images/menu/sc-cat.png');
}

#menu-nav.img-nav > li:nth-child(3) > a {
	background: url('../images/menu/pc-cat.png');
}

#menu-nav.img-nav > li:nth-child(4) > a {
	background: url('../images/menu/sa-cat.png');
}

#menu-nav.img-nav > li:nth-child(5) > a {
	background: url('../images/menu/db-cat.png');
}

#menu-nav.img-nav > li:nth-child(6) > a {
	background: url('../images/menu/ds-cat.png');
}

#menu-nav.img-nav > li:after {
	position: absolute;
	content: url('../images/menu/dot-div.png');
	top: 22px;
	left: 102px;
}

#menu-nav.img-nav > li:last-child:after {
	display: none;
}

#menu-nav.img-nav > li > a:hover {
	border-color: #f06600;
}

#menu-nav > li.selected > a {
	border-color: #f06600;
}

#menu-nav.text-nav > li.selected > a {
	color: #fff;
	background-color: #c7a022;
	border-color: #c7a022;
}

#menu ul.dishes {
	margin-bottom: 10px;
}

/***************************************/
/* 20. EVENTS */
/***************************************/
#events-wrap {
	background-color: #fff;
}

#events {
	padding: 60px 0 130px;
}

/***************************************/
/* 21. CALENDAR */
/***************************************/

/*--------------------
  21.1 BIG VERSION
--------------------*/
#calendar {
	max-width: 1030px;
	width: 83.53983739837398%;	
	margin: 0 auto;
}
	/*--------------------
	    21.1.1 MONTH
	--------------------*/
	#calendar #month {
		height: 50px;
		text-align: center;
		background-color: #323232;
		position: relative;
	}

	#calendar #month > p {
		font-size: 1.125em; /* 18px / 16px */
		font-family: 'Oswald', sans-serif;
		font-weight: 700;
		line-height: 50px;	
		color: #fff;
		text-transform: uppercase;
	}

	#calendar #month .arrow {
		display: block;
		width: 30px;
		height: 30px;
		border-radius: 50%;
		border: 3px solid #c7a022;
		position: absolute;
		top: 10px;
	}

	#calendar #month .arrow.left {
		background: url('../images/events/arrow-left.png') no-repeat 45% center #323232;
		left: 25px;
	}

	#calendar #month .arrow.right {
		background: url('../images/events/arrow-right.png') no-repeat 55% center #323232;
		right: 25px;
	}

	/*--------------------
	    21.1.2 WEEK
	--------------------*/
	#calendar #week {
		height: 53px;
		border-left: 1px solid #dfdfdf;
		border-right: 1px solid #dfdfdf;
	}

	#calendar #week > li {
		width: 14.28571428571429%;
		float: left;
		font-size: 1em; /* 16px / 16px */
		font-family: 'Oswald', sans-serif;
		font-weight: 400;
		line-height: 53px;
		color: #323232;
		text-align: center;
	}

	/*--------------------
	    21.1.3 DAYS
	--------------------*/
	#calendar #days {
		overflow: hidden;
		border: 1px solid #dfdfdf;
		border-bottom: none;
	}

	#calendar #days > li {
		width: 14.28571428571429%;
		height: 120px;
		float: left;
		padding: 15px;
		border-bottom: 1px solid #dfdfdf;
		border-right: 1px solid #dfdfdf;
		position: relative;
		overflow: hidden;
	}

	#calendar #days > li:nth-child(7n+7) {
		border-right: none;
	}

	#calendar #days > li span {
		font-size: 0.75em; /* 12px / 16px */
		font-family: 'Lato', serif;
		font-weight: 900;
		color: #323232;
	}

	#calendar #days > li.inactive span {
		color: #b3b2b2;
	}

	#calendar #days > li.marked {
		padding: 10px 15px 15px 10px;	
	}

	#calendar #days > li.marked span {
		display: block;
		width: 25px;
		height: 25px;
		border-radius: 50%;
		text-align: center;
		line-height: 25px;
		background-color: #c7a022;
		color: #fff;
	}

	#calendar #days > li.inactive.marked span {
		background-color: #bbbbbb;
	}

	#calendar #days > li > h6 {
		font-size: 0.625em; /* 10px / 16px */
		letter-spacing: 0;
		color: #323232;
		margin: 10px 0 5px;
	}

	#calendar #days > li.inactive > h6 {
		color: #bbbbbb;
	}

	#calendar #days > li > p {
		font-size: 0.6875em; /* 11px / 16px */
		line-height: 16px;
		color: #898989;
	}

	#calendar #days > li.inactive > p {
		color: #d1d1d1;
	}

	#calendar #days > li.featured:after {
		content: url('../images/events/star.png');
		position: absolute;
		top: 10px;
		right: 13px;
	}

	#calendar #days > li.inactive.featured:after {
		content: url('../images/events/star-inactive.png');
	}

/*--------------------
  21.2 SMALL VERSION
--------------------*/
#calendar.small {
	min-width: 280px;
	width: 50%;
	margin: 0 auto;
}
	/*--------------------
	    21.2.1 MONTH
	--------------------*/
	#calendar.small #month {
		height: 40px;
	}

	#calendar.small #month > p {
		font-size: 0.875em; /* 14px / 16px */
		line-height: 40px;
	}

	#calendar.small #month .arrow {
		width: 20px;
		height: 20px;
		border-width: 2px;
	}

	#calendar.small #month .arrow.left {
		background: url('../images/events/arrow-left-small.png') no-repeat 35% center #323232;
		left: 10px;
	}

	#calendar.small #month .arrow.right {
		background: url('../images/events/arrow-right-small.png') no-repeat 60% center #323232;
		right: 10px;
	}

	/*--------------------
	    21.2.2 WEEK
	--------------------*/
	#calendar.small #week {
		height: 42px;
	}

	#calendar.small #week > li {
		font-size: 0.75em; /* 12px / 16px */
		line-height: 42px;
	}

	/*--------------------
	    21.2.3 DAYS
	--------------------*/
	#calendar.small #days > li.marked {
		padding: 5px 10px 0;
	}

	#calendar.small #days > li.featured:after {
		content: '';
	}

	#calendar.small #days {
		border-bottom: 1px solid #dfdfdf;
		padding: 10px 0 20px;
	}

	#calendar.small #days > li {
		border-right: none;
		border-bottom: none;
		height: 30px;
		padding: 0 15px;
	}

	#calendar.small #days > li span {
		display: block;
		font-size: 0.6875em; /* 11px / 16px */
		text-align: center;
		line-height: 30px;
	}

	#calendar.small #days > li.marked span {
		width: 20px;
		height: 20px;
		line-height: 20px;
		margin: 0 auto;
	}

	/*--------------------
	   21.2.4 EVENTS
	--------------------*/
	#calendar.small #cal-events {
		border: 1px solid #dfdfdf;
		border-top: none;
		border-bottom: none;
	}

	#calendar.small #cal-events > li {
		padding: 10px 10px 15px;
		border-bottom: 1px solid #dfdfdf;
		position: relative;
	}

	#calendar.small #cal-events > li.inactive > p {
		color: #d1d1d1;
	}

	#calendar.small #cal-events > li span {
		font-size: 0.75em; /* 12px / 16px */
		font-family: 'Lato', serif;
		font-weight: 900;
		display: block;
		width: 25px;
		height: 25px;
		border-radius: 50%;
		text-align: center;
		line-height: 25px;
		background-color: #c7a022;
		color: #fff;
	}

	#calendar.small #cal-events > li.inactive span {
		background-color: #bbbbbb;
	}

	#calendar.small #cal-events > li > h6 {
		font-size: 0.625em; /* 10px / 16px */
		letter-spacing: 0;
		color: #323232;
		margin: 10px 0 5px;
	}

	#calendar.small #cal-events > li.inactive > h6 {
		color: #bbbbbb;
	}

	#calendar.small #cal-events > li.featured:after {
		content: url('../images/events/star.png');
		position: absolute;
		top: 10px;
		right: 13px;
	}

	#calendar.small #cal-events > li.inactive.featured:after {
		content: url('../images/events/star-inactive.png');
	}

/***************************************/
/* 22. GALLERY */
/***************************************/
#gallery-wrap {
	background-color: #fff;
}

#gallery {
	padding: 60px 0 130px;
}

#gallery-pics,
.gallery {
	width: 1170px;
	margin: 0 auto;
	overflow: hidden;
}

#gallery-pics {
	margin-bottom: 10px;
}

.gallery > li {
	float: left;
	background-color: #333;
	margin: 0 30px 30px 0;
	position: relative;
	overflow: hidden;
	border: 1px solid #dfdfdf;
}

#gallery-pics > li {
	float: left;
	width: 150px;
	height: 150px;
	margin: 0 20px 20px 0;
	border: 1px solid #dfdfdf;
	position: relative;
	cursor: pointer;
}

#gallery-pics > li > a > div {
	width: 150px;
	height: 0;
	background-color: rgba(0,0,0,.7);
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

#gallery-pics > li > a > div > img,
#gallery-pics > li > a > div > p {
	transition: all .6s ease;
	-webkit-transition: all .6s ease;
	opacity: 0;
}

#gallery-pics > li > a > div > p {
	font-size: 10px;
	font-family: 'Lato', serif;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
}

#gallery-pics > li > a > div > img {
	margin-top: 50px;
}

#gallery-pics > li:hover > a > div > img,
#gallery-pics > li:hover > a > div > p {
	opacity: 1;
}

#gallery-pics > li:hover > a > div {
	height: 150px;
}

#gallery-pics > li > figure {
	width: 150px;
	height: 150px;
}

#gallery-pics > li:nth-child(7n+7) {
	margin-right: 0;
}

.gallery > li > a > div {
	width: 100%;
	background-color: rgba(0,0,0,.75);
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

.gallery > li > a > div > h5 {
	color: #fff;
}

.gallery > li > a > div > p.date {
	font-size: 0.6875em; /* 11px / 16px */
	font-family: 'Lato', serif;
	font-weight: 900;
	color: #c7a022;
	line-height: 1em;
	margin-top: 3px;
}

.gallery > li > a > div > p {
	margin-top: 16px;
	color: #898989;
}

.gallery > li > a > div:after {
	content: url('../images/plus-icon-small.png');
	position: absolute;
	top: 20px;
}

/*--------------------
  22.1 THREE COLUMNS
--------------------*/
#gallery-3c > li {
	width: 370px;
	height: 270px;
}

#gallery-3c > li:nth-child(3n+3) {
	margin-right: 0;
}

#gallery-3c > li > a > div {
	max-height: 70px;
	padding: 18px 20px 25px;
}

#gallery-3c > li > a > div:after {
	right: 20px;
}

#gallery-3c > li > a:hover > div {
	max-height: 270px;
}

/*--------------------
  22.2 FOUR COLUMNS
--------------------*/
#gallery-4c > li {
	width: 270px;
	height: 220px;
}

#gallery-4c > li:nth-child(4n+4) {
	margin-right: 0;
}

#gallery-4c > li > a > div {
	height: 70px;
	padding: 18px 20px 30px;
}

#gallery-4c > li > a > div:after {
	right: 15px;
}

#gallery-4c > li > a:hover > div {
	height: 220px;
}

/***************************************/
/* 23. BLOG */
/***************************************/
#blog-wrap {
	background-color: #fff;
}

#blog {
	padding: 60px 0 130px;
	overflow: hidden;
}

#blog #post-list {
	max-width: 900px;
	width: 73.17073170731707%;
}

#blog #side-nav {
	max-width: 300px;
	width: 24.39024390243902%;
}

#blog #post-list.left,
#blog #side-nav.left {
	float: left;
	padding-left: 2.439024390243902%;
}

#blog #post-list.right,
#blog #side-nav.right {
	float: right;
	padding-right: 2.439024390243902%;
}

/*------------------
  23.1 POST LIST
------------------*/
#post-list .post {
	margin-bottom: 60px;
}

#post-list .post:last-child {
	margin-bottom: 0;
}

#post-list .post figure img {
	width: 100%;
}

#post-list .post > h4 {
	margin: 30px 0 15px;
	font-weight: 400;
	color: #323232;
}

#post-list .fb-share-button,
#post-list .twitter-share-button,
#post-list .gplus-share-button  {
	float: right;
	margin-top: 20px;
	margin-right: 10px;
}

#post-list .fb-share-button {
	margin-right: 40px;
}

#post-list .post > p.info {
	font-size: 0.6875em; /* 11px / 16px */
	font-family: 'Lato', serif;
	font-weight: 900;
	text-transform: uppercase;
	color: #323232;
	line-height: 1em;
}

#post-list .post > p.info span:first-child {
	color: #c7a022;
}

#post-list .post > div.description {
	margin: 18px 0 25px;
}

#post-list .post > a.more {
	display: block;
	width: 240px;
	height: 45px;
	font-size: 0.75em; /* 12px / 16px */
	font-family: 'Lato', serif;
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
	line-height: 45px;
	letter-spacing: .2em;
	color: #fff;
	background-color: #c7a022;
}

#post-list .author {
	float: left;
	width: 100%;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	margin-top: 70px;
	padding: 60px 0;
}

#post-list .author article:first-child {
	float: left;
	width: 70px;
	height: 100%;
	margin-right: 30px;
}

#post-list .author article > ul {
	width: 54px;
	margin: 5px auto 0;
	overflow: hidden;
}

#post-list .author article > ul > li {
	float: left;
	margin-right: 4px;
}

#post-list .author article > ul > li:last-child {
	margin-right: 0;
}

#post-list .author article p {
	margin-top: 8px;	
}

#post-list .author article p span {
	color: #c7a022;
	font-weight: 900;
}

/*-----------------
  23.2 SIDE NAV
-----------------*/
#side-nav .side-posts {
	margin-bottom: 60px;
}

#side-nav > article > h5 {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #dfdfdf;
}

#side-nav .side-posts > article > h6 > a {
	color: #323232;
} 

#side-nav .side-posts > article > h6 > a:hover {
	color: #c7a022;
}

/*--------------
  23.3 TAGS
--------------*/
.tags > a {
	display: block;
	float: left;
	padding: 5px 10px;
	border: 1px solid #dfdfdf;
	font-size: 0.6875em; /* 11px / 16px */
	font-family: 'Lato', serif;
	font-weight: 900;
	text-transform: uppercase;
	color: #323232;
	margin: 0 5px 5px 0;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

.tags > a:hover {
	color: #fff;
	background-color: #c7a022;
	border-color: #c7a022;
}

/*-----------------
  23.4 COMMENTS
-----------------*/
#comments {
	background-color: #fff;
	padding-top: 60px;
}

#comments h2 {
	font-size: 2.625em; /* 42px / 16px */
}

#comments h2 + hr {
	margin: 30px auto 70px;
	border: none;
	border-bottom: 2px solid #c7a022;
	width: 150px;
}

#comments > ul {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 40px;
}

#comments > ul > li.response {
	margin-left: 70px;
	margin-top: 25px;
}

#comments > ul > li {
	float: left;
	margin-bottom: 25px;
}

#comments > ul > li:nth-child(2n+2) {
	margin-bottom: 0;
}

#comments > ul > li > article {
	float: left;
}

#comments > ul > li > article > a {
	display: block;
	width: 25px;
	height: 25px;
	margin: 8px auto 0;
}

#comments > ul > li > article > h5 {
	font-size: 1em; /* 16px / 16px */
	float: left;
	margin-bottom: 10px;
}

#comments > ul > li > article > h6 {
	float: right;
	font-size: 0.6875em; /* 11px / 16px */
	letter-spacing: 0;
	color: #323232;
	margin: 0;
}

#comments > ul > li > article > p {
	clear: both;
	font-size: 0.6875em; /* 11px / 16px */
	text-align: center;
}

#comments > ul > li > article.quote {
	float: right;
	width: 88.5%;
	padding: 25px 40px 30px 45px;
	border: 1px solid #ccc;
	border-radius: 10px;
	position: relative;
}

#comments > ul > li.response > article.quote {
	width: 87.4%;
}

#comments > ul > li > article.quote > p {
	font-size: 0.75em; /* 12px / 16px */
	text-align: left;
}

#comments > ul > li > article.quote > p span {
	font-weight: 900;
	color: #c7a022;
}

#comments img[alt~='quote'] {
	position: absolute;
}

#comments img[alt~='triangle'] {
	top: 25px;
	left: -13px;
}

#comments #pager {
	margin-bottom: 60px;
}

#comments #pager > li {
	margin-bottom: 0;
}

#comments #comm-form {
	border-top: 1px solid #dfdfdf;
	padding-top: 60px;
}

#comments #comm-form label {
	display: block;
	font-size: 2.25em; /* 36px / 16px */
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #323232;
	line-height: 1em;
	margin-bottom: 40px;
}

#comments #comm-form input[type='text'] {
	float: right;
	width: 48.27586206896552%;
	margin-bottom: 20px;
} 

#comments #comm-form input:nth-child(2) {
	float: left;
}

#comments #comm-form textarea {
	width: 100%;
	height: 160px;
}

#comments #comm-form input[type='submit'] {
	width: 310px;
	height: 45px;
	display: block;
	background-color: #c7a022;
	border: none;
	margin-top: 20px;
	cursor: pointer;
	font-size: 0.75em; /* 12px / 16px */
	font-family: 'Lato', serif;
	font-weight: 900;
	color: #fff;
	letter-spacing: .2em;
	text-transform: uppercase;
}

/***************************************/
/* 24. ANIMATIONS */
/***************************************/
/*----------------------
  24.1 PLUS ICON ROLL
----------------------*/
@keyframes plus-roll {
	0% {
		opacity: 0;
		transform: translate(0,0) rotate(0deg);
	}

	100% {
		opacity: 1;
		transform: translate(100px,0) rotate(360deg);
	}
}

@-webkit-keyframes plus-roll {
	0% {
		opacity: 0;
		-webkit-transform: translate(0,0) rotate(0deg);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(100px,0) rotate(360deg);
	}
}

/*--------------------------------
  24.2 RADIAL PROGRESS ROTATION
--------------------------------*/
@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(180deg);
	}
}

@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(180deg);
	}
}

@keyframes rotate-fix {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate-fix {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

/*****************************************/
/* 25. MAGNIFIC POPUP LIGHTBOX ANIMATION */
/*****************************************/
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: .95;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}


/***************************************/
/* 26. MEDIA QUERIES */
/***************************************/
@media screen and (max-width: 1290px) {
	/*-------------------
		POPULAR DISHES
	-------------------*/
	ul.dishes {
		width: 570px;
	}

	ul.dishes > li:nth-child(2n+2) {
		margin-right: 0;
	}

	/*-------------
		ABOUT
	-------------*/
	#about > article {
		width: 80%;
		margin: 0 auto;	
	}

	#about > article > ul {
		width: 50%;
		margin-left: auto;
		margin-right: auto;
	}

	#about > img[alt='about-img'],
	#about > img[alt='quality-badge'] {
		display: none;
	}

	/*-------------
		GALLERY
	-------------*/
	#gallery-3c {
		width: 770px;
	}

	#gallery-3c > li:nth-child(3n+3) {
		margin-right: 30px;
	}

	#gallery-3c > li:nth-child(2n+2),
	#gallery-4c > li:nth-child(2n+2) {
		margin-right: 0;
	}

	#gallery-4c {
		width: 570px;
	}

	#gallery-pics {
		width: 830px;	
	}

	#gallery-pics > li:nth-child(7n+7) {
		margin-right: 20px;
	}

	#gallery-pics > li:nth-child(5n+5) {
		margin-right: 0;
	}

	/*-------------
		MENU
	-------------*/
	#menu-nav.text-nav {
		width: 320px;
	}

	#menu-nav.text-nav > li {
		margin-bottom: 8px;
	}	

	/*-------------
		FOOTER
	-------------*/
	footer > #info {
		width: 570px;	
		padding-bottom: 0;
	}

	footer > #info > article {
		margin-bottom: 50px;
	}
	
	footer > #info > article:nth-child(2n+2) {
		margin-right: 0;
	}

}

@media screen and (max-width: 1275px) {
	/*---------------
		DISHES
	---------------*/
	#our-dishes img[alt='deli-badge'] {
		display: none;
	}

	#dishes-left {
		margin-left: 15%;
	}

	#dishes-right {
		margin-right: 15%;
	}

	/*---------------
		SHOWS
	---------------*/
	#shows img[alt='show-model'] {
		left: 3%;
	}

	/*---------------
		SPECIALS
	---------------*/
	#specials > #board {
		width: 304px;
		height: 641px;
		background: url('../images/wood-sign-small.png');
	}

	#specials > #board > img[alt='specials-title'] {
		width: 203px;
		height: 123px;
		top: 35px;
	}

	#specials > #board > article {
		width: 245px;
		float: none;
		position: absolute;
		top: 205px;
		left: 30px;
		margin: 0;
	}

	#specials > #board > article > article {
		width: 245px;
	}

	#specials > #board > article > article > h5 {
		font-size: 0.875em; /* 14px / 16px */
	}

	#specials > #board > article > article > hr {
		display: none;
	}

	#specials > #board > article > article + p {
		float: right;
		margin-top: -18px;
		font-size: 12px;
	}

	#specials > #board > article > p + p {
		font-size: 0.6875em; /* 11px / 16px */
	}

	/*---------------
		REVIEWS
	---------------*/
	#reviews > ul {
		width: 500px;
	}

	#reviews > ul > li {
		margin-right: 0;
	}

	/*---------------
		BLOG
	---------------*/
	#side-nav .side-posts > article > div.circle.small {
		float: none;
		margin: 0 auto;
	}

	#side-nav .side-posts > article > h6,
	#side-nav .side-posts > article > p {
		text-align: center;
	}

	/************************************/
	#comments > ul > li > article {
		float: none;
		margin-bottom: 10px;
		position: relative;
	}

	#comments > ul > li > article > div.circle.tiny {
		margin: 0 auto;
	}

	#comments > ul > li > article > a {
		position: absolute;
		top: 10px;
		right: 0;
	}

	#comments > ul > li > article.quote {
		width: 100%;
	}

	#comments > ul > li.response > article.quote {
		width: 100%;
	}

	#comments img[alt~='quote'] {
		display: none;
	}
}

@media screen and (max-width: 1024px) {
	/*---------------
		HEADER
	---------------*/

	
	header > figure {
		width: 145px;
		top: 10px;
		margin-left: -110px;
	}

	/*---------------
		MAIN NAV
	---------------*/
	#main-nav {
		min-height: 185px;	
		position: relative;
	}

	#main-nav > ul {
		display: none;
		position: absolute;
		z-index: 3;
		top: 185px;
		left: 0;
		width: 100%;
	}

	#main-nav > ul > li {
		width: 100%;
		height: auto;
		background-color: #000;
	}

	#main-nav a#pull {  
		z-index: 1000;
        display: block;     
        position: absolute;  
        left: 50%;
       	bottom: 4px;
       	margin-left: -13px;
    }  
    
    #main-nav a#pull:after {  
        content: url('../images/nav-icon.png');
		 
    } 

	/*---------------
		SUB MENU
	---------------*/
	#main-nav > ul > li > ul {
		margin-left: 0;
		width: 100%;
	}

	#main-nav > ul > li > ul > li > a {
		text-align: center;
	}

	/*---------------
		DISHES
	---------------*/
	#dishes-left, #dishes-right {
		width: 50%;
	}

	#dishes-left {
		float: none;
		margin: 0 auto;
	}

	#dishes-left > article > div {
		width: 75%;
		float: right;
		text-align: left;
	}

	#dishes-left > article > img {
		float: left;
	}

	#dishes-right {
		float: none;
		margin: 55px auto 0;
	}

	#dishes-right > article > div {
		width: 75%;
	}

	/*---------------
		SHOWS
	---------------*/
	#shows img[alt='show-model'] {
		display: none;
	}

	#shows > article {
		margin: 0 auto;
		text-align: center;
	}

	#shows > article > p + p {
		margin: 0 auto 55px;
	}

	#shows > article > a.square-button {
		margin: 0 auto;
	}

	/*---------------
		MENU
	---------------*/
	#menu-nav {
		width: 350px;
	}

	#menu-nav > li {
		margin-bottom: 30px;
	}

	#menu-nav > li:nth-child(3) {
		margin-right: 0;
	}

	#menu-nav > li:nth-child(3):after {
		display: none;
	}

	/*---------------
		GALLERY
	---------------*/
	#gallery-pics {
		width: 490px;	
	}

	#gallery-pics > li:nth-child(5n+5) {
		margin-right: 20px;
	}

	#gallery-pics > li:nth-child(3n+3) {
		margin-right: 0;
	}
	/*---------------
		LIGHTBOX
	---------------*/
	.mfp-wrap .mfp-close {
		right: 0;
	}

	.mfp-gallery .mfp-close {
		right: 30px;
	}

	/*---------------------
		ASIDE NAVIGATION
	---------------------*/
	aside {
		display: block;
	}
}

@media screen and (max-width: 855px) {
	/*------------
		BLOG
	------------*/
	#blog #side-nav {
		display: none;
	}

	#blog #post-list.right,
	#blog #post-list.left { 
		float: none;
		width: 90%;
		margin: 0 auto;
		padding-left: 0;
		padding-right: 0;
	}

	#blog #post-list a.more {
		margin-left: auto;
		margin-right: auto;
	}

	/*-------------
		GALLERY
	-------------*/
	#gallery-3c {
		width: 370px;
	}

	#gallery-3c > li {
		margin-right: 0;
	}
}

@media screen and (max-width: 750px) {
	/*---------------
		DISHES
	---------------*/
	#dishes-left, #dishes-right {
		width: 90%;
	}

	#dishes-left > article > div,
	#dishes-right > article > div {
		float: none;
		text-align: center;
		margin: 0 auto;
	}
	
	#dishes-left > article,
	#dishes-right > article {
		position: relative;
		padding-top: 90px;
	}

	#dishes-left > article > img,
	#dishes-right > article > img {
		float: none;	
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -35px;
	}

	/*-------------------
		POPULAR DISHES
	-------------------*/
	ul.dishes {
		width: 270px;
	}
	
	ul.dishes > li {
		margin-right: 0;
	}

	/*---------------
		SPECIALS
	---------------*/
	#specials > img[alt="ivy"] {
		display: none;
	}

	/*-------------
		ABOUT
	-------------*/
	#about > article > ul {
		float: none;
		width: 230px;
	}

	#about > article > ul:last-child {
		margin-top: 20px;
	}

	/*-------------
		GALLERY
	-------------*/
	#gallery-4c {
		width: 270px;
	}

	#gallery-4c > li {
		margin-right: 0;
	}

	#gallery-pics {
		width: 320px;	
	}

	#gallery-pics > li:nth-child(3n+3) {
		margin-right: 20px;
	}

	#gallery-pics > li:nth-child(2n+2) {
		margin-right: 0;
	}

	/*-------------
		BLOG
	-------------*/
	#comments #comm-form input[type='text'] {
		float: none;
		width: 100%;
	}

	#comments #comm-form input[type="submit"] {
		margin: 20px auto 0;
	}

	/*-------------
		FOOTER
	-------------*/
	footer > #info {
		width: 270px;	
	}
	
	footer > #info > article {
		margin-right: 0;
	}

	footer #copy > nav > ul {
		display: none
	}
}

@media screen and (max-width: 600px) {
	/*---------------
		HEADER
	---------------*/
	header ul.main-slider img {
		display: none;
	}

	header h1,
	header h2 {
		font-size: 4.375em; /* 70px / 16px */
	}
	/*---------------
		SHOWS
	---------------*/
	#shows > article > h3 + p:before,
	#shows > article > h3 + p:after {
		display: none;
	}

	#shows > article > h3 {
		font-size: 2.5em; /* 40px / 16px */
	}

	/*---------------
		VIDEO
	---------------*/
	#video > h2 {
		font-size: 2.5em; /* 40px / 16px */
	}

	/*---------------
		REVIEWS
	---------------*/
	#reviews > ul  {
		width: 90%;
	}

	#reviews > ul > li {
		width: 100%;
	}

	#reviews > ul > li > article > div.circle.tiny {
		margin: 0 auto;
	}
	
	#reviews > ul > li > article,
	#reviews > ul > li > article.quote {
		float: none;
		width: 90%;
		margin: 10px auto;
	}

	#reviews img[alt~='triangle'] {
		display: none;
	}

	/*---------------
		NEWS
	---------------*/
	#news > h4 {
		font-size: 1.875em; /* 30px / 16px */
	}

	#news > article {
		width: 80%;
		text-align: center;
	}

	#news input[type='email'] {
		min-width: 0;
		width: 95%;
		margin-bottom: 20px;
	}

	#news input[type='submit'] {
		position: static;
		height: 38px;
		display: block;
		margin: 0 auto;
	}

	/*---------------
		CONTACT
	---------------*/
	#contact > form > input[type='text'] {
		width: 100%;
	}

	#contact > form > input[type='email'] {
		float: none;
		width: 100%;
		margin-top: 20px;
	}
}

@media screen and (max-width: 480px) {
	/*---------------
		HEADER
	---------------*/
	header h1,
	header h2 {
		font-size: 3.125em; /* 60px / 16px */
	}

	/*-------------
		GALLERY
	-------------*/
	#gallery-3c {
		width: 90%;
	}

	#gallery-3c > li {
		width: 100%;
	}

	#gallery-3c > li > a > div > h5 {
		font-size: 1em; /* 16px / 16px */
	}

	/*-------------
		BLOG
	-------------*/
	#post-list .author article:first-child {
		float: none;
		margin: 0 auto;
	}
	
	#comments #comm-form input[type="submit"] {
		width: 100%;
	}

	/*-------------
		FOOTER
	-------------*/
	footer #copy > nav > ul {
		display: none;
	}

	footer #copy > h5 {
		margin-top: 0;
		font-size: 0.75em; /* 12px / 16px */
	}

	/*---------------
		MENU NAV
	---------------*/
	#menu-nav {
		width: 210px;
	}

	#menu-nav > li:nth-child(odd) {
		margin-right: 70px;
	}

	#menu-nav > li:nth-child(odd):after {
		display: block;
	}

	#menu-nav > li:nth-child(even) {
		margin-right: 0;
	}

	#menu-nav > li:nth-child(even):after {
		display: none;
	}
}

@media screen and (max-width: 400px) {
	/*---------------
		GALLERY
	---------------*/
	#gallery-pics {
		width: 150px;	
	}

	#gallery-pics > li {
		margin-right: 0;
	}

	/*------------
		BLOG
	------------*/
	#comments > ul > li > article > h6 {
		clear: left;
		float: left;
		margin-bottom: 8px;
	}

	#comments > ul > li.response {
		margin-left: 30px;
	}
}

/*CUSTOMS*/
/*FONDO VIDEO*/

#video-background {
height: 500px;
position: fixed;
width: 100%;
} 

/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/font-awesome-4.1.0/fontawesome-webfont.eot?v=4.1.0');
  src: url('../fonts/font-awesome-4.1.0/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/font-awesome-4.1.0/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/font-awesome-4.1.0/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/font-awesome-4.1.0/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.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: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.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: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.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-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 {
  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:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.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 {
  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-square:before,
.fa-pied-piper: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-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra: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-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";
}