/*
#our-main-skills {
  background-image: url("../img/bg-our-main-skills.jpg");
}
#coming-soon {
  background-image: url("../img/bg-coming-soon.jpg");
}
#contact-us {
  background-image: url("../img/bg-contact-us.jpg");
}
#quote {
  background-image: url("../img/bg-quote.jpg");
}
*/

.btn-footer:hover{
	color: #FD6600;
	font-size:18px!important;
    border-color: #FD6600;
    background-color: #fff;
}
.btn-chrome:hover{
	color: #FD6600;
    border-color: #FD6600;
    background-color: #fff;
}

.price-content .price{
	font-size: 130px;
    font-weight: 500;
}
.price-content .month{
	font-size: 24px;
    font-weight: 500;
	display: block;
}

#common-question .faqcommon:hover,
#common-question .faqcommon:focus{
	color: #FD6600;
	text-decoration:underline;
}
.testimonial-item > .testimonial-content blockquote p {
	min-height:157px;
}

.navbar.navbar-fixed-top .navbar-brand:hover {
  color: #fff;
}

#testimonials .testimonial-title,#testimonials .testimonial-author{
	display:none;
}
.logo_floor{
	padding:0px!important;
	transition: all .4s cubic-bezier(.4,0,.2,1);
}
.logo_floor .floor_background{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
/* logo墙 start*/
.floor_background .bg_mask{
	position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    filter: grayscale(100%);
    background-image: url(../img/bg-testimonial.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.logo_floor .floor_mask{
	position:absolute;
	top:0px;
	bottom:0;
	left:0;
	right:0;
	background-color: #000000b8;
	
	transition: all .4s cubic-bezier(.4,0,.2,1);
}
.logo_floor .floor_item{
    padding: 0;
    margin: 0;
    width: 220px;
    height: 220px;
	position:relative;
	
	transition: all .4s cubic-bezier(.4,0,.2,1);
	box-shadow:0px 0px 1px #5e5e5e
}
.floor_item .logo_item{
	width: 100%;
    text-align: center;
    position: absolute;
    top: 50px;
	
    transition: all .4s cubic-bezier(.4,0,.2,1);
}
.logo_item .studio_logo img{
	height:65px;
	background-color:#fff;
}
.logo_item .short_line{
	border-bottom: 1px solid #fff;
    margin: 20px 85px 0px 85px;
	
	transition: all .4s cubic-bezier(.4,0,.2,1);
}
.logo_item h3{
	margin-top: 20px;
	font-size:18px;
	color:#fff;
	font-weight:600;
	
	transition: all .4s cubic-bezier(.4,0,.2,1);
}
.floor_item:hover .floor_mask{
	background-color:#FD6600;
	opacity:.8;
}
.floor_item:hover .logo_item{
	top: 35px;
}
/* logo墙 end*/

@media (max-width:1673px) and (min-width:1636px){
	.logo_floor .floor_item{
		width:215px;
	}	
}
@media (max-width:1636px) and (min-width:1523px){
	.logo_floor .floor_item{
		width:200px;
	}	
}
@media (max-width:1523px) and (min-width:1448px){
	.logo_floor .floor_item{
		width:190px;
	}	
}
@media (max-width:1448px) and (min-width:1372px){
	.logo_floor .floor_item{
		width:170px;
	}	
}
@media (max-width:1372px) and (min-width:1222px){
	.logo_floor .floor_item{
		width:160px;
	}	
}
@media (max-width:1222px) and (min-width:1124px){
	.logo_floor .floor_item{
		width:150px;
	}	
}
@media (max-width:1123px) and (min-width:1049px){
	.logo_floor .floor_item{
		width:140px;
	}	
}
@media (max-width:1048px) and (min-width:956px){
	.logo_floor .floor_item{
		width:130px;
	}	
}
@media (max-width:955px) and (min-width:791px){
	.logo_floor .floor_item{
		width:250px;
	}	
}
@media (max-width:790px) and (min-width:677px){
	.logo_floor .floor_item{
		width:220px;
	}	
}
@media (max-width:676px) and (min-width:587px){
	.logo_floor .floor_item{
		width:190px;
	}	
}
@media (max-width:586px) and (min-width:467px){
	.logo_floor .floor_item{
		width:150px;
	}	
}
@media (max-width:467px) and (min-width:422px){
	.logo_floor .floor_item{
		width:135px;
	}	
}
@media (max-width:466px) and (min-width:347px){
	.logo_floor .floor_item{
		width:110px;
	}	
}
@media (max-width:346px) and (min-width:200px){
	.logo_floor .floor_item{
		width:90px;
	}	
}
@media (max-width: 640px) {
	.testimonial-item > .testimonial-content blockquote p {
		min-height:auto;
	}
	
	#our-pricing .column2{
		padding-left:0;
		padding-right:0;
	}
	#our-pricing .price{
		font-size:30px;
	}
	#our-pricing .item-list li{
		font-size: 14px;
	}
	#our-pricing .price-info{
		font-size: 12px;
		display:none;
	}

	.price-content .price{
		font-size: 70px!important;
		font-weight: 100!important;
	}
	.price-content .month{
		font-size: 18px!important;
		font-weight: 100!important;
	}
	
	.es-logo2{
	  margin-left:15px;
	  height: 30px;
	  margin-top: 15px;
	}
}

