@charset "UTF-8";
/*------------------------------------------------------------------
 * Theme Name: Hostbox Responsive HTML5 Landing page
 * Theme URI: http://www.iunique.me/brandesign/hostbox
 * Author: Brandesign
 * Author URI: http://www.iunique.me/brandesign
 * Description: A Bootstrap Responsive HTML5 Landing page
 * Version: 1.0
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2015 Brandesign.
 -------------------------------------------------------------------*/




/*------------------------------------------------------------------
	1. Main PAge
-------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700&subset=latin-ext');
*,body{
font-family: 'Ubuntu', sans-serif;

	transition: all 0.3s ease 0s;
}

b { 
    font-weight:400;
}
h1 {
    line-height: 70px;
}
.hidden{
    visibility:hidden !important;
}

#loading{
    position: fixed; 
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    background: #1ad5b1;
}
.spinner {
  width: 100px;
  height: 100px;

  position: relative;
  margin: calc(50vh - 50px) ;
  margin-left: auto;
  margin-right: auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: white;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

.bg-header{
    position: relative;
    /* margin: 0 auto 0 -760px; */
    /* width: 30%; */
    height: 100%;
    /* left: 50%; */
    will-change: transform,scale;
    z-index: 0;

}

.left-bg{
    background: url(../images/pozadina-beacon.png) no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    will-change: transform,scale;
    bottom: 0;


}

.logo-skener-img{
        height: 40px;
    margin-bottom: 20px;

}
.right-bg{
   background: url(../images/pozadina-beacon.png) no-repeat;
   width: 100%;
   height: 820px;
   position: absolute;
   will-change: transform,scale;
   bottom:0;
   background-size: 100%

}

.main-circle-div{
     border-radius: 80px;
    height: 80px !important;
    width: 80px;
    border: solid 1px #ff6d4b;
    background: rgba(239, 109, 80, 0.78);
    margin-left: auto;
    margin-right: auto;
    margin-top: 73vh;
    cursor: pointer;
    display: block;
    color: white !important;
    text-decoration: none !important;
}

.beacon-home-img{
    height: 300px;
    /* height: 80%; */
    position: absolute;
    left: 40%;
    bottom: 52%;
}

.main-circle-div:hover{
    background: rgb(239, 109, 80);
}
.menu-glypicon{
    font-size: 28px;
    margin-left: 28px;
    margin-top: 27px;
}
.banner{
    top:0;
    width: 100%;
    height: 100vh;
    z-index: -1;
    overflow: hidden;
}
#left-bacground{
    color:#ffffff;
    height: 100vh;
    background-position:top center;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    width: 30%;
    float: left;
    display: inline-block;
    background-size: cover;
    background: #1ad5b1;
}
#right-bacground{
    color:#ffffff;
    height: 100vh;
    background-position:top center;
    position: absolute;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    width: 70%;
    display: inline-block;
    background-size: cover;
   background: url(../images/bacground.png) no-repeat;
    overflow: hidden;
        background-size: 100%;
}

.mobile-img{
    height: 76%;
    position: absolute;
    left: 21%;
    bottom: -20%;
    z-index: 1000;
}
.home-header-1{
    text-align: right;
    padding-top: 50vh;
    font-size: 87px;
    font-weight: 300;
}

.home-header-2{
    text-align: right;
    font-size: 80px;
    font-weight: 900;
    margin-top: -45px;
    color: #1ad5b1;
}

.border {
    margin-left: auto;
    border-top: solid 3px;
    color: #ef6d50;
    padding-bottom: 30px;
    width: 100px;
}

.how-border {
    margin-right: auto;
    border-top: solid 3px;
    color: #000;
    padding-bottom: 30px;
    width: 100px;
}
.main-menu-logo {
    text-align: center;
    margin-top: 15px;
    /* margin-bottom: 70px; */
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    /* padding-bottom: 30px; */
        -webkit-box-shadow: 0px 2px 5px 0px rgba(131, 130, 130, 0.75);
    -moz-box-shadow: 0px 2px 5px 0px rgba(131, 130, 130, 0.75);
    box-shadow: 0px 1px 2px 0px rgba(131, 130, 130, 0.75);
}

