@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff2') format('woff2'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'montserratbold';
    src: url('../fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


html{ height: 100%;}
body{
    margin:0; font-family:'open_sansregular'; font-size: 15px; line-height: 25px; text-align: justify; color: #777777; min-height: 100%; position: relative;
}
header, section, footer, article, aside{ display:block;}
a{ color: inherit; text-decoration: none;
    transition:0.5s;
    -o-transition:0.5s;
    -webkit-transition:0.5s;
    -ms-transition:0.5s;
    -moz-transition:0.5s;
}
a.simpleLink{ color: #936c14;  font-weight: bold;}

h1, h2, h3, h4, h5{ font-weight: normal; font-family: 'montserratregular';}



.wrapper{ width: 100%; height: 100%; margin: auto; overflow: hidden;}
.container{ width: 95%; max-width: 1200px; margin: auto;}


header{
    width: 100%; height: 145px; z-index: 9999;
    background: rgba(0,0,0,0.2); 
    position: absolute; top: 0; left: 0; right: 0;
}
.top_header{
  width: 100%;
  border-bottom: solid 1px rgba(255,255,255,0.2);
}
header .logo, .logo_mobile{
    display: table; vertical-align: middle; float: left;
    height: 100px; line-height: 100px;
}
header .logo a, .logo_mobile a{
    display: table-cell; vertical-align: middle; line-height: 1;
}
header .logo a img, .logo_mobile a img{ display: block; border: none; max-width: 100%;}
.logo_mobile{ display: none; }
.right_header{ float: right; text-align: right; margin: 10px; }
.top_header .social{ }
.top_header .social ul{ list-style-type: none; margin: 0; padding: 0; }
.top_header .social ul li{ display: inline-block; }
.top_header .social a{
  display: inline-block; width: 30px; height: 30px;
  line-height: 30px; text-align: center; color: #FFF;
}

header .top_header .header_contact{
    float: right; color: #FFF;
}
header .top_header .header_contact ul{
    list-style-type: none; margin: 0; padding: 0;
}
header .top_header .header_contact ul li{ display: inline-block; height: 40px; line-height: 40px;}
header .top_header .header_contact ul li+li{ margin-left: 12px;}
header .top_header .header_contact .icon{
    display: inline-block; width: 28px; height: 28px; line-height: 28px;
    text-align: center; margin-right: 2px;
}

header nav{
    font-family: 'montserratbold'; font-size: 15px; text-transform: uppercase; text-align: center;
    float: right;
}
header nav ul{ list-style-type: none; margin: 0; padding: 0;}
header nav ul li{
    display: inline-block; position: relative;
    height: 40px; line-height: 40px;  vertical-align: middle;
}
header nav ul li+li{ margin-left: 5px;}
header nav ul li a{
    display: block; position: relative; vertical-align: middle;
    color: #FFF; padding: 0 4px; height: 40px; line-height: 40px;
}
header nav ul li a .menu-image-title{ display: inline-block; line-height: 18px; vertical-align: middle;}
header nav ul li a:hover, header nav ul li a.activ{ color: #cf9834; text-decoration: none;}


header nav ul li a.activ:after, header nav ul li a:hover:after{
    opacity: 1;
}

header nav ul.subMenu{
    position: absolute; left: 0; top: 40px; margin: 0;
    width: 200px; z-index: 1000; color: #000;
    display: none; border-bottom: solid 3px rgba(63,77,63,1);
}
header nav ul.subMenu li{
    display: block; float: none; margin: 0; background: rgba(255,255,255,0.7);
    height: auto; line-height: normal;
}
header nav ul.subMenu li+li{ border-top: solid 1px #cf9834;}
header nav ul.subMenu li a{
    display: block; height: auto; padding: 10px; border-bottom: none;
    text-align: left; background: none; color: #936c14; 
    text-transform: none; line-height: normal;
}
header nav ul.subMenu li a:hover{ background: #cf9834; color: #FFF;}
header nav ul li:hover > ul.subMenu{display: block;}

header .showMenu{ display: none;}
header nav.phoneNav{ display: none;}


.slider{ width: 100%; height: 750px; margin: auto; position: relative;}
.slider .banner{ position: absolute; width: 100%; height: 100%; top: 0; left: 0; overflow: hidden;}
.slider .banner .item{
    width: 100%; height: 100%; position: absolute; top: 0; left: 0;
    background: url(../img/chambre-internationale-management-equitable.jpg) top center no-repeat; background-size: cover;
}
.slider .banner .item img{ display: block; width: 100%; height: 100%; object-fit:cover}
.slider .layers{
  display: table; width: 100%; height: 100%;
}
.slider .layers:before{
  content: ""; width: 100%; height: 100%;
  position: absolute; top: 0; left: 0; background: rgba(0,0,0,0.5);
}
.slider .layers .content{
  display: table-cell; width: 100%; height: 100%; position: relative;
  vertical-align: middle; color: #FFF; text-align: center;
}
.slider .layers h1{
  font-size: 32px; line-height: 30px;
  font-family: 'montserratbold' !important;
  text-transform: uppercase; margin: 0 0 30px 0;
}
.slider .layers p{
  font-size: 23px; line-height: 30px;  width: auto; text-align: left; margin: 0 0 10px 0;
  text-align: center;
}
.slider .layers p strong{ font-size: 28px; font-weight: normal; font-family: 'montserratbold'; color: #cf9834; }
.slider .layers p+p{ margin-top: 40px; }
.uppercase{ text-transform: uppercase; }
.bande_slider{
    background: #936c14; color: #FFF; padding: 20px 0; text-align: center;
}
.bande_slider h2{ font-size: 28px; line-height: 34px; text-align: center; margin: 0;}
.bande_slider p{ font-size: 21px; line-height: 30px; font-family: 'montserratbold'; }
.bande_slider .simpleList{ text-align: left; }
.bande_slider .simpleList li:before{color: #cf9834;}


.page_title{
  background: #936c14;
  padding: 30px 0; position: relative; height: auto;
}
.page_title .back_img{
  width: 100%; height: 100%; overflow: hidden;
  position: absolute; top: 0; left: 0;
}
.page_title .back_img img{
  display: block; width: 100%; height: 100%;
  object-fit: cover;
}
.page_title .back_img:after{
  display: block; width: 100%; height: 100%;
  content: ""; background: rgba(0,0,0,0.5);
  position: absolute; top: 0; left: 0:;
}
.page_title .container{ position: relative; padding-top: 150px;}
.page_title .breadcrumb{
  width: 100%; font-family: 'montserratregular';
  list-style-type: none; margin: 0; padding: 0 0 20px 0;
  font-size: 12px; color: #FFF; border:none;
}
.page_title .breadcrumb li{
  display: inline-block; text-shadow:none;
}
.page_title .breadcrumb li+li:before{
    padding: 0 8px;
    color: #cf9834; font-size: 12px;
    content: ""; font-family: 'FontAwesome';
}
.page_title .breadcrumb a{ color: #FFF}
.page_title h1{
  font-size: 30px; line-height: 35px; margin: 0;
  font-family: 'montserratbold'; text-align: left;
  color: #FFF;
}
.page_title h1:after{
    content: ''; display: block; margin-top: 10px;
    width: 90px; height: 2px;
    background: #d5a544;
}
.page_title p{
  font-size: 16px;  width: auto; text-align: left; margin: 0 0 10px 0;
  text-align: center;
}
.page_title p strong{ font-size: 19px; font-weight: normal; font-family: 'montserratbold'; color: #cf9834; }
.page_title .bande_slider{ background: none;}





article p{ margin: 0 0 10px 0;}
article p+p{ margin-top: 10px;}
article+article{ margin-top: 35px;}
article a:hover{ color: #936c14;}
p a{ color: #48b3dd;}

.header{ margin-bottom: 50px; }
.header h1, .header h2{
    font-size: 30px; line-height: 40px; text-align: center; color: #936c14;
    margin: 30px 0 10px 0; text-transform: uppercase;
}
.header h1:after, .header h2:after{
    content: ''; display: block; margin: auto; margin-top: 5px;
    width: 90px; height: 2px;
    background: #cf9834;
}
.header p{ text-align: center; font-size: 20px; text-transform: uppercase; color: #000;}

article h2{ 
    font-size: 21px; line-height: 25px; font-family: 'montserratbold' !important;
    color: #000; margin: 30px 0 20px 0; padding: 0; overflow: hidden;
    text-transform: uppercase;
}
article h2:after{
    content: ''; display: block; margin-top: 10px;
    width: 90px; height: 2px;
    background: #cf9834;
}

article h3{ 
    font-size: 17px; line-height: 20px; text-transform: uppercase;
    color: #936c14; margin: 30px 0 5px 0; padding: 0;
}

section.divided{ background: #EFEFEF; padding: 20px 0 0 0;}
section.divided .container{ padding-bottom: 30px;}
.divided .box{
  margin: 0 20px 20px 20px; box-shadow: 0 0 5px #CCC;
  background: #FFF; padding: 40px 30px;
}
.greyBox{
  margin: 20px; padding: 30px;
  background: #EFEFEF;
}

/*charte*/
.charte{ max-width: 800px; margin: auto; }
.charte h3{font-family: 'montserratbold';}
.charteItem{ clear: both; margin: 10px 0; }
.charteItem:after{ display: block; content: ""; clear: both; }
.charteItem:last-child{ margin-bottom: 60px; }
.charteNum{
  width: 40px; height: 60px; line-height: 60px; float: left;
  text-align: center; font-size: 40px; margin-top: 10px;
  color: #cf9834; font-family: 'montserratbold'
}
.charteText{ float: left; font-size: 17px; }
/*end of charte*/

.parallax{
  width: 100%; height: auto; position: relative;
  background: url(../img/parallax.jpg) no-repeat fixed center;
  -webkit-background-size: cover; -moz-background-size: cover; -ms-background-size: cover; -o-background-size: cover; background-size: cover;
  margin: 30px 0; padding: 80px 0;
}
.parallax .parallax_content{position: relative; text-align: center;}
.parallax h2{ color: #FFF; font-size: 38px; line-height: 40px; font-family: 'montserratbold'; text-transform: uppercase;}
.parallax p{ color: #FFF; font-size: 17px; line-height: 25px; }
.parallax .overlay{ width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: rgba(0,0,0,0.5);}

/*blocks*/
.blocks{ margin: 50px 0;}
.blocks .block{ margin: 10px;}
.blocks .block .text{ padding: 10px; text-align: justify;}
.blocks .block h2{
  margin: 0 0 5px 0; font-size: 17px;
  text-transform: uppercase; font-family: 'montserratbold'; color: #936c14; text-align: center;}
.blocks .iconBlock{ padding: 20px; background: #FFF;}
.shadowBlock{box-shadow: 0 0 5px #CCC;}
.blocks .one_third:nth-child(3n+4){ clear: both;}
/*end of blocks*/

/*clients*/
.clientsList{ list-style-type: none; margin: 0; padding: 0;}
.clientsList li{ width: 25%; float: left; padding: 25px; box-sizing:border-box;}
.clientsList li .border{
    border: 1px solid #ddd; padding: 10px;
}
.clientsList li .imgBlock{
    width: 100%; height: auto; display: block; position: relative; overflow: hidden;
}
.clientsList li .imgBlock img{ display: block;}
.clientsList .placeholder{ display: block; width: 100%; visibility: hidden;}
.clientsList .imgBlock .gris{ display: block; width: 100%; border: none; position: absolute; left: 0; top: 0;
    transition:0.5s;
    -webkit-transition:0.5s;
    -moz-transition:0.5s;
    -o-transition:0.5s;
    -ms-transition:0.5s;
}
.clientsList .imgBlock:hover .gris{ top: -100%;}
.clientsList .imgBlock .img{ display: block; width: 100%; border:none; position: absolute; top: 100%; left: 0;
    transition:0.5s;
    -webkit-transition:0.5s;
    -moz-transition:0.5s;
    -o-transition:0.5s;
    -ms-transition:0.5s;
}
.clientsList .imgBlock:hover .img{ top: 0;}
/*end of clients*/

/*liste_actualites*/
.liste_actualites a{
  display: block; margin-bottom: 30px;
}
.liste_actualites a+a{ margin-top: 30px; }
.liste_actualites a .img{ width: 100%; height: 250px; overflow: hidden; }
.liste_actualites .img img{
  border: none; width: 100%;
  object-fit: cover; display: block;
}
.liste_actualites a h2, .aside_liste_actualites a h3{ text-align: left; text-transform: none; margin: 10px 0 0; }
.aside_liste_actualites a .img{ height: auto; overflow: inherit; }
.actualites_photos a{ display: block; margin: 15px;}
.actualites_photos a img{ display: block; border: none; width: 100%; }
.video_block iframe{ width: 100%; height: 500px; }
/*end of liste_actualites*/

/*Calendar*/
.calendarBlock h3{ color: #000; text-align: center; text-transform: uppercase;}
.calendar{ position:relative;}
.calendar .nav{
  text-align: center; color: #936c14; height: 37px; line-height: 37px;
  border: solid 1px #cf9834; border-left: none; border-right: none;
  font-size: 17px; text-transform: uppercase; font-family: 'montserratregular';
}
.calendar .nav a{ display: block; width: 30px; height: 37px; line-height: 37px; position:absolute; top:0; font-size: 20px;}
.calendar .nav a.next{ right:10px;}
.calendar .nav a.previous{ left:10px;}
.calendar .month{ }
.calendar table{ width: 100%; font-size: 17px; }
.calendar th{ text-align:center; color:#000; font-size: 12px; font-weight: normal;}
.calendar td{ text-align:center; padding:4px; background:rgba(147,108,20,0.1); color:#936c14;}
.calendar td.activ{ background:#936c14; color: #FFF;}
.calendar td a:hover{ color: #FFF; }
/*End of Calendar*/

/*lacimetv*/
.liste_videos .img img{
  display: block; width: 100%;
}
.liste_videos h2{ font-size: 13px; margin: 10px 0 0; line-height: 16px; text-align: left; }
.liste_videos h2:after{ margin: 0; }
.liste_videos h4{ font-size: 12px; margin: 5px 0 0; }
/*end of lacimetv*/



/*formulaire*/
.bande_slider .form_content h2{ color: #0075b0 }
.form_content .form_block{
  padding: 30px; background: #FFF;
}
.form_content .input{ padding: 5px; box-sizing: border-box;}
.form_content .input label{
  display: block; margin-bottom: 5px;
  color: #000;
}
.form_content .input input, .form_content .input select{
  width: 100%; padding: 5px 10px;
  border: solid 1px #936c14;
  box-sizing: border-box; line-height: inherit;
}
.form_content p{ font-size: 12px;}
.form_content .submit{
  text-align: center;
}
.form_content .submit button{
  padding: 10px 25px; background: #936c14; color: #FFF;
  font-family: 'montserratbold'; border: none;
}
.form_content .submit button i{ display: inline-block; margin-left: 18px; color: #FFF;}

.form_content .form_block h4{ font-family: 'montserratbold'; margin: 20px 0 5px 0; color: #936c14;}

.form_content .form_block .hidden{ display: none;}
/*end of formulaire*/


/*Accordeon*/
ul.accordeon{ list-style-type:none; margin: auto; margin-top:20px; padding:0;}
ul.accordeon .accordeonLi{ margin:0; padding: 0; }
ul.accordeon .accordeonLi+.accordeonLi{ margin-top: 4px;}
ul.accordeon .accordeonLi a.accordeonLink{ display: block; height: 30px; line-height: 30px;  color:#000; background: #FFF; padding: 0 10px; border: solid #DDD 1px; letter-spacing: -0.5px;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
}
ul.accordeon .accordeonLi a.accordeonLink h3{ margin: 0; padding: 0; font-size:17px; line-height: 30px; text-transform: uppercase;}
ul.accordeon .accordeonLi a.accordeonLink h3.bold{ font-family: 'montserratbold'; }
ul.accordeon .accordeonLi a.accordeonLink i{ display: block; height: 30px; line-height: 30px; float: right; font-size: 20px; color: #936c14;}
ul.accordeon .accordeonLi a.accordeonLink:hover, ul.accordeon .accordeonLi a.current{ color: #FFF; background: #936c14}
ul.accordeon .accordeonLi a.accordeonLink:hover i, ul.accordeon .accordeonLi a.current i, ul.accordeon .accordeonLi a.accordeonLink:hover h3, ul.accordeon .accordeonLi a.accordeonLink.current h3{ color: #FFF;}
ul.accordeon .accordeonItem{ display:none; padding: 10px; margin: 1px 0 5px 0; background: #FFF;}
/*End of Accordeon*/

/*simpleList*/
.simpleList{ list-style-type: none;}
.simpleList li{ position: relative; padding: 5px 0; box-sizing:border-box;}
.simpleList li:before{content: ''; font-family: 'FontAwesome'; font-size: 11px; color: #936c14; position: absolute; left: -17px;}
/*end of simpleList*/

.simpleTable{ margin-top: 20px; width: 100%;}
.simpleTable th{ border: none; background: #246493; font-size: 15px; color: #000000; font-weight: normal; padding: 5px 10px; text-align: center; color: #FFF; font-size: 12px; font-weight: bold;}
.simpleTable th span{ display: block; font-weight: normal; font-size: 10px;}
.simpleTable tr:nth-child(2n+2){background: rgba(0,0,0,0.1);}
.simpleTable td{ padding: 5px 10px;}

/*contact*/
.contact .map{ width: 100%; height: 400px; margin-bottom: 30px;}
.contact .map #map{ width: 100%; height: 400px;}
.contact h2{ text-transform: uppercase;  font-size: 17px; margin: 20px 0 10px 0; color: #000;}
.contact h3{ color: #cf9834; margin: 0 0 20px 0;}
.contact h4{ color: #936c14; margin: 0 0 5px 0;}
.contact p{ margin: 0 0 30px 0; padding: 0;}

.form_content .input{
  padding: 10px; background: #FFF; border: solid 1px #EEE;
}
.form_content .input+.input{ margin-top: 10px; }
.form_content .input .icon{
  width: 40px; height: 30px; line-height: 30px;
  text-align: center; color: #c1c1c1; font-size: 17px;
  float: left; border-right: solid 1px #c1c1c1;
}
.form_content .input span{ display: block; overflow: hidden; }
.form_content .input input, .form_content .input textarea{
  border:none; height: 30px; padding:0 15px; box-sizing: border-box;
  display: block; width: 100%;
}
.form_content .input textarea{ margin: 0; padding-top: 8px; height: 100px; }
.contact .buttons{ }
.contact .buttons a.formLink{ display: inline-block; color: #f05342; padding: 0 10px;}
.form_footer input[type="submit"]{
  display: inline-block;
  background:#f0f0f1; border:none; margin:10px 0; padding:10px 45px; color: #5b5d5f;
  text-transform: uppercase; font-size: 15px;
}
.form_footer .submit{ float: left; }
.form_footer .captcha{ float: right; margin-top: 10px; }
.form_footer input[type="submit"]:hover{ background: #cf9834; color: #FFF; }
/*End of contact*/

.button a{
  display: block; margin: 20px; padding: 20px 40px;
  background: #936c14; border:solid 2px #FFF;
  font-family: 'montserratregular'; text-transform: uppercase;
}
.button a:hover{ background: #FFF; border:solid 2px #cf9834; color: #936c14;  }

.border_block{ margin: 30px 0; padding: 0 30px;}

.borderSep{ width: 100%; margin: 30px 0; border-bottom: solid 1px #CACACA;}


.msg_ok{ font-weight:bold; color:#72a132; margin-bottom: 10px;}
.msg_ok i{ font-size: 25px;}
.msg_ko{ font-weight:bold; color:red; margin-bottom: 10px;}
.msg_ko i{ font-size: 25px;}

.requiredField{ background:#dd7171; color:#7d0000;}
.requiredFieldTxt{ color:#cf0000; font-size: 11px; font-weight: bold; display: none;}

.imgFull{ display: block; margin: auto; max-width: 100%; margin-bottom: 10px;}
.imgCenter{ display: block; margin: 10px auto; max-width: 100%;}
.imgLeft{ display: block; float: left; margin: 0 20px 20px 0;}
.borderImg{ padding: 5px; background: #FFF; border: solid 1px #d3d3d3;}

.row-fluid{ margin-bottom: 40px;}
.one_half{ width: 50%; float: left; box-sizing: border-box;}
.one_third{ width: 33.33%; float: left; box-sizing: border-box;}
.two_third{ width: 66.66%; float: left; box-sizing: border-box;}
.one_fourth{ width: 25%; float: left; box-sizing: border-box;}
.three_fourth{ width: 75%; float: left; box-sizing: border-box;}



.padding5{ padding: 5px;}
.padding10{ padding: 10px;}
.padding20{ padding: 20px;}
.paddingLeft{ padding-left: 20px;}
.paddingRight{ padding-right: 20px;}
.clear{ clear: both;}
.clearRight{ clear: right;}
.pl-20{ padding-left: 20px; }
.pl-40{ padding-left: 40px; }
.pl-60{ padding-left: 60px; }


footer{ width: 100%; position: relative;
  background: #000; color: #FFF;
  text-align: left; padding: 40px 0;
}
footer h2{
    font-size: 17px;
    color: #cf9834; text-transform: uppercase;
}
footer h3{
    font-size: 15px; margin: 0;
    text-transform: uppercase;
}
footer .text{ font-size: 14px;}
footer .logo{ display: block; margin-bottom: 20px;}
footer .logo img{
    display: block; margin: auto; border: none;
    max-width: 100%;
}
footer .copyright{ text-align: center; font-size: 12px;}


footer .social{
     margin-top: 15px; color: #FFF; font-size: 18px;
}
footer .social a{
    display: inline-block; margin: 0 2px;
    width: 35px; height: 35px; line-height: 35px;
    background: #cf9834; text-align: center; 
}
footer .social a:hover{ color: #FFF;}

footer .contacts{ text-align: left;}
footer .contacts span{
    display: inline-block; color: #cf9834;
    font-family: 'montserratbold';
}
footer .contacts p{ margin-top: 8px; font-size: 15px;}
footer .contacts a{ display: inline-block; color: inherit;}
footer .contacts a:hover{ color: #cf9834; }

footer ul.social{
    list-style-type: none; margin: 0; padding: 0;
    margin-top: 20px; text-align: center;
}
footer ul.social li{ display: inline-block;}
footer ul.social li+li{ margin-left: 5px;}
footer ul.social a{
    display: block; width: 32px; height: 32px; line-height: 32px;
    background: #FFF; color: #000;
    text-align: center; font-size: 18px;
    -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; border-radius: 100%;
}



.social a.facebook:hover{ background: #3b5998; color: #FFF;}
.social a.twitter:hover{ background: #55acee; color: #FFF;}
.social a.google-plus:hover{ background: #dd4b39; color: #FFF;}
.social a.linkedin:hover{ background: #007bb5; color: #FFF;}
.social a.youtube:hover{ background: #bb0000; color: #FFF;}
.social a.viadeo:hover{ background: #f6876d; color: #FFF;}
.social a.instagram:hover{ background: #bc2a8d; color: #FFF;}
.social a.pinterest:hover{ background: #bd081c; color: #FFF;}


/*animations*/
.animation-element{
    opacity: 0; position: relative;
    transition:1s;
    -o-transition:1s;
    -webkit-transition:1s;
    -ms-transition:1s;
    -moz-transition:1s;
}
.animation-element.in-view{ opacity: 1;}

.animation-element.slide-left {
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px);
}

.animation-element.slide-right {
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(100px, 0px, 0px);
  -webkit-transform: translate3d(100px, 0px, 0px);
  -o-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate3d(100px, 0px, 0px);
}

.animation-element.slide-bottom {
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(0, 100px, 0px);
  -webkit-transform: translate3d(0, 100px, 0px);
  -o-transform: translate(0, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 100px, 0px);
}

.animation-element.slide-left.in-view, .animation-element.slide-right.in-view, .animation-element.slide-bottom.in-view{
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
/*end of animations*/