/*---------------------------------------------------------------------*/
/*  1. GLOBAL STYLES
/*---------------------------------------------------------------------*/

.push {
  margin-left: 0px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
@media (min-width: 992px) {
  .push.pushed-left {
    margin-left: 250px;
  }
}
@media (min-width: 992px) {
  .push.pushed-right {
    margin-left: -250px;
  }
}

.section.section-parallax-yes > .section-inner > .section-overlay {
  content: '';
  position: absolute;
  background-color: #000;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  zoom: 1;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
}
.section.section-parallax-yes > .section-inner > .parallax .bcg {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
@media (min-width: 1280px) {
  .section.section-parallax-yes > .section-inner > .parallax .bcg {
    background-attachment: fixed;
  }
}


/*---------------------------------------------------------------------*/
/*  2. ANIMATION DELAY
/*---------------------------------------------------------------------*/

.delayp2 {
  animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-delay: .2s;
  -o-animation-delay: .2s;
  transition-delay: .2s;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
}
.delayp3 {
  animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-delay: .3s;
  -o-animation-delay: .3s;
  transition-delay: .3s;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
}
.delayp4 {
  animation-delay: .4s;
  -moz-animation-delay: .4s;
  -webkit-animation-delay: .4s;
  -o-animation-delay: .4s;
  transition-delay: .4s;
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  -o-transition-delay: .4s;
}
.delayp5 {
  animation-delay: .5s;
  -moz-animation-delay: .5s;
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  transition-delay: .5s;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  -o-transition-delay: .5s;
}


/*---------------------------------------------------------------------*/
/*  3. PAGE LOADER
/*---------------------------------------------------------------------*/
#page-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
}
#page-loader .preload {
  width: 128px;
  height: 128px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -64px;
  margin-left: -64px;
}


/*---------------------------------------------------------------------*/
/*  4. NAVBAR
/*---------------------------------------------------------------------*/
.navbar.navbar-fixed-top .navbar-nav > li > a > i.fa-angle-down {
    padding-left: 2px;
  }


