/*   
 * Template Name: Delta - Responsive Website Template for mobile app
 * Version: 1.2
 * Author: 3rd Wave Media
 * Website: http://3rdwavemedia.com/
*/
/* ======= Base ======= */
body {
  font-family: 'Roboto', sans-serif;
  color: #444444;
}
a {
  color: #000000;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
a:hover {
  text-decoration: none;
  color: #3fa07a;
}
.btn {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.btn .fa {
  color: #fff;
  margin-right: 5px;
}
.btn-theme {
  background: #FF2222;
  border: 1px solid #FF2222;
  color: #fff;
}
.btn-theme:hover {
  background: #3fa07a;
  border: 1px solid #3fa07a;
  color: #fff;
}
.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-control:focus {
  border-color: #FF2222;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
blockquote {
  font-size: 14px;
}
.text-highlight {
  color: #225742;
}
.note {
  font-family: 'Covered By Your Grace', cursive;
  font-size: 22px;
}
.row-end {
  margin-right: 0;
  padding-right: 0;
}
.social-icons {
  list-style: none;
  padding: 10px 0;
  margin-bottom: 0;
}
.social-icons li {
  float: left;
}
.social-icons li.row-end {
  margin-right: 0;
}
.social-icons a {
  display: inline-block;
  background: #3fa07a;
  width: 48px;
  height: 48px;
  text-align: center;
  padding-top: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-right: 8px;
  float: left;
}
.social-icons a:hover {
  background: #317b5e;
}
.social-icons a .fa {
  color: #fff;
}
.social-icons a .fa:before {
  font-size: 26px;
  text-align: center;
  padding: 0;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
  text-transform: uppercase;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  text-transform: uppercase;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  text-transform: uppercase;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  text-transform: uppercase;
}
.offset-header {
  padding-top: 90px;
}
.has-pattern {
  background-image: url('../images/bgimg/3.jpg');
  background-repeat: repeat;
  background-position: left top;
  min-height: 780px;
}
.delayp1 {
  animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-delay: .1s;
  -o-animation-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  -o-transition-delay: .1s;
}
.delayp2 {
  animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-delay: .2s;
  -o-animation-delay: .2s;
  transition-delay: .2s;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
}
.delayp3 {
  animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-delay: .3s;
  -o-animation-delay: .3s;
  transition-delay: .3s;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
}
.delayp4 {
  animation-delay: .4s;
  -moz-animation-delay: .4s;
  -webkit-animation-delay: .4s;
  -o-animation-delay: .4s;
  transition-delay: .4s;
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  -o-transition-delay: .4s;
}
.delayp5 {
  animation-delay: .5s;
  -moz-animation-delay: .5s;
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  transition-delay: .5s;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  -o-transition-delay: .5s;
}
.delayp6 {
  animation-delay: .6s;
  -moz-animation-delay: .6s;
  -webkit-animation-delay: .6s;
  -o-animation-delay: .6s;
  transition-delay: .6s;
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  -o-transition-delay: .6s;
}
.delayp7 {
  animation-delay: .7s;
  -moz-animation-delay: .7s;
  -webkit-animation-delay: .7s;
  -o-animation-delay: .7s;
  transition-delay: .7s;
  -webkit-transition-delay: .7s;
  -moz-transition-delay: .7s;
  -o-transition-delay: .7s;
}
.delayp8 {
  animation-delay: .8s;
  -moz-animation-delay: .8s;
  -webkit-animation-delay: .8s;
  -o-animation-delay: .8s;
  transition-delay: .8s;
  -webkit-transition-delay: .8s;
  -moz-transition-delay: .8s;
  -o-transition-delay: .8s;
}
.delayp9 {
  animation-delay: .9s;
  -moz-animation-delay: .9s;
  -webkit-animation-delay: .9s;
  -o-animation-delay: .9s;
  transition-delay: .9s;
  -webkit-transition-delay: .9s;
  -moz-transition-delay: .9s;
  -o-transition-delay: .9s;
}
.delay1s {
  animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -o-animation-delay: 1s;
  transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
}
.delay2s {
  animation-delay: 2s;
  -moz-animation-delay: 2s;
  -webkit-animation-delay: 2s;
  -o-animation-delay: 2s;
  transition-delay: 2s;
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  -o-transition-delay: 2s;
}
/* ======= Header ======= */
.header {
  padding: 5px 0;
  background: #ffffff;
  z-index: 9999;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
.header h1.logo {
  margin-top: 0;
  margin-bottom: 0;
  /* text-transform: uppercase; */
  font-weight: bold;
  font-size: 32px;
  max-height: 50px;
}
.header h1.logo a {
  color: #444444;
}
.header h1.logo a img {
  margin-right: 5px;
  max-height: 50px;
}
.header h1.logo .logo-title {
  vertical-align: middle;
  color: #ff0222 !important;
}
.header .main-nav button {
  background: #F02222;
  color: #fff !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.header .main-nav button:focus {
  outline: none;
}
.header .main-nav button .icon-bar {
  background-color: #fff;
}
.header .main-nav .nav .nav-item {
  font-weight: normal;
  /* text-transform: uppercase; */
  margin-right: 10px;
}
.header .main-nav .nav .nav-item.active a {
  color: #FF2222;
  background: none;
}
.header .main-nav .nav .nav-item a {
  color: #444444;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  /* border: 1px solid #FF0222; */
  /* border-radius: 5px; */
  /* padding-top: 10px; */
  /* padding-bottom: 10px; */
}
.header .main-nav .nav .nav-item a:hover {
  color: #FF2222;
  background: none;
}
.header .main-nav .nav .nav-item a:focus {
  outline: none;
  background: none;
}
.header .main-nav .nav .nav-item a:active {
  outline: none;
  background: none;
}
.header .main-nav .nav .nav-item.active {
  color: #FF2222;
}
.header .main-nav .nav .nav-item.last {
  margin-right: 0;
}
/* ======= Footer ======= */
.footer {
  background: #ECECEC;
  color: #fff;
  padding: 15px 0;
}
.footer .copyright {
  color: #b3b3b3;
  margin-right: 15px;
}
.footer .links {
  margin-bottom: 0;
}
.footer .links a {
  color: #808080;
}
.footer .links a:hover {
  color: #FF2222;
}
/* ======= FlexSlider ======= */
.flexslider {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  border: 0;
}
.flexslider .flex-control-nav {
  bottom: -35px;
}
.flexslider .flex-control-paging li a {
  background: #a1a1a1;
}
.flexslider .flex-control-paging li a:hover {
  background: #FF2222;
}
.flexslider .flex-control-paging li a.flex-active {
  background: #FF2222;
}
.flexslider .slides li {
  position: relative;
}
/* ======= Promo Section ======= */
.promo {
  /* background-color: #FF2222; */
  color: #fff;
}
.promo .container {
  padding-bottom: 15px;
}
.promo .overview {
  /* margin-top: 60px; */
  padding-left: 30px;
  padding-right: 30px;
}
.promo .overview h2 {
  font-size: 30px;
  margin-bottom: 35px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.promo .overview .summary {
  margin-bottom: 60px;
  margin-left: 70px;
}
.promo .overview .summary li {
  margin-bottom: 15px;
  list-style: none;
  font-size: 20px;
  font-weight: 300;
  padding-left: 30px;
  background: url('../images/bullet.png') no-repeat left center;
}
.promo .overview .download-area {
  display: inline-block;
}
.promo .overview .btn-group {
  margin-left: 40px;
}
.promo .overview .btn-group li {
  padding: 0;
  margin-bottom: 15px;
}
.promo .overview .btn-group li a {
  background-color: #333;
  background-repeat: no-repeat;
  background-position: left top;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
  width: 200px;
  height: 60px;
  text-indent: -9999px;
  margin-right: 30px;
}
.promo .overview .btn-group li a:hover {
  background-color: #333;
}
.promo .overview .btn-group li.ios-btn a {
  background-image: url('../images/buttons/btn-app-store.png');
}
.promo .overview .btn-group li.android-btn a {
  background-image: url('../images/buttons/btn-google-play.png');
}
.promo .overview .note {
  position: relative;
  color: #020202;
}
.promo .overview .note p {
  padding-top: 15px;
}
.promo .overview .note .left-arrow {
  position: absolute;
  left: 60px;
  bottom: 15px;
  display: inline-block;
  background: url('../images/arrows/up-arrow-left.png') no-repeat left top;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  width: 63px;
  height: 69px;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.promo .overview .note .right-arrow {
  position: absolute;
  right: 60px;
  bottom: 15px;
  display: inline-block;
  background: url('../images/arrows/up-arrow-right.png') no-repeat right top;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  width: 63px;
  height: 58px;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.promo .iphone {
  position: relative;
}
.promo .iphone .iphone-holder {
  position: relative;
  width: 320px;
  height: 600px;
  background-repeat: no-repeat;
  background-position: left top;
}
.promo .iphone.iphone-black .iphone-holder {
  background-image: url('../images/iphone/iphone-black.png');
}
.promo .iphone.iphone-white .iphone-holder {
  background-image: url('../images/iphone/iphone-white.png');
}
.promo .iphone .iphone-holder-inner {
  position: absolute;
  width: 222px;
  height: 394px;
  left: 51px;
  top: 103px;
}
.promo .iphone .flexslider .flex-control-nav {
  bottom: -50px;
}
.promo .iphone:before {
  content: "";
  display: block;
  width: 500px;
  height: 500px;
  background: url('../images/glow.png') no-repeat center top;
  right: 0;
  top: 0;
  position: absolute;
}
.promo .android {
  position: relative;
}
.promo .android .android-holder {
  position: relative;
  width: 320px;
  height: 600px;
  background-image: url('../images/android/android-black.png');
  background-repeat: no-repeat;
  background-position: left top;
}
.promo .android .android-holder-inner {
  position: absolute;
  width: 254px;
  height: 450px;
  left: 35px;
  top: 72px;
}
.promo .android .flexslider .flex-control-nav {
  bottom: -50px;
}
.promo .android:before {
  content: "";
  display: block;
  width: 500px;
  height: 500px;
  background: url('../images/glow.png') no-repeat center top;
  right: 0;
  top: 0;
  position: absolute;
}
.promo .ipad {
  position: relative;
}
.promo .ipad .ipad-holder {
  position: relative;
  width: 420px;
  height: 600px;
  background-repeat: no-repeat;
  background-position: left top;
}
.promo .ipad.ipad-black .ipad-holder {
  background-image: url('../images/ipad/ipad-black.png');
}
.promo .ipad.ipad-white .ipad-holder {
  background-image: url('../images/ipad/ipad-white.png');
}
.promo .ipad .ipad-holder-inner {
  position: absolute;
  width: 320px;
  height: 428px;
  left: 51px;
  top: 83px;
}
.promo .ipad .flexslider .flex-control-nav {
  bottom: -45px;
}
.promo .ipad:before {
  content: "";
  display: block;
  width: 500px;
  height: 500px;
  background: url('../images/glow.png') no-repeat left top;
  right: 0;
  top: 0;
  position: absolute;
}
/* ======= Features Section ======= */
.features {
  /* padding: 0px 0; */
  background-color: #F9F9F9;
  min-height: 500px;
  padding-top: 61px;
}
.features .icon {
  position: relative;
  width: 90px;
  height: 90px;
  border: 3px solid #FF2222;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: table;
  margin: 0 auto;
  -webkit-transition: -webkit-transform ease-out 0.2s, background 0.3s;
  -moz-transition: -moz-transform ease-out 0.2s, background 0.3s;
  transition: transform ease-out 0.2s, background 0.3s;
}
.features .icon:hover {
  background: #FF2222;
  color: #fff;
}
.features .icon:hover .fa {
  color: #fff;
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  -ms-transform: scale(0.93);
  -o-transform: scale(0.93);
}
.features .icon .fa {
  color: #FF2222;
  font-size: 48px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.features .content {
  padding: 30px;
}
.features .content .title {
  color: #FF2222;
  font-size: 18px;
  margin-top: 0;
}
.features .content p {
  font-weight: 300;
}
/* ======= How Section ======= */
.how {
  background-color: #f5f5f5;
  padding: 80px 0;
}
.how .content {
  padding: 0 60px;
}
.how .content .title {
  margin-top: 0;
  margin-bottom: 30px;
}
.how .content .intro {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 300;
  color: #777777;
}
.how .content .note {
  position: relative;
  padding-bottom: 42px;
  color: #999999;
}
.how .content .note .left-arrow {
  position: absolute;
  left: 60px;
  top: 20px;
  display: inline-block;
  background: url('../images/arrows/down-arrow-left.png') no-repeat left top;
  width: 30px;
  height: 42px;
}
.how .content .note .right-arrow {
  position: absolute;
  right: 60px;
  top: 20px;
  display: inline-block;
  background: url('../images/arrows/down-arrow-right.png') no-repeat right top;
  width: 30px;
  height: 42px;
}
.how .content .qr-codes .item img {
  margin-bottom: 15px;
  max-width: 150px;
}
.how .content .qr-codes .item p {
  color: #777777;
}
.how .video-container {
  margin-top: 50px;
}
/* ======= FAQ Section ======= */
.faq {
  padding: 80px 0;
}
.faq .title {
  margin-bottom: 60px;
}
.faq .item {
  padding: 30px;
  background: #f5f5f5;
  margin-bottom: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-bottom: 3px solid #c4e7d9;
}
.faq .item .question {
  margin-top: 0;
  font-size: 18px;
  margin-bottom: 15px;
}
.faq .item .question .fa {
  margin-right: 10px;
  color: #7bcaab;
}
.faq .item .answer {
  color: #777777;
  font-weight: 300;
}
.faq .more {
  margin-top: 30px;
}
.faq .more .title {
  margin-bottom: 15px;
  color: #999999;
  font-size: 18px;
}
.faq .more .btn {
  font-size: 18px;
  padding-left: 30px;
}
.faq .more .btn .fa {
  margin-left: 5px;
}
/* ======= Story Section ======= */
.story {
  background-color: #fbfbfb;
  color: #000;
  /* padding: 80px 0; */
}
.story .content .title {
  margin-bottom: 30px;
  margin-top: 0;
}
.story .content p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 15px;
}
.story .team {
  font-size: 16px;
}
.story .team .member img {
  margin-bottom: 15px;
}
.story .team .member .name {
  color: #225742;
  margin-bottom: 0px;
}
.story .team .member .title {
  color: #c4e7d9;
  font-weight: 300;
}
.story .team .connect {
  color: #fff;
  font-size: 26px;
}
.story .team .connect a {
  color: #317b5e;
}
.story .team .connect a:hover {
  color: #1b4434;
}
/* ======= Testimonials Section ======= */
.testimonials {padding-top: 40px;padding-bottom: 20px !important;}
.testimonials .title {
  margin-bottom: 60px;
}
.testimonials .item {
  margin-bottom: 30px;
}
.testimonials .item .quote-box {
  background: #f5f5f5;
  padding: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-top: 3px solid #c4e7d9;
  position: relative;
  margin-bottom: 23px;
}
.testimonials .item .quote-box .fa {
  color: #FF2222;
  font-size: 18px;
  position: absolute;
  left: 30px;
  top: 20px;
}
.testimonials .item .quote-box:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #f5f5f5;
  position: absolute;
  bottom: -10px;
  left: 55px;
}
.testimonials .item .quote {
  border: none;
  padding: 0;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0;
}
.testimonials .item .people .user-pic {
  max-width: 60px;
  max-height: 60px;
}
.testimonials .item .people .user-pic,
.testimonials .item .people .user-pic *,
.testimonials .item .people .user-pic *:before,
.testimonials .item .people .user-pic *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.testimonials .item .people .name {
  display: block;
}
.testimonials .item .people .title {
  display: block;
  color: #999999;
}
.testimonials .press .note {
  color: #FF2222;
  margin-bottom: 30px;
}
.testimonials .press li {
  margin-right: 30px;
  margin-bottom: 30px;
}
.testimonials .press li.last {
  margin-right: 0;
}
.testimonials .press li a img {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.testimonials .press li a:hover img {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
/* ======= Contact Section ======= */
.contact {
  background-color: #FF2222;
  color: #fff;
  padding: 80px 0;
}
.contact .title {
  margin-bottom: 30px;
  margin-top: 0;
}
.contact .intro p {
  font-size: 16px;
  font-weight: 300;
}
.contact .intro ul {
  margin-bottom: 30px;
  margin-top: 30px;
}
.contact .intro li {
  margin-bottom: 10px;
  color: #317b5e;
  font-size: 16px;
}
.contact .intro li .fa {
  margin-right: 10px;
}
.contact .intro li a {
  color: #317b5e;
}
.contact .intro li a:hover {
  color: #225742;
}
.contact .contact-form .form-control {
  border-color: #fff;
  height: auto;
  padding: 10px 15px;
}
.contact .contact-form .btn-theme {
  background-color: #317b5e;
  margin-top: 15px;
}
.contact .social-icons {
  display: inline-block;
  margin: 0 auto;
  margin-top: 60px;
}
/* ======= Configure Style ======= */
.config-wrapper {
  position: absolute;
  top: 100px;
  right: 0;
}
.config-wrapper-inner {
  position: relative;
}
.config-trigger {
  display: block;
  position: absolute;
  left: -36px;
  width: 36px;
  height: 36px;
  background: #444444;
  color: #fff;
  text-align: center;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.config-trigger:hover {
  background: #000;
}
.config-trigger .fa {
  font-size: 22px;
  padding-top: 8px;
  display: block;
  color: #fff;
}
.config-panel {
  width: 190px;
  display: none;
  background: #444444;
  color: #fff;
  padding: 15px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.config-panel h5.device-title {
  margin-bottom: 5px;
}
.config-panel #color-options {
  margin-bottom: 15px;
}
.config-panel #device-options {
  margin-bottom: 0;
}
.config-panel #device-options a {
  color: #999999;
}
.config-panel #device-options a:hover {
  color: #FF2222;
}
.config-panel #device-options li.active a {
  color: #8dd2b7;
}
.config-panel #color-options li a {
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
}
.config-panel #color-options li a:hover {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  border: 2px solid rgba(255, 255, 255, 0.8);
}
.config-panel #color-options li.active a {
  border: 2px solid #fff;
}
.config-panel #color-options li.theme-1 a {
  background: #FF2222;
}
.config-panel #color-options li.theme-2 a {
  background-color: #28a5a8;
}
.config-panel #color-options li.theme-3 a {
  background-color: #7cb75e;
}
.config-panel #color-options li.theme-4 a {
  background-color: #286da8;
}
.config-panel #color-options li.theme-5 a {
  background-color: #37ba67;
}
.config-panel #color-options li.theme-6 a {
  background-color: #f8a842;
}
.config-panel #color-options li.theme-7 a {
  background-color: #737f97;
}
.config-panel #color-options li.theme-8 a {
  background-color: #de5a6a;
}
.config-panel #color-options li.theme-9 a {
  background-color: #a83f73;
}
.config-panel #color-options li.theme-10 a {
  background-color: #7a3fa8;
}
.config-panel .close {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #fff;
}
.config-panel .close .fa {
  color: #fff;
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .promo .overview .summary li {
    font-size: 18px;
  }
  .promo .overview .note .left-arrow {
    left: 0;
  }
  .promo .overview .note .right-arrow {
    right: 0;
  }
  .promo .overview .summary {
    margin-left: 0;
  }
  .promo .overview {
    text-align: center;
  }
  .promo .overview .summary {
    margin-left: 0;
  }
  .promo .overview .summary li {
    text-align: left;
  }
  .promo .overview .download-area {
    margin: 0 auto;
  }
  .promo .phone {
    text-align: center;
  }
  .promo .phone .phone-holder {
    margin: 0 auto;
    width: auto;
    -webkit-background-size: 300px auto;
    -moz-background-size: 300px auto;
    -o-background-size: 300px auto;
    background-size: 300px auto;
  }
  .promo .iphone .iphone-holder-inner {
    width: 208px;
    height: 394px;
    left: 48px;
    top: 96px;
  }
  .promo .android .android-holder-inner {
    width: 238px;
    height: 394px;
    left: 33px;
    top: 67px;
  }
  .promo .ipad {
    text-align: center;
  }
  .promo .ipad .ipad-holder {
    margin: 0 auto;
    width: auto;
    -webkit-background-size: 300px auto;
    -moz-background-size: 300px auto;
    -o-background-size: 300px auto;
    background-size: 300px auto;
  }
  .promo .ipad .ipad-holder-inner {
    width: 229px;
    height: auto;
    left: 36px;
    top: 59px;
  }
  .promo .ipad .flexslider .flex-control-nav {
    bottom: -33px;
  }
  .promo .overview .note .left-arrow {
    -webkit-background-size: 30px auto;
    -moz-background-size: 30px auto;
    -o-background-size: 30px auto;
    background-size: 30px auto;
  }
  .promo .overview .note .right-arrow {
    -webkit-background-size: 30px auto;
    -moz-background-size: 30px auto;
    -o-background-size: 30px auto;
    background-size: 30px auto;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .promo .overview {
    text-align: center;
  }
  .promo .overview .summary {
    margin-left: 60px;
  }
  .promo .overview .summary li {
    text-align: left;
  }
  .promo .overview .download-area {
    margin: 0 auto;
  }
  .promo .phone {
    text-align: center;
  }
  .promo .phone .phone-holder {
    margin: 0 auto;
  }
  .promo .ipad {
    text-align: center;
  }
  .promo .ipad .ipad-holder {
    margin: 0 auto;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .promo .overview {
    text-align: left;
  }
  .promo .overview .summary {
    margin-left: 0;
  }
  .promo .overview .summary li {
    text-align: left;
  }
  .promo .phone {
    text-align: left;
  }
  .promo .ipad {
    text-align: left;
  }
}
/* Large devices (large desktops, 1200px and up) */
/** css for add order **/

#wrap ul{ margin:0px; padding:0px; text-align:left }

#wrap ul li{ 

  list-style-type:none; 

}



em{ font-style:normal; }
button {
  
  background:none repeat scroll 0 0 #AD7B05; color:#FFFFFF;
  border:medium none;
  font-family:"LubalGraphBdBTBold",Tahoma;
  font-size:1.1em;
  margin-right:-14px;
  padding:10px;
  cursor:pointer;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; 
}

.cart-total{ background:#E8E8E8}

.shopp,.cart-total{ 
  border:solid #ccc 1px; padding:8px; 
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px; font-size:12px;
  background:url(../../images/remove.png) center right no-repeat 5px;
  border-radius: 8px; 
  /*font-family:"LubalGraphBdBTBold",Tahoma; */
  margin-bottom:3px;

  }
  
div.shopp span{  float:left;} 
div.shopp div.label1{ width:100px; float:left; overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }    
div.shopp div.shopp-price{ width:70px; float:left;}
.quantity{ float:left; margin-top:-3px; width:20px;}
img.remove{float:right;cursor:pointer;}
.cart-total b{width:130px;}

.orderform input[type="text"]{
padding: 17px ;
}
.promo h1,h2{
  margin-bottom: 5px !important;
}

.badge-orange{
    display: inline-block;
    min-width: 10px;
    padding: 10px 12px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: rgba(0,0,0,.2);
    border-radius: 10px;
    margin-right: 10px;
    margin-top: 7px;
}
.divider-bottom{

border-bottom:1px dashed #666;
}

.badge-warning{display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #f78153;
    border-radius: 10px;
   
}
.badge-danger{display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #f75353;
    border-radius: 10px;
    
}
.badge-success{display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #51d466;
    border-radius: 10px;
    
}
#formfields input[type=text]{
    text-transform: capitalize !important;
}

#addnewaddress input[type=text]{
    text-transform: capitalize !important;
}

