@import "font-awesome.min.css";
@import "grid.css";
@import "menu.css";
@import "contact-form.css";
@import url(http://fonts.googleapis.com/css?family=Roboto:400);
@import url(http://fonts.googleapis.com/css?family=Roboto:500);
@import url(http://fonts.googleapis.com/css?family=Roboto:100);
@import url(http://fonts.googleapis.com/css?family=Roboto:300);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300);
/* ======= Import CSS ======= */
/* ======= Import Fonts ======= */
/* ======= Variables ======= */
/* ======= Defaults and mixins ======= */
.transition {
  -webkit-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
body {
  color: #c0c0c0;
  font: normal 14px 'Arial', sans-serif;
}
body p {
  line-height: 23px;
}
img {
  max-width: 100%;
}
a {
  color: inherit;
  font: normal 15px 'Roboto', sans-serif;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 23px;
  -webkit-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
a:hover {
  color: #31353d;
}
.simple-link {
  color: #ff974f;
  text-decoration: underline;
  font-family: Arial, sans-serif;
  font-size: 14px;
  text-transform: none;
}
/* To Top Button */
#toTop {
  background: url(../images/to_top.png) no-repeat;
  position: fixed;
  bottom: 40px;
  left: 51%;
  margin-left: 640px;
  display: block;
  height: 42px;
  width: 42px;
  text-align: center;
  border-radius: 50px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: all 0 ease-in;
  -ms-transition: all 0 ease;
  transition: all 0 ease-in;
  behavior: url(js/PIE.htc);
}
#toTop:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  opacity: 0.7;
}
#toTop:active,
#toTop:focus {
  outline: none;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
* {
  -webkit-text-size-adjust: none;
}
/* Headers */
h1,
h2,
h3,
h4,
h5,
h6 {
  font: 300 30px 'Roboto', sans-serif;
  color: #31353d;
  line-height: 30px;
  text-transform: uppercase;
}
/* Big Orange Header */
h2 {
  color: #ff974f;
  font-weight: 500;
  font-size: 70px;
  line-height: 60px;
  text-transform: none;
  margin-bottom: 31px;
}
h2 > span {
  display: block;
  text-transform: uppercase;
  font-weight: 300;
  color: #31353d;
  font-size: 40px;
  line-height: 45px;
  margin-top: 4px;
}
@media (max-width: 979px) {
  h2 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 10px;
  }
  h2 > span {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 20px;
    line-height: 22px;
  }
  h2 h2 > span {
    font-size: 14px;
    line-height: 16px;
  }
}
.h2__inset1 {
  margin-bottom: 40px;
}
.h2__inset1 span {
  font-size: 30px;
  line-height: 35px;
}
/* Little Orange */
h3 {
  color: #2f3837;
  margin-bottom: 18px;
}
h3 > span {
  color: #ff974f;
  font-size: 20px;
  line-height: 32px;
  display: block;
  margin-top: 4px;
}
@media (max-width: 979px) {
  h3 {
    font-size: 22px;
  }
  h3 span {
    font-size: 18px;
  }
}
/* Default Header */
h4 {
  margin-bottom: 56px;
}
@media (max-width: 979px) {
  h4 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  h4 {
    margin-bottom: 25px;
  }
}
.h4__inset1 {
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
}
/* Little Orange */
h5 {
  color: #ff974f;
  position: relative;
  margin-left: 79px;
  margin-bottom: 18px;
}
h5 > span {
  display: block;
  color: #3e424a;
  font-size: 20px;
  margin-top: -8px;
}
@media (max-width: 979px) {
  h5 {
    font-size: 24px;
  }
  h5 span {
    font-size: 16px;
    line-height: 20px;
  }
}
h6 {
  font-size: 20px;
  line-height: 25px;
  color: #ff974f;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  h6 {
    font-size: 15px;
  }
}
/* ======= Marker before post ======= */
.simple-post {
  position: relative;
  margin-bottom: 42px;
}
.marker {
  display: inline-block;
  font-size: 35px;
  line-height: 61px;
  text-align: center;
  width: 61px;
  height: 61px;
  background: #31353d;
  color: #ffffff;
  border-radius: 100px;
  position: absolute;
  top: -2px;
}
/* Buttons */
/* Default Button */
.btn-default {
  background: #ff974f;
  color: #ffffff;
  font: normal 15px 'Roboto', sans-serif;
  display: inline-block;
  padding: 15px 21px;
  position: relative;
}
.btn-default:after {
  text-align: center;
  font-family: FontAwesome;
  content: "\f054";
  width: 50px;
  line-height: 50px;
  font-size: 20px;
  background: #31353d;
  position: absolute;
  right: -50px;
  bottom: 0;
  top: 0;
  -webkit-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.btn-default:hover {
  background: #31353d;
  color: #ffffff;
}
.btn-default:hover:after {
  background: #ff974f;
  color: #ffffff;
}
/* Big Button */
.btn__inset1 {
  padding: 13px 18px;
  font-size: 14px;
  margin-left: 6px;
}
.btn__inset1:after {
  width: 45px;
  right: -45px;
  line-height: 45px;
}
@media (max-width: 979px) {
  .btn__inset1 {
    padding: 5px 10px;
    font-size: 15px;
  }
  .btn__inset1:after {
    width: 30px;
    top: 0;
    bottom: 0;
    line-height: 30px;
    font-size: 15px;
    right: -30px;
  }
}
/* =====================================================================
                                Header
======================================================================== */
#header {
  background: #31353d;
  position: relative;
  padding: 100px 0 98px 0;
  /* Orange Block */
  /* Logo */
}
#header .different-block {
  position: absolute;
  height: 100%;
  background: #ff974f;
  z-index: 1;
  left: 0;
  top: 0;
  right: 50%;
  margin-right: 122px;
}
#header h1 {
  float: left;
  top: 1px;
}
#header h1 img {
  position: absolute;
  z-index: 999;
  top: 50%;
  margin-top: -30px;
}
@media (max-width: 979px) {
  #header {
    /* Header */
    position: relative;
    padding: 100px 0 98px 0;
    /*Orange block */
    /* Logo */
  }
  #header .different-block {
    display: none;
  }
  #header h1 {
    text-align: center;
    float: none;
  }
  #header h1 img {
    position: static;
    margin-top: -31px;
  }
}
@media (max-width: 979px) and (max-width: 979px) {
  #header h1 img {
    margin-left: 20px;
  }
}
@media (max-width: 979px) and (max-width: 769px) {
  #header h1 img {
    margin-left: -30px;
  }
}
@media (max-width: 767px) {
  #header {
    /* Header */
    padding: 50px 0;
  }
}
/* =====================================================================
                                Content
======================================================================== */
/* ======= Home Security ETC ======= */
/* Grey Divider After Camera */
.divider {
  z-index: 1;
  background: #31353d;
  height: 168px;
  width: 100%;
}
@media (max-width: 979px) {
  .divider {
    /* Grey Divider After Camera */
    height: 120px;
  }
}
@media (max-width: 767px) {
  .divider {
    /*Grey Divider After Camera */
    display: none;
  }
}
/* Posts with image and ahref about Security */
.posts {
  margin-top: -73px;
  z-index: 999;
  position: relative;
  padding-bottom: 50px;
}
.posts .post {
  margin-bottom: 32px;
}
.posts img {
  border-bottom: 7px solid #ff974f;
  margin-bottom: 31px;
}
.posts p {
  margin-bottom: 52px;
  line-height: 23px;
}
@media (max-width: 767px) {
  .posts {
    /* Posts with image and ahref about Security */
    margin-top: 30px;
    text-align: center;
    padding-bottom: 10px;
  }
  .posts a {
    margin-bottom: 60px;
    margin-left: -50px;
  }
  .posts p {
    margin-bottom: 20px;
  }
}
/* Owl Blockqoutes */
@media (max-width: 767px) {
  #owl blockquote {
    text-align: center;
    /* Marker before blockquote */
  }
  #owl blockquote p {
    font-size: 16px;
    margin: 20px 15px 15px 15px;
    line-height: 21px;
  }
  #owl blockquote a {
    font-size: 16px;
    margin: 0 15px 0 15px;
  }
  #owl blockquote .blockquote-marker1 {
    width: 40px;
    height: 40px;
    margin: 0 0 0 -30px;
    top: 10px;
    left: 50%;
  }
  #owl blockquote .blockquote-marker1 i {
    line-height: 40px;
    font-size: 20px;
  }
  #owl blockquote .blockquote-marker2 {
    width: 40px;
    height: 40px;
    top: 10px;
    margin: 0 0 20px 0;
    left: 50%;
  }
  #owl blockquote .blockquote-marker2 i {
    line-height: 40px;
    font-size: 20px;
  }
}
.carousel {
  padding: 62px 0 57px;
  background: url(../images/page1_img6.png) no-repeat center;
  background-size: cover;
}
@media (max-width: 767px) {
  .carousel {
    padding: 15px 0 0 0;
  }
}
.carousel blockquote {
  text-align: left;
  position: relative;
  padding: 38px 0 38px 0;
}
.carousel blockquote .blockquote-marker1 {
  color: #31353d;
  background: #ffffff;
  width: 100px;
  height: 100px;
  text-align: center;
  display: inline-block;
  border-radius: 300px;
  position: absolute;
  margin-left: 111px;
  top: 31px;
}
@media (max-width: 979px) {
  .carousel blockquote .blockquote-marker1 {
    margin-left: 71px;
  }
}
.carousel blockquote .blockquote-marker1 i {
  font-size: 50px;
  line-height: 100px;
}
.carousel blockquote .blockquote-marker2 {
  color: #ffffff;
  background: #ff974f;
  width: 100px;
  height: 100px;
  text-align: center;
  display: inline-block;
  border-radius: 300px;
  position: absolute;
  margin-left: 182px;
  top: 31px;
}
@media (max-width: 979px) {
  .carousel blockquote .blockquote-marker2 {
    margin-left: 142px;
  }
}
.carousel blockquote .blockquote-marker2 i {
  font-size: 50px;
  line-height: 100px;
}
.carousel blockquote p {
  color: #ffffff;
  font: 300 24px 'Roboto', sans-serif;
  line-height: 30px;
  margin-left: 325px;
  margin-right: 40px;
  margin-top: 3px;
}
@media (max-width: 979px) {
  .carousel blockquote p {
    margin-left: 275px;
  }
}
.carousel blockquote a {
  display: inline-block;
  text-transform: none;
  font-weight: 300;
  font-size: 24px;
  margin-top: 24px;
  color: #ff974f;
  margin-left: 325px;
}
@media (max-width: 979px) {
  .carousel blockquote a {
    margin-left: 275px;
  }
}
.carousel blockquote a:hover {
  color: #ffffff;
}
/* Professional */
.content {
  background: #f9f9f9;
  padding: 91px 0 41px;
}
.content h4 {
  margin-bottom: 60px;
}
.content p {
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  .content {
    padding: 30px 0;
  }
}
/*  Google Map  */
.google-map__main {
  width: 100%;
  height: 268px;
}
@media (max-width: 767px) {
  .google-map__main {
    height: 200px;
  }
}
/*  Gallery  */
.gallery {
  display: block;
  position: relative;
  background: #31353d;
  /*  Gallery Icon When You Hover Over It */
}
.gallery img {
  width: 100%;
}
.gallery:hover img {
  -webkit-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}