/*---------------------------------------------------------------------*/
/*  4.1. NAVBAR - CENTER MENU
/*---------------------------------------------------------------------*/
@media (min-width: 992px) {
  .navbar.navbar-fixed-top.center-menu .navbar-nav {
    margin: 0 auto;
    float: none;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .navbar.navbar-fixed-top.center-menu .navbar-nav > li {
    display: inline-block;
    float: none;
    padding-right: 5px;
    padding-left: 5px;
  }
}


/*---------------------------------------------------------------------*/
/*  4.2. NAVBAR - SIDE MENU
/*---------------------------------------------------------------------*/
@media (min-width: 992px) {
  .navbar.navbar-fixed-top.side-menu {
    z-index: 15;
    position: fixed;
    top: 0;
    width: 250px;
    height: 100%;
    background-color: #222;
    box-shadow: none;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
  }
}
@media (min-width: 992px) {
  .navbar.navbar-fixed-top.side-menu .container {
    margin: 0;
    padding: 0;
    width: auto;
  }
}
@media (min-width: 992px) {
  .navbar.navbar-fixed-top.side-menu .navbar-header {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .navbar.navbar-fixed-top.side-menu .navbar-header .navbar-brand {
    color: #aaa;
    float: none;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #aaa;
    border-radius: 2px;
  }
}
@media (min-width: 992px) {
  .navbar.navbar-fixed-top.side-menu .navbar-nav {
    position: relative;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .navbar.navbar-fixed-top.side-menu .navbar-nav > li {
    float: none;
  }
}
@media (min-width: 992px) {
  .navbar.navbar-fixed-top.side-menu .navbar-nav > li > a {
    color: #aaa;
    height: 42px;
    line-height: 42px;
    padding: 0px 30px;
  }
  .navbar.navbar-fixed-top.side-menu .navbar-nav > li > a:hover {
    color: #fff;
  }
}
.navbar.navbar-fixed-top.side-menu .navbar-nav > li.active > a {
  color: #fff;
}
@media (min-width: 992px) {
  .navbar.navbar-fixed-top.side-menu.left-slide-menu,
  .navbar.navbar-fixed-top.side-menu.left-push-menu {
    left: -250px;
  }
}
@media (min-width: 992px) {
  .navbar.navbar-fixed-top.side-menu.left-slide-menu.active,
  .navbar.navbar-fixed-top.side-menu.left-push-menu.active {
    left: 0;
  }
}
@media (min-width: 992px) {
  .navbar.navbar-fixed-top.side-menu.right-slide-menu,
  .navbar.navbar-fixed-top.side-menu.right-push-menu {
    right: -250px;
    left: auto;
  }
}
@media (min-width: 992px) {
  .navbar.navbar-fixed-top.side-menu.right-slide-menu.active,
  .navbar.navbar-fixed-top.side-menu.right-push-menu.active {
    right: 0;
  }
}
.navbar-trigger-open {
  z-index: 10;
  position: fixed;
  top: 0;
  margin-top: 25px;
}
.navbar-trigger-open a {
  color: #fff;
  font-size: 28px;
  background-color: #FD6600;
  padding: 5px 15px;
  border-radius: 2px;
  opacity: 0.9;
}
.navbar-trigger-open.left {
  left: 0;
  margin-left: 20px;
}
.navbar-trigger-open.right {
  right: 0;
  margin-right: 20px;
}
span.navbar-trigger-close {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 25px;
  margin-top: 28px;
}
span.navbar-trigger-close a {
  color: #aaa;
  font-size: 28px;
}
span.navbar-trigger-close a:hover {
  color: #fff;
}


/*---------------------------------------------------------------------*/
/*  5. INTRO SECTION
/*---------------------------------------------------------------------*/

#intro .intro-body .logo > h1 {
  display: block;
  width: 110px;
  height: 110px;
  line-height: 110px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 80px;
  font-weight: 700;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin: auto;
}

#intro .intro-body .page-scroll {
  margin-top: 30px;
}
@media (min-width: 768px) {
  #intro .intro-body .page-scroll {
    margin-top: 50px;
  }
}
#intro .intro-body .page-scroll a.btn {
}
@media (min-width: 768px) {
  #intro .intro-body .page-scroll a.btn {
    padding: 20px 25px;
    font-size: 22px;
  }
}


/*---------------------------------------------------------------------*/
/*  6. WHO WE ARE SECTION
/*---------------------------------------------------------------------*/
#who-we-are .carousel-container {
  padding-bottom: 40px;
}


@media (min-width: 1024px) {
  #who-we-are .who-we-are-text {
    text-align: left;
  }
}

#who-we-are .who-we-are-text > .page-scroll {
  padding-top: 10px;
}


/*---------------------------------------------------------------------*/
/*  7. FUN FACT SECTION
/*---------------------------------------------------------------------*/

#fun-fact > .section-inner .section-content .section-title {
  color: #b7ada4;
}
#fun-fact > .section-inner .section-content .section-title > .section-line {
  background-color: #b7ada4;
}


/*---------------------------------------------------------------------*/
/*  8. OUR MAIN SKILLS SECTION
/*---------------------------------------------------------------------*/

