
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Playball);
@import url(//fonts.googleapis.com/css?family=Asap:400,700);
@import url(//fonts.googleapis.com/css?family=PT+Serif:400,700);
@import "../css/animate.css";
@font-face
{
	font-family: 'Eras Demi ITC';
	src: url('../fonts/ERASBD.TTF'); src:url('../fonts/ERASDEMI.TTF'); src:url('../fonts/ERASLGHT.TTF'); src:url('../fonts/ERASMD.TTF');
	font-weight: normal;
	font-style: normal;
}
.white {
  color: #ffffff;
}
.primary {
  color: #e1784a;
}
/*============  Floats  =============*/
.f__left {
  float: left;
}
.f__right {
  float: right;
}
@media (max-width: 979px) {
  .f__none-979 {
    float: none;
  }
}
@media (max-width: 1199px) {
  .f__none-1199 {
    float: none;
	
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .f__none-768 {
    float: none;
  }
}
@media (max-width: 767px) {
  .f__none-767 {
    float: none;
  }
}
@media (max-width: 479px) {
  .f__none-479 {
    float: none;
  }
}
/*============= Overflow ===============*/
.o__hidden {
  overflow: hidden;
}
/*========================================================
                    Main layout styles
=========================================================*/
body {
font-family: Arial;
font size : 16px;
  line-height: 25px;
  font-weight: normal;
background: url("../images/bg/bg.jpg");
background-repeat:repeat-x y;

  color: #303030;
  background-color:#ffffff;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
* {
  -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  height: auto;
}
h2,
h3 {
  color: #000000;
}
h1 {
  font: 400 72px/76px 'Playball', sans-serif;
}
h2 {
  font: 400 23px/26px 'Eras Demi ITC';
}
h3 {
  font: 400 13px/18px 'Asap', sans-serif;
  text-align:justify;
}
h3 a:hover {
  color: #e1784a;
}
.pr {
  padding-right: 50px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .pr {
    padding-right: 92px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .pr {
    padding-right: 120px;
  }
}
@media (max-width: 767px) {
  .pr {
    padding: 0;
  }
}
.wrap-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
 /* -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.9);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.9);*/
  behavior: url(js/PIE.htc);
  /*border:1px #000 solid;*/
}

.page {
  overflow: hidden;
  
}
/*========================================================
                    Main Layout
=========================================================*/
p + p {
  margin-top: 17px;
}
h3 + p {
  margin-top: 24px;
}
h3 + p.off1,
h3 + .post_meta {
  margin-top: 10px;
}
p + h3 {
  margin-top: 31px;
}
h2 + h3,
h2 + .event-list,
h2 + .quote-box,
h2 + .box,
h2 + .number-list,
h2 + .row__in,
h2 + .post {
  margin-top: 27px;
}
h2 + p {
  margin-top: 28px;
}
h3 + .row {
  margin-top: 33px;
}
.img-border + h3,
.gallery + h3 {
  margin-top: 15px;
}
.row + p {
  margin-top: 37px;
}
p + .row {
  margin-top: 25px;
}
p + .icon-list {
  margin-top: 25px;
}
* + .btn {
  margin-top: 20px;
}

.text{
font-family: Arial;
font size : 22px;
line-height:20px;

}
#head_title{
font-size: 24px;
font-family: 'Eras Demi ITC';
font-weight:bold;
color:#490c03;
}
/*========================================================
                    HEADER styles
=========================================================*/

#logo{position:absolute; height:246px; top:1px; left:140px; z-index:1000;}


.header {
 height:100px;
  border:0px #000 solid;
  background-color:#270601;
  
}
@media (max-width: 1199px) {
  .header {
    background-size: cover;
  }
}

.wrap {
  float: right;
  margin-top: 2px;
  background-color:#270601;
}
@media (max-width: 990px) {
  .wrap {
    float: none;
    margin-top: 10px;
	
  }
}
/* Social list */
.social-list {
  float: right;
  margin-right: 6px;
  margin-top:20px;
}
.social-list li {
  display: inline-block;
  text-align: center;
  margin-right: 4px;
}
.social-list li a {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #ffffff;
  border-radius: 50%;
  font-size: 12px;
  z-index: 1;
}
.social-list li a:hover {
  text-decoration: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.ie8 .social-list li a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
}
.social-list li a.fa-facebook {
  background: #4365ab;
}
.social-list li a.fa-twitter {
  background: #46e3ee;
}
.social-list li a.fa-google{
  background: #ff9124;
}

.social-list li a.fa-youtube{
  background: #a10404;
}
@media (max-width: 767px) {
  .social-list {
    float: none;
    text-align: center;
	
  }
}
/* Main menu styles
========================================================*/
nav {
  position: relative;
  padding: 10px;
  margin-top: 8px;
  border:0px #000 solid;
  background-size: cover;
  width:700px;
  height:20px;
   border:0px #fff solid;
  
}

@media (max-width: 1199px) {
  nav:before {
    left: 0;
  }
}
@media (max-width: 1199px) {
  nav {
    float: none;
    padding-top: 0;
	
  }
  
}
.sf-menu > li {
  float: left;
  position: relative;
  padding-left: 20px;
  margin-left: 20px;
   text-align: center;
  
}
.sf-menu > li > a {
  display: inline-block;
  position: relative;
  font-family:Calibri;
  text-transform: normal;
  color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight:normal;
  text-align:center;
  font-size:16px;
  
}
.sf-menu > li > a.sf-with-ul:before {
  content: '\f107';
  position: absolute;
  display: block;
  
  right: -15px;
  top: 0;
  font-family: FontAwesome;
  font-size: 16px;
  line-height: 21px;

  color: #ffffff;
}
.sf-menu > li > a:hover {
  text-decoration: none;
  color: #fcd800;
}
.sf-menu > li > a:hover.sf-with-ul:before {
  color: #fcd800;
}
.sf-menu > li:first-child {
  padding-left: 0;
  margin-left: 0;
}
.sf-menu > li:first-child:before {
  display: none;
}
/*.sf-menu > li:before {
  content: '\f111';
  position: absolute;
  left: 0;
  top: 0;
  font-family: FontAwesome;
  font-size: 7px;
  line-height: 21px;
  color: #d2d2d2;
}*/
@media (min-width: 990px) and (max-width: 1199px) {
  .sf-menu > li {
    padding-left: 15px;
    margin-left: 15px;
	float: left;
  }
}
.sf-menu > li.current > a,
.sf-menu > li.sfHover > a {
  color: #fcd800;
}
.sf-menu > li.current > a.sf-with-ul:before,
.sf-menu > li.sfHover > a.sf-with-ul:before {
  color: #fcd800;
}
.sf-menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  float: left;
}
.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  position: absolute;
  top: 30px;
  left: 0px;
  z-index: 4;
  width: 140px;
  padding: 4px 8px;
  display: none;
  background: #270601;
 
  text-align:justify;
  color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
   border:1px #ffffff solid;
   
}
.sf-menu ul li {
  position: relative;
  font-family:Calibri;
  font-size:16px;
 
}
.sf-menu ul li a {
display:list-item;
  border:1px #270601 solid;
  padding:4px;
  
}
.sf-menu ul li a:hover {
  text-decoration: none;
  color: #fcd800;
}
.sf-menu ul li + li {
  margin-top: 8px;
}
.sf-menu ul li.sfHover > a {
  color: #fcd800;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: 10px;
  left: 140px;
  z-index: 4;
  background: #270601;
 
}
.sf-menu ul ul:before {
  content: '';
  position: absolute;
  left: -5px;
  top: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 5px 4.5px 0;
  border-color: transparent #777 transparent transparent;
}
.sf-menu .fa span {
  display: none;
}
@media (max-width: 990px) {
  .sf-menu .fa {
    display: none;

  }
  .sf-menu .fa span {
    display: block;
  }
}
@media only screen and (max-width: 990px) {
  .sf-menu {
    display: none;
  }
  .select-menu {
    display: block;
    clear: both;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    margin: 14px auto;
    padding: 0;
    height: 40px;
	
    background: #ffffff url(../images/select.png) 99% center no-repeat;
    color: #05090d;
    border-radius: 0;
    -webkit-appearance: none;
    outline: none;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/*============ Background ==============*/
/* Stuck menu styles
========================================================*/
.isStuck {
 /* background: url("../images/bg-header.jpg");*/
  background-color:#270601;
  -webkit-box-shadow: 0 0 2px #000000;
  -moz-box-shadow: 0 0 2px #000000;
  box-shadow: 0 0 2px #000000;
  z-index: 999;
}
#header .isStuck {
  left: 0;
}
#header .isStuck nav {
  float: left;
  margin-top: 5px;
  padding: 0 0 10px;
}
#header .isStuck nav:before {
  display: none;
}
#header .isStuck .sf-menu {
  text-align: center;
}
#header .isStuck .sf-menu > li > ul {
  top: 28px;
}
#header .isStuck .sf-menu > li {
  float: left;
  display: inline-block;
}
#header .isStuck .wrap {
  float: left;
  margin-top: 0;
}
#header .isStuck .company,
#header .isStuck .search,
#header .isStuck .social-list {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
.content {
  background: url("../images/bg-content.png");
}
.aside-border {
  position: relative;
  padding-right: 96px;
}
.aside-border:before {
  content: '';
  position: absolute;
  right: 39px;
  top: -9px;
  bottom: -34px;
  width: 1px;
  background: #dadada;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .aside-border {
    padding-right: 70px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .aside-border {
    padding-right: 50px;
  }
  .aside-border:before {
    right: 25px;
  }
}
@media (max-width: 767px) {
  .aside-border {
    padding-right: 0;
  }
  .aside-border:before {
    display: none;
  }
}
.img-border {
  position: relative;
  border: 5px solid #ffffff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  behavior: url(js/PIE.htc);
}
/* Wrappers */
.wrapper1 {
  padding: 41px 0 58px;
}
.wrapper1__in1 {
  padding-top: 25px;
}
.wrapper2 {
  padding: 32px 0 63px;
  
  
}
.wrapper2__in1 {
  padding-bottom: 46px;
}
.wrapper3 {
  padding: 25px 0 33px;
}
.mt-img {
  margin-top: 6px;
}
/* Box */
.box_left {
  float: left;
  margin-right: 10px;
  margin-top:10px;
}
@media (max-width: 767px) {
  .box_left {
    float: none;
    margin: 10px 0 0px;
  }
}
/*   Event List  */
.event-list li {
  position: relative;
  border:0px #000 solid;
  width:290px;
  
}
.event-list li + li {
  border-top: 1px dotted #cbcbcb;
  margin-top: 26px;
  padding-top: 30px;
}
.event-list li .btn {
  margin-top: 5px;
  float:right;
}
.event_date {
  color: #e1784a;
  font: 700 30px/24px 'Asap', sans-serif;
  margin-right:10px
}
.event_date span {
  font-size: 17px;
  font-weight: 400;

}