.menu-holder-header {
    height: 50px;
    font-size: 18px;
    color: white;
    margin-top: 7px;
    font-weight: 600;

 
}

.
.main-menu-img {
     height: 45px;
    width: 45px;
    text-align: center;

}


.main-menu-logo {
    text-align: center;
    margin-top: 15px;
    /* margin-bottom: 70px; */
    border-bottom: solid 1px rgba(255, 255, 255, 0.32);
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    /* padding-bottom: 30px; */
}

.add_security{
    max-height: 0;
    transition: max-height 1s ease-out;
    transition: margin-top 1s ease-out;
    overflow: hidden;
    margin-top:0px;
}
.add_security.open{
    max-height: 5300px;
    margin-top:-200px;
    transition: max-height 1s ease-out;
    transition: margin-top 1s ease-out;
}

.menu-holder-header {
    height: 50px;
    font-size: 18px;
    color: white;
    margin-top: 7px;
    font-weight: 600;

 
}
.wireless-row{
    margin-top: 50px;
}

.main-menu-img {
     height: 45px;
    width: 45px;
    text-align: center;

}

.more-button {
    text-decoration: none !important;
    color: white !important;
}

.main-circle-img{
    height: 80px;
    width: 80px;
    margin-top: 25vh;
    cursor: pointer;
}

.header-title
{
    display: inline-block;
    margin-top: calc(50vh - 44px);
    text-shadow: 5px 1px 5px rgb(0, 0, 0);
        font-weight: 100;
    font-size: 70px;
}

.remagic-header-2{
text-align: center;
        color: rgba(30, 103, 215, 0.55);
    font-weight: 800;
        border-color: #e8e8e8;
    box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.07);
    font-size:14px;
        padding-bottom: 30px;
       
}


.input-new{

    line-height: 25px;
    width: 100%;
    border: none !important;
    margin: auto;
    text-align: left;
    color: black !important;
    border-bottom: 1px solid rgb(238, 109, 79) !important;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    rgb(238, 109, 79);
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    rgb(238, 109, 79);
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    rgb(238, 109, 79);
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    rgb(238, 109, 79);
}

.input-new:focus{
    border-bottom:solid  #1ad5b1 1px !important;
}


.black{
    color:black;
}

.about-header{
    font-size: 48px;
    color: #ffffff;
    font-weight: 300;
    text-align: center;
    margin-left: auto;
    width: 400px;
    background: #ee6d4f;
    margin-bottom:20px;
}



.remagic-postheader{
    color: #3d3d3d;
    font-weight: 100;
    font-size: 25px;
    text-align: left;

}


.remagic-little-postheader{
    font-weight: 200;
    margin-bottom: 0px !important;
    font-size: 18px;
    text-align: center;
    padding-top: 20px;
    color: white;
    line-height: 30px;

}

.discover-button{
    border: solid 1px #0070c9;
    text-align: center;
    width: 250px;
    margin-left: auto;
    background: #0070c9;
    margin-right: auto;
    line-height: 40px;
    font-weight: 200;
    color: white;
    margin-bottom: 100px;
    cursor: pointer;

}

.querry-button{
    border: solid 1px #0070c9;
    text-align: center;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    line-height: 40px;
    font-weight: 200;
    height: 40px;
    color: white !important;
    /* margin-bottom: 100px; */
    cursor: pointer;
    margin-top: 100px;
    display: block;
    text-decoration: none !important;

}
.querry-button:hover{
    background:#0070c9;
}
.wireless-beacon-header{
    font-size: 30px;
    color: #ffffff;
    font-weight: 300;
    margin-bottom: -208px;
}

.border-left{

    margin-right: auto;
    border-top: solid 3px;
    color: #ef6d50;
    padding-bottom: 30px;
    width: 100px;
}

.remagic-content{

    margin-left: auto;
    margin-right: auto;
 
}
.security-main-content{
        padding-top: 20px;
        text-align: center;
}
.security-right-content{
    padding-left: 50px;
}
#feature-details3{

        height: 1400px;

}







