/*
  Theme Name: Triangle
  Theme Uri: http://designscrazed.org/
  Author: Allie
  Author Uri: http://designscrazed.org/
  Description: Creative Site Template
  Version: 1.1
  */

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

  body {
    background: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #000;
  }

  html {
    height: 100%;
  }


  a{
    /*color:#C03035;*/
    color:#009B3F;
  }

  a:hover {
    outline: none;
    text-decoration:none;
    color:#009B3F;
  }

  a:focus {
    outline:none;
    outline-offset: 0;
  }

  a {
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
  }


  ul {
    list-style: square;
  }
  
  li {list-style:none} 
  li::before {
  font-family:FontAwesome;
  content: '\f046';
  margin: 0 .5em 0 0em;
  color: #41bac3;
  }

  h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
  }

  h1{
    color: #41bac3;
	font-size: 2.6em;
  }


  h1 sup{
    /*color: #686868;*/
    color: #000;text-transform: lowercase;
  }

  h2{
    font-size: 1.6em;
    color: #41bac3;
    /*! text-transform: uppercase; */
  }

  h3{
    font-size: 18px;
  } 

text-uppercase {
  text-transform: uppercase;
}


#home{
	/*background: linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(181, 205, 230, 0.9)), rgba(162, 199, 238, 1);*/
	background: #f7f8fa;
}

 /* Dashed border */
hr.dashed {
  border-top: 1px dashed #bbb;
}

/* Dotted border */
hr.dotted {
  border-top: 1px dotted #bbb;
}

/* Solid border */
hr.solid {
  border-top: 1px solid #bbb;
}

/* Rounded border */
hr.rounded {
  border-top: 5px solid #bbb;
  border-radius: 5px;
} 

.border {
border:2px solid #155faa;
}
  
.numberCircle {
border-radius: 20%;
text-align: center;
font-size: 44px;
background-color: #00A94F;
color:#ffffff;
padding: 0 19px;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: bold;
}
  
.aligncenter {
    text-align: center;
}
  .overflow{
    overflow: hidden;
  }

  .uppercase{
    text-transform: uppercase;
  }

  .btn-common, .btn-devis {
    font-size: 14px;
    color: #009B3F;
    border: 1px solid #009B3F;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    padding: 10px 25px;background-color: white;
  }
  
  .btn-inverse {
    color: #fff;
    background: #2d353c;
    border-color: #2d353c;width: 285px;}

  #action .col-sm-5, #services .col-sm-5, #vousetes .col-sm-5, #ref .col-sm-5, #script .col-sm-5, #vousetes .col-sm-5, #promotionevt .col-sm-5, #inscription .col-sm-5, #gestionevt .col-sm-5, #video .col-sm-5, #Mylaps .col-sm-5, #uRTime .col-sm-5, #suivilivet4you .col-sm-5, #suiviliveMylaps .col-sm-5, #suiviliveWiclax .col-sm-5{
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
  }


  .btn-common:hover, 
  .btn-common:focus,
  .btn-devis:hover, 
  .btn-devis:focus, {
    outline: none;
    background: none;
    box-shadow: none;
    color: #01707f;
    border-color:#01707f;
  }  
  
  .btn-inverse:hover, 
  .btn-inverse:focus {
    outline: none;
    background: none;
    box-shadow: none;
    color: #01707f;
    border-color:#01707f;
  }

  .align-right{
    text-align: right;
  }

  .inline{
    display: inline-block;
  }

  .padding{
    padding: 30px 0;
  }

@media (max-width: 790px) {
  .padding{
    padding: 10px 0;
  }
}
  .padding-bottom{
    padding-bottom: 0.5em;
  }
  .padding2-bottom{
    padding-bottom: 2em;
  }

  .padding-top{
    padding-top: 0.5em;
  }

  .padding-right{
    padding-right: 0.5em;
  }

  .padding-left{
    padding-left: 0.5em;
  }
  
  .margin-top {
    margin-top: 0.5em;
  } 
  .margin-bottom{
    margin-bottom: 0.5em;
  }
  .margin1-top {
    margin-top: 1.5em;
  } 
  .margin2-top {
    margin-top: 2em;
  }  
  
  .margin2-bottom {
    margin-bottom: 2em;
  }
  .margin5 {
    margin: 5px;
  }
  .margin10 {
    margin: 10px;
  }



     .carousel-indicators.visible-xs {
      height: 20px;
      margin: 0;
      padding: 0;
      position: absolute;
      top: -35px;
      width: 100%;
      left: 0;
    }

  .carousel-indicators.visible-xs li {
    border-color: #D29948;
    border-width: 2px;
    height: 12px;
    margin: 0 5px 0 0;
    width: 12px;
  }

  .carousel-indicators.visible-xs li.active {
    background: rgba(210, 153, 72, 0.7);
  }


/*************************
*******Header******
**************************/


#header{
  margin-bottom: 0;
  /*padding: 0px 0 20px 0;*/
}

#header .navbar-inverse .container{
  position: relative;
}

.search{
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 1;
}

.search i{
  color: #009B3F;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 2px;
}

.field-toggle{
  position: relative;
  top: 30px;
  right: 15px;
  display: none;
  height: 50px;
}

.search-form{
  padding-left: 10px;
  height: 40px;
  font-size: 18px;
  color: #818285;
  font-weight: 300;
  outline: none;
  border: 1px solid #009B3F;
  margin-top: 20px;
  border-radius: 4px;
}

.social-icons ul li{
  padding: 0 10px;

}

.social-icons ul li:last-child{
  padding-right: 0;

}

.social-icons ul li a{
  font-size: 18px;
  color: #d3d3d3;
  padding: 0;
}

.social-icons ul li a:hover .fa-facebook {
  color:#0884d5;
}

.social-icons ul li a:hover .fa-twitter {
  color:#2AA7DC;
}

.social-icons ul li a:hover .fa-google-plus {
  color:#A22523;
}

.social-icons ul li a:hover .fa-dribbble {
  color:#E94989;
}

.social-icons ul li a:hover .fa-linkedin {
  color:#006DC0;
}

.social-icons ul li a:hover,
.social-icons ul li a:focus{  
  background: none;
}

#header .navbar {
  background: #fff;
  border: 0;
  margin-bottom: 0;
}

#header .navbar-toggle{
  margin-top: 20px;
}

#header .navbar-brand{
  padding: 0;
  margin-left: 0;
}

#header .navbar-brand h1{
  padding: 0;
  margin: 0;
}

#header .navbar-nav.navbar-right >li:last-child{
  margin-right: 20px;
}

#header .navbar-nav.navbar-right >li a {
  color: #000;
  font-size: 12px;
  /*padding: 15px;*/
  text-transform: uppercase;
  font-weight: 300;
}

#header .navbar-nav.navbar-left >li:last-child{
  margin-left: 20px;
}

#header .navbar-nav.navbar-left >li a {
  color: #000;
  font-size: 12px;
  /*padding: 15px;*/
  text-transform: uppercase;
  font-weight: 300;
}


#header .navbar-inverse .navbar-nav  li.active > a,  
#header .navbar-inverse .navbar-nav  li.active > a:focus, 
#header .navbar-nav.navbar-right li > a:hover, 
#header .navbar-nav.navbar-left li > a:hover,
.navbar-inverse .navbar-nav > .open > a {
  background-color: inherit;
  border: 0;
  color: #009B3F;
}

#header .navbar-inverse .navbar-nav  li a:hover{
  color: #009B3F;
}

#logo {
  width: 100%;
}

/*  Dropdown menu*/

ul.sub-menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
}

#header .navbar-nav li ul.sub-menu li a{
  color: #818285;
  padding: 5px 0;
  font-size: 13px;
  display: block;
  text-transform: none;
}

#header .navbar-nav li ul.sub-menu li .active{
  background: #009B3F;
  color: #fff;
  position: relative;
}

#header .navbar-nav li ul.sub-menu li .active i{
  position: absolute;
  font-size: 56px;
  top: -13px;
  color: #0884d5;
}

#header .navbar-nav li ul.sub-menu li .active .fa-angle-right{
  left: -3px;
}

#header .navbar-nav li ul.sub-menu li .active .fa-angle-left{
  right: -3px;
}

#header .navbar-nav li ul.sub-menu li a:hover,
#header .navbar-nav li ul.sub-menu li a:focus{
  background: #009B3F;
  color: #fff;
}

