/* ==========================================================================
   Main Screen CSS (Theme Name)
   ========================================================================== */

/* Table of contents
   ========================================================================== */

/**
  * == Core CSS ==
  *
  * Base ................ Global classes, wp defaults
  * Colors .............. Define defaul colors
  * Typography .......... (H1-6), code, span, etc
  * Form ................ Form builder, search, submition, etc.
  * Tables .............. Simple and Fancy tables like pricing tables
  * Buttons ............. All kind of buttons, social links
  * Animations .......... Define animations (keyframes)
  *
  * == Components ==
  *
  * Header ................ Base header elements: logo, menu
  * Footer ................ Big and Small area in footer
  * Boxes ................. All models of boxes
  * Sidebar ................. All widgets
  * Icons ................. Define the icons used in the project
  * UI .................... Elements used as shortcode & custom posts
  * JS plugins .................... Css helper for javascripts plugins

*/

/* Base
   ========================================================================== */



/* Root elements & helpers */

@charset "UTF-8";


@font-face {
  font-family: 'icomoon';
  src:url('../fonts/icomoon.eot?ukhttp');
  src:url('../fonts/icomoon.eot?#iefixukhttp') format('embedded-opentype'),
    url('../fonts/icomoon.woff?ukhttp') format('woff'),
    url('../fonts/icomoon.ttf?ukhttp') format('truetype'),
    url('../fonts/icomoon.svg?ukhttp#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'RobotoRegular';
    src: url('../fonts/roboto-regular-webfont.eot');
    src: url('../fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-regular-webfont.woff') format('woff'),
         url('../fonts/roboto-regular-webfont.ttf') format('truetype'),
         url('../fonts/roboto-regular-webfont.svg#RobotoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoLight';
    src: url('../fonts/roboto-light-webfont.eot');
    src: url('../fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-light-webfont.woff') format('woff'),
         url('../fonts/roboto-light-webfont.ttf') format('truetype'),
         url('../fonts/roboto-light-webfont.svg#RobotoLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoLightItalic';
    src: url('../fonts/roboto-lightitalic-webfont.eot');
    src: url('../fonts/roboto-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-lightitalic-webfont.woff') format('woff'),
         url('../fonts/roboto-lightitalic-webfont.ttf') format('truetype'),
         url('../fonts/roboto-lightitalic-webfont.svg#RobotoLightItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoMedium';
    src: url('../fonts/roboto-medium-webfont.eot');
    src: url('../fonts/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-medium-webfont.woff2') format('woff2'),
         url('../fonts/roboto-medium-webfont.woff') format('woff'),
         url('../fonts/roboto-medium-webfont.ttf') format('truetype'),
         url('../fonts/roboto-medium-webfont.svg#RobotoMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoBold';
    src: url('../fonts/roboto-bold-webfont.eot');
    src: url('../fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-bold-webfont.woff2') format('woff2'),
         url('../fonts/roboto-bold-webfont.woff') format('woff'),
         url('../fonts/roboto-bold-webfont.ttf') format('truetype'),
         url('../fonts/roboto-bold-webfont.svg#RobotoBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Ebrima';
    src: url('../fonts/ebrima.eot');
    src: url('../fonts/ebrima.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ebrima.woff') format('woff'),
         url('../fonts/ebrima.ttf') format('truetype'),
         url('../fonts/ebrima.svg#RobotoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ralewaythin';
    src: url('../fonts/raleway-thin-webfont.eot');
    src: url('../fonts/raleway-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-thin-webfont.woff2') format('woff2'),
         url('../fonts/raleway-thin-webfont.woff') format('woff'),
         url('../fonts/raleway-thin-webfont.ttf') format('truetype'),
         url('../fonts/raleway-thin-webfont.svg#ralewaythin') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
  font-family: 'RobotoRegular', 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.375em;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}



.boxed-view {
  display: table;
  margin: 0 auto;
}




/*   =======================================  Common Styles  ===============================
     =======================================================================================  */

.ovh{
    overflow: hidden;
}

.alignleft{
    float: left;
}

.alignright{
    float: right;
}

.aligncenter{
    text-align: center;
    margin: 0 auto; 
}

.text-right{
    text-align: right;
}

.text-center{
    text-align: center;
}

.to-left{
    left: 0;
}

.to-right{
    right: 0;
}

.center-me {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.clean-list{
  list-style: none outside none;
  margin-top: 0;
  padding: 0;
}

.no-padding{
  padding: 0 !important;
}

.no-margin{
  margin: 0 !important;
}

.no-border{
  border: medium none;
}

.margin{
  margin: 20px;
}

.margin-top-50{
  margin-top: 50px;
}

.margin-top-60{
  margin-top: 60px;
}

.margin-top-80{
  margin-top: 80px;
}

.margin-top-100{
  margin-top: 100px;
}

.margin-top-120{
  margin-top: 120px;
}

.margin-top-160{
  margin-top: 160px;
}

.margin-top{
  margin-top: 20px;
}

.margin-left{
  margin-left: 20px
}

.margin-double-top{
  margin-top: 40px;
}

.margin-top-30{
  margin-top: 30px;
}

.margin-right-6{
  margin-right: 6px;
}

.margin-top-10,
.margin-half-top {
  margin-top: 10px;
}

.margin-bottom-120 {
  margin-bottom: 120px;
}

.padding-top {
  padding-top: 20px;
}

.padding-top-60 {
  padding-top: 60px;
}

.padding-double-top {
  padding-top: 40px;
}

.padding-half-top {
  padding-top: 10px;
}

.padding-10 {
  padding: 10px;
}

.padding {
  padding: 20px;
}

.padding-double {
    padding: 40px;
}

.padding-right {
    padding-right: 20px;
}

.padding-bottom {
    padding-bottom: 20px;
}

.padding-double-bottom{
    padding-bottom: 40px;
}

.padding-top-100{
    padding-top: 100px;
}

.padding-top-180{
    padding-top: 180px;
}

.padding-10,
.half-padding{
    padding: 10px;
}
.border-top{
    border-top: 1px solid #d1d1d1;
}

.border-bottom{
    border-bottom: 1px solid #d1d1d1;
}

.border{
    border: 1px solid #d1d1d1;
}

.border-radius-50{
  border-radius: 50px;
}

.inline{
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.pre-line{
    white-space: pre-line;
}

.relative{
    position: relative;
    z-index: 1;
}

.nowrap{
    white-space: nowrap;
}

iframe{
    display: block;
    width: 100%;
    border: medium none;
}

.background-white{
    background-color: #fff;
}

.background-orange{
    background-color: #c7451f;
}

[class*="shape-"] {
    display: block;
    overflow: hidden;
    padding-top: 100%;
    position: relative;
    text-align: center;
}

[class*="shape-"] > * {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

[class*="shape-"] > i {
    height: 1em;
    width: 1em;
}

.shape-round {
    border-radius: 50%;
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.shape-round > .center-me,
.round-center{
    top: 50%;
    -webkit-transform:  translate(0, -50%);
    -moz-transform:     translate(0, -50%);
    -o-transform:       translate(0, -50%);
    -ms-transform:      translate(0, -50%);
    transform:          translate(0, -50%);
}

.border-radius-16{
  border-radius: 16px;
}

.identity:before {
  content: '';
  
  /*display: !important;*/
  vertical-align: middle;
  height: 100%;
}

.identity a {
  display: inline-block;
  vertical-align: middle;
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
}

.logo{
    margin-bottom: 20px;
}


.star-rating{
    position: relative;
    overflow: hidden;
    font-family: "icomoon";
    font-size: 1.1em;
    height: 1.5em;
    line-height: 1.5em;
    left: 0;
    top: 2px;
    width: 5.4em;
}

.star-rating:before{
    float: left;
    color: #c7451f;
}

.star-rating span{
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    padding-top: 1.5em;
}

.star-rating span:before{
    content: "\e60f\e60f\e60f\e60f\e60f";
    font-family: "icomoon";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    color: #c7451f;
}

.star-rating:before{
    content: "\e60f\e60f\e60f\e60f\e60f";
    font-family: "icomoon";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    color: #fff;
}

.img-rounded {
    border-radius: 20px;
}

/*   =======================================  Common Styles  ===============================
     =======================================================================================  */



/*   =======================================  Typography  ==================================
     =======================================================================================  */

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6{
  font-family: "Marmelad";
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  font-family: "Marmelad";
  margin: 0 0 22px;
  color: #5890A5;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}

.content h1 {
  font-size: 47.25px;
  line-height: 66px;
}

.content h2 {
  font-size: 36px;
  line-height: 44px;
}

.content h3 {
  font-size: 24px;
  line-height: 44px;
}

.content h4 {
  font-size: 21px;
  line-height: 22px;
}

.content h5 {
  font-size: 16px;
  line-height: 22px;
}

.content h6 {
  font-size: 14px;
  line-height: 22px;
}

p {
  font-family: "RobotoLight";
  margin: 0 0 22px;
}

dl,
ol,
ul {
  margin-bottom: 22px;
}

dt {
  font-weight: 700;
}

dt,
dd {
  padding-bottom: 11px;
}

ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
  padding-top: 11px;
  padding-bottom: 11px;
}

b,
strong { 
  font-weight: 700;
  line-height: 21px;
}

abbr[title] {}

acronym {}

i,
cite,
em,
var,
address,
dfn {
  font-style: italic;
}

s,
strike,
del {
  text-decoration: line-through;
}

u {
  text-decoration: underline;
}

ins {
  background: #78A9D5;
  text-decoration: none;
  color: #FFF;
  padding: 0 3px;
}

address {
  margin-bottom: 22px;
}

tt,
code,
kbd,
samp {
  font-family: monospace, serif;
  font-size: 14px;
  line-height: 19px;
}

code {
  background: #dae2e9;
  padding: 0 4px;
  color: #dd1144;
  box-shadow: 0 0 0 1px #dadada;
}

a,
a:hover,
a:focus{
  text-decoration: none;
  outline: none;
}

/*   =======================================  Typography  ==================================
     =======================================================================================  */

/*   ===================================  Main Naviagation  ================================
     =======================================================================================  */

.section-nav{}

.section-nav .nav-wrap{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  min-height: 948px;
}

.section-nav .nav-wrap:before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  background: #fff;
  opacity: 0.6;
}

.responsive-nav ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

.responsive-nav > ul {
  margin-bottom: 0;
}

.responsive-nav > ul li {
  position: relative;
}

.responsive-nav > ul > li {
  position: relative;
  text-transform: uppercase;
}

.responsive-main-nav > ul > .menu-item-has-children{
    overflow: hidden;
}

.responsive-page-nav > ul > .menu-item-has-children{
    overflow: visible;
}

.responsive-main-nav > ul > .menu-item-has-children:hover > ul{
    max-height: 500px;
    transition: all 0.2s ease-out 0s;
}

.responsive-page-nav > ul > .menu-item-has-children:hover > ul{
    max-height: none;
}

footer .footer-nav{
  margin-right: 40px;
}

footer .footer-nav > ul > li > a{
  font-family: "RobotoLight";
  font-weight: normal;
  text-transform: none;
}

footer .footer-nav > ul > li {
  text-align: left;
  float: left;
  width: 50%;
}

footer .small-footer{
  margin-bottom: 20px;
}

.page-nav .responsive-nav > ul > li {
  float: left;
}

.responsive-nav > ul > li a {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition:    background 0.3s ease-in-out;
  -o-transition:      background 0.3s ease-in-out;
  -ms-transition:     background 0.3s ease-in-out;
  transition:         background 0.3s ease-in-out;
  text-decoration: none;
}


.responsive-nav > ul > li > a {
  font-family: 'Ebrima';
  font-size: 20px;
  display: inline-block;
  color: #1b6559;
  padding: 8px;
  padding-bottom: 20px;
  font-weight: bold;
  /* border-bottom: 2px solid transparent; */
}
.responsive-navf > ul > li > a {
  font-family: 'Ebrima';
  font-size: 20px;
  display: inline-block;
  color: #fff;
  padding: 8px;
  padding-bottom: 20px;
  font-weight: bold;
  /* border-bottom: 2px solid transparent; */
}

.responsive-page-nav > ul > li > a {
  padding: 8px 28px 20px;
}

.responsive-nav > ul > li:last-of-type > a{
    margin-right: 0;
}
.responsive-navf > ul > li:last-of-type > a{
    margin-right: 0;
}
/*
.responsive-nav > ul > li:before{
    content: "|";
    position: absolute;
    top: 8px;
    left: -16px;
    z-index: 1;
    color: #fff;
    opacity: 0.4;
}
*/

.responsive-nav > ul > li:nth-child(1):before{
    content: "";
}
.responsive-navf > ul > li:nth-child(1):before{
    content: "";
}
.responsive-nav > ul > li:nth-child(1) > a{
    margin-left: 0;
}
.responsive-navf > ul > li:nth-child(1) > a{
    margin-left: 0;
}
.responsive-nav > ul > li > a:hover,
.responsive-nav > ul > li:hover > a,
.responsive-nav > ul > li ul a:hover {
    color: #c7451f;
}
.responsive-navf > ul > li > a:hover,
.responsive-navf > ul > li:hover > a,
.responsive-navf > ul > li ul a:hover {
    color: #c7451f;
}
.responsive-page-nav > ul > li:hover > a{
}

.responsive-page-nav > ul > li > a:hover{
}

.menu-effect .responsive-page-nav > ul > li > a:hover{
  background: transparent;
}


.responsive-nav > ul > li ul {
  position: absolute;
  z-index: 100;
/*  margin-top: -2px;*/
  box-shadow: 0 2px 2px rgba(0,0,0,0.1);
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
/*  padding-right: 20px;  */

}
.responsive-navf > ul > li ul {
  position: absolute;
  z-index: 100;
/*  margin-top: -2px;*/
  box-shadow: 0 2px 2px rgba(0,0,0,0.1);
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
/*  padding-right: 20px;  */

}
.responsive-main-nav > ul > li ul {
  position: relative;
  max-height: 0;
  background: none;
  padding: 0;
  box-shadow: none;
  transition: all 0.2s ease-out 0s;
}

.responsive-page-nav > ul > li ul {
  position: relative;
  max-height: none;
  z-index: 100;
/*  margin-top: -2px;*/
  box-shadow: 0 2px 2px rgba(0,0,0,0.1);
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
/*  padding-right: 20px;  */
    transition: all 0.2s ease-out 0s;
}


.responsive-page-nav > ul > li ul {
  position: absolute;
  display: none;
  z-index: 100;
/*  margin-top: -2px;*/
  box-shadow: 0 2px 2px rgba(0,0,0,0.1);
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
/*  padding-right: 20px;  */
    transition: all 0.2s ease-out 0s;
}


.responsive-main-nav > ul > li a:hover + ul,
.responsive-main-nav > ul > li a + ul:hover {
}


.responsive-page-nav > ul > li a:hover + ul,
.responsive-page-nav > ul > li a + ul:hover {
  display: block;
}


.responsive-page-nav > ul > li ul {
  left: -30%;
}

.responsive-nav > ul > li li {
  width: 220px; 
}
.responsive-navf > ul > li li {
  width: 220px; 
}
.responsive-nav > ul > li li {
  width: 202px;
}
.responsive-navf > ul > li li {
  width: 202px;
}

.responsive-main-nav > ul > li li {
  width: 292px;
  text-align: center;
}

.responsive-page-nav > ul > li li {
  width: 202px;
}

.responsive-page-nav.active-menu > ul > li li{
  width: 292px;
}

.responsive-nav > ul > li ul a {
  display: block;
  padding: 11px;
  color: #95a5a6;
  font-size: 16px;
  text-transform: none;
}
.responsive-navf > ul > li ul a {
  display: block;
  padding: 11px;
  color: #95a5a6;
  font-size: 16px;
  text-transform: none;
}
.responsive-main-nav > ul > li ul a {
  padding: 4px 11px;
}

.responsive-page-nav > ul > li ul a {
  display: block;
  padding: 11px;
  color: #95a5a6;
  font-size: 16px;
  text-transform: none;
}

.responsive-main-nav > ul > li ul a {
  color: #c7451f;
}

.responsive-nav > ul > li li{
  /*
  background: -moz-linear-gradient(left center , transparent, rgba(255, 255, 255, 0.5), transparent) no-repeat scroll 0 0 / 100% 1px rgba(0, 0, 0, 0);
  
  background: -webkit-linear-gradient(left center , transparent, rgba(255, 255, 255, 0.5), transparent) no-repeat scroll 0 0 / 100% 1px rgba(0, 0, 0, 0);
*/  
  background: -moz-linear-gradient(left  , transparent 0%, rgba(255, 255, 255, 0.5) 50%, transparent 100%);
  background: -webkit-linear-gradient(left  , transparent 0%, rgba(255, 255, 255, 0.5) 50%, transparent 100%);
  background: -ms-linear-gradient(left  , transparent 0%, rgba(255, 255, 255, 0.5) 50%, transparent 100%);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 1px;
}

.responsive-main-nav > ul > li li{
  background: none;
}

.responsive-main-nav > ul > li li:hover > ul{
  max-height: 500px;
}

.responsive-page-nav > ul > li li:hover > ul{
  max-height: auto;
}

.responsive-page-nav > ul > li li{
  /*
  background: -moz-linear-gradient(left center , transparent, rgba(255, 255, 255, 0.5), transparent) no-repeat scroll 0 0 / 100% 1px rgba(0, 0, 0, 0);
  
  background: -webkit-linear-gradient(left center , transparent, rgba(255, 255, 255, 0.5), transparent) no-repeat scroll 0 0 / 100% 1px rgba(0, 0, 0, 0);
*/  
  background: -moz-linear-gradient(left  , transparent 0%, rgba(255, 255, 255, 0.5) 50%, transparent 100%);
  background: -webkit-linear-gradient(left  , transparent 0%, rgba(255, 255, 255, 0.5) 50%, transparent 100%);
  background: -ms-linear-gradient(left  , transparent 0%, rgba(255, 255, 255, 0.5) 50%, transparent 100%);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 1px;
}

.responsive-nav > ul > li li:first-child{
  background: none;
}

.responsive-page-nav  > ul > li ul a{
  color: #fff;
}

.responsive-main-nav.active.menu > ul > li ul a {
  padding-left: 40px;
}

.responsive-nav > ul > li ul li:nth-child(1) a{
    border: medium none;
}

.responsive-nav > ul > li > ul ul {
  top: 0;
  left: 100%;
}

.responsive-main-nav > ul > li > ul ul {
  left: 0;
}


.responsive-page-nav > ul > li > ul ul {
  left: 100%;
}


/* Wordpress Helper class */

.responsive-main-nav > ul > li li:hover > a{
    color: #c7451f;
}

.responsive-nav > ul > li .menu-item-has-children > a:hover:after {
  color: #eee;
}

nav ul .current-menu-item > [class^="icon-"]:before,
.responsive-nav > ul > .current-menu-item > a,
.responsive-nav > ul:hover .current-menu-item:hover > a {
  color: #c7451f;
}


.responsive-nav > ul:hover .current-menu-item > a {
  /*background: none;
  color: #eee;*/
}

.responsive-main-nav > ul > li > a{
    display: block;
    font-family: 'Ebrima';
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
}

.nav-wrap .responsive-main-nav > ul > li > a{
    
}

/* =======================================================================================
   =================================== // Main navigation ================================  */


/*   =======================================  Home Page  ===================================
     =======================================================================================  */

.section header {
  padding-bottom: 40px;
}

.section header > .entry-title{
  display: inline-block;
  *display: inline;
  *zoom : 1;
  font-family: "Marmelad";
  font-size: 20px;
  text-transform: uppercase;
  padding-bottom: 0;
}

.section header > .entry-title{
  font-size: 40px;
}

.home-page .section header > .entry-title{
  font-size: 36px;
}

.section header > .entry-wrapper .entry-title{
  padding-bottom: 0;
}

.section header > .entry-wrapper > hr{
  position: relative;
  margin-top: 30px;
  border: medium none; 
  height: 2px;
  background-color: #c7451f;
  margin-bottom: 20px;
  margin-top: 20px;
  width: 90%;
}

.section header > .entry-wrapper > hr:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 33%;
  height: 100%;
  background-color: #f0f0f0;
}

.section header > .entry-wrapper > hr:after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 33%;
  height: 100%;
  background-color: #f0f0f0;
}

.section header > .entry-title-desc{
  font-family: "Marmelad";
  font-size: 22px;
  color: #95a5a6;
  margin-top: 10px;
}

.section-header{
  position: relative;
}


.section-header > header h2{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 150px;
  z-index: 1;
  font-family: 'Marmelad';
  font-weight: normal;
  font-size: 70px;
  color: #fff;
  text-transform: uppercase;
}

.section-header  > .container header  h2{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 120px;
  z-index: 1;
  font-family: 'Marmelad';
  font-weight: normal;
  font-size: 70px;
  color: #fff;
  text-transform: uppercase;
}
/* ======================================   Home Slider  ===================================  */

.main-slider li{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
  background-color: transparent;
  text-align: center;
}

.main-slider ul li{
    /*min-height: 948px;*/
    color: #fff;
}

.main-slider ul li .entry-title{
    font-family: "Marmelad";
    font-size: 40px;
    width: 45%;
}

.main-slider ul li .more{
    position: absolute;
    left: 50%;
    bottom: 100px;
    z-index: 1;
    -webkit-transform: translate(-44%, 0);
    -moz-transform:    translate(-44%, 0);
    -ms-transform:     translate(-44%, 0);
    transform:         translate(-44%, 0);

    font-family: "RobotoRegular";
    font-size: 24px;
    line-height: 60px;
    padding: 0 40px;
    text-transform: uppercase;
    color: #fff;
    background-color: #c7451f;
    border-radius: 8px;
}



/* ======================================  ^ Home Slider  ===================================  */

/* ======================================    Main Menu  ===================================  */

.responsive-nav{

}

/* ======================================  ^ Main Menu  ===================================  */

/* ======================================    Special Offer  ===================================  */

.section-offer div .offer-title{
    font-family: "RobotoRegular";
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 0;
    margin-bottom: 20px;
}

.section-offer div .offer-title i{
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 96px;
    height: 96px;
    background: url("../images/icons/offer-icon.png") no-repeat 50% 0 transparent;
}

.section-offer .slider-wrap{
    min-height: 500px
}

.section-offer p{
  font-family: "RobotoLight";
  font-size: 16px;
  line-height: 30px;
}

.section-offer figure{
  position: relative;
}

ul.round-slider {
  overflow:hidden;
  list-style: none;
  padding:0;
  margin:0 auto;
  width:600px;
  height:494px;
}

ul.round-slider li {
  cursor: pointer;
  overflow:hidden;
  text-align: center;
  border-radius: 8px;
}

ul.round-slider li i{
}

ul.round-slider li.roundabout-in-focus i{
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform:    translate(-50%, -50%);
  -ms-transform:     translate(-50%, -50%);
  transform:         translate(-50%, -50%);
  width: 304px;
  height: 101px;
  background: url("../images/medium-logo.png") no-repeat 0 0 transparent;
}

.round-controls span{
  cursor: pointer;
  display: block;
  float: left;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #9dacad;
  margin-right: 8px;
}

.round-controls .current{
  background: #c7451f;
}

/*
ul.round-slider li:not(.roundabout-in-focus):before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
}
*/

ul.round-slider li img {
  width: 100%;
}
li.roundabout-in-focus {
  cursor: default;
}
ul.round-slider li span {
  display: block;
  padding-top: 6em;
}

/* ======================================  ^ Special Offer  ===================================  */


/* ======================================    Food and Drinks  ===================================  */

.section-act .entry-title{
  font-family: "Marmelad";
  text-transform: uppercase;
  font-size: 40px;
  color:  #1b6559;
}

.section-act .filter-cats{
  margin-bottom: 60px;
}

/* ======================================  ^ Food and Drinks  ===================================  */


/* ======================================    About US  ===================================  */

.section-about{
  background: url("../images/about-background.jpg") no-repeat 50% 0 transparent;
  background-size: cover;
  background-attachment: fixed;
  min-height: 547px;
  color: #fff;
}

.section-about .entry-title{
  font-family: "Marmelad";
  text-transform: uppercase;
  font-size: 36px;
  color: #fff;
}

.section-about .container > div{
  width: 90%;
  margin: 0 auto;
  margin-top: 20px;
}

.section-about p{
  font-family: "RobotoRegular";
  font-size: 30px;
  line-height: 40px;
}

.bar-container-wrap{
  margin-bottom: 40px;
}

.section-about-us .container header{
  padding-bottom: 20px;
}

.section-about-us .container header .entry-title{
  font-family: "Ebrima";
  font-size: 42px;
  color: #3d3d3d;
  padding-bottom: 20px;
}

.section-about-us .container header hr{
  display: block;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.5);
    height: 5px;
    margin-bottom: 0;
    margin-top: 20px;
    width: 8%;
    min-width: 60px;
    background-color: #c7451f;
}

.bar-container-wrap .entry-title{ 
  font-family: "RobotoRegular";
  font-size: 18px;
  text-transform: uppercase;
  color: #c7451f;
}

.bar-main-container {
  margin: 10px auto 40px;
  height: 50px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-family: sans-serif;
  font-weight: normal;
  font-size: 0.8em;
  color: #FFF;
}

.wrap { padding: 8px; }

.bar-percentage {
  position: absolute;
  top: 0;
  right: 10px;

  font-family: "RobotoRegular";
  font-weight: bold;
  font-size: 15px;
  color: #c7451f;
  
  
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  height: 100%;
  margin-right: 10px;
}

.bar-container {
  position: relative;  
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 24px;
  background: #fff;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #ccc;
  width: 78%;
  margin: 12px auto;
}

.bar {
  float: left;
  background: #FFF;
  height: 100%;
  -webkit-border-radius: 10px 0px 0px 10px;
  -moz-border-radius: 10px 0px 0px 10px;
  border-radius: 10px 0px 0px 10px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  background: #c7451f;
}


/* ======================================  ^ About US  ===================================  */


/* ======================================    Gallery  ===================================  */

.section-gallery .gallery-list div{
    min-height: 138px;
}

.section-gallery .gallery-list li{
    position: relative;
}

.section-gallery .gallery-list a{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;

    font-family: "RobotoLight";
    font-size: 36px;
    color: #fff;
    line-height: 138px;
    margin: 0;
    text-align: center;
    width: 33%;
    background: #c7451f;
    text-transform: uppercase;

    transform: translate(-100%, 0);
    transition: transform 0.2s ease-out 0s;
}


.section-gallery .gallery-list li:hover a{
    transform: translate(0%, 0);
    transition: transform 0.3s ease-out 0s;
}

.section-gallery div{
  transition: transform 0.2s ease-out 0s;
}

.section-gallery .desserts{
  background: url("../images/slides/gallery-desserts.jpg") no-repeat 50% 50% transparent;
}

.section-gallery .salads{
  background: url("../images/slides/gallery-salad.jpg") no-repeat 50% 50% transparent;
}

.section-gallery .soup{
  background: url("../images/slides/gallery-soup.jpg") no-repeat 50% 50% transparent;
}

.section-gallery .pizza{
  background: url("../images/slides/gallery-pizza.jpg") no-repeat 50% 50% transparent;
}

.section-gallery .gallery-list li:hover div{
  /*-webkit-transform:  translate(0, -30%);
  -moz-transform:     translate(0, -30%);
  -o-transform:       translate(0, -30%);
  -ms-transform:      translate(0, -30%);
  */
  transform:          translate(30%, 0);
  transition: transform 0.4s ease-out 0s;
}

/* ======================================  ^ Gallery  ===================================  */


/* ======================================    From Blog  ===================================  */


.section-gallery .entry-title,
.section-blog .entry-title,
.section-offer .entry-title{
  font-family: "Marmelad";
  text-transform: uppercase;
  font-size: 36px;
  color: #95a5a6;
  padding-bottom: 40px;
}

.section-blog .entry-title{
    text-transform: none;
}

.home-page .section-blog .entry-title{
    text-transform: uppercase;
}

.section-gallery .entry-title a,
.section-blog .entry-title a{
  font-family: "RobotoRegular";
  font-size: 16px;
  color: #525a5c;
}

/* ======================================  ^ From Blog  ===================================  */

/* ======================================    Contact Form  ===================================  */

.section-contact{
  background: url("../images/contact1-background.jpg") no-repeat 50% 0% transparent;
  background-size: cover;
  background-attachment: fixed;
  min-height: 631px;
}

.section-contact header{
  color: #fff;
  padding-bottom: 20px;
}

.section-contact header .entry-title{
  font-size: 36px;
  text-transform: uppercase;
 
}

.section-contact .container header .entry-title{
   color:#FFFFFF;
}


.section-contact header .entry-title-desc{
  color: #fff;
}

.contact-form input[type="text"],
.contact-form input[type="email"],  
.contact-form textarea,
.comment-form input[type="text"],
.contact-form input[type="email"], 
.comment-form textarea{
    font-family: "RobotoRegular";
    font-size: 13px;
    border: 1px solid #95a5a6;
    border-radius: 4px;
    padding: 10px;
    padding-left: 40px;
    width: 100%;
    margin-top: 30px;
}

.section-contact .contact-form{
    width: 60%;
    margin: 0 auto;
}

.section-contact .contact-form textarea{
    height: 160px;
}

.section-contact .contact-form input[type="submit"]{
    display: block;
    font-family: "RobotoRegular";
    font-size: 14px;
    color: #fff;
    margin: 30px auto 30px;
    padding: 10px 24px;
    border: 2px solid #fff;
    border-radius: 10px;
    background: transparent;
}

.section-contact .contact-form input[type="submit"]:hover{
  background-color: #c7451f;
  border-color: #c7451f;
}

.section-contact .contact-form .input-cover-text{
  position: relative;
}

.section-contact .contact-form .input-cover i{
  position: absolute;
  left: 10px;
  top: 43px;
  z-index: 1;
  width: 19px;
  height: 19px;
}

/*.section-contact .contact-form .contact-line1 .contact-form2 .contact-form3 i{
 
}*/
.section-contact .contact-form .input-cover-text i{
  background: url("../images/icons/msg-icon.png") no-repeat 50% 50% transparent;
}

.section-contact .contact-form .contact-line1 i{
	left: 26px;
    background: url("../images/icons/auth-icon.png") no-repeat 50% 50% transparent;
}

.section-contact .contact-form .contact-line2 i{
	left: 26px;
    background: url("../images/icons/email-icon.png") no-repeat 50% 50% transparent;
}
.section-contact .contact-form .contact-line3 i{
	left: 26px;
    background: url("../images/icons/asunto.png") no-repeat 50% 50% transparent;
}
/* ======================================  ^ Contact Form  ===================================  */


/* ======================================    Comment Form  ===================================  */

.comments-wrap{
    margin-bottom: 80px;
}

.comment-form input[type="text"],
.comment-form textarea{
    font-family: "RobotoRegular";
    font-size: 18px;
    color: #7f8c8d;
}

.comment-form input[type="submit"]{
    font-family: "RobotoBold";
    font-weight: normal;
    font-size: 18px;
    border: medium none;
    color: #fff;
    padding: 10px 50px;
    text-transform: uppercase;
    background:  #c7451f;
}

.infocontacto {
	position: absolute;
	font-family: "RobotoRegular";
    font-size: 20px;
    
}
.infocontacto li {
	display:list-item;
	margin-top: 20px;
	margin-bottom: 20px;
	alignment-adjust: middle;

}
.infocontacto li span {
	font-size: 30px;
	color: #c7451f;
}

/* ======================================  ^ Comment Form  ===================================  */


/* ======================================    Comments List  ===================================  */

.comment-list .tt-avatar {
    display: block;
    float: left;
    margin-top: 10px;
    overflow: hidden;
}

.comment-list > li > .children, 
.comment-list > li > .tt-comment{
    padding: 20px 40px 30px;
}

.comment-list .comment-block{
    padding-left: 94px;
}

.comments-block .entry-title {
    font-family: "RobotoRegular";
    font-size: 36px;
    color: #7f8c8d;
}

.comment-block .comment-reply{
    float: right;
    line-height: 12px;
}

.comment-block .comment-meta{
    font-family: "RobotoRegular";
    font-size: 20px;
    color: #7f8c8d;
    margin-bottom: 20px;
}

.comment-block .comment-text p{
    font-family: "RobotoRegular";
    font-size: 14px;
    line-height: 28px;
    color: #7f8c8d;
}

.comment-block .comment-reply a{
    font-family: "RobotoRegular";
    font-size: 12px;
    color: #7f8c8d;
}

.comment-list > li .children {
    list-style: outside none none;
    padding-top: 0;
    margin-left: 40px;
}

/* ======================================  ^ Comments List  ===================================  */

/* ======================================    Comment Respond  ===================================  */

.comment-respond .entry-title{
    font-family: "RobotoRegular";
    font-weight: normal;
    font-size: 36px;
    color: #7f8c8d;
}

/* ======================================  ^ Comment Respond  ===================================  */


/*   =======================================  Home Page  ===================================
     =======================================================================================  */     


/*   =======================================    Page Header  =================================
     =======================================================================================  */


.navbar {
  margin-bottom: 0px;
}

/*.navbar-default .navbar-nav > li > a {
    
}
*/
.page-content > .section-header{
  min-height: 400px;
}

.page-content .section-header .fondo_menu{
	background-color: rgba(255, 255, 255, 1);
	/*background-color:#ffcc99;*/
	
}

.page-content > .section-header:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    /*background-color: rgba(0, 0, 0, 0.3);*/
}

.page-content > header h2{

}

.page-content > .section-header hr{
  border-color: rgba(255, 255, 255, 0.4);
}

.page-about .section-header{
  background: url("../images/about-us-background.jpg") no-repeat 50% 50% transparent;
  background-size: cover;
  background-attachment: fixed;
}

.page-contacto .section-header{
  background: url("../images/contact2-background.jpg") no-repeat 50% 50% transparent;
  background-size: cover;
  background-attachment: fixed;
}

/*   =======================================  ^ Page Header  =================================
     =======================================================================================  */


/*   =======================================  ^ Page About  =================================
     =======================================================================================  */

.section-about-us header .entry-title{
    font-family: "Ebrima";
    font-size: 42px;
    color: #3d3d3d;
    padding-bottom: 40px;
    text-transform: none;
}

.section-about-us p{
    font-family: "RobotoLight";
    font-size: 18px;
    line-height: 30px;
}

.section-about-us .parallax-block{
  background: url("../images/about-parallax-background.jpg") no-repeat 50% 50% transparent;
  background-attachment: fixed;
  min-height: 340px;
}

.section-about-us .parallax-block blockquote{
  position: relative;
  font-family: "Marmelad";
  font-size: 34px;
  line-height: 40px;
  color: #fff;
  padding-top: 60px;
}

.section-about-us .parallax-block blockquote:before{
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 64px;
  height: 64px;

  -webkit-transform:  translate(-50%, -26px);
  -moz-transform:     translate(-50%, -26px);
  -o-transform:       translate(-50%, -26px);
  -ms-transform:      translate(-50%, -26px);
  transform:          translate(-50%, -26px);
  background: url("../images//icons/quote.png") no-repeat 50% 0 transparent;

}

.section-about-us .orange-border{
  -webkit-mask-image: none;
}

.section-about-us .orange-border{
  box-shadow: 0 0 0 14px #c7451f;
}

.section-about-us .share-links li a{
    width: 48px;
    height: 48px;
}


.section-about-us .share-links i:before{
    background-image: url("../images/share/share-icons-sprite.png");
    background-repeat: no-repeat;
    background-color: transparent;
}

.section-about-us .icon-facebook:before{
  background-position: 0 0;
} 

.section-about-us .icon-google:before{
  background-position: 0 -98px;
}

.section-about-us .icon-pinterest:before{
  background-position: 0 -196px;
}

.section-about-us .icon-twitter:before{
  background-position: 0 -294px;
}


/*   =======================================    Page About  =================================
     =======================================================================================  */

/*   =======================================    Page Error  =================================
     =======================================================================================  */


.page-error404 .section-header{
  background: url("../images/error404-background.jpg") no-repeat 50% 0 transparent;
  background-size: cover;
  background-attachment: fixed;
}

.page-error404 header .entry-title{
  color: #fff;
}

.page-error404 .entry-title{
  font-family: "RobotoLight";
  font-size: 30px;
  color: #303030;
  padding-bottom: 20px;
}

.page-error404 .entry-title span{
  font-family: "RobotoLightItalic";
  color: #7f8c8d;
}

.error404-block{
    min-height: 500px;
}

/*   ======================================= ^ Page Error  =================================
     =======================================================================================  */



/*   =======================================    Page Recipe  ===============================
     =======================================================================================  */
.page-recipe header .entry-title{
    font-family: "RobotoRegular";
    font-size: 36px;
    padding-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.page-recipe .section-header{
  background: url("../images/recipe-background.jpg") no-repeat 50% 0 transparent;
  background-size: cover;
  background-attachment: fixed;
}

.page-recipe .recipe figure{
  margin-bottom: 40px;
}

.page-recipe .recipe .entry-title{
  font-family: "RobotoRegular";
  font-size: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-recipe .i-cube{
  position: relative;
  padding-left: 40px;
}

.page-recipe .i-cube:before{
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  z-index: 1;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background: #c7451f;
}

.page-recipe .cats-block,
.page-recipe .tags-block{
  font-size: 15px;
  color: #3d3d3d;
}

.page-recipe p{
  font-family: "RobotoLight";
  font-size: 20px;
  line-height: 30px; 
}

.page-recipe .tag-list a,
.page-recipe .cat-list a{
  font-family: "RobotoRegular";
  /*font-style: italic;*/
  font-size: 15px;
  color: #7f8c8d;
}

.page-recipe .tag-list a:hover,
.page-recipe .cat-list a:hover{
  text-decoration: underline;
}

.ingredients-block{
  margin:100px 30px 0 30px; 
}

.page-recipe .rating-block span{
  font-family: "RobotoRegular";
  font-size: 2em;
  line-height: 1.1em;
  color: #7f8c8d;
}

.page-recipe .rating-block .star-rating:before{
  font-size: 2em;
  line-height: 1.1em;
  color: #7f8c8d;
}

.page-recipe .rating-block > span{
  font-size: 36px;
}

.page-recipe .rating-block .star-rating{
    height: 38px;
    margin: 0 0 0 10px;
    width: 10em;
    vertical-align: top;
}

.ingredients-block .entry-title{
  font-family: "RobotoRegular";
  font-size: 36px;
  color: #c7451f;
  padding: 10px 0 30px;
}


.ingredients-list li{
  font-family: "RobotoLight";
  font-size: 18px;
  text-align: center;
  border-top: 1px solid #bfc5c6;
  color: #7f8c8d;
  line-height: 36px;
}

.ingredients-list li:first-child{
  border: medium none;
}

.icon-block{
  width: 170px;
  height: 170px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  white-space: pre-line;
  margin: 80px auto;
}

.icon-block span{
  display: block;
  line-height: 24px;
  text-transform: uppercase;
  padding-top: 10px;
}

/*   =======================================  ^ Page Recipe  ===============================
     =======================================================================================  */


/*   =======================================    Food & Drinks  =============================
     =======================================================================================  */     

.page-food-drinks .section-header{
  background: url("../images/food-background.jpg") no-repeat 50% 50% transparent;
  background-size: cover;
  background-attachment: fixed;
}

[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;
}

.filter-cats > li{
  position: relative;
  z-index: 1;
}

.navbar-default .navbar-nav > li > a{
    color: #1b6559; 
}


.navbar-default .navbar-nav > li > a:focus {
    color: #c7451f;
}



nav li > [class^="icon-"],
.filter-cats li > [class^="icon-"]{
    display: block;
    font-family: "RobotoBold";
    font-size: 14px;
    text-align: center;
    min-width: 30px;
    margin-bottom: 60px;
	text-transform:uppercase;
}

[class*="dropdown-toggle icon-"]{
    display: block;
    font-family: "RobotoBold";
    font-size: 14px;
    text-align: center;    
    min-width: 50px;
    margin-bottom: 60px;
	text-transform:uppercase;
}

[class*="dropdown-toggle icon-"]:before{
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 11;
    border-radius: 8px;
    font-family: "icomoon";
    font-size: 30px;
    height: 100px;
    line-height: 80px;
    width: 100px;
    transform: translate(-50%, 0);
}
nav ul li > [class^="icon-"]{
    margin: 0;
    padding-top: 70px;
    margin-top: 0px;
}

.dropdown-menu > li > a {
	display: block;
    margin-top: 5px;
    font-family: "RobotoBold";
    font-size: 17px;
    text-align: center;
    min-width: 5px;
    margin-bottom: 10px;
	color: #1b6559; 
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    
    color: #c7451f;
}

nav ul li > [class*="dropdown-toggle icon-"] {
    margin: 0;    
    padding-top: 70px;
    margin-top: 0px;
}

body > .responsive-page-nav > ul > li > a{
    margin-top: 60px;
    padding-top: 10px;
}

.nav-wrap nav ul li > [class^="icon-"]{
    padding-right: 73px;
    padding-left: 74px;
}

body > .responsive-page-nav > ul > li:first-child > a{
    margin-top: 60px;
}

nav ul li:first-child > [class^="icon-"]{
    margin-top: 0px;
}

nav ul li > a{
    text-transform: uppercase;
}

nav li > [class^="icon-"]:before,
.filter-cats li > [class^="icon-"]:before {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 11;
    border-radius: 8px;   
    font-family: "icomoon";
    font-size: 30px;
    height: 100px;
    line-height: 80px;
    width: 100px;
    transform: translate(-50%, 0);
}

nav li > [class^="icon-"]:before{
    transform: translate(-45%, 5%);
    margin-left: -6px;
}

.menu-effect .responsive-page-nav li > a:before,
nav li > [class^="icon-"]:before{
  /*color: #fff;*/
  border: medium none;
}

nav ul li > [class^="icon-"]:hover:before{
  color: #c7451f;
}
nav ul li > [class*="dropdown-toggle icon-"]:hover:before{
  color: #c7451f;
}


.responsive-main-nav ul li.menu-item-has-children > [class^="icon-"]:hover:after{
  content: "";
  position: absolute;
  top: 96px;
  left: 90px;
  z-index: 1;
  background: url("../images/icons/arrow-down.png") no-repeat 30% 0 transparent;
  width: 12px;
  height: 12px;
}

.act img{
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 11;
    /*border-radius: 8px;*/
    /*
    color: #c7451f;
    font-family: "icomoon";*/
	border: 4px solid #c7451f;
    /*font-size: 55px;*/
    height: 250px;
    /*line-height: 90px;*/
    width: 250px;
    transform: translate(-50%, 0);
}

.act img:hover:before{
	background-color:#c7451f;
	color: #c7451f;
}

.act a{
	display: block;
    margin-top: 300px;
    font-family: "RobotoBold";
    font-size: 30px;
    text-align: center;
    color: #c7451f;
	min-width: 150px;
    margin-bottom: 60px;
}



.filter-cats .icon-all:before{
  content: "\e607";
}

.filter-cats .icon-salad:before{
  content: "\e603";
}

.filter-cats .icon-pizza:before{
  content: "\e60b";
}

.filter-cats .icon-drinks:before{
  content: "\e606";
}

.filter-cats .icon-desserts:before{
  content: "\e60d";
}

.filter-cats .icon-gift:before{
  content: "\e604";
}

.filter-cats li > [class^="icon-"]:hover:before{
  background-color: #c7451f;
  color: #fff;
}

/*.icon-home:before {
    content: "\e608";
}

.icon-food:before {
    content: "\e600";
}

.icon-about:before {
    content: "\e604";
}

.icon-gallery:before {
    content: "\e607";
}

.icon-blog:before {
    content: "\e602";
}
*/

/********************/

.icon-home:before {
  content: "\e900";
}
.icon-home2:before {
  content: "\e901";
}
.icon-home3:before {
  content: "\e902";
}
.icon-office:before {
  content: "\e903";
}
.icon-newspaper:before {
  content: "\e904";
}
.icon-pencil:before {
  content: "\e905";
}
.icon-pencil2:before {
  content: "\e906";
}
.icon-quill:before {
  content: "\e907";
}
.icon-pen:before {
  content: "\e908";
}
.icon-blog:before {
  content: "\e909";
}
.icon-eyedropper:before {
  content: "\e90a";
}
.icon-droplet:before {
  content: "\e90b";
}
.icon-paint-format:before {
  content: "\e90c";
}
.icon-image:before {
  content: "\e90d";
}
.icon-images:before {
  content: "\e90e";
}
.icon-camera:before {
  content: "\e90f";
}
.icon-headphones:before {
  content: "\e910";
}
.icon-music:before {
  content: "\e911";
}
.icon-play:before {
  content: "\e912";
}
.icon-film:before {
  content: "\e913";
}
.icon-video-camera:before {
  content: "\e914";
}
.icon-dice:before {
  content: "\e915";
}
.icon-pacman:before {
  content: "\e916";
}
.icon-spades:before {
  content: "\e917";
}
.icon-clubs:before {
  content: "\e918";
}
.icon-diamonds:before {
  content: "\e919";
}
.icon-bullhorn:before {
  content: "\e91a";
}
.icon-connection:before {
  content: "\e91b";
}
.icon-podcast:before {
  content: "\e91c";
}
.icon-feed:before {
  content: "\e91d";
}
.icon-mic:before {
  content: "\e91e";
}
.icon-book:before {
  content: "\e91f";
}
.icon-books:before {
  content: "\e920";
}
.icon-library:before {
  content: "\e921";
}
.icon-file-text:before {
  content: "\e922";
}
.icon-profile:before {
  content: "\e923";
}
.icon-file-empty:before {
  content: "\e924";
}
.icon-files-empty:before {
  content: "\e925";
}
.icon-file-text2:before {
  content: "\e926";
}
.icon-file-picture:before {
  content: "\e927";
}
.icon-file-music:before {
  content: "\e928";
}
.icon-file-play:before {
  content: "\e929";
}
.icon-file-video:before {
  content: "\e92a";
}
.icon-file-zip:before {
  content: "\e92b";
}
.icon-copy:before {
  content: "\e92c";
}
.icon-paste:before {
  content: "\e92d";
}
.icon-stack:before {
  content: "\e92e";
}
.icon-folder:before {
  content: "\e92f";
}
.icon-folder-open:before {
  content: "\e930";
}
.icon-folder-plus:before {
  content: "\e931";
}
.icon-folder-minus:before {
  content: "\e932";
}
.icon-folder-download:before {
  content: "\e933";
}
.icon-folder-upload:before {
  content: "\e934";
}
.icon-price-tag:before {
  content: "\e935";
}
.icon-price-tags:before {
  content: "\e936";
}
.icon-barcode:before {
  content: "\e937";
}
.icon-qrcode:before {
  content: "\e938";
}
.icon-ticket:before {
  content: "\e939";
}
.icon-cart:before {
  content: "\e93a";
}
.icon-coin-dollar:before {
  content: "\e93b";
}
.icon-coin-euro:before {
  content: "\e93c";
}
.icon-coin-pound:before {
  content: "\e93d";
}
.icon-coin-yen:before {
  content: "\e93e";
}
.icon-credit-card:before {
  content: "\e93f";
}
.icon-calculator:before {
  content: "\e940";
}
.icon-lifebuoy:before {
  content: "\e941";
}
.icon-phone:before {
  content: "\e942";
}
.icon-phone-hang-up:before {
  content: "\e943";
}
.icon-address-book:before {
  content: "\e944";
}
.icon-envelop:before {
  content: "\e945";
}
.icon-pushpin:before {
  content: "\e946";
}
.icon-location:before {
  content: "\e947";
}
.icon-location2:before {
  content: "\e948";
}
.icon-compass:before {
  content: "\e949";
}
.icon-compass2:before {
  content: "\e94a";
}
.icon-map:before {
  content: "\e94b";
}
.icon-map2:before {
  content: "\e94c";
}
.icon-history:before {
  content: "\e94d";
}
.icon-clock:before {
  content: "\e94e";
}
.icon-clock2:before {
  content: "\e94f";
}
.icon-alarm:before {
  content: "\e950";
}
.icon-bell:before {
  content: "\e951";
}
.icon-stopwatch:before {
  content: "\e952";
}
.icon-calendar:before {
  content: "\e953";
}
.icon-printer:before {
  content: "\e954";
}
.icon-keyboard:before {
  content: "\e955";
}
.icon-display:before {
  content: "\e956";
}
.icon-laptop:before {
  content: "\e957";
}
.icon-mobile:before {
  content: "\e958";
}
.icon-mobile2:before {
  content: "\e959";
}
.icon-tablet:before {
  content: "\e95a";
}
.icon-tv:before {
  content: "\e95b";
}
.icon-drawer:before {
  content: "\e95c";
}
.icon-drawer2:before {
  content: "\e95d";
}
.icon-box-add:before {
  content: "\e95e";
}
.icon-box-remove:before {
  content: "\e95f";
}
.icon-download:before {
  content: "\e960";
}
.icon-upload:before {
  content: "\e961";
}
.icon-floppy-disk:before {
  content: "\e962";
}
.icon-drive:before {
  content: "\e963";
}
.icon-database:before {
  content: "\e964";
}
.icon-undo:before {
  content: "\e965";
}
.icon-redo:before {
  content: "\e966";
}
.icon-undo2:before {
  content: "\e967";
}
.icon-redo2:before {
  content: "\e968";
}
.icon-forward:before {
  content: "\e969";
}
.icon-reply:before {
  content: "\e96a";
}
.icon-bubble:before {
  content: "\e96b";
}
.icon-bubbles:before {
  content: "\e96c";
}
.icon-bubbles2:before {
  content: "\e96d";
}
.icon-bubble2:before {
  content: "\e96e";
}
.icon-bubbles3:before {
  content: "\e96f";
}
.icon-bubbles4:before {
  content: "\e970";
}
.icon-user:before {
  content: "\e971";
}
.icon-users:before {
  content: "\e972";
}
.icon-user-plus:before {
  content: "\e973";
}
.icon-user-minus:before {
  content: "\e974";
}
.icon-user-check:before {
  content: "\e975";
}
.icon-user-tie:before {
  content: "\e976";
}
.icon-quotes-left:before {
  content: "\e977";
}
.icon-quotes-right:before {
  content: "\e978";
}
.icon-hour-glass:before {
  content: "\e979";
}
.icon-spinner:before {
  content: "\e97a";
}
.icon-spinner2:before {
  content: "\e97b";
}
.icon-spinner3:before {
  content: "\e97c";
}
.icon-spinner4:before {
  content: "\e97d";
}
.icon-spinner5:before {
  content: "\e97e";
}
.icon-spinner6:before {
  content: "\e97f";
}
.icon-spinner7:before {
  content: "\e980";
}
.icon-spinner8:before {
  content: "\e981";
}
.icon-spinner9:before {
  content: "\e982";
}
.icon-spinner10:before {
  content: "\e983";
}
.icon-spinner11:before {
  content: "\e984";
}
.icon-binoculars:before {
  content: "\e985";
}
.icon-search:before {
  content: "\e986";
}
.icon-zoom-in:before {
  content: "\e987";
}
.icon-zoom-out:before {
  content: "\e988";
}
.icon-enlarge:before {
  content: "\e989";
}
.icon-shrink:before {
  content: "\e98a";
}
.icon-enlarge2:before {
  content: "\e98b";
}
.icon-shrink2:before {
  content: "\e98c";
}
.icon-key:before {
  content: "\e98d";
}
.icon-key2:before {
  content: "\e98e";
}
.icon-lock:before {
  content: "\e98f";
}
.icon-unlocked:before {
  content: "\e990";
}
.icon-wrench:before {
  content: "\e991";
}
.icon-equalizer:before {
  content: "\e992";
}
.icon-equalizer2:before {
  content: "\e993";
}
.icon-cog:before {
  content: "\e994";
}
.icon-cogs:before {
  content: "\e995";
}
.icon-hammer:before {
  content: "\e996";
}
.icon-magic-wand:before {
  content: "\e997";
}
.icon-aid-kit:before {
  content: "\e998";
}
.icon-bug:before {
  content: "\e999";
}
.icon-pie-chart:before {
  content: "\e99a";
}
.icon-stats-dots:before {
  content: "\e99b";
}
.icon-stats-bars:before {
  content: "\e99c";
}
.icon-stats-bars2:before {
  content: "\e99d";
}
.icon-trophy:before {
  content: "\e99e";
}
.icon-gift:before {
  content: "\e99f";
}
.icon-glass:before {
  content: "\e9a0";
}
.icon-glass2:before {
  content: "\e9a1";
}
.icon-mug:before {
  content: "\e9a2";
}
.icon-spoon-knife:before {
  content: "\e9a3";
}
.icon-leaf:before {
  content: "\e9a4";
}
.icon-rocket:before {
  content: "\e9a5";
}
.icon-meter:before {
  content: "\e9a6";
}
.icon-meter2:before {
  content: "\e9a7";
}
.icon-hammer2:before {
  content: "\e9a8";
}
.icon-fire:before {
  content: "\e9a9";
}
.icon-lab:before {
  content: "\e9aa";
}
.icon-magnet:before {
  content: "\e9ab";
}
.icon-bin:before {
  content: "\e9ac";
}
.icon-bin2:before {
  content: "\e9ad";
}
.icon-briefcase:before {
  content: "\e9ae";
}
.icon-airplane:before {
  content: "\e9af";
}
.icon-truck:before {
  content: "\e9b0";
}
.icon-road:before {
  content: "\e9b1";
}
.icon-accessibility:before {
  content: "\e9b2";
}
.icon-target:before {
  content: "\e9b3";
}
.icon-shield:before {
  content: "\e9b4";
}
.icon-power:before {
  content: "\e9b5";
}
.icon-switch:before {
  content: "\e9b6";
}
.icon-power-cord:before {
  content: "\e9b7";
}
.icon-clipboard:before {
  content: "\e9b8";
}
.icon-list-numbered:before {
  content: "\e9b9";
}
.icon-list:before {
  content: "\e9ba";
}
.icon-list2:before {
  content: "\e9bb";
}
.icon-tree:before {
  content: "\e9bc";
}
.icon-menu:before {
  content: "\e9bd";
}
.icon-menu2:before {
  content: "\e9be";
}
.icon-menu3:before {
  content: "\e9bf";
}
.icon-menu4:before {
  content: "\e9c0";
}
.icon-cloud:before {
  content: "\e9c1";
}
.icon-cloud-download:before {
  content: "\e9c2";
}
.icon-cloud-upload:before {
  content: "\e9c3";
}
.icon-cloud-check:before {
  content: "\e9c4";
}
.icon-download2:before {
  content: "\e9c5";
}
.icon-upload2:before {
  content: "\e9c6";
}
.icon-download3:before {
  content: "\e9c7";
}
.icon-upload3:before {
  content: "\e9c8";
}
.icon-sphere:before {
  content: "\e9c9";
}
.icon-earth:before {
  content: "\e9ca";
}
.icon-link:before {
  content: "\e9cb";
}
.icon-flag:before {
  content: "\e9cc";
}
.icon-attachment:before {
  content: "\e9cd";
}
.icon-eye:before {
  content: "\e9ce";
}
.icon-eye-plus:before {
  content: "\e9cf";
}
.icon-eye-minus:before {
  content: "\e9d0";
}
.icon-eye-blocked:before {
  content: "\e9d1";
}
.icon-bookmark:before {
  content: "\e9d2";
}
.icon-bookmarks:before {
  content: "\e9d3";
}
.icon-sun:before {
  content: "\e9d4";
}
.icon-contrast:before {
  content: "\e9d5";
}
.icon-brightness-contrast:before {
  content: "\e9d6";
}
.icon-star-empty:before {
  content: "\e9d7";
}
.icon-star-half:before {
  content: "\e9d8";
}
.icon-star-full:before {
  content: "\e9d9";
}
.icon-heart:before {
  content: "\e9da";
}
.icon-heart-broken:before {
  content: "\e9db";
}
.icon-man:before {
  content: "\e9dc";
}
.icon-woman:before {
  content: "\e9dd";
}
.icon-man-woman:before {
  content: "\e9de";
}
.icon-happy:before {
  content: "\e9df";
}
.icon-happy2:before {
  content: "\e9e0";
}
.icon-smile:before {
  content: "\e9e1";
}
.icon-smile2:before {
  content: "\e9e2";
}
.icon-tongue:before {
  content: "\e9e3";
}
.icon-tongue2:before {
  content: "\e9e4";
}
.icon-sad:before {
  content: "\e9e5";
}
.icon-sad2:before {
  content: "\e9e6";
}
.icon-wink:before {
  content: "\e9e7";
}
.icon-wink2:before {
  content: "\e9e8";
}
.icon-grin:before {
  content: "\e9e9";
}
.icon-grin2:before {
  content: "\e9ea";
}
.icon-cool:before {
  content: "\e9eb";
}
.icon-cool2:before {
  content: "\e9ec";
}
.icon-angry:before {
  content: "\e9ed";
}
.icon-angry2:before {
  content: "\e9ee";
}
.icon-evil:before {
  content: "\e9ef";
}
.icon-evil2:before {
  content: "\e9f0";
}
.icon-shocked:before {
  content: "\e9f1";
}
.icon-shocked2:before {
  content: "\e9f2";
}
.icon-baffled:before {
  content: "\e9f3";
}
.icon-baffled2:before {
  content: "\e9f4";
}
.icon-confused:before {
  content: "\e9f5";
}
.icon-confused2:before {
  content: "\e9f6";
}
.icon-neutral:before {
  content: "\e9f7";
}
.icon-neutral2:before {
  content: "\e9f8";
}
.icon-hipster:before {
  content: "\e9f9";
}
.icon-hipster2:before {
  content: "\e9fa";
}
.icon-wondering:before {
  content: "\e9fb";
}
.icon-wondering2:before {
  content: "\e9fc";
}
.icon-sleepy:before {
  content: "\e9fd";
}
.icon-sleepy2:before {
  content: "\e9fe";
}
.icon-frustrated:before {
  content: "\e9ff";
}
.icon-frustrated2:before {
  content: "\ea00";
}
.icon-crying:before {
  content: "\ea01";
}
.icon-crying2:before {
  content: "\ea02";
}
.icon-point-up:before {
  content: "\ea03";
}
.icon-point-right:before {
  content: "\ea04";
}
.icon-point-down:before {
  content: "\ea05";
}
.icon-point-left:before {
  content: "\ea06";
}
.icon-warning:before {
  content: "\ea07";
}
.icon-notification:before {
  content: "\ea08";
}
.icon-question:before {
  content: "\ea09";
}
.icon-plus:before {
  content: "\ea0a";
}
.icon-minus:before {
  content: "\ea0b";
}
.icon-info:before {
  content: "\ea0c";
}
.icon-cancel-circle:before {
  content: "\ea0d";
}
.icon-blocked:before {
  content: "\ea0e";
}
.icon-cross:before {
  content: "\ea0f";
}
.icon-checkmark:before {
  content: "\ea10";
}
.icon-checkmark2:before {
  content: "\ea11";
}
.icon-spell-check:before {
  content: "\ea12";
}
.icon-enter:before {
  content: "\ea13";
}
.icon-exit:before {
  content: "\ea14";
}
.icon-play2:before {
  content: "\ea15";
}
.icon-pause:before {
  content: "\ea16";
}
.icon-stop:before {
  content: "\ea17";
}
.icon-previous:before {
  content: "\ea18";
}
.icon-next:before {
  content: "\ea19";
}
.icon-backward:before {
  content: "\ea1a";
}
.icon-forward2:before {
  content: "\ea1b";
}
.icon-play3:before {
  content: "\ea1c";
}
.icon-pause2:before {
  content: "\ea1d";
}
.icon-stop2:before {
  content: "\ea1e";
}
.icon-backward2:before {
  content: "\ea1f";
}
.icon-forward3:before {
  content: "\ea20";
}
.icon-first:before {
  content: "\ea21";
}
.icon-last:before {
  content: "\ea22";
}
.icon-previous2:before {
  content: "\ea23";
}
.icon-next2:before {
  content: "\ea24";
}
.icon-eject:before {
  content: "\ea25";
}
.icon-volume-high:before {
  content: "\ea26";
}
.icon-volume-medium:before {
  content: "\ea27";
}
.icon-volume-low:before {
  content: "\ea28";
}
.icon-volume-mute:before {
  content: "\ea29";
}
.icon-volume-mute2:before {
  content: "\ea2a";
}
.icon-volume-increase:before {
  content: "\ea2b";
}
.icon-volume-decrease:before {
  content: "\ea2c";
}
.icon-loop:before {
  content: "\ea2d";
}
.icon-loop2:before {
  content: "\ea2e";
}
.icon-infinite:before {
  content: "\ea2f";
}
.icon-shuffle:before {
  content: "\ea30";
}
.icon-arrow-up-left:before {
  content: "\ea31";
}
.icon-arrow-up:before {
  content: "\ea32";
}
.icon-arrow-up-right:before {
  content: "\ea33";
}
.icon-arrow-right:before {
  content: "\ea34";
}
.icon-arrow-down-right:before {
  content: "\ea35";
}
.icon-arrow-down:before {
  content: "\ea36";
}
.icon-arrow-down-left:before {
  content: "\ea37";
}
.icon-arrow-left:before {
  content: "\ea38";
}
.icon-arrow-up-left2:before {
  content: "\ea39";
}
.icon-arrow-up2:before {
  content: "\ea3a";
}
.icon-arrow-up-right2:before {
  content: "\ea3b";
}
.icon-arrow-right2:before {
  content: "\ea3c";
}
.icon-arrow-down-right2:before {
  content: "\ea3d";
}
.icon-arrow-down2:before {
  content: "\ea3e";
}
.icon-arrow-down-left2:before {
  content: "\ea3f";
}
.icon-arrow-left2:before {
  content: "\ea40";
}
.icon-circle-up:before {
  content: "\ea41";
}
.icon-circle-right:before {
  content: "\ea42";
}
.icon-circle-down:before {
  content: "\ea43";
}
.icon-circle-left:before {
  content: "\ea44";
}
.icon-tab:before {
  content: "\ea45";
}
.icon-move-up:before {
  content: "\ea46";
}
.icon-move-down:before {
  content: "\ea47";
}
.icon-sort-alpha-asc:before {
  content: "\ea48";
}
.icon-sort-alpha-desc:before {
  content: "\ea49";
}
.icon-sort-numeric-asc:before {
  content: "\ea4a";
}
.icon-sort-numberic-desc:before {
  content: "\ea4b";
}
.icon-sort-amount-asc:before {
  content: "\ea4c";
}
.icon-sort-amount-desc:before {
  content: "\ea4d";
}
.icon-command:before {
  content: "\ea4e";
}
.icon-shift:before {
  content: "\ea4f";
}
.icon-ctrl:before {
  content: "\ea50";
}
.icon-opt:before {
  content: "\ea51";
}
.icon-checkbox-checked:before {
  content: "\ea52";
}
.icon-checkbox-unchecked:before {
  content: "\ea53";
}
.icon-radio-checked:before {
  content: "\ea54";
}
.icon-radio-checked2:before {
  content: "\ea55";
}
.icon-radio-unchecked:before {
  content: "\ea56";
}
.icon-crop:before {
  content: "\ea57";
}
.icon-make-group:before {
  content: "\ea58";
}
.icon-ungroup:before {
  content: "\ea59";
}
.icon-scissors:before {
  content: "\ea5a";
}
.icon-filter:before {
  content: "\ea5b";
}
.icon-font:before {
  content: "\ea5c";
}
.icon-ligature:before {
  content: "\ea5d";
}
.icon-ligature2:before {
  content: "\ea5e";
}
.icon-text-height:before {
  content: "\ea5f";
}
.icon-text-width:before {
  content: "\ea60";
}
.icon-font-size:before {
  content: "\ea61";
}
.icon-bold:before {
  content: "\ea62";
}
.icon-underline:before {
  content: "\ea63";
}
.icon-italic:before {
  content: "\ea64";
}
.icon-strikethrough:before {
  content: "\ea65";
}
.icon-omega:before {
  content: "\ea66";
}
.icon-sigma:before {
  content: "\ea67";
}
.icon-page-break:before {
  content: "\ea68";
}
.icon-superscript:before {
  content: "\ea69";
}
.icon-subscript:before {
  content: "\ea6a";
}
.icon-superscript2:before {
  content: "\ea6b";
}
.icon-subscript2:before {
  content: "\ea6c";
}
.icon-text-color:before {
  content: "\ea6d";
}
.icon-pagebreak:before {
  content: "\ea6e";
}
.icon-clear-formatting:before {
  content: "\ea6f";
}
.icon-table:before {
  content: "\ea70";
}
.icon-table2:before {
  content: "\ea71";
}
.icon-insert-template:before {
  content: "\ea72";
}
.icon-pilcrow:before {
  content: "\ea73";
}
.icon-ltr:before {
  content: "\ea74";
}
.icon-rtl:before {
  content: "\ea75";
}
.icon-section:before {
  content: "\ea76";
}
.icon-paragraph-left:before {
  content: "\ea77";
}
.icon-paragraph-center:before {
  content: "\ea78";
}
.icon-paragraph-right:before {
  content: "\ea79";
}
.icon-paragraph-justify:before {
  content: "\ea7a";
}
.icon-indent-increase:before {
  content: "\ea7b";
}
.icon-indent-decrease:before {
  content: "\ea7c";
}
.icon-share:before {
  content: "\ea7d";
}
.icon-new-tab:before {
  content: "\ea7e";
}
.icon-embed:before {
  content: "\ea7f";
}
.icon-embed2:before {
  content: "\ea80";
}
.icon-terminal:before {
  content: "\ea81";
}
.icon-share2:before {
  content: "\ea82";
}
.icon-mail:before {
  content: "\ea83";
}
.icon-mail2:before {
  content: "\ea84";
}
.icon-mail3:before {
  content: "\ea85";
}
.icon-mail4:before {
  content: "\ea86";
}
.icon-amazon:before {
  content: "\ea87";
}
.icon-google:before {
  content: "\ea88";
}
.icon-google2:before {
  content: "\ea89";
}
.icon-google3:before {
  content: "\ea8a";
}
.icon-google-plus:before {
  content: "\ea8b";
}
.icon-google-plus2:before {
  content: "\ea8c";
}
.icon-google-plus3:before {
  content: "\ea8d";
}
.icon-hangouts:before {
  content: "\ea8e";
}
.icon-google-drive:before {
  content: "\ea8f";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-facebook2:before {
  content: "\ea91";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-whatsapp:before {
  content: "\ea93";
}
.icon-spotify:before {
  content: "\ea94";
}
.icon-telegram:before {
  content: "\ea95";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-vine:before {
  content: "\ea97";
}
.icon-vk:before {
  content: "\ea98";
}
.icon-renren:before {
  content: "\ea99";
}
.icon-sina-weibo:before {
  content: "\ea9a";
}
.icon-rss:before {
  content: "\ea9b";
}
.icon-rss2:before {
  content: "\ea9c";
}
.icon-youtube:before {
  content: "\ea9d";
}
.icon-youtube2:before {
  content: "\ea9e";
}
.icon-twitch:before {
  content: "\ea9f";
}
.icon-vimeo:before {
  content: "\eaa0";
}
.icon-vimeo2:before {
  content: "\eaa1";
}
.icon-lanyrd:before {
  content: "\eaa2";
}
.icon-flickr:before {
  content: "\eaa3";
}
.icon-flickr2:before {
  content: "\eaa4";
}
.icon-flickr3:before {
  content: "\eaa5";
}
.icon-flickr4:before {
  content: "\eaa6";
}
.icon-dribbble:before {
  content: "\eaa7";
}
.icon-behance:before {
  content: "\eaa8";
}
.icon-behance2:before {
  content: "\eaa9";
}
.icon-deviantart:before {
  content: "\eaaa";
}
.icon-500px:before {
  content: "\eaab";
}
.icon-steam:before {
  content: "\eaac";
}
.icon-steam2:before {
  content: "\eaad";
}
.icon-dropbox:before {
  content: "\eaae";
}
.icon-onedrive:before {
  content: "\eaaf";
}
.icon-github:before {
  content: "\eab0";
}
.icon-npm:before {
  content: "\eab1";
}
.icon-basecamp:before {
  content: "\eab2";
}
.icon-trello:before {
  content: "\eab3";
}
.icon-wordpress:before {
  content: "\eab4";
}
.icon-joomla:before {
  content: "\eab5";
}
.icon-ello:before {
  content: "\eab6";
}
.icon-blogger:before {
  content: "\eab7";
}
.icon-blogger2:before {
  content: "\eab8";
}
.icon-tumblr:before {
  content: "\eab9";
}
.icon-tumblr2:before {
  content: "\eaba";
}
.icon-yahoo:before {
  content: "\eabb";
}
.icon-yahoo2:before {
  content: "\eabc";
}
.icon-tux:before {
  content: "\eabd";
}
.icon-appleinc:before {
  content: "\eabe";
}
.icon-finder:before {
  content: "\eabf";
}
.icon-android:before {
  content: "\eac0";
}
.icon-windows:before {
  content: "\eac1";
}
.icon-windows8:before {
  content: "\eac2";
}
.icon-soundcloud:before {
  content: "\eac3";
}
.icon-soundcloud2:before {
  content: "\eac4";
}
.icon-skype:before {
  content: "\eac5";
}
.icon-reddit:before {
  content: "\eac6";
}
.icon-hackernews:before {
  content: "\eac7";
}
.icon-wikipedia:before {
  content: "\eac8";
}
.icon-linkedin:before {
  content: "\eac9";
}
.icon-linkedin2:before {
  content: "\eaca";
}
.icon-lastfm:before {
  content: "\eacb";
}
.icon-lastfm2:before {
  content: "\eacc";
}
.icon-delicious:before {
  content: "\eacd";
}
.icon-stumbleupon:before {
  content: "\eace";
}
.icon-stumbleupon2:before {
  content: "\eacf";
}
.icon-stackoverflow:before {
  content: "\ead0";
}
.icon-pinterest:before {
  content: "\ead1";
}
.icon-pinterest2:before {
  content: "\ead2";
}
.icon-xing:before {
  content: "\ead3";
}
.icon-xing2:before {
  content: "\ead4";
}
.icon-flattr:before {
  content: "\ead5";
}
.icon-foursquare:before {
  content: "\ead6";
}
.icon-yelp:before {
  content: "\ead7";
}
.icon-paypal:before {
  content: "\ead8";
}
.icon-chrome:before {
  content: "\ead9";
}
.icon-firefox:before {
  content: "\eada";
}
.icon-IE:before {
  content: "\eadb";
}
.icon-edge:before {
  content: "\eadc";
}
.icon-safari:before {
  content: "\eadd";
}
.icon-opera:before {
  content: "\eade";
}
.icon-file-pdf:before {
  content: "\eadf";
}
.icon-file-openoffice:before {
  content: "\eae0";
}
.icon-file-word:before {
  content: "\eae1";
}
.icon-file-excel:before {
  content: "\eae2";
}
.icon-libreoffice:before {
  content: "\eae3";
}
.icon-html-five:before {
  content: "\eae4";
}
.icon-html-five2:before {
  content: "\eae5";
}
.icon-css3:before {
  content: "\eae6";
}
.icon-git:before {
  content: "\eae7";
}
.icon-codepen:before {
  content: "\eae8";
}
.icon-svg:before {
  content: "\eae9";
}
.icon-IcoMoon:before {
  content: "\eaea";
}

/********************/


.dishes-list li{
  margin-bottom: 40px;
}

.dishes-list li:nth-child(3n+1){
  clear: both;
}

.dishes-list .entry-title{
  font-family: "RobotoRegular";
  font-size: 24px;
  padding-bottom: 10px;
}

.dishes-list p{
  font-family: "RobotoLight";
  font-size: 18px;
  line-height: 28px;
  color: #555;
}

.dishes-list .entry-title a{
  color: #555;

}

.dishes-list .entry-title a:hover{
  color: #c7451f;
  text-decoration: none;
}

.dishes-list .cook-time img{
  width: 26px;
  height: auto;
}

.dishes-list .cook-time strong{
  font-family: "RobotoRegular";
  font-size: 16px;
  padding-left: 10px;
  color: #c7451f;
}

/*   =======================================  ^ Food & Drinks  =============================
     =======================================================================================  */     


/*   =======================================    Blog  ======================================
     =======================================================================================  */  
	 
.linkblog a{
	font-size:18px;
	color: #1b6559;
}

.page-blog .section-header,
.page-post .section-header{
  background: url("../images/blog-background.jpg") no-repeat 30% 0 transparent;
  background-size: cover;
  background-attachment: fixed;
}

.page-blog .blog-posts-list > li{
  margin-bottom: 20px;
}

.page-blog .blog-posts-list > li:nth-child(2n+1){
  clear: both;
}

.page-blog .blog-posts-list > li .entry-title{
  font-family: "Ebrima";
  font-size: 26px;
}

.page-blog .blog-posts-list > li .entry-title a{
  color: #3d3d3d;
  line-height: 34px;
}

.page-blog .blog-posts-list > li .entry-title a:hover{
  color: #c7451f;
}

.page-blog .blog-posts-list .blog-photo > figure{
  position: relative;
}

.page-blog .blog-posts-list .blog-photo > figure figcaption{
  display: none;
}

.page-blog .blog-posts-list .blog-photo > figure figcaption a{
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  
  border: 3px solid #fff;
  transform: translate(-50%, -50%);
}

.page-blog .blog-posts-list .blog-photo > figure figcaption a{
  display: block;
  font-family: "RobotoRegular";
  font-size: 20px;
  color: #fff;
  padding: 6px 26px 8px;
  text-transform: uppercase;
}

.page-blog .blog-posts-list .blog-photo > figure:hover figcaption{
  display: block;
}

.page-blog .blog-posts-list .blog-photo > figure:hover:before{
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  background: rgba(243, 156, 18, 0.6);
}

.page-blog .blog-posts-list .blog-content > .entry-title{
  font-family: "RobotoRegular";
  font-size: 20px;
  padding-bottom: 10px;
}

.page-blog .blog-posts-list .blog-content p{
  font-family: "RobotoLight";
  font-size: 18px;
  line-height: 30px;
}

.page-post .entry-content .entry-header{
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-family: "RobotoRegular";
  color: #7f8c8d;
}

.page-post .post-photo .meta-list li{
  float: left;
  font-family: "RobotoRegular";
  font-size: 14px;
}

.page-post .post-photo .meta-list li time,
.page-post .post-photo .meta-list li a{
  color: #7f8c8d;
}

.page-post .post-photo .meta-list li time{
  margin-right: 20px;
}

.recipe-list{
  padding-left: 20px;
  margin-left: 20px;
  border-left: 2px solid #ccc;
}

.recipe-list li{
  font-family: "RobotoLightItalic";
  line-height: 30px;
  color: #777;
}


/*   =======================================  ^ Blog  ======================================
     =======================================================================================  */  


/*   =======================================    Post  ======================================
     =======================================================================================  */

.page-post .post-photo{
  position: relative; 
}

.page-content .post-nav{
  border-top: 1px solid #a8acad;
  border-bottom: 1px solid #a8acad;
  padding: 4px 20px 6px;
}

.page-content hr{
  border-color: #afbbbc;
}

.page-content .post-nav a{
  font-family: "Ebrima";
  font-size: 18px;
  color: #7f8c8d;
  text-transform: uppercase;
}

.page-content .post-nav a:hover{
  color: #c7451f;
}

.page-post .related-posts li{
  float: left;
}

.blog-posts-list .tag-list,
.blog-posts-list .tag-list a,
.blog-posts-list .cat-list a,
.page-post .tag-list,
.page-post .tag-list a,
.page-post .cat-list a{
    font-family: "RobotoRegular";
    color: #7f8c8d;
}

.blog-posts-list .meta-list li,
.page-post .meta-list li{
    line-height: 25px;
    text-align: center;
}

.blog-posts-list .meta-list li:first-child,
.page-post .meta-list li:first-child{
    text-align: left;
}

.blog-posts-list .meta-list li:last-child,
.page-post .meta-list li:last-child{
    text-align: right;
}

.blog-posts-list .meta-list a,
.blog-posts-list .meta-list time,
.page-post .meta-list a,
.page-post .meta-list time{
    padding-left: 34px;
}

.blog-posts-list .meta-list li:first-child a,
.page-post .meta-list li:first-child a{
    padding-left: 44px;
}

.blog-posts-list .meta-list li:last-child a,
.page-post .meta-list li:last-child a{
    padding-right: 20px;
}

.blog-posts-list .meta-list .author,
.page-post .meta-list .author{
    background: url("../images/icons/author.png") no-repeat 10px 50% transparent;
}

.blog-posts-list .meta-list time,
.page-post .meta-list time{
    background: url("../images/icons/clock.png") no-repeat 0 50% transparent;
}

.blog-posts-list .meta-list .comments,
.page-post .meta-list .comments{
    background: url("../images/icons/comments.png") no-repeat 0 50% transparent;
}


/*   =================================  ^ Page Slider  ================================    */

.section-slider header .entry-title{
  font-family: "Marmelad";
  font-size: 30px;
  color: #7f8c8d;
  text-transform: uppercase;
  margin-top: 40px;
}

.page-slider,
.blog-slider{
  position: relative;
  margin: 0 -15px;
}

.page-slider li,
.blog-slider li{
  float: left;
}

.page-slider li p{
  font-family: "Ebrima";
  font-size: 18px;
  line-height: 28px;
  color: #555;
}


.page-slider li p,
.blog-slider li p{
  font-family: "RobotoRegular";
  font-size: 14px;
  line-height: 26px;
  color: #95a5a6;
  margin: 0 0 10px;
}

.page-slider li > div,
.blog-slider li > div{
   padding: 0 15px;
}

.page-slider li .entry-title{
    padding-bottom: 10px;
}

.page-slider li .entry-title,
.blog-slider li .entry-title{
    position: relative;
    padding-bottom: 0;
    margin: 0 30px 16px 0;
}

.page-slider li .entry-title:before,
.blog-slider li .entry-title:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    height: 1px;
    width: 20%;
    background: #c7451f;
}

.page-slider li .entry-title:after,
.blog-slider li .entry-title:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
}

.page-slider li .entry-title a{
  font-family: "Ebrima";
  font-size: 24px;
  color: #555;
}

.page-slider li .entry-title a,
.blog-slider li .entry-title a{
  display: block;
  font-family: "RobotoRegular";
  font-size: 16px;
  line-height: 18px;
  color: #525a5c;
  padding: 20px 0 10px; 
  text-transform: uppercase;
}

.page-slider li .entry-title a:hover,
.blog-slider li .entry-title a:hover{
  color: #c7451f;
}

.filter-items figure,
.page-slider figure,
.blog-slider figure{
    position: relative;
}

.filter-items figure figcaption,
.page-slider figure figcaption{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 2;
}

.blog-slider figure figcaption,
.page-slider figure figcaption,
.filter-items  figure figcaption{
  display: none;
}

figure .star-rating{
  margin: 0 auto;
}

.filter-items figure a,
.page-slider figure a,
.blog-slider figure a{
  display: block;
  position: relative;
}

.dishes-list figure:hover a:before,
.page-slider figure:hover a:before{
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;

  width: 74px;
  height: 74px;

  font-family: "ralewaythin";
  font-size: 112px;
  line-height: 74px;

  color: #fff;
  text-align: center;

  transform: translate(-50%, -50%);
}

.blog-slider figure:hover figcaption,
.page-slider figure:hover figcaption,
.filter-items  figure:hover figcaption{
    display: block;
}

.blog-slider figure figcaption{
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;

  transform: translate(-50%, -50%);
}

.blog-slider figure figcaption a{
    position: relative;
    width: 42px;
    height: 42px;

    font-family: "RobotoRegular";
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: #c7451f;
    border-radius: 4px;
    text-transform: uppercase;
    background: url("../images/icons/icon-zoom.png") no-repeat scroll 0 0 transparent;
}

.blog-slider figure:hover figcaption a:after{

}

.blog-slider figure:hover figcaption a:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.6);
    margin: -20px;
}

.dishes-list figure:hover a:after,
.page-slider figure:hover a:after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: rotate(-45deg) translate(0, -71%);

  width: 74px;
  height: 74px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 8px;
}

.filter-items li figure:hover:before,
.page-slider li figure:hover:before,
.blog-slider li figure:hover:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;   
    z-index: 1;
    background: rgba(0, 0, 0, 0.2);
}

.gallery-items li figure a,{
    position: relative;
}

.gallery-items li figure:hover img{
    opacity: 0.4;
}


.gallery-items li figure .link-image{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
}

.blog-slider .read-more,
.blog-slider .date{
    font-family: "RobotoBold";
    font-size: 14px;
    color: #c7451f;
}

.blog-slider .date{
    margin-right: 20px;
}

.blog-slider .read-more:hover{
  text-decoration: underline;
}

/*   =================================  Slider Controls  ================================    */

.slider-controls{
}

.slider-controls a{
    display: block;
    height: 64px;
    margin-left: 1px;
    position: absolute;
    top: 94px;
    z-index: 11;
    width: 64px;
}

.slider-controls .prev-nav{
    float: left;
    left: 0;
}

.slider-controls .next-nav{
    float: right;
    right: 0;
}

.slider-controls a:before{
    content: "";
    height: 64px;
    position: absolute;
    top: 0;
    width: 64px;
    z-index: 31;
}


.slider-controls a:before{
}

.slider-controls a:hover:before{
    background: none repeat scroll 0 0 #fff;
    opacity: 0.4;
}

.slider-controls a{
    background: url("../images/icons/arrow-sprite.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 64px;
    width: 64px;
}

.slider-controls .prev-nav{
    background-position: 0 -114px;
}

/*   =================================  ^ Slider Controls  ================================    */


/*   =================================  ^ Carousel -Inacators  ================================    */

/*.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}*/
.carousel-indicators li {
  border: 1px solid #c7451f;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  background-color: #c7451f;
}



/*   =================================    Slider Nav  ================================    */

/*   =================================  ^ Page Slider  ================================    */

/*   =======================================  ^ Post  ======================================
     =======================================================================================  */


/*   =======================================    Gallery  ===================================
     =======================================================================================  */

.page-gallery .section-header{
  background: url("../images/gallery-background.jpg") no-repeat 50% 0 transparent;
  background-size: cover;
}

.page-gallery .filter-cats li{
    float: left;
    margin: 0 30px 16px;
}

.page-gallery .filter-cats a{
    font-family: "Ebrima";
    font-size: 24px;
    text-transform: uppercase;
    color: #555;
}

.page-gallery .filter-cats a:hover  {
    color: #c7451f;
    border-bottom: 1px solid #c7451f;
}

.page-gallery .gallery-items{
    margin-bottom: 110px;
}

.page-gallery .gallery-item{
    margin-top: 30px;
}

.page-gallery .gallery-item a{
    position: relative;
    z-index: 1;
    display: block;
}

.page-gallery .gallery-item figure a{
    background: #000;
}

.page-gallery .gallery-item figure:hover .zoom-image:after{
    font-family: 'icomoon';
    content: "\e60a";
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    color: #fff;
    transform: translate(-50%, -50%);
}

/*   =======================================  ^ Gallery  ===================================
     =======================================================================================  */


/* ======================================    Widgets  =================================  */


.widget > h3{
  font-family: "Ebrima";
  font-size: 24px;
  text-transform: uppercase;
  border-bottom: 1px solid #7f8c8d;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #7f8c8d;
}

.main-sidebar .widget{
    margin-bottom: 40px;
}

.main-sidebar .widget ul {
    list-style-type: none;
}

/* ======================================    Search  =================================  */

.submit-wrap {
    float: right;
    position: relative;
}

.submit-wrap:before {
    background: url("../images/search-icon.png") no-repeat scroll 0 0 transparent;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.widget_search input[type="text"]{  
    font-family: "Ebrima";
    font-size: 16px;
    font-style: italic;
    color: #7f8c8d;
    width: 80%;
    height: 36px;
    border: 1px solid #7f8c8d;
    border-radius: 4px;
    padding-left: 10px;
}

.widget_search .submit-wrap input[type="submit"] {
    margin: 0;
    padding: 0;
}

/* ======================================  ^ Search  =================================  */

/* ======================================    Categories  =============================  */

.widget_categories{
}

.widget_categories ul{
  list-style-type: none;
  padding: 0;
}

.widget_categories ul li{
  line-height: 34px;
}

.widget_categories ul li a{
  font-family: "Ebrima";
  font-size: 20px;
  color: #7f8c8d;
}

.widget_categories ul li a:hover{
  color: #c7451f;
}


/* ======================================  ^ Categories  =============================  */


/* ======================================    Recent Posts  ===========================  */

.widget_recent_entries > ul{
  margin-left: 0;
}

.widget_recent_entries  ul > li{
    padding-top: 10px;
    padding-bottom: 20px;
}

.widget_recent_entries .entry-content{
    font-family: "Ebrima";
    color: #7f8c8d;
    padding-left: 20px;
}

.widget_recent_entries  .entry-title{
    display: block;
    font-weight: normal;
    font-size: 20px;
    color: #7f8c8d;
    padding: 10px 0 8px;

}

.widget_recent_entries time{
    display: block;
    font-size: 14px;
}

.widget_recent_entries time img{
    margin-right: 10px;
}

/* ======================================  ^ Recent Posts  ===========================  */

/* ======================================    Tags  ===================================  */

.widget_tag_cloud div {
    margin-top: 40px;
}

.widget_tag_cloud div a {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
    display: inline-block;
    font-family: "RobotoRegular";
    font-size: 12px;
    color: #7f8c8d;
    line-height: 20px;
    margin: 3px 1px;
    padding: 2px 10px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: bottom;
    border: 1px solid #7f8c8d;
}

.widget_tag_cloud div a:hover {
    background: none repeat scroll 0 0 #7f8c8d;
    color: #fff;
}

/* ======================================  ^ Tags  ===================================  */


/* ======================================  ^ Widgets  =================================  */


/* ======================================    Pagination  ==============================  */

.page-numbers {
    list-style-type: none;
    padding-left: 0;
}


.page-numbers li {
    background: none repeat scroll 0 0 #fff;
    color: #7f8c8d;
    float: left;
    font-family: "AntonioBold";
    font-size: 15px;
    height: 26px;
    margin-right: 6px;
    margin-left: 6px;
    text-align: center;
}

.page-numbers a,
.page-numbers span{
    display: block;
    font-family: "Ebrima";
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #7f8c8d;
    border-radius: 4px;
    line-height: 18px;
    padding: 4px 10px 6px;
}

.page-numbers a {
    background: none repeat scroll 0 0 #fff;
    color: #7f8c8d;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
}

.page-numbers .current{
    display: block;
}

.page-numbers a:hover, 
.page-numbers .current {
    background: none repeat scroll 0 0 #7f8c8d;
    color: #fff;
    transition: all 0.3s ease-in-out 0s;
}

/* ======================================  ^ Pagination  ==============================  */


/* ======================================    Share  ===================================  */

.share-links .entry-title{
    font-family: "RobotoRegular";
    font-size: 24px;
    text-transform: uppercase;
    line-height: 34px;
    color: #7f8c8d;
    margin-bottom: 40px;
}

.share-links li{
    float: left;
    margin-right: 16px;
}

.share-links li a {
    display: block;
    color: #ffffff;
    float: left;
    height: 56px;
    max-height: 56px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    width: 54px;
}

.share-links li i {
    display: block;
    position: relative;
}

.share-links li i:before {
    background-size: cover;
    content: "";
    width: 48px;
    height: 48px;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
}

.icon-facebook:before {
    background: url("../images/share/facebook.png") no-repeat scroll 0 0 transparent;
}

.icon-instagram:before {
    background: url("../images/share/instagram.png") no-repeat scroll 0 0 transparent;
}

.icon-twitter:before {
    background: url("../images/share/twitter.png") no-repeat scroll 0 0 transparent;
}

.icon-dribbble:before {
    background: url("../images/share/dribbble.png") no-repeat scroll 0 0 transparent;
}

.icon-pinterest:before {
    background: url("../images/share/pinterest.png") no-repeat scroll 0 0 transparent;
}

.icon-google:before {
    background: url("../images/share/google.png") no-repeat scroll 0 0 transparent;
}

.icon-youtube:before {
    background: url("../images/share/youtube.png") no-repeat scroll 0 0 transparent;
}

/* ======================================  ^ Share  ===================================  */

/* ======================================    Socials  ===================================  */

footer .socials li a{
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

footer .socials li img{
    width: 34px;
}

.widget .socials li{
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}


/* ======================================  ^ Socials  ===================================  */


/* ======================================    Twitter  =================================  */

.twitter_widget ul {
    padding: 0 20px 20px;
}

.twitter_widget ul li {
    background: url("../images/icons/tweet-icon.png") no-repeat scroll 0 44% transparent;
    font-family: "RobotoLight";
    font-style: italic;
    font-size: 14px;
    line-height: 18px;
    color: #7f8c8d;
    padding: 20px 0 20px 48px;
}

.twitter_widget ul li:first-child {
    border-top: medium none;
}

.twitter_widget ul li a {
    color: #68d4e8;
    font-weight: normal;
    margin-left: 10px;
}

.twitter_widget ul li .date{
    display: block;
    font-family: "RobotoMedium";
    font-style: normal;
    font-size: 12px;
    text-transform: uppercase;
    color: #7f8c8d;
    margin-top: 20px;
}

.twitter_widget ul li p:hover a, .twitter_widget ul li p:hover {
    color: #db3441;
    cursor: pointer;
}

/* ======================================  ^ Twitter  =================================  */


/*   =======================================  Main Footer  ===================================
     =======================================================================================  */

.section-footer footer > .big-footer{
  background: url("../images/footer-background.jpg") no-repeat 100% 50% transparent;
  background-size: cover;
  background-attachment: fixed;
  min-height: 469px;
}

footer p{
  font-family: 'RobotoLight';
  font-size: 20px;
  color: #7f8c8d;
}

.section-footer footer .entry-title{
  font-family: "RobotoLight";
  font-size: 30px;
  color: #fff;
}

.section-footer footer .entry-title{
  margin-bottom: 40px;
}

.section-footer footer .entry-title strong{
  font-family: "RobotoRegular";
  text-transform: uppercase;
}

.section-footer footer .socials > ul li{
  padding: 10px 0;
}

.section-footer footer .socials img{
    vertical-align: middle;
}
.section-footer footer .socials span{
  font-weight: normal;
  font-size: 20px;
  color: #fff;
  padding-left: 10px;
}

.section-footer footer .subscription input{
  border-radius: 5px;
  border: medium none;
}

.section-footer footer .subscription input[type="text"]{
  padding: 14px 20px;
  width: 90%;
  font-style: italic;
}

.section-footer footer .subscription input[type="submit"]{
  display: block;
  background-color: #c7451f;
  
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 40px;
  margin-top: 20px;
}

/*   =======================================  Main Footer  ===================================
     =======================================================================================  */

/*   =======================================  Swipebox   ===================================
     =======================================================================================  */

html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}

#swipebox-overlay img {
  border: none !important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#swipebox-slider {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
}
#swipebox-slider .slide {
  background: url("../images/icons/loader.gif") no-repeat center center;
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#swipebox-slider .slide img, #swipebox-slider .slide .swipebox-video-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

#swipebox-action,
#swipebox-caption {
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}

#swipebox-action {
  bottom: -50px;
}
#swipebox-action.visible-bars {
  -ms-transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}
#swipebox-action #swipebox-prev,
#swipebox-action #swipebox-next,
#swipebox-action #swipebox-close {
  background-image: url("../images/icons/icons.png");
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
}
#swipebox-action #swipebox-prev {
  background-position: -32px 13px;
  right: 100px;
}
#swipebox-action #swipebox-next {
  background-position: -78px 13px;
  right: 40px;
}
#swipebox-action #swipebox-close {
  background-position: 15px 12px;
  left: 40px;
}
#swipebox-action #swipebox-prev.disabled,
#swipebox-action #swipebox-next.disabled {
  opacity: 0.3;
}