.hide-div{
    display: none;
}

.img-txt{
    text-align: center;
    margin-top: 10px;
    height: 20px;
    font-size:15px;
    font-weight: 300;
    margin-left: auto;
    margin-right: auto;
    width: inherit;

}

.img-slick{
    height: 50px;
}




.sensor-img{
    height: 26px;
    margin-top: 4px;
}

.modal-headers{
        font-size: 20px;
}

.sustavi-header2{
color: rgba(30, 103, 215, 0.68) !important;

}


.page-title{
    color:#424243 !important;
    font-weight: 100 !important;
}

.header-img{
    height: 100px;
}















/*---- Accent Color ------*/
.accent-color-bg{
    background-color:#000000;
}
.accent-color-text{
    color:#9d9d9d;
}
.accent-color-border{
    border-color:#9d9d9d;
}
.menu-holder ul li a:hover{
    background: rgba(255, 255, 255, 0.72);
        color: #071120;
        font-weight: 300;

}
/*---- Accent Color End ------*/

/*---- Template Colors --------*/
.color1-bg{
    background-color:#ffffff;
}
.color2-bg{
    background-color:#ffffff;
}
.color3-bg{
    background-color:#ffffff;
}
.color4-bg{
    background-color:#ffffff;
}

.color1{
    color:#9d9d9d;
}
.color2{
    color:#9d9d9d;
}
.color3{
    color:#9d9d9d;
}
.color4{
    color:#9d9d9d;
}

.color1-border{
    border-color:#ffffff !important;
}
.color2-border{
        border-color: #1E67D7 !important;
}
.color3-border{
    border-color: #9D9D9D !important;
}
.color4-border{
    border-color:#ffffff !important;
}
/*---- Template Colors End --------*/
.row-title{
    text-align: center;
    font-size: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: 300;
   color: #9d9d9d;
}
.row-sub-title{
    font-size:21px;
    text-align:center;
    margin-bottom:20px;
        font-weight: 500;
        color: rgb(105, 105, 104);
}

/*-----------------------------------
    Menu Styles
-----------------------------------*/

.blue{
    color:#1E67D7;
}

.blur{
    opacity:0.5;
}

.fullpage-menu{
    position:fixed;
    top:0 !important;
    width:100%;
    height:100%;
    z-index:100;
    background-color:rgba(0, 0, 0, 0.9);
    overflow-y: scroll;
    visibility:hidden;
    opacity:0;
}
.menu-opened{
    visibility:visible;
    opacity:1;

    transform:scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
}

.menu-holder{
        width: 300px;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    height: 200px;
    /* position: absolute; */
    left: 50%;
    /* margin-left: -150px; */
    /* top: 50%; */
    /* margin-top: -100px; */
    text-align: center;
    margin-top: 100px;
}
.menu-holder ul{
    list-style:none;
        padding-left:0;
}
.menu-holder ul li{
    text-align:center;
    font-size:30px;
    font-weight:100;
    color:#ffffff;
    margin-bottom:15px;
        display: flex;
}
.menu-holder ul li a{
    color:#ffffff;
    text-decoration:none;
        width: 100%;
            border-radius: 10px;
}
.close-btn{
    position:fixed;
    right:20px;
    top:0;
    padding:10px;
    cursor:pointer;
}
.close-btn:hover{
    opacity:0.8;
}

/*------- End Menu Styles ---------*/

/*------------------------------------------------------------------
    2. Header Styles
-------------------------------------------------------------------*/
.SeeMore{
    background: #ded;
}

#main-page{
    color:#ffffff;
    height: 100vh;
        background-position:top center;
    background-size:cover;
    position:relative;
    padding-bottom:30px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;

}

.row-div{
    text-align: left;
}
.about-postheader{
text-align: right;
    font-size: 28px;
    color: #ee6d4f;
    font-weight: 400;
    padding-bottom: 20px;
    border-bottom: solid 1px;

}
.about-postheader2{
    text-align: left;
    font-size: 28px;
    color: #fff;
    font-weight: 300;
    padding-bottom: 20px;
    border-bottom: solid 1px;
}

