@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Audiowide|Play:400,700);
/*========================================================
                      Main Styles
=========================================================*/

#cityMap {
  height: 360px;
  margin-bottom: 10px;
}

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

  #cityMap {
      height: 192px;
  }
}

@media (max-width: 1200px) and (min-width: 979px) {

  #cityMap {
      height: 242px;
  }
}
.box_top {
  height: 95px;
  background: white;
  transition: .3s ease;
}

.box_top:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

body {
  background: url(/images/pattern-gray.jpg);
  font: 400 15px/21px 'Play', sans-serif;
  -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  height: auto;
}
h2,
h4,
h5 {
  text-transform: uppercase;
}

h1 {
  font-weight: bold;
  font-size: 50px;
  line-height: 55px;
  color: #000;
  margin-bottom: 10px;
}

h2 {
  color: #ffffff;
  font-size: 40px;
  line-height: 40px;
}
h3 {
  color: #302d32;
  font-size: 35px;
  line-height: 35px;
  font-weight: bold;
}
@media (max-width: 767px) {
  h3 {
    color: #302d32;
    font-size: 25px;
    line-height: 25px;
    font-weight: bold;
  }
}
h3 > em {
  text-transform: uppercase;
}
h4 {
  color: #ffffff;
  font-size: 30px;
  line-height: 30px;
}
h5 {
  color: #141211;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
}
h6,
.terms-list dt {
  color: #eb6f74;
  font-size: 18px;
  line-height: 30px;
}
p a:hover,
ul a:hover {
  text-decoration: underline;
}
p .fa,
ul .fa {
  text-decoration: none;
}
time {
  display: block;
}
a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color:#eb6f74;
  font-weight: bold;
}
a:focus {
  outline: none;
}
a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}
strong {
  font-weight: 700;
}
.fa {
  line-height: inherit;
}
[class*='fa-']:before {
  font-weight: 400;
  font-family: 'FontAwesome';
}
.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}
.center {
  text-align: center;
}
.aside-r {
  float: right;
}
.aside-r:before,
.aside-r:after {
  content: " ";
  display: table;
}
.aside-r:after {
  clear: both;
}
.ins-r {
  padding-right: 126px;
}
@media (max-width: 767px) {
  .ins-r {
    padding-right: 0;
  }
}
.width {
  width: 100%;
}
.def-font-2 {
  font: 400 16px/24px 'Play', sans-serif;
  color: #ffffff;
}
.map + .row > .grid_3 > address {
  font-size: 23px;
  line-height: 23px;
  font-weight: 700;
  text-transform: uppercase;
  color: #141211;
}
.grid_4 > .camera-box > img + h3 > a > span + span {
  font-size: 24px;
  line-height: 30px;
}
@media (max-width: 767px) {
  h1 {
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
    color: #000;
    margin-bottom: 10px;
  }
  h2 {
    font-size: 28px;
    line-height: 35px;
  }
  h4 {
    font-size: 25px;
    line-height: 25px;
  }
}
@media (max-width: 479px) {

  h4 {
    font-size: 18px;
    line-height: 18px;
  }
}

html, body {
	overflow-x: hidden;
}

body {
	position: relative;
}
/*=======================================================
                       Main Layout
=========================================================*/
* + .contact-form {
  margin-top: 33px;
}
h2 + h4 {
  margin-top: 5px;
}
h3 + h6 {
  margin-top: 20px;
}
h3 + .box-1 {
  margin-top: 26px;
}
h3 + .row {
  margin-top: 46px;
}
h3 + .map {
  margin-top: 32px;
}
h3 + .terms-list {
  margin-top: 22px;
}
h3 + #search-results {
  margin-top: 40px;
}
h4 + p {
  margin-top: 34px;
}
h4 + .marked-list {
  margin-top: 32px;
}
h4 + .row {
  margin-top: 39px;
}
h5 + p {
  margin-top: 30px;
}
h6 + p {
  margin-top: 22px;
  
}
h6 + p.min-height {
  min-height: 280px;
}
p + .btn {
  margin-top: 36px;
}
p + .btn-1 {
  margin-top: 54px;
}
p + .btn-1__gray {
  margin-top: 52px;
}
p + h5 {
  margin-top: 22px;
}
img + p {
  margin-top: 22px;
}
img + h5 {
  margin-top: 26px;
}
.box-1 + .box-1 {
  margin-top: 34px;
}
.map + .row {
  margin-top: 25px;
}
* + .offset1 {
  margin-top: 39px;
}
* + .offset2,
h3 + .offset2,
h4 + .offset2 {
  margin-top: 33px;
}
* + .offset3 {
  margin-top: 77px;
}
@media (max-width: 767px) {
  .offset3 {
    margin-top: 30px;
  }
}
* + .offset4,
.box-1 + .offset4,
h3 + .offset4 {
  margin-top: 23px;
}
* + .offset5,
h3 + .offset5 {
  margin-top: 21px;
}
* + .offset6 {
  margin-top: 52px;
}
* + .offset7 {
  margin-top: 37px;
}
.row-offset .row + .row {
  margin-top: 30px;
}
.mg-add {
  margin-top: 10px;
}
/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/