.fa-angle-down{
  padding-left: 5px; 
}
.down{
  padding-left: 0px; 
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

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

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

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

/*************************
*******Footer******
**************************/

#footer {
  padding-bottom: 10px;
  background-image: url(../images/home/footer.png);
  /*background-repeat: repeat-x;*/
  background-position: right 38% bottom 33%;
  /*background-size: contain;
  background-size: cover;*/
}
#footer  a {
    color: #ffffff;
}

#footer h1{
  margin-bottom: 65px;
  margin-top: 36px;
}

#footer h2{
    font-size: 24px;
    color: #ffffff;
	/*text-shadow: 0 0 0.2em #000, 0 0 0.2em #000, 0 0 0.2em #000;*/
}







address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
    font-size: 20px;
    color: #fff;font-weight: 500;
	/*text-shadow: 0 0 0.2em #000, 0 0 0.2em #000, 0 0 0.2em #000;*/
}
#footer .bottom-separator {
  margin-bottom: 0px;
}

#message {
  height: 110px;
  resize: none;
}

.scrollup {
    text-align:center;
    cursor:pointer;
    vertical-align:middle;
    width:39px;
    height:39px;
    border-radius:5px;
    font-size:20px;
    position:fixed;
    bottom:30px;
    right:20px;
	border:1px solid #fff;
    display:none;
    background: #009634;
	z-index: 99999;
}
.scrollup > a {
    position:relative;
    top:7px;
    color:#fff;
}


a#cRetour{
  border-radius:3px;
  padding:10px 15px;
  font-size:15px;
  text-align:center;
  color:#fff;
  background:rgba(0, 0, 0, 0.85);
  position:fixed;
  right:20px;
  opacity:1;
  z-index:99999;
  transition:all ease-in 0.2s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  text-decoration: none;
}
/* Flèche */
a#cRetour:before{ content: "\25b2"; }
a#cRetour:hover{
  background:rgba(0, 0, 0, 1);
  transition:all ease-in 0.2s;
}
a#cRetour.cInvisible{
  bottom:-35px;
  opacity:0;
  transition:all ease-in 0.5s;
}

a#cRetour.cVisible{
  bottom:10px;
  opacity:1;
}


.bottom > h2 {
  margin-top: 0;
  margin-bottom: 26px;
  color: brown;
}

.bottom .media-body h3 {
  margin-top: 0;
  padding-left: 25px;
}

.bottom .media-body h3 a{
  color: #ea2c00;
}

.testimonial .media{
  margin-top: 0;
  margin-bottom: 25px;
}

.testimonial .media>.pull-left{
  margin-right: 25px;
}

.testimonial .media>.pull-left img{
  margin-top: 6px;
}

.testimonial .media .media-body blockquote{
  padding-left: 25px;
  padding-right: 30px;
  position: relative;
  border-left: 0;
  margin-bottom: 0;
}

.testimonial .media .media-body blockquote:before{
  position: absolute;
  left: 5px;
  top: 8px;
  content: '"';
  font-size: 40px;
  color: #ea2c00;
  font-family: 'Noto Sans', sans-serif;
  transform:rotate(180deg);
  -ms-transform:rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Opera, Chrome, and Safari */
  line-height: 0;
}

.testimonial .media .media-body blockquote:after{
  position: absolute;
  right: 30px;
  bottom: 14px;
  content: '"';
  font-size: 40px;
  color: #ea2c00;
  font-family: 'Noto Sans', sans-serif;
  line-height: 0;
}

.contact-info.bottom {
  padding-left: 25px;
}

.bottom > address {
  line-height: 22px;
  margin-bottom: 40px;
}

.form-control {
  border: 1px solid #eaeaea;
  font-weight: 300;
  outline: none;
  box-shadow: none;
  height: 40px;
}

.form-control:hover, 
.form-control:focus{
  border-color: #009B3F;
  outline: none;
  box-shadow: none;
}

.btn-submit {
  width: 100%;
  background-color: #D6EEE0;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 5px;
  text-transform: uppercase;
  border-radius: 3px;
  margin-top: 5px;
  border-bottom: 3px solid #2f9697;
  box-shadow: none;
  padding: 10px;
}

.btn-submit:hover, 
.btn-submit:focus{
  color: #fff;
  outline: none;
  box-shadow: none;
  opacity: .8;
}

.copyright-text{
  margin-top: 30px;
  color: #ffffff;
  font-size: 16px;  
  padding-bottom: 15px;
  /*text-shadow: 0 0 0.2em #000, 0 0 0.2em #000, 0 0 0.2em #000;*/
}

.copyright-text a {
  color: #ffffff;
  cursor: pointer;
}

.copyright-text p {
  margin-bottom: 0;
}

/*************************
*******Home Page******
**************************/
  
#home-slider {
  background-color: #11263d;
  background: url(../images/ObjectifCourses-BlocTitre.jpg) 50% 50%  no-repeat #11263d;
  position: relative;
  height: 198px;
  /*background-size: 57%;*/
}

#home-slider .main-slider {
  position: relative;
  height: 215px;
}

#home-slider .slide-text{
  position: absolute;
  top: 97px;
  right: 16%;
  width: 45%;
}

.animate-in .slide-text {
  -webkit-animation: fadeInLeftBig 700ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both;
  animation: fadeInLeftBig 700ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both;
}

#home-slider .slider-hill {
  position: absolute;
  right: 0;
  bottom: 0;
  width:394px;
}

.animate-in .slider-hill {
  -webkit-animation: bounceInDown 1000ms ease-in-out 200ms both;
  animation: bounceInDown 1000ms ease-in-out 200ms both;
}

#home-slider .slider-house {
  position: absolute;
  left: 0px;
  bottom: -30px;
}

.animate-in .slider-house {
  -webkit-animation: bounceInDown 500ms ease-in-out 800ms both;
  animation: bounceInDown 500ms ease-in-out 800ms both;
}

#home-slider .slider-sun {
  position: absolute;
  /*right: 365px;
  bottom: 100px;*/
  right: 50px;
  top: 80px;
}

.animate-in .slider-sun {
  -webkit-animation: scaleIn 500ms ease-in-out 1200ms both;
  animation: scaleIn 500ms ease-in-out 1200ms both;
}

#home-slider .slider-birds1 {
  position: absolute;
  right: 80px;
  top: 80px;
/*right: 470px;
  bottom: 75px;*/
}

.animate-in .slider-birds1 {
  -webkit-animation: fadeInLeft 500ms ease-in-out 1200ms both;
  animation: fadeInLeft 500ms ease-in-out 1200ms both;
}

#home-slider .slider-birds2 {
  position: absolute;
  right: 40px;
  bottom: 150px;
}

.animate-in .slider-birds2 {
  -webkit-animation: fadeInRight 500ms ease-in-out 1200ms both;
  animation: fadeInRight 500ms ease-in-out 1200ms both;
}


#home-slider h1{
  margin-top: 7%;
  margin-bottom: 25px;
  text-shadow: 0em 0em 0.3em #fff, 0em 0em 1em #fff;
  font-size:40px;
  text-transform: uppercase;
  font-weight:800;
}

#home-slider h2{
text-shadow: 0 0 1em #fff, 0 0 1em #fff, 0 0 1em #fff;
}

#home-slider .btn-common {
  margin-top: 20px;
}

#home-slider .preloader {
  position: absolute;
  left: 0;
  top: 0;
  bottom: -30px;
  right: 0;
  background: #fafafa;
  text-align: center;
}

#home-slider .preloader > i {
  font-size: 48px;
  height: 48px;
  line-height: 48px;
  color: #009B3F;
  position: absolute;
  left: 50%;
  margin-left: -24px;
  top: 50%;
  margin-top: -24px;
}



/*************************
*******resultats Page******
**************************/
#result-slider {
  /*background: url(../images/home/slider-bg.jpg) 80% 50% repeat-x;*/
  position: relative;
}

#result-slider .main-slider {
  position: relative;
  height: 680px;
}

#result-slider .slide-text{
  position: absolute;
  top: 10px;
  left: 10px;
  width: 520px;
}

.animate-in .slide-text {
  -webkit-animation: fadeInLeftBig 700ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both;
  animation: fadeInLeftBig 700ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both;
}

#result-slider .slider-hill {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 9%;
  z-index: 123456789;
  width: 55%;
}

.animate-in .slider-hill {
  -webkit-animation: bounceInDown 1000ms ease-in-out 200ms both;
  animation: bounceInDown 1000ms ease-in-out 200ms both;
}