#swipebox-caption {
  top: -50px;
  text-align: center;
}
#swipebox-caption.visible-bars {
  -ms-transform: translateY(50px);
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}

#swipebox-slider.rightSpring {
  -webkit-animation: rightSpring 0.3s;
  animation: rightSpring 0.3s;
}

#swipebox-slider.leftSpring {
  -webkit-animation: leftSpring 0.3s;
  animation: leftSpring 0.3s;
}

#swipebox-overlay {
  background: #0d0d0d;
}

#swipebox-action,
#swipebox-caption {
  text-shadow: 1px 1px 1px black;
  background-color: #0d0d0d;
  background-color: #0d0d0d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0d0d0d), to(black));
  background-image: -webkit-linear-gradient(top, #0d0d0d, black);
  background-image: linear-gradient(to bottom, #0d0d0d, black);
  opacity: 0.95;
}

#swipebox-action {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#swipebox-caption {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}


@-webkit-keyframes rightSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: -30px;
  }

  100% {
    margin-left: 0px;
  }
}

@keyframes rightSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: -30px;
  }

  100% {
    margin-left: 0px;
  }
}

@-webkit-keyframes leftSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: 30px;
  }

  100% {
    margin-left: 0px;
  }
}

@keyframes leftSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: 30px;
  }

  100% {
    margin-left: 0px;
  }
}