#errors{
    color: #E50000;
}

/*
 * Shopping, On-line Order Page
 */
 
{ margin-top: 40px; margin-bottom: 20px; }
.shopping-item {
  position: relative;
  /*max-width: 400px; */
  /* margin: 0 auto; */
  margin-bottom: 30px;
  /* padding: 5px; */
  text-align: center;
  /* background: #f1f0ef; */
  /*border: 4px solid #eee;*/
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  
  border: 1px solid rgba(222,213,222,1);
}

.shopping-item:hover {
  
 -webkit-box-shadow: 0px 2px 16px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 16px -1px rgba(0,0,0,0.75);
box-shadow: 0px 2px 16px -1px rgba(0,0,0,0.75);
}

.shopping-item img{ /*border: 1px solid #f5f5f5;*/ }
.shopping-item h4 {
  margin-top: 15px;
  margin-left: 10px; 
  font-size: 16px;
  line-height: 26px;
}

.shopping-item span.item-price {
  display: inline-block;
  margin-top: 10px;
  /* margin-right: 10px; */
  font-size: 16px;
  /* font-family: 'Open Sans Condensed', sans-serif; */
  line-height: 26px;
  font-weight: 600;
  background: #F9F9F9;
  text-align: center;
}
.shopping-item p {
  margin-bottom: 10px;
  margin-left: 10px;
  font-size: 13px;
  text-align: center;
  /* color: #9a9a9a; */
}

