@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Droid+Serif:400,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');
@import url('./font-awesome/css/font-awesome.css');

body, p {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    letter-spacing: 0.25px !important;
}

a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Droid Serif', serif;
    line-height: 1.5;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.row .row {
  margin-top: 10px;
  margin-bottom: 0;
}

[class*="col-"] {
  padding-top: 15px;
  padding-bottom: 15px;
}

.overflow-hidden {
    overflow: hidden;
}

.btn-primary {
    display: inline-block;
    background: #fcd35e !important;
    color: #323232;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 0;
    padding-left: 28px;
    padding-right: 28px;
    height: 36px;
    text-align: center;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    border: none;
    line-height: 1
}

.btn-primary:hover {
    background: #323232 !important;
    color: #fcd35e !important;
}

.inverse {
    background: #323232 !important;
    color: #fcd35e;
}

.inverse:hover {
    background: #222 !important;
    color: #fcd35e !important;
}

.navbar {
    position: relative;
    min-height: 73px;
    margin-bottom: 0;
    border: none;
    background: #fff;
}

.navbar-brand {
    display: inline-block;
    width: 206px;
    height: 50px;
    padding: 0;
    margin: 0 15px !important;
}

.navbar-brand img {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 10px;
}

.navbar-default .navbar-nav > li > a {
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #323232 !important;
    font-weight: 500;
    padding: 25px;
}

.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav > li:focus > a
.navbar-default .navbar-nav > li.active > a {
  color: #ce7a29 !important
}

.navbar-default .navbar-nav > li:first-child > a {
    padding-left: 0;
}

.navbar-default .navbar-nav > li:last-child > a {
    display: inline-block;
    background: #fcd35e !important;
    color: #323232;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    padding-top: 10px;
    padding-left: 28px;
    padding-right: 26px;
    height: 35px;
    text-align: center;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    border: none;
    margin-top: 18px;
    margin-left: 20px;
}

.navbar-default .navbar-nav > li:last-child > a:hover,
.navbar-default .navbar-nav > li:last-child > a:focus {
    background: #323232 !important;
    color: #fcd35e !important;
}