#our-main-skills > .section-inner .section-content .section-title {
  color: #b7ada4;
}
#our-main-skills > .section-inner .section-content .section-title > .section-line {
  background-color: #b7ada4;
}
#our-main-skills .bar-chart-text {
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  #our-main-skills .bar-chart-text {
    text-align: left;
  }
}
@media (min-width: 992px) {
  #our-main-skills .bar-chart-text {
    text-align: right;
  }
}
#our-main-skills .bar-chart-text p.lead {
  font-size: 18px;
}
@media (min-width: 768px) {
  #our-main-skills .bar-chart-text p.lead {
    font-size: 21px;
  }
}


/*---------------------------------------------------------------------*/
/*  9. QUOTE SECTION
/*---------------------------------------------------------------------*/

#quote > .section-inner .section-content {
  padding-top: 100px;
  padding-bottom: 80px;
  color: #b7ada4;
}
#quote > .section-inner .section-content .quote-text > .quote-icon > i {
  color: #FD6600;
  padding-bottom: 20px;
}
#quote > .section-inner .section-content .quote-text > h2 {
  font-size: 40px;
}
#quote > .section-inner .section-content .quote-text > h2.quote-by {
  color: #FD6600;
}


/*---------------------------------------------------------------------*/
/*  10. KEEP IN TOUCH SECTION
/*---------------------------------------------------------------------*/


#keep-in-touch .social-icon-item > a:hover {
  color: #FD6600;
  cursor: pointer;
}
#keep-in-touch .social-icon-item > a:hover .social-icon > i {
  color: #FD6600;
}



/*---------------------------------------------------------------------*/
/*  11. MEET THE TEAM SECTION
/*---------------------------------------------------------------------*/
#meet-the-team .team-item > .team-element {
  position: relative;
  display: block;
  overflow: hidden;
}
#meet-the-team .team-item > .team-element:hover > .team-inner {
  display: block;
  cursor: pointer;
}
#meet-the-team .team-item > .team-element:hover > img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#meet-the-team .team-item > .team-element > .team-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: none;
  background-color: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
}
#meet-the-team .team-item > .team-element > .team-inner > .team-detail {
  text-align: center;
  display: table;
  width: 100%;
  height: 100%;
}
#meet-the-team .team-item > .team-element > .team-inner > .team-detail > .team-content {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
  color: #fff;
  letter-spacing: 0.2em;
}
#meet-the-team .team-item > .team-element > .team-inner > .team-detail > .team-content > h4 {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 300;
}
#meet-the-team .team-item > .team-element > .team-inner > .team-detail > .team-content > p {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
}
#meet-the-team .team-item > .team-element > img {
  display: inline-block;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
#meet-the-team .team-item.not-right-column.top-column {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  #meet-the-team .team-item.not-right-column.top-column {
    margin-bottom: 0px;
  }
}
#meet-the-team .team-item.not-right-column {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #meet-the-team .team-item.not-right-column {
    margin-bottom: 0px;
  }
}




/*---------------------------------------------------------------------*/
/*  13. COMING SOON SECTION
/*---------------------------------------------------------------------*/

#coming-soon > .section-inner .section-content .section-title {
  color: #b7ada4;
}
#coming-soon > .section-inner .section-content .section-title > .section-line {
  background-color: #b7ada4;
}
#coming-soon > .section-inner .section-content .countdown-form {
  margin-top: 60px;
}
@media (min-width: 360px) {
  #coming-soon > .section-inner .section-content .countdown-form {
    margin-top: 70px;
  }
}
#coming-soon > .section-inner .section-content .countdown-form form > .input-group > span.input-group-btn > .btn {
  padding-top: 11px;
  padding-bottom: 10px;
}
#coming-soon > .section-inner .section-content .countdown-text {
  margin-top: 50px;
}
#coming-soon > .section-inner .section-content .countdown-text > p {
  color: #b7ada4;
}


/*---------------------------------------------------------------------*/
/*  14. CONTACT US SECTION
/*---------------------------------------------------------------------*/