#result-slider .slider-house {
  position: absolute;
  right: 0px;
  bottom: -30px;
}

.animate-in .slider-house {
  -webkit-animation: bounceInDown 500ms ease-in-out 800ms both;
  animation: bounceInDown 500ms ease-in-out 800ms both;
}

#result-slider .slider-sun {
  position: absolute;
  /*right: 365px;
  bottom: 100px;*/
  right: 50px;
  top: 80px;
}

.animate-in .slider-sun {
  -webkit-animation: scaleIn 500ms ease-in-out 1200ms both;
  animation: scaleIn 500ms ease-in-out 1200ms both;
}

#result-slider .slider-birds1 {
  position: absolute;
  right: 80px;
  top: 80px;
/*right: 470px;
  bottom: 75px;*/
}

.animate-in .slider-birds1 {
  -webkit-animation: fadeInLeft 500ms ease-in-out 1200ms both;
  animation: fadeInLeft 500ms ease-in-out 1200ms both;
}

#result-slider .slider-birds2 {
  position: absolute;
  right: 40px;
  bottom: 150px;
}

.animate-in .slider-birds2 {
  -webkit-animation: fadeInRight 500ms ease-in-out 1200ms both;
  animation: fadeInRight 500ms ease-in-out 1200ms both;
}


#result-slider h1{
  margin-top: 7%;
  margin-bottom: 25px;text-shadow: 2em 2em 1em #fff, 0 0 1em #fff, 0 0 1em #fff;
  font-size:40px;
  text-transform: uppercase;
  font-weight:800;
}

#result-slider h2{
text-shadow: 0 0 1em #fff, 0 0 1em #fff, 0 0 1em #fff;
}

#result-slider .btn-common {
  margin-top: 20px;
}

#result-slider .preloader {
  position: absolute;
  left: 0;
  top: 0;
  bottom: -30px;
  right: 0;
  background: #fafafa;
  text-align: center;
}

#result-slider .preloader > i {
  font-size: 48px;
  height: 48px;
  line-height: 48px;
  color: #009B3F;
  position: absolute;
  left: 50%;
  margin-left: -24px;
  top: 50%;
  margin-top: -24px;
}

#ref, #services, #suivilive, #script, #inscription, #video{
  background-image: url(../images/home/script-bg.jpg);
  background-color: #fbfafa;
  background-repeat: repeat-x;
  height: 188px;
  background-position: 44% 61%;
  display: table;
  position: static;
  width: 100%;
}
#vousetes{
  background-image: url(../images/home/slider-bg.jpg);
  background-color: #fbfafa;
  background-repeat: repeat-x;
  height: 188px;
  background-position: 8% 13%;
  display: table;
  position: static;
  width: 100%;
}

#features .table_btn a {
    background: #00A94F;
    color: #fff;
    margin: 0;
    display: inline-block;
}

#logoref{
  background-color: #e6e6e6;
  background-repeat: repeat-x;
  background-position: center;
  display: table;
  position: static;
  width: 100%;
  margin-top:20px;
  margin-bottom:20px;
}


.vertical-center {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  position: statice;
}


.single-service {
  overflow: hidden;
  display: block;
  padding-right:20px;
}

@media only screen and (max-width : 664px) {
	.single-service {
	  padding-right:0px;
	}
}

.single-ref {
  overflow: hidden;
  display: block;
}
#courses .container {
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
  width: 93%;
}


.single-service img, .single-ref img {
  margin-bottom: 0px;
  margin-top: 0px;max-width: 100%;
}

.single-service .fold, .single-ref .fold {
  margin-bottom: 35px;
}

.single-service h2, .single-ref h2 {
  margin-top: 0;
  margin-bottom: 15px;
}

.single-service p, .single-ref p {
  padding: 0 48px;
}

.action h1, .vousetes h1, .ref h1, .script h1, .vousetes h1, .inscription h1, .video h1 {
  margin-top: 0;/*text-shadow: 0.05em 0em 0em #000;*/ /*text-shadow: 2em 2em 1em #fff, 0 0 1em #fff, 0 0 1em #fff;*/ color: #00A94F;
}

.action p, .vousetes p, .ref p, .script p, .vousetes p, .inscription p, .video p {
  /*font-size: 18px;*/
  margin-bottom: 0;
  font-weight: 300;
}

.action .btn-common, .vousetes .btn-common, .ref .btn-common, .script .btn-common, .vousetes .btn-common, .inscription .btn-common, .video .btn-common {
  margin-top: 55px;
  float: left;
}

.title {
  color: #404040;
  font-weight: 800;
}

.appli h2 {
    margin-bottom: 15px;
    font-size: 3em;
    color: #000;
    font-weight: 700;
}


.single-features {
  overflow: hidden;
  /*padding-top: 65px;*/
  padding-top: 20px;
  padding-bottom: 20px;
}

.single-features .col-sm-5, .single-features .col-sm-6 {
  margin-top: 10px;
}

.single-features:last-child {
  padding-bottom: 25px;
  padding-top: 25px;
}

.single-features h2{
  margin-bottom: 15px;
    color: #000;font-weight: 700;
}

#clients{
  padding-bottom: 45px;
}

.clients {
  margin-bottom: 45px;
}

.clients img {
  display: inline-block;
}

.clients-logo {
  overflow: hidden;
  margin-bottom: 10px;
}

.stores-badge {
    margin-top: 30px;
}

/*************************
*******About Us Page******
**************************/

#action, #services, #ref, #logoref, #script, #vousetes, #inscription, #video, 
#page-breadcrumb{
  position: relative;
}

#page-breadcrumb {
  /*background-image: url(../images/home/tour-bg.png);
  background-color: #fbfafa;
  background-repeat: repeat-x;
  height: 130px;*/
  background-position: center;
  display: table;
  position: static;
  width: 100%;
}

#team {
  padding: 20px 0;background-color: #D6EEE0;
}

#team .title {
    color: #00A94F;
    font-weight: 900;
	text-transform: uppercase;
}
#team h2 {
    color: #000000;
    font-weight: 900;font-size: 18px;
}

#team p {
    color: #000000;
    font-weight: 500;padding-bottom: 15px;
}

#team-carousel {
  margin-top: 50px;
}

#teamold {
  padding: 20px 0;
}

#teamold .title {
    color: #00A94F;
    font-weight: 900;
	text-transform: uppercase;
}
#teamold h2 {
    color: #000000;
    font-weight: 900;font-size: 18px;
}

#teamold p {
    color: #000000;
    font-weight: 500;
}

#teamold-carousel {
  margin-top: 50px;
}


#company-information .padding-top{
  padding-top: 172px;
  
}

/*.single-service img {
  height: 85px;
}*/

#services .tour-button, #vousetes .tour-button, #inscription .tour-button, #gestionevt .tour-button, #video .tour-button {
  background-image: url(../images/home/disciplines.png);
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  left: 0;
  /*background-position: 151px 4px;*/
}
#script .tour-button, #vousetes .tour-button{
  background-image: url(../images/home/resultat.png);
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  left: 0;
  /*background-position: 151px 4px;*/
}
.tour-button {
  background-image: url(../images/home/slider/hill.png);
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  left: 0;
  /*background-position: 151px 4px;*/
}

.about-image {
  padding:90px 90px 0;
}

.team-single-wrapper {
  min-height:410px;
}


.team-single {
  position: relative;
}

.person-thumb {
  position: relative;
}

.person-thumb img {
}


.social-profile {
  background: none repeat scroll 0 0 rgba(137, 97, 46, 0.8);
  display: none;
  position: absolute;
  text-align: center;
  top: 0;
    -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;transition: all 0.9s ease 0s;
  width: 100%;
  height: 100%;
}