/*  Main Event List  */
.events-list li {
  position: relative;
  border:0px #000 solid;
  
  
}
.events-list li + li {
  border-top: 1px dotted #cbcbcb;
  margin-top: 26px;
  padding-top: 30px;
}
.events-list li .btn {
  margin-top: 5px;
  float:right;
}
.events_date {
  color: #e1784a;
  font: 700 18px/20px 'Asap', sans-serif;
  margin-right:10px
}
.events_date span {
  font-size: 17px;
  font-weight: 400;

}

/* Icon List */
.icon-list li {
  font: 400 13px/18px 'Asap', sans-serif;
  text-transform: uppercase;
  border:0px #000 solid;
  text-align:justify;
}
.icon-list li:before,
.icon-list li:after {
  content: " ";
  display: table;
  
}
.icon-list li:after {
  clear: both;
  
}
.icon-list li img {
  margin-top: -7px;
  
}
.icon-list li + li {
  margin-top: 26px;
  
}
.icon-list li a {
font: 400 13px/18px 'Asap', sans-serif;
  text-transform: uppercase;
  border:0px #000 solid;
  text-align:justify;
margin-top: 0px;
}
.icon-list li a:hover {
  color: #e1784a;
}
/* Divider */
hr {
  border: none;
  height: 1px;
  background: #dadada;
}
/* Quote box */
.quote-box {
  padding-left: 38px;
  background: url("../images/quote.png") no-repeat 0 3px;
}
.quote-box p + h3 {
  margin-top: 8px;
}
.quote-box + .quote-box {
  margin-top: 24px;
}
/* img-wrap */
 .img-responsive {
    width: 100%;
  }
