@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(http://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800);
*,body{
	font-family: 'Raleway', sans-serif;
	transition: all 0.3s ease 0s;
}


#loading{
    position: fixed; 
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    background: white;
}

.spinner{
            margin-left:calc(50vw - 25px);
            margin-top:calc(50vh - 25px);
        }
        .spinner-1{
            height: 40px;
            width:40px;
            border-top:12px solid black;
            border-left:12px solid black;
            animation: spinner-1 4s linear infinite;
        }
        .spinner-2{
            height: 40px;
            width:40px;
            border-right:12px solid #ef6d50;
            border-bottom:12px solid #ef6d50;
            margin-top:-27px;
            margin-left:-14px;
            animation: spinner-2 4s linear infinite;
        }

        @keyframes spinner-1 {
            0%   { -webkit-transform: rotate(0deg); }
            10%  { -webkit-transform: rotate(20deg); }
            40%  { -webkit-transform: rotate(340deg); }
            50%  { -webkit-transform: rotate(360deg); }
            60%  { -webkit-transform: rotate(380deg); }
            90%  { -webkit-transform: rotate(700deg); }
            100% { -webkit-transform: rotate(720deg); }
        }

        @keyframes spinner-2 {
            0%   { -webkit-transform: rotate(0deg); }
            10%  { -webkit-transform: rotate(20deg); }
            40%  { -webkit-transform: rotate(340deg); }
            50%  { -webkit-transform: rotate(360deg); }
            60%  { -webkit-transform: rotate(380deg); }
            90%  { -webkit-transform: rotate(700deg); }
            100% { -webkit-transform: rotate(720deg); }
        }

.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


.menu-button-opened{
    opacity:0;
    visibility:hidden;
}

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

.menu-holder ul li a:hover{
    background: rgba(0, 0, 0, 0.9);
    color: #ffffff;
    font-weight: 300;

}
.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:400;
    color:#000000;
    margin-bottom:15px;
        display: flex;
}
.menu-holder ul li a{
    color:#000000;
    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;
}

#bg{
    color:#ffffff;
    height: 100vh;
    background-position:top center;
    position:relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/pozadina-min2.png");
}

.main-img{
    height:150px;
}

#main-page{
    color:#ffffff;
    height: 65vh;
        background-position:top center;
    background-size:cover;
    position:relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}
.main-title-img-div{
    text-align: center;
    margin-top: 44vh;
    z-index: 10;
    position: relative;
}
.main-title
{
    text-align: center;
    font-weight: 400;
    color: #ef6d50;
    font-size: 40px;
    margin-bottom: 20px;
    position: relative;
    z-index: 100;
}

.main-title-div{
    display: block;
    height: 95px;
}

.main-skew-div{
    position: relative;
    display: block;

    height: 400px;
    /* line-height: 300px; */
    background: #ef6d50;
}

.skew-div-1{
    color: #000000;
    color: #ffffff;
    font-size: 37px;
    text-align: left;
    Z-INDEX: 100;
    padding-top: 98px;
     font-weight: 200;
    height: 400px;
}


.skew-div-1:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #ef6d50;
    transform-origin: bottom left;
    -ms-transform: skew(-15deg, 0deg);
    -webkit-transform: skew(-15deg, 0deg);
    transform: skew(-15deg, 0deg);
}

.skew-div-2{

    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/video2.jpg);
}

.skew-div-3{
    height: 400px;
    background:#ef6d50;
}

.skew-div-3:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 100;
    background: #ef6d50;
    transform-origin: top left;
    -ms-transform: skew(-15deg, 0deg);
    -webkit-transform: skew(-15deg, 0deg);
    transform: skew(-15deg, 0deg);
}


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


}


.navigation-menu-div{
    
        line-height: 42px;
        top: 14px;
        position: absolute;
        left: calc(50% - 265px);
    
    }
    .navigation-menu-item{
        margin-left: 5px;
        margin-right: 5px;
        display: inline-block;
        color: #000000;
        font-weight: 500;
        font-size: 17px;
        padding-left: 15px;
        padding-right: 15px;
        border-radius: 4px;
        cursor: pointer;
    }
    
    .navigation-menu-item:hover{
        background: #ef6d50;
        color: white;
    }


    #main-page .logo-menu .menu-button{
        color:#fd6442;
        margin-top:10px;
        cursor:pointer;
        height:50px;
        display:inline-block;
        padding-top:15px;
    }
    #main-page .logo-menu .menu-button:hover{
        opacity:0.8;
    }
    #main-page .logo-menu .menu-button .fa{
        font-size:15px;
        font-weight:bold;
        margin-left:5px;
    }