.brand_name {
  font-size: 48px;
  line-height: 48px;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  min-width: 270px;
  height: 123px;
}
@media (max-width: 767px) {
  .brand_name {
    font-size: 48px;
    line-height: 48px;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    min-width: 270px;
    height: 80px;
  }
}
.brand_name a {
  display: inline-block;
}
.brand_slogan {
  display: inline-block;
  color: #2c2d2e;
  font-size: 15px;
  line-height: 18px;
  margin-top: 49px;
  margin-left: 20px;
}
/*=================     Inline-List     ====================*/
.inline-list {
  display: inline-block;
}
.inline-list li {
  display: inline-block;
}
.inline-list li > a {
  text-decoration: none;
}
/*==================     Contacts-List     ======================*/
.contacts {
  color: #d21b21;
  font-size: 24px;
  line-height: 24px;
  font-weight:bold;
}
.contacts li + li {
  margin-left: 31px;
}
.contacts li > a:hover {
  color: #ffffff;
}
.nav + .contacts {
  margin-top: 3px;
}
/*==================     Socials-List     ======================*/
.socials {
  color: #2a2d2e;
  font-size: 18px;
  line-height: 18px;
}
.socials li + li {
  margin-left: 10px;
}
.socials li > a:hover {
  color: #d21b21;
}
/*==================  Mods  ======================*/
@media (min-width: 480px) and (max-width: 767px) {
  .mod img {
    width: 100%;
  }
}
/*==================  Backgrounds  ======================*/
.bg-gray {
  background: black;
}
.bg-white {
  background: url(/images/pattern-white.webp);
}
.bg-lt-gray {
  background-color: #ccc;
}
/*==================     Icons     ======================*/
.sprite {
  display: inline-block;
  width: 106px;
  height: 106px;
  background: url(/images/icons.png);
  background-position: 0 0;
}
.icon-2 {
  background-position: 0 106px;
}
.icon-3 {
  background-position: -172px 0;
}
.icon-4 {
  background-position: -172px 276px;
}
 .icon-row {
  text-align:center; 
  padding-top:30px; 
  padding-bottom:30px;

  } 

/*==================    Buttons    ======================*/
.btn,
.btn-1,
.btn-1__gray,
.btn-1__gray2 {
  display: inline-block;
  background-color: #313131;
  padding: 10px 18px;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  border-radius:8px;
}
.btn:hover {
  background: #d21b21;
}
.btn:active {
  background: #ff7933;
}
.btn-1,
.btn-1__gray,
.btn-1__gray2 {
  background: #d21b21;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  padding: 19px 24px;
}
.btn-1:hover {
  background: #464646;
}
.btn-1:active {
  background: #606060;
}
.btn-1__gray {
  background: #464646;
}
.btn-1__gray:hover {
  background: #d21b21;
}
.btn-1__gray:active {
  background: #ff7933;
}
.btn-1__gray2 {
  background: #313131;
}
.btn-1__gray2:hover {
  background: #d21b21;
}
.btn-1__gray2:active {
  background: #ff7933;
}
/*==================      Box      ======================*/
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box_top {
  display: block;
  text-align: center;
  border: 1px solid #ccc;
  padding: 10px;
  position: relative;
  margin-bottom: 15px;
}
.box_top .sprite {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: .5;
}
.box_top:after {
  content: url(/images/triangle-gray.jpg);
  position: absolute;
  bottom: -21px;
  left: 50%;
  margin-left: -15px;
}
.mySlides {
  display:none;
}
.box_topW {
  display: block;
  text-align: center;
  border: 1px solid #ccc;
  padding: 40px;
  position: relative;
  margin-bottom: 15px;
}
.box_topW .sprite {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: .5;
}
.box_topW:after {
  content: url(/images/triangle-white.jpg);
  position: absolute;
  bottom: -21px;
  left: 50%;
  margin-left: -15px;
}
.box_cnt {
  text-align: center;
  padding: 0 8%;
}