.img-responsive {
  display: inline-block;
}

.gallery-img {
  position: relative;
  display: inline-block;
}

@media (max-width: 1199px) {
  .img-wrap img {
    width: 100%;
  }
}
/*Partner list */
.partner {
  margin-top: 17px;
}
.partner img {
  float: left;
}
.partner h3 {
  text-transform: none;
}
.partner h3 + p {
  margin-top: 0;
}
.partner p {
  font-size: 11px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .partner p {
    display: none;
  }
}
/* number-list */
.number-list li {
  position: relative;
  padding-left: 70px;
}
.number-list li:before {
  content: attr(data-number);
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  font: 700 30px/50px 'Asap', sans-serif;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #ffffff;
  background: #e1784a;
}
.number-list li + li {
  margin-top: 30px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .number-list li {
    padding: 70px 0 0;
  }
  .number-list li:before {
    left: 50%;
    margin-left: -25px;
    top: 0;
  }
}
/*   Buttons  */
.btn {
  display: inline-block;
  font: 400 13px/18px 'Asap', sans-serif;
  color: #e1784a;
}
.btn:hover {
  text-decoration: none;
  color: #000000;
}
/* Isotope */
.isotope {
  margin-left: -20px;
}
.isotope .element-item {
  margin-top: 40px;
}
.button-group {
  float: right;
  font: 400 13px/18px 'Asap', sans-serif;
  color: #000000;
}
.button {
  position: relative;
  padding-left: 8px;
  margin-left: 5px;
}
.button:before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 1px;
  height: 12px;
  background: #000000;
}
.button:first-child:before {
  display: none;
}
.button.active {
  color: #e1784a;
}
/* Gallery Hover */
.gallery {
  display: inline-block;
  position: relative;
  overflow: hidden;
  background: transparent;
  
  padding-bottom:6px;
  
  
  }
  