.gallery:hover .gallery_icon {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.gallery .gallery_icon {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  left: 50%;
  top: 50%;
  font-size: 28px;
  margin-left: -14px;
  margin-top: -14px;
  color: #ff974f;
  position: absolute;
}
/* ======= Who we Are ======= */
.white-background {
  padding: 96px 0 53px;
  background: #ffffff;
  /*  Company Profile  */
}
.white-background a {
  font: inherit;
}
.white-background a:hover {
  color: #ff974f;
}
.white-background a.simple-link:hover {
  color: #31353d;
}
.white-background h4 {
  margin-bottom: 37px;
}
.white-background .h4__inset1 {
  margin-bottom: 17px;
}
.white-background .h4__inset2 {
  margin-bottom: 9px;
}
.white-background .h4__inset4 {
  margin-top: 94px;
}
.white-background .h4__inset5 {
  margin-top: 75px;
}
.white-background .h4__inset6 {
  margin-bottom: 48px;
}
.white-background img {
  margin-top: 5px;
  margin-bottom: 25px;
}
.white-background .gallery {
  margin-top: 5px;
  margin-bottom: 25px;
}
.white-background .gallery img {
  margin: 0;
}
.white-background p {
  font-weight: 300;
  line-height: 23px;
  margin-bottom: 16px;
}
.white-background .article__inset1 {
  margin-bottom: 20px;
}
.white-background .article__inset1 img {
  float: left;
  margin-right: 20px;
  margin-top: 5px;
}
.white-background .article__inset1 p {
  overflow: hidden;
}
.white-background .h4__inset3 {
  margin-bottom: 48px;
  margin-top: -5px;
}
@media (max-width: 767px) {
  .white-background {
    /*  Company profile  */
  }
  .white-background h4 {
    font-size: 30px;
    line-height: 35px;
    margin: 40px 0;
  }
  .white-background .h4__inset1 {
    font-size: 24px;
    line-height: 30px;
    margin: 20px 0;
  }
  .white-background .article__inset1 {
    text-align: left;
  }
  .white-background .article__inset1 img {
    float: none;
    width: 100%;
  }
  .white-background .article__inset1 p {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .white-background {
    padding-top: 20px;
  }
}
/*  Benefits  */
.marker__inset1 {
  position: relative;
  margin-left: 66px;
  /*  Benefits Marker Before  */
}
.marker__inset1:before {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  position: absolute;
  display: block;
  width: 56px;
  height: 55px;
  background: #ff974f;
  color: #ffffff;
  font-size: 36px;
  line-height: 55px;
  left: -66px;
  top: 5px;
  content: '';
}
.marker__inset1_marker1:before {
  content: '1';
}
.marker__inset1_marker2:before {
  content: '2';
}
.marker__inset1_marker3:before {
  content: '3';
}
/* Our Team  */
.grey-background {
  background: #f9f9f9;
  padding: 89px 0 41px;
}
.grey-background a {
  font: inherit;
}
.grey-background a:hover {
  color: #ff974f;
}
.grey-background img {
  margin-bottom: 24px;
}
.grey-background h4 {
  margin-bottom: 54px;
}
.grey-background .h4__inset1 {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .grey-background {
    text-align: center;
  }
  .grey-background p {
    margin-bottom: 50px;
  }
}
/*  List Type 1 Modern Services  */
.list1 {
  margin-bottom: 30px;
}
.list1 li {
  padding-left: 20px;
  background: url(../images/list1.png) no-repeat left 6px;
}
.list1 li + li {
  margin-top: 11px;
}
.list1 a {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #bfbfbf;
}
.list1 a:hover {
  color: #31353d;
}
/*  Toggle FAQS  */
.full-block {
  border: 1px solid #d3d3d3;
  padding: 0 30px 0 69px;
  margin-bottom: 10px;
  cursor: pointer;
  /*  Class append if block was not toggled  */
  /*  Class append if block was toggled  */
  /*  Full block (visible/ visible+hidden elements) */
}
.full-block .untoggled:before {
  position: absolute;
  left: -40px;
  top: -20px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #31353d;
  content: '+';
}
.full-block .toggled:before {
  position: absolute;
  left: -40px;
  top: -20px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #31353d;
  content: '-';
}
.full-block .click-to-toggle {
  padding-left: 20px;
}
.full-block .toggle-and-click-block {
  border-left: 1px solid #d3d3d3;
  margin-bottom: 23px;
  margin-top: 23px;
  position: relative;
}
@media (max-width: 767px) {
  .full-block .toggle-and-click-block {
    text-align: left;
    font-size: 14px;
  }
}
.full-block .toggle-and-click-block h4 {
  margin-bottom: 7px;
}
@media (max-width: 767px) {
  .full-block .toggle-and-click-block h4 {
    font-size: 18px;
  }
}
.full-block .toggle-block {
  display: none;
}
/* Blog */
.blog_post {
  margin-bottom: 55px;
  /* Blog Time */
  /* Blog Author and Comments lines */
}
.blog_post img {
  margin-bottom: 0;
}
.blog_post img:first-child {
  margin-top: 5px;
}
.blog_post time {
  display: block;
  float: left;
  color: #ff974f;
  text-transform: uppercase;
  font-size: 20px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .blog_post time {
    float: none;
  }
}
.blog_post .blog_post_inner {
  padding: 24px 20px 12px;
  background: #f9f9f9;
}
.blog_post .h4__inset1 {
  margin-bottom: 13px;
}
.blog_post p {
  line-height: 21px;
  margin-bottom: 25px;
}
.blog_post .author-and-comments {
  float: right;
  margin-top: 9px;
  /* Blog icon before Author */
  /* Blog icon before Comments */
}
@media (max-width: 767px) {
  .blog_post .author-and-comments {
    float: none;
  }
}
.blog_post .author-and-comments span {
  position: relative;
  margin-left: 45px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .blog_post .author-and-comments span:first-child {
    margin-left: 20px;
  }
}
.blog_post .author-and-comments span a {
  text-transform: none;
  color: #ff974f;
}
.blog_post .author-and-comments span a:hover {
  color: #31353d;
}
.blog_post .author-and-comments .author:before {
  position: absolute;
  font-family: FontAwesome;
  content: '\f007';
  font-size: 16px;
  color: #c0c0c0;
  left: -20px;
  top: -2px;
}
.blog_post .author-and-comments .comments:before {
  position: absolute;
  font-family: FontAwesome;
  content: '\f086';
  font-size: 16px;
  color: #c0c0c0;
  left: -23px;
  top: -2px;
}
/* White background Inset */
.white-background.default {
  padding-bottom: 100px;
}
.white-background.default p {
  margin-bottom: 28px;
}
.white-background.default .full-block p {
  margin-bottom: 0;
}
.white-background.default.padding__inset1 {
  padding-bottom: 70px;
}
.white-background.default.padding__inset2 {
  padding-bottom: 90px;
}
.white-background.padding__inset1 {
  padding-bottom: 64px;
}
/* ======= Contact Form ======= */
/* Google Map */
.google-map__contact {
  width: 100%;
  height: 348px;
  margin-bottom: 76px;
  margin-top: 6px;
}
@media (max-width: 767px) {
  .google-map__contact {
    margin-bottom: 0;
  }
}
/* Address */
.mb0 {
  margin-top: -5px;
  line-height: 24px;
}
.mb0 span {
  display: inline-block;
  min-width: 82px;
}
/* =====================================================================
                                Footer
======================================================================== */
#footer {
  padding: 55px 0 59px;
  background: #31353d;
  /* Footer Logo */
  /* Social icons, year and privacy policy*/
  /* Privacy*/
  /* Social Icons */
}
#footer img {
  float: left;
  margin-top: 16px;
}
@media (max-width: 767px) {
  #footer img {
    float: none;
    margin-bottom: 20px;
  }
}
@media (max-width: 979px) {
  #footer img {
    margin-left: 20px;
  }
}
#footer .socials-and-privacy {
  float: right;
  display: block;
  text-align: left;
  margin-right: 65px;
  color: #828890;
}
#footer .socials-and-privacy > a {
  display: inline-block;
  text-transform: none;
}
#footer .socials-and-privacy > a:hover {
  color: #ff974f;
}
@media (max-width: 767px) {
  #footer .socials-and-privacy {
    float: none;
    margin-right: 0;
    text-align: center;
  }
}
#footer .privacy {
  color: #FFF;
  font-size: 14px;
  display: inline-block;
}
@media (max-width: 767px) {
  #footer .privacy {
    font-size: 10px;
  }
  #footer .privacy a {
    font-size: 10px;
  }
}
#footer .privacy a {
  /* Privacy Ahref */
  text-transform: none;
  color: #828890;
}
#footer .privacy a:hover {
  color: #ff974f;
}
#footer .privacy span {
  color: #828890;
}
#footer ul li {
  margin-top: 14px;
  display: inline-block;
  width: 34px;
  height: 34px;
  font-size: 19px;
  text-align: center;
  background: #454b57;
  margin-right: 9px;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