.shopping-item a{
  color: #FF0222; 
}

.shopping-item .item-hover { 
  position: absolute;
  left: -150px;
  bottom: 30%;
  width: 130px;
  height: 35px;
  line-height: 35px;
  -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
       -o-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
  -webkit-transform: skew(-20deg);
     -moz-transform: skew(-20deg);
      -ms-transform: skew(-20deg);
     -o-transform: skew(-20deg);
        transform: shew(-20deg);
}

.shopping-item a.link {
  position: absolute;
  left: -130px;
  bottom: 32%;
  font-size: 16px;
  color: #fff; 
  -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
       -o-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
}

.shopping-item a.btn { margin-bottom: 10px; }
.shopping-item:hover .item-hover { left: -20px; }
.shopping-item:hover a.link { left: 10px; }
.shopping-item .hot-tag{
  top: 10px;
  right: 10px;
  z-index: 20;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  font-weight: 700;
  font-family: 'Open Sans Condensed', sans-serif;
  border: 0;
  border-top-right-radius: 15px;
}

.shopping-pagination {
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}


.headingstrip{
    background-color: #FAFAFA;
    color: #333;
    text-align: left;
}

a.cart {/* position: fixed; *//* top: 0; */left: 100;right: 0;/* margin: 0; *//* width: 40px; */font-size: 1em;padding: .5em 0;text-align: center;color: #ffffff;z-index: 99998;/* top: 10px; */}

a.filters {
position: fixed;

left: 100;
right: 0;
margin: 0;

font-size: 1em;

text-align: center;

color: #ffffff;
z-index: 1;
top: 130px;
}
.filters a:focus {
position: fixed;
top: 0;
left: 100;
right: 0;
margin: 0;

font-size: 1em;

text-align: center;
border: 0px;
color: #ffffff;
z-index: 1;
top: 130px;
}
.navbar-toggle {

    margin-right: 30px !important;
   
}
.shopping-item:hover{
/*border: 4px solid #FF2222;*/
}
.form-control{
  /* padding: 15px 6px !important; */
  border: 1px solid #EAEAEA !important;
  /* height: 20px; */
  margin-bottom: 2px;
  font-size: 14px;
}

@media only screen{
 
.pull-center{
  left: 25%;
}
}

#alerts{
  color: #333;
  padding: 5px;
  border-top: solid 3px #FF2222;
  position: relative;
  background-color: #FDFDFD !important;
}