@media screen and (min-width: 320px)and (max-width: 767px) {
    .navbar-header {
        min-height: 73px;
    }

    .navbar-toggle {
        margin-top: 20px;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 15px 20px !important;
    }

    .navbar-default .navbar-nav > li:last-child > a {
        padding-top: 12px !important;
        margin-top: 15px !important;
        margin-bottom: 15px !important;
        margin-left: 15px !important;
        width: 100px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-default .navbar-nav > li > a {
        padding: 25px 10px;
    }
}

.jumbotron {
    position: relative;
    padding: 0;
    margin-bottom: 0 !important;
    background: #db8b26 url("../img/jumbotron.jpg") center center;
    background-size: cover;
    background-attachment: fixed !important;
    background-repeat: no-repeat;
    height: 650px;
    max-height: 650px;
}

.jumbotron .caption {
    position: absolute;
    display: inline-block;
    background: url('../img/jumbotron-bg.png');
    color: #fff;
    padding: 50px 60px;
    max-width: 520px;
    max-height: 450px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.jumbotron .caption h2 {
    font-family: 'Droid Serif', serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
    margin-top: 0;
    margin-bottom: 30px;
}

.jumbotron .caption p {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0.1px;
    margin-top: 0;
    margin-bottom: 40px;
}

.jumbotron.inside {
    height: 500px;
    max-height: 500px;
    background-size: cover !important;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed !important;
}

.jumbotron.inside .caption {
    position: absolute;
    display: inline-block;
    background: url('../img/jumbotron-bg.png');
    color: #fff;
    padding: 30px 60px 30px;
    max-width: 520px;
    max-height: 260px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.jumbotron.inside .caption h2 {
    font-family: 'Droid Serif', serif;
    font-size: 34px;
    font-weight: 400;
    line-height: 40px;
    margin-top: 0;
    margin-bottom: 15px;
}

.jumbotron.inside .caption p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0.1px;
    margin-top: 0;
    margin-bottom: 40px;
}

.hq {
    background: #db8b26 url("../img/hq-theme-photo.jpg") center center !important;
}

.pos {
    background: #db8b26 url("../img/pos-theme-photo.jpg") center center !important;
}

.payment {
    background: #db8b26 url("../img/man-paying-with-card.jpg") center center !important;
}

.live {
    background: #db8b26 url("../img/man-checking-phone.jpg") center left !important;
}

.pricing {
    background: #db8b26 url("../img/restaurant-manager.jpg") top center !important;
}

.default {
    background: #db8b26 url("../img/jumbotron-hq.jpg") center center !important;
}

.request-demo {
    background: #db8b26 url("../img/request-demo.jpg") bottom center !important;
}


@media screen and (min-width: 320px)and (max-width: 767px) {
    section {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .jumbotron {
        height: auto;
        max-height: 446px;
    }

    .jumbotron img {
        display: none;
    }

    .jumbotron .caption {
        position: static;
        padding: 40px 35px 25px;
        margin: 0;
        max-width: 100%;
        max-height: 100%;
    }

    .jumbotron .caption h2 {
        font-family: 'Droid Serif', serif;
        font-size: 30px;
        font-weight: 400;
        line-height: normal;
        margin-top: 0;
        margin-bottom: 15px;
    }

    .jumbotron .caption p {
        font-family: "Roboto", sans-serif;
        font-size: 16px;
        font-weight: 300;
        line-height: normal;
        letter-spacing: 0.1px;
        margin-top: 0;
        margin-bottom: 25px;
    }

    .jumbotron.inside {
        height: auto;
        max-height: 400px;
    }

    .jumbotron.inside img {
        display: none;
    }

    .jumbotron.inside .caption {
        position: static !important;
        padding: 40px 35px 25px;
        margin: 0;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
    }

    .jumbotron.inside .caption h2 {
        font-family: 'Droid Serif', serif;
        font-size: 30px;
        font-weight: 400;
        line-height: normal;
        margin-top: 0;
        margin-bottom: 15px;
    }

    .jumbotron.inside .caption p {
        font-family: "Roboto", sans-serif;
        font-size: 16px;
        font-weight: 300;
        line-height: normal;
        letter-spacing: 0.1px;
        margin-top: 0;
        margin-bottom: 25px;
    }

}

@media screen and (min-width: 768px) and (max-width: 991px) {

    .jumbotron {
        height: 500px;
        max-height: 500px;
    }

    .jumbotron .caption {
        padding: 40px 50px;
        transform: scale(0.75);
    }

    .jumbotron .caption h2 {
        font-family: 'Droid Serif', serif;
        font-size: 32px;
        font-weight: 400;
        line-height: 40px;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .jumbotron .caption p {
        font-family: "Roboto", sans-serif;
        font-size: 16px;
        font-weight: 300;
        line-height: 28px;
        letter-spacing: 0.1px;
        margin-top: 0;
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .jumbotron {
        height: 500px;
        max-height: 500px;
    }
}

section {
    padding-top: 90px;
    padding-bottom: 90px;
}

section.page-hq {
    padding-top: 0;
    padding-bottom: 0;
}

@media screen and (min-width: 320px)and (max-width: 767px) {
    section {
        padding-top: 45px;
        padding-bottom: 45px;
    }
}

.service-wrapper {
    border: 1px solid #ededed;
}

.service-wrapper .row {
    margin: 0;
}

.service-wrapper .service-img {
    background: #ededed;
    padding: 0;
}

.service-img .image-box {
    background: #ededed;
    text-align: center;
    padding: 50px;
}

.service-img .image-box img {
    display: inline-block;
    min-height: 220px;
    height: auto;
    vertical-align: middle;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
}

.service-wrapper .row-eq-height:nth-child(even) .service-img {
    float: right;
}

@media screen and (max-width: 991px) {
    .service-wrapper .row-eq-height:nth-child(even) .service-img,
    .service-wrapper .row-eq-height:nth-child(even) .service-text {
        float: none;
    }
}

.service-wrapper .row-eq-height:last-child .image-box {
    padding-top: 50px;
    padding-bottom: 0;
}

.service-wrapper .service-text {
    padding: 40px 50px;
}

@media screen and (max-width: 767px) {
    .service-img .image-box {
        padding: 50px 0;
    }

    .service-img .image-box img {
        min-height: auto;
        max-height: auto;
        max-width: 280px;
        width: 100%;
        display: block;
    }

    .service-wrapper .service-text {
        padding: 40px 30px;
    }
}

.service-wrapper .service-text .content h3 {
    font-family: 'Droid Serif', serif;
    font-weight: 700;
    font-size: 30px;
    color: #323232;
    line-height: 1;
    margin-top: 0;
}

.service-wrapper .service-text .content p {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-top: 20px;
    line-height: 26px;
    letter-spacing: .25px;
    color: #666;
}

.service-wrapper .service-text .content a {
    margin-top: 20px;
}

.call-to-action {
    background: #fcd35e;
    padding: 50px 0;
}

.call-to-action h3 {
    font-family: 'Droid Serif', serif;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: .25px;
    color: #323232;
    max-width: 510px;
    margin: auto auto 30px;
}

footer {
    background: #323232;
    padding: 0;
}

.footer-nav {
    float: left;
    padding: 0;
    margin: 0;
}

.footer-nav li,
.footer-nav li a {
    display: inline-block;
}

.footer-nav li a {
    color: #adadad;
    text-decoration: none;
    text-transform: uppercase;
    padding: 20px 20px 15px;
}

.footer-nav li a:hover {
    color: #fff;
}

.footer-nav li:first-child a {
    padding-left: 0;
}

.footer-nav li:last-child a {
    padding-right: 0;
}

.footer-nav + .email-us {
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    padding: 20px 0 10px;
    float: right;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .footer-nav li a {
        padding: 10px;
    }

    .footer-nav {
        float: none;
        padding: 0;
        margin: 0 auto;
        text-align: center;
    }

    .footer-nav + .email-us {
        float: none;
        margin: 0 auto;
        padding: 10px 0 5px;
        display: block;
        text-align: center;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .footer-nav li a {
        padding: 10px;
    }

    .footer-nav + .email-us {
        padding: 10px 0;
    }
}

/*/ ================ /*/

section.no-padding {
    padding: 0
}
section.no-padding-bottom {
    padding-bottom: 0
}

section.page-featured-content {
    overflow: hidden;
}

.page-hq .row:nth-child(even) section.page-featured-content {
    background: #f2f2f2;
}

section.page-featured-content .container {
    padding-left: 30px;
    padding-right: 30px
}
section.page-featured-content .featured-content {
    margin: 0 auto
}

section.page-featured-content .featured-content h2 {
    font-family: 'Droid Serif', serif;
    font-size: 30px;
    font-weight: 700;
    color: #323232;
}

section.page-featured-content .featured-content p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.25px;
    margin-top: 20px;
}

section.page-featured-content .featured-image img {
    margin: 0 auto;
}

@media (min-width: 992px) {
    section.page-featured-content .featured-content {
        margin-top: 100px;
        width: 400px;
        float: right!important;
        padding-right: 0;
        padding-left: 15px
    }
    section.page-featured-content .pull-right-lg .featured-content {
        float: left!important;
        padding-left: 0;
        padding-right: 15px
    }
    section.page-featured-content .featured-image {
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: 0 0;
        height: 525px
    }
    section.page-featured-content .featured-image.pull-left-lg {
        background-position: 100% 0
    }

    .pull-left-lg {
        float: left;
    }

    .pull-right-lg {
        float: right;
    }
}

@media (max-width: 992px) {
    section.page-featured-content .featured-image {
        background: none!important;
    }

    .featured-image {
        padding-bottom: 0 !important;
    }
}

.page .col {
    height: 100%;
    border: 1px solid #e4e4e4;
}

.page .col:nth-child(-n+2) {
    border-right: none;
}

.get-demo h2 {
    max-width: 535px;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 30px;
}

.get-demo p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.25px;
    max-width: 500px;
    color: #666;
    margin-bottom: 30px;
}

.get-demo .form-group {
    max-width: 410px;
}

@media screen and (max-width: 992px) {
    .get-demo .form-group {
        max-width: 100%;
    }
}

.get-demo .form-group label {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #666;
    padding: 0;
    margin-bottom: 15px;
}

.get-demo .btn-primary {
    margin-top: 25px;
    padding-top: 3px;
    padding-bottom: 0;
}

.get-demo .form-group .form-control {
    box-shadow: none;
    border-color: #ebebeb;
    border-radius: 3px;
    height: 38px;
}

.page .col {
  padding: 35px 40px;
  position: relative;
}

.page .col:after {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 100px;
  background: #f9efd5;
  z-index: 0;
  top: 0;
  left: 0;
}

.page .col:nth-child(2):after {
  background: #f8e5af;
}

.page .col:nth-child(3):after {
  background: #f6dc92;
}

.page .col .table-head,
.page .col .caption,
.page .col .pricing-cost,
.page .col .btn-standard {
  text-align: center;
  margin: auto;
  display: block;
}

.page .col .table-head {
  position: relative;
  font-family: 'Droid Serif', serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin-top: 0;
  margin-bottom: 35px;
  color: #444;
  padding-bottom: 10px;
  z-index: 1;
}

.page .col .caption {
  min-height: 70px;
}

.page .col .caption,
.page .col .pricing-cost {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 15px;
}

.page .col .pricing-cost {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 20px;
  color: #666;
}

.page .col .pricing-cost .price {
  font-size: 28px;
  font-weight: 500;
  padding: 5px 0;
}

.page .col .btn-standard {
  width: 145px !important;
  margin-bottom: 30px;
  background: #ededed;
}

.page .col .features {
  list-style: square;
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #666;
}

.page .col .features li {
  padding: 10px 0;
}

.page .col .features li i {
  display: inline-block;
  vertical-align:baseline;
  float: right;
  margin-top: 3px;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #666;
  line-height: 1.5;
  font-size: 14px;
}

@media screen and (min-width: 320px) and (max-width: 991px) {
  .page .col:nth-child(-n+2) {
      border-right: 1px solid #e4e4e4;
  }

  .page .col {
      height: auto;
      margin-bottom: 30px;
  }

  .page .col:last-child {
    margin-bottom: 0;
  }
}

.disclaimer {
    color: #ccc;
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
    font-style: italic;
}

div.info,
p.disclaimer {
    float: none;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.info h2 {
    font-size: 22px;
    margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
    .info h2 {
        font-size: 22px;
        line-height: 1.4;
        margin-top: 0;
    }
    
    .info p {
        font-size: 16px;
        line-height: 1.4;
        margin-top: 10px;
    }
    
    .info p:last-child {
        margin-bottom: 0;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
    .btn-primary {
        padding-top: 12px;
        line-height: 1
    }

    .navbar-default .navbar-nav > li:last-child > a {
        padding-top: 13px;
        padding-left: 28px;
        padding-right: 26px;
    }
}

.form-call-btn {
    position: fixed;
    width: 100px;
    height: 80px;
    right: 15px;
    bottom: 15px;
    padding: 5px;
    border-radius: 8px;
    text-decoration: none !important;
    background: #fcd35e;
    
    -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.5);
    box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.5);
}

.form-call-btn span.icon {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    margin: auto;
}

.form-call-btn span.icon img {
    margin: auto;
    display: block;
    width: 100%;
}

.form-call-btn p {
    text-align: center;
    color: #323232;
    font-weight: 600;
}

.form {
    position: fixed;
    bottom: -285px;
    right: 0;
    width: 280px;
    background-color: #f1f1f1
        
    -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.5);
    box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.5);
}

.form .title {
    font-size: 16px;
    font-weight: 700;
    background: #fcd35e;
    padding: 10px 15px;
    line-height: 1.4;
}
.form .content {
    background: #f1f1f1;
    padding: 10px 15px;
}
.form .content .form-control {
    border: none;
}

.close-btn {
    display: block;
    width: 24px;
    height: 24px;
}

.close-btn img {
    display: block;
    width: 100%;
}

.thankyou {
    max-width: 700px;
    background: #fafafa;
    border: none;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 0;
}

/*/ tabs /*/

.tabs-left,
.tabs-right {
    border-bottom: none;
    padding-top: 2px
}
.tabs-left {
    border-right: 1px solid #ddd
}
.tabs-right {
    border-left: 1px solid #ddd
}
.tabs-left>li,
.tabs-right>li {
    float: none;
    margin-bottom: 2px
}
.tabs-left>li {
    margin-right: -1px
}

section.page-tabs .section-title {
    margin-bottom: 10px
}
section.page-tabs .section-title h2 {
    text-align: left;
    margin-bottom: 0;
    font-weight: 600;
}

section.page-tabs .section-title.right h2 {
    text-align: right;
    margin-top: 50px;
}

section.page-tabs .section-title.left h2,
section.page-tabs .section-title.right h2 {
    margin-top: 80px !important;
}

.page-tabs .container:first-child .section-title.left h2 {
    margin-top: 0 !important;
}

section.page-tabs .section-title.left:last-type-of h2 {}

section.page-tabs.vertical .tabbed-content {
    position: relative
}
section.page-tabs.vertical .tabbed-content .panel-wrap {
    position: inherit
}
section.page-tabs.vertical .tabbed-content .panel-body {
    padding: 40px
}
section.page-tabs.vertical .tabbed-content .panel-body p {
    color: #888b8d
}
section.page-tabs.vertical .tabbed-content .panel-body button {
    border: none;
    background: none;
    color: #b1b3b3;
    position: absolute;
    bottom: 20px;
    right: 0
}
section.page-tabs.vertical .tabbed-content .pull-right .panel-body button {
    right: 300px
}
section.page-tabs.vertical .tabbed-content ul.nav {
    border-right: none;
    border-left: none
}
section.page-tabs.vertical .tabbed-content ul.nav li {
    margin: 0
}
section.page-tabs.vertical .tabbed-content ul.nav>li>a {
    border-radius: 0;
    border-bottom: 1px solid #f8e5af;
    background: #f9efd5;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    letter-spacing: 2px;
    font-size: 12px;
    vertical-align: middle;
    display: block;
    color: #333;
    padding: 30px 15px;
    font-weight: 600;
}
section.page-tabs.vertical .tabbed-content ul.nav.pd-sm>li>a {
    padding: 10px 15px
}
section.page-tabs.vertical .tabbed-content ul.nav.pd-md>li>a {
    padding: 20px 15px
}
section.page-tabs.vertical .tabbed-content ul.nav>li:last-of-type>a {
    border-bottom: none
}
section.page-tabs.vertical .tabbed-content ul.nav>li.active>a {
    color: #212322;
    background: #fff
}
section.page-tabs.vertical a.js-tabcollapse-panel-heading {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    display: block;
    font-weight: 700;
}
section.page-tabs.vertical .modal-lg {
    width: 80%
}
section.page-tabs.vertical .modal-body {
    padding: 0
}
section.page-tabs.vertical .modal-content {
    border-radius: 0;
    margin-top: 50px!important;
    background: none;
    box-shadow: none;
    border: none
}
section.page-tabs.vertical .modal.fade .modal-dialog {
    -webkit-transition: none!important;
    transition: none!important;
    -webkit-transform: none!important;
    transform: none!important
}

.tabs-left,
.tabs-right,
.tab-menu {
    padding-top: 0;
    padding-bottom: 0;
}

@media screen and (min-width: 1200px) {
    section.page-tabs.vertical .tabbed-content ul.nav>li>a {
        padding: 50px 15px
    }
    section.page-tabs.vertical .tabbed-content ul.nav.pd-sm>li>a {
        padding: 15px
    }
    section.page-tabs.vertical .tabbed-content ul.nav.pd-md>li>a {
        padding: 24px 15px
    }
}

@media screen and (min-width: 992px) {
    section.page-tabs.vertical .tabbed-content {
        border-top: 2px solid #ededed;
        border-bottom: 2px solid #ededed;
    }
}

.tab-pane img {
    display: block;
    width: 100%;
    height: auto;
}

.panel-default > .panel-heading,
.panel-default > .panel-heading a,
.panel-default > .panel-heading span {
    background-color: #f9efd5;
    border-color: #f8e5af;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif !important;
    letter-spacing: 2px;
    font-size: 12px;
    vertical-align: middle;
    display: block;
    color: #333;
    font-weight: 600;
    width: 100%;
    text-decoration: none;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
    box-shadow: none !important;
}

.panel-body img {
    display: block;
    width: 100%;
}

@media screen and (min-width: 320px) and (max-width: 991px) {
    .section-title.right h2 {
        text-align: left !important;
    }
    
    section.page-tabs .section-title.left h2,
    section.page-tabs .section-title.right h2 {
        margin-top: 40px !important;
    }
}

.modal-body img {
    width: 60%;
    margin: auto;
}

.mar-bot-5 {
    margin-bottom: 10px !important;
}

.pos .caption {
    max-height: 310px !important;
}

.pos .caption .mar-bot-5 {
    font-family: 'Droid Serif', serif !important;
}

.pos .caption .mar-bot-5:first-child {
    color: #da8927 !important;
    font-size: 14px;
}

.pos .caption .mar-bot-5:nth-child(3) {
    border-bottom: 3px solid #fcd35e;
    padding-bottom: 5px;
}

/* social-icon media Query */
.social-icon{margin-top:-8px; float:right; }

@media screen and (max-width: 768px) and (min-width: 320px) {
     
	.social-icon{ 
 float:none !important;
    margin: 0 auto;
    text-align: center;
    width: 30% !important;
	}
}

@media screen and (max-width: 588px) and (min-width: 355px) {
     
	.social-icon{ 
 float:none !important;
    margin: 0 auto;
    text-align: center;
    width: 51% !important;
	}
}
@media screen and (max-width: 1199px) and (min-width: 769px) {
     
	.social-icon{ 
 float:none !important;
 width:30% !important;
    margin: 34px auto 0px;
     
	}
}
@media screen and (max-width:354px) and (min-width:280px) {
     
	.social-icon {
    width: 72% !important;
   float:left !important;
    
}
}
 
.social-icon .btn:hover {
    color: #fff;
	font-size:21px;
    text-decoration: none;
}

.social-icon .btn {
	color: #999;
    font-size:21px;
}
/*  close social-icon media Query */