.box_cnt p {
  color: #737373;
}
.box_cnt p.min-height {
  min-height:220px;
}
.box .box_top + .box_cnt {
  margin-top: 47px;
}
.box:hover .box_top .sprite {
  opacity: 1;
}
@media (max-width: 767px) {
  .box_top {
    padding: 10px;
  }
  .box_cnt p.min-height {
    min-height:auto;
  }
}
/*==================      Box-1      ======================*/
.box-1:before,
.box-1:after {
  content: " ";
  display: table;
}
.box-1:after {
  clear: both;
}
.box-1_aside {
  float: left;
  margin-right: 30px;
  padding-top: 6px;
}
.box-1_aside .aside {
  font-size: 60px;
  line-height: 60px;
  color: #848484;
  min-width: 65px;
}
.box-1_cnt__no-flow {
  overflow: hidden;
}
.box-1_cnt__no-flow h6 + p {
  margin-top: 0;
}
@media (max-width: 767px) {
  .box-1_aside {
    float: none;
    display: block;
    text-align: center;
    margin: 0;
  }
  .box-1_cnt {
    text-align: center;
    display: inline-block;
  }
  .box-1_cnt__no-flow {
    text-align: center;
  }
}
/*==================      Box-2      ======================*/
.box-2 {
  border: 1px solid #cccccc;
  background: #fdfdfd;
}
.box-2 img {
  width: 100%;
}
.box-2_cnt {
  padding: 25px 15px 35px;
  text-align: center;
  color: #737373;
}
.box-2_cnt h5 + p {
  margin-top: 20px;
}
.box-2_cnt a:hover {
  color: #d21b21;
  text-decoration: underline;
}
/*===============      Camera Box      ===================*/
.camera-box {
  position: relative;
  text-align: left;
}
.camera-box h3 {
  background: #313131;
  position: absolute;
  bottom: 0;
  right: 18%;
  left: 0;
  padding: 0 9%;
  color: #ffffff;
  text-transform: uppercase;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media (max-width: 1199px) {
  .camera-box h3 {
    right: 0;
  }
}
.camera-box h3 > a > span {
  font-size: 40px;
  line-height: 35px;
  margin-top: 13px;
  display: inline-block;
}
.camera-box h3 > a > span + span {
  font-size: 36px;
  line-height: 36px;
  font-weight: 400;
  margin-top: 5px;
}
@media (max-width: 979px) {
  .camera-box h3 > a > span {
    font-size: 30px;
    line-height: 30px;
  }
  .camera-box h3 > a > span + span {
    font-size: 25px;
    line-height: 25px;
    margin-top: 0;
  }
}
.camera-box h3 > a:hover > span {
  text-decoration: underline;
}
.camera-box:hover h3 {
  background: #d21b21;
}
/*==================      Aside-img      ======================*/
.aside-img {
  position: relative;
  padding-top: 115px;
  padding-bottom: 121px;
  padding-right: 5%;
  color: #ffffff;
  font-size: 16px;
  line-height: 23px;
}
@media (max-width: 1300px) {
  .aside-img h2 {
    font-size: 40px;
    line-height: 40px;
  }
}
.aside-img:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 1025px;
  height: 100%;
}
@media (max-width: 767px) {
  .aside-img {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
.img1:after, .img6:after, .img8:after, .img10:after,
.img4:after, .img14:after, .img20:after, .img23:after, .img24:after, .img30:after, .img32:after, .img35:after, .img37:after, .img38:after, .img41:after {
  background-position: right;
  background-size: cover;
  left: 100%;
  margin-left: 15px;
}
@media (max-width: 1199px) {
  .img1:after, .img6:after, .img8:after, .img10:after,
  .img4:after, .img14:after, .img20:after, .img23:after, .img24:after, .img30:after, .img32:after, .img35:after, .img37:after, .img38:after {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .img1:after, .img6:after, .img8:after, .img10:after,
  .img4:after, .img14:after, .img20:after, .img23:after, .img24:after, .img30:after, .img32:after, .img35:after, .img37:after, .img38:after {
    display: none;
  }
}
.img2:after, .img5:after, .img7:after, .img9:after, .img11:after, .img12:after,
.img3:after, .img13:after, .img15:after, .img16:after, .img17:after, .img18:after, .img19:after, .img21:after, .img22:after, .img25:after, .img27:after, .img28:after, .img29:after, .img31:after, .img33:after, .img34:after , .img36:after, .img39:after, .img40:after, .img42:after, .img43:after, .img44:after {
  background-size: cover;
  right: 100%;
  margin-right: 15px;
}
@media (max-width: 1199px) {
  .img2:after, .img5:after, .img7:after, .img9:after, .img11:after, .img12:after,
  .img3:after, .img13:after, .img15:after, .img16:after, .img17:after, .img18:after, .img19:after, .img21:after, .img22:after, .img25:after, .img27:after, .img28:after, .img29:after, .img31:after, .img33:after, .img34:after, .img36:after {
    margin-right: 10px;
  }
}
@media (max-width: 767px) { 
  .img2:after, .img5:after, .img7:after, .img9:after, .img11:after, .img12:after,
  .img3:after, .img13:after, .img15:after, .img16:after, .img17:after, .img18:after, .img19:after, .img21:after, .img22:after, .img25:after, .img27:after, .img28:after, .img29:after, .img31:after, .img33:after, .img34:after, .img36:after, .img39:after {
    display: none;
  }
}
.img2 > *, .img5 > *, .img7 > *, .img9 > *, .img11 > *, .img12 > *,
.img3 > *, .img13 > *, .img15 > *, .img16 > *, .img17 > *, .img18 > *, .img19 > *, .img21 > *, .img22 > *, .img25 > *, .img27 > *, .img28 > *, .img29 > *, .img31 > *, .img33 > *, .img34 > *, .img36 > {
  margin-left: 82px;
}
@media (max-width: 767px) {
  .img2 > *, .img5 > *, .img7 > *, .img9 > *, .img11 > *, .img12 > *,
  .img3 > *, .img13 > *, .img15 > *, .img16 > *, .img17 > *, .img18 > *, .img19 > *, .img21 > *, .img22 > *, .img25 > *, .img27 > *, .img28 > *, .img29 > *, .img31 > *, .img33 > *, .img34 > *, .img36 > *, .img39 {
    margin-left: 0;
  }
}
.img1:after {
  background-image: url(/images/background-1.jpg);
}
.img2:after {
  background-image: url(/images/background-2.jpg);
}
.img3:after {
  background-image: url(/images/background-3.jpg);
}
.img4:after {
  background-image: url(/images/background-4.jpg);
}
.img5:after {
  background-image: url(/images/background-5.jpg);
}
.img6:after {
  background-image: url(/images/background-6.jpg);
}
.img7:after {
  background-image: url(/images/background-7.jpg);
}
.img8:after {
  background-image: url(/images/background-8.jpg);
}
.img9:after {
  background-image: url(/images/background-9.jpg);
}
.img10:after {
  background-image: url(/images/background-10.jpg);
}
.img11:after {
  background-image: url(/images/background-11.jpg);
}
.img12:after {
  background-image: url(/images/background-12.jpg);
}
.img13:after {
  background-image: url(/images/background-13.jpg);
}
.img14:after {
  background-image: url(/images/background-14.jpg);
}
.img15:after {
  background-image: url(/images/background-15.jpg);
}
.img16:after {
  background-image: url(/images/background-16.jpg);
}
.img17:after {
  background-image: url(/images/background-17.jpg);
}
.img18:after {
  background-image: url(/images/background-18.jpg);
}
.img19:after {
  background-image: url(/images/background-19.jpg);
}
.img20:after {
  background-image: url(/images/background-20.jpg);
}
.img21:after {
  background-image: url(/images/background-21.jpg);
}
.img22:after {
  background-image: url(/images/background-22.jpg);
}
.img23:after {
  background-image: url(/gallery/images/20190122_140606.jpg);
}
.img24:after {
  background-image: url(/images/background-17.jpg);
}
.img25:after {
  background-image: url(/images/axis-multisensor.jpg);
}
.img26:after{
	background-image: url(/images/camera-install.png);
}
.img27:after{
	background-image: url(/images/axiscardreader.jpeg);
}

.img28:after{
	background-image: url(/images/nvr-storage-harddrives.jpg);
}

.img29:after{
	background-image: url(/images/dahua-camera.png);
}

.img30:after{
	background-image: url(/images/network.jpg);
}

.img31:after{
	background-image: url(/images/camera-distance.png);
}

.img32:after{
	background-image: url(/images/security-gateway.png);
}

.img33:after{
	background-image: url(/images/networking.jpeg);
}

.img34:after{
	background-image: url(/images/dellfront.jpg);
}

.img35:after{
	background-image: url(/images/dellserver.jpg);
}

.img36:after{
	background-image: url(/images/laptop1.jpeg);
}

.img37:after{
	background-image: url(/images/nvr-install2.jpg);
}

.img38:after {
	background-image: url(/images/thermalgroup.png);
}

.img39:after {
	background-image: url(/images/ndaa.jpg);
}
.img40:after{
  background-image:url(/new/img/sky-sheild.PNG);
}
.img41:after {
  background-image:url(/new/img/turing-right-img.PNG);
}
.img42:after {
  background-image:url(/new/img/pdk-img2.png);
}
.img43:after {
  background-image:url(/new/img/cdvi-main-logo.png);
}
.img44:after {
  background-image:url(/new/img/kisi-marketing-material/images-for-partner-websites/kisi-inside-reader.png);
}
@media (min-width: 480px) and (max-width: 767px) {
  .project img {
    width: 100%;
  }
}
/*===============      Marked-List      ===================*/
.marked-list li {
  padding-left: 21px;
  position: relative;
}
.marked-list li + li {
  margin-top: 11px;
}
.marked-list li > a {
  font-size: 16px;
}
.marked-list li:before {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  content: '\f061';
  font-family: 'FontAwesome';
  color: #d21b21;
  font-size: 10px;
}
.marked-list li:hover:before {
  left: 5px;
}
/*=================      Terms-List      ====================*/
.terms-list dt + dd {
  margin-top: -4px;
}
.terms-list dd + dt {
  margin-top: 24px;
}
.terms-list dd > a {
  font-weight: 700;
  font-size: 14px;
  color: #d21b21;
  text-transform: uppercase;
  display: inline-block;
}
.terms-list dd > a:hover {
  text-decoration: underline;
}
.terms-list_contacts * {
  display: inline-block;
}
.terms-list_contacts dt {
  min-width: 100px;
}
.terms-list_mail > a {
  font-weight: 700;
  font-size: 14px;
  color: #d21b21;
  text-transform: uppercase;
}
/*========================   Menu   ==========================*/
.sf-menu:before,
.sf-menu:after {
  content: " ";
  display: table;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
  text-transform: uppercase;
  font: 400 14px/30px 'Audiowide', sans-serif;
  font-weight: bold;
}
.sf-menu > li + li {
  margin-left: 50px;
}
.sf-menu a {
  display: block;
}
.sf-menu li a {
  text-decoration: none;
}
.sf-menu > li > a {
  color: #ffffff;
  background: transparent;
}
.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover {
  color: #d21b21;
}
.sf-menu > li.active > a {
  color: #f10b13;
  background: transparent;
}
.sf-menu ul {
  display: none;
  position: absolute;
  top: 165%;
  width: 100%;
  background: #302d32;
  z-index: 2;
  font: 400 12px/34px 'Arial', sans-serif;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul {
  padding-top: 20px;
  padding-bottom: 20px;
}
.sf-menu ul > li {
  padding-left: 13px;
}
.sf-menu ul > li > a {
  color: #FFF;
}
.sf-menu ul > li.sfHover > a,
.sf-menu ul > li > a:hover {
  color: #d21b21;
}
.sf-menu ul ul {
  position: absolute;
  top: 42%;
  left: 100%;
  width: 100px;
  margin-top: 0;
  padding: 0;
  z-index: 4;
  background: #d21b21;
}
.sf-menu ul ul > li > a {
  color: #FFF;
}
.sf-menu ul ul > li.sfHover > a,
.sf-menu ul ul > li > a:hover {
  color: #000;
}
.sf-menu > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  left: 50%;
  top: 79%;
  margin-left: -6px;
  content: '\f0d7';
  font: 400 12px/12px 'FontAwesome';
}
@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}


/*==================  Select Menu  ======================*/
.select-menu {
  position: relative;
  display: none;
  margin: 0 auto;
  width: 420px;
  background: #ffffff url('/images/select.png') no-repeat right center;
  overflow: hidden;
}
.select-menu .select {
  width: 440px;
  height: 30px;
  color: #585858;
  background-color: transparent;
  font: 400 15px 'Play', sans-serif;
  line-height: 30px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
}
.select-menu .select::-ms-expand {
  display: none;
}
@media (max-width: 767px) {
  .select-menu {
    display: block;
  }
}
@media (max-width: 479px) {
  .select-menu {
    width: 270px;
  }
  .select-menu .select {
    width: 290px;
  }
}
/*==================  Stuck menu  ======================*/
.stuck_container {
  min-height: 52px;
  padding-top: 20px;
}
.isStuck {
  background: url(/images/pattern-gray.jpg);
  z-index: 999;
  border-bottom: 1px solid #555555;
}
.isStuck > .container {
  text-align: center;
}
.isStuck .nav {
  margin-top: 2px;
}
.isStuck .nav .sf-menu li {
  display: inline-block;
  float: none;
  text-align: left;
}
.isStuck .contacts {
  display: none;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 35px;
  color: #fff;
  background: #000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #d21b21;
  text-decoration: none;
}
@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
}
.parallax_image,
.parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #ffffff;
}
header .brand {
  float: left;
}
header .brand + .aside-r {
  margin-top: 27px;
}
header .nav {
  display: inline-block;
}
header .contacts {
  float: right;
}
header .aside-r .socials {
  display: block;
  text-align: right;
}
header * + .search-form {
  margin-top: 19px;
}
@media (max-width: 1199px) {
  header .nav + .contacts {
    margin: 25px 0;
  }
  header .contacts {
    float: none;
    display: block;
    text-align: center;
  }
}
@media (max-width: 979px) {
  header .sf-menu > li + li {
    margin-left: 30px;
    font-size:12px;
  }
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header .brand,
  header .nav,
  header .aside-r {
    float: none;
  }
  header .brand_slogan {
    margin: 0;
    margin-top: 5px;
  }
  header * + .aside-r {
    margin-top: 15px;
  }
  header .aside-r .socials {
    text-align: center;
  }
  header .aside-r .socials + .search-form {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  header {
    padding-bottom: 25px;
  }
}
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #ffffff;
}
/*==================      Well     ======================*/
.well {
  padding-top: 60px;
  padding-bottom: 56px;
}
@media (max-width: 767px) {
  .well {
    padding-top: 15px;
  }
  }