.shopping-item{

min-height: 500px !important;

position:relative;                 /* added */
}
.bottom-align-text{
  position:absolute;                  /* added */
   bottom:0;                           /* added */
   right:40%;
   float: right;
   padding-right: 2px;
}

.fixed-header {
  position: fixed;
  top:9%;
  z-index: 1;
  width: 100%;
  height: 40px;

}
.postionmenu{
  position: relative;
  top:10%;
}
@media (device-width: 320px) {
    .fixed-header {
    position: fixed;
    top:11%;
    z-index: 1;
    width: 100%;
    height: 42px;

  }
  .postionmenu{
    position: relative;
    top:12%;
  }
}

.badge-filter{display: inline-block;
    min-width: 10px;
    padding: 10px 12px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #333;
    
    margin-right: 0px;
    margin-top: 0px;
}

.modal{
  top: 140px;
}
a.filters {
position: fixed;

left: 100;
right: 0;
margin: 0;

font-size: 1em;

text-align: center;

color: #ffffff;
z-index: 999998;
top: 130px;
}

#mymodal {
position: fixed;
top: 0;
left: 100;
right: 0;
margin: 0;

font-size: 1em;
padding: .5em 0;
text-align: center;
width: auto;
color: #ffffff;
z-index: 999999;
top: 160px;
background-color: #333;
}

#mymodal a{
  color: #FFFFFF;
}

div.generalalert {
position: fixed;
left: 0;
right: 0;
margin: 0;
font-size: 1em;
text-align: center;
color: #ffffff;
bottom: 0;
padding:4px  4px;
background-color: #CA1717;
width: 90%;
margin: 0 auto;
}
a.generalalert p{
  padding: 0px;
}

.typeahead, .tt-query, .tt-hint {
  border: 2px solid #CCCCCC;
  border-radius: 4px;
  font-size: 14px;
  height: 34px;
  line-height: 30px;
  outline: medium none;
  padding: 8px 12px;
  width: 100%;
  color: #333; 
  display: block;
}


.tt-query {
    /* padding: 15px 6px !important; */
  border: 1px solid #EAEAEA !important;
   height: 34px;
  margin-bottom: 2px;
  font-size: 14px;
  color: #333;
   display: block;
   width: 330px;
}
.tt-hint {
  color: #999999;
}
.tt-dropdown-menu {
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  margin-top: 12px;
  padding: 8px 0;
  width: 100%;
  color:#333;
}
.tt-suggestion {
  font-size: 14px;
  line-height: 24px;
  padding: 3px 20px;
}
.tt-suggestion.tt-is-under-cursor {
  background-color: #0097CF;
  color: #333;
}
.tt-suggestion p {
  margin: 0;
}
#areas small{
color: #333;
font-style: italic;
}
.searchbox{
  cursor:pointer;
  background-color: #fff;
  border: 1px solid #33333 !important;
  font-size: 14px;
  font-weight: 300;
  margin-left: 0px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  height: 40px;
}
.loadinggif {
    background:url('http://www.hsi.com.hk/HSI-Net/pages/images/en/share/ajax-loader.gif') no-repeat right center;
}
.footer a{
  color: #333;
}

.alert-bac {
    background: rgba(255, 255, 255, 0.87);
    border-color: #efe8e7;
    color: #FF0222;
    /* opacity: 0.9; */
}

.alert-bac inpyt[type = "text"]{
   
    border:1px solid #333;
    
}

.top10{
  margin-top: 5%;
}

.fixed {
    position: fixed;
    top: 60px;
    width: 87%;
    background: rgba(241, 4, 4, 0.84);
    z-index: 101;
}

.fixed .nav>li>a{

    
    color: white !important;
    

}
.fixed .nav>li>a:hover{

    
    color: #FF2222 !important;

}
.fixed .nav>li>a:active{

    
    color: #FF2222 !important;
   

}

.fixed .nav>li>a:focus {
  color: #333 !important;
  background: #E8E8E8 !important;
  font-weight: bold;
   
}

.fixed .nav-tabs {
    border-bottom: 1px solid rgba(241, 4, 4, 0.84) !important;
    border-top: 1px solid rgba(241, 4, 4, 0.84) !important;
}


.nav>li>a {
    position: relative !important;
    display: block !important;
    padding: 15px 8px !important;
}
.nav>li>a:hover {
    color: #FF0222 !important;
}
.nav>li>a:active {
    color: #333 !important;
}
.nav-tabs>li>a {
  color: #333 !important;
   margin-right: 0px !important;
    line-height: 1.42857143 !important;
    border: 1px solid transparent;
     border-radius: 0 0 0 0 !important; 
}

.nav-tabs {
    
    border-top: 1px solid #ddd !important;
}
.nav>li>a:focus {
  color: #fff !important;
  /* background: #FF2222 !important; */
  font-weight: bold;
}
@media (max-width: 767px) {
}
@media (max-width: 767px) {

  #mobmenu{
    margin-top: -32%;
    background: #fffefe !important;
    position: fixed;
    font-size: 14px;
    /* float: right; */
  }

  .fixed {
    position: relative;
   
}

 

.top10{
  margin-top: 10px;
}

  .summary{
    display: none;
  }
}
.itemparent a{
  color:#F02222;
}
.green{
  color: green !important;
}
.red{
  color: #FF0222 !important;
}
.blue{
  color: blue !important;
}
.itemparent p{
  font-size: 13px;
  font-style: italic;
  line-height: 1.4;
  color: #666;
  padding-left: 40px;
}
#itemslist img{
  width: 950px;
}
.itemparent {
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px solid #F44336 !important;
  border-bottom: 1px solid #FF2222 !important;
  padding: 10px;
}
.itemparent:hover {
  background: #EEE;
}
.item-price{
  padding: 2px;
  font-size: 20px;
  color: #12395a;
  border-bottom: 1px solid #FFFFFF;
  text-align: right;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 8px !important;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #f9f9f9 !important;
}

.padding-10{
  padding: 10px;
}
padding-5{
  padding: 5px;
}



.margin-top-5{
  margin-top: 5px !important;
}
.margin-top-10{
  margin-top: 10px !important;
}
.margin-top-20{
  margin-top: 20px !important;
}
.margin-top-30{
  margin-top: 30px !important;
}
.margin-top-50{
  margin-top: 50px !important;
}

.margin-bottom-5{
  margin-bottom: 5px !important;
}
.margin-bottom-10{
  margin-bottom: 10px !important;
}
.margin-bottom-20{
  margin-bottom: 20px !important;
}
.margin-bottom-30{
  margin-bottom: 30px !important;
}
.margin-bottom-50{
  margin-bottom: 50px !important;
}

.margin-right-20{
  margin-right: 20px !important;
}
@media (max-width: 767px){
   .col-xs-8, .col-xs-4 {
    width: 100% !important;
    text-align: center;

    body {
  font-family: 'Roboto', sans-serif;
  color: #444444;
  margin-top:  50px !important;

}
   
   }

   .features1{
 min-height: auto !important;
 margin-top: 42% !important;
}
.margin-right-20{
  margin-right: 0px !important;
}
   
  
}

