@import url(bootstrap.css);
@import url(quiz.css);
@import url(mobile-menu.css);

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*================= GENERAL ==================*/
html {
  height: 100%;
  overflow-x: hidden;
}

body {
  display: none;
  height: 100%;
  font-family: "acumin-pro", sans-serif;
  font-style: normal;
  font-weight: 200;
}

body a {
  color: #000;
  transition: all 0.5s ease;
}

body a:hover {
  color: #de2241;
  text-decoration: none;
}

body main {
  flex: 1;
}

body h1 {
  font-size: 69px;
  line-height: 75px;
  color: #fff;
  font-family: "acumin-pro",sans-serif;
  font-style: normal;
  font-weight: 200;
  letter-spacing:-1px;
}

.wrapper {
	overflow-x: hidden;
}

@media (max-width: 1280px) {
  body h1 {
    font-size: 60px;
  }

}

@media (max-width: 768px) {

	body h1 {
    font-size: 48px;
    line-height: 52px;
  }
}

body h2 {
  font-size: 30px;
  line-height: 35px;
  color: #de2241;
  font-family: "acumin-pro",sans-serif;
  font-style: normal;
  font-weight: 600;
}

body h3 {
  font-size: 30px;
  text-transform: uppercase;
  color: #8d7a6d;
  font-family: "acumin-pro",sans-serif;
  font-style: normal;
  font-weight: 600;
}

body h4 {
  font-size: 22px;
  font-family: "acumin-pro",sans-serif;
  font-style: normal;
  font-weight: 600;
}

body h5 {
  font-size: 26px;
  font-family: "acumin-pro",sans-serif;
  font-style: normal;
  font-weight: 600;
}

body h6 {
  font-size: 26px;
  font-weight: bold;
  font-family: "acumin-pro",sans-serif;
  font-style: normal;
  font-weight: 600;
}

body p {
  line-height: 28px;
  font-size: 20px;
  color: #000;
}

header {
  height: 175px;
  background-color: #fff;
  position: relative;
}

header .logo {
  margin-top: 35px;
}

#menu-quiz-button {
  position: absolute;
  top: -70px;
  right: 0px;
  width: 200px;
}

header nav ul {
  text-align: right;
  margin-top: 115px;
}

header nav ul li {
  display: inline-block;
  font-size: 19px;
  font-weight: bold;
  padding-right: 45px;
}

@media (max-width: 1200px) {
  header nav ul li {
    font-size: 16px;
    padding-right: 30px;
  }

}

header nav ul li:last-child {
  position: relative;
  padding-right: 0;
}

.dropdown {
  height: 175px;
  position: relative;
  margin-top: 60px;
}

@media (max-width: 1200px) {
  #mobile-hero {
    background: url("../images/mobile-banner.jpg") no-repeat right top;
    background-size: cover;
    height: 350px;
    display: block;
  }
}