.team-single:hover .social-profile{
  background:rgba(179, 174, 167, 0.9);
  display: block;
  -webkit-animation: fadeInUp 400ms;
  animation: fadeInUp 400ms;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.social-profile .nav-pills {
  display: inline-block;
  margin-top: -26px;
  padding: 0;
  position: relative;
  top: 50%;
}

.social-profile .nav-pills li {
  display: inline-block;
  margin: 0 5px;
}

.social-profile .nav-pills li a {
  color: #fff;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0;
  border-radius: 40px;
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.social-profile .nav-pills li a:hover {
  color: #702340;
  border-color: #702340;
}

.person-info h2 {
  font-weight: 300;
  margin-bottom: 5px;
}

.person-info h3 {
  font-size: 16px;
  color: #686868;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0;
}

.team-carousel-control {
  position: absolute;
  top: 36%;
  width: 13px;
  height: 16px;
  text-indent: -9999999px;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.right.team-carousel-control {
  right: -35px;
  background-image: url(../images/aboutus/right.png);
}

.left.team-carousel-control {
  left: -35px;
  background-image: url(../images/aboutus/left.png);
}

.team-carousel-control:hover{
  background-position: 0 -18px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;  
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.count h1{
  font-size: 60px;
  color: #009B3F;
}

.count h3{
  font-size: 16px;
}

.progress .progress-bar.six-sec-ease-in-out {
  -webkit-transition: width 1s ease-in-out;
  -moz-transition: width 1s ease-in-out;
  -ms-transition: width 1s ease-in-out;
  -o-transition: width 1s ease-in-out;
  transition:  width 1s ease-in-out;
}

.top-zero{
  margin-top: 0;
}

h3.top-zero{
  font-size: 20px;
}

#company-information .about-us h2{
  margin-bottom: 45px;
}

.single-skill h3{
  font-size: 16px;
}

.progress{
  height: 30px;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.progress-bar{
  line-height: 30px;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.progress-bar.progress-bar-primary{
  background: #009B3F;
}



/*************************
*******Service Page******
**************************/
#inscription, #vousetes, #gestionevt, #Mylaps, #uRTime, #video {
  padding: 25px 0;
}

.inscription .team-single, .vousetes .team-single, .video .team-single {
  height: 355px;
}

.inscription p.padding-bottom, .vousetes p.padding-bottom, .video p.padding-bottom {
  padding-bottom: 50px;
}

.choose{
  padding-top: 30px;
}

#company-information.choose .padding-top{
  padding-top: 50px;
}

#company-information h2{
  margin-bottom: 25px;
  margin-top: 0;
}

ul.elements{
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.elements li{
  margin: 0px 0;
}

ul.elements li > i{
  color:#D6EEE0;
    border-color:#C03035; 
  display: inline-block;
  margin-right: 10px;
}

#company-information h1.margin-bottom{
  margin-bottom: 26px;
}

/*************************
*******Portfolio Default**
**************************/

#portfolio {
  background-color: #373737 !important;
}
.portfolio-single {
  position: relative;
}

.portfolio-wrapper {
  /*background-color: #373737;*/ padding:15px; margin: 5px;
}

.portfolio-wrapper2 {
  background-color: rgba(255, 255, 2555, 0.9); padding:15px; margin: 5px;
}

.portfolio-thumb {
  position: relative;
}

.portfolio-thumb img {
  width: 100%;
}


.portfolio-single:hover .portfolio-view{
  display: block;
  -webkit-animation: fadeInUp 400ms;
  animation: fadeInUp 400ms;
}

#portfolio .row{
  margin-left: -10px;
  margin-right: -10px;
}

.portfolio-view {
  display: none;
  position: absolute;
  top: 0;
  height: 100%;
  background:rgba(112, 35, 64, 0.9);
  width: 100%;
  text-align: center;
}

.portfolio-view .nav-pills {
  padding: 0;
  display: inline-block;
  margin-top: -26px;
  top: 50%;
  position: relative;
}

.portfolio-view .nav-pills li {
  display: inline-block;
  margin: 0 5px;
}