#locationField input{
 
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
  border-bottom: 1px #EEE solid !important;
  border-radius: 0px !important; 
}
#webmenufilter{
  font-size: 13px !important;
}
.border-bottom{
  border-bottom: 1px solid #E8E8E8; 
  margin-top: 5px;
  margin-bottom: 10px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #FFF !important;
    background-color: #f44336 !important;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}

.item-box{/*   
 * Template Name: Delta - Responsive Website Template for mobile app
 * Version: 1.0
 * Author: 3rd Wave Media
 * Website: http://3rdwavemedia.com/
*/
/* ======= Base ======= */
body {
  font-family: 'Roboto', sans-serif;
  color: #444444;
}
a {
  color: #000000;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
a:hover {
  text-decoration: none;
  color: #3fa07a;
}
.btn {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.btn .fa {
  color: #fff;
  margin-right: 5px;
}
.btn-theme {
  background: #FF2222;
  border: 1px solid #FF2222;
  color: #fff;
}
.btn-theme:hover {
  background: #3fa07a;
  border: 1px solid #3fa07a;
  color: #fff;
}
.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-control:focus {
  border-color: #FF2222;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
blockquote {
  font-size: 14px;
}
.text-highlight {
  color: #225742;
}
.note {
  font-family: 'Covered By Your Grace', cursive;
  font-size: 22px;
}
.row-end {
  margin-right: 0;
  padding-right: 0;
}
.social-icons {
  list-style: none;
  padding: 10px 0;
  margin-bottom: 0;
}
.social-icons li {
  float: left;
}
.social-icons li.row-end {
  margin-right: 0;
}
.social-icons a {
  display: inline-block;
  background: #3fa07a;
  width: 48px;
  height: 48px;
  text-align: center;
  padding-top: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-right: 8px;
  float: left;
}
.social-icons a:hover {
  background: #317b5e;
}
.social-icons a .fa {
  color: #fff;
}
.social-icons a .fa:before {
  font-size: 26px;
  text-align: center;
  padding: 0;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
  text-transform: uppercase;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  text-transform: uppercase;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  text-transform: uppercase;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  text-transform: uppercase;
}
.offset-header {
  padding-top: 90px;
}
.has-pattern {
  background-image: url('../images/bgimg/3.jpg');
  background-repeat: repeat;
  background-position: left top;
  min-height: 780px;
}
.delayp1 {
  animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-delay: .1s;
  -o-animation-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  -o-transition-delay: .1s;
}
.delayp2 {
  animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-delay: .2s;
  -o-animation-delay: .2s;
  transition-delay: .2s;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
}
.delayp3 {
  animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-delay: .3s;
  -o-animation-delay: .3s;
  transition-delay: .3s;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
}
.delayp4 {
  animation-delay: .4s;
  -moz-animation-delay: .4s;
  -webkit-animation-delay: .4s;
  -o-animation-delay: .4s;
  transition-delay: .4s;
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  -o-transition-delay: .4s;
}
.delayp5 {
  animation-delay: .5s;
  -moz-animation-delay: .5s;
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  transition-delay: .5s;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  -o-transition-delay: .5s;
}
.delayp6 {
  animation-delay: .6s;
  -moz-animation-delay: .6s;
  -webkit-animation-delay: .6s;
  -o-animation-delay: .6s;
  transition-delay: .6s;
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  -o-transition-delay: .6s;
}
.delayp7 {
  animation-delay: .7s;
  -moz-animation-delay: .7s;
  -webkit-animation-delay: .7s;
  -o-animation-delay: .7s;
  transition-delay: .7s;
  -webkit-transition-delay: .7s;
  -moz-transition-delay: .7s;
  -o-transition-delay: .7s;
}
.delayp8 {
  animation-delay: .8s;
  -moz-animation-delay: .8s;
  -webkit-animation-delay: .8s;
  -o-animation-delay: .8s;
  transition-delay: .8s;
  -webkit-transition-delay: .8s;
  -moz-transition-delay: .8s;
  -o-transition-delay: .8s;
}
.delayp9 {
  animation-delay: .9s;
  -moz-animation-delay: .9s;
  -webkit-animation-delay: .9s;
  -o-animation-delay: .9s;
  transition-delay: .9s;
  -webkit-transition-delay: .9s;
  -moz-transition-delay: .9s;
  -o-transition-delay: .9s;
}
.delay1s {
  animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -o-animation-delay: 1s;
  transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
}
.delay2s {
  animation-delay: 2s;
  -moz-animation-delay: 2s;
  -webkit-animation-delay: 2s;
  -o-animation-delay: 2s;
  transition-delay: 2s;
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  -o-transition-delay: 2s;
}
/* ======= Header ======= */
.header {
  padding: 5px 0;
  background: #ffffff;
  z-index: 9999;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
.header h1.logo {
  margin-top: 0;
  margin-bottom: 0;
  /* text-transform: uppercase; */
  font-weight: bold;
  font-size: 32px;
  max-height: 50px;
}
.header h1.logo a {
  color: #444444;
}
.header h1.logo a img {
  margin-right: 5px;
  max-height: 50px;
}
.header h1.logo .logo-title {
  vertical-align: middle;
  color: #ff0222 !important;
}
.header .main-nav button {
  background: #F02222;
  color: #fff !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.header .main-nav button:focus {
  outline: none;
}
.header .main-nav button .icon-bar {
  background-color: #fff;
}
.header .main-nav .nav .nav-item {
  font-weight: normal;
  /* text-transform: uppercase; */
  margin-right: 10px;
}
.header .main-nav .nav .nav-item.active a {
  color: #FF2222;
  background: none;
}
.header .main-nav .nav .nav-item a {
  color: #444444;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  /* border: 1px solid #FF0222; */
  /* border-radius: 5px; */
  /* padding-top: 10px; */
  /* padding-bottom: 10px; */
}
.header .main-nav .nav .nav-item a:hover {
  color: #FF2222;
  background: none;
}
.header .main-nav .nav .nav-item a:focus {
  outline: none;
  background: none;
}
.header .main-nav .nav .nav-item a:active {
  outline: none;
  background: none;
}
.header .main-nav .nav .nav-item.active {
  color: #FF2222;
}
.header .main-nav .nav .nav-item.last {
  margin-right: 0;
}
/* ======= Footer ======= */
.footer {
  background: #ECECEC;
  color: #fff;
  padding: 15px 0;
}
.footer .copyright {
  color: #b3b3b3;
  margin-right: 15px;
}
.footer .links {
  margin-bottom: 0;
}
.footer .links a {
  color: #808080;
}
.footer .links a:hover {
  color: #FF2222;
}
/* ======= FlexSlider ======= */
.flexslider {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  border: 0;
}
.flexslider .flex-control-nav {
  bottom: -35px;
}
.flexslider .flex-control-paging li a {
  background: #a1a1a1;
}
.flexslider .flex-control-paging li a:hover {
  background: #FF2222;
}
.flexslider .flex-control-paging li a.flex-active {
  background: #FF2222;
}
.flexslider .slides li {
  position: relative;
}
/* ======= Promo Section ======= */
.promo {
  /* background-color: #FF2222; */
  color: #fff;
}
.promo .container {
  padding-bottom: 15px;
}
.promo .overview {
  /* margin-top: 60px; */
  padding-left: 30px;
  padding-right: 30px;
}
.promo .overview h2 {
  font-size: 30px;
  margin-bottom: 35px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.promo .overview .summary {
  margin-bottom: 60px;
  margin-left: 70px;
}
.promo .overview .summary li {
  margin-bottom: 15px;
  list-style: none;
  font-size: 20px;
  font-weight: 300;
  padding-left: 30px;
  background: url('../images/bullet.png') no-repeat left center;
}
.promo .overview .download-area {
  display: inline-block;
}
.promo .overview .btn-group {
  margin-left: 40px;
}
.promo .overview .btn-group li {
  padding: 0;
  margin-bottom: 15px;
}
.promo .overview .btn-group li a {
  background-color: #333;
  background-repeat: no-repeat;
  background-position: left top;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
  width: 200px;
  height: 60px;
  text-indent: -9999px;
  margin-right: 30px;
}
.promo .overview .btn-group li a:hover {
  background-color: #333;
}
.promo .overview .btn-group li.ios-btn a {
  background-image: url('../images/buttons/btn-app-store.png');
}
.promo .overview .btn-group li.android-btn a {
  background-image: url('../images/buttons/btn-google-play.png');
}
.promo .overview .note {
  position: relative;
  color: #020202;
}
.promo .overview .note p {
  padding-top: 15px;
}
.promo .overview .note .left-arrow {
  position: absolute;
  left: 60px;
  bottom: 15px;
  display: inline-block;
  background: url('../images/arrows/up-arrow-left.png') no-repeat left top;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  width: 63px;
  height: 69px;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.promo .overview .note .right-arrow {
  position: absolute;
  right: 60px;
  bottom: 15px;
  display: inline-block;
  background: url('../images/arrows/up-arrow-right.png') no-repeat right top;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  width: 63px;
  height: 58px;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.promo .iphone {
  position: relative;
}
.promo .iphone .iphone-holder {
  position: relative;
  width: 320px;
  height: 600px;
  background-repeat: no-repeat;
  background-position: left top;
}
.promo .iphone.iphone-black .iphone-holder {
  background-image: url('../images/iphone/iphone-black.png');
}
.promo .iphone.iphone-white .iphone-holder {
  background-image: url('../images/iphone/iphone-white.png');
}
.promo .iphone .iphone-holder-inner {
  position: absolute;
  width: 222px;
  height: 394px;
  left: 51px;
  top: 103px;
}
.promo .iphone .flexslider .flex-control-nav {
  bottom: -50px;
}
.promo .iphone:before {
  content: "";
  display: block;
  width: 500px;
  height: 500px;
  background: url('../images/glow.png') no-repeat center top;
  right: 0;
  top: 0;
  position: absolute;
}
.promo .android {
  position: relative;
}
.promo .android .android-holder {
  position: relative;
  width: 320px;
  height: 600px;
  background-image: url('../images/android/android-black.png');
  background-repeat: no-repeat;
  background-position: left top;
}
.promo .android .android-holder-inner {
  position: absolute;
  width: 254px;
  height: 450px;
  left: 35px;
  top: 72px;
}
.promo .android .flexslider .flex-control-nav {
  bottom: -50px;
}
.promo .android:before {
  content: "";
  display: block;
  width: 500px;
  height: 500px;
  background: url('../images/glow.png') no-repeat center top;
  right: 0;
  top: 0;
  position: absolute;
}
.promo .ipad {
  position: relative;
}
.promo .ipad .ipad-holder {
  position: relative;
  width: 420px;
  height: 600px;
  background-repeat: no-repeat;
  background-position: left top;
}
.promo .ipad.ipad-black .ipad-holder {
  background-image: url('../images/ipad/ipad-black.png');
}
.promo .ipad.ipad-white .ipad-holder {
  background-image: url('../images/ipad/ipad-white.png');
}
.promo .ipad .ipad-holder-inner {
  position: absolute;
  width: 320px;
  height: 428px;
  left: 51px;
  top: 83px;
}
.promo .ipad .flexslider .flex-control-nav {
  bottom: -45px;
}
.promo .ipad:before {
  content: "";
  display: block;
  width: 500px;
  height: 500px;
  background: url('../images/glow.png') no-repeat left top;
  right: 0;
  top: 0;
  position: absolute;
}
/* ======= Features Section ======= */
.features {
  /* padding: 0px 0; */
  background-color: #F9F9F9;
  min-height: 500px;
  padding-top: 61px;
}
.features .icon {
  position: relative;
  width: 90px;
  height: 90px;
  border: 3px solid #FF2222;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: table;
  margin: 0 auto;
  -webkit-transition: -webkit-transform ease-out 0.2s, background 0.3s;
  -moz-transition: -moz-transform ease-out 0.2s, background 0.3s;
  transition: transform ease-out 0.2s, background 0.3s;
}
.features .icon:hover {
  background: #FF2222;
  color: #fff;
}
.features .icon:hover .fa {
  color: #fff;
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  -ms-transform: scale(0.93);
  -o-transform: scale(0.93);
}
.features .icon .fa {
  color: #FF2222;
  font-size: 48px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.features .content {
  padding: 30px;
}
.features .content .title {
  color: #FF2222;
  font-size: 18px;
  margin-top: 0;
}
.features .content p {
  font-weight: 300;
}
/* ======= How Section ======= */
.how {
  background-color: #f5f5f5;
  padding: 80px 0;
}
.how .content {
  padding: 0 60px;
}
.how .content .title {
  margin-top: 0;
  margin-bottom: 30px;
}
.how .content .intro {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 300;
  color: #777777;
}
.how .content .note {
  position: relative;
  padding-bottom: 42px;
  color: #999999;
}
.how .content .note .left-arrow {
  position: absolute;
  left: 60px;
  top: 20px;
  display: inline-block;
  background: url('../images/arrows/down-arrow-left.png') no-repeat left top;
  width: 30px;
  height: 42px;
}
.how .content .note .right-arrow {
  position: absolute;
  right: 60px;
  top: 20px;
  display: inline-block;
  background: url('../images/arrows/down-arrow-right.png') no-repeat right top;
  width: 30px;
  height: 42px;
}
.how .content .qr-codes .item img {
  margin-bottom: 15px;
  max-width: 150px;
}
.how .content .qr-codes .item p {
  color: #777777;
}
.how .video-container {
  margin-top: 50px;
}
/* ======= FAQ Section ======= */
.faq {
  padding: 80px 0;
}
.faq .title {
  margin-bottom: 60px;
}
.faq .item {
  padding: 30px;
  background: #f5f5f5;
  margin-bottom: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-bottom: 3px solid #c4e7d9;
}
.faq .item .question {
  margin-top: 0;
  font-size: 18px;
  margin-bottom: 15px;
}
.faq .item .question .fa {
  margin-right: 10px;
  color: #7bcaab;
}
.faq .item .answer {
  color: #777777;
  font-weight: 300;
}
.faq .more {
  margin-top: 30px;
}
.faq .more .title {
  margin-bottom: 15px;
  color: #999999;
  font-size: 18px;
}
.faq .more .btn {
  font-size: 18px;
  padding-left: 30px;
}
.faq .more .btn .fa {
  margin-left: 5px;
}
/* ======= Story Section ======= */
.story {
  background-color: #fbfbfb;
  color: #000;
  /* padding: 80px 0; */
}
.story .content .title {
  margin-bottom: 30px;
  margin-top: 0;
}
.story .content p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 15px;
}
.story .team {
  font-size: 16px;
}
.story .team .member img {
  margin-bottom: 15px;
}
.story .team .member .name {
  color: #225742;
  margin-bottom: 0px;
}
.story .team .member .title {
  color: #c4e7d9;
  font-weight: 300;
}
.story .team .connect {
  color: #fff;
  font-size: 26px;
}
.story .team .connect a {
  color: #317b5e;
}
.story .team .connect a:hover {
  color: #1b4434;
}
/* ======= Testimonials Section ======= */
.testimonials {padding-top: 40px;padding-bottom: 20px !important;}
.testimonials .title {
  margin-bottom: 60px;
}
.testimonials .item {
  margin-bottom: 30px;
}
.testimonials .item .quote-box {
  background: #f5f5f5;
  padding: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-top: 3px solid #c4e7d9;
  position: relative;
  margin-bottom: 23px;
}
.testimonials .item .quote-box .fa {
  color: #FF2222;
  font-size: 18px;
  position: absolute;
  left: 30px;
  top: 20px;
}
.testimonials .item .quote-box:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #f5f5f5;
  position: absolute;
  bottom: -10px;
  left: 55px;
}
.testimonials .item .quote {
  border: none;
  padding: 0;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0;
}
.testimonials .item .people .user-pic {
  max-width: 60px;
  max-height: 60px;
}
.testimonials .item .people .user-pic,
.testimonials .item .people .user-pic *,
.testimonials .item .people .user-pic *:before,
.testimonials .item .people .user-pic *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.testimonials .item .people .name {
  display: block;
}
.testimonials .item .people .title {
  display: block;
  color: #999999;
}
.testimonials .press .note {
  color: #FF2222;
  margin-bottom: 30px;
}
.testimonials .press li {
  margin-right: 30px;
  margin-bottom: 30px;
}
.testimonials .press li.last {
  margin-right: 0;
}
.testimonials .press li a img {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.testimonials .press li a:hover img {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
/* ======= Contact Section ======= */
.contact {
  background-color: #FF2222;
  color: #fff;
  padding: 80px 0;
}
.contact .title {
  margin-bottom: 30px;
  margin-top: 0;
}
.contact .intro p {
  font-size: 16px;
  font-weight: 300;
}
.contact .intro ul {
  margin-bottom: 30px;
  margin-top: 30px;
}
.contact .intro li {
  margin-bottom: 10px;
  color: #317b5e;
  font-size: 16px;
}
.contact .intro li .fa {
  margin-right: 10px;
}
.contact .intro li a {
  color: #317b5e;
}
.contact .intro li a:hover {
  color: #225742;
}
.contact .contact-form .form-control {
  border-color: #fff;
  height: auto;
  padding: 10px 15px;
}
.contact .contact-form .btn-theme {
  background-color: #317b5e;
  margin-top: 15px;
}
.contact .social-icons {
  display: inline-block;
  margin: 0 auto;
  margin-top: 60px;
}
/* ======= Configure Style ======= */
.config-wrapper {
  position: absolute;
  top: 100px;
  right: 0;
}
.config-wrapper-inner {
  position: relative;
}
.config-trigger {
  display: block;
  position: absolute;
  left: -36px;
  width: 36px;
  height: 36px;
  background: #444444;
  color: #fff;
  text-align: center;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.config-trigger:hover {
  background: #000;
}
.config-trigger .fa {
  font-size: 22px;
  padding-top: 8px;
  display: block;
  color: #fff;
}
.config-panel {
  width: 190px;
  display: none;
  background: #444444;
  color: #fff;
  padding: 15px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.config-panel h5.device-title {
  margin-bottom: 5px;
}
.config-panel #color-options {
  margin-bottom: 15px;
}
.config-panel #device-options {
  margin-bottom: 0;
}
.config-panel #device-options a {
  color: #999999;
}
.config-panel #device-options a:hover {
  color: #FF2222;
}
.config-panel #device-options li.active a {
  color: #8dd2b7;
}
.config-panel #color-options li a {
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
}
.config-panel #color-options li a:hover {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  border: 2px solid rgba(255, 255, 255, 0.8);
}
.config-panel #color-options li.active a {
  border: 2px solid #fff;
}
.config-panel #color-options li.theme-1 a {
  background: #FF2222;
}
.config-panel #color-options li.theme-2 a {
  background-color: #28a5a8;
}
.config-panel #color-options li.theme-3 a {
  background-color: #7cb75e;
}
.config-panel #color-options li.theme-4 a {
  background-color: #286da8;
}
.config-panel #color-options li.theme-5 a {
  background-color: #37ba67;
}
.config-panel #color-options li.theme-6 a {
  background-color: #f8a842;
}
.config-panel #color-options li.theme-7 a {
  background-color: #737f97;
}
.config-panel #color-options li.theme-8 a {
  background-color: #de5a6a;
}
.config-panel #color-options li.theme-9 a {
  background-color: #a83f73;
}
.config-panel #color-options li.theme-10 a {
  background-color: #7a3fa8;
}
.config-panel .close {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #fff;
}
.config-panel .close .fa {
  color: #fff;
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .promo .overview .summary li {
    font-size: 18px;
  }
  .promo .overview .note .left-arrow {
    left: 0;
  }
  .promo .overview .note .right-arrow {
    right: 0;
  }
  .promo .overview .summary {
    margin-left: 0;
  }
  .promo .overview {
    text-align: center;
  }
  .promo .overview .summary {
    margin-left: 0;
  }
  .promo .overview .summary li {
    text-align: left;
  }
  .promo .overview .download-area {
    margin: 0 auto;
  }
  .promo .phone {
    text-align: center;
  }
  .promo .phone .phone-holder {
    margin: 0 auto;
    width: auto;
    -webkit-background-size: 300px auto;
    -moz-background-size: 300px auto;
    -o-background-size: 300px auto;
    background-size: 300px auto;
  }
  .promo .iphone .iphone-holder-inner {
    width: 208px;
    height: 394px;
    left: 48px;
    top: 96px;
  }
  .promo .android .android-holder-inner {
    width: 238px;
    height: 394px;
    left: 33px;
    top: 67px;
  }
  .promo .ipad {
    text-align: center;
  }
  .promo .ipad .ipad-holder {
    margin: 0 auto;
    width: auto;
    -webkit-background-size: 300px auto;
    -moz-background-size: 300px auto;
    -o-background-size: 300px auto;
    background-size: 300px auto;
  }
  .promo .ipad .ipad-holder-inner {
    width: 229px;
    height: auto;
    left: 36px;
    top: 59px;
  }
  .promo .ipad .flexslider .flex-control-nav {
    bottom: -33px;
  }
  .promo .overview .note .left-arrow {
    -webkit-background-size: 30px auto;
    -moz-background-size: 30px auto;
    -o-background-size: 30px auto;
    background-size: 30px auto;
  }
  .promo .overview .note .right-arrow {
    -webkit-background-size: 30px auto;
    -moz-background-size: 30px auto;
    -o-background-size: 30px auto;
    background-size: 30px auto;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .promo .overview {
    text-align: center;
  }
  .promo .overview .summary {
    margin-left: 60px;
  }
  .promo .overview .summary li {
    text-align: left;
  }
  .promo .overview .download-area {
    margin: 0 auto;
  }
  .promo .phone {
    text-align: center;
  }
  .promo .phone .phone-holder {
    margin: 0 auto;
  }
  .promo .ipad {
    text-align: center;
  }
  .promo .ipad .ipad-holder {
    margin: 0 auto;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .promo .overview {
    text-align: left;
  }
  .promo .overview .summary {
    margin-left: 0;
  }
  .promo .overview .summary li {
    text-align: left;
  }
  .promo .phone {
    text-align: left;
  }
  .promo .ipad {
    text-align: left;
  }
}
/* Large devices (large desktops, 1200px and up) */
/** css for add order **/

#wrap ul{ margin:0px; padding:0px; text-align:left }

#wrap ul li{ 

  list-style-type:none; 

}



em{ font-style:normal; }
button {
  
  background:none repeat scroll 0 0 #AD7B05; color:#FFFFFF;
  border:medium none;
  font-family:"LubalGraphBdBTBold",Tahoma;
  font-size:1.1em;
  margin-right:-14px;
  padding:10px;
  cursor:pointer;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; 
}

.cart-total{ background:#E8E8E8}

.shopp,.cart-total{ 
  border:solid #ccc 1px; padding:8px; 
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px; font-size:12px;
  background:url(../../images/remove.png) center right no-repeat 5px;
  border-radius: 8px; 
  /*font-family:"LubalGraphBdBTBold",Tahoma; */
  margin-bottom:3px;

  }
  
div.shopp span{  float:left;} 
div.shopp div.label1{ width:100px; float:left; overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }    
div.shopp div.shopp-price{ width:70px; float:left;}
.quantity{ float:left; margin-top:-3px; width:20px;}
img.remove{float:right;cursor:pointer;}
.cart-total b{width:130px;}

.orderform input[type="text"]{
padding: 17px ;
}
.promo h1,h2{
  margin-bottom: 5px !important;
}

.badge-orange{
    display: inline-block;
    min-width: 10px;
    padding: 10px 12px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #F44336;
    border-radius: 10px;
    margin-right: 10px;
    margin-top: 7px;
}
.divider-bottom{

border-bottom:1px dashed #666;
}

.badge-warning{display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #f78153;
    border-radius: 10px;
   
}
.badge-danger{display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #f75353;
    border-radius: 10px;
    
}
.badge-success{display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #51d466;
    border-radius: 10px;
    
}
#formfields input[type=text]{
    text-transform: capitalize !important;
}

#addnewaddress input[type=text]{
    text-transform: capitalize !important;
}

