﻿/*=============================================================
    Authour URI: www.binarytheme.com
    License: Commons Attribution 3.0

    http://creativecommons.org/licenses/by/3.0/

    100% To use For Personal And Commercial Use.
    IN EXCHANGE JUST GIVE US CREDITS AND TELL YOUR FRIENDS ABOUT US
   
    ========================================================  */

/* =============================================================
   GENERAL STYLES
 ============================================================ */
@font-face {
        font-family:opensansnumericours;
        src: url(../../fonts/opensans.ttf);
}

body {
    font-family: 'opensansnumericours', sans-serif;
    background-color: black;
   font-size: large;
}
.pad-top {
    padding-top:60px;
}
.text-center {
    text-align:center;
}
i.fa {
    padding:5px;
}
section {
    padding-top:50px;
}

p {
    font-weight:300;
    line-height:30px;
}
.pad-row {
    padding-top:40px;
    padding-bottom:40px;
}
.pad-bottom {
    padding-bottom:50px;
}

/* NAVBAR STYLE */


.navbar-inverse .navbar-nav > li > a {
color: #FFF;
}

.navbar-inverse .navbar-brand {
color: #FFF;
}


/* ADDED PADDING IN NAVBAR */


.navbar {
    padding:15px;
     -webkit-transition: background .8s ease-out,padding .8s ease-out;
        -moz-transition: background .8s ease-out,padding .8s ease-out;
        transition: background .8s ease-out,padding .8s ease-out;
    margin-bottom: 0px;
}


/* CLASS FOR REMOVING PADDING IN NAVBAR*/


.navbar-pad-original {
      padding:0px;
}



/* CARUOSEL STYLE OR SLIDESHOW STYLE*/


.back-light {
    background-color:rgba(0, 0, 0, 0.50);
    padding:10px;
}
/*NOTE SECION STYLE*/
.note-sec {
     padding-bottom:50px;
    background: url(../img/4.jpg) no-repeat 50% 50%;
background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
width: 100%;
display: block;
height: auto;
   min-height:300px;
    color:#fff;
}

/*HEADINGS IMAGE STYLE*/


.head-main-img {
     padding-bottom:50px;
    background: url(../img/4.jpg) no-repeat 50% 50%;
background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
width: 100%;
display: block;
height: auto;
   min-height:300px;
    color:#fff;
}
    .head-main-img h1 {
        padding: 50px 2px 2px 10px;
        text-transform:uppercase;
    }


 /* PRICING STYLE */


 .plan {
padding: 0 0 15px 0;
margin: 30px 0px;
list-style: none;
text-align: center;
}

.plan li {
padding: 15px 0px;
font-size: 16px;
border-bottom: 1px dotted #e1e1e1;
}

.price {
    font-size:45px!important;
}

small {
    font-size:15px;
    padding-left:10px;
}

    .plan li i {
        padding-right:10px;
    }
.price-two {
    font-size:30px!important;
    padding: 15px 0px;
background-color: rgba(162, 188, 253, 1);
color: #fff;
border: none;
font-weight: 900;
}

.adjust-border-radius {
    -webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}

.adjust-border {
    border-top-left-radius: 0px;
 border-top-right-radius: 0px;
}


/*    PORTFOLIO STYLES*/

.portfolio-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.portfolio-items {
  margin-right: -20px;
}
.portfolio-items > li {
  float: left;
  padding: 0;
  margin: 0;
}

.portfolio-items.col-3 > li {
  width: 33%;
}

.portfolio-item .item-main {
  margin: 0 10px 10px 0;
  text-align: center;
  background: #fff;
  padding: 10px;
  border:1px solid #E8EAEE;
  
}
.portfolio-item img {
  width: 100%;
}
.portfolio-item .portfolio-image {
  position: relative;
}
.portfolio-item h5 {
  margin: 0;
padding: 30px 0 30px 0;
background-color: #000;
color: #fff;
font-size: 20px;
}
.portfolio-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(177, 166, 255, 1);
  text-align: center;
  vertical-align: middle;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}
.portfolio-item .overlay .preview {
  position: relative;
  top: 50%;
  display: inline-block;
  margin-top: -20px;
}
.portfolio-item:hover .overlay {
  opacity: 1;
}