.portfolio-view .nav-pills li a {
  color: #fff;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  padding: 0;
  border-radius: 40px;
  -webkit-animation: scaleIn 400ms linear 100ms both;
  animation: scaleIn 400ms linear 100ms both;
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.portfolio-view .nav-pills li a:hover {
  color: #702340;
  border-color: #702340;
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.portfolio-info {
  overflow: hidden;
  /*margin-bottom: 30px;*/
}

.portfolio-info h2 {
  margin: 15px 0 0;color: #009B3F;
}

.portfolio-filter {
  margin: 80px 0;
  padding: 0;
}

.portfolio-filter li {
  display: inline-block;
  position: relative;
}

.portfolio-filter li a {
  border-radius: 0;
  color: #686868;
  font-size: 18px;
  font-weight: 300;
  padding: 0 25px;
  text-transform: capitalize;
  border: none;
}

.portfolio-filter li .active{
  background: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.portfolio-filter li a:hover, 
.portfolio-filter li a:focus,
.portfolio-filter li a.active {
  background: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.portfolio-filter li a.active:before{
  position: absolute;

  content: "";
  left: 0;
  width: 13px;
  height: 16px;
  background: url(../images/portfolio/icon.png);
  top: 5px;
}

.portfolio-pagination{
  text-align: center;
  
  padding-top: 40px;
  padding-bottom: 90px;
}

.pagination li{
  display: inline-block;
  margin: 0 10px;
}

.pagination li a{
  color: #000;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #fff;
}

.pagination li:first-child a{
  background: url(../images/portfolio/left.png);
  background-repeat: no-repeat;
  text-indent: -999999999px;
  background-position: center top 10px;
  width: 32px;
  height: 36px;
  border: none;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

.pagination li:first-child a:hover{
  background: url(../images/portfolio/left.png);
  background-position: center top -37px;
  background-repeat: no-repeat;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

.pagination li:last-child a{
  background: url(../images/portfolio/right.png);
  background-repeat: no-repeat;
  text-indent: -999999999px;
  background-position: center top 10px;
  width: 32px;
  height: 36px;
  border: none;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

.pagination li:last-child a:hover{
  background: url(../images/portfolio/right.png);
  background-position: center top -37px;
  background-repeat: no-repeat;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

.pagination li a:hover,
.pagination .active a, 
.pagination a:active, 
.pagination .active a:hover,
.pagination .active a:focus, 
.pagination a:focus {
  background: transparent;
  border-color: #C03035;
  color: #C03035;
}


/*****************************
Portfolio with right sidebar
*****************************/

.sidebar h3 {
  color: #404040;
  margin-top: 0;
  border-bottom: 3px solid #ececec;
  margin-bottom: 6px;
  padding-bottom: 8px;
}

.sidebar-item{
  margin-bottom: 48px;
}

.categories .navbar-stacked li {
  border-bottom: 1px solid #ececec;
}

.categories .navbar-stacked li:last-child {
  border-bottom: 0px solid #ececec;
}

.categories .navbar-stacked li a {
  font-size: 16px;
  color: #6a6a6a;
  padding: 8px 0;
  padding-left: 0;
}

.categories .navbar-stacked li a:hover{
  background: none;
  margin-left: 20px;
  color: #009B3F;
  opacity: 1;
}

.categories .navbar-stacked li.active a{
  color: #009B3F;
  padding-left: 20px;
}

.categories .navbar-stacked li.active a:before{
  position: absolute;
  content: "";
  border-color: transparent transparent transparent #009B3F;
  border-width: 8px;
  border-style: solid;
  left: 0;
  top: 13px;
  margin-top: 0;
  z-index: 0;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.categories .navbar-stacked li.active a:after {
  position: absolute;
  content: "";
  border-color: transparent transparent transparent #fff;
  border-width: 6px;
  border-style: solid;
  left: 0px;
  top: 15px;
  margin-top: 0;
  z-index: 1;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.sidebar-item .media{
  border-bottom: 1px solid #ececec;
  padding-bottom: 10px;
  padding-top: 21px;
  margin-top: 0;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;    
}

.sidebar-item .media:last-child{
  border-bottom: 0px solid #ececec;  
  padding-bottom: 0; 
}

.sidebar-item .media:hover{
  border-left: 2px solid #009B3F;
  padding-left: 5px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.sidebar-item .media:hover.media .media-body h4 a{
  color: #009B3F;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.sidebar-item .media .media-body h4 {
  margin-top: 0;
  margin-bottom: 8px;
}

.sidebar-item .media .media-body h4 a{
  color: #7d7d7d;
  font-size: 16px;
}

.sidebar-item .media .media-body p {
  color: #b4b4b4;
  font-size: 12px;
}

.tag-cloud .nav-pills{
  margin-top: 16px;
}

.tag-cloud .nav-pills li{
  margin: 0;
  margin-top: 6px;
  margin-right: 4px;
}

.tag-cloud .nav-pills li a{
  font-size: 14px;
  font-weight: 300;
  padding: 5px 15px;
  background: #bbbbbb;
  color: #fff;
  border-radius: 3px;
}

.tag-cloud .nav-pills li a:hover{
  background: #009B3F;
}

.popular ul.gallery {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 10px -8px;
}

.popular ul.gallery li {
  display: block;
  width: 33.33%;
  float: left;
  padding: 8px;
}

.popular ul.gallery li a {
  display: block;
}

.popular ul.gallery li a img {
  width: 100%;
  transition: border-radius 300ms ease-in;
  -webkit-transition: border-radius 300ms ease-in;
}

.popular ul.gallery li a img:hover {
  border-radius: 60px;
}


/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}




/*****************************
Portfolio Details
*****************************/

#portfolio-information.padding-top{
  padding-top: 100px;
}

.project-name h2{
  margin-top: 0;
  margin-bottom: 15px;
}

#related-work .title{
  margin-bottom: 55px;
  margin-top: 10px;
}

.navbar-default {
  background: none;
  padding: 0;
}

.navbar-default li a{
  font-size: 12px;
  padding: 0;
  padding-right: 15px;
}

.navbar-default li a i{
  padding-right: 8px;
}

.navbar-default li a:hover{
  color: #0884d5;
  background: none;
}

.skills .navbar-default,
.client .navbar-default{
  margin-left: 35px;
  
}

.live-preview, .btn-common{
  
  margin-left: 0%;
  margin-right: 30%;
}
.live-preview, .btn-devis{
  margin-top: 21px;
  /*padding: 13px 45px;
  margin-left: 30%;*/
  margin-left: 0%;
  margin-right: 0%;
}
.live-preview2{
  /*margin-top: 21px;*/
  padding: 13px 45px;
  margin-left: 30%;
  margin-right: 30%;
}
/*****************************
Je participe Default
*****************************/

#jeparticipe {
padding: 50px 0 20px 0;
}
  #jeparticipe h3{
    font-size: 16px;
  }
  
#jeparticipe img {box-shadow: 8px 8px 12px #555;}
  
.zoom:hover {
  transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

/*****************************
Blog Default
*****************************/

#blog {
background-color: #373737 !important;
padding: 50px 0 50px 0;
}

#blog img {box-shadow: 8px 8px 12px #555;}
  
.single-blog.timeline {
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-bottom: 0;
  position: relative;
  padding-bottom: 0;
}

.timeline .post-content {
  padding: 20px 20px 0;
}

.post-thumb{
  margin: -1px -1px 0;
  position: relative;
  overflow: hidden;
}

.timeline .post-thumb img {
  width: 100%;
}

.post-thumb iframe{
  width: 100%;
  /*min-height: 49vh;*/
  min-height: 65vh;
  border: 0;
}

@media (min-width: 769px) and (max-width: 792px) {
	.post-thumb iframe{
	min-height: 102vh;
	}
}
@media (min-width: 658px) and (max-width: 768px) {
	.post-thumb iframe{
	/*min-height: 95vh;*/
	min-height: 70vh;
	}
}
@media (min-width: 631px) and (max-width: 655px) {
	.post-thumb iframe{
	min-height: 85vh;
	}
}

@media only screen and (max-width : 630px) {
	.post-thumb iframe{
	min-height: 82vh;
	}
}

@media only screen and (max-width : 480px) {
.post-thumb iframe{
  width: 100%;
  min-height: 62vh;
  border: 0;
}
}


.post-overlay{
  position: absolute;
  top: 50%;
  display: none;
  width: 94px;
  height: 140px;
  margin-top: -70px;
  overflow: hidden;
}

.post-overlay span{
  position: absolute;
  left: 50%;
  bottom: 0; 
  margin-left: -60px;
  -webkit-animation: fadeInUp 400ms;
  animation: fadeInUp 400ms;
  z-index: 9;
}


.post-overlay span:before{
  position: absolute;
  bottom: 0;
  border-style: solid;
  border-width: 60px;
  content: "";
  border-color: transparent transparent #0884d5 transparent;
  z-index: -1;
  cursor: initial;
}

.post-overlay span a{
  font-size: 30px;
  color: #fff;
  background: transparent;
  padding: 0; 
  margin-left: 50px;
}

.single-blog:hover .post-overlay{
  display: block;
  -webkit-animation: fadeIn 300ms;
  animation: fadeIn 300ms;
}

.timeline-divider{
  position: relative;
  padding-top: 50px;
}

.timeline-divider:before{
  position: absolute;
  top: 0;
  content: "";
  border-left-style: solid;
  border-left-width: 1px;
  height: 100%;
  border-left-color: #009B3F;
  left: 50%;
  margin-left: -2px;
}

.timeline-blog .col-sm-6.padding-top{
  padding-top: 70px;
}

.post-content{
  padding: 20px 0;
}

.timeline-date .btn-common{
  font-size: 18px;
  color: #4a4a4a;
  font-weight: 300;
  border-radius: 0;
  padding: 17px 40px;
}

.arrow-right{
  position: relative;
}

.arrow-right:after{
  position: absolute;
  right: 1px;
  content: "";
  top: 15px;
  background: url(../images/blog/left.png);
  width: 43px;
  height: 54px;
}

.arrow-left{
  position: relative;
}

.arrow-left:before{
  position: absolute;
  left: -2px;
  content: "";
  top: 86px;
  background: url(../images/blog/right.png);
  width: 43px;
  height: 54px;
}

.post-title {
  margin-top: 0;
}

.post-title a,
.comments-number a{
  color: #686868;
}

.post-content .post-author{
  margin-top: 0;
  
}

.post-content  .post-author a{
  font-weight: 300;
  font-size: 14px;
  color: #009B3F;
}

a.read-more{
  color: #009B3F;
  font-weight: 300;
}

a.read-more:hover{
  color: #01707F
}

.post-bottom{
  border-top: 1px solid #eeeeee;
  padding-top: 10px;
  margin-top: 20px;
  margin: 20px -20px 0;
  padding: 20px 20px 0;
}


/*****************************
Blog with right sidebar
*****************************/

.single-blog{
  box-shadow: 2px 2px 10px #bfbfbf;
padding: 8px;
}


.single-blog .post-bottom{
  border-bottom: 1px solid #eeeeee;
  padding-top: 10px;
  padding-bottom: 10px;
}

.single-blog .post-overlay span{
  left: 0;
  top: 0;
  margin-left: 0;
  width: 94px;
  height: 140px;
  background: url(../images/blog/blog-arrow.png);
  -webkit-animation: fadeInLeft 400ms;
  animation: fadeInLeft 400ms;
}

.single-blog .post-overlay span a{
  margin-left: 8px;
  font-weight: 700;
  font-size: 36px;
  line-height: 18px;
  position: absolute;
  top: 50px;
}

.single-blog .post-overlay span a small{
  font-size: 16px;
  font-weight: 300;
  margin-left: 5px;
}

.single-blog .post-overlay span:before{
  border-color: transparent;
  border-width: 0;
}

.post-nav{
  margin:0;
  padding: 0;
}

.post-nav li a{
  color: #8E8E8E;
  padding: 0;
  text-align: left;
}

.post-nav li a i{
  color: #8E8E8E;
  margin-right: 8px;font-size: xx-large;display: block;
text-align: center;
}

.post-nav li a:hover{
  background: none;
}

.blog-padding-right{
  padding-right:35px;
}

.blog-padding-bottom{
  padding-bottom:35px;
}

.blog-pagination {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 55px;
}

/*****************************
Blog with right sidebar
*****************************/

.masonery_area .single-blog{}
.masonery_area .single-blog .post-thumb{
  height: auto;
}

.masonery_area .single-blog .post-title{
  margin-top: 5px;
}

.masonery_area .single-blog .post-title a{
  font-size: 20px;
}

.masonery_area .single-blog .post-thumb img{
  height:auto;
}

.masonery_area .single-blog .post-bottom{
  border-top:0;
  padding-top:0;
  margin-top:15px;
}

/* Audio CSS */

.audiojs{
  background:#C03035;
  height: 45px;
  width: 100%;
}

.audiojs .scrubber{
  background: #fff;  
  height: 8px;
  border-top: 0;
  width: 170px;
  margin-top: 19px;
  margin-left: 12px;
  border-radius: 10px;
}

.audiojs .play-pause{
  background: #a92b2f;
  width: 68px;
  height: 45px;
  padding: 0;
  padding-left: 24px;
  padding-top: 10px;
  border-right: 0;
}

.audiojs .time{
  display: none;
  
}

.audiojs .progress{
  background: #A92B2F;

  height: 8px;
  border-radius: 10px;
}

.audiojs .loaded{
  background:#fff;
  height: 8px;
  border-radius: 10px;
}


/*****************************
Blog Details
*****************************/

.navbar-nav.post-nav li{
  margin-right: 60px;
}

.single-blog.blog-details .post-content{
  padding-top: 30px;
}

.single-blog.blog-details .post-bottom{
  margin-top: 55px;
}

.blog-share{
  margin-top: 40px;
  background: #f5f5f5;
  display: inline-block;
  padding: 2px 0;
}

span.stMainServices,
span.stButton_gradient, 
.stButton .chicklets{
  height:24px !important;
}

.author-profile.padding{
  padding-top:50px;
}

.author-profile .col-sm-2 img{
  width: 100%;
  border-left: 3px solid #009B3F;
}

.author-profile h3{
  margin-top:0;
  color: #3a424c;
}

.author-profile p{
  color: #3a424c;
  font-weight: 400;
}

.author-profile span a{
  color: #C03035;
}

.response-area{
  border-bottom: 0;
}

.response-area h2{
  margin-top: 0;  
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 20px;
}

.post-comment{
  padding-left: 70px;
  padding-top: 36px;
  border-top: 1px solid #f1e8dd;
}

.post-comment .pull-left img{
  margin-right: 60px;
  border-left: 3px solid #0884d5;
}

.post-comment .media-body{
  padding-top: 6px;
  border-bottom: 0;
  padding-bottom: 50px;
}

.post-comment .media-body p{
  margin-top:10px;
}

.post-comment .media-body span i{
  color: #C03035;
  margin-right: 10px;
}

.post-comment .media-body span a{
  color: #C03035;
  font-weight: 700;
}

.post-comment .media-body .post-nav li a{
  font-weight: 300;
}

.parrent .media-list{
  margin-left: 190px;
}

.parrent .post-comment{
  padding-left: 0;
  margin-left: 70px;
}


/****************************
********* Contact Us*********
*****************************/
#map-section {
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
}

#gmap {
  /*height: 350px; */
}
iframe {
    top: 0;
    left: 0;
    width: 100%;
    border: 0;
}
.get-in-touch img {
  margin-top: 35px;
  margin-bottom: 32px;
}

.get-in-touch p {
  font-size: 18px;
  font-weight: 300;
}

#map-section .contact-info {
  /*position: absolute;*/
  background-color: #D6EEE0;
  right: 0;
  top: 0;
  /*width: 33%;*/
  height: 100%;
  padding:15px 26px;
  opacity: 0.9;
  color: #000;
}

#map-section .contact-info h2, 
#map-section .contact-info a {
  color: #000
}

#map-section address a:hover {
  color:#000;
}


#map-section address  {
  color:#000;
}