.bacground-img{
    width: 80%;
    max-width: none;
    position: fixed;
    height: 150%;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);

}


.magenta{
    color: #8edef9
}


#main-page .logo-menu{
    height: 70px;
    background: rgba(255, 255, 255, 0);
    width: 100%;
    z-index: 99;
    position: absolute;
}
#main-page .logo-menu #logo-canvas{
        margin-top: 16px;
    height: 60px;
    width: 60px;
    margin-right: 10px;
}
#main-page .logo-menu .logo-text{
    display: inline-block;
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    /* text-transform: uppercase; */
    height: 50px;
    position: absolute;
    margin-top: 15px;
    padding-top: 13px;
    line-height: 2 !important;
}
#main-page .logo-menu .menu-button{
    margin-top:10px;
    cursor:pointer;
    height:50px;
    display:inline-block;
    padding-top:15px;
}


.send-icon{
    font-size: 25px;
    margin-left: -11px;
    margin-top: 4px;

}
.send-button{
    background: white!important;
    width: 60px !important;
    height: 60px !important;
    border-radius: 80px !important;
    border: solid 2px rgb(237, 108, 79) !important;
        color: #ee6d4f;
}

.send-button:hover{
    background:rgb(237, 108, 79)!important;
    color:white;
}



#city{

     background-size: cover;

}





.orange{
    background: #ed6c4f;
}
.input-text-label{
   color: #e4e4e4  !important;
    margin-bottom: 10px;
}
.label-left-info{
        color: white;
    font-size: 18px;
    margin-top: 20px;
}
.footer{
    height: 50px;
    background: #ee6d4f;
    text-align: center;
    line-height: 50px;
    color: white;
}
.right-info{
    text-align: right;
    color: #6c6c6c;
    font-size: 20px;
    font-weight: 200;
    letter-spacing: 5px;

}


.add_pic{
    max-height: 0;
    transition: max-height 1s ease-out;
    transition: margin-top 1s ease-out;
    overflow: hidden;
    margin-top:0px;


}
.add_pic.open{
     max-height: 5300px;
    transition: max-height 1s ease-out;
    transition: margin-top 1s ease-out;
    padding-top: 100px;
    padding-bottom: 100px;
        border-bottom: solid 1px #747474;
   
}


.picture{
    width: 100%;
        transition: max-height 1s ease-out;
    transition: margin-top 1s ease-out;


}


.info-logo{
        height: 75px;
    width: 75px;
}
.left-info{
    text-align: center;
    border-right: 1px solid #ffffff;
}
.white{
    color: white !important;
}

#main-page .header-text-2{
    font-size:78px;
    font-weight:100;
}


.signup-button{
    display:inline-block;
    color:#ffffff;
    margin-top:30px;
    margin-bottom:20px;
    text-transform:uppercase;
    border:2px solid #ffffff;
    border-radius:12px;
    background-color:rgba(255,255,255,0.0);
    padding-top:10px;
    padding-bottom:10px;
    padding-right:45px;
    padding-left:45px;
    font-size:27px;
    cursor:pointer;
    font-weight:100;
}
.signup-button:hover{
    background-color:rgba(255,255,255,0.7);
    color:#ded!important;
}
#header .signup-button{
    margin-bottom:54px;
}


#pic-1{
    background: url(../images/beacon-1-min.png) no-repeat;
    height: 300px;
    background-size: cover;


}

#pic-2{
    background: url(../images/beacon-22.png) no-repeat;
    height: 300px;
    background-size: cover;
}


#pic-3{
    background: url(../images/beacon-3-min.png) no-repeat;
    height: 300px;
    background-size: cover;
}



/*------------------------------------------------------------------
    3. Partners Styles
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
    4. Features Styles
-------------------------------------------------------------------*/

#about{

    padding-bottom: 10px;
    padding-top: 100px;
    background: #ffffff;
    padding-bottom: 100px;
 


}

/*------------------------------------------------------------------
    5. Pricing Styles
-------------------------------------------------------------------*/
#beacon{
    background-color:#ee6d4f;
    padding-bottom: 50px;
    padding-top:50px;
    border-bottom: solid 1px #747474;
    border-top: solid 1px #747474;
}