#footer ul li > a i {
  line-height: 34px;
  color: #FFF;
}
#footer ul li:hover {
  background: #ff974f;
  cursor: pointer;
}
@media (max-width: 767px) {
  #footer {
    text-align: center;
    padding: 30px 0;
  }
  #footer img {
    margin-left: 0;
  }
  #footer ul {
    text-align: center;
  }
}

.clearout {
height:20px;
clear:both;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float:left;
    width:100%;
    background:#fcfcfc;
    background: #fcfcfc -moz-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* FF3.6+ */
    background: #fcfcfc -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#eee)); /* Chrome,Safari4+ */
    background: #fcfcfc -webkit-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* Chrome10+,Safari5.1+ */
    background: #fcfcfc -o-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* Opera11.10+ */
    background: #fcfcfc -ms-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* IE10+ */
    background: #fcfcfc linear-gradient(top, #fcfcfc 0%, #eee 100%); /* W3C */
    border:1px solid #ccc;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;  
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    max-width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    padding:5px 10px;
    border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;      
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top:40%;
    background: rgba(0,0,0,0.5);
    color: #fff;     
}

.nbs-flexisel-nav-left {
    left: 10px;
}

.nbs-flexisel-nav-left:before {
    content: "<"
}

.nbs-flexisel-nav-left.disabled {
    opacity: 0.4;
}

.nbs-flexisel-nav-right {
    right: 5px;    
}

.nbs-flexisel-nav-right:before {
    content: ">"
}

.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}