.btn-green {
  background: #11864f;
  background-image: -webkit-linear-gradient(top, #11864f, #0e6f41);
  background-image: -moz-linear-gradient(top, #11864f, #0e6f41);
  background-image: -ms-linear-gradient(top, #11864f, #0e6f41);
  background-image: -o-linear-gradient(top, #11864f, #0e6f41);
  background-image: linear-gradient(to bottom, #11864f, #0e6f41);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 24px;
  padding: 16px 32px;
  text-decoration: none;
}

.btn-green:hover {
	color: #fff;
  background: #18a567;
  background-image: -webkit-linear-gradient(top, #18a567, #138f58);
  background-image: -moz-linear-gradient(top, #18a567, #138f58);
  background-image: -ms-linear-gradient(top, #18a567, #138f58);
  background-image: -o-linear-gradient(top, #18a567, #138f58);
  background-image: linear-gradient(to bottom, #18a567, #138f58);
  text-decoration: none;
}


#download-management {
    font-size: 32px;
	padding: 32px 64px;
	-webkit-border-radius: 64;
	-moz-border-radius: 64;
	border-radius: 64px;
}

#module {
    font-size: 24px;
	padding: 15px 25px;
	-webkit-border-radius: 64;
	-moz-border-radius: 64;
	border-radius: 64px;
}

#book-training {
    font-size: 24px;
	padding: 15px 25px;
	-webkit-border-radius: 64;
	-moz-border-radius: 64;
	border-radius: 64px;
}

#shop-now {
    font-size: 24px;
	padding: 15px 25px;
	-webkit-border-radius: 64;
	-moz-border-radius: 64;
	border-radius: 64px;
}

#hero {
  height: 800px;
  background: #de2241 url("../images/hero-banner-01.jpg") no-repeat right bottom;
}

@media (max-width: 2100px) {
  #hero {
    background-position-x: 130%;
  }
}

@media (max-width: 1860px) {
  #hero {
    background: #de2241 url("../images/hero-banner-02.jpg") no-repeat right bottom;
    background-position-x: 130%;
  }
}

@media (max-width: 1510px) {
  #hero {
    background: #de2241 url("../images/hero-banner-03.jpg") no-repeat right bottom;
    background-position-x: 130%;
  }
}

@media (max-width: 1250px) {
  #hero {
    background: #de2241 url("../images/hero-banner-03.jpg") no-repeat right bottom;
    background-position-x: 180%;
  }
}

@media (max-width: 1200px) {
  #hero {
    background: #de2241 url("../images/hero-banner-03.jpg") no-repeat right bottom;
    background-position-x: 270%;
  }
}

@media (max-width: 1200px) {
  #hero {
    background: #de2241;
    height: auto;
    padding: 6rem 0 8rem;
    position: relative;
  }
}

#hero .red-banner {
  position: relative;
  top: 17%;
}

#hero .hero-logo {
	margin-left: 15px;
}

@media (max-width: 1200px) {
	#hero .hero-logo {
		margin-left: 0;
	}
}

@media (max-width: 1200px) {
  #hero .red-banner h1 {
    font-size: 60px;
    line-height: 65px;
    width: 100%;
    text-align: center;
  }
}

#hero .red-banner p {
  max-width: 375px;
  padding: 40px 0 50px;
}

@media (max-width: 1200px) {
  #hero .red-banner p {
    font-size: 18px;
    line-height: 26px;
    max-width: 100%;
    text-align: center;
  }
}

#hero .red-banner .header-arrow {
  position: absolute;
  left: 50%;
  bottom: -40px;
  margin-left: -20px;
}

@media (max-width: 1200px) {
  #hero .red-banner .header-arrow {
    display: none;
  }
}

@media (max-width: 1200px) {
  #hero .red-banner .scale {
    position: absolute;
    top: 110%;
    left: 50%;
    margin-left: -82px;
  }
}

#guide {
  text-align: center;
  padding: 7rem 0 9rem;
}

@media (max-width: 768px) {

#guide {
    padding-bottom: 5rem;
  }
}

#guide .heading {
  padding-bottom: 40px;
}

#guide .icon-images {
  width: 110px;
  margin-left: -55px;
  left: 50%;
  position: relative;
}

@media (max-width: 992px) {
  #guide .icon-images {
    padding-top: 2rem;
  }
}

#guide .icon-head {
  float: left;
  clear: both;
}

#guide .icon-head.circle {
  margin-bottom: 25px;
}

#guide .icon-head.pic {
  margin-bottom: 30px;
}

#guide .icon-text {
  float: left;
  clear: both;
}

@media (max-width: 1200px) {
  #guide .icon-text {
    padding-bottom: 2rem;
  }
}

#guide h2 {
  padding-bottom: 15px;
}

#guide h1 {
  color: #de2241;
  margin-bottom: 25px;
}

#guide h1:after {
  width: 115px;
  border-bottom: 1px solid #a7aaad;
  content: "";
  display: block;
  margin: 0 auto;
  padding-top: 25px;
}

#types {
  height: 481px;
  background: #ab9383 url("../images/banners_03.jpg") no-repeat right bottom;
  padding: 112px 0 50px;
}

@media (max-width: 2000px) {
  #types {
    background-position-x: 120%;
  }
}

@media (max-width: 1710px) {
  #types {
    background-position-x: 150%;
  }
}