#beacons{
    padding-top: 100px;
    padding-bottom: 100px;
    background: #1ad5b1;
    border-bottom: solid 1px #747474;

}

#pozadina{

       background-size: cover;
}
#how{
    padding-top: 100px;
    background:#ee6d4f;
    padding-bottom: 100px;
        border-bottom: solid 1px #747474;
}
.black{
    color: #515151;
}
#additional{
    padding-bottom: 100px;
    padding-top: 100px;
        border-bottom: solid 1px #747474;
}
.additional-header{
        font-size: 35px;
    color: #1ad5b1;
    font-weight: 600;
    padding-bottom: 50px;
    padding-top: 20px;
}
.how-header{
    font-size: 48px;
    font-weight: 100;
    color: rgb(238, 109, 79);
    background: #ffffff;
    text-align: center;
    width: 400px;
    font-weight: 400;
    margin-bottom: 20px;
}

.beacons-header{
    font-size: 48px;
    color: #1ad5b1;
    background: rgb(255, 255, 255);
    text-align: center;
    width: 400px;
    font-weight: 400;
    margin-bottom: 20px;
}

.contact-header{
    font-size: 48px;
    color: #ffffff;
    background: rgb(238, 109, 79);
    text-align: center;
    width: 400px;
    font-weight: 400;
    margin-bottom: 50px;
}
.how-postheader{
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 30px;
    color: #fff !important;
    text-align: center;
    padding-top: 30px;
}
.how-img{
    height: 65px;
    margin-top: 20px;
}
.img-circle{
    text-align: center;
    border: solid 3px #ffffff;
    border-radius: 100px;
    width: 120px;
    height: 120px;
    background: #fff;
    margin-right: auto;
    margin-left: auto;
}
.how-icon-img{
    height: 50px;
}
.how-icon-txt{
    color: #1ad5b1;
    padding-top: 10px;
    font-weight: 400;
    font-size: 20px;
    padding-bottom: 35px;
}
.how-icon-div{

   text-align: center;
    padding-top: 50px;

}

.inner-how-icon{
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 30px;
    padding-top: 30px;
    min-height: 330px;
    padding-left: 10px;
    padding-right: 10px;
    border: solid #1ad5b1 2px;

 }
.circle{

    height: 70px;
    width: 70px;
    text-align: center;
    border-radius: 80px;
}

.white-bg{
        background: #fff;
}
.blue-bg{
    background:#0070c9;
}

.white{
        color: #fff;
}
.blue{
    color:#0070c9;
}


.under-circle-txt{
        width: 70px;
    text-align: center;
    padding-top: 10px;
    font-size: 30px;
    font-weight: 900;
}

.under-circle-small-txt{
    width: 70px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

.beacon-txt{
    font-size: 18px;
    color: #ffffff;
    padding-top: 10px;
    font-weight: 200;
    line-height: 30px;
}
.how-icon-txt-2{
  line-height: 24px;
}

.beacon-txt-1{
    font-size: 20px;
    color: white;
    padding-top: 10px;
    padding-top: 50px;
    font-weight: 300;
}
.beacon-txt-2{
        color: white;
    font-size: 16px;
    font-weight: 100;


}

.how-little-header{
    text-align: left;
    font-size: 28px;
    color: #ffffff;
    padding-bottom: 20px;
    font-weight: 400;
    border-bottom: solid 1px;
}
.little-circle{
      height: 80px !important;
    width: 80px !important;
    border: solid 1px #fff;

}
.postimage-txt{
    color: white;
    font-weight: 300;
    text-align: center;
    font-size: 16px;
}
.little-image{
     height: 70px;

}
.big-number{
        font-size: 90px;
    font-family: roboto;
    text-align: left;
}

.beacon-img-txt{
    color: #ffffff;
    font-size: 25px;
    font-weight: 600;

}


.wireless-beacon-header-title{
    font-weight: 300;
}



.wireless-img{
    height: 400px; 
    margin-top: 50px;
}


.beacon-content{
    font-size: 20px;
    color: white;
    font-weight: 200;
    text-align: center;

}
.left-beacon-txt{
    color: white;
    padding-left: 29px;
    color: #f89179;
}
.right-beacon-txt{
    text-align: right;

}
.middle-beacon-txt{
text-align: center;


}
.orange-circle{
    margin-right: auto;
    margin-left: auto;
    height: 150px;
    width: 150px;
    margin-top: 60px;
    margin-bottom: 40px;
    border-radius: 100px;
    text-align: center;
}
.white{
        color: white !important;
}
.subtitle{
        text-align: left;
    font-weight: 300;
        color: #ef6d50;
        font-size: 40px;
            margin-bottom: 20px;

}

.icon-txt{
    color: #8edef9;
    font-weight: 100;
    text-align: left;
    font-size: 12px;
}
.icon-content{
    text-align: left;
}
.icon-header{
        color: white;
    font-weight: 300;
    font-size: 18px;
    padding-top: 10px;
}
.securtiy-content{
margin-top: 30px;

}
#sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
}