/*CONTACT STYLES*/


.cnt {
width: 100%;
min-height: 350px;
border: 1px solid #e1e1e1;
}
.add {
    font-size:20px;
    font-weight:800;
    padding:30px;
}
#contact-sec {
  padding-top:0px;
}


/* FOOTER STYLE*/


#footer-sec {
    background-color:#000;
    color:#808080;
}
    #footer-sec h4 {
        text-transform:uppercase;
        color:#fff;
    }


  label {
          color: white;
          width: 400px;
          font-weight: bold;
          font-size: large;
          padding: 0px;
      }
      label div {
          padding: 8px;
      }
      #table_header td {
          line-height: 12px;
          font-size: 12px;
          color: black;
          border: 0;
          padding: 15px;
          font-weight: bold;
          font-size: large;
      }
      #table_header {
          color: white;
      }
      #create_session textarea {
          width: 398px;
          padding: 0;
      }
      #create_session input {
          width: 398px;
          padding: 0;
      }
      td {
          text-align: center;
      }
      a.button {
          padding: 15px 30px;
          color: black;
          border: 0;
      }
      a.button_mini {
          padding: 5px 10px;
          color: white;
          border: 0;
      }
      a.btn {
          text-decoration: none;
      }
/* NUMERICOUS STYLE MODIDICATION */
.numericours-center {
  top:30%;
  position:absolute;
  text-align:center;
}
.numericours-header {
  background-color: white;
  margin-bottom: 0px;
  margin-right: 0;
  line-height: 12px;
  font-size: 12px;
  border: 0;
  font-weight: bold;
  font-size: 150%;
  text-align:center;

}

.numericours-navbar-session-title {
  background-color: white;

}

.numericours-navbar-inverse-orange {
  background-color: #434343;
  
  border-color: #434343;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-top: 0px;

}
.numericours-navbar-brand {
  float: left;
  padding: 15px;
  font-size: 13px;
  line-height: 20px;
  height: 20px;
}

.numericours-glyphicon {
  position: relative;
  top: 2px;
  display: inline-block;
  /*font-family: 'opensans';*/
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
}
.numericours-head-cartouche {
  -moz-border-radius-topright: 10px;
  border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
  background-color:#909090;
  padding: 12px 20px;
  min-width:120px;
}
.numericours-foot-cartouche {
   -moz-border-radius-bottomright: 10px;
  border-bottom-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-left-radius: 10px;
  background-color:white;
  padding: 12px 20px;
  min-width:120px;
}
.numericours-item {
  list-style-type:none;
  float:left;
  text-align:center;
  min-width:120px;
  overflow:hidden;
  margin-top: 14px;
  padding: 1px;
}
.navbar-brand-orange {
  float: none;
}

.numericours-ressource-titre {
  color: #404040;
  font-size: 13px;
  font-weight: bold;
   overflow: hidden;
  height: 2.4em;
  padding-top:13px;
  padding-left: 8px;
  padding-right: 8px;
}
.numericours-ressource-description {
  color: black;
  font-size: 13px;
  overflow: hidden;
  height: 2.7em;
  /*padding: 3px;*/
}
.numericours-body {
  background:url('../img/bg.png') center fixed;
  background-size: cover;
  -webkit-background-size: cover;
}
.numericours-navbar-right {
  margin-right:0px;
}
.numericours-logo-orange {
  padding-top: 2px;
  padding-bottom: 2px;
}
.titre-logo {
  font-size:15px;
}
.numericours-congourou {
  margin-bottom: 16px;
}
.numericours-col-md-12 {
  top: 15px;
  font-size:18px;
  height: 0px;
  font-weight: bold;
}
.numericours-resource {
  background-color: white;
  height:140px;
  padding-top:10px;
}
.div-resource {
  max-width:150px;
  margin: auto;
}
.numericours-hidden-xs {
  border-left:solid 1px #606060;
  font-size:40px;
  padding: 15px;
  float: left;
  padding-top: 36px;
}
.numericours-glyphicon-span {
  top: 13px;
}
.numericours-glyphicon-span1 {
  top: 13px;
}
.numericours-a {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  top: 13px;
}
.numericours-a1 {
  padding-top: 5px !important; 
}
.numericours-div-container {
  margin: auto;
}