.gallery img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border:4px #ffffff solid;
  width:190px;
  height:auto;
}
@media (max-width: 1199px) {
  .gallery img {
    width: 100%;
  }
}
.gallery .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: 50%;
  right: 50%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ie8 .gallery .overlay {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  zoom: 1;
}
.gallery .hover {
  font: 700 14px/14px 'Asap', sans-serif;
  position: absolute;
  top: 50%;
  text-align: center;
  left: 0;
  right: 0;
  margin-top: -7px;
  color: #ffffff;
  text-transform: uppercase;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ie8 .gallery .hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
}
.gallery:hover {
  text-decoration: none;
}
.gallery:hover .overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.gallery:hover .hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.ie8 .gallery:hover .hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
}
.gallery:hover img {
  transform: scale(1.2);
}
/* address */
address {
  font: 400 13px/18px 'Asap', sans-serif;
  text-transform: uppercase;
  color: #000000;
}
address a {
  text-decoration: underline;
  color: #e1784a;
}
address a:hover {
  color: #000000;
}
address dl {
  margin-top: 23px;
}
dl,
.mail {
  font: 400 13px/17px 'Droid Sans', sans-serif;
  text-transform: none;
}
dl dd,
.mail dd,
dl dt,
.mail dt {
  display: inline-block;
}
dl dt,
.mail dt {
  padding-right: 8px;
}
/* Post */
.post .event_date {
  float: left;
  margin-right: 20px;
}
.post_meta a:hover {
  text-decoration: underline;
}
.post_cnt {
  margin-top: 9px;
}
.post_cnt img {
  float: left;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .post_cnt img {
    float: none;
    margin: 0 0 15px;
  }
}
.post_author {
  float: left;
}
.post_comment {
  float: right;
  margin: 0;
}
.post .btn {
  color: #000000;
}
.post .btn:hover {
  color: #e1784a;
}
.post:before,
.post:after {
  content: " ";
  display: table;
}
.post:after {
  clear: both;
}
.post + .post {
  margin-top: 35px;
}
.policy-link {
  margin-top: 20px;
  font-family: 'Arial';
}
.policy-link a {
  text-decoration: underline;
}
.policy-link a:hover {
  color: #000000;
}
.map {
  height: 313px;
  position: relative;
  margin: 32px 0 27px;
}
@media (max-width: 767px) {
  .map {
    height: 250px;
  }
}
.google-map-api {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#map-canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#map-canvas img {
  max-width: none !important;
}
/*========================================================
                    FOOTER styles
=========================================================*/
/*.footer {
  padding: 15px 0;
  font-size: 12px;
  color: #343033;
  background: url("../images/bg-header.jpg");
  background-color:#ebebeb;
  
  
}
.footer a:hover {
  text-decoration: underline;
}
@media (max-width: 479px) {
  .footer {
    text-align: center;
  }
  .footer .copyright,
  .footer .list {
    float: none;
  }
}
.copyright {
  float: right;
}
.list {
  float: left;
}

.list p{
    color: #333399;
	font-size:13px;
	font-weight:bold;
}
.list li {
display:list-item;
  color: #333399;
  position: relative;
  text-transform: uppercase;
  padding-left: 12px;
  padding-top:2px;
  margin-left: 3px;
}
.list li:before {
  content: '\f111';
  position: absolute;
  left: 0;
  top: 2px;
  font-family: FontAwesome;
  font-size: 4px;
  line-height: 18px;
  color: #333399;
}
.list li:first-child:before {
  display: none;
}*/