#contact-form #message{
  resize:none;
}

#contact-form .btn-submit {
  width: 28%;
  margin: 5px auto;
}

.corporate-info .corporate-address {
  background-image: url("../images/contact-bg.png");
  background-position: left top;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-bottom: 50px;
}

.corporate-info .corporate-address address {
  background-image: url("../images/icon-map.png");
  background-position: left top;
  background-repeat: no-repeat;
  padding-left: 40px;
}


/****************************
****** Price-table CSS*******
*****************************/

.price-table {
  margin-top: 88px;
  margin-bottom: 96px;
}

.single-price ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.table-heading {
  background-color: transparent !important;
  color: #FFFFFF !important;
  overflow: hidden;
  padding: 0 !important;
  text-align: center;
}

.single-price.price-one .plan-name, 
.single-price.price-two .plan-name, 
.single-price.price-three .plan-name, 
.single-price.price-four .plan-name {   
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
  padding: 10px 0;
  text-transform: capitalize;
}

.single-price.price-one .plan-name {
  background-color: #0e76bc;
}

.single-price.price-two .plan-name {
  background-color: #ac2429;
}

.single-price.price-three .plan-name {
  background-color: #ed8d1b;
}

.single-price.price-four .plan-name {
  background-color: #6c825f;
}


.single-price .plan-price { 
  color: #fff;
  float: none;
  font-size: 14px;
  height: 110px;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
  z-index: 5;
  padding-top: 15px;
}


.plan-price .dollar-sign {
  font-size: 18px;
}

.plan-price .price {
  font-size: 24px;
}

.plan-price .month {
  display: block;
  margin-top: -6px;
}

.price-one .plan-price:after, 
.price-two .plan-price:after, 
.price-three .plan-price:after, 
.price-four .plan-price:after  {  
  border-style: solid;
  border-width: 110px;
  content: "";
  height: 0;
  left:50%;
  position: absolute;
  top: 0;
  width: 0;
  z-index: -1;
  margin-left: -110px;
}

.price-one .plan-price:after {
  border-color: #0d6fb1 transparent transparent;
}

.price-two .plan-price:after {
  border-color: #ac2429 transparent transparent;
}

.price-three .plan-price:after {
  border-color: #e78817 transparent transparent;
}

.price-four .plan-price:after {
  border-color: #5f7452 transparent transparent;
}

.single-price ul li, 
.single-table ul li {
  padding: 12px 18px;
  background-color: #f7f7f7;
  margin-bottom: 5px;
  color: #696969;
}

.single-price ul li span, 
.single-table ul li span {
  float: right;
}

.price-one .btn-buynow, 
.price-two .btn-buynow, 
.price-three .btn-buynow, 
.price-four .btn-buynow   {  
  border-radius: 0;
  color: #fff;
  padding: 12px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  display: block;
}

.price-one .btn-buynow  {
  background-color: #0d6fb1;
}

.price-two .btn-buynow  {
  background-color: #ac2429;
}

.price-three .btn-buynow  {
  background-color: #e78817;
}

.price-four .btn-buynow  {
  background-color: #5f7452;
}

.price-one .btn-buynow:hover  {
  background-color: #0a5a90;
}

.price-two .btn-buynow:hover  {
  background-color: #821b1e;
}

.price-three .btn-buynow:hover  {
  background-color: #c57413;
}

.price-four .btn-buynow:hover  {
  background-color: #48583e;
}


.price-table2, .price-table3{
  margin-bottom:125px;
}

.price-table4 {
  margin-bottom: 150px
}

.table-one .table-header, 
.table-two .table-header, 
.table-three .table-header, 
.table-four .table-header {
  overflow: hidden;
  padding:20px;
  color: #fff;
}


.table-one .table-header {
  background-color:#0e76bc;
} 

.table-two .table-header {
  background-color:#c03035;
}

.table-three .table-header {
  background-color:#ed8d1b;
}

.table-four .table-header {
  background-color:#6c825f;
}

.single-table {
  position: relative;
  padding-top: 60px;
}

.table-one:before, 
.table-two:before, 
.table-three:before, 
.table-four:before {
  
  border-style: solid;
  border-width: 0 130px 60px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.table-one:before {
  border-color: transparent transparent #0d6fb1;
} 

.table-two:before {
  border-color: transparent transparent #ac2429;
}

.table-three:before {
  border-color: transparent transparent #e78817;
}

.table-four:before {
  border-color: transparent transparent #5f7452;
}

.table-header h2 {
  color: #fff;
  float: left;
  font-size: 24px;
  margin-top: 7px;
}

.table-header .plan-price {
  float: right;
  margin: 0;
  overflow: hidden;
  padding-top: 1px;
}

.single-table .btn-signup {
  display: block;
  text-align: center;
  position:relative;
  z-index:1;
}

.single-table ul {
  margin: 0;
  padding: 0;
}

.table-one .btn-signup:after, 
.table-two .btn-signup:after, 
.table-three .btn-signup:after, 
.table-four .btn-signup:after {
  content: "";
  position: absolute;  
  border-style: solid;
  border-width: 78px 130px 0;  
  height: 0;
  left: 0; 
  top: -1px;
  width: 100%;
  z-index: -1;
}

.table-one .btn-signup:after {
  border-color: #0d6fb1 transparent transparent;
}

.table-two .btn-signup:after {
  border-color: #ac2429 transparent transparent;
}

.table-three .btn-signup:after {
  border-color: #e78817 transparent transparent;
}

.table-four .btn-signup:after {
  border-color: #5f7452 transparent transparent;
}

.single-table .btn-signup a {
  color: #fff;
  display: inline-block;
  overflow: hidden;
  padding: 20px 0 0 0;
  text-transform: uppercase;
  letter-spacing: 3px;
}


.table-one .btn-signup:hover.btn-signup:after{
 border-color: #0b598d transparent transparent;
}


.table-two .btn-signup.btn-signup:hover:after {
  border-color: #831c20 transparent transparent;
}

.table-three .btn-signup.btn-signup:hover:after {
 border-color: #bd7014 transparent transparent;
}

.table-four .btn-signup.btn-signup:hover:after{
  border-color: #3d4b35 transparent transparent;
}


/*************************
********404 page CSS******
**************************/

#error-page {
  display: table;
  height: 100%;
  min-height: 100%;
  width: 100%;
  color: #686868;
  font-size: 18px;
  font-weight: 300;
  padding: 100px 0;
}

