﻿body {
    font-size: .85em;
    font-family: 'AvenirLTStd-Light', sans-serif !important;
    color: #232323;
    background-color: #fff;
}

header, footer, nav, section {
    display: block;
}


/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}




.InnerHeader-wrapper {
  padding: 200px 0px 0px 0px!important;
}

    .InnerHeader-wrapper h2 {
        font-family: 'bebas_neueregular';
        line-height: 46px;
        letter-spacing: 3px;
        /*width: 85%;*/
        margin: 0 auto;
        /*text-transform: uppercase;*/
        font-size: 44px;
        color: #CABE9F;
    }

.feat-description {
    font-family: 'AvenirLTStd-Light'!important;
}

#pCompany span {
    font-family: 'AvenirLTStd-Light' !important;
    font-size: 16px !important;
    color:#333!important;
}

#pOurServices span, #pOurServices1 span, #pOurServices2 span, #pOurServices3 span, #pOurServices4 span {
    font-family: 'AvenirLTStd-Light' !important;
    font-size: 16px !important;
    color: #333 !important;
} 


.LoginPanel {
    float: right;
    width: 350px;
    height: 220px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 8px;
    padding: 20px;
}

.ColorLegendRed {
    background-color: red;
    border: 2px solid white;
    width: 20px;
    height: 20px;
    margin: 6px 7px!important;
}

.ColorLegendGreen {
    background-color: green;
    border: 2px solid white;
    width: 20px;
    height: 20px;
    margin: 6px 7px!important;
}

.ColorLegendBlue {
    background-color: blue;
    border: 2px solid white;
    width: 20px;
    height: 20px;
    margin: 6px 7px!important;
}

.ColorLegendYellow {
    background-color: yellow;
    border: 2px solid white;
    width: 20px;
    height: 20px;
    margin: 6px 7px!important;
}

.ComparetorPanel {
    width: 100%;
    height: 550px!important;
    padding: 20px;
    border-top: 5px solid #5f676f;
    background-color: white;
    margin: 20px 0px;
}

    .ComparetorPanel .heading {
        font-size: 22px;
        line-height: 1.1;
        color: black;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
        white-space: nowrap;
    }

    .ComparetorPanel .ComparetorMatter {
        font-size: 12px;
        line-height:2;
    }

    .ComparetorPanel .ComparetorMatter span {
        font-size: 12px;
        font-weight: bold;
        color: black;
        text-transform: uppercase;
    }

    .ComparetorPanel .img-responsive {
        text-align: center;
        max-height: 150px;
        margin: auto;
    }

