h1, h2, h3, h4, h5, h6  {
  margin-top: 0;
}
ul, ol {margin: 0;}
p {margin: 0;}
html,body{
  font-family: 'Open Sans', sans-serif;
  background-color:#000;
}
body a{
    transition:0.5s all;
  -webkit-transition:0.5s all;
  -moz-transition:0.5s all;
  -o-transition:0.5s all;
  -ms-transition:0.5s all;
}
.head-nav {
  /* float: right; 
     margin: 1em 0; */
  background: #e33101;
  background-image: -webkit-linear-gradient(top, #e33101, #af2c00);
  background-image: -moz-linear-gradient(top, #e33101, #af2c00);
  background-image: -ms-linear-gradient(top, #e33101, #af2c00);
  background-image: -o-linear-gradient(top, #e33101, #af2c00);
  /*  background-image: linear-gradient(to bottom, #e33101, #752f2f); */
  background-image: linear-gradient(to bottom, #e33101, #af2c00);
  /* background:url("/order-css/bk_top_menu.jpg") repeat-x scroll 0 0 transparent; */
}
.head-nav ul{
  margin:0;
  padding:0;
}
.head-nav ul li{
  display:inline-block;
  background: #e33101;
  background-image: -webkit-linear-gradient(top, #e33101, #af2c00);
  background-image: -moz-linear-gradient(top, #e33101, #af2c00);
  background-image: -ms-linear-gradient(top, #e33101, #af2c00);
  background-image: -o-linear-gradient(top, #e33101, #af2c00);
  /*  background-image: linear-gradient(to bottom, #e33101, #752f2f); */
  background-image: linear-gradient(to bottom, #e33101, #af2c00);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: Arial;
  font-size: 1.2em;
  padding: 0 7px;
  text-decoration: none;
  border-right: 1px solid #FB3800;
  /* border-right:1px solid #aaa; */
}
.head-nav ul li a{
  position: relative;
  display: inline-block;
  outline: none;
  color:#fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-weight: 700;
  margin: .5em 0.8em;
  text-shadow: 0 0 1px rgba(255,255,255,0.3);
  font-size: .8em;
}
.head-nav a:hover,
.head-nav a:focus {
  outline: #090909;
}
.head-nav ul{
  padding:0;
  margin: 0;
}
*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.logo {
  float: left;
  padding-right:4em;
}
.logo a {
  display: block;
}
.header {
  padding-top:1em;
  border-bottom: 1px solid #5d5d5d;
}
.tagline {
  margin-top:1em;
  color:#fff;
  font-size:1.5em;
  font-style:italic;
}

.content-wrapper {
  margin:0;
  background-color:#fff;
  padding-top:3px;
}

.banner-wrapper {
  background-color:#000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size:cover;
  /* min-height: 350px; */
  margin: 10px 10px 0 10px;
  padding: 5px 5px 0 5px;
}

.banner-title {
  color:#fff;
  font-size:2em;
  font-weight:600;
  font-style:italic;
  text-transform:uppercase;
  line-height: 1.1;
}
.banner-title-phone {
  color:#fff;
  font-size:2em;
  font-weight:600;
  font-style:italic;
}
.banner-title-phone span {
  text-decoration:none;
  color:#fff;
}

.banner-info {
  background: #090909;
  color: #ddd;
  margin:.5em 0;

}
.banner-button{
  margin:15px 10px;
}
.banner-button a{
  text-decoration: none;
}

.banner h1 {
  color: #fff;
  font-size: 2em;
  font-weight: 700;
  text-transform: uppercase;
}
a.view {
  position: relative;
}
a.view {
  background: none;
  color: #F05A28;
  text-decoration: none;
  font-size: 1.4em;
  font-weight: 400;
  padding: 0.8em 3em 0.8em 0;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
  text-align: center;
  text-transform: uppercase;
}
a.view:hover{
color:#FFFC00;
}


.alignleft {
  float: left;
}
.alignright {
  float: right;
}

.info-sm-button {
  color: #333;
  font-size: 1.1em;
  text-transform: uppercase;
  padding: 0.5em 0 0 0;
  margin: 0.5em 0;
}
.info-med-button {
  text-transform: uppercase;
  margin: 1em 0;
}

.page-title-wrapper{
  background-color: #000;
  color:#fff;
  padding: 10px 0 5px 0;
  margin:10px;
}
.xpage-title-wrapper h1 {
  border-bottom: 1px solid #fff;
}
.page-title {
  padding:5px 10px;
  font-size:2.0em;
  font-weight:600;
}
.page-subtitle {
  margin:10px 12px;
  padding-bottom:5px;
  font-size:.8em;
  font-weight:500;
  color:#ccc;
}
.vert-divider{
  border-right: 1px solid #fff;
  padding-left: 10px;
}

.subject-title {
  font-size:1.2em;
  font-weight:600;
}

.hire-title{
  padding-left: 10px;
  font-size:1.5em;
  font-weight:500;
}
.hire-subtitle{
  padding:0 0 5px 10px;
  font-size:1em;
  font-weight:400;
}
.hire-article{
  padding:0 10px 0 0;
  font-size:1.1em;
}

.button-wrap {
  margin:10px 0;
}
.button-center {
  text-align: center
}
.center {
  text-align:center;
}
.bold {
  font-weight:bold;
}

.small-btn {
  background: #cc3300;
  background-image: -webkit-linear-gradient(top, #cc3300, #752f2f);
  background-image: -moz-linear-gradient(top, #cc3300, #752f2f);
  background-image: -ms-linear-gradient(top, #cc3300, #752f2f);
  background-image: -o-linear-gradient(top, #cc3300, #752f2f);
  background-image: linear-gradient(to bottom, #cc3300, #752f2f);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  font-family: Arial;
  color: #ffffff;
  font-size: 1.3em;
  padding: 5px 10px;
  text-decoration: none;
  text-align: center;
  border-style: ridge;
}

.small-btn:hover {
  background: #d93434;
  background-image: -webkit-linear-gradient(top, #d93434, #b83d3d);
  background-image: -moz-linear-gradient(top, #d93434, #b83d3d);
  background-image: -ms-linear-gradient(top, #d93434, #b83d3d);
  background-image: -o-linear-gradient(top, #d93434, #b83d3d);
  background-image: linear-gradient(to bottom, #d93434, #b83d3d);
  text-decoration: none;
  color:#fff;
}


.medium-btn {
  background: #cc3300;
  background-image: -webkit-linear-gradient(top, #cc3300, #752f2f);
  background-image: -moz-linear-gradient(top, #cc3300, #752f2f);
  background-image: -ms-linear-gradient(top, #cc3300, #752f2f);
  background-image: -o-linear-gradient(top, #cc3300, #752f2f);
  background-image: linear-gradient(to bottom, #cc3300, #752f2f);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  font-family: Arial;
  font-style: italic;
  color: #ffffff;
  font-size: 2.1em;
  padding: 7px 20px;
  text-decoration: none;
  border-style: ridge;
}

.medium-btn:hover {
  background: #cc3300;
  background-image: -webkit-linear-gradient(top, #cc3300, #b83d3d);
  background-image: -moz-linear-gradient(top, #cc3300, #b83d3d);
  background-image: -ms-linear-gradient(top, #cc3300, #b83d3d);
  background-image: -o-linear-gradient(top, #cc3300, #b83d3d);
  background-image: linear-gradient(to bottom, #cc3300, #b83d3d);
  text-decoration: none !important;
  color:#fff;
}

.more-questions {
  background-color: #eee;
  margin: 10px 0;
  padding:10px 0;
}

.align-bottom {
   position:absolute;
   margin-left:-100px;
   left:50%;
   width:200px;
   bottom:0;
}

.banner h6 {
  color: #999898;
  font-size: 1.5em;
  text-transform: uppercase;
  padding: 0.8em;
  margin: 0;
}
.ban-right {
  text-align: right;
  padding-right: 0;
}

.stripper-wrapper {
  background-color:#ececec;
  padding:15px 0;
}

.home-stripper-columns {
  margin:0;
  padding:5px;
  list-style-type: none;
}
.xhome-stripper-columns li {
  display: inline-block;
}
.home-stripper-column-image{
  height: 160px;
}
.home-stripper-columns-buttons {
  margin:0;
  padding-top:10px;
  list-style-type: none;
}

.stripper-title {
  padding: 5px 0 0 0;
  font-size:1.6em;
  color:#000;
}
.stripper-icon {
  float:left;
  margin-right:10px;
}
.stripper-info {
  font-size:1.0em;
  color:#000;
}

.content-title, .testimonial-title {
  margin-bottom: 5px;
  font-size:1.2em;
  font-weight:700;
}
.content-subtitle{
  font-size:1.1em;
  font-weight:700;
  border-top: 2px solid #ccc;
  padding-bottom:5px;
}

.article-wrapper, .testimonial, .article {
  background-color:#fff;
}
.article-wrapper {
  margin:0;
  padding-top: 10px;
}
.testimonial-topic {
  color:#aaa;
}
.testimonials-wrapper, .cities-wrapper {
  font-size:.9em;
}
.testimonials-wrapper{
  border: 1px solid #ddd;
}
.testimonial-title {
  background-color: #f9f9f9;
  padding: 3px;
}
.testimonials-wrapper ul{
  margin:0;
  padding:5px;
  list-style-type: none;
}
.testimonials-wrapper ul li{
  padding:10px 0;
  border-bottom: 1px solid #f9f9f9;
}

.city-item ul{
  padding:0;
  list-style-type: bullet;
}
.heart-icon {
  float: right;
}

.entertainer-warning{
  margin:15px 0;
  text-align:center;
  font-weight:700;
  color:red;
}
.faq-wrapper{
  padding:10px;
}

.complete-order-form-checks {
  margin-bottom: 5px;
}
.complete-order-form-checks p {
  padding: 4px 0;
}


.buy-button{
  text-align:center;
}
.pricing-info-wrapper {
  margin:10px 0;
}
.pricing-wrapper {
  padding:10px 0;
}
.pricing-wrapper ul {
  list-style-type: none;
  margin:0 10px;
  padding:0 15px;
}
.pricing-wrapper ul li{
  text-align:center;
  padding:5px 0;
}
.pricing-box {
  height:100%;
  background-color:#f9d04c;
  border:4px #bf0519 solid;
  color:#000;
  border-radius:5px;
}
.pricing-box:hover {
  background-color: #ffc60f;
}
.promo-offer {
  background-color:#cc3300;
  color:#fff; 
  width:100%; 
  text-align: center; 
  padding:5px 0;
}
.pricing-title {
  color:#000;
  font-size:1.5em;
  font-weight:600;
  font-style:italic;
  text-transform:uppercase;
}
.pricing-plan {
  font-size:2.3em;
  font-weight:700;
}
.pricing-deposit, .pricing-total {
  font-size:2.2em;
  font-weight:700;
  color:#444;
}
.pricing-cashdue {
  color: #000;
  font-size:1.5em;
  font-weight: 400;
  font-style: normal;
}
.pricing-total {
  color:#000;
}
.pricing-reserve-btn {
  margin:10px 0;
}
.pricing-reserve-btn a {
  background-color:#fff5d6;
  border:1px #bf0519 solid;
  border-radius:10px;
  padding:10px 40px;
  color:#000;
  font-size:2em;
  font-weight:700;
  text-decoration: none;
}
.pricing-reserve-btn a:hover {
  border:4px #bf0519 solid
}
.pricing-plan-info {
  padding-top:15px; font-size:1.2em; font-weight: 700;
}
.pricing-details {
  font-size:.8em;
  font-weight:600;
}
.pricing-info {
  font-size:1.0em;
  font-weight:600;
  margin:0 10px;
}
.pricing-info-wrapper{
  margin:20px 0;
}
.pricing-info-wrapper ul {
  margin:5px 10px 20px 0;
  padding:0 10px;
  list-style-type: none;
}
.pricing-info-wrapper ul li{
  text-align:left;
  /* margin-right:15px; */
  padding:4px 10px;
}
.pricing-tipping{
  margin:0 15px;
}
.pricing-callus{
  padding:15px 0;
  color:#cc3300;
  font-size:1.1em;
  font-weight:600;
  font-style:italic;
  text-align:center;
}
.pricing-seals{
  margin: 0 auto;
  /* display:inline-block; */
  text-align:center;
  padding-bottom:15px;
}
.aboutus-profile, .aboutus-profile-info {
  float:left;
}
.aboutus-profile-info{
  padding-left:10px;
  font-size:1em;
  font-weight:600;
}
.testimonials-title{
  margin:5px 0;
  font-size:1.3em;
  font-weight:600;
}
.testimonials-article{
  padding-bottom:10px;
  font-size:1em;
  font-style:italic;
  border-bottom: 1px solid #ddd;
}
.revue-info{
  margin:10px 0;
}
.revue-title{
  margin:5px 0;
  font-size:1.3em;
  font-weight:600;
}
.warning_text{
  color:red;
  font-weight:700;
}

.button-wrapper{
  margin:20px 0;
  text-align:center;
}
.accordion {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  margin: auto;
}

.accordion .item .heading {
  height: 50px;
  line-height: 50px;
  font-size: 1.1em;
  cursor: pointer;
  color: #fff;
  padding-left: 15px;
  background: #666 url('../images/expanding-arrow.png') no-repeat;
  background-position: right 20px top -95px;
  border-bottom: 1px solid #d93434;
  box-sizing: border-box;
}

.accordion .item.open .heading,
.accordion .item:last-child .heading { border: 0; }

.accordion .item.open .heading { background-position: right 20px top -5px; }

.accordion .item .content {
  display: none;
  padding: 15px;
  background: #fff;
  font-size: 1.1em;
}

.footer {
  background: #000;
  padding: 2em 0;
}
.foot-nav ul {
  padding: 0;
}
.foot-nav li {
  display: inline-block;
  margin: 0.2em;
}
.foot-nav li a {
  color: #cc3300;
  font-size: 1em;
  text-transform: capitalize;
  font-weight: 500;
  text-decoration: none;
  padding-right:5px;
}
.foot-nav li a:hover,.foot-nav ul li.active a{
  color: #fe9b00;
}
.foot-left {
  float: left;
}
.foot-right {
  float: right;
}
.footer p {
  color: #aaa;
  font-size: 1em;
  margin: 1em 0;
}
.footer p a{
  color: #5d5d5d;
  text-decoration:none;
}
.footer p a:hover{
  color: #fe9b00;
}

.credit-card-img {
  display: inline;
  margin-left: auto;
  margin-right: auto;
}
.faq-link-title {

  font-size: 20px;
  color:#cc3300;
}
.faq-link {
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  color:#cc3300;
  font-style: italic;
}
.portfolio-item{
  height:320px;
  margin:5px 0;
}


/*-- error-page --*/
.main {
  padding: 12em 0px;
    border-bottom: 1px solid #5d5d5d;
}
.error-404 h1 {
  font-size: 12em;
  font-weight: 700;
  color: #FE9B00;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.error-404 p{
  color: #090909;
  margin: 0;
  font-size: 1.2em;
  text-transform: uppercase;
}

/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.row:after,
.clearfix:after {
  clear: both;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* center sticky footer */
.navbar-nav {
  width: 100%;
  text-align: center;
  margin:0;
}
.navbar-nav li {
    float: none;
    display: inline-block;
}

.navbar-nav>li>a {
 padding:5px 8px;
}

.navbar-inverse .navbar-nav>li>a {
  font-weight: 700;
  color:#fff;
  border: 1px solid #ddd;
  margin:8px 2px;
}

.owl-prev {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAA8CAYAAADsWQMXAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZBMDFGM0Q2OTQzNDExRTVBNjY2RjRBQzAwQkIxMDkwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZBMDFGM0Q3OTQzNDExRTVBNjY2RjRBQzAwQkIxMDkwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkEwMUYzRDQ5NDM0MTFFNUE2NjZGNEFDMDBCQjEwOTAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkEwMUYzRDU5NDM0MTFFNUE2NjZGNEFDMDBCQjEwOTAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6LDMhDAAACfklEQVR42szZQYvaQBQA4Mk4VtRT8ObJP+BVPAiiP6W/YHto6S9odyk9lJZlYW+lUMruTxEUwYN4VRFEctl2t9k1acbOhLdh3I3jzJsNPDBMJB9vkkzei0c0tiAIdP5GfN/35O/NZnNaq9Xeg+GYEqRNQHjQ9Xp9Ril9x3+L2I1RRAg/F1utVmeMsbdiiAHMbgcLUlwsFh9KpdIbMFxM4kFOE8OCzOfzj5VK5SRzyCsJSWJLsSDVavVEcRjHFKxeMzkhcpokhlCHECIg1ArmQAiBEKMYDQgBEHOZ0YRAjJnMHAFRztmLgByFMQ3RXg4EhN+WzBRENzM7SL1eLy6Xy0+mIDqZSSGDweBbuVx+bfI5RV8K5BCMdUheDAokDwYN8hwGFfIUBh2yD+MEosI4g2QxTiEQIxe9giuICsPCMLwhjra0tJSYRqNxmqzEly4zQ0Ddy5rN5pfpdPrDJSaGA+12+3w8Hv9yiYlE7XvPo9vtXgyHw2tMTKyA/E3ilke/30cDUUVWJOSPDCwQ3TNFdwJyIwIFpLpmOCYE2UEDZdcmpyDVqu0MtO99xgnoqTc9dNBz78CooDzVARoob92EAjqkorQOOrTwtwrS6UJYA2k1i4IgsALS7lzZAB3V0zMNOrrbaRJkpA+cFzQaja4UN4NZTF5Qr9c7n0wmPxWY2CgmJ+h3p9P5OpvNvou/RDA7xj9+cZDv+xKU3bb8nK1W63NSBoViPwV5Fl9p06Y1+f+Rq5xESex7AnIrghcB9zY/C8Ipe5QZgYzEVG5luVRAqs9icI1sRchK5EFOlYeESVsu5PEHrwgGFoaAbocH7uIIZC7GxGRvGC/z0Iv/CTAAYBnn362aGKcAAAAASUVORK5CYII=') left center no-repeat;
  height: 54px;
  position: absolute;
  top: 50%;
  width: 27px;
  z-index: 1000;
  left: 2%;
  cursor: pointer;
  color: transparent;
  margin-top: -27px;
}

.owl-next {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAA8CAYAAADsWQMXAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjhGODhBNDgyOTQzNDExRTVBNkU5OEQ5RTM2MEU5RjM4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjhGODhBNDgzOTQzNDExRTVBNkU5OEQ5RTM2MEU5RjM4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OEY4OEE0ODA5NDM0MTFFNUE2RTk4RDlFMzYwRTlGMzgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OEY4OEE0ODE5NDM0MTFFNUE2RTk4RDlFMzYwRTlGMzgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7/EFAKAAACdUlEQVR42szZP4saQRQA8PV5F4lW+RJ2llqIFvqJclx5/SU5jkuR5hJSpbkigWsC+RhqIQg2ggqiiI0XzbruZoa8kckwJPtn3tsbeLizy+78fPN22GXB+9MKKtbr9Tu97zE3OSCIKMrYbDbRarW6wT5wgwo48LmIksTIWCwWt6L/Ao+xgMDIzLk6UCqVLufz+Vvcx5Ih0H7PMBOnVi6XL2az2RsuEGiFWjQxslUqlddcILDUjZcXCCx3lJcXCCy3uJcXSM+MF+filCCwrDleXiBIeyIFCLKc7BoEWf+NSxC4mGtXIHB1J7gAgct1IivIKSYryDkmC4gEkxZEhkkDIsUkBZFjkoBYMHFBbJg4IFbM/0DsGAUSr0HX+EZyAuWCkS0Mw1fPArNcLh+q1eqVgSmwYyaTyWOtVrve7XbFXGtmPB5/r9frt77vR7bnbjbMaDT60Ww23wdB4ItugBFi8GEkpN1u3wnIT9HdYxw0kMxUBEwQmZEn0ZWhQL6Boc2MBtkiRMUOMUcWjAWyNSABYiLSmkkDIcEMBoPHNBAPV0Bnrdfrfet2u/dYpIkgTjEGZGsp1n9CnE2TC4gTjCtI5mmyQLa4nRiSKTOuIakxFJBU0xQDctCXeLIXf0pIIgw1JDaGAxILwwWxFfBfF+z3+18F5CMHRMdEJmY4HD50Op1PYvMXB8TMTKQejsVT/JdWq3WP68WeA2JmRl78OJ1OPzcajQ+4P0AAOUS9s5y+T4p4iVHEwQ44TeQQlZkI44gDqrssxMz4HBB9mtTAarugpg33k0P0zIRa7RzNOuKAqJoxv+6DlqFIC/J2ZlljzMFZILL9FmAAYv/8N9UPqzUAAAAASUVORK5CYII=') right center no-repeat;
  height: 54px;
  position: absolute;
  top: 50%;
  width: 27px;
  z-index: 1000;
  right: 2%;
  cursor: pointer;
  color: transparent;
  margin-top: -27px;
}

.owl-prev:hover, .owl-next:hover {
  opacity: 0.5;
}


/*-- responsive-media qureies --*/
@media(max-width:1600px){
   .hide-desktop {
    display: none;
   }
   .hide-mobile {
    display: block;
   }
   .stripper-item {
      margin:10px 0;
      border-top: 1px solid #5d5d5d;
      height:240px;
   }
   .xhome-stripper-column-image{
    height: 165px;
   }
   .head-nav ul li, .testimonial-title{
     font-size: 1.2em;
   }
   .stripper-item {
      height:280px;
   }
   .home-stripper-column-image{
    height:200px;
   }

  }

/*-- responsive-media qureies --*/
@media(max-width:1200px){
   .hide-desktop {
    display: none;
   }
   .hide-mobile {
    display: block;
    }
    .pricing-cashdue {
      font-size: 1.4em;
    }
    .pricing-deposit, .pricing-total {
      font-size:1.8em;
    }
  }


  /*-- responsive-mediaquries --*/
  @media(max-width:992px){
   .hide-desktop {
    display: none;
   }
   .hide-mobile {
    display: block;
   }
   .stripper-item {
      height:180px;
   }
   .home-stripper-column-image{
    height:80px;
   }
  .tagline {
    font-size:1.3em;
  }
  .head-nav ul li{
    font-size: .8em;
  }
  .testimonial{
    padding-top: 10px;
  }
  .hire-article{
    padding:10px 5px;
  }

  .header {
    padding: 0.5em 0;
  }
  .banner h1 {
    font-size: 2em;
  }
  a.view {
    font-size: 1.2em;
  }
  .banner h6 {
    font-size: 1.2em;
      padding: 0.95em;
  }
  i.arrw {
    top: 15px;
    right: 21px;
  }
  .banner {
    min-height: 300px;
  }
  .benefts h3 {
    font-size: 1.5em;
  }
  .portf h3 {
    font-size: 1.5em;
  }
  .bglow h4 {
    font-size: 1.2em;
  }
  .footer {
    background: #000;
    padding: 1em 0;
  }
  .about-main h3, .choose-main h3, .contact-main h3, .services-main h3, .feature-main h3, .price-main h3{
    font-size: 2em;
  }
  .about-right h4 {
    font-size: 1.3em;
  }
  .about-right p {
    font-size: 1em;
    overflow: hidden;
    height: 54px;
  }
  .about {
    padding: 2em 0px 3em;
  }
  .team-main h3 {
    font-size: 2em;
  }
  .team-bottom h4 {
    font-size: 1.2em;
  }
  .choose-left ul li a {
    font-size: 0.6em;
    line-height: 1.5em;
  }
  .choose-left p {
    overflow: hidden;
    height: 79px;
  }
  .choose-left ul li {
    margin: 0px 0px;
    font-size: 21px;
  }
  .choose {
    padding: 2em 0px;
  }
  #portfoliolist .portfolio {
    width: 23.5%;
    margin: 0em 0.5em;
  }
  .grid_box .zoom-icon {
    height: 145px;
  }
  .services-left h4 {
    font-size: 1.15em;
  }
  .services-left p {
    font-size: 1em;
    margin: 0.5em 0;
    overflow: hidden;
    height: 99px;
  }
  .services {
    padding: 2em 0px;
  }
  .feature-left ul li a {
    color: #5d5d5d;
    font-size: 0.6em;
    font-weight: 400;
    line-height: 1em;
    text-decoration: none;
  }
  .contact h2 {
    font-size: 2em;
  }
  .contact h3 {
    font-size: 1.5em;
  }
  .error-404 h1 {
    font-size: 9em;
  }
  .main {
    padding: 10em 0px;
  }
  .pricing-wrapper ul {
    margin:0 0 10px 0;
  } 
   .pricing-cashdue {
    font-size: 1.2em;
  }
  .pricing-deposit, .pricing-total {
    font-size:1.6em;
  }
 
}

/*-- media query 768 --*/
@media(max-width:768px){
   .hide-desktop {
    display: block;
   }
   .hide-mobile {
    display: none;
   }
   .banner-title {
    font-size: 2em;
   }
   .banner-title-phone {
    font-style: 2em;
   }
   .stripper-item {
      height:200px;
   }
   .home-stripper-column-image{
    height:100px;
   }
  .head-nav ul li{
    display:block;
    float:none;
    padding:3%;
    font-size: 1.2em;
  }
  .head-nav ul li a{
    border-right:none;
    color:#fff;
  }
  .head-nav ul{
    position:absolute;
    margin: 0;
    padding: 2% 0;
    z-index: 999;
    width: 100%;
    display: none;
    text-align: center;
    background:#CC3300;
    left:0em;
    top:10em;
  }
  .head-nav span.menu {
    display: block;
    background: none;
    position: absolute;
    top: 74px;
    right: 20px;
  }
  .head-nav span.menu:before{
    content:"Menu ";
    color:#FFF;
    text-align:right;
    cursor:pointer;
  }
  .head-nav span.menu:after{
    content:url(../images/menu.png);
    color:#FFF;
    text-align:right;
    cursor:pointer;
  }
  .head-nav ul li a {
    padding:0.3em 1.5em;
    display:block;
    font-size:1em;
    font-weight:500;
    margin:0;
  }
  .tagline {
    display:none;
  }
  .stripper-item {
    margin:10px 0;
    border-top: 1px solid #5d5d5d;
    height:180px;
  }
  .testimonial{
    padding-top: 10px;
  }

  p.nunu {
    display: none;
  }
  .bglow-left {
    float: left;
    width: 66%;
    padding: 0 1em 0 0;
  }
  .bglow-right {
    float: right;
    width: 34%;
  }
  .bglow {
    padding: 2em 0 1em;
  }
  .about-left {
    width: 44%;
    float: left;
  }
  .about-right {
    float: right;
    width: 56%;
  }
  .about-main h3, .choose-main h3, .contact-main h3, .services-main h3, .feature-main h3, .price-main h3 {
    font-size: 1.7em;
  }
  .team-main h3 {
    font-size: 1.7em;
  }
  .team-left {
    float: left;
    width: 25%;
  }
  .team-bottom h4 {
    font-size: 1.1em;
  }
  .choose-left {
    width: 39%;
    float: left;
  }
  .choose-right {
    display: none;
  }
  .choose-left {
    width: 45%;
    float: left;
    padding-right: 3em;
  }
  #portfoliolist .portfolio {
    width: 23%;
    margin: 0em 0.5em;
  }
  .portfolio h3 {
    font-size: 1.7em;
  }
  .grid_box .zoom-icon {
    height: 109px;
  }
  div#portfoliolist {
    padding: 0em 0 1em;
  }
  .services-top-left {
    float: left;
    width: 50%;
  }
  .services-left h4 {
    font-size: 1.2em;
    padding-top: 1em;
  }
  .services-top-main:nth-child(2) {
    margin-top: 1em;
  }
  .contact h2 {
    font-size: 1.7em;
  }
  .contact h3 {
    font-size: 1.4em;
  }
  .main {
    padding: 10em 0px;
  }
  .error-404 h1 {
    font-size: 7em;
  }
  .error-404 p {
    font-size: 1.1em;
  }
  .pricing-cashdue {
    font-size: 1.5em;
  }
  .pricing-deposit, .pricing-total {
    font-size:2em;
  }
}

/*-- responsive-mediaquries --*/
@media(max-width:480px){
    h1 { font-size: 28px;}  
   .hide-desktop {
    display: block;
   }
  .navbar-fixed-bottom {
    margin-top: 30px;
    position: fixed;
  }
   .hide-mobile {
    display: none;
   }
   .banner-title {
    font-size: 1.4em;
   }
   .banner-title-phone {
    font-style: 1.6em;
   }
   .stripper-item {
      height:250px;
   }
   .home-stripper-column-image{
    height:165px;
   }
  .medium-btn {
    padding: 5px 5px;
    font-size: 1.3em;
  }
   .head-nav ul li{
      padding:3%;
      font-size: 1.0em;
   }
  .testimonial{
    padding-top: 15px;
  }
  .testimonial-title{
    font-size: 1.2em;
  }
  .divider {
    border-top: 2px solid #5d5d5d;
  }
  .pricing-cashdue {
    font-size: 1.4em;
  }
  .pricing-deposit, .pricing-total {
    font-size:1.6em;
  }
  .pricing-reserve-btn a {
    padding:10px 15px;
    font-size: 1.7em;
  }

  .b-left {
    float: none;
    text-align: center;
  }
  .b-right{
    float: none;
    text-align: center;
  }
  .banner h6 {
    font-size: 0.8125em;
    padding: 0.95em 0.3em;
    display: none;
  }
  .b-info {
    background: #090909;
    width: 73%;
  }
  a.view {
    font-size: 0.8125em;
    padding: 0.8em 2.3em 0.8em 0;
  }
  i.arrw {
    top: 8px;
    right: -2px;
  }
  .b-info {
    width: 73%;
  }
  .ban-right {
    padding: 0;
  }
  .banner h1 {
    font-size: 1.5em;
  }
  .ban-left {
    padding: 0 0em 0em 1em;
  }
  .banner {
    min-height: 194px;
  }
  .benefts-1 {
    float: none;
    width: 100%;
  }
  a.read {
    margin-bottom: 2em;
  }
  .benefts-1 ul {
    margin-bottom: 2em;
  }
  .portf-1 {
    float: left;
    width: 50%;
    margin: 0.5em 0;
  }
  a.vew {
    font-size: 0.8125em;
    padding: 0.5em 0.3em 0.3em 0.5em;
    bottom: 0px;
  }
  .portf {
    padding: 1em 0;
  }
  .benefts {
    padding: 1em 0 1em;
  }
  .bglow-left {
    float: none;
    width: 100%;
    padding: 0 1em 0 0;
  }
  .bglow-right {
    float: none;
    width: 100%;
  }
  .about-left {
    width: 100%;
    float: none;
    margin-bottom: 1em;
  }
  .about-right {
    float: none;
    width: 100%;
  }
  .choose-left {
    width: 100%;
    float: none;
    padding-right: 0em;
    margin: 1em 0;
  }
  .team-main h3 {
    font-size: 1.5em;
  }
  .about-main h3, .choose-main h3, .contact-main h3, .services-main h3, .feature-main h3, .price-main h3 {
    font-size: 1.5em;
  }
  .about {
    padding: 1em 0px 1em;
  }
  #portfoliolist .portfolio {
    width: 46.75%;
    margin: 0em 0.5em;
  }
  .grid_box .zoom-icon {
    height: 132px;
  }
  .portfolio h3 {
    font-size: 1.5em;
  }
  .services-left {
    padding: 0;
  }
  .services-left h4 {
    font-size: 1.1em;
    padding-top: 1em;
  }
  .map iframe {
    width: 100%;
    height: 200px;
  }
  .contact h2 {
    font-size: 1.5em;
  }
  .contact h3 {
    font-size: 1.3em;
  }
  a.b-home {
    padding: 0.6em 2em;
    font-size: 0.875em;
  }
  .error-404 p {
    font-size: 1em;
  }
  .error-404 h1 {
    font-size: 5em;
  }
  .main {
    padding: 6em 0px;
  }
  .port {
    padding: 2em 0;
  }
  .portfolio-item{
  height:270px;
  }
  h3 {
    font-size: 20px;
  }
}


/*-- responsive-mediaquries --*/
@media(max-width:360px){
   .hide-desktop {
    display: block;
   }
   .hide-mobile {
    display: none;
   }
   .banner-title {
    font-size: .9em;
   }
   .banner-title-phone {
    font-style: .8em;
   }
   .stripper-item {
      height:330px;
   }
   .home-stripper-column-image{
    height:230px;
   }
  .medium-btn {
    padding: 5px 5px;
    font-size: 1em;
  }
  .city-item{
    padding:0 10px 0 5px;
    font-size: .8em;
  }
   .head-nav ul li{
      padding:3%;
      font-size: 1.0em;
   }
  .testimonial{
    padding-top: 15px;
  }
  .testimonial-title{
    font-size: .8em;
  }
  .pricing-cashdue {
    font-size: 1.2em;
  }
  .pricing-deposit, .pricing-total {
    font-size:1.4em;
  }

  .b-left {
    float: none;
    text-align: center;
  }
  .b-right{
    float: none;
    text-align: center;
  }
  .banner h6 {
    font-size: 0.8125em;
    padding: 0.95em 0.3em;
    display: none;
  }
  .b-info {
    background: #090909;
    width: 73%;
  }
  a.view {
    font-size: 0.8125em;
    padding: 0.8em 2.3em 0.8em 0;
  }
  i.arrw {
    top: 8px;
    right: -2px;
  }
  .b-info {
    width: 73%;
  }
  .ban-right {
    padding: 0;
  }
  .banner h1 {
    font-size: 1.5em;
  }
  .ban-left {
    padding: 0 0em 0em 1em;
  }
  .banner {
    min-height: 194px;
  }
  .benefts-1 {
    float: none;
    width: 100%;
  }
  a.read {
    margin-bottom: 2em;
  }
  .benefts-1 ul {
    margin-bottom: 2em;
  }
  .portf-1 {
    float: left;
    width: 50%;
    margin: 0.5em 0;
  }
  a.vew {
    font-size: 0.8125em;
    padding: 0.5em 0.3em 0.3em 0.5em;
    bottom: 0px;
  }
  .portf {
    padding: 1em 0;
  }
  .benefts {
    padding: 1em 0 1em;
  }
  .bglow-left {
    float: none;
    width: 100%;
    padding: 0 1em 0 0;
  }
  .bglow-right {
    float: none;
    width: 100%;
  }
  .about-left {
    width: 100%;
    float: none;
    margin-bottom: 1em;
  }
  .about-right {
    float: none;
    width: 100%;
  }
  .choose-left {
    width: 100%;
    float: none;
    padding-right: 0em;
    margin: 1em 0;
  }
  .team-main h3 {
    font-size: 1.5em;
  }
  .about-main h3, .choose-main h3, .contact-main h3, .services-main h3, .feature-main h3, .price-main h3 {
    font-size: 1.5em;
  }
  .about {
    padding: 1em 0px 1em;
  }
  #portfoliolist .portfolio {
    width: 46.75%;
    margin: 0em 0.5em;
  }
  .grid_box .zoom-icon {
    height: 132px;
  }
  .portfolio h3 {
    font-size: 1.5em;
  }
  .services-left {
    padding: 0;
  }
  .services-left h4 {
    font-size: 1.1em;
    padding-top: 1em;
  }
  .map iframe {
    width: 100%;
    height: 200px;
  }
  .contact h2 {
    font-size: 1.5em;
  }
  .contact h3 {
    font-size: 1.3em;
  }
  a.b-home {
    padding: 0.6em 2em;
    font-size: 0.875em;
  }
  .error-404 p {
    font-size: 1em;
  }
  .error-404 h1 {
    font-size: 5em;
  }
  .main {
    padding: 6em 0px;
  }
  .port {
    padding: 2em 0;
  }

}
