@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600,800);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,300);
@import url(http://fonts.googleapis.com/css?family=Allura);
@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);

/*font-family: 'Roboto Condensed', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Raleway', sans-serif;
*/

body {
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

ul {
	padding-left: 0;
}

li {
	list-style: none;
}
.red,
a:hover {
	color: #e9541a !important;
}
a:focus {
	outline: none;
}

a:hover {
	transition: all 0.5s ease;
	text-decoration: none;
}


/*header top*/
.header {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  position: fixed;
  width: 100%;
  z-index: 100;
}

.header-top {
  background: #21252b;
  padding: 10px 0;
}
.top-contact > ul {
  float: right;
  margin-bottom: 0;
}

.top-contact li {
  float: left;
  margin-right: 60px;
}

.top-contact li:last-child {
	margin-right: 0;
}

.top-contact span {
  color: #11b7f2;
  font-size: 13px;
}

.top-contact a {
  color: #fff;
  font-size: 13px;
}
.top-contact li:first-child a {
	font-size: 15px;
	font-weight: 700;
}
.top-contact li:first-child a span {
	font-weight: 300;
}

.top-contact li i {
  color: #fff;
  margin-right: 11px;
}

.navbar-brand {
	float: left !important;
  height: auto;
  width: 250px;
}

.logo-title {
  color: #0db8f0;
  display: block;
  float: left;
  font-family: raleway;
  font-size: 20px;
  font-weight: 700;
  margin-top: 70px;
}
.logo-title span {
	color: #e9541a;
}

.navbar-nav > li {
  margin-right: 12px;
}

.navbar-nav > li:last-child {
  margin-right: 0;
}

.navbar-default .navbar-nav > li > a {
  color: #444;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 500;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.navbar-default {
  background-color: #fff;
  border: medium none;
  border-radius: 0;
  margin-bottom: 0;
}
/*#nav {
  width: 100%;
}

#nav.affix-top {
   	background-color: transparent;
	box-shadow: none;
    min-height: 80px;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 10;
}

#nav.affix {
   position: fixed;
   top: 0;
   z-index:10;
   -webkit-transition: all .6s ease-in-out;
   }*/


   #home .navbar-default .navbar-nav > li.nav-home a, 
   #about .navbar-default .navbar-nav > li.nav-about a,
   #projects .navbar-default .navbar-nav > li.nav-project a,
   #services .navbar-default .navbar-nav > li.nav-service a,
   #testimonial .navbar-default .navbar-nav > li.nav-testimonial a,
   #contact .navbar-default .navbar-nav > li.nav-contact a,
   .navbar-default .navbar-nav > li > a:hover {
     border-bottom: 3px solid #e9541a;
     color: #e9541a;
   }


   .nav.navbar-nav.navbar-right {
    margin-top: 30px;
  }

  .navbar-default .navbar-toggle {
    border-color: #ee1b24;
    margin-top: 46px;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #ee1b24;
  }

  .dropdown-menu a {
    border-bottom: 1px solid #ddd !important;
    color: #444 !important;
    padding: 10px 15px !important;
    text-transform: uppercase;
  }

  .dropdown-menu a:hover {
   background: none !important;
   color: #e9541a !important;
   border-bottom: 1px solid #e9541a !important;
 }

 .navbar-right .dropdown-menu {
   padding: 0;
   left: 0;
   right: auto;
 }


 /*banner*/

 .banner {
   margin-bottom: -20px;
   padding-top: 105px;
   position: relative;
 }

 .banner .flex-direction-nav {
  margin: 0;
  position: static;
}

.banner .flex-direction-nav .flex-next {
  background: url("../images/next.png") no-repeat scroll top center #fff;
  border: medium none;
  height: 50px;
  right: 20px;
  bottom: 33%;
  width: 50px;
}

.banner .flex-direction-nav .flex-prev {
  background: url("../images/prev.png") no-repeat scroll top center #fff;
  border: medium none;
  height: 50px;
  left: 20px;
  bottom: 33%;
  width: 50px;
}

.banner .flex-direction-nav .flex-prev:hover {
  background: url("../images/prev.png") no-repeat scroll bottom center rgba(0, 0, 0, 0.8);
}
.banner .flex-direction-nav .flex-next:hover {
  background: url("../images/next.png") no-repeat scroll bottom center rgba(0, 0, 0, 0.8);
}





.slide {
  min-height: 465px;
}

.slide-1 .banner-slogan {
	padding-bottom: 20px;
	padding-top: 90px;
  text-align: center;
}
.banner-slogan h3 {
  color: #104bff;
  font-weight: 600;
}
.slide-1 .banner-slogan h1, 
.slide-1 .banner-slogan h2 {
  color: #fff;
  font-weight: 700;
}
.slide-1 .banner-slogan h2 span{
  color: #0edd23;
}
.slide-1 .banner-slogan h1 {
	font-size: 35px;
}

.slide-1 .banner-slogan h2 {
  font-size: 25px;
  line-height: 50px;
}

.slide-1 .slogan-tp {
	margin-bottom: 50px;
}
.slide-1 .banner-slogan > a {
  background: #1ea1db none repeat scroll 0 0;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  padding: 16px 25px;
  text-transform: uppercase;
}
.slide-2 {
  padding-top: 190px;
}
.slide-3 {
	padding-top: 237px;
}
.slide-2 .slogan-tp > h2 {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  border-radius: 2px;
  color: #eceeef;
  display: inline-block;
  font-weight: 800;
  line-height: 24px;
  margin: 0;
  padding: 28px 20px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
  text-transform: uppercase;
}

.slide-2 .slogan-feature {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  display: inline-block;
  margin-top: 20px;
  padding: 15px 20px 10px;
}
.slide-2 .slogan-feature p:before {
	content: "\f00c";
	font-family:'FontAwesome';
	padding-right: 13px;
}
.slogan-feature > p {
  color: #fff;
  font-size: 16px;
}

.slide-3 p.slogan-details {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 20px;
}

.slogan-details > a {
  color: #fff;
}

.slide-3 .banner-slogan > a {
  background: #ea3325 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  width: 177px;
}
.banner-slogan > a:hover {
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.4)
}
.slide-3 .slogan-tp {
  margin-bottom: 10px;
}