#errors{
    color: #E50000;
}

/*
 * Shopping, On-line Order Page
 */
 
{ margin-top: 40px; margin-bottom: 20px; }
.shopping-item {
  position: relative;
  /*max-width: 400px; */
  /* margin: 0 auto; */
  margin-bottom: 30px;
  /* padding: 5px; */
  text-align: center;
  /* background: #f1f0ef; */
  /*border: 4px solid #eee;*/
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  /* transition: all 0.4s ease-in-out; */
  /* -webkit-box-shadow: 10px 10px 21px -8px rgba(222,213,222,1); */
  /* box-shadow: 10px 10px 21px -8px rgba(222,213,222,1); */
  border: 1px solid rgba(222,213,222,1);
}
.shopping-item:hover {
   box-shadow: 10px 10px 21px -8px rgba(222,213,222,1);
}

.shopping-item img{ /*border: 1px solid #f5f5f5;*/ }
.shopping-item h4 {
  margin-top: 15px;
  margin-left: 10px; 
  font-size: 16px;
  line-height: 26px;
}

.shopping-item span.item-price {
  display: inline-block;
  margin-top: 10px;
  /* margin-right: 10px; */
  font-size: 16px;
  /* font-family: 'Open Sans Condensed', sans-serif; */
  line-height: 26px;
  font-weight: 600;
  background: #F9F9F9;
  text-align: center;
}
.shopping-item p {
  margin-bottom: 10px;
  margin-left: 10px;
  font-size: 13px;
  text-align: center;
  /* color: #9a9a9a; */
}