@media (max-width: 1525px) {
  #types {
    background-position-x: 190%;
  }
}

@media (max-width: 1395px) {
  #types {
    background-position-x: 240%;
  }
}

@media (max-width: 1310px) {
  #types {
    background-position-x: 300%;
  }
}

@media (max-width: 1280px) {
  #types {
    background-position-x: 310%;
  }
}

@media (max-width: 1200px) {
  #types {
    background: #ab9383;
    padding: 70px 0 50px;
    height: auto;
    text-align: center;
  }
}

#types h1:after {
  width: 115px;
  border-bottom: 1px solid #fff;
  content: "";
  display: block;
  padding-top: 25px;
}

@media (max-width: 1200px) {
  #types h1:after {
    margin: 0 auto;
  }
}

#types p {
  color: #fff;
  padding: 20px 0;
}

@media (max-width: 1280px) {
  #types p {
    font-size: 18px;
    line-height: 26px;
    width: 370px;
  }
}

@media (max-width: 1200px) {
  #types p {
    width: 100%;
  }
}

.mobile-banner {
  width: 100%;
  height: 370px;
  background: url("../images/small-banner.jpg") no-repeat right top;
  background-size: cover;
}

#degree {
  background-color: #e6d8c6;
  padding: 6rem 0;
}

@media (max-width: 768px) {
  #degree {
    padding: 3rem 1rem;
    text-align: center;
  }


  #download-management {
      font-size: 24px;
	  padding: 16px 32px;
	  -webkit-border-radius: 32;
	  -moz-border-radius: 32;
	  border-radius: 32px;
  }

}

@media (max-width: 500px) {

    #download-management {
        font-size: 16px;
    }
}



#degree .burn-info {
  padding: 2rem 0;
}

#degree .burn-info h2 {
  padding-bottom: 15px;
}

#degree .burn-info h3 {
  font-weight: bold;
  font-size: 22px;
  padding-bottom: 15px;
}

#degree .burn-info .burn-layer {
  margin-top: 7px;
}

#degree .burn-info .burn-index {
  margin-top: 13px;
}

#manage {
  padding: 7rem 0 6rem;
  text-align: center;
}

#manage iframe, #manage object, #manage embed {
  max-width: 100%;
}

#manage h1 {
  color: #de2241;
  margin-bottom: 25px;
}

#manage h1:after {
  width: 115px;
  border-bottom: 1px solid #a7aaad;
  content: "";
  display: block;
  margin: 0 auto;
  padding-top: 30px;
}

#manage p {
  padding-bottom: 4rem;
}

#causes {
  padding: 5rem 0 6rem;
  background-color: #e8e8e8;
}

@media (max-width: 992px) {
  #causes {
    text-align: center;
  }
}

#causes .button-center {
  text-align: center;
  padding-top: 4rem;
}

@media (max-width: 600px) {
  #causes .button-center {
    padding-top: 2rem;
  }
  iframe { height: 400px; }

}

#causes .cause-info {
  padding: 2rem 0;
}

@media (max-width: 992px) {
  #causes .cause-info {
    padding: 0;
  }
}

@media (max-width: 992px) {
  #causes .cause-info p {
    padding-bottom: 3rem;
  }
}

#causes .cause-info h2 {
  padding-bottom: 1rem;
}

#causes .heading {
  padding-bottom: 3rem;
  text-align: center;
}

#causes h1 {
  color: #de2241;
  margin-bottom: 25px;
  text-align: center;
}

#causes h1:after {
  width: 115px;
  border-bottom: 1px solid #a7aaad;
  content: "";
  display: block;
  margin: 0 auto;
  padding-top: 30px;
}

#causes .scale {
  max-width: 666px;
  width: 100%;
}

#do-not {
  padding: 6rem 0 7rem;
}

#do-not h1 {
  color: #de2241;
  margin-bottom: 20px;
  text-align: center;
}

#do-not ul {
  padding-top: 3rem;
}

#do-not ul li {
  border-top: 1px solid #a7aaad;
  padding: 1rem 0;
}

#do-not ul li strong {
  font-weight: bold;
}

