#search input[type=text] {
    padding: 3px;
    border: none;
    background: #fdeaea;
}
#search input[type=submit] {
    padding: 7px;
    border-radius: 0;
    background: #f7d441;
    border: none;
    color: #FFF;
}
#search input[type=submit]:hover{
    cursor:pointer;
}
.nav-bar {
    height: 70px;
    background: #095d9d;
    position: relative;
    width: 100%;
}
 
.brand {
  position: absolute;
  padding-left: 20px;
  float: left;
  line-height: 70px;
  text-transform: uppercase;
  font-size: 1.4em;
}
.brand a img {
	max-height: 70px;
}
.brand a,
.brand a:visited {
  color: #ffffff;
  text-decoration: none;
}
 
.nav-container {
  max-width: 1000px;
  margin: 0 auto;
}
 
nav {
  float: right;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  float: left;
  position: relative;
}
nav ul li a,
nav ul li a:visited {
  display: block;
  padding: 0 20px;
  line-height: 70px;
  background: #095d9d;
  color: #ffffff;
  text-decoration: none;
  font-family: lato;
}
nav ul li a:hover,
nav ul li a:visited:hover {
  background: #2ab1ce;
  color: #ffffff;
}
nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: ' â–¾';
}
nav ul li ul li {
  min-width: 190px;
}
nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}
 
.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}
.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: #095d9d;
  height: 70px;
  width: 70px;
}
 
@media only screen and (max-width: 798px) {
    .container {
         margin-top: 120px;
    }
nav ul li {    
margin: -1px;
}
	#search {
    display: block;
    padding: 0 20px;
    line-height: 70px;
    background: #005d72;
    color: #ffffff;
    text-decoration: none;
}
	.brand{
		display:block;
	}
  .nav-mobile {
    display: block;
  }
 
  nav {
    width: 100%;
    padding: 70px 0 15px;
  }
  nav ul {
    display: none;
  }
  nav ul li {
    float: none;
  }
  nav ul li a {
    padding: 15px;
    line-height: 20px;
	padding-left: 25%;
	 
  }
  nav ul li ul li a {
    padding-left: 30%;
  }
 
  .nav-dropdown {
    position: static;
  }
	.brand a img {
		max-height: 60px;
		margin-top: 5px;
	}
	.bottom-header-wrapper{
		 margin-top: 23px;
	}
}
@media screen and (min-width: 799px) {
	.brand{
    left: 100px;
	}
	.nav-list {
    display: block !important;
  }
#search {
    float: right;
    margin-top: 21px;
    position: relative;
    margin-left: 10px;
}
	.bottom-header-wrapper{
		 margin-top: 23px;
	}
}
#nav-toggle {
  position: absolute;
  left: 18px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #ffffff;
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}


    .component {
        position: relative;
        height: 700px;
        width: 700px;
        overflow: hidden;
        margin: 0 auto;
        max-width: 100%;
        max-height: 400px
    }

    .text-content {
        max-width: 420px;
        margin: auto;
        line-height: 1.7;
        font-size: 15px
    }

    .copy-right p {
        padding-top: 10px
    }

    .red {
        color: #ed1c24
    }

    .highlight {
        color: #fff
    }

    .image-hide,
    .image-crop {
        display: none;
        max-width: 400px;
        margin: 30px auto 20px;
        position: relative
    }

    .text-content-2,
    .new-download {
        display: none
    }

.btn{
  background:#2C97DF;
  color:white;
  border-top:0;
  border-left:0;
  border-right:0;
  border-bottom:5px solid #2A80B9;
  padding:10px 20px;
  text-decoration:none;
  font-family:sans-serif;
  font-size:11pt;
  cursor: pointer;
}

    .btn-new {
  background:#2C97DF;
  color:white;
  border-top:0;
  border-left:0;
  border-right:0;
  border-bottom:5px solid #2A80B9;
  padding:10px 20px;
  text-decoration:none;
  font-family:sans-serif;
  font-size:11pt;
}

    .btn-download,
    .btn-crop {
  background:#2C97DF;
  color:white;
  border-top:0;
  border-left:0;
  border-right:0;
  border-bottom:5px solid #2A80B9;
  padding:10px 20px;
  text-decoration:none;
  font-family:sans-serif;
  font-size:11pt;
}

    .btn-download:hover,
    .btn-crop:hover {
        background-position: right center
    }

    .btn-crop {
        margin-top: 30px;
        width: 90%;
        padding-top: 12px
    }

    .new-download {
        margin-bottom: 20px
    }

    .jcrop-holder div .jcrop-tracker {
        background: url("./pigura.png") center center/cover no-repeat
    }

    .jcrop-holder img {
        filter: none !important
    }

    @media only screen and (max-width:440px) {
        html body{
                background-position: unset;
        }
        .btn-new {
            padding: 8px 16px
        }

        .btn-download {
            padding: 8px 28px
        }
    }

    @media only screen and (max-width:350px) {
        .btn-download {
            padding: 8px 12px
        }
        html body{
                background-position: unset;
    }

    @media only screen and (min-height:1080px) {
        .images-caman {
            width: 100%;
            margin: auto;
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%)
        }
    }