/*welcome section*/

.welcome-section {
  background: #f4f4f4;
  padding: 20px 0 34px;
}
.welcome-title {
  color: #3d444e;
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.welcome-title > span {
  color: #0db8f0;
}

.wel-image {
  margin-bottom: 24px;
}



.wel-info p {
  color: #494b4c;
  font-size: 14px;
  line-height: 22px;
}


.experience {
  padding-top: 10px;
}

.experience > p {
  color: #079ed4;
  font-size: 20px;
}

/*services*/
.services {
	padding: 40px 0 0 0;
}


.service-title h4 {
  color: #e9541a;
  font-size: 15px;
  margin: 10px 0 20px 0;
  text-align: center;
  text-transform: uppercase;
}


.service-icon {
  margin-bottom: 60px;
}



.service-image {
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.service-item {
	margin-bottom: 30px;
}
.service-image .img-responsive {
	width: 100%;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.service-image:hover img{
	transform:         scale(1.3); /* CSS3 */
	-moz-transform:    scale(1.3); /* Firefox */
	-webkit-transform: scale(1.3); /* Webkit */
	-o-transform:      scale(1.3); /* Opera */
	-ms-transform:     scale(1.3); /* IE 9 */
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.service-title-slogan {
  bottom: -100px;
  position: absolute;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  width: 100%;
}
.service-image:hover .service-title-slogan {
	bottom: 0;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}	
.service-title-slogan > span {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 300;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
}



/*licence and services*/
.material-brands {
	background: url(../images/shadow-tp.png) no-repeat top center;
	padding-top: 44px;}
	
  .material-brands .img img {
    width: 100%;
  }

 /*   .brisbane-title {
        background: rgba(0, 0, 0, 0) url("../images/satisfaction-logo.png") no-repeat scroll 70% 50%;
        }*/

        .brisbane-feature-list h1 {
          color: #ee2e24;
          font-family: oswald;
          font-size: 30px;
          margin: 0;
        }
        .brisbane-feature-list {
          margin-bottom: 10px;
        }
        .brisbane-feature-list h2 {
          font-size: 22px;
          background-color: #FFFF00;
          color: #035a8d;
          text-align: center;
          max-width: 215px;
          padding: 10px 0;
        }
        .lft-part-licence {
          padding: 35px 0;
          display: flex;
          flex-wrap: wrap;
          justify-content: flex-end;
        }
        .lft-part-licence .img {
          padding: 25px 0;
        }
        .brisbane-feature-list ul li {
          padding: 5px 0;
          color: #444;
        }
        .brisbane-feature-list ul li img {
          padding-right: 15px;
        }
        .brisbane-feature-list .img {
          width: 200px;
        }
/*.brisbane-feature-list > p {
    color: #00264c;
    font-size: 22px;
    line-height: 32px;
	margin-bottom: 0;
}
.brisbane-feature-list > p:before {
	color: #ee2e24;
	content: "\f00c";
	font-family:'FontAwesome';
	font-size: 20px;
	padding-right: 18px;
	}*/

  .service-offer-title > h2 {
    color: #1ea1db;
    font-family: "Oswald",sans-serif;
    margin: 30px 0 20px;
    text-transform: uppercase;
  }

  .free-quote {
   margin-bottom: 50px;
   border: 1px solid #ccc;
   padding: 0 25px;

 }
 .free-quote h3 {
  font-size: 20px;
  color: #035a8d;
  font-weight: 600;
}

.free-quote  p {
  background: #fff none repeat scroll 0 0;
  color: #444;
  display: inline-block;
  font-size: 15px;
  margin-bottom: 8px;
  font-weight: 500;
}

.free-quote a {
  color: #007bff;
  font-weight: 600;
  cursor: pointer;
  text-decoration: underline;
}

/*.service-lists > ul {
      padding-left: 5px; 
      }*/

      .service-lists li {
       background: url(../images/bullet-bg.png) no-repeat left center;
       color: #444;
       font-size: 14px;
       line-height: 26px;
       padding-left: 20px;
       padding-top: 5px;
       font-weight: 500;
     }

     .request-quote {
      margin: 20px 0;
      float: right;
    }

    .request-quote a i {
      margin-left: 13px;
    }

    .request-quote > a {
      background: #eeeeef none repeat scroll 0 0;
      border: 1px solid #d1d2d3;
      color: #0c9ecf;
      display: inline-block;
      font-size: 23px;
      font-weight: 700;
      height: 74px;
      line-height: 74px;
      padding: 0 28px;
    }



    /*footer*/
    .footer-top {
      background: #21252b;
      padding: 30px 0 37px 0;
    }
    .footer-top iframe {
      width: 100%;
      height: 300px;
    }

    .ft-header h4 {
      border-bottom: 1px solid #c5c5c5;
      color: #fff;
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 15px;
      padding-bottom: 10px;
    }
    .col-md-6.ft-rt-padding {
      padding-right: 5px;
    }

    .col-md-6.ft-lft-padding {
      padding-left: 5px;
    }

    .ft-inner-section .form-control {
      background: #ebebeb;
      border: medium none;
      border-radius: 0;
      box-shadow: none;
      height: 25px;
    }

    .ft-inner-section textarea.form-control {
     height: auto;
   }

   .form-control::-moz-placeholder {
    color: #21252b;
    font-size: 13px;
  }

  .footer-top .btn-default {
    margin-top: 11px;
  }

  .btn.btn-default {
    background: #ebebeb;
    border: medium none;
    border-radius: 0;
    color: #1d53a3;
    font-size: 15px;
    font-weight: 500;
    height: 35px;
    line-height: 35px;
    padding: 0 34px;
  }


  .ft-contact-details > p {
    color: #c5c5c5;
    font-size: 13px;
  }

  .ft-inner-section.ft-inner-section-1 {
    width: 92%;
  }

  .ft-inner-section {
    width: 95%;
  }

  .ft-inner-section2 {
   width: 91%;
 }

 .contact-details > p, 
 .contact-details > p a {
  color: #c5c5c5;
  font-size: 13px;
}

.contact-details p i {
  color: #ebebeb;
  font-size: 15px;
  margin-right: 15px;
}

.ft-contact-details {
  margin-bottom: 30px;
}

.contact-details > p {
  margin-bottom: 21px;
}

.our-partners li {
  margin-bottom: 20px;
}

.social-media > a {
  display: inline-block;
  margin-right: 2px;
}

.service-area > p,
.century-21 > p {
  color: #c5c5c5;
  font-size: 13px;
  margin-bottom: 5px;
}

.lic-num {
  padding-left: 31px;
}

.century-21 .img-responsive {
  margin: 85px 0 10px 40px;
}



.footer-btm {
  background: #090909;
  padding: 30px 0 20px;
}

.copy-right > p, .powered p {
  color: #c5c5c5;
  font-size: 13px;
}

.powered {
  float: right;
}

.powered a {
  color: #1a588b;
}

/*contact us page*/

.contact {
	background: url("../images/map-bg.jpg") repeat fixed center center;
}

.map-bg {
  background: rgba(2, 66, 77, 0.9);
  padding: 60px 0;
}
.contact-section > p {
  color: #fff;
}
.contact-section h2 {
  color: #fff;
}
.contact #ContactForm, .contact-section {
  margin: auto;
  width: 75%;
}	

.input {
  border: medium none;
  margin: 20px 0;
  padding: 8px 10px;
  width: 112px;
}
.alertmsg {
  color: #ff0000;
  font-size: 15px;
  margin: 10px 0;
}

.map {
  margin: 30px 0;
}

.map > iframe {
  width: 100%;
}



.contact .form-control {
  background: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: none;
  color: #fff;
  font-size: 13px;
}

.contact .form-control::-moz-placeholder {
  color: #fff;
  font-size: 12px;
  font-style: italic;
}

#map-button {
	background: rgba(13, 184, 240, 1);
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 20px;
  padding: 20px 10px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
}
#map-button:hover{
	background-color: #e9541a;
	transition:all 0.5s;
}
.google-map{
	display:none;
}

.google-map iframe { 
	width:100%;
}

.file-upload {
  width: 100%;
  margin: 0 auto;
  margin-top: 15px;
}

.file-upload-btn {
  width: 100%;
  margin: 0;
  color: #fff;
  border: none;
  padding: 10px;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid #ccc;
  font: 500 13px/22px 'Open Sans', sans-serif;
  text-align: left;
}


.file-upload-btn:active {
  border: 0;
  transition: all .2s ease;
}

.file-upload-content {
  display: none;
  text-align: center;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.file-upload-image {
  max-height: 200px;
  max-width: 200px;
  margin: auto;
  padding: 20px;
}

.remove-image {
  width: 200px;
  margin: 0;
  color: #fff;
  background: #cd4535;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #b02818;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.remove-image:hover {
  background: #c13b2a;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.remove-image:active {
  border: 0;
  transition: all .2s ease;
  }*/*/*/
  .image-upload-wrap {
    /*margin-top: 20px;*/
    /*border: 4px dashed #1FB264;*/
    position: relative;
  }

  .image-dropping,
  .image-upload-wrap:hover {
    background-color: #1FB264;
    border: 4px dashed #ffffff;
  }

  .image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
  }

  /*areas served*/
  .aresa-served > span {
    background: #fff none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #444;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 5px;
    padding: 6px 12px;
  }

  .aresa-served {
    padding: 10px 0;
  }

  /*services*/
  .services-page {
    background: #f5f5f5;
    padding: 50px 0 20px 0;
  }
  .services-page .list {
    padding: 0 15px;
  }
  .services-page .lists li {
    list-style: circle;
    padding: 5px 0;
  }
  .service-section {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-bottom: 30px;
    padding: 3px;
  }

  .inner-service-image {
   overflow: hidden;
   position: relative;
 } 

 .left-side {
  padding-left: 30px;
}


.arrowhead-cpn {
	position: absolute;
	border-left: 25px solid transparent;
	border-top: 0 dotted;
	border-bottom: 25px solid #0072bb;
	border-right: 25px solid transparent;
	left: 50%;
	margin-left: -12px;
	top: -40px;
	z-index:99;
}

.inner-service-image .caption{
	background-color:  #0072bb;
	bottom: -120px;
	padding: 20px 0;
	position: absolute;
	width: 100%;
	text-align: center;
	transition: all 0.5s ease-in-out 0s;
}


.inner-service-image .caption-inner {
	position: relative;
}

.inner-service-image .img-responsive {
  width: 100%;
}

.caption-inner > h4 {
  color: #fff;
  font-weight: 300;
  margin: 0;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}



.inner-service-image:hover .caption {
	bottom: 0;
}


.service-details > p {
  /*border-bottom: 1px solid #ddd;*/
  color: #424242;
  font-size: 13px;
  font-weight: 300;
  padding-bottom: 10px;
}


.inner-service-title > h4 {
	border-bottom: 2px solid #0072bb;
	color: #0072bb;
	display: inline-block;
	margin-bottom: 25px;
	padding-bottom: 10px;
}

/*inner services*/
/*gas services*/
.about-me li {
  list-style: outside none circle;
  margin-bottom: 15px;
}
.about-me > ul {
	display: inline-block;
  padding-left: 13px;
}


/*projects page*/

.inner-title h3 {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  letter-spacing: 1px;
  margin: 0;
  padding: 10px 16px;
  text-transform: uppercase;
}

.inner-banner {
  background: rgba(0, 0, 0, 0) url("../images/inner-banner.jpg");
  border-bottom: 1px solid rgba(255,255,255,0.4);
  background-size: cover;
  padding: 140px 0 50px 0;
}

.banner-img {
  float: right;
}

/*.banner-img .img-responsive {
    height: 100px;
    width: 80px;
    }*/

    .project-page {
     background: #f5f5f5;
     padding: 40px 0 30px;
   }

   .project-page .container > h3 {
    margin: 0 0 25px 0;
  }

  .nav-tabs > li.active > a, 
  .nav-tabs > li.active > a:focus, 
  .nav-tabs > li.active > a:hover {
   border: none;
 }
 .nav-tabs > li a {
   color: #1a274a;
   outline: none;
 }	
 .nav-tabs {
   margin-bottom: 30px;
   border: none;
 }

 .vlightbox0 {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 3px;
}
.tab-content .img-responsive {
  min-height: 150px;
  height: 150px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.tab-content img {
  width: 100%;
}

/*about us page*/

.about-me > h3 {
  border-bottom: 1px solid #0096ff;
  color: #000;
  display: inline-block;
  font-weight: 300;
  margin-bottom: 15px;
  margin-top: 0;
  padding-bottom: 10px;
}

.about-me > p,
.about-areas > p,
.aresa-served > p,
.about-me span{
  color: #444;
  font-weight: 300;
  line-height: 23px;
  text-align: justify;
}

.about-image {
  margin-bottom: 25px;
}
.about-image img {
  width: 100%;
}

.roofing ul li {
  float: left;
  margin-right: 43px;
}

.maintenance li {
  float: left;
  width: 25%;
}


/*testimonial*/
.main-testimonial h2 {
  color: #035a9a;
  font-weight: 600;
}

.main-testimonial .lists li {
  background-color: #e0dfdf;
  padding: 20px 40px 60px 15px;
  margin: 15px 0;
  position: relative;
  text-align: justify;
  border-radius: 5px;
}
.main-testimonial .lists li span {
  color: #000;
  font-weight: 600;
 display: block;
 text-align: right;
 padding-bottom: 5px;
}
.main-testimonial .lists li span:last-child {
  padding-bottom: 0;
}
.main-testimonial .lists li .text {
  position: absolute;
  right: 40px;
  bottom: 0;
  padding-bottom: 15px;
}
/*.plb-image {
	margin-bottom: 30px;
}
.plb-image .img-responsive {
	border-radius: 2px;
  margin: auto;
}

.main-testimonial {
	background: url(../images/1.jpg) no-repeat fixed;
	background-size: cover;
}

.testimonial-ptrn {
	background: rgba(0, 0, 0, 0.7) url("../images/pattern.png");
	padding: 50px 0 60px 0;
}

.client-testimonial > h3 {
  color: #fff;
  font-family: "Allura",cursive;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 25px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

.client-says {
  color: #fff;
  display: inline-block;
  width: 70%;
}

.client-says > p {
  font-size: 16px;
}*/
.flex-direction-nav {
  display: inline-block;
  margin: 20px auto;
  opacity: 1;
  position: relative;
  width: 80px;
}
.flex-direction-nav {
  width: 70px;
}
.flex-direction-nav {
  margin: 45px auto 0;
}
.flex-direction-nav a {
  border-radius: 0;
  bottom: 0;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  display: block;
  height: 40px;
  margin: -20px 0 0;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  width: 40px;
  z-index: 10;
}
.flex-direction-nav .flex-prev {
  background: url("../images/large_left-light.png") no-repeat scroll -1px -7px #f3f3f3;
  float: left;
  height: 29px;
  left: 0;
  margin-right: 10px;
  text-indent: -9999px;
  width: 30px;
}
.flex-direction-nav .flex-next {
  background: url("../images/large_right-light.png") no-repeat scroll 0 -7px #f3f3f3;
  float: left;
  height: 29px;
  right: 0;
  text-align: right;
  text-indent: 9999px;
  width: 30px;
}



.flex-direction-nav .flex-prev:hover {
  background: url("../images/large_left-light.png") no-repeat scroll -1px -34px rgba(0, 0, 0, 0.8);
}
.flex-direction-nav .flex-next:hover {
  background: url("../images/large_right-light.png") no-repeat scroll 0 -34px rgba(0, 0, 0, 0.8);
}

.scrollToTop {
  bottom: 10px;
  right: 10px;
  position: fixed;
  text-align: center;
  z-index: 99;
}

.scrollToTop i {
  background: #444;/*#06a65c;*/
  border-radius: 3px;
  color: #fff;
  font-size: 20px;
  height: 35px;
  line-height: 33px;
  width: 35px;
}

.scrollToTop i:hover {
	background: #ed1c22;
	color: #fff;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
