#error-page .container-fluid {
  overflow: hidden;
}

.error-page-inner {
  display: table-cell;
  vertical-align: middle;
}

.bg-404 {
  background-image: url("../images/home/tour-bg.png");
  background-repeat: repeat-x;
  background-position: center top;
}

.error-image {
  display: inline-block;
  padding-top: 50px;
  padding-bottom: 50px;
}

.error-image img {
  width: 100%;
}

#error-page h2 {
  font-size:36px;
  text-transform: uppercase;
}

.btn-error {
  font-weight: 300;
  margin-top: 30px;
  padding:25px 55px;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 5px;
  background-color: transparent;
  border: 1px solid #cc9b59;
  margin-top: 50px;
  margin-bottom: 50px;
}

.btn-error:hover, .btn-error:focus  {
  background-color: #cc9b59;
  border-color:#cc9b59;
  color:#fff;
}

#error-page i, #coming-soon i {
  border: 1px solid #cc9b59;
  height: 40px;
  width: 40px;
  line-height: 40px;
  color: #cc9b59;
  font-size: 17px;
  margin:0 15px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#error-page i:hover, #coming-soon i:hover {
  background-color: #cc9b59;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


/*************************
********404 page CSS******
**************************/

#error-page {
  display: table;
  height: 100%;
  min-height: 100%;
  width: 100%;
  color: #686868;
  font-size: 18px;
  font-weight: 300;
  padding: 100px 0;
}
#contact-page {
  display: table;
  height: 100%;
  min-height: 100%;
  width: 100%;
  color: #686868;
  font-size: 18px;
  font-weight: 300;
  padding: 20px 0;
}

#error-page .container-fluid {
  overflow: hidden;
}
#contact-page .container-fluid {
  overflow: hidden;
}

.error-page-inner {
  display: table-cell;
  vertical-align: middle;
}
.contact-page-inner {
  display: table-cell;
  vertical-align: middle;
}

.bg-404 {
  background-image: url("../images/404-bg.png");
  background-repeat: repeat-x;
  background-position: center top;
}

.error-image {
  display: inline-block;
  padding-top: 50px;
  padding-bottom: 50px;
}

.error-image img {
  width: 100%;
}

#error-page h2 {
  font-size:36px;
  text-transform: uppercase;
}
#contact-page h2 {
  font-size:36px;
  text-transform: uppercase;
}

.btn-error {
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #009B3F;
  color: #797979;
  font-size: 16px;
  font-weight: 700;
  letter-spacing:0;
  margin-bottom: 50px;
  margin-top: 50px;
  padding: 25px 53px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}

.btn-error:hover, .btn-error:focus  {
  background-color: #009B3F;
  border-color:#009B3F;
  color:#fff;
}

#error-page i, #contact-page i, #coming-soon i {
  border: 3px solid #000;
  height: 40px;
  width: 40px;
  line-height: 35px;
  color: #000;
  font-size: 17px;
  margin:0 15px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#error-page i.fa-facebook:hover, 
#contact-page i.fa-facebook:hover, 
#coming-soon i.fa-facebook:hover,
#error-page i.fa-linkedin:hover, 
#contact-page i.fa-linkedin:hover, 
#coming-soon i.fa-linkedin:hover, 
#error-page i.fa-twitter:hover, 
#contact-page i.fa-twitter:hover, 
#coming-soon i.fa-twitter:hover, 
#error-page i.fa-google-plus:hover, 
#contact-page i.fa-google-plus:hover, 
#coming-soon i.fa-google-plus:hover {    
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#error-page i.fa-facebook:hover, 
#contact-page i.fa-facebook:hover, 
#coming-soon i.fa-facebook:hover{
  background-color:transparent;  
  color: #314A87;
  border-color:#314A87;
}

#error-page i.fa-twitter:hover, 
#contact-page i.fa-twitter:hover, 
#coming-soon i.fa-twitter:hover{
  background-color:transparent;  
  color: #22BBF4;
  border-color:#22BBF4;
}

#error-page i.fa-google-plus:hover, 
#contact-page i.fa-google-plus:hover, 
#coming-soon i.fa-google-plus:hover{
  background-color:transparent;  
  color: #DD4C3B;
  border-color:#DD4C3B;
}
#error-page i.fa-linkedin:hover, 
#contact-page i.fa-linkedin:hover, 
#coming-soon i.fa-linkedin:hover{
  background-color:transparent;  
  color: #DD4C3B;
  border-color:#DD4C3B;
}

/*************************
******Coming Soon CSS*****
**************************/

.logo-image {
  display: block;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 15px;
}

.logo-image img {
  display: inline-block;
}

#coming-soon {
  /*background-image: url("../images/coming-soon-bg.png");*/
  background-position: center top;
  background-repeat: repeat-x;
  padding: 10px 0;
  overflow: hidden;
}

#coming-soon .social-link {
  margin-top: 35px;
}

.time-count {
  display: block;
  text-align: center;
}

.time-count ul {
  padding-left: 0;
}

#countdown {
  display: block;
  max-width: 960px;
  margin: 80px auto 100px;
}


#countdown li {
  float: left;
  display: block;
  width: 25%;
  text-align: center;
  height: 254px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain !important;
  position: relative;
  color: #fff;
}

#countdown li.angle-one {
  background-image: url(../images/coming-soon1.png);
  left: 120px;
}

#countdown li.angle-two {
  background-image: url(../images/coming-soon2.png);
  left: 40px;
}

#countdown li.angle-three {
  background-image: url(../images/coming-soon3.png);
  right: 40px;
}

#countdown li.angle-four {
  background-image: url(../images/coming-soon4.png);
  right: 120px;
}

#countdown li > span {
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  margin-top: 40px;
}

#countdown li.angle-two > span,
#countdown li.angle-four > span {
  margin-top: 80px;
}


#subscribe {
  background-color: #565656;
  color: #FFFFFF;
  padding: 40px 0 50px;
}

#subscribe h2 {
  color: #fff;
  text-transform: uppercase;
}

#subscribe .fa-envelope-o {
  color: #0884d5;
  margin-right: 5px;
}

#subscribe .form-control {
  background-color: transparent;
  height: 52px;
  color: #fff;
  border:2px solid #009B3F;
}

#newsletter {
  margin-top: 35px;
  position: relative;
}

#newsletter i {
  color: #0884d5;
  font-size: 36px;
  position: absolute;
  right: 12px;
  top: 7px;
}

.newsletter p {
  color: #919191;
  font-size: 12px;
  margin-top: 10px;
}

#coming-soon-footer {
  padding: 10px 0;
  line-height: 15px;
  overflow: hidden;
}

#coming-soon-footer a {
  color: #009B3F;
}

#coming-soon-footer a:hover {
  color: #b38040
}

/*Shortcodes CSS*/
.bs-example{
  margin: 0 0 20px;
}

.panel-group{
  border: 1px solid #eee;
}
.panel-default{
  border: 0;
}
.panel-group .panel{
  border-radius: 0;
}
.panel-group .panel+.panel{
  margin-top: 0;
}

.panel-default>.panel-heading{
  background-color: transparent;
  border-top: 1px solid #eee;
}

.panel-group .panel-default:first-child>.panel-heading{
  border-top: 0;
}

.panel-default>.panel-heading+.panel-collapse .panel-body{
  border-top-color: #eee;
}


.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus{
  background-color: #009B3F;
}

.tab-content {
  padding-top: 20px;
}

/*Features*/
.feature-inner{
  text-align: center;
}
.icon-wrapper{
  display: inline-block;
  background-color: #009B3F;
  color: #fff;
  padding: 25px;
  box-shadow: 0 0 0 5px rgba(0,0,0,.1) inset;
  -webkit-box-shadow: 0 0 0 5px rgba(0,0,0,.1) inset;
  border-radius: 100%;
  margin: 10px 0;
}
#contact .social-links {
  padding-bottom: 20px;
}