.shopping-item a{
  color: #FF0222; 
}

.shopping-item .item-hover { 
  position: absolute;
  left: -150px;
  bottom: 30%;
  width: 130px;
  height: 35px;
  line-height: 35px;
  -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
       -o-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
  -webkit-transform: skew(-20deg);
     -moz-transform: skew(-20deg);
      -ms-transform: skew(-20deg);
     -o-transform: skew(-20deg);
        transform: shew(-20deg);
}

.shopping-item a.link {
  position: absolute;
  left: -130px;
  bottom: 32%;
  font-size: 16px;
  color: #fff; 
  -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
       -o-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
}

.shopping-item a.btn { margin-bottom: 10px; }
.shopping-item:hover .item-hover { left: -20px; }
.shopping-item:hover a.link { left: 10px; }
.shopping-item .hot-tag{
  top: 10px;
  right: 10px;
  z-index: 20;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  font-weight: 700;
  font-family: 'Open Sans Condensed', sans-serif;
  border: 0;
  border-top-right-radius: 15px;
}

.shopping-pagination {
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}


.headingstrip{
    background-color: #FAFAFA;
    color: #333;
    text-align: left;
}

a.cart {position: fixed;top: 0;left: 100;right: 0;margin: 0;/* width: 40px; */font-size: 1em;padding: .5em 0;text-align: center;color: #ffffff;z-index: 99998;/* top: 10px; */}

a.filters {
position: fixed;

left: 100;
right: 0;
margin: 0;

font-size: 1em;

text-align: center;

color: #ffffff;
z-index: 1;
top: 130px;
}
.filters a:focus {
position: fixed;
top: 0;
left: 100;
right: 0;
margin: 0;

font-size: 1em;

text-align: center;
border: 0px;
color: #ffffff;
z-index: 1;
top: 130px;
}
.navbar-toggle {

    margin-right: 30px !important;
   
}
.shopping-item:hover{
/*border: 4px solid #FF2222;*/
}
.form-control{
  /* padding: 15px 6px !important; */
  border: 1px solid #EAEAEA !important;
  /* height: 20px; */
  margin-bottom: 2px;
  font-size: 14px;
}

@media only screen{
 
.pull-center{
  left: 25%;
}
}

#alerts{
  color: #333;
  padding: 5px;
  border-top: solid 3px #FF2222;
  position: relative;
  background-color: #FDFDFD !important;
}

