@font-face {font-family: 'FarYekan';src: url('../../../fonts/far.yekan.ttf') format('ttf'),url('../../../fonts/far.yekan.woff') format('woff'), url('../../../fonts/far.yekan.otf') format('otf'),url('../../../fonts/far.yekan.svg') format('svg'),url('../../../fonts/far.yekan.eot') format('eot');}

* {
	font-family: 'FarYekan';
}
h1, .h1 {
    font-size: 20px;
    font-family: 'FarYekan';
    color: #0077bb;
    text-align: center;
    font-weight: bold;
}

article img, .article-intro img {
    max-width: 30% !important;
}

.content_rating {
    display: inline-flex;
}
h1.article-title {
    text-align: center;
}
h2.label.label-info {
    border-radius: 5px;
    padding: 5px;
    background-color: #009688;
    font-family: 'FarYekan';
}
h3 {
	font-family: 'FarYekan' !important; 
}
section.article-content.clearfix p {
    text-align: justify !important;
}
form.form-inline {
    display: table-caption;
    line-height: 10px;
}
input.btn.btn-mini {
    width: 120px;
    background-color: #009688;
    color:#ffffff;
    font-size: 15px;
    padding: 5px;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.FoodIconsHolderinner {
	display: flex;
}

p {
    font-size: 16px;
}

.logo-image > a > img {
    max-width: 100%;
    background-color: #0077bb;
}
table {
    font-family: 'FarYekan';
    border-collapse: collapse;
    width: 50%;
}

td, th {
    border: 1px solid #dddddd;
    text-align: right;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #dddddd;
}

span#rememberMeCheckBox {
    display: inline-flex;
}

h3.cw-social-mod-title-ac {
    font-family: 'FarYekan';
}

footer.article-footer.clearfix {
    margin-top: 10px;
}
.t3-copyright small {
    text-align: center;
    margin-top: 8px;
    line-height: 10px;
}
section.article-content.clearfix {
    margin-top: 20px;
}
.pull-none.item-image.article-image.article-image-full {
    text-align: -webkit-center;
}
.porfolio .page-header {
  text-align: center;
  border-bottom: 0;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 0;
}
.porfolio-items {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eeeeee;
  text-align: center;
}
.porfolio-items .thumbnail {
  border: 0;
  padding: 0;
  margin: 20px 0;
}
.porfolio-items .thumbnail > a {
  color: #444444;
  text-decoration: none;
}
.porfolio-items .thumbnail > a:hover,
.porfolio-items .thumbnail > a:active,
.porfolio-items .thumbnail > a:focus {
  color: #0077bb;
  text-decoration: none;
}
.porfolio-items .item-image {
  float: none !important;
  border: 1px solid #eeeeee;
  padding: 3px;
  position: relative;
  -webkit-transition: border-color 0.2s ease-in;
  transition: border-color 0.2s ease-in;
}
.porfolio-items .item-image img {
  width: 100%;
  padding: 0;
}
.porfolio-items .thumbnail > a:hover .item-image,
.porfolio-items .thumbnail > a:active .item-image,
.porfolio-items .thumbnail > a:focus .item-image {
  border-color: #bbbbbb;
}
.porfolio-items .thumbnail > a:hover .item-image img,
.porfolio-items .thumbnail > a:active .item-image img,
.porfolio-items .thumbnail > a:focus .item-image img {
  opacity: .7;
}
.porfolio-items h3 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 18px;
  font-family: 'FarYekan';
  color: #0077bb;
}
.porfolio-items p {
  color: #666666;
  margin: 0;
  text-align: justify !important;
}
.porfolio .item-state {
  width: 70px;
  height: 70px;
  background: url(../../../images/porfolio-item-states.png) no-repeat center top;
  display: block;
  text-indent: -9999em;
  position: absolute;
  top: -3px;
  left: -3px;
}
.porfolio .state-free {
  background-position: center;
}
.porfolio .state-hot {
  background-position: center bottom;
}
.porfolio .item-demo-url {
  margin-top: 10px;
}

.ImageMenuFoodIMG {
	max-width: 100% !important;
	margin: auto;
}
footer.article-footer.clearfix {
    margin-top: 30px !important;
}



@media screen and (max-width: 768px) {
    table {
    width: 100%;
    }
article img, .article-intro img {
    max-width: 100% !important;
}
}

@media screen and (max-width: 414px) {
    .FoodIconsHolderinner {
    display: block;
    
    }
    .ImageMenuFoodIMG {
    max-width: 40% !important;
    margin: auto;
}
article img, .article-intro img {
    max-width: 100% !important;
}
}

@media screen and (min-width: 415px)and (max-width: 767px) {
    .FoodIconsHolderinner {
    display: block;
    
    }
    .ImageMenuFoodIMG {
    max-width: 20% !important;
    margin: auto;
}
article img, .article-intro img {
    max-width: 50% !important;
}
}