#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #ffcd1d;
  color: #fff;
  /*line-height: 1;*/
  padding: 5px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#contact .social-links a:hover {
  background: #ffcd1d;
  color: #fff;
}

.tittleFAQ h4 
{
    color : #00A94F;
    text-transform : uppercase;
    overflow : hidden;
    position : relative;
    padding-left : 3px;
}



 




/*related icons*/

@font-face{font-family:chrono-icons;src:url(../fonts/chronoicons.eot);src:url(../fonts/chronoicons.eot?#iefix) format("embedded-opentype"),url(../fonts/chronoicons.woff) format("woff"),url(../fonts/chronoicons.ttf) format("truetype");font-weight:400;font-style:normal}


 [class*=my-icon-],[class^=my-icon-]{display:inline-block;font:normal normal normal 14px/1 chrono-icons;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
 .my-icon-home:before{content:"\F000"}
 .my-icon-login-user:before{content:"\F001"}
 .my-icon-search:before{content:"\F002"}
 .my-icon-checkmark-small:before{content:"\F004"}
 .my-icon-telephone:before{content:"\F009"}
 .my-icon-timing-data-systems:before{content:"\F101"}
 .my-icon-timing-data-software:before{content:"\F102"}.my-icon-timing-data-hardware:before{content:"\F103"}.my-icon-transponders:before{content:"\F104"}.my-icon-event-services:before{content:"\F105"}
 .my-icon-participant-services-results:before{content:"\F106"}
 .my-icon-webshop-cart:before{content:"\F107"}
 .my-icon-system-timer-resellers--location:before{content:"\F108"}
 .my-icon-motocross-mx:before{content:"\F201"}
 .my-icon-karting-kart-racing:before{content:"\F202"}
 .my-icon-remote-controlled-racing-rc-racing-v1:before{content:"\F203"}
 .my-icon-remote-controlled-racing-rc-racing-v2:before{content:"\F204"}
 .my-icon-car-racing:before{content:"\F205"}
 .my-icon-bike-racing:before,.my-icon-running:before{content:"\F206"}.my-icon-inline-skating-ice-skating:before{content:"\F207"}.my-icon-cycling:before{content:"\F208"}.my-icon-swimming:before{content:"\F210"}.my-icon-nordic-sports-snow-sports:before{content:"\F211"}.my-icon-timers-time-keepers:before{content:"\f2ff"}.my-icon-event-organizers-directors:before{content:"\F301"}.my-icon-race-tracks-circuits-v1:before{content:"\F303"}.my-icon-clubs-federations:before{content:"\F304"}.my-icon-rc4-timing-system:before{content:"\F402"}.my-icon-bibtag-system:before{content:"\F403"}.my-icon-championchip-system:before{content:"\F404"}.my-icon-prochip-system:before{content:"\F405"}.my-icon-timepoint-system:before{content:"\F406"}.my-icon-mylaps-mx-timing-system:before{content:"\F407"}.my-icon-facebook:before{content:"\F600"}.my-icon-youtube:before{content:"\F601"}.my-icon-twitter:before{content:"\F602"}.my-icon-vimeo:before{content:"\F603"}.my-icon-instagram:before{content:"\F604"}.my-icon-linkedin:before{content:"\f605"}.my-icon-mylaps-symbol:before{content:"\F700"}.my-icon-mylaps-pin:before{content:"\F701"}.my-icon-race-tracks-circuits-v2:before{content:"\f800"}.my-icon-race-tracks-circuits-v3:before{content:"\f801"}.my-icon-caret-down:before{content:"\F005a"}.my-icon-caret-up:before{content:"\F005b"}.my-icon-caret-left:before{content:"\F005c"}.my-icon-caret-right:before{content:"\F005d"}.my-icon-x2-timing-data-system:before{content:"\F401c"}.my-icon-Home:before{content:"\f000"}.my-icon-Profileuser:before{content:"\f001"}.my-icon-Search:before{content:"\f002"}.my-icon-Checkmarkfat:before{content:"\f004"}.my-icon-Telephone:before{content:"\f009"}.my-icon-Timingdatasystems:before{content:"\f101"}.my-icon-Timingdatasoftware:before{content:"\f102"}.my-icon-Timingdatahardware:before{content:"\f103"}.my-icon-Transponders:before{content:"\f104"}.my-icon-Eventservices:before{content:"\f105"}.my-icon-Participantservicesresults:before{content:"\f106"}.my-icon-Webshopcart:before{content:"\f107"}.my-icon-Systemtimerresellerslocation:before{content:"\f108"}.my-icon-MotocrossMX:before{content:"\f201"}.my-icon-Kartingkartracing:before{content:"\f202"}.my-icon-RemotecontrolledracingRCracingv1:before{content:"\f203"}.my-icon-Carracing:before{content:"\f204"}.my-icon-Motorcycleracing:before{content:"\f205"}.my-icon-Running:before{content:"\f206"}.my-icon-Inlineskatingiceskating:before{content:"\f207"}.my-icon-Cycling:before{content:"\f208"}.my-icon-Swimming:before{content:"\f209"}.my-icon-Nordicsportssnowsports:before{content:"\f210"}.my-icon-Multisports:before{content:"\f211"}.my-icon-multisports:before{content:"\f806"}.my-icon-Timerstimekeepers:before{content:"\f2ff"}.my-icon-Eventorganizers:before{content:"\f301"}.my-icon-Racetrackscircuits:before{content:"\f303"}.my-icon-Clubsfederations:before{content:"\f304"}.my-icon-RC4timingsystem:before{content:"\f402"}.my-icon-BibTagsystem:before{content:"\f403"}.my-icon-ChampionChipsystem:before{content:"\f404"}.my-icon-ProChipsystem:before{content:"\f405"}.my-icon-TimePointsystem:before{content:"\f406"}.my-icon-MylapsMXtimingsystem:before{content:"\f407"}.my-icon-Facebook:before{content:"\f600"}.my-icon-YouTube:before{content:"\f601"}.my-icon-Twitter:before{content:"\f602"}.my-icon-Vimeo:before{content:"\f603"}.my-icon-Instagram:before{content:"\f604"}.my-icon-LinkedIn:before{content:"\f605"}.my-icon-Mylapssymbol:before{content:"\f700"}.my-icon-Mylapspin:before{content:"\f701"}.my-icon-Racetrackscircuits-Extrav1:before{content:"\f800"}.my-icon-Racetrackscircuits-Extrav2:before{content:"\f801"}.my-icon-Motocrossracing:before{content:"\f802"}.my-icon-RemotecontrolledracingRCracing-Extrav1:before{content:"\f803"}.my-icon-RemotecontrolledracingRCracing-Extrav2:before{content:"\f804"}.my-icon-Stockcarracing:before{content:"\f805"}.my-icon-Multisports-Extrav1:before{content:"\f806"}.my-icon-Droneracing:before{content:"\f807"}.my-icon-Angledown:before{content:"\f003a"}.my-icon-Angleup:before{content:"\f003b"}.my-icon-Angleleft:before{content:"\f003c"}.my-icon-Angleright:before{content:"\f003d"}.my-icon-Caretdown:before{content:"\f005a"}.my-icon-Caretup:before{content:"\f005b"}.my-icon-Caretleft:before{content:"\f005c"}.my-icon-Caretright:before{content:"\f005d"}.my-icon-Sortdescending:before{content:"\f006a"}.my-icon-Sortascending:before{content:"\f006b"}.my-icon-Sortunsorted:before{content:"\f006c"}.my-icon-Tag:before{content:"\f007a"}.my-icon-Tags:before{content:"\f007b"}.my-icon-X2timingdatasystem:before{content:"\f401a"}.my-icon-X2Pro:before{content:"\f401b"}.my-icon-X2Pro-Extrav1:before{content:"\f401c"}.my-icon-drone-racing:before{content:"\f807"}
 
 .related{margin:-30px 0 40px}
 .related:after{display:block;content:"";clear:both}
 .related-group{margin-right:25px;float:left}
 .related-group:after{display:block;content:"";clear:both}
 .related-group h5{color:gray;margin-bottom:15px}
 .related-group--glyph{background:#fff;border:1px solid #009B3F;border-radius:3px;font-size:35px;line-height:48px;width:50px;height:50px;color:#009B3F;text-align:center;margin-right:5px;float:left}
 .related-icons{margin:30px 0 40px}
 @media (min-width:992px){.related-icons{position:relative;margin:0;bottom:0}}
 
 