.shopping-item{

min-height: 500px !important;

position:relative;                 /* added */
}
.bottom-align-text{
  position:absolute;                  /* added */
   bottom:0;                           /* added */
   right:40%;
   float: right;
   padding-right: 2px;
}

.fixed-header {
  position: fixed;
  top:9%;
  z-index: 1;
  width: 100%;
  height: 40px;

}
.postionmenu{
  position: relative;
  top:10%;
}
@media (device-width: 320px) {
    .fixed-header {
    position: fixed;
    top:11%;
    z-index: 1;
    width: 100%;
    height: 42px;

  }
  .postionmenu{
    position: relative;
    top:12%;
  }
}

.badge-filter{display: inline-block;
    min-width: 10px;
    padding: 10px 12px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #333;
    
    margin-right: 0px;
    margin-top: 0px;
}

.modal{
  top: 140px;
}
a.filters {
position: fixed;

left: 100;
right: 0;
margin: 0;

font-size: 1em;

text-align: center;

color: #ffffff;
z-index: 999998;
top: 130px;
}

#mymodal {
position: fixed;
top: 0;
left: 100;
right: 0;
margin: 0;

font-size: 1em;
padding: .5em 0;
text-align: center;
width: auto;
color: #ffffff;
z-index: 999999;
top: 160px;
background-color: #333;
}

#mymodal a{
  color: #FFFFFF;
}

div.generalalert {
position: fixed;
left: 0;
right: 0;
margin: 0;
font-size: 1em;
text-align: center;
color: #ffffff;
bottom: 0;
padding:4px  4px;
background-color: #CA1717;
width: 90%;
margin: 0 auto;
}
a.generalalert p{
  padding: 0px;
}

.typeahead, .tt-query, .tt-hint {
  border: 2px solid #CCCCCC;
  border-radius: 4px;
  font-size: 14px;
  height: 34px;
  line-height: 30px;
  outline: medium none;
  padding: 8px 12px;
  width: 100%;
  color: #333; 
  display: block;
}


.tt-query {
    /* padding: 15px 6px !important; */
  border: 1px solid #EAEAEA !important;
   height: 34px;
  margin-bottom: 2px;
  font-size: 14px;
  color: #333;
   display: block;
   width: 330px;
}
.tt-hint {
  color: #999999;
}
.tt-dropdown-menu {
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  margin-top: 12px;
  padding: 8px 0;
  width: 100%;
  color:#333;
}
.tt-suggestion {
  font-size: 14px;
  line-height: 24px;
  padding: 3px 20px;
}
.tt-suggestion.tt-is-under-cursor {
  background-color: #0097CF;
  color: #333;
}
.tt-suggestion p {
  margin: 0;
}
#areas small{
color: #333;
font-style: italic;
}
.searchbox{
  cursor:pointer;
  background-color: #fff;
  border: 1px solid #33333 !important;
  font-size: 14px;
  font-weight: 300;
  margin-left: 0px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  height: 40px;
}
.loadinggif {
    background:url('http://www.hsi.com.hk/HSI-Net/pages/images/en/share/ajax-loader.gif') no-repeat right center;
}
.footer a{
  color: #333;
}

.alert-bac {
    background: rgba(255, 255, 255, 0.87);
    border-color: #efe8e7;
    color: #FF0222;
    /* opacity: 0.9; */
}

.alert-bac inpyt[type = "text"]{
   
    border:1px solid #333;
    
}

.top10{
  margin-top: 5%;
}

.fixed {
    position: fixed;
    top: 60px;
    width: 87%;
    background: rgba(241, 4, 4, 0.84);
    z-index: 101;
}

.fixed .nav>li>a{

    
    color: white !important;
    

}
.fixed .nav>li>a:hover{

    
    color: #FF2222 !important;

}
.fixed .nav>li>a:active{

    
    color: #FF2222 !important;
   

}

.fixed .nav>li>a:focus {
  color: #333 !important;
  background: #E8E8E8 !important;
  font-weight: bold;
   
}

.fixed .nav-tabs {
    border-bottom: 1px solid rgba(241, 4, 4, 0.84) !important;
    border-top: 1px solid rgba(241, 4, 4, 0.84) !important;
}


.nav>li>a {
    position: relative !important;
    display: block !important;
    padding: 15px 8px !important;
}
.nav>li>a:hover {
    color: #FF0222 !important;
}
.nav>li>a:active {
    color: #333 !important;
}
.nav-tabs>li>a {
  color: #333 !important;
   margin-right: 0px !important;
    line-height: 1.42857143 !important;
    border: 1px solid transparent;
     border-radius: 0 0 0 0 !important; 
}

.nav-tabs {
    
    border-top: 1px solid #ddd !important;
}
.nav>li>a:focus {
  color: #fff !important;
  background: #FF2222 !important;
  font-weight: bold;
   
}
@media (max-width: 767px) {
}
@media (max-width: 767px) {

  #mobmenu{
    margin-top: -32%;
    background: #fffefe !important;
    position: fixed;
    font-size: 14px;
    /* float: right; */
  }

  .fixed {
    position: relative;
   
}

 

.top10{
  margin-top: 10px;
}

  .summary{
    display: none;
  }
}
.itemparent a{
  color:#F02222;
}
.green{
  color: green !important;
}
.red{
  color: #FF0222 !important;
}
.blue{
  color: blue !important;
}
.itemparent p{
  font-size: 13px;
  font-style: italic;
  line-height: 1.4;
  color: #666;
  padding-left: 40px;
}
#itemslist img{
  width: 950px;
}
.itemparent {
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px solid #F44336 !important;
  border-bottom: 1px solid #FF2222 !important;
  padding: 10px;
}
.itemparent:hover {
  background: #EEE;
}
.item-price{
  padding: 2px;
  font-size: 20px;
  color: #12395a;
  border-bottom: 1px solid #FFFFFF;
  text-align: right;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 8px !important;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #f9f9f9 !important;
}

.padding-10{
  padding: 10px;
}
padding-5{
  padding: 5px;
}



.margin-top-5{
  margin-top: 5px !important;
}
.margin-top-10{
  margin-top: 10px !important;
}
.margin-top-20{
  margin-top: 20px !important;
}
.margin-top-30{
  margin-top: 30px !important;
}
.margin-top-50{
  margin-top: 50px !important;
}

.margin-bottom-5{
  margin-bottom: 5px !important;
}
.margin-bottom-10{
  margin-bottom: 10px !important;
}
.margin-bottom-20{
  margin-bottom: 20px !important;
}
.margin-bottom-30{
  margin-bottom: 30px !important;
}
.margin-bottom-50{
  margin-bottom: 50px !important;
}

.margin-right-20{
  margin-right: 20px !important;
}
@media (max-width: 767px){
   .col-xs-8, .col-xs-4 {
    width: 100% !important;
    text-align: center;

    body {
  font-family: 'Roboto', sans-serif;
  color: #444444;
  margin-top:  50px !important;

}
   
   }

   .features1{
 min-height: auto !important;
 margin-top: 42% !important;
}
.margin-right-20{
  margin-right: 0px !important;
}
   
  
}

#locationField input{
 
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
  border-bottom: 1px #EEE solid !important;
  border-radius: 0px !important; 
}
#webmenufilter{
  font-size: 13px !important;
}
.border-bottom{
  border-bottom: 1px solid #E8E8E8; 
  margin-top: 5px;
  margin-bottom: 10px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #FFF !important;
    background-color: #f44336 !important;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}

.item-box{
  background: #FFF;
  padding: 5px;
}

.item-box2{
  background: #FFF;
  padding: 10px;
  border: 1px solid #eee;
}
.color-red{
  color: #FF0222;
}
  background: #FFF;
  padding: 5px;
}

.item-box2{
  background: #FFF;
  padding: 10px;
  border: 1px solid #eee;
}
.color-red{
  color: #FF0222;
}