@import url('animate.css');
body {
    font: 400 15px/1.8 Lato, sans-serif;
    color: #777;
    background: #F5F5F5;
}

.backgrounder {
    background-image: url('../img/verde4.jpg');
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%);
    position: fixed;
    width: 100%;
    height: 100%;
    background-size: cover;
    top: 0;
    display: none;
}

h3,
h4 {
    margin: 10px 0 30px 0;
    letter-spacing: 3px;
    font-size: 20px;
    color: #111;
    min-height: 65px;
}

.enfasis-name{
    font-size:18px;
}

.container {
    padding: 80px 120px;
}

.person {
    border: 10px solid transparent;
    margin-bottom: 25px;
    width: 80%;
    height: 80%;
    opacity: 0.7;
}

.person:hover {
    border-color: #f1f1f1;
}

.carousel-inner img {
    /* -webkit-filter: grayscale(90%);
    filter: grayscale(90%); */
    /* make all photos black and white */
    width: 100%;
    /* Set width to 100% */
    margin: auto;
}

/* .carousel-inner {
    height: 400px;
} */

.carousel-caption h3 {
    color: #fff !important;
}

.bg-1 {
    /* background: #2d2d30; */
    color: #bdbdbd;
}

.bg-1 h3 {
    color: #fff;
}

.bg-1 p {
    font-style: italic;
}

.list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
}

.thumbnail p {
    margin-top: 15px;
    color: #555;
}

.btn {
    padding: 10px 20px;
    background-color: #333;
    color: #f1f1f1;
    border-radius: 0;
    transition: .2s;
}

.btn:hover,
.btn:focus {
    border: 1px solid #333;
    background-color: #fff;
    color: #000;
}

.modal-header,
h4,
.close {
    background-color: #333;
    color: #fff !important;
    text-align: center;
    font-size: 30px;
}

.modal-header,
.modal-body {
    padding: 40px 50px;
}

.nav-tabs li a {
    color: #777;
}

#googleMap {
    width: 100%;
    height: 400px;
    /*    -webkit-filter: grayscale(100%);
        filter: grayscale(100%);*/
}

.navbar {
    font-family: Montserrat, sans-serif;
    margin-bottom: 0;
    background-color: rgba(46, 125, 50, 0.9);
    border: 0;
    font-size: 11px !important;
    letter-spacing: 4px;
    opacity: 0.9;
}

.card{    
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
    border-radius: 4px;
    min-height: 530px;
}

.card p{
    padding: 10px;
}

.carousel-inner>.item {
    width: 100%;
    height: 700px;
}

.carousel {
    position: relative;
    margin-bottom: 20px;
    line-height: 1;
}

.navbar li a,
.navbar .navbar-brand {
    color: white !important;
}

.navbar-nav li a:hover {
    color: #fff !important;
}

.navbar-nav li.active a {
    color: #fff !important;
    background-color: #29292c !important;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

.open .dropdown-toggle {
    color: #fff;
    background-color: white !important;
}

.dropdown-menu li a {
    color: black !important;
}

.dropdown-menu li a:hover {
    background-color: #15BA45 !important;
}

.master {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
    border-radius: 4px;
    padding: 0px;
    margin-top: 50px;
    background: white;
    z-index: 1;
    position: relative;    
    margin-top: 160px;
}

#message{
    width: 100%;
}

.no-padding{
    padding:0px !important;
}

.padding10{
    padding: 10px;
}

.padding10 h3{
    padding: 10px;
}

.submit{
    display: block;
    margin: auto;
}

footer {
    color: #2d2d30;
    padding: 32px;
    margin-top: 20px;
}

footer a {
    color: #f5f5f5;
}

footer a:hover {
    color: #777;
    text-decoration: none;
}

.form-control {
    border-radius: 0;
}

textarea {
    resize: none;
}

#services>div {
    margin-top: 20px;
}

#myCarousel {
    margin-top: 0px;
}

.preenfasis {
    text-align: center;
    padding: 5px 0px;
    position: fixed;
    color: white;
    background-color: rgba(33, 33, 33, 0.75);
    width: 100%;
    top: 0;
    z-index: 3;
}

.hideme {
    opacity: 1;
}

.f50 {
    font-size: 50px;
}

.dropdown-menu li a:hover {}

/* #services>div>div {
    padding: 0px;
} */

#services .col-md-6 {
    padding: 80px 20px;
}

.overla_ {
    background-color: rgba(76, 175, 80, 0.9);
    color: white;
}

#item1-paralax,
#item2-paralax,
#item3-paralax,
#item4-paralax {
    background-image: url('../img/item1.jpg');
    /* Set a specific height */
    /* height: 300px; */
    /* Create the parallax scrolling effect */
    /* background-attachment: fixed; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#item2-paralax {
    background-image: url('../img/item2.jpg');
}

#item3-paralax {
    background-image: url('../img/item3.jpg');
}

#item4-paralax {
    background-image: url('../img/item4.jpg');
}

#contact {
    padding-top: 80px 0px;
    background: white;
    padding-top: 0px;
    padding-bottom: 0px;
}

.contact {
    padding: 40px;
}

.icon-bar {
    background-color: white !important;
}

.align-justify {
    text-align: center;
}

h2,
h1 {
    font-weight: bold;
    font-size: 25px;
    font-family: 'Patua One', cursive;
}

h1 {
    font-size: 30px;
}

h2.text-center:after {
    content: '';
    position: absolute;
    margin: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 10%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.125);
}

.verde1 {
    background-image: url('../img/verde1.jpg');
    /* Set a specific height */
    height: 300px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.verde1 {
    background-image: url('../img/verde2.jpg');
}

.verde3 {
    background-image: url('../img/verde3.jpg');
}

.no-margin {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.navbar-brand img {
    width: 50px;
    border-radius: 25px;
}

.navbar-brand {
    padding: 5px 15px;
}

hr {
    background: gray;
}

.social {
    display: inline-flex;
    list-style-type: none;
    margin-left: 0px;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

.social li {
    padding: 5px;
}

footer {
    background-color: rgba(33, 33, 33, 0.75);
    position: relative;
}

.white-footer {
    /*    font-size: 25px;*/
    color: white;
    font-family: 'Patua One', cursive;
}

.social a {
    font-size: 30px;
}

.enfasis {
    font-weight: bold;
}

.premenu {
    display: none;
}

.first-title {
    margin-top: 0px !important;
}

.master textarea {
    width: 80%;
    color: black;
    text-align: center;
    margin: auto;
    display: block;
}

.editor {
    position: fixed;
    right: 0px;
    bottom: 0px;
    background: darkslategray;
    color: white;
    z-index: 5;
    padding:5px;
    display: none;
}

.editor ul {
    list-style-type: none;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}
.editor i {
    color:white;
}