#do-not ul li br {
  display: none;
}

@media (max-width: 650px) {
  #do-not ul li br {
    display: inline-block;
  }
}

@media (max-width: 768px) {
  #do-not ul li {
    text-align: center;
  }
  #do-not ul h4 {
    font-size: 16px;
  }
  #do-not ul p {
    font-size: 17px;
  }
}

#do-not ul li:last-child {
  border-bottom: 1px solid #a7aaad;
}

#do-not ul span {
  background-image: url("../images/icon-cross.png");
  width: 22px;
  height: 22px;
  display: inline-block;
  float: left;
  margin-right: 1.5rem;
  margin-top: 2px;
}

#do-not ul h4 {
  display: inline-block;
  font-size: 20px;
}

#do-not ul p {
  display: inline-block;
  font-size: 18px;
}

#image-banner {
  background: url("../images/banners_05.jpg") no-repeat center;
  height: 384px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media (max-width: 650px) {
  #image-banner {
	  background: url("../images/banners_05-small.jpg") no-repeat center;
      background-position: center;
      height: 307px;
  }
}

#attention {
  padding: 4rem 0;
  background-color: #e8e8e8;
}

@media (max-width: 768px) {
  #attention {
    text-align: center;
  }
}

@media (max-width: 992px) {
  #attention .mobile-pad {
    padding-top: 3rem;
  }
}

#attention ul {
  padding-top: 1rem;
}

#attention ul li {
  padding: 0.4rem;
}

#attention ul li::before {
  background-image: url("../images/icon-dot.png");
  width: 9px;
  height: 8px;
  display: inline-block;
  float: left;
  margin-right: 1rem;
  margin-top: 4px;
  content: "";
}

@media (max-width: 768px) {
  #attention ul li::before {
    display: none;
  }
}

#prepared {
  padding: 7rem 0 5rem;
}

#prepared .center {
  text-align: center;
  padding-bottom: 5rem;
}

#prepared .scale {
  max-width: 372px;
  width: 100%;
}

@media (max-width: 968px) {
  #prepared .scale {
    width: 80%;
  }
}

@media (max-width: 1200px) {
  #prepared .mobile-center {
    text-align: center;
  }
}

#prepared h1 {
  color: #de2241;
  margin-bottom: 25px;
}

#prepared h1:after {
  width: 115px;
  border-bottom: 1px solid #a7aaad;
  content: "";
  display: block;
  margin: 0 auto;
  padding-top: 30px;
}

#prepared .icon-center {
  position: relative;
  left: 25%;
  padding-bottom: 3rem;
}

@media (max-width: 1200px) {
  #prepared .icon-center {
    left: 0;
    padding-top: 3rem;
  }
}

#partners {
  padding: 7rem 0 6rem;
}

@media (max-width: 1200px) {
  #partners .center {
    text-align: center;
  }
}

#partners .scale {
  max-width: 800px;
  width: 100%;
}

@media (max-width: 968px) {
  #partners .scale {
    width: 80%;
  }
}

#partners .partner-info {
  padding: 7rem 0 5rem;
}

@media (max-width: 968px) {
  #partners .partner-info {
    text-align: center;
    padding: 7rem 0 3rem;
  }
}

@media (max-width: 992px) {
  #partners .partner-info .mobile-pad {
    padding-bottom: 3rem;
  }
}

#partners h5 {
  font-weight: normal;
  color: #de2241;
  padding-bottom: 0.5rem;
  font-size: 28px;
}

#partners h6 {
  color: #898989;
  font-weight: bold;
  padding: 0.5rem 0 1rem;
}

#partners h6 a {
  color: #898989;
  transition: all 0.5s ease;
}

#partners h6 a:hover {
  color: #000;
}

#partners h1 {
  color: #de2241;
  text-align: center;
  padding-bottom: 6rem;
}

.footer {
  background-color: #464646;
  padding: 2rem 0 3rem;
  width: 100%;
  position: relative;
}

@media (max-width: 768px) {
  .footer {
    padding: 4rem 0 2rem;
  }
}

.footer strong {
  font-weight: bold;
}