.details-button{
     margin-left: auto;
    margin-right: auto;
    height: 50px;
    border-radius: 25px;
    width: 50px;
    /* background: #0070c9; */
    text-align: center;
    margin-bottom: 100px;
    border: solid 1px #0070c9;
    color: #0070c9;
    vertical-align: middle;
    line-height: 50px;
    font-size: 35px;
    font-weight: 100;
    cursor: pointer;
}

.details-button:hover{
   background: #0070c9;
   color: white;
}

#beacon .price-table{
background-color: #fafafa;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #5a5a5a;
    height: 200px;
    margin-top: 60px;
    margin-bottom: 60px;
    -webkit-transform: scale(1);
    transform: scale(1);
}
#beacon .price-table:hover{
    -webkit-transform:scale(1.1);
    transform:scale(1.1);
}

#beacon .price-table:hover .diamond{
    -webkit-transform:scale(1);
    transform:scale(1);
}
#beacon .price-table .sp{
    border-bottom: 18px solid #FAFAFA;
    margin-right: 18px;
    margin-left: 18px;
    margin-top: 4px;
    margin-bottom: 4px;
}
#beacon .price-table .price-top-bar{
    background-color:#000000;
    height:12px;
}
#beacon .price-table .price-top-bar .pbar{
    width:100%;
    height:12px;
    opacity:0.85;
}
#beacon .price-table .diamond{
    position:absolute;
    top:-20px;
    left:50%;
    margin-left:-18px;
    -webkit-transform:scale(0);
    transform:scale(0);
}

/*------------------------------------------------------------------
    6. Information Styles

/*------------------------------------------------------------------
    7. Testimonials Styles
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
    8. Contacts Styles
-------------------------------------------------------------------*/
#contact{
 padding-top: 100px;
 padding-bottom: 100px;
  background: #fff;


}
.wireless-header{
      font-size: 30px;
    font-weight: 100;
    text-align: left;
    margin-bottom: 20px;
}
.beacon-wireless-img{
    height: 500px;
    margin-top: 18px;

}
.beacon-wireless-img-2{
        height: 275px;
    margin-top: 18px;
}


.content-main-div{
    text-align: center;
}
.content-main-div-img{
    height: 200px;
    margin-top: 18px;
}


.application-slider{

    margin-left: auto;
    margin-right: auto;
    z-index: 10;
    width: 90%;

}

.mobile-slider{
    margin-top: 130px !important;
        width: 211px;
}

   .application-slick-img{
        height: 500px;
    margin-left: auto;
    margin-right: auto;



   }

#info{
    padding-top: 30px;
    background: black;
    padding-bottom: 30px;
   }

#accordion{
    position: relative;
    background: black !important;
}

.acordion-header{
    background: black !important;
    display: none !important;
}

.acoridon-content{
    background: black !important;
    height: 200px;
    border-left: 0px !important;
    color: white !important;
     overflow:auto !important;
       box-sizing:content-box;             
      -moz-box-sizing:content-box;
}

