﻿
.text-light{
    font-weight:300 !important;
}

.green{
    color:#7F9146;
}

.green-bg{
    background-color:#7F9146;
}

.gray{
    color:#999999;
}

.gray-bg{
    background-color:#cccccc;
}

.light-gray{
    color:#f4f4f4;
}

.light-gray-bg{
    background-color:#f4f4f4;
}

.dark-gray{
    color:#111
}

.dark-gray-bg{
    background-color:#111;
}

.dark-gray-alpha-bg{
    background-color:rgba(29,29,27,.5);
}

.green-alpha-bg{
    background-color:rgba(127,145,70,.5);
}

.white-alpha-bg{
    background-color:rgba(255,255,255,.5);
}
.white{
    color:#ffffff !important;
}

a.white:hover{
    color:#D9665C !important;
}


.white-bg{
    background-color:#ffffff;
}

.red-bg{
    background-color:#D9665C;
}

.red{
    color:#D9665C;
}

.button-bottom{
    position: absolute;
    bottom: 20px;
    width: 100%;
    z-index: 999;
}

.hovereffect{
    background-color:#D9665C;
    display:block;
    position:relative;
}

.hovereffect:hover img{
  opacity:0.3;
}

.overlay_img{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    padding-top:30%;
    text-align:center;
    text-transform:uppercase;
    color:#ffffff !important;
    opacity:0;
    transition: all .4s;
}

.hovereffect:hover .overlay_img{
    opacity:1;
}

.overlay_img h3{
    margin:0px;
}



.padding-top{
    padding-top:30px;
}

.padding-top-big{
    padding-top:60px;
}

.padding-top-small{
    padding-top:15px;
}

.padding-bottom-small{
    padding-bottom:15px;
}

.padding-bottom{
    padding-bottom:30px;
}

.padding-bottom-big{
    padding-bottom:60px;
}

.margin-no{
    margin:0px;
}

.margin-bottom{
    margin-bottom:30px;
}

.margin-bottom-big{
    margin-bottom:60px;
}

.margin-top-big{
    margin-top:60px;
}
.margin-top{
    margin-top:30px;
}

.margin-top-small{
    margin-top:15px;
}

.padding-left-big{
    padding-left:60px;
}

.padding-right-big{
    padding-right:60px;
}

.lead-sm{
    font-size:16px;
}

.align-vertical-middle{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.menu-lg {
    border-bottom:solid 1px #fff;
    height:60px;
    margin-bottom:30px;
    cursor:pointer;
}

.menu-lg:hover{
    color:#7F9146;
}

.menu-lg.dark-gray {
    border-bottom:solid 1px #333333;
    height:60px;
    margin-bottom:30px;
}


.menu-lg .icon-md{
    float:left;
    height:50px;
    width:50px;
}

.menu-lg .menu-text{
    float:left;
    height:50px;
    margin-left:20px;
}

.menu-lg .menu-arrow{
    float:right;
    height:50px;
    width:50px;
    text-align:center;
}

.col-5{
    position:relative;
    float:left;
    width:20%;
}

.page-team .col-5{
    height:50vh;
}

.navbar-transparent{
    background-color: transparent !important;
    border-bottom-width:0px;
}

    .navbar-transparent .navbar-logo {
        display:none;
    }

    .main-navbar{
        transition: all .5s;
    }

    .side-menu{
        background-color:#fff;
        color:#1d1d1b;
        position:fixed;
        top:0px;
        right:0px;
        bottom:0px;
        width:300px;
        transition: all ease-in-out .5s;
        z-index:9999;
    }

        .side-menu.closed {
            right:-300px;
        }

        .side-menu ul {
            padding-right:30px;
            padding-left:30px;
        }

    .side-menu li{
        padding-top:15px;
        padding-bottom:15px;
        font-size:24px;
        border-bottom:solid 1px #DADADA;
    }

    .side-menu a{
        color:#1d1d1b !important;
        text-decoration:none !important;
    }

    .side-menu a:hover{
        color:#7F9146 !important;
        text-decoration:none;
    }

    .side-menu a:active{
        color:#7F9146 !important;
        text-decoration:none;
    }


    #side-menu-close{
        font-size:20px;
        padding:15px;
        display:block;
    }




/* Bootstrap hacks 

.btn {
    text-transform:uppercase;
    font-weight:bold;
    transition:all .5s;
}

.btn-default{
    background-color:transparent !important;
    border: solid 1px #fff;
    color: #fff;
}

.btn-default:hover{
    background-color:#fff !important;
    border: solid 1px #fff;
    color: #1d1d1b;
}

    */

.carousel-inner .item,
.carousel-inner  .active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.modal-content {
    position: relative;
    background-color: #1d1d1b;
}

.modal-header {
    border-bottom: 1px solid #333;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #333;
}




/* ABIS */


