﻿/* Set padding to keep content from hitting the edges */
body {
    background-color: #000 !important;
    color: #fff !important;
}

/*header {
    z-index: 1001;
}*/

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 90%;
}

legend{
    color: #fff !important;
}

.navbar-brand img {
    width: 70px;
    padding-left: 1em;
}


/*Navigation*/
nav {
    padding: 0;
    width: auto;
    margin-top: 0;
    background-color: #000 !important;
    /*overflow: visible !important;*/
    /*position: relative !important;
    z-index: 9999 !important;*/
}

.navbar {
    margin-bottom: 0 !important;
    padding-bottom: 0;
    margin: 0 auto;
    background: none;
    color: #c3c8d6;
    border: none;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    /*position: relative !important;*/
    /*overflow: visible !important;*/
}

.dropdown {
    /*z-index: 1001;*/
    
}

nav .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.navbar-default .navbar-nav > li > a {
    color: #fff !important;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #fff !important;
    background-color: #cc580c !important;
}

.navbar-default .navbar-nav > li > a:focus {
    color: #fff !important;
    background-color: #cc580c !important;
}


.navbar-default {
    border-style: none !important;
}

.navbar-toggle {
    margin-right: 25px !important;
}

.navbar-nav {
    margin-left: 5px !important;
}


@media screen and (max-width:768px) {
    #navMenuContainer {
        min-height: 190px;
        margin-top: 0;
    }
    .navbar-nav .open .dropdown-menu{
        width: 95%;
    }

    .dropdown-menu {
        background-color: white !important;
        position: relative !important;
        z-index: 9999 !important;
    }
}

#navMenuContainer {
    margin-top: 0;
}

#navMenuList {
    height: 80px;
    padding-top: 1em;
}

.dropdown-menu {
    border: 1px solid #ccc !important;
}


.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
    background-color: #cc580c !important;
    color: #fff !important;
    font-weight: bold;
    border-style: none !important;
}
/* End Navigation*/


/*carousel*/
.carousel .item {
    width: 100%; /*slider width*/
}

.carousel .item img {
    width: 100%; /*img width*/
}

.carousel {
    border: solid 0.5em white;
    
}

.carousel-caption h1, h2 {
    color: white;
}


.carousel-caption {
    bottom: initial;
}



/*full width container*/
@media (max-width: 767px) {
    .block {
        margin-left: -20px;
        margin-right: -20px;
    }

    .carousel-caption h1 {
        color: white;
        font-size: 1.2em;
    }

    .carousel-caption h2 {
        color: white;
        font-size: 1em;
    }
}


footer {
    /*color: #fff;*/
    margin: 1em 0;
}

footer a {
    color: #cc580c !important;
}


/************* Portfoli0 Images  **************/

/* item styles */
.item-image {
  position: relative;
  overflow: hidden;
  padding-bottom: 50%;
}
.item-image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.item-content {
  padding: 15px;
  background: #72cffa;
}
.item-text {
  position: relative;
  overflow: hidden;
  height: 100px;
}

.field-validation-valid {
    display: none;
}

.validation-summary-valid {
    display: none;
}

input.input-validation-error, textarea.input-validation-error {
    border: 2px solid red;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.mandatory {
    color: #cc580c;
}

.social a {
    margin-left: 0.5em;
    margin-right: 0.5em;
    text-decoration: none !important;
}

.galleryItem {
    /*width: 200px;*/
    height: 200px;
    /*position: relative;*/
    overflow: hidden;
    display: inline-block;
    /*padding: 0.2em;*/
}

    .galleryItem a img {
        position: absolute;
        left: 50%;
        top: 50%;
        height: 100%;
        width: auto;
        -moz-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        /*border-radius: 5px;*/
        margin: 0.5em;
    }

/* The Modal (background) */
.modal-title {
    color: black;
}

/* Image effects*/

/*TILT*/
.tilt {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
.tilt:hover {
  -webkit-transform: rotate(-5deg);
     -moz-transform: rotate(-5deg);
       -o-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

.contactMessagex{
    height: 55% !important;
    max-width: 480px;
}

.phone{
    white-space: nowrap;
}


.alert-cookie {
    border: solid 1px red !important;
    margin: 0.5em;
}