/* ----------------------------------------Fonts family ------------------------------*/
/*
font-family: 'Srisakdi', cursive;
font-family: 'Tangerine', cursive;
font-family: 'Niconne', cursive;
font-family: 'Poppins', sans-serif;
*/
.owl-carousel{overflow:hidden;}
/*----------------
margin space
-----------------*/

.mb0 { margin-bottom: 0px; }
.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb60 { margin-bottom: 60px; }
.mb80 { margin-bottom: 80px; }
.mb100 { margin-bottom: 100px; }
.mt0 { margin-top: 0px; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt60 { margin-top: 60px; }
.mt80 { margin-top: 80px; }
.mt100 { margin-top: 100px; }
.mr0 { margin-right: 0px; }
.mr10 { margin-right: 10px; }
.mr20 { margin-right: 10px; }
.ml0 { margin-left: 0px; }
.ml10 { margin-left: 10px; }
.ml20 { margin-left: 20px; }

/*----------------
less margin space from top
-----------------*/
.mt-20 { margin-top: -20px; }
.mt-40 { margin-top: -40px; }
.mt-60 { margin-top: -60px; }
.mt-80 { margin-top: -80px; }

/*---------------
Padding space
-----------------*/
.nopadding { padding: 0px; }
.nopr { padding-right: 0px; }
.nopl { padding-left: 0px; }
.pinside10 { padding: 10px; }
.pinside20 { padding: 20px; }
.pinside30 { padding: 30px; }
.pinside40 { padding: 40px; }
.pinside50 { padding: 50px; }
.pinside60 { padding: 60px; }
.pinside80 { padding: 80px; }
.pinside100 { padding: 100px; }
.pdt10 { padding-top: 10px; }
.pdt20 { padding-top: 20px; }
.pdt30 { padding-top: 30px; }
.pdt40 { padding-top: 40px; }
.pdt60 { padding-top: 60px; }
.pdt80 { padding-top: 80px; }
.pdb10 { padding-bottom: 10px; }
.pdb20 { padding-bottom: 20px; }
.pdb30 { padding-bottom: 30px; }
.pdb40 { padding-bottom: 40px; }
.pdb60 { padding-bottom: 60px; }
.pdb80 { padding-bottom: 80px; }
.pdl10 { padding-left: 10px; }
.pdl20 { padding-left: 20px; }
.pdl30 { padding-left: 30px; }
.pdl40 { padding-left: 40px; }
.pdl60 { padding-left: 60px; }
.pdl80 { padding-left: 80px; }
.pdl120 { padding-left: 120px; }
.pdr10 { padding-right: 10px; }
.pdr20 { padding-right: 20px; }
.pdr30 { padding-right: 30px; }
.pdr40 { padding-right: 40px; }
.pdr60 { padding-right: 60px; }
.pdr80 { padding-right: 80px; }
.x { }
.y { padding-top: 220px; }



.cd-top {

  display: inline-block;

  height: 40px;

  width: 40px;

  position: fixed;

  bottom: 40px;

  right: 10px;

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);

  /* image replacement properties */

  overflow: hidden;

  text-indent: 100%;

  white-space: nowrap;

  background: rgba(24, 56, 131, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;

  visibility: hidden;

  opacity: 0;

  -webkit-transition: opacity .3s 0s, visibility 0s .3s;

  -moz-transition: opacity .3s 0s, visibility 0s .3s;

  transition: opacity .3s 0s, visibility 0s .3s;

}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {

  -webkit-transition: opacity .3s 0s, visibility 0s 0s;

  -moz-transition: opacity .3s 0s, visibility 0s 0s;

  transition: opacity .3s 0s, visibility 0s 0s;

}

.cd-top.cd-is-visible {

  /* the button becomes visible */

  visibility: visible;

  opacity: 1;

}

.cd-top.cd-fade-out {

  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */

  opacity: .5;

}

.no-touch .cd-top:hover {

  background-color: #e86256;

  opacity: 1;

}

.padd-100{padding:100px 0;}
body{overflow-x:hidden;}
header{position:fixed;top:0;left:0;width:100%;z-index:300;}
.responsiveImg{width:100%;}
.nav-top {transition:all 0.3s;
  height: 40px;
  background-color: #ec7d1d;
}
.nav-top ul{padding-left:0;}
.nav-top ul li {display:inline-block;
  color: #fff;
  font-size: 14px;
 /* float: left;*/
  margin-right: 47px;font-family:'Poppins',sans-serif;
  /*height: 50px;*/
  line-height: 40px;
}
.nav-top ul li i {
  color: #9a5010;
  margin-right: 10px;
  font-size: 14px;
}
.nav-top ul li a {
  color: #fff;
  font-size: 14px; 
  transition-duration: 0.3s;font-family:'Poppins',sans-serif;
}
.nav-top ul li a:hover {
  color: #fff;
}
.nav-top ul li.social-bloc {
  float: right;
  margin-right: 0;
}
.nav-top ul li.social-bloc a {
  display: inline-block;
  margin-left: 20px;
}
.nav-top ul li.social-bloc a i {
  font-size: 17px;
  color: #fff;
  margin-right: 0;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.nav-top ul li.social-bloc a:hover i {
  /*color: #cf9b67;*/
   color: #f5821f;
}
/*.navbar {
  height: 80px;
  background: rgba(0, 0, 0, 0.5);
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.navbar .logo {
  float: left;
  margin-top: 17px;
  margin-left: 15px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.navbar .nav {
  float: right;
  padding-top: 29px;
  text-transform: uppercase;
  font-weight: 600;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.navbar .nav a {
  color: #fff;
  padding: 0;
  margin-left: 33px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: relative;
  padding-bottom: 30px;
  overflow: hidden;font-family:'Poppins',sans-serif;
}
.navbar .nav a:hover {
  color: #cf9b67;
  background: none;
}
.navbar .nav a:hover:before {
  display: block;
}
.navbar .nav a:hover:after {
  width: 100%;
  right: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.navbar .nav a.active {
  color: #cf9b67;
}
.navbar .nav a.active:before {
  display: block;
}
.navbar .nav a.active:after {
  width: 100%;
  right: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.navbar .nav a:before {
  content: "";
  position: absolute;
  left: 1px;
  bottom: 20px;
  width: 6px;
  height: 6px;
  background-color: #cf9b67;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  display: none;
}
.navbar .nav a:after {
  content: "";
  position: absolute;
  left: 11px;
  bottom: 22px;
  width: 0;
  height: 2px;
  background-color: #cf9b67;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}*/
.logoCol{display:flex;align-items:center;}
.visible-xs.menu-mobile{visibility:hidden;}
.logoHeader{background-color:rgba(256,256,256,1);}
.customeNav{display:block;padding-left:0;text-align:right;margin-top: 8px;}
.customeNav li{display:inline-block;padding:0 15px;}
.customeNav li a{display:block;text-transform:uppercase;font-family:'Poppins',sans-serif;padding:45px 10px 20px;line-height:60px;position:relative;color: #000;font-weight:500;-webkit-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;text-shadow: 1px 1px 4px #DCDCDC;}
.customeNav li a:before{content:"";position:absolute;left:1px;bottom:20px;width:6px;height:6px;background-color:#cf9b67;-moz-border-radius:6px;
-webkit-border-radius:6px;border-radius:6px;opacity:0;transition:all 0.5s;}
.customeNav li a:hover:before{content:"";position:absolute;left:1px;bottom:20px;width:6px;height:6px;background-color:#cf9b67;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;opacity:1;}

.customeNav li a:after{content:"";position:absolute;left:11px;bottom:22px;width:0;height:2px;background-color:#cf9b67;transition:all 0.5s;opacity: 0;}
.customeNav li a:hover:after{opacity:1;width:80%;}
/******======================================Slider===============================================*/
/*************************banner***************************/

.carousel-caption{bottom:20%;}
.carousel-caption .order-btn{color:#fff;}

.carousel-caption h3:first-child {
	-webkit-animation-delay: 1s;
	        animation-delay: 1s;
}
.carousel-caption h3:nth-child(2) {
	-webkit-animation-delay: 1.5s;
	        animation-delay: 1.5s;
}
.carousel-caption h3:nth-child(3) {
	-webkit-animation-delay: 2s;
	        animation-delay: 2s;
}
.carousel-caption a {
	-webkit-animation-delay: 3s;
	        animation-delay: 3s;
}
.carousel-caption h3:first-child{color: #ec7d1d;
    font-family: "Tangerine",cursive;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 2px;
    /* text-transform: capitalize; */
    text-align: center;
    text-shadow: 2px 3px 5px #3a3535;
    -webkit-text-stroke: 1px #f5821f;
    font-weight: 600;}
.carousel-caption h3:nth-child(2){    color: #fff;
    font-family: "Poppins",sans-serif;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 20px 0;
    text-transform: capitalize;
    text-shadow: 3px 3px 6px #8B8B8B;
    text-align: center;}
	
.carousel-caption h3:nth-child(3){}
.blck{color:#333 !important;}
.slider1{background-image:url(../images/10.jpeg);background-size:cover;height:100vh;}
.slider2{background-image:url(../images/16.jpeg);background-size:cover;height:100vh;}
.slider3{background-image:url(../images/21.jpeg);background-size:cover;height:100vh;}
.slider4{background-image:url(../images/slider4.jpg);background-size:cover;height:100vh;}





.banner{background-size:100%;height:100vh;}
.banner1{background-image:url(../images/slider1.jpg);}
.banner2{background-image:url(../images/slider2.jpg);}
.banner3{background-image:url(../images/slider3.jpg);}
.slide-item-1{/* background: rgba(0, 0, 0, 0.3) url("../images/slider1.jpg") repeat scroll 0 0;*/background:url("../images/slider1.jpg") repeat scroll 0 0;}
.slide-item-2{/*background: rgba(0, 0, 0, 0.3) url("../images/slider2.jpg") repeat scroll 0 0;*/background: url("../images/slider2.jpg") repeat scroll 0 0;}
.builders-main-caption{/* background: rgba(0, 0, 0, 0.58) none repeat scroll 0 0*/background:none repeat scroll 0 0}
.builders-main-slide{background-color:#eee;background-position:center center;background-size:cover;height:100vh;}
.builders-main-caption{display:table;height:100%;width:100%;}
.builders-caption-cell{display:table-cell;vertical-align:middle;text-align:center;}
.builders-caption-cell h2{    color: #f5821f;
    font-family: "Tangerine",cursive;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 2px;
    /* text-transform: capitalize; */
    text-align: center;
    text-shadow: 2px 3px 5px #9C9C9C;
    font-weight: 600;}
.builders-caption-cell p{color:#6c757d;font-family:"Poppins",sans-serif;font-size:25px;font-weight:400;letter-spacing:1px;margin:20px 0;    text-transform:capitalize;text-shadow:3px 3px 6px #8B8B8B;text-align:center;}
.builders-caption-cell a{margin:0 5px;}
.builders-slide .owl-prev{background: rgb(6, 6, 6) none repeat scroll 0 0 ;border-radius:0 !important;color:#fff !important;font-size:27px !important;height:50px;left:-24px;line-height:35px;position:absolute;top:45%;-webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 50px;
    padding: 10px;
    text-align: right; transform: rotateZ(-45deg);}
.builders-slide .owl-next{background:rgb(6, 6, 6) none repeat scroll 0 0;border-radius:0 !important;color:#fff !important;font-size:27px !important;height:50px;line-height:35px;position:absolute;right:-24px;top:45%;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;   width:50px;padding:5px;text-align:left;transform: rotateZ(45deg);padding-left:12px;}
.builders-slide .owl-prev:hover, .builders-slide .owl-next:hover{background:rgba(1, 81, 152, 0.58) none repeat scroll 0 0;color:#fff; }
.builders-slide .owl-prev i{transform: rotateZ(45deg);}
.builders-slide .owl-next i{transform: rotateZ(-45deg);    margin-left: 5px;}
.slide-item-2 .leftBottomImg{position:absolute;bottom:-150px;left:-150px;max-width:350px;}
/*.slide-item-2 .leftBottomImg.moretop{bottom:0;}*/
.slide-item-2 .rightTopImg{    position: absolute;
    top: 10%;
    right: -150px;
    max-width: 350px;}
.sticky .logoHeader{background-color:#fff;border-bottom:1px solid #ddd;box-shadow:0 0 5px #ccc;}
.sticky .nav-top{height:0;overflow:hidden;}
.logoCol .logo img{transition:all 0.5s;    max-width: 440px;}
.sticky .logoCol .logo img{max-width:270px;}
.section-title, .pagination {
       margin: 14px 0 34px;
    line-height: 42px;
    padding-bottom: 20px;
    position: relative;
    font-size: 35px;
    font-family: "Poppins",sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.section-title:before, .pagination:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 6px;
    height: 6px;
    background-color: #cf9b67;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.section-title:after, .pagination:after {
    content: "";
    position: absolute;
    left: 13px;
    bottom: 1px;
    width: 29px;
    height: 2px;
    background-color: #cf9b67;
}
.section-suptitle {
       font-size: 45px;
    color: #f5821f;
    font-family: "Tangerine",cursive;
    -webkit-text-stroke: 1px #f5821f;
    letter-spacing: 1px;
    display: block;
    line-height: 32px;
}
.offer-left{padding-top:15px;}
.offer-item{position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.offer-item:last-child {
  margin-bottom: 0;
}
.offer-item img {
  width: 20%;
  float: left;
  padding: 10px;
  background: #f2f2f2;
}
.offer-item div {
  width: 60%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}
.offer-item div h3 {
  font-size: 20px;
color: #f5821f;
  margin: 9px 0 12px;
  font-family: "Poppins";
  font-weight: 400;
  letter-spacing: .5px;
}
.offer-item div p {
   color: #403f3f;
    font-family: 'Poppins',sans-serif;
    font-size: 14px;
    line-height: 23px;
}
.offer-item .offer-price {
  position: absolute;
  right: 15px;
  top: 50%;
  display: block;
  width: 92px;
  height: 92px;
  line-height: 92px;
  border: 1px solid #ededed;
  -moz-border-radius: 92px;
  -webkit-border-radius: 92px;
  border-radius: 92px;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #000;
  font-size: 26px;
  font-family: "Oswald";
  text-align: center;
  letter-spacing: .5px;
}
.offer-item .offer-price a{display:block;color:#333;position:relative;overflow:hidden;z-index:1;}
.offer-item .offer-price a:hover{color:#fff;}
.offer-item .offer-price a span{position:relative;z-index:1;}
.offer-item .offer-price a:before{content:'';width:0;height:0;border-radius:50%;background-color:#000;position:absolute;left:50%;top:50%;transition:all 0.5s;z-index:0;opacity:0;}
.offer-item .offer-price:hover a:before{content:'';width:100%;height:100%;border-radius:50%;background-color:#000;position:absolute;left:0%;top:0%;transition:all 0.5s;z-index:0;opacity:1;}
.offer-right{position:relative;}
.offer-right img{display:block;width:100%;}
.offer-right a{display:block;width:154px;height:154px;position:absolute;left:50%;top: 50%;
  background: #fff;
  -moz-border-radius: 92px;
  -webkit-border-radius: 92px;
  border-radius: 92px;
  border: 2px solid #F75858;
  text-align: center;
  font-family: 'Poppins',sans-serif;
  color: #F75858;
  font-size: 24px;
  padding-top: 28px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.offer-right a:hover{text-decoration:none;}
.offer-right a span {
  display: block;
  text-align: center;
  font-family: "Poppins",sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  color: #000;
  padding: 0 30px;
  line-height: 30px;
  letter-spacing: .5px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.offer-right a:hover {
  background: #F75858;
  color: #fff;
}
.offer-right a:hover span {
  color: #fff;
}
.section-title.sep-type-2:after, .pagination.sep-type-2:after {
    width: 78px;
    height: 2px;
    left: 50%;
    margin-left: -39px;
    z-index: 0;
}
.section-title.sep-type-2:before, .pagination.sep-type-2:before {
    z-index: 1;
    width: 20px;
    left: 50%;
    margin-left: -10px;
    content: "●";
    color: #cf9b67;
    background: #fff;
    line-height: 6px;
    font-size: 12px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 10px;
    bottom: -6px;
    padding-left: 6px;
    text-align: left;
}
.eventsec{padding:15px;position:relative;top:0px;text-align:center;box-shadow:0 0 1px #ccc;transition:all 0.5s;margin:5px;background-color:#fff;}
.eventsec .eventImgsec{position:relative;overflow:hidden;}
.eventsec:hover{position:relative;top:-3px;box-shadow:0px 5px 9px #aaa;}.eventsec a:hover{text-decoration:none;}
.eventsec img{transform:scale(1);transition:all 0.5s;}
.eventsec:hover img{transform:scale(1.2);}
.eventsec h3{padding-top:15px;font-family:'Niconne',cursive;color:#333;font-size:32px;background-color: #fff;}
.eventsec:hover h3{ color:#C52307}
/*.aboutSec{background-image:url(../images/img_6.jpg);background-size:100%;}*/
.aboutSec{background-color:#F5F5F5}
.aboutsec1{padding:0;display:flex;align-items:center;}
.aboutsec1 h3{    font-family: "Tangerine",cursive;
    font-size: 45px;
    color: #F65A5A;
    -webkit-text-stroke: 1px #f5821f;
    text-shadow: 1px 2px 3px #888;    letter-spacing: 0.5px;}
.aboutsec1 h6{ font-family: "Poppins",cursive;    font-size: 23px;
    letter-spacing: 0.5px;}
.aboutsec1 p{    font-family: 'Poppins',sans-serif;
    font-size: 14px;
    color: #686868;
    letter-spacing: 0.5px;
    line-height: 24px;}
.single-table{
       background: #FFFBF5;
    padding: 46px 55px 25px;
    margin: 13px 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
       box-shadow: 0 0 12px 3px #CACACA;
}
.single-table .table-body .packaeFoodPic{display:none;}
.single-table .default-btn {
  margin-top: 28px;
}
.single-table:hover, .single-table.active {
    box-shadow: 0 0 12px 3px #7B7B7B;
}
.table-area .section-title{margin-bottom: 40px}
.section-title h5{
    color: #303030;
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Playball', cursive;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.table-head h3, .table-body h3{
    color: #303030;
   font-size: 31px;
    font-family: 'Niconne', cursive;
    text-transform: capitalize;
    margin-bottom: 25px;
    font-weight: 400;
    position: relative;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.table-body h3{
    margin-top: 40px;
    margin-bottom: 0;
}
.table-body h3 span{
       color: #15729C;
    margin-left: 10px;
    font-family: 'Poppins',sans-serif;
    font-size: 18px;
    letter-spacing: 2.8px;
    font-weight: 600;
}
.order-btn{display:inline-block;padding:10px 30px;text-transform:capitalize;color:#333;border:2px solid #BCBCBC;margin-top:8px;font-family: 'Poppins',sans-serif;position:relative;z-index:1;border-radius:25px;text-align:center;min-width:150px;}
.order-btn span{position:relative;z-index:1}
.order-btn:hover{color:#fff;border-color:#F46363;text-decoration:none;}
.order-btn:before{position:absolute;top:0;left:20%;width:60%;height:100%;background-color:#F46363;opacity:0;content:'';display:inline-block;transition:all 0.5s;z-index:0;border-radius: 25px;}.order-btn:hover:before{position:absolute;top:0;left:0%;width:100%;height:100%;background-color:#F46363;opacity:1;content:'';display:inline-block;z-index:0;border-radius: 25px;}
.table-head h3::after, .table-body ul::after {
   background: rgba(247, 91, 91, 0.3) none repeat scroll 0 0;
    bottom: -16px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}
.table-body ul{
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}
.table-body ul li {
       color: #303030;
    cursor: pointer;
    display: block;
    font-family: "Poppins",cursive;
    font-size: 14px;
    padding: 6px 0;
    transition: all 0.5s ease 0s;
    text-align: left;
}
#package-carousel .item{padding:20px;}
.table-body ul li span{
    float: right;
}
.table-body ul li:hover, .table-body ul li.active {
    color: #F46363;
}
.testi-bg{background-image:url(../images/testimonials-bg.jpg);background-attachment:fixed;padding:70px 0;}
.colorwhite{color:#fff;}.testimonial-block{position:relative;}
.testimonial-text{font-family:'Poppins',sans-serif;line-height:1.8rem;}
.testimonial-text span.fa-quote-left{position:absolute;top:20px;left:20px;font-size:45px;opacity:0.1;}
.testimonial-text span.fa-quote-right{position:absolute;bottom:20px;right:20px;font-size:45px;opacity:0.1;}
.js-increment.number{font-size:35px;color:#fff;font-family:'Poppins',sans-serif;}
.numberIncremented h3{font-size:25px;color:#fff;font-family:'Poppins',sans-serif;margin-top:10px;}


.ServiceSecPage .menuPageSedesign {padding:0 0 20px;}
footer {
      background: #1C2526;
   
    font-family: 'Poppins',sans-serif;
	background-image:url(../images/footer_bg.jpg);background-size:cover;
}
footer .dark_bg{    background: rgb(245, 130, 31, 0.85);
    padding-top: 60px;}

.bloc-cms img {
     max-width: 250px;
    display: block;
    margin-bottom: 15px;
}
.bloc-cms p {
     color: #e6dacf;
    line-height: 26px;
    font-size: 15px;
    margin-bottom: 25px;
}

.open-hours p {
  color: #e6dac4;
  margin-bottom: 13px;
      display: flex;
    flex: 0 0 100%;
    justify-content: space-between;
    max-width: 70%;
}
.open-hours p strong { color: #e6dacf;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;}
.open-hours p span {
 /* color: #3DB3DD;*/
 
}

.item-tweet {
  overflow: hidden;
  margin-bottom: 20px;
}
.item-tweet:last-child {
  margin-bottom: 0;
}
.item-tweet > i {
  float: left;
  width: 10%;
  color: #cf9b67;
  font-size: 18px;
  margin-top: 2px;
}
.item-tweet > div {
  float: right;
  width: 88%;
}
.item-tweet > div p {
  color: #999999;
  line-height: 22px;
  margin-bottom: 5px;
}
.item-tweet > div p a {
  color: #999999;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.item-tweet > div p a:hover {
  color: #cf9b67;
}
.item-tweet > div span {
  color: #cf9b67;
}


.foot-title {
  display: block;
  font-size: 20px;
  line-height: 22px;
  color: #fff;
  font-family: "Poppins";
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  letter-spacing: 1px;
}
.foot-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 6px;
  height: 6px;
  background-color: #fff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.foot-title:after {
  content: "";
  position: absolute;
  left: 13px;
  bottom: 1px;
  width: 29px;
  height: 2px;
  background-color: #fff;
}
.quickLinks{padding-left:0;}
.quickLinks li{     display: inline-block;
    padding-left: 25px;
    position: relative;
    line-height: 32px;
    width: 49%;}
.quickLinks li a{color:#e6dac4;}.quickLinks li a:hover{text-decoration:none;	}
.quickLinks li:before{    content: '\f178';
    display: block;
    position: absolute;
    width: 30px;
    text-align: center;
    top: 7px;
    left: -6px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #dad6d6;
    font-size: 12px;}
.quickLinks li a:hover{color:#fff;}
.footer-copyright {
    padding: 15px 0;
    /* margin-top: 70px; */
    position: relative;
    background: rgb(169, 81, 6);
}
.footer-copyright p {
  text-align: center;
  color: #e6e6e6;    margin-bottom: 0;font-size:13px;
}
.footer-copyright a { color:#fff; text-decoration:underline}
.cd-top {
	    z-index: 200;
    display: inline-block;
    height: 60px;
    width: 60px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.45);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #A5A5A5 url(../images/top.png) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
.services_bg{background-image:url(../images/bg1.jpg);background-size:cover;padding:100px 0;}
.package_bg{background-image:url(../images/packagebg.jpg);background-size:cover;padding:0;}
.package_bg .dark_bg{padding:80px 0;}
#gallery-carousel .item{padding:10px;}
#gallery-carousel .item .clearfix{box-shadow:0 0 2px #ddd;position:relative;cursor:pointer;top:0;transition:all 0.5s;}
#gallery-carousel .item .clearfix:hover{top:-5px;    box-shadow: 0px 5px 8px #8B8B8B;}
/*#gallery-carousel .item .clearfix .galleryOverLay{position:absolute;top:50%;left:50%;width:0%;height:0%;background-color: rgba(25, 114, 152, 0.34);transform: scale(0.8);transition:all 1s;content:'';display:block;text-align:center;padding-top:33%;opacity:0;}
#gallery-carousel .item .clearfix:hover .galleryOverLay{position:absolute;top:0;left:0%;width:100%;height:100%;background-color: rgba(25, 114, 152, 0.34);transform: scale(0.8);transition:all 1s;content:'';display:block;opacity:1;}
#gallery-carousel .item .clearfix .galleryOverLay span{color:#fff;font-size:30px;position:relative;z-index:10;}
#gallery-carousel .item .clearfix .galleryOverLay:before{position:absolute;top:50%;left:50%;width:0%;height:0%;background-color: rgba(25, 114, 152, 0.34);transform: scale(0.9);transition:all 0.8s;content:'';display:block;}
#gallery-carousel .item .clearfix:hover .galleryOverLay:before{position:absolute;top:0%;left:0%;width:100%;height:100%;background-color: rgba(25, 114, 152, 0.34);transform: scale(0.9);transition:all 0.8s;content:'';display:block;}
*/
/*=======================================================About Us Page ================================================*/
.aboutbg{background-image:url(../images/about_bg.png);background-size:100%;}
.aboutbg .dark_bg{padding:160px 0 40px;background-color: rgba(0,0,0,0.58);}
.aboutbg .dark_bg h1{color:#fff;font-size:35px;font-family:'Poppins',sans-serif;font-weight:300;text-align:center;    text-transform: capitalize;
    margin-top: 23px;}
.aboutPageContent p{font-family:'Poppins',sans-serif;text-align:justify;    font-size: 15px;
    line-height: 25px;}
.aboutbg .dark_bg .title_bottom{background-image:url(../images/heading-dark.png);width:100%;max-width:121px;margin:0 auto;background-size:100%;   height:20px;display:block;background-repeat:no-repeat;-webkit-filter: brightness(100%);}
.aboutPageContent h1{font-size:35px;position:relative;font-family:'Poppins',sans-serif;padding-bottom:15px;margin-bottom:30px;}
.aboutPageContent h1:after{position:absolute;height:2px;background-color:#f5821f;width:75px;bottom:5px;content:'';left:0;}
.aboutPageContent h1:before{position:absolute;height:10px;background-color:#f5821f;width:10px;bottom:1px;content:'';border:2px solid #fff;    border-radius:50%;display:inline-block;z-index:1;}
.contactPageContent{background-color:#f3f3f3;}
.bgColourContact{background-color:#fff;box-shadow: 0 0 25px #969494;}
.bgColourContact .form_bg{background-color:#f5821f;position:relative;padding:20px;}
.bgColourContact .form_bg:before{content:'';display:inline-block;border-right:25px solid #f5821f;position:absolute;left:-24px;border-top:25px solid transparent;top:20px;left:-24px;border-bottom:25px solid transparent;}
.bgColourContact{font-family:'Poppins',sans-serif;}
.bgColourContact .addressContent{padding:30px;}
.bgColourContact .addressContent h1{font-size:20px;}
.bgColourContact .addressContent p{font-size:13px;}
.bgColourContact .addressContent ul{padding-left:0;}
.bgColourContact .addressContent ul li{position:relative;padding-left:35px;font-size:13px;display:block;line-height:26px;margin-bottom:10px;} 
.bgColourContact .addressContent ul li span.fa{position:absolute;top:6px;left:0;font-size:16px;color:#1E9ACA;text-shadow:2px 2px 2px #D0D0D0;}
.bgColourContact .addressContent h3{font-size:21px;margin-bottom:15px;color:#339DC5;margin-top: 20px;}
.form_bg .rpos{position:relative;}
.form_bg .rpos .form-control{background-color:transparent;border-radius:0;height:45px;padding:10px 10px 10px 35px;color:#fff;font-size:14px;}
.form_bg .rpos .form-control:hover{border-color:#000;}
.form_bg .rpos .form-control:focus{    outline: 0;
    box-shadow: none;
    border: 1px solid #fff;}
.mapFrame{padding:0;}
.form_bg .rpos .form-control::-webkit-input-placeholder{color:#fff;}
.form_bg .rpos .form-control::-moz-placeholder{color:#fff;}
.form_bg .rpos .form-control::-ms-input-placeholder{color:#fff;}
.form_bg .rpos .form-control::-moz-placeholder{color:#fff;}
.form_bg .rpos em.fa{position:absolute;top:0;left:0;width:35px;height:45px;text-align:center;line-height:42px;color: #fff;}
.form_bg .rpos textarea.form-control{height:120px;}
.form_bg .rpos .order-btn{display:block;text-align:center;color:#f5821f;border-color:#fff; border-width: 1px;} 
.gallerySec .responsiveImg{width:100%;}
.gallerySec .imagesec{    margin: 0px -5px 20px;
    overflow: hidden;
    cursor: pointer;
    /* width: 100%; */
    padding-bottom: 80%;transition: all 0.5s;
    position: relative;
    box-shadow:0 0 15px #4E4E4E;}
.gallerySec .imagesec:hover{box-shadow:2px 4px 29px #4E4E4E;}
.gallerySec .imagesec img{    transition: all 0.5s;
    position: absolute;
    width: 100%;
    height: 100%;}
.gallerySec .imagesec:hover img{transform:scale(1.5) rotate(15deg);}


.menuPageSedesign{border-radius:2px;box-shadow:0 0 10px #ccc;padding:20px;font-family:'Poppins',sans-serif;text-align:center;overflow:hidden;/*background-color:#fff;*/position:relative;margin-bottom:25px;z-index:5;}
.menuPageSedesign:before{content:'';display:block;width:100%;height:100%;position:absolute;top:0;left:0;transition:all 0.5s;z-index:0;}
.menuPageSedesign.menu1:before{background-color:#C4EEFF;}
.menuPageSedesign.menu2:before{background-color:#FFE4E4;}
.menuPageSedesign.menu3:before{background-color:#C4FFD6;}
.menuPageSedesign.menu4:before{background-color:rgba(255, 203, 151, 0.82);}
.menuPageSedesign:hover:before{content:'';display:block;width:0%;height:0%;position:absolute;top:50%;left:50%;z-index:0;}
.menuPageSedesign:hover:after{content:'';display:block;width:150%;height:150%;position:absolute;top:-25%;left:-25%;transition:all 0.5s;z-index:0;border-radius:50%	;}
.menuPageSedesign:after{content:'';display:block;width:0%;height:0%;background-color:#FFE7A4;position:absolute;top:50%;left:50%;z-index:0;border-radius:50%;transition:all 0.5s;}
.menuPageSedesign img{    position: relative;
    z-index: 10;
    max-width: 235px;}
.ServiceSecPage .menuPageSedesign img{max-width:100%}
.menuPageSedesign h3{font-size:18px;font-family:'Poppins',sans-serif;z-index:10;margin-bottom:0;margin-top:20px;line-height:30px;color:#000;    position:relative;letter-spacing:0.5px;word-spacing:0.5px;transition:all 0.5s;}
.menuPageSec a:hover{text-decoration:none;}
.menuPageSedesign span.fronthover{    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;}
.menuPageSedesign span.fronthover:before{position:absolute;top:0;left:0;width:0%;height:0%;z-index:10;transition:all 0.5s;content:'';display:block;}
.menuPageSedesign:hover span.fronthover:before{position:absolute;top:5%;left:5%;width:90%;height:90%;background-color:rgba(23, 112, 147, 0.4);z-index:10;content:'';display:block;}
.menuPageSedesign span.fronthover:after{position:absolute;bottom:0;right:0;width:0%;height:0%;z-index:10;transition:all 0.5s;content:'';display:block;}
.menuPageSedesign:hover span.fronthover:after{position:absolute;bottom:5%;right:5%;width:90%;height:90%;background-color:rgba(23, 112, 147, 0.4);z-index:10;content:'';display:block	;}

.menuPageSedesign button,.menuPageSedesign a{    position: relative;
    z-index: 10;    background-color: transparent;
    transition: all 0.5s;
    opacity: 0;top:100%;
    /* position: absolute; */
    /* bottom: -20%; */}
.servicepageSec{position:relative;}
.menuPageSedesign:hover h3{transform:translateY(-150px);color:#fff;text-shadow:2px 2px 3px #14709E;/*position:absolute;bottom:0;width:100%;*/	}
.menuPageSedesign:hover button,.menuPageSedesign:hover a{    /* transform: translateY(-120px); */
    color: #fff;
    text-shadow: 2px 2px 3px #14709E;
    display: inline-block;
    top: 63%;
    opacity: 1;
    z-index: 100;}
.ServiceSecPage a:hover{text-decoration:none;}
.servicepageSec-Content{margin-bottom:30px;}
.servicepageSec-Content p{text-align:center;max-width:800px;font-family:'Poppins',sans-serif;margin: 0 auto 15px;}
.ServiceSecPage .menuPageSedesign h3{font-size:15px;color:#000;}
.ServiceSecPage .menuPageSedesign:hover h3{    font-size: 15px;
    color: #000;
    transform: translateY(0px);
    text-shadow: none;}
.RegularEachSec{box-shadow:0 0 10px #ccc;padding:20px;margin:0 -5px 20px;background-color:#fff;border-radius:5px;position:relative;min-height: 172px;}
.RegularEachSec h3{font-family:'Poppins',sans-serif;font-size:23px;/*text-align:center;*/margin:-20px -20px 0;padding:20px 10px;text-transform:capitalize;background-color:rgba(256,256,256,0.5);position:relative;}
.RegularEachSec h3:after{    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 20%;
    height: 2px;
    background-color: #16739B;
    content: '';
    display: block;}
.RegularEachSec ul{padding-left:0;margin-bottom:0;position:relative;z-index:1;}
.RegularEachSec ul li{    display: block;
    position: relative;
    padding-left: 20px;
    font-family: 'Poppins',sans-serif;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 5px;
    text-shadow: 0 0 2px #C5C5C5;
    color: #000;
    font-weight: 400;}
.RegularEachSec ul.list3{float:left;}
.RegularEachSec ul.list3 li{float:left;width:33.33%;}
.RegularEachSec ul li:before{content:'\f046';display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;position:absolute;top:6px;left:0;font-size:12px;color:#0E88B7;}
.regualreachsecImg{    position: absolute;
    bottom: 0;
    right: 0;
    /* width: 90px; */
    /* height: 90px; */
    opacity: 0.5;
    z-index: 0;}
.regualreachsecImg img{    max-width: 200px;max-height:150px;}



.partyMenuSec1{    background-image: url(../images/sec1_bg.jpg);
    background-size: cover;
    background-attachment: fixed;position:relative;
    background-position: center center;}
.partyMenuSec1:after{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);content:'';display:block;}
.partyMenuSec1 .container{position:relative;z-index:1;}
.partyMenuSec1 ul{padding-left:0;max-width:65%;border-radius:2px;box-shadow:0 0 9px #989898;width:100%;margin:0 auto 50px;background-color:#fff;}
.partyMenuSec1 ul li{display:flex;justify-content:space-around;font-family:'Poppins',sans-serif;padding:3px 0;border-bottom:1px dashed #ddd;    font-size:15px;letter-spacing:0.5px;color:#313131;}
.partyMenuSec1 ul li.topHead{background-color:#9A3610;color:#fff;padding:12px 0;margin-bottom:6px;}
.partyMenuSec1 ul li:hover{background-color:#FFE5E5;}
.partyMenuSec1 ul li.topHead:hover{background-color:#9A3610;}
.partyMenuSec1 ul a:hover{text-decoration:none;}
.partyMenuSec1 ul li span{display:block;text-align:center;width:100%;}
.partyMenuSec1 ul li span:first-child{text-align:right;max-width:200px;}
.partypagetitle{text-align:center;color:#fff;font-family:"Tangerine",cursive;font-size:62px;font-weight:600;text-shadow:4px 4px 5px #C5C5C5;    -webkit-text-stroke:1px #fff;padding:30px 0;}

.partypagetitle.dark{text-align:center;color:#000;font-family:"Tangerine",cursive;font-size:62px;font-weight:600;text-shadow:4px 4px 5px #676565;    -webkit-text-stroke:1px #000;padding:30px 0;}

.partyMenuSec1 .noteSec{background-color:rgba(0,0,0,0.5);position:relative;z-index:2;}
.partyMenuSec1 .noteSec p{display:flex;width:100%;color:#fff;justify-content:space-between;margin-bottom:5px;font-family:'Poppins',sans-serif;
font-size:13px;font-weight:500;margin-top:5px;letter-spacing:0.5px;}
.partyMenuSec1 .noteSec p span{display:inline-block;}
.partyMenuSec2{background-image:url(../images/soup-back.jpg);background-size:cover;background-attachment:fixed;position:relative;  background-position:top center;}
.partyMenuSec2:after{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);content:'';display:block;}
.partyMenuSec2 .container{position:relative;z-index:1;}

/* ========================== akz new css ========================== */
#fixed-social{position:fixed;top:200px;z-index: 9999;}
#fixed-social a{color:#fff;display:block;height:40px;position:relative;text-align:center;line-height:40px;width:40px;margin-bottom:1px;z-index:2}
#fixed-social a:hover>span{visibility:visible;left:41px;opacity:1}
#fixed-social a span{line-height:40px;left:60px;position:absolute;text-align:center;width:120px;visibility:hidden;transition-duration:.5s;z-index:1;opacity:0}
.fixed-facebook{background-color:#3b5998}
.fixed-facebook span{background-color:#3b5998}
.fixed-twitter{background-color:#00aced}
.fixed-twitter span{background-color:#00aced}
.fixed-gplus{background-color:#c32f10}
.fixed-gplus span{background-color:#c32f10}
.fixed-linkedin{background-color:#0976b4}
.fixed-linkedin span{background-color:#0976b4}
.fixed-instagrem{background-color:#E55645}
.fixed-instagrem span{background-color:#E55645}


.fixed_social {position:fixed;top:240px;right: 0;z-index: 9999;}
.fixed_social a{display:block;height:40px;position:relative;line-height:40px;width:40px;z-index:2;box-shadow: 0 0 5px #ccc;margin-bottom:5px;text-align: center;}
.fixed_social a:hover>span{visibility:visible;right:43px;opacity:1}
.fixed_social a span{line-height:40px;right:80px;position:absolute;text-align:center;width:150px;visibility:hidden;transition-duration:.5s;z-index:1;opacity:0;color:#fff;background:#f5821f;    box-shadow: 0 0 5px 0px #888;}
.fixed_social .fixed-facebook{background-color:#fff}
.fixed_social .fixed-facebook span{background-color:#f5821f}
.fixed_social .fixed-twitter{background-color:#fff}
.fixed_social .fixed-twitter span{background-color:#f5821f}
.fixed_social .fixed-gplus{background-color:#fff}
.fixed_social .fixed-gplus span{background-color:#f5821f}
/*end fixed social*/
/* ========================== akz new css ========================== */
.sticky .customeNav li a {padding: 9px 10px;}
.fssai_logos {max-width:250px;position:absolute;top:5px;right:15px;transition-duration:0.40s;}
.sticky .fssai_logos{max-width:156px;position:absolute;right:25px;top:2px}
.customeNav li:last-child{display:inline-block;padding-right:0}
a.back_to_menu:hover{text-decoration:none}
a.cd-top.back_to_menu{width:150px;border-radius:3px;height:auto;font-weight:500;padding:9px;line-height:initial;overflow:visible;text-align:center;text-indent:initial;background:#005aad;color:#fff}
a.cd-top.back_to_menu.cd-fade-out{opacity:1}
/* ========================== akz new css ========================== */

.partypageSec1{background-image:url(../images/partypage_bg1.png);background-size:cover;position:relative;  background-position:top center;}
.partypageSec1:after{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.3);content:'';display:block;}
.partypageSec1 .container{position:relative;z-index:1;}
.partypageSec1 ul{padding-left:0;max-width:65%;border-radius:2px;width:100%;margin:0 auto 50px;}
.partypageSec1 ul li{display:flex;justify-content:space-around;font-family:'Poppins',sans-serif;padding:3px 0;border-bottom:1px dashed #ddd;    font-size:15px;letter-spacing:0.5px;color:#fff;}
.partypageSec1 ul li span{display:block;text-align:center;width:100%;}
.partypageSec1 ul li span:first-child{text-align:right;max-width:200px;}
.partypageSec1 ul li:hover{background-color:#604D43;color: #fff;}
.partypageSec1 ul a:hover{text-decoration:none;}
.partypageSec1 ul li.topHead{color:#fff;padding:12px 0;margin-bottom:6px;font-weight:600;font-size:18px;}
.partypageSec1 ul li.topHead:hover{background-color:transparent;}


.partypageSec1 ul li h4{margin-bottom:0;padding:5px;}
.partypageSec2{background-image:url(../images/soup-back.jpg);background-size:cover;position:relative;background-position:top center;padding:100px 0;}
.partypagelisting {padding-left:0;}
.partypagelisting li{font-family:'Poppins',sans-serif;display:block;font-weight:500;font-size:15px;line-height:27px;padding-left:25px;position:relative;}
.partypagelisting li:before{content:'\f105';display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering: auto;-webkit-font-smoothing:antialiased;position:absolute;top:5px;left:8px;}

.partypageSec2 ul{float:left;width:100%;max-width:80%;margin:0 10%;}
.partypageSec2 ul li{float:left;width:33.33%;color:#212121;	}

.partypageSec3{background-image:url(../images/chats-background.jpg);background-size:cover;position:relative;background-position:top center;padding:135px 0;}
.partypageSec3 ul{float:left;width:100%;max-width:76%;margin:0px 12%;}
.partypageSec3 ul li{float:left;width:33.33%;color:#fff;	}
.partypageSec3 h3.partypagetitle{text-shadow:3px 2px 3px #A26130}

.partypageSec4{    background-image: url(../images/bread_roti.jpg);
    background-size: cover;
    position: relative;
    background-position: bottom -216px center;
    padding: 41px 0 41px;}
.partypageSec4 ul{    float: left;
    width: 100%;
    max-width: 76%;
    margin: 172px 12% 0px;	}
.partypageSec4 ul li{float:left;width:33.33%;color:#000;	}
.partypageSec5{    background-image: url(../images/colour-rice.jpg);
    background-size: cover;
    position: relative;
    background-position: bottom -216px center;
    padding: 41px 0 41px;}
.partypageSec5 ul{    float: left;
    width: 100%;
    max-width: 76%;
       margin: 0 auto 80px;	}
.partypageSec5 ul li{float:left;width:33.33%;color:#000;	}

.partypageSec6{      background-image: url(../images/dal.jpg);
    background-size: 100% 100%;
    position: relative;
    background-position: center center;
    padding: 50px 0;}
.partypageSec6 ul{    float: left;
    width: 100%;
    max-width: 50%;
       margin: 0 auto 0px;	}
.partypageSec6 ul li{float:left;width:50%;color:#000;	}

.partypageSec7{      background-image: url(../images/panner.jpg);
    background-size: cover;
    position: relative;
    background-position: center center;
    padding: 50px 0 150px;}
.partypageSec7 ul{     float: right;
    width: 100%;
    max-width: 70%;
    margin-right: 0;
    margin-bottom: 120px;	}
.partypageSec7 ul li{float:left;width:33.33%;color:#000;line-height:35px;	}

.partypageSec8{      background-image: url(../images/dry-subzi.jpg);
    background-size: cover;
    position: relative;
    background-position: center center;
    padding: 50px 0 150px;}
.partypageSec8 ul{     float: left;
    width: 100%;
    max-width: 70%;
    margin-bottom: 120px;
    margin: 0 15% 120px;	}
.partypageSec8 ul li{float:left;width:33.33%;color:#000;line-height:35px;	}

.partypageSec9{      background-image: url(../images/raita.jpg);
    background-size: cover;
    position: relative;
    background-position: center center;
    padding: 50px 0 150px;}
.partypageSec9 ul{     float: left;
    width: 100%;
    max-width: 60%;
    margin-bottom: 120px;
    margin: 0 0 120px;	}
.partypageSec9 ul li{float:left;width:50%;color:#000;line-height:35px;	}

.partypageSec10{    background-image: url(../images/desserts.jpg);
    background-size: 100% 100%;
    position: relative;
    background-position: center bottom;
    padding: 10px 0 240px;}
.partypageSec10 ul{     float: right;
    width: 100%;
    max-width: 67%;
    margin-bottom: 120px;
    margin: 0 10% 120px;}
.partypageSec10 ul li{float:left;width:33.33%;color:#fff;line-height:35px;	}

.partypageSec11{    background-image: url(../images/salad.jpg);
    background-size: cover;
    position: relative;
    background-position: center right;
    padding: 10px 0 140px;}
.partypageSec11 ul{    float: left;
    width: 100%;
    max-width: 76%;
    margin-bottom: 120px;
    margin: 0 0 120px;}
.partypageSec11 ul li{float:left;width:33.33%;color:#fff;line-height:35px;	}

.partypageSec12{     background-image: url(../images/pappads.jpg);
    background-size: cover;
    position: relative;
    background-position: center bottom;
    padding: 10px 0 155px;}
.partypageSec12 ul{    float: left;
    width: 100%;
    max-width: 90%;
    margin-bottom: 120px;
    margin: 0 5% 120px;}
.partypageSec12 ul li{float:left;width:50%;color:#fff;line-height:35px;	}

.partypageSec13{  background-image: url(../images/rajastani.jpg);
    background-size: cover;
    position: relative;
    background-position: center bottom;
    padding: 70px 0px 70px;}
.partypageSec13 ul{float: left;
    width: 100%;
    max-width: 90%;
    margin-bottom: 120px;
    margin:0 5% 60px;}
.partypageSec13 ul li{float:left;width:100%;color:#000;line-height:35px;	}
.partypageSec13 h3.partypagetitle small{    font-size: 14px;
    font-weight: 600;
    font-family: 'Poppins',sans-serif;
    letter-spacing: .5px;
    color: #000000;
    -webkit-text-stroke: 0;
    text-shadow: none;
    display: block;}
	
.partypageSec14{  background-image: url(../images/south.jpg);
    background-size: cover;
    position: relative;
    background-position: center bottom;
    padding: 70px 0px 70px;}
.partypageSec14 ul{float: left;
    width: 100%;
    max-width: 90%;
    margin-bottom: 120px;
    margin:0 0 120px;}
.partypageSec14 ul li{ float: left;
    width: 100%;
    color: #FFF;
    line-height: 35px;
    text-shadow: 2px 2px 2px #232323;	}
.partypageSec14 h3.partypagetitle small{    font-size: 14px;
    font-weight: 600;
    font-family: 'Poppins',sans-serif;
    letter-spacing: .5px;
    color: #000000;
    -webkit-text-stroke: 0;
    text-shadow: none;
    display: block;}
.party_bg{background-image:url(../images/party_bg.jpg);}
.party_bg .dark_bg h1{color:#fff;}
.party_bg .dark_bg{background-color:rgba(0,0,0,0.5);}
.party_bg .dark_bg .title_bottom{-webkit-filter:brightness(100%)}

.partypageSec1 .noteSec{color:#fff;position:relative;z-index:10;}
.partypageSec1 .noteSec p{margin-bottom:0;font-family:'Poppins',sans-serif;font-size:14px;display:flex;justify-content:space-between;}
.partypageSec1 .noteSec p em{    color: #FF2929;
    font-style: normal;
    font-weight: 500;
    margin: 0 5px;
    text-shadow: 1px 1px 2px #E24646;}
.slidetoggleForm{position:fixed;top:25%;right:-250px;z-index:10;transition:all 0.5s;}
.slidetoggleForm.open{right:0px;}
.slidetoggleFormInner{position:relative;width:250px;background-color:#fff;padding:10px;}
.slidetoggleForm.open .slidetoggleFormInner{box-shadow:0 0 5px #333;}
.slidetoggleFormInner img{position:absolute;top:0;right:100%;max-width:40px;cursor:pointer;}
.slidetoggleFormInner .form-control{border-radius:0px;font-family:'Poppins',sans-serif;	font-size:14px;}

@media (max-width: 991px){ 
	.logoCol .logo img{transition:all 0.5s;    max-width: 275px;}
	.aboutbg{background-size:cover}
	.aboutPageContent p{font-size: 14px;}
	.colimn1-order2{order:2;float:left;}
	.colimn2-order1{odrer:1;}
	.colimn3-order3{odrer:4;}
	 .single-table{padding-left:15px;padding-right:15px;}
	 .aboutSec img{display:none;}.offset-1{margin-left:0;}
	 .open-hours p{max-width:100%;}
	 .numberIncremented h3{margin-bottom:50px;}
	 .aboutSec{padding:50px 30px;}
	 .eventsec h3{font-size:24px;}
	 .offset-2{margin-left:0;}
	 .nav-top{display:none;}
	 .visible-xs.menu-mobile{display:block; position:relative ;  /* display: block; */
    width: 40px;
    height: 40px;
    /* background-color: #f00; */
    visibility: visible !important;
    border: 0;
    position: absolute;
    top: 18px;
    right: 10px;
    border: 1px solid #ddd;
    background-color: #fff;transition:all 0.4s;
    border-radius: 2px;}
	.sticky .menu-mobile.visible-xs{top:20px}
	/* .menu-mobile.visible-xs.cross:before{content:'\f00d';color:#f00;} */
.menu-mobile.visible-xs.cross:before{    content: '\f0c9';color: #f00;}
/*	.menu-mobile.visible-xs.cross .icon-bar{background-color:#f00;}
	.menu-mobile.visible-xs.cross .icon-bar:first-child{margin-top:5px;transform:rotate(45deg);}
	.menu-mobile.visible-xs.cross .icon-bar:last-child{margin-top:-5px;transform:rotate(-45deg);}
	.menu-mobile.visible-xs.cross .icon-bar:nth-child(2){opacity:0;}*/
	.navbar-collapse{display:none;transition:all 0.5s;}
.customeNav {background-color:#fff;z-index:3000;padding-bottom:15px;}.customeNav li{display:block;}.customeNav li a{    padding: 4px;
    line-height: 27px;
    text-align: center;
    border-bottom: 1px dashed #ddd;
    font-size: 14px;}
 .visible-xs:before{content:'\f0c9';position:absolute;top:0;left:0;color:#000;    display: inline-block;    padding-top: 10px;
    font: normal normal normal 14px/1 FontAwesome;width:40px;height:40px;text-align:center;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;}
	.partypageSec1 ul,.partypageSec2 ul,.partypageSec3 ul,.partypageSec4 ul,.partypageSec5 ul,.partypageSec6 ul,.partypageSec6 ul,.partypageSec7 ul{max-width:100%;margin:0 0 50px	;}
	.partypageSec1 .noteSec p span{display:block}
	.partypageSec1 .noteSec p{display:block;}
	.partypageSec1 .noteSec{padding-bottom:20px;}
	.partypageSec1 ul li.topHead{font-size:15px;}
	.partypageSec1 ul li{font-size:14px;}
	.partypageSec4{background-position: bottom -60px center;}
	.partypageSec5{    background-position: center top;padding:0;}
	.partypageSec5 ul{margin-bottom:150px;}
	.partypageSec5 ul li{width:50%;}
	.partypageSec4 ul{    margin-top: 40px;
    margin-bottom: 0;}
	.partypageSec6{    background-size: cover;    background-position: left -220px center;}
	.partypageSec6 ul li{width:100%;}
	.partypageSec7{    background-position: right top;}
	.partypageSec7 ul li{width:50%}
	.partypageSec8 ul,.partypageSec10 ul{max-width:100%;margin:0 0 50px;}
	.partypageSec10 ul li{    text-shadow: 2px 1px #4A4A4A;}
	.partypageSec11 ul li{width:50%;}
.cd-top{width:40px;height:40px;    background-size: 51%;}
	 }
 @media (max-width: 768px){	 
 .bgColourContact .form_bg:before {
    content: '';
    display: inline-block;
    border-bottom: 25px solid #f5821f;
    position: absolute;
     border-top: none;
    border-left: 25px solid transparent;
    top: -20px;
    left: 40%;
    border-right: 25px solid transparent;
}
	 .RegularEachSec ul.list3 li{width:50%}
	 .aboutPageContent h1{font-size:30px;margin-top:10px;margin-bottom:10x;}
 }
 @media (max-width: 600px){
	 .slidetoggleFormInner img{max-width:28px;}
	 .menuPageSedesign:hover h3{transform:translateY(0px);color:#fff;text-shadow:2px 2px 3px #14709E;/*position:absolute;bottom:0;width:100%;*/	}
	 .menuPageSedesign button, .menuPageSedesign a{position:static;transform:translateY(0px);opacity:1;}
	 .menuPageSedesign:hover button, .menuPageSedesign:hover a{transform:translateY(0px);}
.menuPageSedesign span.fronthover{position:static;display:block;}
	 .menuPageSedesign:hover button, .menuPageSedesign:hover a{}
	 .partypageSec2 ul li,.partypageSec3 ul li,.partypageSec4 ul li,.partypageSec8 ul li,.partypageSec10 ul li{width:50%;}
	 .partypageSec4 {
    background-position: bottom 63px center;
    background-size: 174%;
}.partypageSec6 {
    background-size: cover;
    background-position: right 0 center;
}
.partypageSec9 ul{max-width:100%}
.partypageSec9{background-position:center left;}
.partypageSec11{background-position:center left;}
.partypageSec11 ul{max-width:100%;}
.partypageSec12 ul{margin-bottom:50px;}
.partypageSec12 {
    background-image: url(../images/pappads.jpg);
    background-size: 188% 100%;
    position: relative;
    background-position: center bottom;
    padding: 10px 0 268px;
}.partypageSec13{    background-position: center right 23%;}

	 
	 .table-body ul{margin-bottom:18px;}
	 .single-table .table-body .packaeFoodPic{display:block;text-align:center;}
	  .single-table .table-body .packaeFoodPic img{max-width:450px;margin: 0 auto;}
 .padd-100{padding:50px 0;	}
	 .package_bg{background-image:url(../images/plain_bg.png);background-size:100%;}
	 .services_bg{padding:50px 0;}
	 .package_bg .dark_bg{background-color:rgba(256,256,256,0.7);padding:40px 0;}
	 .section-title, .pagination{font-size:25px}
	 .aboutsec1 h3{font-size:30px;}
	 .offer-right a{ 
    width: 100px;
    height: 100px;
    font-size: 15px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);}
	.carousel-caption h3:first-child{font-size:30px;}
/*	.offer-item div p{display:none}*/
	.offer-item img{width:33%;}
	.offer-item div{width:65%;    padding-left: 15px;padding-right:0;}
	.offer-item div h3{font-size:17px;}
	.offer-item:last-child{margin-bottom:25px;}
	 .offer-right a span{    font-size: 14px;
    padding: 1px;}
.offer-item .offer-price{    width: 50px;
    height: 50px;
    line-height: 28px;
    padding-top: 10px;}
	footer .dark_bg{padding-top:40px;}

 }
  @media (max-width: 450px){	
  .aboutbg{background-size:cover}
	 .RegularEachSec ul.list3 li{width:100%}
	 .fullWidth{width:100%;max-width:100%;    flex: 0 0 100%;}
	 .bgColourContact .addressContent {
    padding: 15px;}
	.contactPageContent .bgColourContact{margin:0 -30px;}
	.bgColourContact .addressContent h3{font-size:18px;margin-top:5px;}
	.bgColourContact .addressContent ul li{font-size:12px;padding-left:27px;    line-height: 21px;}


 }
 @media (max-width: 360px){	
 .partypageSec2 ul li, .partypageSec3 ul li, .partypageSec4 ul li, .partypageSec5 ul li, .partypageSec6 ul li, .partypageSec7 ul li, .partypageSec8 ul li, .partypageSec9 ul li, .partypageSec10 ul li, .partypageSec11 ul li, .partypageSec12 ul li{width:100%;}
  .partypageSec2, .partypageSec3, .partypageSec4 , .partypageSec5 , .partypageSec6, .partypageSec7 , .partypageSec8 , .partypageSec9 , .partypageSec10 , .partypageSec11 , .partypageSec12 {background-size: cover;}
  .partypagetitle,.partypagetitle.dark{font-size:40px;}
  .logoCol .logo img{max-width:250px;}
 }
/*====================================================================================Icons**==============================================*/
 /* Font Awesome Free 5.0.3 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont3e6e.eot?v=4.7.0');src:url('../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont3e6e.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont3e6e.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont3e6e.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont3e6e.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}



/*************************************************************************ionic Icons**********************************************************************/

/*!
  Ionicons, v4.1.1
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/@font-face{font-family:"Ionicons";src:url("../fonts/ionicons188f.eot?v=4.1.1");src:url("../fonts/ionicons188f.eot?v=4.1.1#iefix") format("embedded-opentype"),url("../fonts/ionicons188f.woff2?v=4.1.1") format("woff2"),url("../fonts/ionicons188f.woff?v=4.1.1") format("woff"),url("../fonts/ionicons188f.ttf?v=4.1.1") format("truetype"),url("../fonts/ionicons188f.svg?v=4.1.1#Ionicons") format("svg");font-weight:normal;font-style:normal}.ion,.ionicons,.ion-ios-add:before,.ion-ios-add-circle:before,.ion-ios-add-circle-outline:before,.ion-ios-airplane:before,.ion-ios-alarm:before,.ion-ios-albums:before,.ion-ios-alert:before,.ion-ios-american-football:before,.ion-ios-analytics:before,.ion-ios-aperture:before,.ion-ios-apps:before,.ion-ios-appstore:before,.ion-ios-archive:before,.ion-ios-arrow-back:before,.ion-ios-arrow-down:before,.ion-ios-arrow-dropdown:before,.ion-ios-arrow-dropdown-circle:before,.ion-ios-arrow-dropleft:before,.ion-ios-arrow-dropleft-circle:before,.ion-ios-arrow-dropright:before,.ion-ios-arrow-dropright-circle:before,.ion-ios-arrow-dropup:before,.ion-ios-arrow-dropup-circle:before,.ion-ios-arrow-forward:before,.ion-ios-arrow-round-back:before,.ion-ios-arrow-round-down:before,.ion-ios-arrow-round-forward:before,.ion-ios-arrow-round-up:before,.ion-ios-arrow-up:before,.ion-ios-at:before,.ion-ios-attach:before,.ion-ios-backspace:before,.ion-ios-barcode:before,.ion-ios-baseball:before,.ion-ios-basket:before,.ion-ios-basketball:before,.ion-ios-battery-charging:before,.ion-ios-battery-dead:before,.ion-ios-battery-full:before,.ion-ios-beaker:before,.ion-ios-bed:before,.ion-ios-beer:before,.ion-ios-bicycle:before,.ion-ios-bluetooth:before,.ion-ios-boat:before,.ion-ios-body:before,.ion-ios-bonfire:before,.ion-ios-book:before,.ion-ios-bookmark:before,.ion-ios-bookmarks:before,.ion-ios-bowtie:before,.ion-ios-briefcase:before,.ion-ios-browsers:before,.ion-ios-brush:before,.ion-ios-bug:before,.ion-ios-build:before,.ion-ios-bulb:before,.ion-ios-bus:before,.ion-ios-business:before,.ion-ios-cafe:before,.ion-ios-calculator:before,.ion-ios-calendar:before,.ion-ios-call:before,.ion-ios-camera:before,.ion-ios-car:before,.ion-ios-card:before,.ion-ios-cart:before,.ion-ios-cash:before,.ion-ios-cellular:before,.ion-ios-chatboxes:before,.ion-ios-chatbubbles:before,.ion-ios-checkbox:before,.ion-ios-checkbox-outline:before,.ion-ios-checkmark:before,.ion-ios-checkmark-circle:before,.ion-ios-checkmark-circle-outline:before,.ion-ios-clipboard:before,.ion-ios-clock:before,.ion-ios-close:before,.ion-ios-close-circle:before,.ion-ios-close-circle-outline:before,.ion-ios-cloud:before,.ion-ios-cloud-circle:before,.ion-ios-cloud-done:before,.ion-ios-cloud-download:before,.ion-ios-cloud-outline:before,.ion-ios-cloud-upload:before,.ion-ios-cloudy:before,.ion-ios-cloudy-night:before,.ion-ios-code:before,.ion-ios-code-download:before,.ion-ios-code-working:before,.ion-ios-cog:before,.ion-ios-color-fill:before,.ion-ios-color-filter:before,.ion-ios-color-palette:before,.ion-ios-color-wand:before,.ion-ios-compass:before,.ion-ios-construct:before,.ion-ios-contact:before,.ion-ios-contacts:before,.ion-ios-contract:before,.ion-ios-contrast:before,.ion-ios-copy:before,.ion-ios-create:before,.ion-ios-crop:before,.ion-ios-cube:before,.ion-ios-cut:before,.ion-ios-desktop:before,.ion-ios-disc:before,.ion-ios-document:before,.ion-ios-done-all:before,.ion-ios-download:before,.ion-ios-easel:before,.ion-ios-egg:before,.ion-ios-exit:before,.ion-ios-expand:before,.ion-ios-eye:before,.ion-ios-eye-off:before,.ion-ios-fastforward:before,.ion-ios-female:before,.ion-ios-filing:before,.ion-ios-film:before,.ion-ios-finger-print:before,.ion-ios-fitness:before,.ion-ios-flag:before,.ion-ios-flame:before,.ion-ios-flash:before,.ion-ios-flash-off:before,.ion-ios-flashlight:before,.ion-ios-flask:before,.ion-ios-flower:before,.ion-ios-folder:before,.ion-ios-folder-open:before,.ion-ios-football:before,.ion-ios-funnel:before,.ion-ios-gift:before,.ion-ios-git-branch:before,.ion-ios-git-commit:before,.ion-ios-git-compare:before,.ion-ios-git-merge:before,.ion-ios-git-network:before,.ion-ios-git-pull-request:before,.ion-ios-glasses:before,.ion-ios-globe:before,.ion-ios-grid:before,.ion-ios-hammer:before,.ion-ios-hand:before,.ion-ios-happy:before,.ion-ios-headset:before,.ion-ios-heart:before,.ion-ios-heart-dislike:before,.ion-ios-heart-empty:before,.ion-ios-heart-half:before,.ion-ios-help:before,.ion-ios-help-buoy:before,.ion-ios-help-circle:before,.ion-ios-help-circle-outline:before,.ion-ios-home:before,.ion-ios-hourglass:before,.ion-ios-ice-cream:before,.ion-ios-image:before,.ion-ios-images:before,.ion-ios-infinite:before,.ion-ios-information:before,.ion-ios-information-circle:before,.ion-ios-information-circle-outline:before,.ion-ios-jet:before,.ion-ios-journal:before,.ion-ios-key:before,.ion-ios-keypad:before,.ion-ios-laptop:before,.ion-ios-leaf:before,.ion-ios-link:before,.ion-ios-list:before,.ion-ios-list-box:before,.ion-ios-locate:before,.ion-ios-lock:before,.ion-ios-log-in:before,.ion-ios-log-out:before,.ion-ios-magnet:before,.ion-ios-mail:before,.ion-ios-mail-open:before,.ion-ios-mail-unread:before,.ion-ios-male:before,.ion-ios-man:before,.ion-ios-map:before,.ion-ios-medal:before,.ion-ios-medical:before,.ion-ios-medkit:before,.ion-ios-megaphone:before,.ion-ios-menu:before,.ion-ios-mic:before,.ion-ios-mic-off:before,.ion-ios-microphone:before,.ion-ios-moon:before,.ion-ios-more:before,.ion-ios-move:before,.ion-ios-musical-note:before,.ion-ios-musical-notes:before,.ion-ios-navigate:before,.ion-ios-notifications:before,.ion-ios-notifications-off:before,.ion-ios-notifications-outline:before,.ion-ios-nuclear:before,.ion-ios-nutrition:before,.ion-ios-open:before,.ion-ios-options:before,.ion-ios-outlet:before,.ion-ios-paper:before,.ion-ios-paper-plane:before,.ion-ios-partly-sunny:before,.ion-ios-pause:before,.ion-ios-paw:before,.ion-ios-people:before,.ion-ios-person:before,.ion-ios-person-add:before,.ion-ios-phone-landscape:before,.ion-ios-phone-portrait:before,.ion-ios-photos:before,.ion-ios-pie:before,.ion-ios-pin:before,.ion-ios-pint:before,.ion-ios-pizza:before,.ion-ios-planet:before,.ion-ios-play:before,.ion-ios-play-circle:before,.ion-ios-podium:before,.ion-ios-power:before,.ion-ios-pricetag:before,.ion-ios-pricetags:before,.ion-ios-print:before,.ion-ios-pulse:before,.ion-ios-qr-scanner:before,.ion-ios-quote:before,.ion-ios-radio:before,.ion-ios-radio-button-off:before,.ion-ios-radio-button-on:before,.ion-ios-rainy:before,.ion-ios-recording:before,.ion-ios-redo:before,.ion-ios-refresh:before,.ion-ios-refresh-circle:before,.ion-ios-remove:before,.ion-ios-remove-circle:before,.ion-ios-remove-circle-outline:before,.ion-ios-reorder:before,.ion-ios-repeat:before,.ion-ios-resize:before,.ion-ios-restaurant:before,.ion-ios-return-left:before,.ion-ios-return-right:before,.ion-ios-reverse-camera:before,.ion-ios-rewind:before,.ion-ios-ribbon:before,.ion-ios-rocket:before,.ion-ios-rose:before,.ion-ios-sad:before,.ion-ios-save:before,.ion-ios-school:before,.ion-ios-search:before,.ion-ios-send:before,.ion-ios-settings:before,.ion-ios-share:before,.ion-ios-share-alt:before,.ion-ios-shirt:before,.ion-ios-shuffle:before,.ion-ios-skip-backward:before,.ion-ios-skip-forward:before,.ion-ios-snow:before,.ion-ios-speedometer:before,.ion-ios-square:before,.ion-ios-square-outline:before,.ion-ios-star:before,.ion-ios-star-half:before,.ion-ios-star-outline:before,.ion-ios-stats:before,.ion-ios-stopwatch:before,.ion-ios-subway:before,.ion-ios-sunny:before,.ion-ios-swap:before,.ion-ios-switch:before,.ion-ios-sync:before,.ion-ios-tablet-landscape:before,.ion-ios-tablet-portrait:before,.ion-ios-tennisball:before,.ion-ios-text:before,.ion-ios-thermometer:before,.ion-ios-thumbs-down:before,.ion-ios-thumbs-up:before,.ion-ios-thunderstorm:before,.ion-ios-time:before,.ion-ios-timer:before,.ion-ios-today:before,.ion-ios-train:before,.ion-ios-transgender:before,.ion-ios-trash:before,.ion-ios-trending-down:before,.ion-ios-trending-up:before,.ion-ios-trophy:before,.ion-ios-tv:before,.ion-ios-umbrella:before,.ion-ios-undo:before,.ion-ios-unlock:before,.ion-ios-videocam:before,.ion-ios-volume-high:before,.ion-ios-volume-low:before,.ion-ios-volume-mute:before,.ion-ios-volume-off:before,.ion-ios-walk:before,.ion-ios-wallet:before,.ion-ios-warning:before,.ion-ios-watch:before,.ion-ios-water:before,.ion-ios-wifi:before,.ion-ios-wine:before,.ion-ios-woman:before,.ion-logo-android:before,.ion-logo-angular:before,.ion-logo-apple:before,.ion-logo-bitbucket:before,.ion-logo-bitcoin:before,.ion-logo-buffer:before,.ion-logo-chrome:before,.ion-logo-closed-captioning:before,.ion-logo-codepen:before,.ion-logo-css3:before,.ion-logo-designernews:before,.ion-logo-dribbble:before,.ion-logo-dropbox:before,.ion-logo-euro:before,.ion-logo-facebook:before,.ion-logo-flickr:before,.ion-logo-foursquare:before,.ion-logo-freebsd-devil:before,.ion-logo-game-controller-a:before,.ion-logo-game-controller-b:before,.ion-logo-github:before,.ion-logo-google:before,.ion-logo-googleplus:before,.ion-logo-hackernews:before,.ion-logo-html5:before,.ion-logo-instagram:before,.ion-logo-ionic:before,.ion-logo-ionitron:before,.ion-logo-javascript:before,.ion-logo-linkedin:before,.ion-logo-markdown:before,.ion-logo-model-s:before,.ion-logo-no-smoking:before,.ion-logo-nodejs:before,.ion-logo-npm:before,.ion-logo-octocat:before,.ion-logo-pinterest:before,.ion-logo-playstation:before,.ion-logo-polymer:before,.ion-logo-python:before,.ion-logo-reddit:before,.ion-logo-rss:before,.ion-logo-sass:before,.ion-logo-skype:before,.ion-logo-slack:before,.ion-logo-snapchat:before,.ion-logo-steam:before,.ion-logo-tumblr:before,.ion-logo-tux:before,.ion-logo-twitch:before,.ion-logo-twitter:before,.ion-logo-usd:before,.ion-logo-vimeo:before,.ion-logo-vk:before,.ion-logo-whatsapp:before,.ion-logo-windows:before,.ion-logo-wordpress:before,.ion-logo-xbox:before,.ion-logo-xing:before,.ion-logo-yahoo:before,.ion-logo-yen:before,.ion-logo-youtube:before,.ion-md-add:before,.ion-md-add-circle:before,.ion-md-add-circle-outline:before,.ion-md-airplane:before,.ion-md-alarm:before,.ion-md-albums:before,.ion-md-alert:before,.ion-md-american-football:before,.ion-md-analytics:before,.ion-md-aperture:before,.ion-md-apps:before,.ion-md-appstore:before,.ion-md-archive:before,.ion-md-arrow-back:before,.ion-md-arrow-down:before,.ion-md-arrow-dropdown:before,.ion-md-arrow-dropdown-circle:before,.ion-md-arrow-dropleft:before,.ion-md-arrow-dropleft-circle:before,.ion-md-arrow-dropright:before,.ion-md-arrow-dropright-circle:before,.ion-md-arrow-dropup:before,.ion-md-arrow-dropup-circle:before,.ion-md-arrow-forward:before,.ion-md-arrow-round-back:before,.ion-md-arrow-round-down:before,.ion-md-arrow-round-forward:before,.ion-md-arrow-round-up:before,.ion-md-arrow-up:before,.ion-md-at:before,.ion-md-attach:before,.ion-md-backspace:before,.ion-md-barcode:before,.ion-md-baseball:before,.ion-md-basket:before,.ion-md-basketball:before,.ion-md-battery-charging:before,.ion-md-battery-dead:before,.ion-md-battery-full:before,.ion-md-beaker:before,.ion-md-bed:before,.ion-md-beer:before,.ion-md-bicycle:before,.ion-md-bluetooth:before,.ion-md-boat:before,.ion-md-body:before,.ion-md-bonfire:before,.ion-md-book:before,.ion-md-bookmark:before,.ion-md-bookmarks:before,.ion-md-bowtie:before,.ion-md-briefcase:before,.ion-md-browsers:before,.ion-md-brush:before,.ion-md-bug:before,.ion-md-build:before,.ion-md-bulb:before,.ion-md-bus:before,.ion-md-business:before,.ion-md-cafe:before,.ion-md-calculator:before,.ion-md-calendar:before,.ion-md-call:before,.ion-md-camera:before,.ion-md-car:before,.ion-md-card:before,.ion-md-cart:before,.ion-md-cash:before,.ion-md-cellular:before,.ion-md-chatboxes:before,.ion-md-chatbubbles:before,.ion-md-checkbox:before,.ion-md-checkbox-outline:before,.ion-md-checkmark:before,.ion-md-checkmark-circle:before,.ion-md-checkmark-circle-outline:before,.ion-md-clipboard:before,.ion-md-clock:before,.ion-md-close:before,.ion-md-close-circle:before,.ion-md-close-circle-outline:before,.ion-md-cloud:before,.ion-md-cloud-circle:before,.ion-md-cloud-done:before,.ion-md-cloud-download:before,.ion-md-cloud-outline:before,.ion-md-cloud-upload:before,.ion-md-cloudy:before,.ion-md-cloudy-night:before,.ion-md-code:before,.ion-md-code-download:before,.ion-md-code-working:before,.ion-md-cog:before,.ion-md-color-fill:before,.ion-md-color-filter:before,.ion-md-color-palette:before,.ion-md-color-wand:before,.ion-md-compass:before,.ion-md-construct:before,.ion-md-contact:before,.ion-md-contacts:before,.ion-md-contract:before,.ion-md-contrast:before,.ion-md-copy:before,.ion-md-create:before,.ion-md-crop:before,.ion-md-cube:before,.ion-md-cut:before,.ion-md-desktop:before,.ion-md-disc:before,.ion-md-document:before,.ion-md-done-all:before,.ion-md-download:before,.ion-md-easel:before,.ion-md-egg:before,.ion-md-exit:before,.ion-md-expand:before,.ion-md-eye:before,.ion-md-eye-off:before,.ion-md-fastforward:before,.ion-md-female:before,.ion-md-filing:before,.ion-md-film:before,.ion-md-finger-print:before,.ion-md-fitness:before,.ion-md-flag:before,.ion-md-flame:before,.ion-md-flash:before,.ion-md-flash-off:before,.ion-md-flashlight:before,.ion-md-flask:before,.ion-md-flower:before,.ion-md-folder:before,.ion-md-folder-open:before,.ion-md-football:before,.ion-md-funnel:before,.ion-md-gift:before,.ion-md-git-branch:before,.ion-md-git-commit:before,.ion-md-git-compare:before,.ion-md-git-merge:before,.ion-md-git-network:before,.ion-md-git-pull-request:before,.ion-md-glasses:before,.ion-md-globe:before,.ion-md-grid:before,.ion-md-hammer:before,.ion-md-hand:before,.ion-md-happy:before,.ion-md-headset:before,.ion-md-heart:before,.ion-md-heart-dislike:before,.ion-md-heart-empty:before,.ion-md-heart-half:before,.ion-md-help:before,.ion-md-help-buoy:before,.ion-md-help-circle:before,.ion-md-help-circle-outline:before,.ion-md-home:before,.ion-md-hourglass:before,.ion-md-ice-cream:before,.ion-md-image:before,.ion-md-images:before,.ion-md-infinite:before,.ion-md-information:before,.ion-md-information-circle:before,.ion-md-information-circle-outline:before,.ion-md-jet:before,.ion-md-journal:before,.ion-md-key:before,.ion-md-keypad:before,.ion-md-laptop:before,.ion-md-leaf:before,.ion-md-link:before,.ion-md-list:before,.ion-md-list-box:before,.ion-md-locate:before,.ion-md-lock:before,.ion-md-log-in:before,.ion-md-log-out:before,.ion-md-magnet:before,.ion-md-mail:before,.ion-md-mail-open:before,.ion-md-mail-unread:before,.ion-md-male:before,.ion-md-man:before,.ion-md-map:before,.ion-md-medal:before,.ion-md-medical:before,.ion-md-medkit:before,.ion-md-megaphone:before,.ion-md-menu:before,.ion-md-mic:before,.ion-md-mic-off:before,.ion-md-microphone:before,.ion-md-moon:before,.ion-md-more:before,.ion-md-move:before,.ion-md-musical-note:before,.ion-md-musical-notes:before,.ion-md-navigate:before,.ion-md-notifications:before,.ion-md-notifications-off:before,.ion-md-notifications-outline:before,.ion-md-nuclear:before,.ion-md-nutrition:before,.ion-md-open:before,.ion-md-options:before,.ion-md-outlet:before,.ion-md-paper:before,.ion-md-paper-plane:before,.ion-md-partly-sunny:before,.ion-md-pause:before,.ion-md-paw:before,.ion-md-people:before,.ion-md-person:before,.ion-md-person-add:before,.ion-md-phone-landscape:before,.ion-md-phone-portrait:before,.ion-md-photos:before,.ion-md-pie:before,.ion-md-pin:before,.ion-md-pint:before,.ion-md-pizza:before,.ion-md-planet:before,.ion-md-play:before,.ion-md-play-circle:before,.ion-md-podium:before,.ion-md-power:before,.ion-md-pricetag:before,.ion-md-pricetags:before,.ion-md-print:before,.ion-md-pulse:before,.ion-md-qr-scanner:before,.ion-md-quote:before,.ion-md-radio:before,.ion-md-radio-button-off:before,.ion-md-radio-button-on:before,.ion-md-rainy:before,.ion-md-recording:before,.ion-md-redo:before,.ion-md-refresh:before,.ion-md-refresh-circle:before,.ion-md-remove:before,.ion-md-remove-circle:before,.ion-md-remove-circle-outline:before,.ion-md-reorder:before,.ion-md-repeat:before,.ion-md-resize:before,.ion-md-restaurant:before,.ion-md-return-left:before,.ion-md-return-right:before,.ion-md-reverse-camera:before,.ion-md-rewind:before,.ion-md-ribbon:before,.ion-md-rocket:before,.ion-md-rose:before,.ion-md-sad:before,.ion-md-save:before,.ion-md-school:before,.ion-md-search:before,.ion-md-send:before,.ion-md-settings:before,.ion-md-share:before,.ion-md-share-alt:before,.ion-md-shirt:before,.ion-md-shuffle:before,.ion-md-skip-backward:before,.ion-md-skip-forward:before,.ion-md-snow:before,.ion-md-speedometer:before,.ion-md-square:before,.ion-md-square-outline:before,.ion-md-star:before,.ion-md-star-half:before,.ion-md-star-outline:before,.ion-md-stats:before,.ion-md-stopwatch:before,.ion-md-subway:before,.ion-md-sunny:before,.ion-md-swap:before,.ion-md-switch:before,.ion-md-sync:before,.ion-md-tablet-landscape:before,.ion-md-tablet-portrait:before,.ion-md-tennisball:before,.ion-md-text:before,.ion-md-thermometer:before,.ion-md-thumbs-down:before,.ion-md-thumbs-up:before,.ion-md-thunderstorm:before,.ion-md-time:before,.ion-md-timer:before,.ion-md-today:before,.ion-md-train:before,.ion-md-transgender:before,.ion-md-trash:before,.ion-md-trending-down:before,.ion-md-trending-up:before,.ion-md-trophy:before,.ion-md-tv:before,.ion-md-umbrella:before,.ion-md-undo:before,.ion-md-unlock:before,.ion-md-videocam:before,.ion-md-volume-high:before,.ion-md-volume-low:before,.ion-md-volume-mute:before,.ion-md-volume-off:before,.ion-md-walk:before,.ion-md-wallet:before,.ion-md-warning:before,.ion-md-watch:before,.ion-md-water:before,.ion-md-wifi:before,.ion-md-wine:before,.ion-md-woman:before{display:inline-block;font-family:"Ionicons";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ion-ios-add:before{content:"\f102"}.ion-ios-add-circle:before{content:"\f101"}.ion-ios-add-circle-outline:before{content:"\f100"}.ion-ios-airplane:before{content:"\f137"}.ion-ios-alarm:before{content:"\f3c8"}.ion-ios-albums:before{content:"\f3ca"}.ion-ios-alert:before{content:"\f104"}.ion-ios-american-football:before{content:"\f106"}.ion-ios-analytics:before{content:"\f3ce"}.ion-ios-aperture:before{content:"\f108"}.ion-ios-apps:before{content:"\f10a"}.ion-ios-appstore:before{content:"\f10c"}.ion-ios-archive:before{content:"\f10e"}.ion-ios-arrow-back:before{content:"\f3cf"}.ion-ios-arrow-down:before{content:"\f3d0"}.ion-ios-arrow-dropdown:before{content:"\f110"}.ion-ios-arrow-dropdown-circle:before{content:"\f125"}.ion-ios-arrow-dropleft:before{content:"\f112"}.ion-ios-arrow-dropleft-circle:before{content:"\f129"}.ion-ios-arrow-dropright:before{content:"\f114"}.ion-ios-arrow-dropright-circle:before{content:"\f12b"}.ion-ios-arrow-dropup:before{content:"\f116"}.ion-ios-arrow-dropup-circle:before{content:"\f12d"}.ion-ios-arrow-forward:before{content:"\f3d1"}.ion-ios-arrow-round-back:before{content:"\f117"}.ion-ios-arrow-round-down:before{content:"\f118"}.ion-ios-arrow-round-forward:before{content:"\f119"}.ion-ios-arrow-round-up:before{content:"\f11a"}.ion-ios-arrow-up:before{content:"\f3d8"}.ion-ios-at:before{content:"\f3da"}.ion-ios-attach:before{content:"\f11b"}.ion-ios-backspace:before{content:"\f11d"}.ion-ios-barcode:before{content:"\f3dc"}.ion-ios-baseball:before{content:"\f3de"}.ion-ios-basket:before{content:"\f11f"}.ion-ios-basketball:before{content:"\f3e0"}.ion-ios-battery-charging:before{content:"\f120"}.ion-ios-battery-dead:before{content:"\f121"}.ion-ios-battery-full:before{content:"\f122"}.ion-ios-beaker:before{content:"\f124"}.ion-ios-bed:before{content:"\f139"}.ion-ios-beer:before{content:"\f126"}.ion-ios-bicycle:before{content:"\f127"}.ion-ios-bluetooth:before{content:"\f128"}.ion-ios-boat:before{content:"\f12a"}.ion-ios-body:before{content:"\f3e4"}.ion-ios-bonfire:before{content:"\f12c"}.ion-ios-book:before{content:"\f3e8"}.ion-ios-bookmark:before{content:"\f12e"}.ion-ios-bookmarks:before{content:"\f3ea"}.ion-ios-bowtie:before{content:"\f130"}.ion-ios-briefcase:before{content:"\f3ee"}.ion-ios-browsers:before{content:"\f3f0"}.ion-ios-brush:before{content:"\f132"}.ion-ios-bug:before{content:"\f134"}.ion-ios-build:before{content:"\f136"}.ion-ios-bulb:before{content:"\f138"}.ion-ios-bus:before{content:"\f13a"}.ion-ios-business:before{content:"\f1a3"}.ion-ios-cafe:before{content:"\f13c"}.ion-ios-calculator:before{content:"\f3f2"}.ion-ios-calendar:before{content:"\f3f4"}.ion-ios-call:before{content:"\f13e"}.ion-ios-camera:before{content:"\f3f6"}.ion-ios-car:before{content:"\f140"}.ion-ios-card:before{content:"\f142"}.ion-ios-cart:before{content:"\f3f8"}.ion-ios-cash:before{content:"\f144"}.ion-ios-cellular:before{content:"\f13d"}.ion-ios-chatboxes:before{content:"\f3fa"}.ion-ios-chatbubbles:before{content:"\f146"}.ion-ios-checkbox:before{content:"\f148"}.ion-ios-checkbox-outline:before{content:"\f147"}.ion-ios-checkmark:before{content:"\f3ff"}.ion-ios-checkmark-circle:before{content:"\f14a"}.ion-ios-checkmark-circle-outline:before{content:"\f149"}.ion-ios-clipboard:before{content:"\f14c"}.ion-ios-clock:before{content:"\f403"}.ion-ios-close:before{content:"\f406"}.ion-ios-close-circle:before{content:"\f14e"}.ion-ios-close-circle-outline:before{content:"\f14d"}.ion-ios-cloud:before{content:"\f40c"}.ion-ios-cloud-circle:before{content:"\f152"}.ion-ios-cloud-done:before{content:"\f154"}.ion-ios-cloud-download:before{content:"\f408"}.ion-ios-cloud-outline:before{content:"\f409"}.ion-ios-cloud-upload:before{content:"\f40b"}.ion-ios-cloudy:before{content:"\f410"}.ion-ios-cloudy-night:before{content:"\f40e"}.ion-ios-code:before{content:"\f157"}.ion-ios-code-download:before{content:"\f155"}.ion-ios-code-working:before{content:"\f156"}.ion-ios-cog:before{content:"\f412"}.ion-ios-color-fill:before{content:"\f159"}.ion-ios-color-filter:before{content:"\f414"}.ion-ios-color-palette:before{content:"\f15b"}.ion-ios-color-wand:before{content:"\f416"}.ion-ios-compass:before{content:"\f15d"}.ion-ios-construct:before{content:"\f15f"}.ion-ios-contact:before{content:"\f41a"}.ion-ios-contacts:before{content:"\f161"}.ion-ios-contract:before{content:"\f162"}.ion-ios-contrast:before{content:"\f163"}.ion-ios-copy:before{content:"\f41c"}.ion-ios-create:before{content:"\f165"}.ion-ios-crop:before{content:"\f41e"}.ion-ios-cube:before{content:"\f168"}.ion-ios-cut:before{content:"\f16a"}.ion-ios-desktop:before{content:"\f16c"}.ion-ios-disc:before{content:"\f16e"}.ion-ios-document:before{content:"\f170"}.ion-ios-done-all:before{content:"\f171"}.ion-ios-download:before{content:"\f420"}.ion-ios-easel:before{content:"\f173"}.ion-ios-egg:before{content:"\f175"}.ion-ios-exit:before{content:"\f177"}.ion-ios-expand:before{content:"\f178"}.ion-ios-eye:before{content:"\f425"}.ion-ios-eye-off:before{content:"\f17a"}.ion-ios-fastforward:before{content:"\f427"}.ion-ios-female:before{content:"\f17b"}.ion-ios-filing:before{content:"\f429"}.ion-ios-film:before{content:"\f42b"}.ion-ios-finger-print:before{content:"\f17c"}.ion-ios-fitness:before{content:"\f1ab"}.ion-ios-flag:before{content:"\f42d"}.ion-ios-flame:before{content:"\f42f"}.ion-ios-flash:before{content:"\f17e"}.ion-ios-flash-off:before{content:"\f12f"}.ion-ios-flashlight:before{content:"\f141"}.ion-ios-flask:before{content:"\f431"}.ion-ios-flower:before{content:"\f433"}.ion-ios-folder:before{content:"\f435"}.ion-ios-folder-open:before{content:"\f180"}.ion-ios-football:before{content:"\f437"}.ion-ios-funnel:before{content:"\f182"}.ion-ios-gift:before{content:"\f191"}.ion-ios-git-branch:before{content:"\f183"}.ion-ios-git-commit:before{content:"\f184"}.ion-ios-git-compare:before{content:"\f185"}.ion-ios-git-merge:before{content:"\f186"}.ion-ios-git-network:before{content:"\f187"}.ion-ios-git-pull-request:before{content:"\f188"}.ion-ios-glasses:before{content:"\f43f"}.ion-ios-globe:before{content:"\f18a"}.ion-ios-grid:before{content:"\f18c"}.ion-ios-hammer:before{content:"\f18e"}.ion-ios-hand:before{content:"\f190"}.ion-ios-happy:before{content:"\f192"}.ion-ios-headset:before{content:"\f194"}.ion-ios-heart:before{content:"\f443"}.ion-ios-heart-dislike:before{content:"\f13f"}.ion-ios-heart-empty:before{content:"\f19b"}.ion-ios-heart-half:before{content:"\f19d"}.ion-ios-help:before{content:"\f446"}.ion-ios-help-buoy:before{content:"\f196"}.ion-ios-help-circle:before{content:"\f198"}.ion-ios-help-circle-outline:before{content:"\f197"}.ion-ios-home:before{content:"\f448"}.ion-ios-hourglass:before{content:"\f103"}.ion-ios-ice-cream:before{content:"\f19a"}.ion-ios-image:before{content:"\f19c"}.ion-ios-images:before{content:"\f19e"}.ion-ios-infinite:before{content:"\f44a"}.ion-ios-information:before{content:"\f44d"}.ion-ios-information-circle:before{content:"\f1a0"}.ion-ios-information-circle-outline:before{content:"\f19f"}.ion-ios-jet:before{content:"\f1a5"}.ion-ios-journal:before{content:"\f189"}.ion-ios-key:before{content:"\f1a7"}.ion-ios-keypad:before{content:"\f450"}.ion-ios-laptop:before{content:"\f1a8"}.ion-ios-leaf:before{content:"\f1aa"}.ion-ios-link:before{content:"\f22a"}.ion-ios-list:before{content:"\f454"}.ion-ios-list-box:before{content:"\f143"}.ion-ios-locate:before{content:"\f1ae"}.ion-ios-lock:before{content:"\f1b0"}.ion-ios-log-in:before{content:"\f1b1"}.ion-ios-log-out:before{content:"\f1b2"}.ion-ios-magnet:before{content:"\f1b4"}.ion-ios-mail:before{content:"\f1b8"}.ion-ios-mail-open:before{content:"\f1b6"}.ion-ios-mail-unread:before{content:"\f145"}.ion-ios-male:before{content:"\f1b9"}.ion-ios-man:before{content:"\f1bb"}.ion-ios-map:before{content:"\f1bd"}.ion-ios-medal:before{content:"\f1bf"}.ion-ios-medical:before{content:"\f45c"}.ion-ios-medkit:before{content:"\f45e"}.ion-ios-megaphone:before{content:"\f1c1"}.ion-ios-menu:before{content:"\f1c3"}.ion-ios-mic:before{content:"\f461"}.ion-ios-mic-off:before{content:"\f45f"}.ion-ios-microphone:before{content:"\f1c6"}.ion-ios-moon:before{content:"\f468"}.ion-ios-more:before{content:"\f1c8"}.ion-ios-move:before{content:"\f1cb"}.ion-ios-musical-note:before{content:"\f46b"}.ion-ios-musical-notes:before{content:"\f46c"}.ion-ios-navigate:before{content:"\f46e"}.ion-ios-notifications:before{content:"\f1d3"}.ion-ios-notifications-off:before{content:"\f1d1"}.ion-ios-notifications-outline:before{content:"\f133"}.ion-ios-nuclear:before{content:"\f1d5"}.ion-ios-nutrition:before{content:"\f470"}.ion-ios-open:before{content:"\f1d7"}.ion-ios-options:before{content:"\f1d9"}.ion-ios-outlet:before{content:"\f1db"}.ion-ios-paper:before{content:"\f472"}.ion-ios-paper-plane:before{content:"\f1dd"}.ion-ios-partly-sunny:before{content:"\f1df"}.ion-ios-pause:before{content:"\f478"}.ion-ios-paw:before{content:"\f47a"}.ion-ios-people:before{content:"\f47c"}.ion-ios-person:before{content:"\f47e"}.ion-ios-person-add:before{content:"\f1e1"}.ion-ios-phone-landscape:before{content:"\f1e2"}.ion-ios-phone-portrait:before{content:"\f1e3"}.ion-ios-photos:before{content:"\f482"}.ion-ios-pie:before{content:"\f484"}.ion-ios-pin:before{content:"\f1e5"}.ion-ios-pint:before{content:"\f486"}.ion-ios-pizza:before{content:"\f1e7"}.ion-ios-planet:before{content:"\f1eb"}.ion-ios-play:before{content:"\f488"}.ion-ios-play-circle:before{content:"\f113"}.ion-ios-podium:before{content:"\f1ed"}.ion-ios-power:before{content:"\f1ef"}.ion-ios-pricetag:before{content:"\f48d"}.ion-ios-pricetags:before{content:"\f48f"}.ion-ios-print:before{content:"\f1f1"}.ion-ios-pulse:before{content:"\f493"}.ion-ios-qr-scanner:before{content:"\f1f3"}.ion-ios-quote:before{content:"\f1f5"}.ion-ios-radio:before{content:"\f1f9"}.ion-ios-radio-button-off:before{content:"\f1f6"}.ion-ios-radio-button-on:before{content:"\f1f7"}.ion-ios-rainy:before{content:"\f495"}.ion-ios-recording:before{content:"\f497"}.ion-ios-redo:before{content:"\f499"}.ion-ios-refresh:before{content:"\f49c"}.ion-ios-refresh-circle:before{content:"\f135"}.ion-ios-remove:before{content:"\f1fc"}.ion-ios-remove-circle:before{content:"\f1fb"}.ion-ios-remove-circle-outline:before{content:"\f1fa"}.ion-ios-reorder:before{content:"\f1fd"}.ion-ios-repeat:before{content:"\f1fe"}.ion-ios-resize:before{content:"\f1ff"}.ion-ios-restaurant:before{content:"\f201"}.ion-ios-return-left:before{content:"\f202"}.ion-ios-return-right:before{content:"\f203"}.ion-ios-reverse-camera:before{content:"\f49f"}.ion-ios-rewind:before{content:"\f4a1"}.ion-ios-ribbon:before{content:"\f205"}.ion-ios-rocket:before{content:"\f14b"}.ion-ios-rose:before{content:"\f4a3"}.ion-ios-sad:before{content:"\f207"}.ion-ios-save:before{content:"\f1a6"}.ion-ios-school:before{content:"\f209"}.ion-ios-search:before{content:"\f4a5"}.ion-ios-send:before{content:"\f20c"}.ion-ios-settings:before{content:"\f4a7"}.ion-ios-share:before{content:"\f211"}.ion-ios-share-alt:before{content:"\f20f"}.ion-ios-shirt:before{content:"\f213"}.ion-ios-shuffle:before{content:"\f4a9"}.ion-ios-skip-backward:before{content:"\f215"}.ion-ios-skip-forward:before{content:"\f217"}.ion-ios-snow:before{content:"\f218"}.ion-ios-speedometer:before{content:"\f4b0"}.ion-ios-square:before{content:"\f21a"}.ion-ios-square-outline:before{content:"\f15c"}.ion-ios-star:before{content:"\f4b3"}.ion-ios-star-half:before{content:"\f4b1"}.ion-ios-star-outline:before{content:"\f4b2"}.ion-ios-stats:before{content:"\f21c"}.ion-ios-stopwatch:before{content:"\f4b5"}.ion-ios-subway:before{content:"\f21e"}.ion-ios-sunny:before{content:"\f4b7"}.ion-ios-swap:before{content:"\f21f"}.ion-ios-switch:before{content:"\f221"}.ion-ios-sync:before{content:"\f222"}.ion-ios-tablet-landscape:before{content:"\f223"}.ion-ios-tablet-portrait:before{content:"\f24e"}.ion-ios-tennisball:before{content:"\f4bb"}.ion-ios-text:before{content:"\f250"}.ion-ios-thermometer:before{content:"\f252"}.ion-ios-thumbs-down:before{content:"\f254"}.ion-ios-thumbs-up:before{content:"\f256"}.ion-ios-thunderstorm:before{content:"\f4bd"}.ion-ios-time:before{content:"\f4bf"}.ion-ios-timer:before{content:"\f4c1"}.ion-ios-today:before{content:"\f14f"}.ion-ios-train:before{content:"\f258"}.ion-ios-transgender:before{content:"\f259"}.ion-ios-trash:before{content:"\f4c5"}.ion-ios-trending-down:before{content:"\f25a"}.ion-ios-trending-up:before{content:"\f25b"}.ion-ios-trophy:before{content:"\f25d"}.ion-ios-tv:before{content:"\f115"}.ion-ios-umbrella:before{content:"\f25f"}.ion-ios-undo:before{content:"\f4c7"}.ion-ios-unlock:before{content:"\f261"}.ion-ios-videocam:before{content:"\f4cd"}.ion-ios-volume-high:before{content:"\f11c"}.ion-ios-volume-low:before{content:"\f11e"}.ion-ios-volume-mute:before{content:"\f263"}.ion-ios-volume-off:before{content:"\f264"}.ion-ios-walk:before{content:"\f266"}.ion-ios-wallet:before{content:"\f18b"}.ion-ios-warning:before{content:"\f268"}.ion-ios-watch:before{content:"\f269"}.ion-ios-water:before{content:"\f26b"}.ion-ios-wifi:before{content:"\f26d"}.ion-ios-wine:before{content:"\f26f"}.ion-ios-woman:before{content:"\f271"}.ion-logo-android:before{content:"\f225"}.ion-logo-angular:before{content:"\f227"}.ion-logo-apple:before{content:"\f229"}.ion-logo-bitbucket:before{content:"\f193"}.ion-logo-bitcoin:before{content:"\f22b"}.ion-logo-buffer:before{content:"\f22d"}.ion-logo-chrome:before{content:"\f22f"}.ion-logo-closed-captioning:before{content:"\f105"}.ion-logo-codepen:before{content:"\f230"}.ion-logo-css3:before{content:"\f231"}.ion-logo-designernews:before{content:"\f232"}.ion-logo-dribbble:before{content:"\f233"}.ion-logo-dropbox:before{content:"\f234"}.ion-logo-euro:before{content:"\f235"}.ion-logo-facebook:before{content:"\f236"}.ion-logo-flickr:before{content:"\f107"}.ion-logo-foursquare:before{content:"\f237"}.ion-logo-freebsd-devil:before{content:"\f238"}.ion-logo-game-controller-a:before{content:"\f13b"}.ion-logo-game-controller-b:before{content:"\f181"}.ion-logo-github:before{content:"\f239"}.ion-logo-google:before{content:"\f23a"}.ion-logo-googleplus:before{content:"\f23b"}.ion-logo-hackernews:before{content:"\f23c"}.ion-logo-html5:before{content:"\f23d"}.ion-logo-instagram:before{content:"\f23e"}.ion-logo-ionic:before{content:"\f150"}.ion-logo-ionitron:before{content:"\f151"}.ion-logo-javascript:before{content:"\f23f"}.ion-logo-linkedin:before{content:"\f240"}.ion-logo-markdown:before{content:"\f241"}.ion-logo-model-s:before{content:"\f153"}.ion-logo-no-smoking:before{content:"\f109"}.ion-logo-nodejs:before{content:"\f242"}.ion-logo-npm:before{content:"\f195"}.ion-logo-octocat:before{content:"\f243"}.ion-logo-pinterest:before{content:"\f244"}.ion-logo-playstation:before{content:"\f245"}.ion-logo-polymer:before{content:"\f15e"}.ion-logo-python:before{content:"\f246"}.ion-logo-reddit:before{content:"\f247"}.ion-logo-rss:before{content:"\f248"}.ion-logo-sass:before{content:"\f249"}.ion-logo-skype:before{content:"\f24a"}.ion-logo-slack:before{content:"\f10b"}.ion-logo-snapchat:before{content:"\f24b"}.ion-logo-steam:before{content:"\f24c"}.ion-logo-tumblr:before{content:"\f24d"}.ion-logo-tux:before{content:"\f2ae"}.ion-logo-twitch:before{content:"\f2af"}.ion-logo-twitter:before{content:"\f2b0"}.ion-logo-usd:before{content:"\f2b1"}.ion-logo-vimeo:before{content:"\f2c4"}.ion-logo-vk:before{content:"\f10d"}.ion-logo-whatsapp:before{content:"\f2c5"}.ion-logo-windows:before{content:"\f32f"}.ion-logo-wordpress:before{content:"\f330"}.ion-logo-xbox:before{content:"\f34c"}.ion-logo-xing:before{content:"\f10f"}.ion-logo-yahoo:before{content:"\f34d"}.ion-logo-yen:before{content:"\f34e"}.ion-logo-youtube:before{content:"\f34f"}.ion-md-add:before{content:"\f273"}.ion-md-add-circle:before{content:"\f272"}.ion-md-add-circle-outline:before{content:"\f158"}.ion-md-airplane:before{content:"\f15a"}.ion-md-alarm:before{content:"\f274"}.ion-md-albums:before{content:"\f275"}.ion-md-alert:before{content:"\f276"}.ion-md-american-football:before{content:"\f277"}.ion-md-analytics:before{content:"\f278"}.ion-md-aperture:before{content:"\f279"}.ion-md-apps:before{content:"\f27a"}.ion-md-appstore:before{content:"\f27b"}.ion-md-archive:before{content:"\f27c"}.ion-md-arrow-back:before{content:"\f27d"}.ion-md-arrow-down:before{content:"\f27e"}.ion-md-arrow-dropdown:before{content:"\f280"}.ion-md-arrow-dropdown-circle:before{content:"\f27f"}.ion-md-arrow-dropleft:before{content:"\f282"}.ion-md-arrow-dropleft-circle:before{content:"\f281"}.ion-md-arrow-dropright:before{content:"\f284"}.ion-md-arrow-dropright-circle:before{content:"\f283"}.ion-md-arrow-dropup:before{content:"\f286"}.ion-md-arrow-dropup-circle:before{content:"\f285"}.ion-md-arrow-forward:before{content:"\f287"}.ion-md-arrow-round-back:before{content:"\f288"}.ion-md-arrow-round-down:before{content:"\f289"}.ion-md-arrow-round-forward:before{content:"\f28a"}.ion-md-arrow-round-up:before{content:"\f28b"}.ion-md-arrow-up:before{content:"\f28c"}.ion-md-at:before{content:"\f28d"}.ion-md-attach:before{content:"\f28e"}.ion-md-backspace:before{content:"\f28f"}.ion-md-barcode:before{content:"\f290"}.ion-md-baseball:before{content:"\f291"}.ion-md-basket:before{content:"\f292"}.ion-md-basketball:before{content:"\f293"}.ion-md-battery-charging:before{content:"\f294"}.ion-md-battery-dead:before{content:"\f295"}.ion-md-battery-full:before{content:"\f296"}.ion-md-beaker:before{content:"\f297"}.ion-md-bed:before{content:"\f160"}.ion-md-beer:before{content:"\f298"}.ion-md-bicycle:before{content:"\f299"}.ion-md-bluetooth:before{content:"\f29a"}.ion-md-boat:before{content:"\f29b"}.ion-md-body:before{content:"\f29c"}.ion-md-bonfire:before{content:"\f29d"}.ion-md-book:before{content:"\f29e"}.ion-md-bookmark:before{content:"\f29f"}.ion-md-bookmarks:before{content:"\f2a0"}.ion-md-bowtie:before{content:"\f2a1"}.ion-md-briefcase:before{content:"\f2a2"}.ion-md-browsers:before{content:"\f2a3"}.ion-md-brush:before{content:"\f2a4"}.ion-md-bug:before{content:"\f2a5"}.ion-md-build:before{content:"\f2a6"}.ion-md-bulb:before{content:"\f2a7"}.ion-md-bus:before{content:"\f2a8"}.ion-md-business:before{content:"\f1a4"}.ion-md-cafe:before{content:"\f2a9"}.ion-md-calculator:before{content:"\f2aa"}.ion-md-calendar:before{content:"\f2ab"}.ion-md-call:before{content:"\f2ac"}.ion-md-camera:before{content:"\f2ad"}.ion-md-car:before{content:"\f2b2"}.ion-md-card:before{content:"\f2b3"}.ion-md-cart:before{content:"\f2b4"}.ion-md-cash:before{content:"\f2b5"}.ion-md-cellular:before{content:"\f164"}.ion-md-chatboxes:before{content:"\f2b6"}.ion-md-chatbubbles:before{content:"\f2b7"}.ion-md-checkbox:before{content:"\f2b9"}.ion-md-checkbox-outline:before{content:"\f2b8"}.ion-md-checkmark:before{content:"\f2bc"}.ion-md-checkmark-circle:before{content:"\f2bb"}.ion-md-checkmark-circle-outline:before{content:"\f2ba"}.ion-md-clipboard:before{content:"\f2bd"}.ion-md-clock:before{content:"\f2be"}.ion-md-close:before{content:"\f2c0"}.ion-md-close-circle:before{content:"\f2bf"}.ion-md-close-circle-outline:before{content:"\f166"}.ion-md-cloud:before{content:"\f2c9"}.ion-md-cloud-circle:before{content:"\f2c2"}.ion-md-cloud-done:before{content:"\f2c3"}.ion-md-cloud-download:before{content:"\f2c6"}.ion-md-cloud-outline:before{content:"\f2c7"}.ion-md-cloud-upload:before{content:"\f2c8"}.ion-md-cloudy:before{content:"\f2cb"}.ion-md-cloudy-night:before{content:"\f2ca"}.ion-md-code:before{content:"\f2ce"}.ion-md-code-download:before{content:"\f2cc"}.ion-md-code-working:before{content:"\f2cd"}.ion-md-cog:before{content:"\f2cf"}.ion-md-color-fill:before{content:"\f2d0"}.ion-md-color-filter:before{content:"\f2d1"}.ion-md-color-palette:before{content:"\f2d2"}.ion-md-color-wand:before{content:"\f2d3"}.ion-md-compass:before{content:"\f2d4"}.ion-md-construct:before{content:"\f2d5"}.ion-md-contact:before{content:"\f2d6"}.ion-md-contacts:before{content:"\f2d7"}.ion-md-contract:before{content:"\f2d8"}.ion-md-contrast:before{content:"\f2d9"}.ion-md-copy:before{content:"\f2da"}.ion-md-create:before{content:"\f2db"}.ion-md-crop:before{content:"\f2dc"}.ion-md-cube:before{content:"\f2dd"}.ion-md-cut:before{content:"\f2de"}.ion-md-desktop:before{content:"\f2df"}.ion-md-disc:before{content:"\f2e0"}.ion-md-document:before{content:"\f2e1"}.ion-md-done-all:before{content:"\f2e2"}.ion-md-download:before{content:"\f2e3"}.ion-md-easel:before{content:"\f2e4"}.ion-md-egg:before{content:"\f2e5"}.ion-md-exit:before{content:"\f2e6"}.ion-md-expand:before{content:"\f2e7"}.ion-md-eye:before{content:"\f2e9"}.ion-md-eye-off:before{content:"\f2e8"}.ion-md-fastforward:before{content:"\f2ea"}.ion-md-female:before{content:"\f2eb"}.ion-md-filing:before{content:"\f2ec"}.ion-md-film:before{content:"\f2ed"}.ion-md-finger-print:before{content:"\f2ee"}.ion-md-fitness:before{content:"\f1ac"}.ion-md-flag:before{content:"\f2ef"}.ion-md-flame:before{content:"\f2f0"}.ion-md-flash:before{content:"\f2f1"}.ion-md-flash-off:before{content:"\f169"}.ion-md-flashlight:before{content:"\f16b"}.ion-md-flask:before{content:"\f2f2"}.ion-md-flower:before{content:"\f2f3"}.ion-md-folder:before{content:"\f2f5"}.ion-md-folder-open:before{content:"\f2f4"}.ion-md-football:before{content:"\f2f6"}.ion-md-funnel:before{content:"\f2f7"}.ion-md-gift:before{content:"\f199"}.ion-md-git-branch:before{content:"\f2fa"}.ion-md-git-commit:before{content:"\f2fb"}.ion-md-git-compare:before{content:"\f2fc"}.ion-md-git-merge:before{content:"\f2fd"}.ion-md-git-network:before{content:"\f2fe"}.ion-md-git-pull-request:before{content:"\f2ff"}.ion-md-glasses:before{content:"\f300"}.ion-md-globe:before{content:"\f301"}.ion-md-grid:before{content:"\f302"}.ion-md-hammer:before{content:"\f303"}.ion-md-hand:before{content:"\f304"}.ion-md-happy:before{content:"\f305"}.ion-md-headset:before{content:"\f306"}.ion-md-heart:before{content:"\f308"}.ion-md-heart-dislike:before{content:"\f167"}.ion-md-heart-empty:before{content:"\f1a1"}.ion-md-heart-half:before{content:"\f1a2"}.ion-md-help:before{content:"\f30b"}.ion-md-help-buoy:before{content:"\f309"}.ion-md-help-circle:before{content:"\f30a"}.ion-md-help-circle-outline:before{content:"\f16d"}.ion-md-home:before{content:"\f30c"}.ion-md-hourglass:before{content:"\f111"}.ion-md-ice-cream:before{content:"\f30d"}.ion-md-image:before{content:"\f30e"}.ion-md-images:before{content:"\f30f"}.ion-md-infinite:before{content:"\f310"}.ion-md-information:before{content:"\f312"}.ion-md-information-circle:before{content:"\f311"}.ion-md-information-circle-outline:before{content:"\f16f"}.ion-md-jet:before{content:"\f315"}.ion-md-journal:before{content:"\f18d"}.ion-md-key:before{content:"\f316"}.ion-md-keypad:before{content:"\f317"}.ion-md-laptop:before{content:"\f318"}.ion-md-leaf:before{content:"\f319"}.ion-md-link:before{content:"\f22e"}.ion-md-list:before{content:"\f31b"}.ion-md-list-box:before{content:"\f31a"}.ion-md-locate:before{content:"\f31c"}.ion-md-lock:before{content:"\f31d"}.ion-md-log-in:before{content:"\f31e"}.ion-md-log-out:before{content:"\f31f"}.ion-md-magnet:before{content:"\f320"}.ion-md-mail:before{content:"\f322"}.ion-md-mail-open:before{content:"\f321"}.ion-md-mail-unread:before{content:"\f172"}.ion-md-male:before{content:"\f323"}.ion-md-man:before{content:"\f324"}.ion-md-map:before{content:"\f325"}.ion-md-medal:before{content:"\f326"}.ion-md-medical:before{content:"\f327"}.ion-md-medkit:before{content:"\f328"}.ion-md-megaphone:before{content:"\f329"}.ion-md-menu:before{content:"\f32a"}.ion-md-mic:before{content:"\f32c"}.ion-md-mic-off:before{content:"\f32b"}.ion-md-microphone:before{content:"\f32d"}.ion-md-moon:before{content:"\f32e"}.ion-md-more:before{content:"\f1c9"}.ion-md-move:before{content:"\f331"}.ion-md-musical-note:before{content:"\f332"}.ion-md-musical-notes:before{content:"\f333"}.ion-md-navigate:before{content:"\f334"}.ion-md-notifications:before{content:"\f338"}.ion-md-notifications-off:before{content:"\f336"}.ion-md-notifications-outline:before{content:"\f337"}.ion-md-nuclear:before{content:"\f339"}.ion-md-nutrition:before{content:"\f33a"}.ion-md-open:before{content:"\f33b"}.ion-md-options:before{content:"\f33c"}.ion-md-outlet:before{content:"\f33d"}.ion-md-paper:before{content:"\f33f"}.ion-md-paper-plane:before{content:"\f33e"}.ion-md-partly-sunny:before{content:"\f340"}.ion-md-pause:before{content:"\f341"}.ion-md-paw:before{content:"\f342"}.ion-md-people:before{content:"\f343"}.ion-md-person:before{content:"\f345"}.ion-md-person-add:before{content:"\f344"}.ion-md-phone-landscape:before{content:"\f346"}.ion-md-phone-portrait:before{content:"\f347"}.ion-md-photos:before{content:"\f348"}.ion-md-pie:before{content:"\f349"}.ion-md-pin:before{content:"\f34a"}.ion-md-pint:before{content:"\f34b"}.ion-md-pizza:before{content:"\f354"}.ion-md-planet:before{content:"\f356"}.ion-md-play:before{content:"\f357"}.ion-md-play-circle:before{content:"\f174"}.ion-md-podium:before{content:"\f358"}.ion-md-power:before{content:"\f359"}.ion-md-pricetag:before{content:"\f35a"}.ion-md-pricetags:before{content:"\f35b"}.ion-md-print:before{content:"\f35c"}.ion-md-pulse:before{content:"\f35d"}.ion-md-qr-scanner:before{content:"\f35e"}.ion-md-quote:before{content:"\f35f"}.ion-md-radio:before{content:"\f362"}.ion-md-radio-button-off:before{content:"\f360"}.ion-md-radio-button-on:before{content:"\f361"}.ion-md-rainy:before{content:"\f363"}.ion-md-recording:before{content:"\f364"}.ion-md-redo:before{content:"\f365"}.ion-md-refresh:before{content:"\f366"}.ion-md-refresh-circle:before{content:"\f228"}.ion-md-remove:before{content:"\f368"}.ion-md-remove-circle:before{content:"\f367"}.ion-md-remove-circle-outline:before{content:"\f176"}.ion-md-reorder:before{content:"\f369"}.ion-md-repeat:before{content:"\f36a"}.ion-md-resize:before{content:"\f36b"}.ion-md-restaurant:before{content:"\f36c"}.ion-md-return-left:before{content:"\f36d"}.ion-md-return-right:before{content:"\f36e"}.ion-md-reverse-camera:before{content:"\f36f"}.ion-md-rewind:before{content:"\f370"}.ion-md-ribbon:before{content:"\f371"}.ion-md-rocket:before{content:"\f179"}.ion-md-rose:before{content:"\f372"}.ion-md-sad:before{content:"\f373"}.ion-md-save:before{content:"\f1a9"}.ion-md-school:before{content:"\f374"}.ion-md-search:before{content:"\f375"}.ion-md-send:before{content:"\f376"}.ion-md-settings:before{content:"\f377"}.ion-md-share:before{content:"\f379"}.ion-md-share-alt:before{content:"\f378"}.ion-md-shirt:before{content:"\f37a"}.ion-md-shuffle:before{content:"\f37b"}.ion-md-skip-backward:before{content:"\f37c"}.ion-md-skip-forward:before{content:"\f37d"}.ion-md-snow:before{content:"\f37e"}.ion-md-speedometer:before{content:"\f37f"}.ion-md-square:before{content:"\f381"}.ion-md-square-outline:before{content:"\f380"}.ion-md-star:before{content:"\f384"}.ion-md-star-half:before{content:"\f382"}.ion-md-star-outline:before{content:"\f383"}.ion-md-stats:before{content:"\f385"}.ion-md-stopwatch:before{content:"\f386"}.ion-md-subway:before{content:"\f387"}.ion-md-sunny:before{content:"\f388"}.ion-md-swap:before{content:"\f389"}.ion-md-switch:before{content:"\f38a"}.ion-md-sync:before{content:"\f38b"}.ion-md-tablet-landscape:before{content:"\f38c"}.ion-md-tablet-portrait:before{content:"\f38d"}.ion-md-tennisball:before{content:"\f38e"}.ion-md-text:before{content:"\f38f"}.ion-md-thermometer:before{content:"\f390"}.ion-md-thumbs-down:before{content:"\f391"}.ion-md-thumbs-up:before{content:"\f392"}.ion-md-thunderstorm:before{content:"\f393"}.ion-md-time:before{content:"\f394"}.ion-md-timer:before{content:"\f395"}.ion-md-today:before{content:"\f17d"}.ion-md-train:before{content:"\f396"}.ion-md-transgender:before{content:"\f397"}.ion-md-trash:before{content:"\f398"}.ion-md-trending-down:before{content:"\f399"}.ion-md-trending-up:before{content:"\f39a"}.ion-md-trophy:before{content:"\f39b"}.ion-md-tv:before{content:"\f17f"}.ion-md-umbrella:before{content:"\f39c"}.ion-md-undo:before{content:"\f39d"}.ion-md-unlock:before{content:"\f39e"}.ion-md-videocam:before{content:"\f39f"}.ion-md-volume-high:before{content:"\f123"}.ion-md-volume-low:before{content:"\f131"}.ion-md-volume-mute:before{content:"\f3a1"}.ion-md-volume-off:before{content:"\f3a2"}.ion-md-walk:before{content:"\f3a4"}.ion-md-wallet:before{content:"\f18f"}.ion-md-warning:before{content:"\f3a5"}.ion-md-watch:before{content:"\f3a6"}.ion-md-water:before{content:"\f3a7"}.ion-md-wifi:before{content:"\f3a8"}.ion-md-wine:before{content:"\f3a9"}.ion-md-woman:before{content:"\f3aa"}

@media (max-width: 767px){ 
#fixed-social {
    position: fixed;
    top: 110px;
}
.fixed_social {
    position: fixed;
    top: 260px;
    right: 0;
}
.cd-top {
    bottom: 10px;
    right: 50px;
}
}
@media (max-width: 600px){ 
#fixed-social a {
    height: 30px;
    line-height: 30px;
    width: 30px;
}
#fixed-social a i {font-size:13px;}
.fixed_social a {
    height: 30px;
    line-height: 30px;
    width: 30px;
}
.fixed_social a img {max-width:19px;}

.fixed_social {
    top: 110px;
}
}
@media (max-width: 400px){ 
.fixed_social {
    top: 200px;
}
}