#main-page .logo-menu{
    height: 70px;
    position: fixed;
    background: #ffffff;
    width: 100%;
    z-index: 1000000;
    -webkit-box-shadow: 1px 5px 14px -2px rgba(74,74,74,1);
    -moz-box-shadow: 1px 5px 14px -2px rgba(74,74,74,1);
    box-shadow: 1px 3px 2px -2px rgba(0, 0, 0, 0.25);
}
#main-page .logo-menu #logo-canvas{

    margin-right: 15px;
    height: 40px;
    width: 45px;
}
#main-page .logo-menu .logo-text{
    display: inline-block;
    font-size: 15px;
    font-weight: 800;
    color: #000;
    /* text-transform: uppercase; */
    height: 42px;
    margin-top: 15px;
    margin-right: 25px;
    padding-right: 25px;
    padding-top: 9px;
    border-right: solid #ef6d50 2px;
    line-height: 1.5 !important;
}

.main-page-background{
    position: fixed;
    top:0;
    width: 100%;
    height: 65vh;
    z-index: -1;
    overflow: hidden;
}

#about{
    padding-bottom: 100px;
    background: #ffffff;

}

.about-bg{
    position: relative;
    /* background-attachment: fixed; */
    background-position: center;
    margin-top: -332px;
    height: 332px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/pozadina-oblak.png);
    margin-left: -15px;
    margin-right: -15px;
}

.border{
    margin-right: auto;
    border-top: solid 3px;
    color: #ef6d50;
    width: 100px;
    margin-left: auto;
    position: relative;
    z-index: 1;
}

.remagic-content{
    padding-top: 35px;
    margin-left: auto;
    margin-right: auto;

}
.menu-holder-header {
    height: 50px;
    font-size: 18px;
    color: black;
    margin-top: 7px;
    font-weight:800;
}

.loading-header{
    text-align: center;
    margin-top: 30px;

}


.orange-circle{
    margin-right: auto;
    margin-left: auto;
    height: 80px;
    width: 80px;
    margin-top: 60px;
    border-radius: 100px;
    text-align: center;
     border: solid 2px #ef6d50;
}

.circle-img{
    height: 35px;
    margin-top: 22px;
}


.loading{
    text-align: center;
     padding-top: calc(50vh - 40px);


}

.loading-logo{
       height: 80px;

}


.how-img{
height: 100px;
}




.video-heading-2{
    font-size: 24px;
    color: #292929;
    text-align: left;
    font-weight: 400;
    text-decoration: underline;
}
.video-postheader{

    padding-bottom: 50px;
    color: #3d3d3d;
    font-size: 31px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 200;
}

.video-how-to-content{
    padding-top: 50px;
    text-align: center;
    background: #1a1a1a;
    padding-bottom: 50px;

}

.video-how-to-header{
    font-size: 26px;
    font-weight: 100; 
    line-height: 80px;
    color: white;
    text-transform: uppercase;

}

.application-slider {
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
    width: 90%;
}

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


.slick-slide img {
    display: block;
}
.wireless-img{
        height: 200px;
        margin-top: 0px;
}


.details-button {
    margin-left: auto;
    margin-right: auto;
    height: 60px;
    border-radius: 42px;
    width: 60px;
    background: #0070c9;
    text-align: center;
    margin-bottom: 100px;
    border: solid 1px #0070c9;
    color: #ffffff;
    vertical-align: middle;
    line-height: 57px;
    font-size: 51px;
    font-weight: 100;
    cursor: pointer;
}

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

.video-how-to-postheader{
    font-weight: 300;
    color: #ef6d50;
    font-size: 25px;
}


#wireless{
    background:#1a1a1a;
}

.beacon-wireless-img {
    height: 500px;
    margin-top: 18px;
}
.main-menu-logo {
    text-align: center;
    margin-top: 15px;
    /* margin-bottom: 70px; */
    border-bottom: solid 1px rgb(0, 0, 0);
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    /* padding-bottom: 30px; */
}




.input-new{
    line-height: 25px;
    width: 100%;
    margin: auto;
    background: rgb(255, 255, 255) !important;
    text-align: center;
    color: #000 !important;
}




.about-header{
    text-align: center;
    font-size:55px;
    font-weight: 100;
    color: #808080;
}


.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;
}

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

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

.wireless-2-header{
    font-size: 25px;
    line-height: 25px;
    color: #8edef9; 
    font-weight: 300;    
    margin-top: 0px;
}

.icon-header {
    color: white;
    font-weight: 300;
    font-size: 18px;
    padding-top: 10px;
}

.icon-txt {
    color: #8edef9;
    font-weight: 100;
    text-align: left;
    font-size: 12px;
}

.icon-content {
    padding-top: 50px;
    text-align: left;
}

#showmenu-title{
    font-size: 19px;
    color: white;
    text-transform: uppercase;
    font-weight: 500;
}