#contact .row-title{
    color:#ffffff;
}
#contact .sub-title{
    font-size:17px;
    color:#ffffff;
    text-transform:uppercase;
    border-bottom:1px solid #ffffff;
    padding-bottom:17px;
    margin-bottom:30px;
    display:inline-block;
}
#contact p{

}

#contact input[type=text],#contact input[type=email]{
    display:block;
    width:100%;
    background-color:transparent;
    border:0;
    border-bottom:1px solid #ee6d4f;
    font-size:17px; 
    color:#000 !important;
    padding:0;
    padding-top:17px;
    padding-bottom:17px;
    margin-bottom:10px;
    outline:0;
}


#contact .form-label{
    display:block;
    width:100%;
    color:#ffffff;
    font-size:17px;
    padding-top:17px;
    padding-bottom:17px;
    text-transform:uppercase;
}
#contact textarea{
    display:block;
    width:100%;
    color:#ffffff;
    background-color:transparent;
    border:1px solid #ffffff;
    min-height:130px;
    font-size:17px;
    padding:5px;
    resize: none;
    outline:0;
    overflow: hidden;
}

#contact #submit{
    text-transform:uppercase;
    display:inline-block;
    border:1px solid #ffffff;
    border-radius:10px;
    background-color:rgba(255,255,255,0.0);
    padding-top:10px;
    padding-bottom:10px;
    padding-right:30px;
    padding-left:30px;
    font-size:18px;
    cursor:pointer;
    width:137px;
    height:48px;
    outline:0;
}
#contact #submit:hover{
    background-color:rgba(255,255,255,0.1);
}

#contact .loading{
    font-size:0 !important;
    width:30px !important;
    height:30px !important;
    border-radius:20px !important;
    padding:0 !important;
    border:3px solid #ffffff !important;
    border-bottom:3px solid rgba(0,0,0,0) !important;
    border-left:3px solid rgba(0,0,0,0) !important;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: w-rotation;
    animation-name: rotation;
    margin-right:55px;
    margin-top:25px !important;
    background-color:transparent !important;
}



@-webkit-keyframes w-rotation {
    0%  {-webkit-transform:rotate(0deg);}
    100%  {-webkit-transform:rotate(360deg);}
}
@keyframes rotation {
    0%  {transform:rotate(0deg);}
    100%  {transform:rotate(360deg);}
}
.ajax-button{
  position:relative;
  display:inline-block;
    width:100%;
    height:48px;
    float:right;
    margin-top:20px;
    margin-bottom:20px;
  text-align:right;
}
.ajax-button .fa{
  color:#ffffff;
  font-size:18px !important;
  position:absolute;
  left:50%;
  top:50%;
  margin-left:-9px;
  margin-top:-9px;
  -webkit-transform:scaleX(0);
  transform:scaleX(0);
}

.finish{
  -webkit-transform:scaleX(1) !important;
  transform:scaleX(1) !important;
}
.hide-loading{
  opacity:0;
  -webkit-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
  -webkit-transform:scale(0) !important;
  transform:scale(0) !important;
}

.error{
    color:#ef6d50;;
}
.valid{
    background:rgba(255,255,255,0.08) !important;
    color:#FFFFFF;
    padding-left:10px !important;
}

.remagic-content{
    text-align: right;
}
.beacon-wifi-img{
   height: 500px;
   padding-top: 50px;
}
/*------------------------------------------------------------------
    9. Responsive Styles
-------------------------------------------------------------------*/

/* Other screens styles modifications */
@media (max-width: 1200px) {

.home-header-1 {
    font-size: 72px;
}


.home-header-2 {
    text-align: center;
    font-size: 66px;
}

#pic-1{
    background: url(../images/beacon-1-min.png) no-repeat;
    height: 200px;
    background-size: cover;


}

#pic-2{
    background: url(../images/beacon-22.png) no-repeat;
    height: 200px;
    background-size: cover;
}


#pic-3{
    background: url(../images/beacon-3-min.png) no-repeat;
    height: 200px;
    background-size: cover;
}

}

@media (max-width: 992px) {

#right-bacground{
  display: none;
}



#left-bacground{
   width: 100%;
}