@media (max-width: 768px) {
  .footer .mobile-footer {
    padding: 2rem 2rem 0;
  }
}

.footer .bottom-logo {
  position: absolute;
  bottom: -70px;
}

@media (max-width: 768px) {
  .footer .bottom-logo {
    bottom: -10px;
    left: 50%;
    margin-left: -82px;
  }
}

.footer p {
  font-size: 14px;
  line-height: 19px;
  font-weight: normal;
  color: #cccccc;
}

@media (max-width: 1200px) {
  .footer p {
    font-size: 12px;
    line-height: 16px;
  }
}

.footer p span {
  padding: 0 1rem;
}

.footer p:last-child {
  padding-top: 0.5rem;
}

@media (max-width: 968px) {
  .footer p:last-child {
    padding-bottom: 1rem;
  }
}

.footer .social {
  padding: 3rem 0 1rem;
  text-align: center;
}

.footer .social ul li {
  display: inline-block;
  padding-left: 1rem;
}

.footer .social ul li:first-child {
  padding-left: 0;
}

.footer .social h5 {
  font-size: 22px;
  font-weight: bold;
  padding-top: 2rem;
  color: #cccccc;
}

.footer .social h5 a {
  color: #ccc;
  transition: all 0.5s ease;
}

.footer .social h5 a:hover {
  color: #fff;
}

.red-button {
	border: none;
	padding: 12px 32px;
	color: #ffffff;
	text-align: center;
	border-radius: 42px;
	-webkit-box-shadow: -6px 6px 14px 0px rgba(194,188,194,1);
	-moz-box-shadow: -6px 6px 14px 0px rgba(194,188,194,1);
	box-shadow: -6px 6px 14px 0px rgba(194,188,194,1);
	background: #e02445; /* Old browsers */
	background: -moz-linear-gradient(top,  #e02445 -1%, #e02445 0%, #c6203d 100%, #c61f3b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #e02445 -1%,#e02445 0%,#c6203d 100%,#c61f3b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #e02445 -1%,#e02445 0%,#c6203d 100%,#c61f3b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e02445', endColorstr='#c61f3b',GradientType=0 ); /* IE6-9 */

    transition: all 0.5s ease;
}

.red-button:hover {
	color: #ddd;
}

#quiz-result-form button {
	margin-top: 12px;
}


@media (max-width: 736px) {
	body h1 {
		font-size: 32px;
		line-height: 32px;
	}

	#hero .red-banner h1 {
		font-size: 30px;
		line-height: 32px;
		width: 100%;
		text-align: center;
	}
}

@media (max-width: 480px) {
	body h1 {
		font-size: 32px;
		line-height: 32px;
	}

	#hero .red-banner h1 {
		font-size: 30px;
		line-height: 32px;
		width: 100%;
		text-align: center;
	}
	.footer .social ul li {
		padding-left: 2px;
	}
}

/*------- Sprite Buttons -------*/

.button-download {
    width: 666px;
    height: 95px;
    margin: 0 auto;
    display: block;
    background-image: url('../images/sprite.png');
    background-position: 0 -900px;
}

.button-download:hover {
    background-position: 0 -995px;
}

.button-training {
    width: 373px;
    height: 133px;
    margin: 0 auto;
    display: block;
    background-image: url('../images/sprite.png');
    background-position: 0px -100px;
}

.button-training:hover {
    background-position: 0px -233px;
}

.button-module {
    width: 373px;
    height: 133px;
    margin: 0 auto;
    display: block;
    background-image: url('../images/sprite.png');
    background-position: 0 -366px;
}

.button-module:hover {
    background-position: 0 -500px;
}

.button-shop {
    width: 373px;
    height: 133px;
    margin: 0 auto;
    display: block;
    background-image: url('../images/sprite.png');
    background-position: 0 -634px;
}

.button-shop:hover {
    background-position: 0 -767px;
}

/*-- Social Sprites --*/

.facebook-grey {
    width: 50px;
    height: 50px;
    margin: 0;
    display: block;
    background-image: url('../images/sprite.png');
    background-position: 0 0;
}

@media (max-width: 968px) {
    .facebook-grey {
    margin: 0 auto;
    }
}