.magenta{
    color: #8edef9
}
.wireless-img {
    height: 400px;
    margin-top: 50px;
}
.remagic-little-postheader{
    font-weight: 100;
    margin-bottom: 0px !important;
    font-size: 15px;
    text-align: left;
    padding-top: 20px;

}


.postimage-txt{
    color: black;
    font-weight: 600;
    text-align: center;
    font-size: 16px;
}

.cam-img{
        height: 350px;

}

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

.subtitle{
    text-align: center;
    font-weight: 300;
    color: black;
    font-size: 40px;
    margin-bottom: 20px;

}

.video-postheader{
    
        padding-bottom: 50px;
        color: #3d3d3d;
        font-size: 31px;
        text-align: center;
        text-transform: uppercase;
        font-weight: 200;
    }

.video-postheader-2{
       text-align: left;
    font-size: 18px; 
}



.about-postheader{
text-align: center;font-size: 40px;color: #808080;font-weight: 100

}

.info-logo{
    height: 100px;
}

.info-label-1{
    font-size: 16px;
    padding-top: 20px;
}

.info-label-2{
    text-align: center;
     padding-top:50px; 
     font-size:25px
}

.send-icon{
        font-size: 30px;
    margin-left: -2px;
    margin-top: 3px;
    color: white;
}
.send-button{
    /* background: rgb(237, 108, 79)!important; */
    /* width: 80px !important; */
    /* height: 80px !important; */
    color: rgb(237, 108, 79) !important;
    border-radius: 3px !important;
    border: solid 1px rgb(237, 108, 79) !important;
    margin-top: 20px;
}

.input-text-label{
   color: #a2a2a2 !important;
    margin-bottom: 10px;
}

.footer{
    height: 120px;
    background: #000000;
    text-align: center;
    line-height: 30px;
    color: #fff;
    line-height: 60px;
}
.right-info{
    text-align: center;
        color: #ffffff;
    font-size: 15px;
    font-weight: 200;
}

.white{
    color: white !important;
}






#video-content{
background-color:white;
padding-top: 100px;
padding-bottom: 100px;

}

#video-how-to-2{
background-color:white;
padding-bottom: 100px;
}



#contact{
 padding-top: 100px;
    padding-bottom: 100px;
    background: #e6e6e6;


}


#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 input[type=text],#contact input[type=email]{
    display:block;
    width:100%;
    background-color:transparent;
    border:0;
    border-bottom:1px solid #ffffff;
    font-size:17px;
    color:#ffffff;
    padding:0;
    padding-top:17px;
    padding-bottom:17px;
    margin-bottom:10px;
    text-transform:uppercase;
    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;
}

#contact #submit{
    text-transform:uppercase;
    display:inline-block;
    color:#ffffff;
    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;
}




.ajax-button{
  position:relative;
  display:inline-block;
    width:100%;
    height:48px;
    margin-top:20px;
    margin-bottom:20px;
  text-align:center;
}
.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;
}
/*------------------------------------------------------------------
    9. Responsive Styles
-------------------------------------------------------------------*/

/* Other screens styles modifications */
@media (max-width: 1200px) {
#features .feature1{
    left:5%;
}
#features .feature2{
    left:20%;
    margin-top: 140px;
}
#features .feature3{
    right:20%;
    margin-top: 140px;
}
#features .feature4{
    right:5%;
}
.dancer-one{
    display: none;
}
.dancer-two{
    display: none;
}
}
@media (max-width: 992px) {
#features .feature1{
    left:0%;
}
#features .feature2{
    left:15%;
    margin-top: 140px;
}
#features .feature3{
    right:15%;
    margin-top: 140px;
}
#features .feature4{
    right:0%;
}
.navigation-menu-div{
    display: none;
}
.remagic-content{
    margin-top: 70px;
}

.main-title-img-div{
    margin-top: 35vh;
}

.main-title-div{
    height: 122px;
}
}
@media (max-width: 768px) {

.cam-img {
    height: 200px;
}

.video-how-to-header {
    font-size: 20px;
    line-height: 30px;

}


.menu-holder {
    width: 90%
}

.menu-holder ul li {
    font-size: 20px;
}


.video-how-to-postheader {
    padding-top: 20px;
    font-size: 17px;
}

.video-heading-2{
    text-align: center;
}

.info-logo {
    height: 80px;
}



.header-title{
    font-size: 40px;
}
.header-title-2{
    font-size: 30px;
    font-weight: 400;

}
.menu-holder {
    width: 90%
}

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

.about-postheader{
        text-align: center;
    font-size: 30px;
    color: #808080;
    font-weight: 100;

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

.border{
        margin-left: auto;
}

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

.remagic-little-postheader{
    text-align: center;
}
.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; 
    margin-bottom: 20px;
    text-align: center;
}

.application-slider {
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
    width: 90%;
}

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


.slick-slide img {
    display: block;
}
.wireless-img{
        height: 200px;
        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) {
}