/* =============
   Checkbox & Radios
============= */
.checkbox {
  padding-left: 20px;
}
.checkbox label {
  display: inline-block;
  padding-left: 5px;
  position: relative;
}
.checkbox label::before {
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  background-color: #ffffff;
  border-radius: 3px;
  border: 1px solid #cccccc;
  content: "";
  display: inline-block;
  height: 17px;
  left: 0;
  margin-left: -20px;
  position: absolute;
  transition: 0.3s ease-in-out;
  width: 17px;
  outline: none !important;
}
.checkbox label::after {
  color: #555555;
  display: inline-block;
  font-size: 11px;
  height: 16px;
  left: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  position: absolute;
  top: 0;
  width: 16px;
}
.checkbox input[type="checkbox"] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: none !important;
}
.checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:focus + label::before {
  outline-offset: -2px;
  outline: none;
  outline: thin dotted;
}
.checkbox input[type="checkbox"]:checked + label::after {
  content: "\f00c";
  font-family: 'FontAwesome';
}
.checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}
.checkbox.checkbox-single label {
  height: 17px;
}
.checkbox-custom input[type="checkbox"]:checked + label::before {
  background-color: #5fbeaa;
  border-color: #5fbeaa;
}
.checkbox-custom input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #5d9cec;
  border-color: #5d9cec;
}
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #f05050;
  border-color: #f05050;
}
.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #34d3eb;
  border-color: #34d3eb;
}
.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #ffbd4a;
  border-color: #ffbd4a;
}
.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #81c868;
  border-color: #81c868;
}
.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-purple input[type="checkbox"]:checked + label::before {
  background-color: #7266ba;
  border-color: #7266ba;
}
.checkbox-purple input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-pink input[type="checkbox"]:checked + label::before {
  background-color: #fb6d9d;
  border-color: #fb6d9d;
}
.checkbox-pink input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-inverse input[type="checkbox"]:checked + label::before {
  background-color: #4c5667;
  border-color: #4c5667;
}
.checkbox-inverse input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
/* Radios */
.radio {
  padding-left: 20px;
}
.radio label {
  display: inline-block;
  padding-left: 5px;
  position: relative;
}
.radio label::before {
  -o-transition: border 0.5s ease-in-out;
  -webkit-transition: border 0.5s ease-in-out;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #cccccc;
  content: "";
  display: inline-block;
  height: 17px;
  left: 0;
  margin-left: -20px;
  position: absolute;
  transition: border 0.5s ease-in-out;
  width: 17px;
  outline: none !important;
}
.radio label::after {
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -webkit-transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  background-color: #555555;
  border-radius: 50%;
  content: " ";
  display: inline-block;
  height: 11px;
  left: 3px;
  margin-left: -20px;
  position: absolute;
  top: 3px;
  transform: scale(0, 0);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  width: 11px;
}
.radio input[type="radio"] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: none !important;
}
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio input[type="radio"]:focus + label::before {
  outline-offset: -2px;
  outline: 5px auto -webkit-focus-ring-color;
  outline: thin dotted;
}
.radio input[type="radio"]:checked + label::after {
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}
.radio.radio-single label {
  height: 17px;
}
.radio-custom input[type="radio"] + label::after {
  background-color: #5fbeaa;
}
.radio-custom input[type="radio"]:checked + label::before {
  border-color: #5fbeaa;
}
.radio-custom input[type="radio"]:checked + label::after {
  background-color: #5fbeaa;
}
.radio-primary input[type="radio"] + label::after {
  background-color: #5d9cec;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #5d9cec;
}
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #5d9cec;
}
.radio-danger input[type="radio"] + label::after {
  background-color: #f05050;
}
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #f05050;
}
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #f05050;
}
.radio-info input[type="radio"] + label::after {
  background-color: #34d3eb;
}
.radio-info input[type="radio"]:checked + label::before {
  border-color: #34d3eb;
}
.radio-info input[type="radio"]:checked + label::after {
  background-color: #34d3eb;
}
.radio-warning input[type="radio"] + label::after {
  background-color: #ffbd4a;
}
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #ffbd4a;
}
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #ffbd4a;
}
.radio-success input[type="radio"] + label::after {
  background-color: #81c868;
}
.radio-success input[type="radio"]:checked + label::before {
  border-color: #81c868;
}
.radio-success input[type="radio"]:checked + label::after {
  background-color: #81c868;
}
.radio-purple input[type="radio"] + label::after {
  background-color: #7266ba;
}
.radio-purple input[type="radio"]:checked + label::before {
  border-color: #7266ba;
}
.radio-purple input[type="radio"]:checked + label::after {
  background-color: #7266ba;
}
.radio-pink input[type="radio"] + label::after {
  background-color: #fb6d9d;
}
.radio-pink input[type="radio"]:checked + label::before {
  border-color: #fb6d9d;
}
.radio-pink input[type="radio"]:checked + label::after {
  background-color: #fb6d9d;
}

.modernization_heading {
        font-size: 18px;
        line-height: 1.1;
        color: black;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
        white-space: nowrap;
    padding-top: 10px;
    padding-bottom: 10px;
    }

.required-field {
    font-size: 12px;
    color: red;
}