@media screen and (max-width: 800px) {
  #swipebox-action #swipebox-close {
    left: 0;
  }

  #swipebox-action #swipebox-prev {
    right: 60px;
  }

  #swipebox-action #swipebox-next {
    right: 0;
  }
}


/* =======================================================================================
   ===================================    MEDIA QUERIES ==================================  */

@media (max-width: 1170px) {    
    .slider-controls{
      top: 70px;
    }
}


/* Menu responsive */

@media (max-width: 992px) {

  body > .main-nav {
    position: fixed;
    top: 0;
    left: -290px;
    bottom: 0;
    width: 292px;
    height: 100%;
    z-index: 101;
    background: rgba( rgba(255,255,255,1.00));
    /*-webkit-box-shadow: inset 0 0 30px rgba(0,0,0,0.4);
    box-shadow:         inset 0 0 30px rgba(0,0,0,0.4);*/
    z-index: 150;
    -webkit-user-select:  none;
    -moz-user-select:     none;
    -ms-user-select:      none;
    -o-user-select:       none;
    user-select:          none;
  }

  body > .responsive-page-nav {
    left: -200px;
    width: 202px;
  }

  body > .responsive-page-nav.active-menu{
    width: 292px;
  }

  .responsive-page-nav > ul > li ul{
    left: 0;
  }

  .responsive-nav > ul > li ul{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.9);
    padding: 0;
  }

  .main-nav.active-menu {
    left: 0;
  }

  .main-nav .nav-bar {
    display: block;
  }

  body.menu-effect .boxed-view {
  -webkit-transition: all 0.4s ease;
   -webkit-transform: translate(200px,0);
   z-index: 100;
   position: relative;
  }

  body > .main-nav > ul,
  body > .main-nav > ul > li {
    float: none;
  }

  body > .main-nav > ul > li > a {
  }

  body .mobile-menu-button {
    display: block;
    width: 62px;
    height: 62px;
    padding:  1px 5px;

   font-size: 24px;
    position: absolute;
     right: 140px;
    top: 30px;
    z-index: 1;
    text-align: center;
    line-height: 36px;
    background: url("../images/icons/menu-icon.png") no-repeat scroll 0 0 transparent;
  }

  .mobile-menu-button:hover {
    text-decoration: none;
  }

  body.menu-effect .main-nav{
    background: #fff;
  }

  body.menu-effect .show-content {
    position: relative;
    left: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition:    all 0.4s ease;
    -ms-transition:     all 0.4s ease;
    transition:         all 0.4s ease;
    -webkit-transform: translate(202px,0) !important;
    -moz-transform:    translate(202px,0) !important;
    -ms-transform:     translate(202px,0) !important;
    transform:         translate(202px,0) !important;
  }

  body.menu-effect .main-nav{
    cursor: move;
  }

}


 @media screen and (max-width: 992px) {

    .dishes-list li:nth-child(3n+1){
      clear: none;
    }

    .dishes-list li:nth-child(2n+1){
        clear: both;
    }

    .identity{
      /*margin: 0 34%;*/
    }

    .section-footer footer > .big-footer{
      padding-bottom: 40px;
    }

    .section-about-us figure{
      margin: 0 15%;
    }

    .section-about-us .entry-title{
      text-align: center;
    }

    .slider-controls{
      top: 44px;
    }

    .section-header hr{
      margin-top: 0;
    }

 }



 @media only screen and (min-width: 768px) and (max-width: 1060px) {
    .section-footer footer .subscription input[type="submit"]{
        width: 90%;
    }
  }


 @media screen and (max-width: 768px) {
    .section-header > header h2{
        font-size: 40px;
    }

    .section-footer footer .row > div .entry-title{
      margin-top: 40px;
    }

    .section-footer footer .row > div:first-child .entry-title{
      margin-top: 20px;
    }

    .section-footer footer .subscription input[type="text"]{
        width: 60%;
        min-width: 240px;
    }

    .slider-controls{
      top: 200px;
    }
 }

 @media screen and (max-width: 640px) {
    .dishes-list li{
        width: 100%;
    }

    .slider-controls{
      top: 160px;
    }

    body .mobile-menu-button{
      right: 80px;
      top: 20px;
    }
 }

  @media screen and (max-width: 540px) {
    .slider-controls{
      top: 120px;
    }
 }