/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    width: 100%;
    height: 100%;
    color: #9B9C9E;
    background-color: #303030;
    font-family: 'Lato',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 20px 0px;
    text-transform: uppercase;
    font-family: 'Lato',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    margin: 25px 0 25px;
    font-size: 18px;
    line-height: 1.5;
    font-family: 'Lato',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
}

a {
    color: #7db9e8;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: underline;
    color: #7db9e8;
}

.logoeffect{opacity: 0.6;}
.logoeffect:hover, .logoeffect:focus, .logoeffect:focus{opacity: 1; outline: none;}

img{width:100%;}

.mainlogo{width: 222px;
  margin: 4px auto;}

.light {
    font-weight: 400;
}

.navbar-brand {
float: left;
height: 50px;
padding: 0px 15px;
font-size: 18px;
line-height: 20px;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid #717171;
    text-transform: uppercase;
    font-family: 'Lato',"Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #303030;
    font-weight: 300;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #9B9C9E;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: #7db9e8;
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: #f4f4f4;
}

.navbar-custom .nav li.active a:hover {
    color: #000;
}

@media(min-width:768px) {
    .navbar-custom {
        padding: 10px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: rgba(255,255,255,0);
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0px 0px 0px 0px;
        border-bottom: 1px solid #717171;
        background: #303030;
    }
}


.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 200px 0;
    text-align: center;
    color: #fff;
    background: url(../img/header-bg-intro.jpg) no-repeat bottom center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading {
    font-size: 40px;
}

.intro .intro-body .intro-text {
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    font-family: 'Lato', sans-serif;
}



.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 100%!important;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding-top: 100px;
}

.download-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(../img/partenaires-bg.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.download-section2 {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(../img/news-bg.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#map {
    width: 100%;
    height: 550px;
   
}


footer {
      padding: 250px 0px 50px 0px;
}

footer p {
    margin: 0;
    font-size:14px;
}

::-moz-selection {
    text-shadow: none;
    background: #dcdcdc;
}

::selection {
    text-shadow: none;
    background: #dcdcdc;
}

img::selection {
    background: #dcdcdc;
}

img::-moz-selection {
    background: #dcdcdc;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}

/* CSS CUSTOM */

.profilborder {
  width: 200px;
  background: black;
  height: 200px;
  border: 4px solid #DADADA;
  border-radius: 10px;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 20px;
}

.profilnation{
    font-family: 'Lato',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-size: 16px;
}

.borderbottom{
    width: 100%;
    height: 4px;
    background: #7db9e8; /* Old browsers */
    background: -moz-linear-gradient(left,  #7db9e8 10%, #1e5799 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(10%,#7db9e8), color-stop(100%,#1e5799)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #7db9e8 10%,#1e5799 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #7db9e8 10%,#1e5799 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #7db9e8 10%,#1e5799 100%); /* IE10+ */
    background: linear-gradient(to right,  #7db9e8 10%,#1e5799 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#1e5799',GradientType=1 ); /* IE6-9 */
}



/* SECTION */

.dlt-w-stn{
    height: auto;
    text-align: center;
    padding: 100px;
    background-color: #303030;
}

.dlt-g-stn{
    height: auto;
    text-align: center;
    padding: 100px;
    background-color: #303030;
}

.dlt-ftr-stn{
    height: auto;
    text-align: center;
    padding: 20px;
    background-color: #f4f4f4;
}

.dlt-pic-stn{
    height: auto;
    text-align: center;
    padding: 100px;
    color: #fff;
    background-color: #f4f4f4;
    background: url(../img/header-bg-1.jpg) no-repeat bottom center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}



.dlt-pic-stn-2{
    height: auto;
    text-align: center;
    padding: 100px;
    color: #fff;
    background-color: #f4f4f4;
    background: url(../img/header-bg-2.jpg) no-repeat bottom center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.dlt-pic-stn-4{
    text-align: center;
    height: auto;
    padding: 100px;
    color: #fff;
    background-color: #303030;
}

.dlt-pic-stn-5{
    height: 300px;
    text-align: center;
    padding: 100px;
    color: #fff;
    background-color: #f4f4f4;
    background: url(../img/header-bg-3.jpg) no-repeat bottom center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.dlt-pic-stn-6{
    height: auto;
    text-align: center;
    padding: 100px;
    color: #fff;
    background-color: #f4f4f4;
    background: url(../img/backgrounimg_zefal.jpg) no-repeat top center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
/* SECTION END */

/* BUTTON */

.portfolio-modal .close-modal .lr .rl {
  z-index: 1052;
  width: 1px;
  height: 75px;
  background-color: #75ACD6;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.portfolio-modal .close-modal .lr {
  z-index: 1051;
  width: 1px;
  height: 75px;
  margin-left: 35px;
  background-color: #7DB9E8;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.btn-primary {
  border: 1px solid #7db9e8;
  color: #7db9e8;
  background-color: rgba(48, 48, 48, 1);
}

.btn-default {
  border: 1px solid #7db9e8;
  color: #7db9e8;
  background-color: #303030;
}

.btn-default:hover, .btn-default:focus {
  border: 1px solid #7db9e8;
  outline: 0;
  color: #fff;
  background: #7db9e8;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0px;
}
/* BUTTON */

/*video*/

/* MEDIA QUERIES */

@media(min-width:767px) {
}

@media(max-width:1199px) {
}

@media(max-width: 479px){
.dlt-w-stn{
    height: auto;
    text-align: center;
    padding: 100px 10px;
    
}

.dlt-g-stn{
    height: auto;
    text-align: center;
    padding: 100px 10px;
  
}

.dlt-ftr-stn{
    height: auto;
    text-align: center;
    padding: 20px;
    background-color: #f4f4f4;
}
.dlt-pic-stn{
    height: auto;
    text-align: center;
    padding: 100px 10px;
    color: #fff;
    background-color: #f4f4f4;
    background: url(../img/header-bg-1.jpg) no-repeat bottom center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


.mainlogo {
  width: 170px;
  margin: 7px auto;
}

}

@media(max-width:767px) {
}

/* MEDIA QUERIES END */