.well__ins {
  padding-top: 60px;
  padding-bottom: 71px;
}
.well__ins-1 {
  padding-top: 60px;
  padding-bottom: 0;
}
.well1 {
  padding-top: 60px;
  padding-bottom: 56px;
}
.well2 {
  padding-top: 75px;
  padding-bottom: 75px;
}
.well3 {
  padding-top: 75px;
  padding-bottom: 56px;
}
.well4 {
  padding-top: 60px;
  padding-bottom: 178px;
}
@media (max-width: 767px) {
  .well4 {
    padding-bottom: 60px;
  }
}
.well5 {
  padding-top: 113px;
  padding-bottom: 76px;
}
.well6 {
  padding-top: 113px;
  padding-bottom: 120px;
}
.well6__ins {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .well6__ins {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.well7 {
  padding-top: 78px;
  padding-bottom: 77px;
}
.well7__ins {
  padding-top: 78px;
  padding-bottom: 55px;
}
.well8 {
  padding-top: 72px;
  padding-bottom: 77px;
}

/*========================================================
                     TABLE  Style
=========================================================*/

table.minimalistBlack {
  border: 3px solid #000000;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
table.minimalistBlack td, table.minimalistBlack th {
  border: 1px solid #000000;
  padding: 5px 4px;
}
table.minimalistBlack tbody td {
  font-size: 13px;
}
table.minimalistBlack thead {
  background: #CFCFCF;
  background: -moz-linear-gradient(top, #dbdbdb 0%, #d3d3d3 66%, #CFCFCF 100%);
  background: -webkit-linear-gradient(top, #dbdbdb 0%, #d3d3d3 66%, #CFCFCF 100%);
  background: linear-gradient(to bottom, #dbdbdb 0%, #d3d3d3 66%, #CFCFCF 100%);
  border-bottom: 3px solid #000000;
}
table.minimalistBlack thead th {
  font-size: 15px;
  font-weight: bold;
  color: #000000;
  text-align: left;
}
table.minimalistBlack tfoot {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  border-top: 3px solid #000000;
}
table.minimalistBlack tfoot td {
  font-size: 14px;
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: black;
  color: #dddddd;
  text-transform: uppercase;
  font-size: 16px;
}
footer .socials li {
  width: 73px;
  height: 73px;
  background: #d21b21;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  cursor: pointer;
}
footer .socials li + li {
  margin-left: 20px;
}
footer .socials li > a {
  color: #ffffff;
  font-size: 40px;
  line-height: 73px;
}
footer .socials li > a:hover {
  color: #ffffff;
}
footer .socials li:hover {
  background: #313131;
}
footer .socials + address {
  margin-top: 31px;
}
footer address {
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
}
footer address > dl {
  margin-left: 10px;
  display: inline-block;
}
footer address > dl * {
  display: inline-block;
}
footer address > dl + p {
  margin-top: 17px;
}
footer address + .col-2 {
  margin-top: 14px;
  margin-bottom: 16px;
}
footer .col-2 {
  color: #c3c3c3;
  max-width: 700px;
  display: inline-block;
  text-transform: none;
  font-size: 16px;
}
footer .prv:hover {
  text-decoration: underline;
}
.footerColor{
  color: #f10b13;
}
.footerColor a {
  color: #f10b13;
}

.garret{ 

	overflow: hidden;
    padding:150px;
	background-size: cover;
	background-position: 100% top;
	width:100%;
	background-image: url(../images/camera-installation.png);
	background-attachment: fixed;
}


.list_carousel1.responsive {
	width: auto;
	margin: 0;
	padding: 0;
}
/*===============      Zip Code Lists      ===================*/
.zips {
  columns: 5;
}
@media (max-width: 1199px) {
  .zips {
    columns: 4;
  }
}
@media (max-width: 767px) {
  .zips {
    columns: 3;
  }
}
/*FAQ Style*/
/* Style the buttons that are used to open and close the dropdown panel */
.dropdown {
  background-color: #eee;
  color: #c9262f;
  cursor: pointer;
  padding: 1em;
  width: 100%;
  text-align: center;
  border: none;
  outline: none;
  transition: 0.4s;
  margin-left:auto;
  margin-right:auto;
  margin-top: 15px;
  font-size: 17px;
  font-family: inherit;
  font-weight: bold;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.dropdown:active{
  background-color: #c9262f;
}
.dropdown:hover {
  background-color: #eee;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
}

/* Style the dropdown panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}
.panel p{
  padding:1em;
  font-family: inherit;
  font-size: 18px;
}
.FAQ h3{
  font-size: 3em;
  position: relative;
  text-align: center;
  padding-bottom:20px;
  padding-top:20px;
  font-family: inherit;
}
.FAQ h1{
  font-size: 20px;
  color: black;
  font-family: inherit;
}
.FAQ h2{
  font-size: 18px;
  font-family: inherit;
  color: black;
  padding-top:10px;
}
.FAQ h1:hover{
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 1199px){
    .dropdown{
      margin-left: auto;
      margin-left:auto;
      font-size: 20px;
    
    }
    .panel p{
      padding:5px;
      font-size:20px;
    }
}
@media (max-width: 979px) {
  .dropdown{
    margin-left: auto;
      margin-left:auto;
  }
  .panel p{
    padding:5px;
    font-size:1em;
  }
}
@media (max-width: 767px) {
  .dropdown{
    margin-left: auto;
    margin-left:auto;
    font-size: 14px;
    }
    .panel p{
      padding:2px;
      font-size:12px;
    }
    .FAQ h3{
      line-height: 32px;
      font-size: 34px;
    }
  .dropdown:hover{
    font-size:17px;
  }
}

@media (max-width: 600px) {
  .slider-h2 {
    font-size: 16px;
  }
}
/*END OF FAQ STYLE*/
/*Begin Product Section With Buttons*/
.tabcontent {
  margin: 0 auto;
  width:60%;
  text-align: center;
  line-height:30px;
}
.tabcontent ul {
  text-align: left;
  padding:20px;
  list-style-type: circle;
}
@media only screen and (max-width:1200px) {
  .tabcontent {
    width:90%;
    line-height:normal;
  }
} 
/*END Product Section With Buttons*/

/*START Section Slideshow*/
.mySlides {
  animation: fadeIn 3s;
  -webkit-animation: fadeIn 3s;
  -moz-animation: fadeIn 3s;
  -o-animation: fadeIn 3s;
  -ms-animation: fadeIn 3s;
}
@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-moz-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-o-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-ms-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}
/*END Section Slideshow*/
/* ------------------------------ ESTIMATE PAGE ----------------------------- */
.estimate-container {
  padding:10px;
  width:100%;
  margin-top:10px;
}
.estimate-container button {
  padding:5px 20px;
  font-size:15px;
  margin-bottom:10px;
}
.estimate-container span {
  font-size:25px;
  padding: 5px 10px;
}
@media only screen and (max-width:1200px) {
  #numCameras {
    width:100%;
  }
  #numMonitors {
    width:100%;
  }
}

/* --------------------------- BK PRODUCT CARD E-STORE STYLING --------------- */
/* General Product Card Styles */
.product-card-horizontal {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #fff;
  margin-bottom: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  align-items: center;
  max-width: 95%;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 2%;
}

/* Image Container */
.image-container {
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  overflow: hidden;
}

.image-container img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

/* Product Details */
.product-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.product-details h3 {
  font-size: 1.5rem;
  color: #007bff;
  margin-bottom: 0.5em;
}

.product-details p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 1em;
  line-height: 1.6;
}

.horizontal-details {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.horizontal-details h4 {
  font-size: 1.2rem;
  margin-bottom: 5px;
  font-weight: bold;
}

.horizontal-details ul {
  list-style-type: disc;
  padding-left: 20px;
  margin: 0;
}

.horizontal-details li {
  font-size: 1rem;
  margin-bottom: 5px;
}

/* Price and CTA */
.price-block {
  text-align: center;
  margin-top: 10px;
}

.price-block p {
  margin: 0;
  font-size: 1.25em;
  color: #666;
}

.price-block p strong {
  font-size: 2em;
  color: #333;
}

.default-button {
  background-color: #0056b3;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
  display: inline-block;
  transition: background-color 0.3s;
}

.default-button:hover {
  background-color: #0056b3;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .product-card-horizontal {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .image-container {
    width: 150px;
    height: 150px;
  }

  .horizontal-details {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .default-button {
    width: 100%;
    text-align: center;
  }
}

/* Models and Uses Styling */
.horizontal-details {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.models,
.uses {
  flex: 1;
  min-width: 180px; /* Ensure a minimum width for smaller screens */
}

.models h4,
.uses h4 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  font-weight: bold;
  color: #444; /* Slightly darker gray for headings */
}

.models ul,
.uses ul {
  list-style: disc;
  padding-left: 20px;
  margin: 0;
}

.models li,
.uses li {
  font-size: 1rem;
  color: #555; /* Neutral gray for list items */
  margin-bottom: 5px;
  line-height: 1.5; /* Ensure good readability */
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .horizontal-details {
    flex-direction: column; /* Stack sections vertically */
  }

  .models,
  .uses {
    text-align: center; /* Center align for better presentation on smaller screens */
    min-width: 100%; /* Expand to full width on smaller devices */
  }
}