footer#main-footer {
  background: #290601;
  padding: 60px 0 30px 0;
  color: #e6e6e6;
  font-size: 12px;
  line-height: 20px;
}
footer#main-footer .logo {
  margin-bottom: 15px;
}
footer#main-footer a,
footer#main-footer h1,
footer#main-footer h2,
footer#main-footer h3,
footer#main-footer h4,
footer#main-footer h5 {
  color: #fff;
}
footer#main-footer .form-control {
  background: #121212;
  border-color: #000;
  color: #fff;
}
footer#main-footer .form-control:focus {
  border-color: #12a641;
}
.list-footer > li {
  margin-bottom: 2px;
}
.list-footer > li > a:hover {
  text-decoration: underline;
}

.footer-links {
  list-style: none;
  font-size: 10px;
  text-align: center;
  position: absolute;
  bottom: 50px;
  width: 100%;
}
.footer-links > li {
  display: inline-block;
  margin: 0 10px;
}
.footer-links > li > a {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  color: #fff;
}
.footer-links > li > a:hover {
  text-decoration: underline;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.footer-social {
  position: absolute;
  bottom: 50px;
  text-align: center;
  width: 100%;
}
.footer-social > li {
  display: inline-block;
  margin: 0 7px;
}
.text-color {
  color: #fde07c !important;
  font-size:18px;

}
/*========================================================
                    Widget styles
=========================================================*/
/* Stellar(parallaxBG) styles
========================================================*/
.stellar {
  background-position: 0 0;
  overflow: hidden;
  background-attachment: fixed;
}
@media (max-width: 767px) {
  .stellar {
    background-position: 0 0 !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
.stellar .icon {
  width: 104px;
  height: 104px;
  line-height: 104px;
  font-size: 39px;
  background: #e1784a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.stellar .icon:hover {
  text-decoration: none;
  background: #000000;
}
.stellar1 {
  background-image: url(../images/page1-img1.jpg);
  background-position: center 30%;
  text-align: center;
  padding-bottom: 184px;
}
.stellar1 h2,
.stellar1 h3 {
  color: #ffffff;
}
.stellar1 h2 {
  font-size: 80px;
  line-height: 93px;
  font-weight: 300;
  text-transform: none;
}
@media (max-width: 479px) {
  .stellar1 h2 {
    font-size: 60px;
    line-height: 73px;
  }
}
.stellar1 h3 {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.ie8 .stellar1 h3 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
}
@media (max-width: 479px) {
  .stellar1 h3 {
    font-size: 24px;
    line-height: 24px;
  }
}
.stellar1 * + h2 {
  margin-top: 117px;
}
.stellar1 * + .search1 {
  margin-top: 62px;
}
@media (max-width: 479px) {
  .stellar1 {
    padding-bottom: 70px;
  }
  .stellar1 * + h2 {
    margin-top: 50px;
  }
}
.page2 .stellar1 {
  padding-bottom: 57px;
}
.stellar2 {
  background-image: url(../images/page1-img2.jpg);
  background-position: center 0%;
  padding: 93px 0 121px;
}
.stellar2 .icon {
  margin-top: 10px;
}
.stellar2 h2 {
  color: #ffffff;
  display: inline-block;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .stellar2 h2 {
    font-size: 58px;
  }
}
@media (max-width: 479px) {
  .stellar2 h2 {
    font-size: 40px;
    line-height: 40px;
  }
}
.stellar3 {
  background-image: url(../images/page2-img2.jpg);
  background-position: center 0%;
  padding: 191px 0 95px;
}
.stellar3 h2 {
  color: #ffffff;
  display: block;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .stellar3 h2 {
    font-size: 58px;
  }
}
@media (max-width: 767px) {
  .stellar3 h2 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 479px) {
  .stellar3 h2 {
    font-size: 40px;
    line-height: 40px;
  }
}
.stellar4 {
  background-image: url(../images/page4-img1.jpg);
  background-position: center 0%;
  padding: 180px 0 75px;
}
.stellar4 .icon {
  margin-top: 15px;
}
.stellar4 h5 {
  margin-top: 25px;
}
.stellar4 h2 {
  color: #ffffff;
  display: block;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .stellar4 h2 {
    font-size: 58px;
  }
}
@media (max-width: 767px) {
  .stellar4 h2 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 479px) {
  .stellar4 h2 {
    font-size: 40px;
    line-height: 40px;
  }
}
.search {
  display: block;
  float: right;
  position: relative;
  width: 213px;
  margin-right: 29px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.search .input_wrap {
  position: relative;
  display: inline-block;
  background: #fff;
  width: 100%;
  height: 100%;
  border-radius: 0;
  -webkit-appearance: none;
}
.search input {
  width: 80%;
  font: normal 13px/17px 'Droid Sans', sans-serif;
  display: block;
  position: relative;
  padding-left: 20px;
  height: 100%;
  outline: none;
  background-color: transparent;
  color: #464646;
  border: none;
  overflow: hidden;
  margin: 0;
}
.search a {
  position: absolute;
  display: inline-block;
  top: 8px;
  right: 7px;
}
.search a:hover {
  text-decoration: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.ie8 .search a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
}
@media (max-width: 767px) {
  .search {
    width: 100%;
    margin-top: 10px;
    float: none;
  }
}
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  font-size: 26px;
  z-index: 20;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #e1784a;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#toTop:hover {
  background: #000000;
}

#map_cg:hover{
background: #000000;
text-decoration: none;
  opacity: 5.5;
  filter: alpha(opacity=50);

}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}

/*********contacts**********/
.contact {
	background: transparent;
}
.contact-form{
	position:relative;
}
.contact-form div{
	padding:5px 0;
	border: 1px #000 solid;
}

.contact-form input[type="text"]{
	font-family: 'Open Sans', sans-serif;
	font-size:1em;
	background: #FFFFFF;
	border: 1px solid #E7E7E7;
	color:#c5c5c5;
	padding: 8px;
	display: block;
	width: 29.6%;
	margin-right:3%;
	float:left;
	outline: none;
	-webkit-appearance: none;
	text-transform: capitalize;
	margin-bottom:5px;
}

.contact-form textarea {
	margin-top:10px;
	font-family: 'Open Sans', sans-serif;
	font-size:1em;
	background: #FFFFFF;
	border: 1px solid #E7E7E7;
	color:#D5D5D5;
	padding: 8px;
	display: block;
	width: 65%;
	outline: none;
	-webkit-appearance: none;
	text-transform: capitalize;
	
	}

.contact-form input[type="submit"]{
	margin-top:10px;
	font-family: 'Open Sans', sans-serif;
	-webkit-appearance: none;
	cursor:pointer;
	color: #fff;
	background: #22BE64;
	border: 1px solid #22BE64;
	display: inline-block;
	text-transform: uppercase;
	padding: 12px 30px;
	font-size: 1em;
	font-weight:600;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	border-radius: 3px;
	outline: none;
}
.contact-form input[type="submit"]:hover{
	background: #38E17F;
	border: 1px solid #38E17F;
}



.focus li{
margin-left:20px;
  padding: 4px 8px;
list-style:square;
color:#000000;}
/******footer**********/

.heading{
font-family:Calibri;
font-size:24px;
color:#2e0701;
line-height:35px;}

.heading2{
font-family: 'Eras Demi ITC';
font-size:18px;
color:#490c03;
line-height:normal;
font-weight:bold;}


.heading3{
font-family:Arial;
font-size:18px;
color:#490c03;
line-height:normal;
font-weight:bold;}

#right_section{float:right; width:350px; background:url(../images/fecilities.png) no-repeat top; padding-top:63px;}
#yellow_div{background:#ffdd21; width:50%; text-align:center; float:left; height:150px;}
#yellow_div h2{color:#3c4600; text-transform:normal; margin-top:40px; font-family:"Calibri";}
#green_div{background:#290601; width:50%; float:right; height:150px;}
#green_div a.links{color:#FFF; display:block; text-decoration:none; background:url(../images/list_arrow.png) no-repeat left center; padding:2px 15px; margin-left:10px; transition:0.5s; -moz-transition:0.5s; -webkit-transition:0.5s; font-family:"Calibri";}
#green_div a.links:hover{margin-left:20px; color:#ffdd21;}
.read_more{float:right; color:#ffdd21; text-decoration:none; margin:10px 20px 0; font-family:"Calibri";}
.read_more:hover{text-decoration:underline;}

#specification li{background:url(../images/list_arrow2.png) no-repeat left center; padding:2px 15px; margin-left:10px; transition:0.5s; -moz-transition:0.5s; -webkit-transition:0.5s; font-family:Arial; font-size:18px;}

#m_cont {
font-family: Arial;
font-size:18px;
}

/* 26. Appointment Modal
--------------------------------------------*/
#appointmentModal .modal-dialog {
  width: 748px;
}
#appointmentModal .modal-dialog .modal-content {
  border-radius: 2px;
  box-shadow: none;
  border: 2px solid #fff;
}
#appointmentModal .modal-dialog .modal-content .modal-header {
  color: #fff;
  background-color: #999900;
  border-bottom: none;
}
#appointmentModal .modal-dialog .modal-content .modal-header .close {
  color: #fff;
  text-shadow: none;
  opacity: .6;
  font-size: 27px;
  margin: 1px 7px 0 0;
}
#appointmentModal .modal-dialog .modal-content .modal-header .close:hover,
#appointmentModal .modal-dialog .modal-content .modal-header .close:focus {
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
}
#appointmentModal .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  color: #ffffff;
}
#appointmentModal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
#appointmentModal .modal-dialog .modal-content .modal-body h2 {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #7d3c93;
  margin-top: 0;
}
#appointmentModal .modal-dialog .modal-content .modal-body h3 {
  margin: 0;
  font-size: 18px;
  color: #999900;
  font-weight: bold;
}
#appointmentModal .modal-dialog .modal-content .modal-body h3 i {
  font-size: 24px;
}
#appointmentModal .modal-dialog .modal-content .modal-body .info-box {
  background-color: #faf7fb;
  padding: 20px 30px;
}
#appointmentModal .modal-dialog .modal-content .modal-body .info-box h3 {
  color: #575756;
}
#appointmentModal .modal-dialog .modal-content .modal-body .service-and-date {
  padding: 25px 30px 0 30px;
}
#appointmentModal .modal-dialog .modal-content .modal-body .service-and-date .service-select {
  height: 58px;
  width: 100%;
  overflow: hidden;
  background-color: #e5e9ec;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 16px;
  margin-top: 3px;
  position: relative;
}
#appointmentModal .modal-dialog .modal-content .modal-body .service-and-date .service-select .input-group {
  width: 100%;
}
#appointmentModal .modal-dialog .modal-content .modal-body .service-and-date .service-select:after {
  font-family: FontAwesome;
  content: '\f13a';
  position: absolute;
  right: 15px;
  top: 17px;
  font-size: 22px;
  color: #999900;
  z-index: 6;
}
#appointmentModal .modal-dialog .modal-content .modal-body .service-and-date .service-select select {
  background: transparent;
  padding: 10px 0px 10px 10px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  height: 58px;
  font-size: 20px;
  font-weight: bold;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-progress-appearance: none;
  box-shadow: none;
  color: #999900;
}
#appointmentModal .modal-dialog .modal-content .modal-body .service-and-date .service-select:before {
  display: block;
  position: absolute;
  content: '';
  right: 0px;
  top: 0px;
  height: 58px;
  width: 58px;
  margin: 0;
  background: #e5e9ec;
  z-index: 5;
}
#appointmentModal .modal-dialog .modal-content .modal-body .service-and-date select::-ms-expand {
  display: none;
}
#appointmentModal .modal-dialog .modal-content .modal-body .service-and-date .date-select {
  margin-bottom: 10px;
  float: left;
  width: 50%;
  padding-right: 7px;
}
#appointmentModal .modal-dialog .modal-content .modal-body .service-and-date .time-select {
  margin-bottom: 10px;
  float: right;
  width: 50%;
  overflow: hidden;
  background-color: #e5e9ec;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: relative;
}
#appointmentModal .modal-dialog .modal-content .modal-body .service-and-date .time-select:after {
  font-family: FontAwesome;
  content: '\f13a';
  position: absolute;
  right: 18px;
  top: 12px;
  color: #999900;
  z-index: 6;
}
#appointmentModal .modal-dialog .modal-content .modal-body .service-and-date .time-select select {
  background: transparent;
  padding: 15px 0px 15px 10px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-progress-appearance: none;
  box-shadow: none;
}
#appointmentModal .modal-dialog .modal-content .modal-body .service-and-date .time-select:before {
  display: block;
  position: absolute;
  content: '';
  right: 0px;
  top: 0px;
  height: 47px;
  width: 47px;
  margin: 0px;
  background: #e5e9ec;
  z-index: 5;
}
#appointmentModal .modal-dialog .modal-content .modal-body .service-and-date .input-group-addon {
  border: none;
  color: #ffffff;
  background-color: #848218;
  font-size: 24px;
}
#appointmentModal .modal-dialog .modal-content .modal-body hr {
  margin-top: 25px;
  margin-bottom: 25px;
}
#appointmentModal .modal-dialog .modal-content .modal-body .personal-information {
  padding: 0px 30px 20px 30px;
}
#appointmentModal .modal-dialog .modal-content .modal-body .personal-information .first-name-group {
  float: left;
  width: 100%;
  padding-right: 7px;
}
#appointmentModal .modal-dialog .modal-content .modal-body .personal-information .last-name-group {
  float: right;
  width: 50%;
  padding-left: 7px;
}
#appointmentModal .modal-dialog .modal-content .modal-body .personal-information .zip-code-group {
  float: left;
  width: 30%;
  padding-right: 7px;
}
#appointmentModal .modal-dialog .modal-content .modal-body .personal-information .city-group {
  float: right;
  width: 70%;
  padding-left: 7px;
}
#appointmentModal .modal-dialog .modal-content .modal-body .personal-information .phone-group {
  float: left;
  width: 50%;
  padding-right: 7px;
}
#appointmentModal .modal-dialog .modal-content .modal-body .personal-information .email-group {
  float: right;
  width: 50%;
  padding-left: 7px;
}
#appointmentModal .modal-dialog .modal-content .modal-body .personal-information label {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
  color: #000;
}
#appointmentModal .modal-dialog .modal-content .modal-body .newsletter-checkbox input[type="checkbox"] {
  display: none;
}
#appointmentModal .modal-dialog .modal-content .modal-body .newsletter-checkbox label {
  font-size: 18px;
}
#appointmentModal .modal-dialog .modal-content .modal-body .newsletter-checkbox label:before {
  content: "";
  display: inline-block;
  font-size: 15px;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-color: #e5e9ec;
  border-radius: 2px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  color: #f3f3f3;
  text-align: center;
  line-height: 24px;
  float: left;
}
#appointmentModal .modal-dialog .modal-content .modal-body .newsletter-checkbox input[type=checkbox]:checked + label:before {
  content: "\2713";
  color: #999900;
  font-size: 26px;
  text-shadow: none;
}
#appointmentModal .modal-dialog .modal-content .modal-footer {
  background-color: #e5e9ec;
}



.foodmob  a.fa-mobile{

  font-size: 26px;
  color: #490c03;
}