@import 'https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css';
@import 'https://fonts.googleapis.com/css?family=Roboto:700,400';
@import 'http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css'; 
/*
*  Basic Rese
*/

.trash{

}

/*@media (min-width: 764px){
  .margin-mobile{
    margin: 50px !important;
  }
}*/

@media(max-width: 764px){
  .widther{
    width: 100% !important;
  }
}

.widther{
  width: 75%;
}

.downloadpdf{
  max-width: 300px;
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #cef;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #cef transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



@media (max-width: 764px){
  .page-title{
    padding-top: 60px;
    margin: 10px;
  }
}
.folder-name p{
  /* padding: 20px; */
}

.carder{
  padding: 15px;
}

.card-styler{
/*  margin-top: 50px;*/
  width: auto !important;
  background-color: white !important;
  border-radius: 5px !important;
  box-shadow: 0px 0px 8px #000000b3;
}
.instructor-prof{
  max-width: 100px;
  margin: auto;
  display: block;
}

.bord-style{
        border-bottom: 3px solid #eee;
}
.form-structor {
  background-color: #222;
  border-radius: 15px;
  height: 550px;
  width: 350px;
  position: relative;
  overflow: hidden;
  
  &::after {
    content: '';
    opacity: .8;
    position: absolute;
    top: 0;right:0;bottom:0;left:0;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 500px;
    background-image: url('https://images.unsplash.com/photo-1503602642458-232111445657?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=bf884ad570b50659c5fa2dc2cfb20ecf&auto=format&fit=crop&w=1000&q=100');
  }
  
  .signup {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    width: 65%;
    z-index: 5;
    -webkit-transition: all .3s ease;
    
    
    &.slide-up {
      top: 5%;
      -webkit-transform: translate(-50%, 0%);
      -webkit-transition: all .3s ease;
    }
    
    &.slide-up .form-holder,
    &.slide-up .submit-btn {
      opacity: 0;
      visibility: hidden;
    }
    
    &.slide-up .form-title {
      font-size: 1em;
      cursor: pointer;
    }
    
    &.slide-up .form-title span {
      margin-right: 5px;
      opacity: 1;
      visibility: visible;
      -webkit-transition: all .3s ease;
    }
    
    .form-title {
      color: #fff;
      font-size: 1.7em;
      text-align: center;
      
      span {
        color: rgba(0,0,0,0.4);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .3s ease;
      }
    }
    
    .form-holder {
      border-radius: 15px;
      background-color: #fff;
      overflow: hidden;
      margin-top: 50px;
      opacity: 1;
      visibility: visible;
      -webkit-transition: all .3s ease;
      
      .input {
        border: 0;
        outline: none;
        box-shadow: none;
        display: block;
        height: 30px;
        line-height: 30px;
        padding: 8px 15px;
        border-bottom: 1px solid #eee;
        width: 100%;
        font-size: 12px;
        
        &:last-child {
          border-bottom: 0;
        }
        &::-webkit-input-placeholder {
          color: rgba(0,0,0,0.4);
        }
      }
    }
    
    .submit-btn {
      background-color: rgba(0,0,0,0.4);
      color: rgba(256,256,256,0.7);
      border:0;
      border-radius: 15px;
      display: block;
      margin: 15px auto; 
      padding: 15px 45px;
      width: 100%;
      font-size: 13px;
      font-weight: bold;
      cursor: pointer;
      opacity: 1;
      visibility: visible;
      -webkit-transition: all .3s ease;
      
      &:hover {
        transition: all .3s ease;
        background-color: rgba(0,0,0,0.8);
      }
    }
  }
  
  .login {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 5;
    -webkit-transition: all .3s ease;
    
    &::before {
      content: '';
      position: absolute;
      left: 50%;
      top: -20px;
      -webkit-transform: translate(-50%, 0);
      background-color: #fff;
      width: 200%;
      height: 250px;
      border-radius: 50%;
      z-index: 4;
      -webkit-transition: all .3s ease;
    }
    
    .center {
      position: absolute;
      top: calc(50% - 10%);
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      width: 65%;
      z-index: 5;
      -webkit-transition: all .3s ease;
      
      .form-title {
        color: #000;
        font-size: 1.7em;
        text-align: center;

        span {
          color: rgba(0,0,0,0.4);
          opacity: 0;
          visibility: hidden;
          -webkit-transition: all .3s ease;
        }
      }

      .form-holder {
        border-radius: 15px;
        background-color: #fff;
        border: 1px solid #eee;
        overflow: hidden;
        margin-top: 50px;
        opacity: 1;
        visibility: visible;
        -webkit-transition: all .3s ease;

        .input {
          border: 0;
          outline: none;
          box-shadow: none;
          display: block;
          height: 30px;
          line-height: 30px;
          padding: 8px 15px;
          border-bottom: 1px solid #eee;
          width: 100%;
          font-size: 12px;

          &:last-child {
            border-bottom: 0;
          }
          &::-webkit-input-placeholder {
            color: rgba(0,0,0,0.4);
          }
        }
      }

      .submit-btn {
        background-color: #6B92A4;
        color: rgba(256,256,256,0.7);
        border:0;
        border-radius: 15px;
        display: block;
        margin: 15px auto; 
        padding: 15px 45px;
        width: 100%;
        font-size: 13px;
        font-weight: bold;
        cursor: pointer;
        opacity: 1;
        visibility: visible;
        -webkit-transition: all .3s ease;

        &:hover {
          transition: all .3s ease;
          background-color: rgba(0,0,0,0.8);
        }
      }
    }
    
    &.slide-up {
      top: 90%;
      -webkit-transition: all .3s ease;
    }
    
    &.slide-up .center {
      top: 10%;
      -webkit-transform: translate(-50%, 0%);
      -webkit-transition: all .3s ease;
    }
    
    &.slide-up .form-holder,
    &.slide-up .submit-btn {
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all .3s ease;
    }
    
    &.slide-up .form-title {
      font-size: 1em;
      margin: 0;
      padding: 0;
      cursor: pointer;
      -webkit-transition: all .3s ease;
    }
    
    &.slide-up .form-title span {
      margin-right: 5px;
      opacity: 1;
      visibility: visible;
      -webkit-transition: all .3s ease;
    }
  }
}

.navbar {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.loader {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #3498db;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  text-align: center;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.categorie-title{
  position: absolute;
  top: 75%;
  left:50%;
  font-size: 32px;
  color: white;
  font-weight: 600;
}

.foot-address{
  font-size: 14px !important
  ;
}
.product-bg{
    background-color: #F7F7F7;
    /* height: 55%; */
    border-radius: 0px 30px 0px 0px;
}

.product-bg2{
    background-color: #F7F7F7;
    padding-bottom: 40px;

}

.product-height{
  max-height: 350px;
}
.foot-head{
    color: #1E0A3C;
    font-weight: 600;
    padding-bottom: 5px;
    line-height: 30px;
}
.foot-location{
    color: #1E0A3C;
    font-weight: 600;
    padding-bottom: 5px;
    line-height: 30px;
}
.btn-participate{
  margin-top: 50px;
}
/* .btn-success{
  margin-top: 20px;
  width: 250px;
  font-size: 20px;
} */
.locateIcon {
  font-size: 36px !important;
}
.pricer{
  margin-top: 50px;
}
.head-head{
  margin-top: 20px;
  margin-bottom: 20px;
}
.head-host{
  font-size: 20px;
    font-weight: 400;
    line-height: 1.6rem;
}
.head-location{
    color: #1E0A3C;
    font-weight: 600;
    font-size: 24px;
}
.head-month{
    padding-top: 10px;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.head-num{
  padding-bottom: 10px;
    font-size: 13px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.product-title{
  padding-left: 15px;
  padding-right: 15px;

}

.image-head2{
  width: 100%;
    height: 30%;
    background-size: cover;
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 30px 30px 0px 00px;
}

.image-head1{
  width: 100%;
    height: 55%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 30px 0px 0px 00px;
}
.categorie_slide{
  background: rgba(35, 25, 16, 0.43);
  opacity: 0.7;
  margin:auto;
}
.slick-slide{
  width: 250px;
}
.categories_header{
  color: white;
  font-size: 36px;
  margin-top: 20px;
}

.more-events-class{
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.more-events{
  
  font-size: 22px;
}


 .{
  padding:0;
  margin: 0;
  list-style: none;
  text-decoration: none;
 }

@media (max-width: 764px){
  .card{
    width: 100% !important;
  }
}

 .card{
  width: 300px;
  margin-bottom: 50px;
  position: relative;
  top: 50%;
  left: 50%;
  background:#f1f1f1;
  transform: translate(-50%, -0%);
  overflow: hidden;
  box-shadow: 0px 0px 20px #000000b3;
 }
.card-header{
  height: 170px;
  overflow: hidden;
  position: relative;
}
.card-header img{
  height: 100%;
}

.card-header .cover{
  background: rgba(35, 25, 16, 0.43);
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.card-header .menu{
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  color: white;
  opacity: 0.7;
  font-size: 32px;
  cursor: pointer;
}

.card-header .menu span{
  font-size:  26px;
}

.card-header .menu ul{
  background: #333333b3;
}

.card-header .menu li{
  float: left;
  width: 20px;
  text-align: center;
}

.card-header .menu:hover > ul{
  display: block;
}
.card-header .name{
  position: absolute;
  bottom : 20px;
  left: 20px;
  color: white; 
}

.card-header .last{
  display: block;
  font-size: 26px;
}

.card-header .first{
  font-size: 32px;
  display: block;
}

.containers{
  padding: 20px;
  overflow:  hidden;
}

.right-section{
  width: 190px;
  overflow: hidden;
  float: right;
}

.right-section h3{
  color: #525252;
  text-align: left;
  margin-top: 0 !important;
  font-size: 16px;
}

.right-section p{
  text-align: left;
  font-size: 12px;
  margin: 0px;
}

.right-section .followbtn{
  width: 100%;
  margin-top: 5px;
  background-color: #9b59b6;
  border-radius: 5px;
  color: white;
  text-align: center;
  display: block;
  padding: 8px 0;

}

.right-section .followbtn:hover{
  color: #8e44ad;
}

.left-section{
  overflow: hidden;
  float: left;
  text-align: left;
}

.item{
  margin: 6px 0;
}

.num{
  display: block;
  font-size: 16px;
  color: #F6994C;
}

.word{
  font-size: 12px;
}
 

.bg-modal{
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1001;
  display: none;
 
}

@media (max-width: 764px){
  .modal:not(.bootbox) .modal-content{
    height: 80% !important;
  }
}
.modal:not(.bootbox) .modal-content{
  width: 600px; 
  height: 420px; 
  background-color: white;
  border-radius: 10px;
}
.large-header2{
     position: relative;
   width: 100%;
   overflow: hidden;
   background-size: cover;
   background-position: left center;
   z-index: 1;
   height: 25%;
  background-image: url("../img/shell-banner-new.png");
}


.thumbtext{
   text-align: center;
}

.navbar{
   margin-bottom: 0px;
}
/* Header */
.large-header {
   position: relative;
   width: 100%;
   overflow: hidden;
   background-size: cover;
   background-position: center center;
   z-index: 1;
   height: 400px;
  background-image: url("../img/shell-banner-new.png");
   /*background: linear-gradient(45deg, rgba(255,175,189,.7), rgba(100,216,243,.7), rgba(234,236,198,.7), rgba(245,146,176,.7), rgba(52,219,216,.7)) 0 0 / 1000% no-repeat, url(https://picsum.photos/g/2000/1200?image=443) 0 0 / cover no-repeat;
  -webkit-animation: gradientAnimation 40s ease infinite;
  animation: gradientAnimation 40s ease infinite;*/
}
/*@-webkit-keyframes gradientAnimation {
  0%   { background-position: 0% 30%, 0 0;}
  50%  { background-position: 100% 70%, 0 0;}
  100% { background-position: 0% 30%, 0 0;}
}
@keyframes gradientAnimation {
  0%   { background-position: 0% 30%, 0 0;}
  50%  { background-position: 100% 70%, 0 0;}
  100% { background-position: 0% 30%, 0 0;}
}*/


/*#large-header {
   background-image: url('https://www.marcoguglie.it/Codepen/AnimatedHeaderBg/demo-1/img/demo-1-bg.jpg');
}*/

.main-title {
   position: absolute;
   margin: 0;
   padding: 0;
   color: #f9f1e9;
   text-align: center;
   top: 40%;
   left: 50%;
   -webkit-transform: translate3d(-50%,-50%,0);
   transform: translate3d(-50%,-50%,0);
   font-size: 80px;
}

.sub-title{
  position: absolute;
   margin: 0;
   padding: 0;
   color: #f9f1e9;
   text-align: center;
   top: 55%;
   left: 50%;
   -webkit-transform: translate3d(-50%,-50%,0);
   transform: translate3d(-50%,-50%,0);
   font-weight: 300;
}

.demo-1 .main-title {
   text-transform: uppercase;
   font-size: 4.2em;
   letter-spacing: 0.1em;
}

.jumber{
  margin-top: 150px;
  margin-bottom: 200px;
  margin-left: 20px;
}

.main-title .thin {
   font-weight: 200;
}

.callToAction{
  font-size: 50px; font-weight: bold; color: white;
}
.callToAction .thin {
   font-weight: 200;
}

@media only screen and (max-width : 768px) {
   .demo-1 .main-title {
      font-size: 3em;
   }
}

.jumbotron-billboard .img {
    margin-bottom: 0px;
    opacity: 1;
    color: #fff;
    background:  url("../images/orange.jpg") top center no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
    position:absolute;
    top:0;
    left:0;
    z-index:1;
}
.jumbotron h2 {margin-top:0;}
.jumbotron {
  position:relative;
  padding-top:80px;
  padding-bottom:50px;
 /* color: white;*/

}
.jumbotron .container {
  position:relative;
  z-index:2;
}

@media screen and (max-width: 768px) {
  .jumbotron {
    padding-top:20px;
    padding-bottom:0px;
  }
}

.line1{
   background-color: orange ;
  border-top: 1px solid orange;
}

.space{
    /* background-color: orange; */
    width: 200px;
    margin-left: 0;
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600);

* {
   /* margin:0;
   padding:0; */
   box-sizing:border-box;
   -webkit-box-sizing:border-box;
   -moz-box-sizing:border-box;
   -webkit-font-smoothing:antialiased;
   -moz-font-smoothing:antialiased;
   -o-font-smoothing:antialiased;
   font-smoothing:antialiased;
   text-rendering:optimizeLegibility;
}


.formcontainer {
   max-width:500px;
   width:100%;
   position:relative;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact button[type="submit"] { font:400 12px/16px "Open Sans", Helvetica, Arial, sans-serif; }

#contact {
   background:#F9F9F9;
   padding:25px;
}

#contact h3 {
   color: #F96;
   display: block;
   font-size: 30px;
   font-weight: 400;
}

#contact h4 {
   margin:5px 0 15px;
   display:block;
   font-size:13px;
}

fieldset {
   border: medium none !important;
   margin: 0 0 10px;
   min-width: 100%;
   padding: 0;
   width: 100%;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea {
   width:100%;
   border:1px solid #CCC;
   background:#FFF;
   margin:0 0 5px;
   padding:10px;
}

#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact input[type="url"]:hover, #contact textarea:hover {
   -webkit-transition:border-color 0.3s ease-in-out;
   -moz-transition:border-color 0.3s ease-in-out;
   transition:border-color 0.3s ease-in-out;
   border:1px solid #AAA;
}

#contact textarea {
   height:100px;
   max-width:100%;
  resize:none;
}

#contact button[type="submit"] {
   cursor:pointer;
   width:100%;
   border:none;
   background:#0CF;
   color:#FFF;
   margin:0 0 5px;
   padding:10px;
   font-size:15px;
}

#contact button[type="submit"]:hover {
   background:#09C;
   -webkit-transition:background 0.3s ease-in-out;
   -moz-transition:background 0.3s ease-in-out;
   transition:background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }

#contact input:focus, #contact textarea:focus {
   outline:0;
   border:1px solid #999;
}
::-webkit-input-placeholder {
 color:#888;
}
:-moz-placeholder {
 color:#888;
}
::-moz-placeholder {
 color:#888;
}
:-ms-input-placeholder {
 color:#888;
}

.fa-ul .fa{
  text-align: center;
  text-decoration: none;
  border-radius: 40px;
  margin-top: 2px;
}

.iconnbtn .fa {
  padding: 20px;
  font-size: 15px;
  width: 55px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 40px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}
.fa-linkedin {
  background: #007bb5;
  color: white;
}
.fa-google {
  background: #dd4b39;
  color: white;
}


a.navbar-brand{
    max-width: 170px;
    padding: 10px;
}

.main-container{
  min-height: calc(100vh - 147px);
}

.navbar{
  min-height: 0;
}

.remove_attendee_link{
  float: right;
  color: red;
}

.datatable img{
  max-width: 200px;
}

div.dataTables_wrapper div.dataTables_info{
  text-align: left;
}