ul.menu {
    font-weight:400;
    font-size:14px;
    text-transform:uppercase;
    text-align:center;
}

    ul.menu a {
        display:block;
        padding: 8px;
    }

    ul.menu a:hover {
        text-decoration:none;
        color:#D9665C !important;
        background-color:#f2f2f2;
    }

        ul.menu a:link {
        color: #000;
    }

        ul.menu a:visited {
        color: #000;
    }

.home-title{
    position:relative;
    height:100vh;
    z-index:100;
}

.overlay{
    position:fixed;
    top:0;
    left:0px;
    right:0px;
    bottom:0px;
    z-index:2;
    background-image:url(../imgs/stripesblack.png);
}

.title-mega{
    font-size:70px;
}

.title-big{
    font-size:50px;
    display:inline-block !important;
    padding:5px 8px 8px 8px;
}

.image-title{
    background-position:center center;
    background-size:cover;
    background-repeat:no-repeat;
}

.map{
    height:350px;
    background-color:#ccc;
}

.latest-projects{
    position:relative;
    z-index:200;
    background-color:#fff;
}

.link-mini a{
    text-transform:uppercase !important;
    text-decoration:none;
    font-size:10px !important;
    color:#999 !important;
}

.quote{
    font-family:"Droid Serif";
    font-style:italic;
    font-size:52px;
    position:relative;
    z-index:200;
    padding:30px;
}

.modal-body{
    font-family: "Ubuntu" !important;
}

.droid{
    font-family:"Droid Serif" !important;
    font-style:italic !important;
}

.title-news{
    position:relative;
    z-index:200;
    background-color:#D9665C;
    color:#000;
    text-align:center;
}

.news-item{
    position:relative;
    z-index:200;
    background-color:#ffffff;
    min-height:120px;
}

.news-item h3{
    margin:0px;
}

.news-thumb{
    background-color:#ccc;
    background-position:center center;
    background-repeat: no-repeat;
    background-size:cover;
    position: absolute;
    top:0px;
    left:0px;
    bottom:0px;
    width:25%;
}

.news-title-mini{
    position: absolute;
    top:0px;
    left:25%;
    bottom:0px;
    right:50px;
    padding-left:15px;
}

.news-button{
    position: absolute;
    top:0px;
    right:0px;
    bottom:0px;
    width:50px;
}

.news-text p{
    font-family: "Ubuntu";
}

.contents{
    position:relative;
    z-index:200;
    background-color:#fff;
}

.contents p{
    font-family: "Ubuntu";
    line-height:1.7;
}

.list-chevron li:before {    
font-family: 'Glyphicons Halflings';
content: '\e080';
font-size:12px;
margin:0 3px 0 -15px;
color: #333;
}

.list-chevron{
    margin-left:15px;
}

.list-chevron li{
    padding-bottom:8px;
    margin-bottom:8px;
    border-bottom:solid 1px #ccc;
}

.projects-list-mini{
    padding: 2px 0px 2px 0px;
    border-bottom:solid 1px #ccc;
}

.project-label {
    display: inline-block; 
    padding: 5px 10px 5px 10px;
}

.devider-big{
    background-image: url(../imgs/stripes.png);
     position: relative;
     z-index: 101;
}

.box-shadow{
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.3);
}

.hr-dark{
    height:1px; border:none; color:#000; background-color:#000;  margin: 0 auto;
}

.hr-white{
    height:1px; border:none; color:#fff; background-color:#fff;  margin: 0 auto;
}

.hr-gray{
    height:1px; border:none; color:#ccc; background-color:#ccc;  margin: 0 auto;
}

.devider{
    position:relative;
    z-index:200;
}

.page{
    background-position:center center;
    background-repeat: no-repeat;
    background-size:cover;
    position:relative;
    height:100vh;
    width:100%;
    overflow: hidden;
    padding-top:60px;
}


#carousel-home{
   width:100%;
   position:fixed;
   z-index:1;
   top:0px;
   bottom:0px;
   left:0px;
   overflow:hidden;
}

.footer{
    background-color:#111;
    color:#999999;
    font-size:14px;
    position:relative;
    z-index:200;
}

.footer p{
    font-family: "Ubuntu";
}

.spin{
    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}


/* animations */

@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}


@media (max-width: 767px) {
  /*xs*/
  .title-mega{
      font-size:30px;
  }
  h3, .h3 {
    font-size: 14px;
}
  .navbar-brand img{
      width:50%;
  }
  .quote {
    font-size: 24px;
    padding: 15px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
  /*sm*/
  .title-mega{
      font-size:30px;
  }
  .navbar-brand img{
      width:60%;
  }
    .quote {
    font-size: 42px;
    padding: 30px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*md*/
  .title-mega{
      font-size:42px;
  }
  .navbar-brand img{
      width:70%;
  }
    .quote {
    font-size: 48px;
    padding: 30px;
}
}
@media (min-width: 1200px) {
/*lg*/
  .title-mega{
      font-size:70px;
  }
  .navbar-brand img{
      width:80%;
  }
    .quote {
    font-size: 52px;
    padding: 30px;
}
}