.home-header-1 {
    text-align: center;
    padding-top: 10vh;
    font-size: 50px;
    font-weight: 300;
}


.home-header-2 {
    text-align: center;
    font-size: 46px;
    font-weight: 900;
    line-height: 37px;
    margin-top: -3px;
    color: #ef6d50;
}


.mobile-img {
    height: 60%;
    position: absolute;
    left: calc(50% - 112px);
    bottom: -8%;
    z-index: 1000;
}
.menu-button{
    width: 100%;
}

.fullpage-menu{
    display: none;
}

.circle{
    margin-left: auto;
    margin-right: auto;
}

.under-circle-txt{
     margin-left: auto;
    margin-right: auto;
}
.under-circle-small-txt{
   margin-left: auto;
    margin-right: auto;
}

.right-info{
    text-align: center;
    padding-top: 109px;
}


#pic-1{
    height:430px;

}

#pic-2{
    height:430px;

}


#pic-3{

    height:430px;

}

     



}






@media (max-width: 768px) {

#right-bacground{
  display: none;
}

#pic-1{
    height:275px;

}

#pic-2{
    height:275px;

}


#pic-3{

    height:275px;

}

#left-bacground{
   width: 100%;
}

.home-header-1 {
    text-align: center;
    padding-top: 10vh;
    font-size: 33px;
    font-weight: 300;
}


.home-header-2 {
    text-align: center;
    font-size: 41px;
    font-weight: 900;
    line-height: 37px;
    margin-top: -3px;
    color: #ef6d50;
}



.menu-button{
    width: 100%;
}

.fullpage-menu{
    display: none;
}


#about{
  padding-bottom: 100px;
}

.beacon-header{
    font-size: 32px;
    color: #1ad5b1;
    background: rgb(255, 255, 255);
    text-align: center;
    width: 100%;
}

.beacons-header{
    font-size: 32px;
    width: 100%;

}

.how-little-header{
    text-align: center;
    font-size: 21px;
}

.additional-header{
        font-size: 30px;
}

.how-header{
    font-size: 32px;
    width: 100%;
}

.menu-holder ul li {
    font-size: 20px;
}
.about-header{
    text-align: center;
    font-size: 32px;
    font-weight: 300;
    color: #ffffff;
        width: 100%;
}

.about-postheader{
    text-align: center;
    font-size: 28px;
    color: #ee6d4f;
    font-weight: 300;
    padding-bottom: 20px;
    border-bottom: solid 1px;
}

.about-postheader2{
    text-align: center;
    font-size: 28px;

}

.circle{
    margin-left: auto;
    margin-right: auto;
}

.under-circle-txt{
     margin-left: auto;
    margin-right: auto;
}
.under-circle-small-txt{
   margin-left: auto;
    margin-right: auto;
}

.remagic-content{
    text-align: center;
}

.beacon-wifi-img{
   height: 250px;
   padding-top: 50px;
}

.contact-header{
    font-size: 32px;
    width: 100%;
}

.right-info{
    text-align: center;
    padding-top: 109px;
}








.row-div{
text-align: center;
}

.border{
        margin-left: auto;
}

.remagic-postheader{
    text-align: center;
}

.remagic-little-postheader{
    text-align: center;
    font-size: 18px;
}
.content-main-div{
    text-align: center;
    margin-top: 30px;
}
.subtitle{
    text-align: center;
}
.beacon-wireless-img{
    height: 300px;
    margin-top: 18px;

}
.beacon-wireless-img-2{
    height: 133px;
}

.wireless-header{
    font-size: 30px;
    font-weight: 100; 
    text-align: center;
    margin-bottom: 20px;
}

.wireless-img{
        height: add;
        margin-top: 0px;
}

.icon-content{
    text-align: center;
}

.icon-txt {
    text-align: center;
}
.icon-content-div{
    margin-top: 20px;
}

.left-info{
    border:none;
}

.wireless-row
{
    margin-top: 0px;
}

.mobile-wireless-header{
    margin-top: 50px;
}
.application-slider{
    display: none;
}

}
@media (max-width: 480px) {
}