#contact-us > .section-inner .section-content .section-title {
  color: #b7ada4;
}
#contact-us > .section-inner .section-content .section-title > .section-line {
  background-color: #b7ada4;
}
#contact-us > .section-inner .section-content .content-message {
  color: #fff;
  background-color: #FD6600;
  margin-bottom: 50px;
  padding: 30px;
}
#contact-us > .section-inner .section-content .form-group .input-group {
  width: 100%;
}
#contact-us > .section-inner .section-content .form-group label {
  color: #b7ada4;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
#contact-us > .section-inner .section-content .form-group label.error {
  position: absolute;
  top: -26px;
  right: 0;
  font-size: 13px;
  font-weight: 700;
  text-transform: none;
}
#contact-us > .section-inner .section-content .form-group input,
#contact-us > .section-inner .section-content .form-group textarea {
  color: #222;
  font-weight: 300;
  letter-spacing: 0.1em;
  border-radius: 0px;
  border-left-color: #FD6600;
}
#contact-us > .section-inner .section-content .form-group textarea {
  height: 137px;
}
#contact-us > .section-inner .section-content .form-group button {
  width: 100%;
  margin-top: 30px;
  border-radius: 0px;
}
#contact-us > .section-inner .section-content .form-group span {
  color: #fff;
  background-color: #FD6600;
  border-radius: 0px;
  border-color: #FD6600;
}
#contact-us > .section-inner .section-content .form-group span > i {
  width: 20px;
}
#contact-us > .section-inner .section-content .social-icon-text > h2 {
  display: inline-block;
  color: #fff;
  font-size: 40px;
  font-weight: 300;
  text-transform: uppercase;
  background-color: #FD6600;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  border: 1px solid #148f77;
  margin-top: 50px;
}
#contact-us > .section-inner .section-content .social-icon-text > h4 {
  color: #b7ada4;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 30px;
}
#contact-us > .section-inner .section-content .social-icon-text > ul.social-icon-list {
  margin-top: 20px;
}
#contact-us > .section-inner .section-content .social-icon-text > ul.social-icon-list > li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #c9c9c9;
  font-size: 16px;
  text-align: center;
  border: 1px solid #c9c9c9;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#contact-us > .section-inner .section-content .social-icon-text > ul.social-icon-list > li a:hover {
  border-color: #ffffff;
}


/*---------------------------------------------------------------------*/
/*  15. MAP
/*---------------------------------------------------------------------*/
#map {
  background-color: #f2f4f4;
}
#map #google-container {
  position: relative;
  width: 100%;
  height: 500px;
  border-top: 5px solid #fff;
}
#map #google-container #cd-google-map {
  position: relative;
  -webkit-transition: all ease 0.55s;
  transition: all ease 0.55s;
}


/*---------------------------------------------------------------------*/
/*  16. FOOTER
/*---------------------------------------------------------------------*/

footer.footer a:hover {
  color: #ffffff;
}
footer.footer #footer {
  background-color: #1c1c1c;
  padding-top: 50px;
  padding-bottom: 20px;
}
footer.footer #footer .footer-column.not-right-column {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  footer.footer #footer .footer-column.not-right-column {
    margin-bottom: 0px;
  }
}
footer.footer #footer .footer-column .footer-text {
  text-align: center;
}
@media (min-width: 768px) {
  footer.footer #footer .footer-column .footer-text {
    text-align: left;
  }
}
footer.footer #footer h4 {
  color: #c9c9c9;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 0.2em;
}
footer.footer #footer p {
  font-size: 14px;
  margin-bottom: 20px;
}
footer.footer #footer ul.icon-list > li {
  padding-bottom: 10px;
}
footer.footer #footer ul.icon-list > li > i {
  padding-right: 10px;
}
footer.footer #footer ul.social-icon-list > li {
  padding-bottom: 10px;
}
footer.footer #footer ul.social-icon-list > li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  border: 1px solid #c9c9c9;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
footer.footer #footer ul.social-icon-list > li a:hover {
  border-color: #ffffff;
}
footer.footer #footer .newsletter-form input {
  background-color: transparent;
  border-color: #888;
}


.topFixe #onlineClass {
    position: absolute;
    height: 300px;
    width: 100%;
    background-color: #FD6600;
    z-index: 99999;
    top: 0;
}
.topFixe #introBackground {
    top: 300px;
}
.topFixe #intro {
    margin-top: 300px;
}