.facebook-grey:hover {
    background-position: 0 -50px;
}

.facebook-green {
    width: 50px;
    height: 50px;
    margin: 0;
    display: block;
    background-image: url('../images/sprite.png');
    background-position: -50px 0;
}

.facebook-green:hover {
    background-position: -50px -50px;
}

.linked-green {
    width: 50px;
    height: 50px;
    margin: 0;
    display: block;
    background-image: url('../images/sprite.png');
    background-position: -150px 0;
}

.linked-green:hover {
    background-position: -150px -50px;
}

.twitter-green {
    width: 50px;
    height: 50px;
    margin: 0;
    display: block;
    background-image: url('../images/sprite.png');
    background-position: -200px 0;
}

.twitter-green:hover {
    background-position: -200px -50px;
}

.insta-green {
    width: 50px;
    height: 50px;
    margin: 0;
    display: block;
    background-image: url('../images/sprite.png');
    background-position: -100px 0;
}

.insta-green:hover {
    background-position: -100px -50px;
}

.youtube-green {
    width: 50px;
    height: 50px;
    margin: 0;
    display: block;
    background-image: url('../images/sprite.png');
    background-position: -251px 0;
}

.youtube-green:hover {
    background-position: -251px -50px;
}


/* scroll menu */

.menu
{
	display: block;
	height: 74px;
}

@media (max-width:992px)
{
	.menu {
		display: none;
	}
}


.menu .sub-nav {
	display: inline-block;
	position: relative;
	float: right;
	list-style: none;
}

.menu.fixed {
	-webkit-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.5);
   -moz-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.5);
   box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.5);

	z-index: 50;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	filter: alpha(opacity=0);
	background: #ffffff;
	position: fixed;
	left: 0;
	top: -84px;
	width: 100%;
	-webkit-transition: 150ms all ease;
	transition: 150ms all ease;
	-moz-transition: 150ms all ease;
	-o-transition: 150ms all ease;
	-ms-transition: 150ms all ease;
	height: 91px;
}

.menu.fixed img {
	margin-left: 12px;
}

.sub-nav.scrollto.fixed
{
	margin-top: 26px;
	-webkit-transition: 150ms all ease;
	transition: 150ms all ease;
	-moz-transition: 150ms all ease;
	-o-transition: 150ms all ease;
	-ms-transition: 150ms all ease;
    /* margin-right: 24%; */
}

.fixed ul
{
	display: block;
	margin: 0 auto;
}

.scrolled .menu.fixed
{
	padding: 12px;
	top: 0;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter: alpha(opacity=100);
}

header .header-logo-scroll
{
	float: left;
	width: 130px;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	filter: alpha(opacity=0);
}

header .fixed .header-logo-scroll
{
	-webkit-transition: 250ms opacity ease 250ms;
	transition: 250ms opacity ease 250ms;
	-moz-transition: 250ms opacity ease 250ms;
	-o-transition: 250ms opacity ease 250ms;
	-ms-transition: 250ms opacity ease 250ms;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter: alpha(opacity=100);
}

header .row
{
	position: relative;
}

@media (max-width: 500px) {

    .button-training {
        width: 290px;
        height: 104px;
        margin: 0 auto;
        display: block;
        background-image: url('../images/sprite.png');
        background-position: -372px -100px;
    }

    .button-training:hover {
        background-position: -372px -203px;
    }

    .button-module {
        width: 290px;
        height: 104px;
        margin: 0 auto;
        display: block;
        background-image: url('../images/sprite.png');
        background-position: -372px -307px;
    }

    .button-module:hover {
        background-position: -372px -411px;
    }

    .button-shop {
        width: 290px;
        height: 104px;
        margin: 0 auto;
        display: block;
        background-image: url('../images/sprite.png');
        background-position: -372px -515px;
    }

    .button-shop:hover {
        background-position: -372px -619px;
    }
}

p.web-link a {
    color: #ccc;
    transition: all 0.5s ease;
}

p.web-link a:hover {
    color: #fff;
}

p.web-link {
    margin-top: 1.5em;
}