.img-portfolio {
                border: 1px solid #d3d3d3;
                margin-bottom: 30px;
            }

            .img-portfolio:hover {
                /*background-color: #333;*/
                opacity: 0.6;
                cursor: pointer;
            }

    .img-portfolio .img-title {
        padding: 2px 10px 0px 10px;
        color: #999999;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
        white-space: nowrap;
    }

        .img-portfolio .img-title:last-child {
            padding-bottom:10px;
            text-decoration: underline;
            color: #333 !important;
        }

    .img-portfolio .img-title-model {
        font-size: 18px;
        font-weight: bold;
        padding: 10px;
        color: #AA9868;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
        white-space: nowrap;
    }

.img-title-model a {
    font-size: 18px;
    font-weight: bold;
    color: #AA9868;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    padding: 10px;
    white-space: nowrap;
}

.img-title {
    padding: 2px 10px 0px 10px;
    color: #999999;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
}

.carousel-item .img-title-big {
                
                font-size: 16px;
                padding: 10px;
                color: white;
                font-size: 16px;
            }

.mbr-gallery .modal-body img {
    max-width: none!important;
    max-height: 600px!important;
}


/* Checkbox */

.material-switch > input[type="checkbox"] {
        display: none;
    }

    .material-switch > label {
        cursor: pointer;
        height: 0px;
        position: relative;
        width: 40px;
    }

        .material-switch > label::before {
            background: rgb(0, 0, 0);
            box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
            border-radius: 8px;
            content: '';
            height: 16px;
            margin-top: -8px;
            position: absolute;
            opacity: 0.3;
            transition: all 0.4s ease-in-out;
            width: 40px;
        }

        .material-switch > label::after {
            background: rgb(255, 255, 255);
            border-radius: 16px;
            box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
            content: '';
            height: 20px;
            left: -4px;
            margin-top: -8px;
            position: absolute;
            top: -2px;
            transition: all 0.3s ease-in-out;
            width: 20px;
        }

    .material-switch > input[type="checkbox"]:checked + label::before {
        background: inherit;
        opacity: 0.5;
    }

    .material-switch > input[type="checkbox"]:checked + label::after {
        background: inherit;
        left: 20px;
    }


.TextBlue {
    color: #003460;
    font-weight: 600;
}

    .form-control-textarea {
        text-indent: 0!important;
        padding: 6px 10px!important;
        min-height: 80px !important;
    }

    .checkbox {
        margin-top: 0px;
        padding-left: 24px;
        line-height: 1.5;
    }

     .EditLink {
         text-align: right;
         cursor: pointer;
         width: 100%;
         float: right;
     }


    
    .ProfilePic img {
        max-height: 250px;
        max-width: 250px;
    }
        .CompanyBox-panel {
        background-color: transparent; 
    } 

    .CompanyBox-panel:hover {
        /*background-color: red;
        position: relative;
        z-index: 9999;*/
    } 

    .CompanyIconSmallPanel {
        background-color: transparent;
        width: 152px;
        position: relative;
        /*bottom: 0px;*/
    }

    .CompanyIconSmallPanel .CompanyIconSmall a:hover {
        background-color: transparent;
    }

    .CompanyIconSmall a {
        position: absolute;
        text-align: center;
        /*padding-top: 30px;*/
        background-position: center center;
        visibility: hidden;
        left: 0px;
        bottom: 0px;
        /*top: 115px;*/
        font-size: 26px;
          
    }

        .CompanyIconSmall a:hover i {
            padding-top: 25px
        }

    .CompanyIconSmall a:hover {
        color: #fff;
        visibility: visible;
    }

    .CompanyBox-panel:hover .CompanyIconSmallPanel .CompanyIconSmall a {
        visibility: visible;
        color: #fff;
        cursor: pointer;
        background-color: #333;
        opacity: 0.7;
        width: 100%;
        height: 100%;
    }


