/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 21, 2017, 11:38:50 AM
    Author     : Administrator
*/


body, html {
    background-color: #e5e5e5!important;
    font-family: Arial, Helvetca;
}

h1 {
    font-size: 26px;
}

h2 {
    font-size: 20px;
}

a.anchor {
    display: block;
    position: relative;
    top: -120px;
    visibility: hidden;
}

#footer {
    margin-top: -30px;
    position:relative;
    font-size: 10px;
}

/*Navbar*/

/*Tools*/
/*top bar*/


.tools {
    left:0;
    right:0;   
    min-height: 30px;
    background-color: #002c3c;        
    z-index: 1500;
    position: fixed;
}


.tools ul {    
    display: inline-block;
    list-style: none;      
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding: 0px;
}

.tools .navbar-tools {
    float: right;  
}

.tools li {
    display: block;
    float: left;
    padding-top:7px;
    padding-left: 20px;
}

.tools a {
    font-size: 13px;   
    color: #fff;
}

.navbar-tools .active {
    color: #cc3300;
}

/*Menu*/ 

/* navbar */
.nav  a:hover {
    text-decoration: underline;
}

.navbar {
    background-color: #fff;
    border: none;
    margin-top: 30px;
}

.menu {
    height: 90px;    
}

.menu li a {
    padding: 60px 15px 10px;
    color: #555;
    font-size: 15px;   

}
.menu li a:hover, .menu li a:focus, .menu li .active {
    background-color: #fff;
    text-decoration: underline;
}

.logo {
    position: absolute;    
    top: 40px;
    width: 122px;
    height: 39px;
    background-image: url("/img/logo.png");
    background-repeat: no-repeat;
    background-size: contain;
}

/* OWL */

.outer-carousel .owl-carousel {
    /*box-shadow: 0 7px 68px 4px rgba(0, 0, 0, 0.36);*/
    /*height: 540px;*/
    margin-top: 120px;
    position: relative;   
}

.owl-carousel .fill {
    width: 100%;
    height: 540px;
    background-position: center;
    background-size: cover;
}

.owl-carousel .owl-item {
    -webkit-animation-duration: 4s !important;
    animation-duration: 4s !important;
}

.fade {
    position: absolute;  
    top: 120px;
    width: 100%;
    height: 540px;
    z-index: 1000;
    background-color: #000;
    opacity: 0;
}


/*inner owl*/
.inner-carousel .owl-carousel .owl-nav {
    position: absolute;
    right: 0;
    top: -40px;
    font-size: 18px;
}

.inner-carousel .owl-carousel .owl-nav .owl-next, .inner-carousel .owl-carousel .owl-nav .owl-prev {
    background: #9bbfc7;
    width: 33px;
    text-align: center;
    font-size: 20px;
    line-height: 33px;
    color: #fff;
    float: left;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;    
}
.inner-carousel .owl-carousel .owl-nav .owl-next:hover, .inner-carousel .owl-carousel .owl-nav .owl-prev:hover {
    opacity: 0.5;
}
.inner-carousel .owl-carousel .owl-prev {
    margin-right: 5px;
}

/*Polygons*/
body {
    background-image: url(/img/bg.svg);
    background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: cover;
}



/*particles*/

canvas {    
    position: absolute;  
    top: 120px;
    width: 100%;
    height: 540px;
    z-index: 1000;
}




/*Content*/

.content-container {
    position: relative;
    padding: 50px 0 0 0;
    min-height: 900px;
}

/*Main*/

.main-content-box {
    margin-bottom: 100px;
    font-size: 12px;
    line-height: 22px;
}

.main-content-box p {
    margin: 10px 0 0 0;
}

.main-icon {    
    margin-top: 15px;
    height: 70px;    
    background-repeat: no-repeat;
    background-size: contain;    
    background-position-x: 30px;
}

.main-icon-2 {    
    height: 70px;    
    background-repeat: no-repeat;
    background-size: contain;    
    background-position-x: 15px;
}


.main-image {
    /*    width: 355px; */
    height: 365px;    
    background-repeat: no-repeat;
    /*background-size: contain;*/        
    background-position:bottom;  
}

.main-text {
}

.main-text h1 {
    font-size: 26px;
}

.tab {
    display: table-cell;
    vertical-align: bottom;
    float: none;
}

.nm {
    margin-bottom: 50px;
}

.img-row img {
    margin-top: 10px;
    border-radius: 0px;
}

.im {display: none;}
.id {display: block;}

/*Inner*/

.inner {
    margin-top: 120px;
}

form div {
    margin-left: 0!important;
    margin-right: 0!important;
}


/*Effects*/

.hvr-grow {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}



/*Responsive*/

@media(max-width:767px) {
    .main-image {
	margin-bottom: 30px;
    }

    .main-icon-2 {
	background-position-x: 0px;
    }

    .tab, .main-text {
	padding: 0;
	display: block;	
	float: left;
    }

    .ft>div {
	margin:0;
    }

    .main-icon {
	background-position-x: 0px;
    }
    .im {display: block;}
    .id {display: none;}

    .logo {
	top:7px;
	left:10px;
    }
    .menu li a:hover {
	background-color: #999;
    }
    .menu li a {	
	background-color: #777;
	color: #fff;
	font-size: 15px;
	padding: 10px 15px 10px 30px;
    }
    
    .menu {	
	margin-bottom: 0;
	height: auto;
    }
    
    .navbar-toggle {
	background-color: #999;
    }
    
    .navbar-toggle span {
	background-color: #fff;
    }
       
}

.inline {
    display: inline-block;
    padding-top: 17px;
}

.inline-ico {
 width: 100px;
 float: left;
}

.akro, .vigla {
    padding-top: 30px;
    text-align: center;
}


.vigla p , .akro p  {
    text-align: left;
    max-width: 400px;
    margin: 0 auto;
        padding-top: 20px;
}

