html{height:100%;}
body{margin:0;padding: 0;background-color: #ffffff;font-family: 'Lato', sans-serif;font-size: 18px;line-height: 1.45;color: #242424;}
p{margin: 0 0 20px;}
a{color:#242424;transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;}
a:hover, a:focus, a:active{color: #111111;}

/*
body img{-webkit-filter: grayscale(100%);filter: grayscale(100%);}
body img:hover{-webkit-filter: grayscale(0);filter: grayscale(0);transition-duration:.8s;}*/

h1, h2, h3, h4, h5, h6{font-weight: 700;line-height: 1.3;}
.h1,.h2,.h3,.h4,.h5,.h6{line-height:1.4;}
h1, .h1{font-size: 48px;}
h2, .h2, h2.pmd-card-title-text{font-size: 40px;}
h3, .h3{font-size: 36px;}
h4, .h4{font-size: 28px;}
h5, .h5{font-size: 24px;}
h6, .h6{font-size: 21px;}
h6 strong{font-weight: 900;}
.fs-20{font-size: 20px;}

.primary-txt-color{color:#242424!important;}
.secondary-txt-color{color:#555555!important;}
.second-secondary-txt-color{color:#999999!important;}
.light-txt-color{color:#ffffff!important;}

.fw-light{font-weight: 300!important;}
.fw-regular{font-weight: 400!important;}
.fw-bold{font-weight: 700!important;}
.fw-black{font-weight: 900!important;}


.pmd-display-1{font-size:28px;}

/* Custom Margins */
.margin-top-0{margin-top: 0}
.margin-top-8{margin-top: 8px}
.margin-top-16{margin-top: 16px}
.margin-top-20{margin-top: 20px}
.margin-top-24{margin-top: 24px}
.margin-top-32{margin-top: 32px}
.margin-top-40{margin-top: 40px}

.margin-bottom-0{margin-bottom: 0}
.margin-bottom-8{margin-bottom: 8px}
.margin-bottom-16{margin-bottom: 16px}
.margin-bottom-20{margin-bottom: 20px}
.margin-bottom-24{margin-bottom: 24px}
.margin-bottom-32{margin-bottom: 32px}
.margin-bottom-40{margin-bottom: 40px}

.margin-left-60{margin-left:32px;}


@media screen and (min-width: 1200px){
	.container {width: 1280px;}	
}
@media screen  and (min-width: 768px) and (max-width: 1024px){
	h1,.h1{font-size:32px;}
	h2.pmd-card-title-text,h2, .h2{font-size: 28px;}
	h3, .h3{font-size: 24px;}
	h4, .h4{font-size:22px;}
	h5, .h5{font-size:20px;}
	h6, .h6{font-size:16px;}
	.margin-left-60{margin-left:16px;}
	.pmd-display-1{font-size:26px;}
	.col-sm-4,.col-sm-6,.col-sm-8,.col-sm-10,.col-sm-12,.col-sm-3,.col-sm-2{padding-left:8px;padding-right:8px;}
}

@media screen and (max-width: 767px){
	h1,.h1{font-size:36px;}
	h2.pmd-card-title-text,h2, .h2{font-size: 28px;}
	h3, .h3{font-size: 24px;}
	h4, .h4{font-size:22px;}
	h5, .h5{font-size:20px;}
	h6, .h6{font-size:18px;}
	.pmd-display-1{font-size:20px;}
	/*p{font-size:18px;}*/
	h1, h2, h3, h4, h5, h6,.h1,.h2,.h3,.h4,.h5,.h6{margin-top:0px;}
	.margin-left-60{margin-left:40px;}
	.intro{font-size:20px;}
	.fp-tableCell{max-height: 100%!important;}
}

/**************************
	Owl carousel
**************************/
.owl-dots { position:absolute; text-align:center; left:0; right:0;}
.owl-dot { background-color: transparent; box-shadow:none; height:15px; width:15px; border-radius:0; margin:0 4px; display:inline-block; opacity:0.7;border:2px solid #656464;}
.owl-dot.active { opacity:1; -ms-transition:all ease-in-out 0.3s; -webkit-transition:all ease-in-out 0.3s; transition:all ease-in-out 0.3s; background-color:#656464;}
.owl-buttons { width:100%; }
.owl-prev, .owl-next { position:absolute; right:-56px; top:46%; direction: ltr; display: inline-block; font-family: "Material Icons"; font-feature-settings: "liga"; font-style: normal; font-weight: normal; letter-spacing: normal; line-height: 1; overflow-wrap: normal; text-transform: none; white-space: nowrap; width:40px; height:40px; border-radius:50%; background-color:#ccc5c3;box-shadow: 0 3px 6px rgba(0,0,0,.04), 0 3px 6px rgba(0,0,0,.06);}
.owl-next { right: -20px; }
.owl-prev { left: -20px; }
.owl-prev:hover, .owl-prev:focus, .owl-next:hover, .owl-next:focus { background-color:#452b24; color:#452b24;box-shadow: 0 3px 6px rgba(0,0,0,.08), 0 3px 6px rgba(0,0,0,.12); }
.owl-next:after, .owl-prev:after {  font-family: "Material icons"; line-height: 40px; position:absolute; font-size:28px; color: rgba(55, 55, 55, 0.65);left: 6px;}
.owl-next:after { content:"\E315"; }
.owl-prev:after { content:"\E314"; }
.owl-prev:hover::after, .owl-next:hover::after { color:#fff; }
/*card carousel*/
.pmd-card-carousel .pmd-card { margin:0 15px 20px;}
.pmd-card-carousel .owl-prev,
.pmd-card-carousel .owl-next { top:50%; margin-top:-44px; border: 2px solid #000; opacity:0.3; }
.pmd-card-carousel .owl-next { right: -65px; }
.pmd-card-carousel .owl-prev { left: -65px; }
.pmd-card-carousel .owl-prev:hover,
.pmd-card-carousel .owl-prev:focus,
.pmd-card-carousel .owl-next:hover,
.pmd-card-carousel .owl-next:focus { border-color:#4acc8e; color:#192866; opacity:1; }
.pmd-card-carousel .owl-next:after,
.pmd-card-carousel .owl-prev:after {  color: #000; }
.pmd-card-carousel .owl-prev:hover::after,
.pmd-card-carousel .owl-next:hover::after { color:#4acc8e; }
/*inverse*/
.owl-carousel-inverse .owl-dot { background: rgba(255,255,255,0.74);border: none;}
.owl-carousel-inverse .owl-dot.active{background:#fff;}
.owl-carousel-inverse .owl-prev, .owl-carousel-inverse .owl-next {border: 2px solid rgb(255, 255, 255); opacity: 0.6;}
.owl-carousel-inverse .owl-prev:hover, .owl-carousel-inverse .owl-prev:focus, .owl-carousel-inverse .owl-next:hover, .owl-carousel-inverse .owl-next:focus { border-color:#fff; color:#fff; }
.owl-carousel-inverse .owl-next:after, .owl-carousel-inverse .owl-prev:after {color:#fff;}
.owl-carousel-inverse .owl-prev:hover::after, .owl-carousel-inverse .owl-next:hover::after { color:#fff; }

.event-carousel .owl-dots{margin-top: 24px;}
@media screen  and (min-width: 768px) and (max-width: 1024px){
	.event-carousel .owl-dots{margin-top: 12px;}
	.owl-dot{width:10px;height:10px;}
}
@media screen and (max-width: 767px){
	.owl-dot{width:10px;height:10px;}
	.event-carousel .owl-dots{margin-top:16px;}
	
}

/**********************************************
	Cards
**********************************************/
.normal-theme{background-color: #f3f2f2;color: #242424;}
.pmd-card-inverse .normal-theme h2.pmd-card-title-text{color: #242424;}
.pmd-card{border-radius: 0;background-color: #f3f2f2}
.pmd-card-title, .pmd-card-media {padding: 32px 32px 0 32px;margin-bottom: 32px;}
.pmd-card-body{padding-left: 32px;padding-right: 32px;margin-top: 32px;margin-bottom: 32px;font-size: 28px;}
h2.pmd-card-title-text{font-weight: 700;}
.pmd-card-subtitle-text{font-size: 18px;}
.pmd-card-block{padding: 32px;}
.pmd-card-block .pmd-card-title-text{margin-bottom: 32px;}

	/* Inverse Theme */
	.pmd-card-inverse {background-color: #242424;color: #dddddd;}
	.pmd-card-inverse .pmd-card-title-text{color: #fff;}
	.pmd-card-inverse .pmd-card-body strong{color: #fff;}
	.pmd-card-inverse .pmd-card-img-wrapper{border-color:#fcfcfc;}

@media screen  and (min-width: 768px) and (max-width: 1024px){
	.pmd-card-title, .pmd-card-media {padding: 16px 16px 0 16px;margin-bottom: 16px;}
	.pmd-card-block{padding:24px;}
	.pmd-card-body{padding-left:16px;padding-right:16px;margin-top:16px;margin-bottom:16px;}
}
@media screen and (max-width: 768px){
	.pmd-card-title, .pmd-card-media {padding: 16px 16px 0 16px;margin-bottom: 16px;}
	.pmd-card-body {padding-left: 16px;padding-right: 16px;margin-top: 16px;margin-bottom: 16px;font-size: 20px;}
	.pmd-card-block{padding: 16px;}
	.pmd-card-block .pmd-card-title-text{margin-bottom:16px;}
}	

/**********************************************
	Navbar
**********************************************/
.pmd-navbar{opacity: 0;z-index: -1;margin-top: -100px;/*-webkit-transform: translateY(-100px);-moz-transform: translateY(-100px);-o-transform: translateY(-100px);*/transition: all 0.4s ease-in-out;-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;background-color: #fff;padding: 16px 0;}
.pmd-navbar.sticky{opacity: 1;z-index: 999;margin-top: 0px;/*-webkit-transform: translateY(0px);-moz-transform: translateY(0px);-o-transform: translateY(0px);*/box-shadow:0 2px 6px rgba(0,0,0,0.12);}
.navbar ul{margin-top:30px;}
.pmd-navbar .navbar-nav>li:after{content:"/";display: inline-block;vertical-align:top;font-weight: 700;}
.pmd-navbar .navbar-nav>li:last-child:after{display: none;}
.pmd-navbar .navbar-nav>li>a{font-weight: 700;padding:0 10px;display: inline-block;vertical-align:top;}
.pmd-navbar .navbar-nav>li>a:after{display: block;height: 2px;background-color: #242424;margin-top: 4px;content: "";width: 0;transition: all 0.4s ease-in-out;-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;}
.pmd-navbar .navbar-nav>li>a:focus, .pmd-navbar .navbar-nav>li>a:hover, .pmd-navbar .navbar-nav>li>a.active{background-color: transparent;}
.pmd-navbar .navbar-nav>li>a:focus:after, .pmd-navbar .navbar-nav>li>a:hover:after, .pmd-navbar .navbar-nav>li>a.active:after{width: 100%;}
.pmd-navbar .navbar-nav>li:last-child a{padding-right: 0;}
@media and (min-width: 768px){
	.navbar-right{margin-right:16px;}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.pmd-navbar .navbar-nav>li>a{font-size:16px;}
	.navbar-brand>img{height:48px;width:auto;}
	.pmd-navbar{padding:8px 0;}
	.navbar-header img{margin-left:-8px;}
	.navbar ul{margin-top:22px;margin-right:8px;}
	.pmd-navbar .navbar-nav>li>a{font-size:14px;}
}

@media screen and (max-width: 767px){
	.nav a{font-size:14px;}
	.navbar-brand>img{height: 44px;width: auto;}
	.pmd-navbar .navbar-toggle{margin-top: 10px;margin-left: 8px;}
	.pmd-navbar, .pmd-navbar.sticky{padding: 8px 0;}
	.pmd-navbar .navbar-toggle .icon-bar{background-color: #242424;}
	.pmd-navbar .navbar-nav>li>a{font-size:18px;padding: 8px 20px 6px;}
	.nav>li{padding:12px 0;border-bottom: 1px solid #eee;}
	.pmd-navbar .navbar-nav>li:after{content:"";}
	.pmd-navbar .navbar-nav>li>a:after{margin-top:0 }
	.pmd-navbar-sidebar{box-shadow: none;}
	.pmd-navbar-sidebar.pmd-sidebar-open{box-shadow: 2px 0 15px rgba(0,0,0,.35)}
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{max-height:100%;}
}

/**********************************************
	Section - Common
**********************************************/
.section{padding: 160px 0 80px;}
@media screen and (max-width: 768px){
	.section{padding: 90px 0 40px;}
}

/**********************************************
	Section - Introduction
**********************************************/
.section-introduction{position: relative;padding: 40px 0;}
.intro-section{ position: relative; height: 100%;}
.section-introduction .container:before{width: 100%;position: absolute;top: 12%;left:0;right: 0;bottom:24%;border: 1px solid #aeadad;display: block;content: "";max-width: 960px;margin: auto;}


/* Introduction */
.year-introduction{background-color: #fff;font-size: 28px;padding: 48px 16px; max-width: 750px; bottom: 26%; position: absolute; right: 0;}
.year-introduction p{margin-bottom: 0;line-height: 1.4;}

/* Brand */
.digi-brand{ position: absolute; top: 15%;}
.digi-brand h1{margin: 0;background-color: #fff;padding: 48px 16px;}
.btn-next-section{position: absolute;bottom: 80px;left: 0;right: 0;margin: auto;top: auto;width: 48px;height: 48px; z-index: 9;text-align: center;}
@media screen and (min-width: 768px) and (max-width: 1024px){
	.digi-brand img{height:90px;}
	.section-introduction .container:before{width:70%;}
	.intro{font-size:24px;}
	.year-introduction{max-width:80%;}
	/*
	.intro{font-size:36px;padding-top:100px;}
	.year-introduction{background-color:transparent;}*/	
	
}
@media screen and (max-width: 767px){
	.year-introduction{width: 80%;left: 0;margin: auto;bottom: auto;top: 22%;background-color: transparent;}
	.digi-brand{margin: auto;right: 0;left: 0;padding: 16px;max-width: 80%;top: 10%;}
	.digi-brand h1{padding:0;}	
	.digi-brand img{width:60%;}
	.section-introduction{padding: 16px 0;}
	.section-introduction .container:before{max-width: 90%;margin: auto;top: 0;bottom: 0;}
	.btn-next-section{bottom:44px;}
}

/**********************************************
	Section - People
**********************************************/
.text-stats-lg{font-size: 96px;font-weight: 700;}
.pmd-card-img-wrapper{padding: 12px;border: 1px solid #aeadad;}
.card-gallery .pmd-card-img-wrapper{margin-bottom: 18px;}

	/* Card People */
	.card-people .pmd-card-title-text{font-size:55px;margin-bottom: 32px;}
	.card-people .pmd-card-subtitle-text{font-size: 28px;opacity: 1;line-height: 1;}
	.card-people .pmd-card-img-wrapper{padding:40px;}
	
	/* Parenthood Card */	
	.card-parenthood .pmd-card-title-text{margin-bottom: 32px;}
	.card-parenthood .pmd-card-media.normal-theme{margin-top: -1px;border-bottom: 32px solid #fff;margin-bottom: 0;}
	
	/*wedding card*/
	.card-weddings .pmd-card-title-text{margin-top:48px;}
	.card-weddings .pmd-card-media.normal-theme{border-top: 32px solid #fff;padding: 0 32px 32px 32px;margin-top: 0;margin-bottom: -1px;}
	.card-weddings h5{margin-top:32px;}
	
	/* Event Gallery */
	.btn-play{display:block;position:relative;}
	.btn-play:after{background: url(../images/btn-play.png) no-repeat center;display: block;content: "";position: absolute;top: 0;bottom: 0;left: 0;right:0;margin: auto;height: 48px;width: 60px;}
	
	/* List style*/
	.books li{padding-bottom:1px;line-height:1.9;}
	.books ul{margin-left:-20px;}
	.books a{color:#fff;border-bottom: 1px solid rgba(255,255,255,0.54);}
	.custom-margin{margin-top:-15px;}
	.marathon h3{margin-top:0;margin-bottom:20px;}
	.talks .pmd-card-block{padding-bottom:0px;}
@media screen  and (min-width: 768px) and (max-width: 1024px){
	.talks h6{margin:2px 0 15px;}
	.card-people .pmd-card-img-wrapper{padding:16px;}
	.pmd-card-img-wrapper{padding:8px;}
	.card-parenthood .pmd-card-title-text{margin-bottom: 16px;}
	.card-parenthood .pmd-card-media.normal-theme{margin-top: -1px;border-bottom: 16px solid #fff;margin-bottom: 0;}
	.card-weddings .pmd-card-title-text{margin-top:16px;}
	.card-weddings .pmd-card-media.normal-theme{border-top: 16px solid #fff;padding: 0 16px 16px 16px;margin-top: 0;margin-bottom: -2px;}
	.card-weddings h5{margin-top:16px;}
	.card-people .pmd-card-title-text{font-size:40px;}
	.marathon br{display:none;}
	.talks .pmd-card-block{padding-bottom:0px;}
	.pmd-card{margin-bottom:15px;}
	.pmd-card-body, .marathon .col-sm-12, .marathon .col-sm-4, .talks .col-sm-6,.meetups .col-sm-4,.ecosystem .col-sm-6,.podcast .col-sm-12{padding-left:16px;padding-right:16px;}
	.custom-margin{margin-top:-4px;}
	
}	
@media screen and (max-width: 767px){
	 .card-people .pmd-card-title-text{font-size:30px;}
	 .card-parenthood .pmd-card-title-text{margin-bottom: 16px;}
	 .card-people .pmd-card-img-wrapper{padding:16px;}
	 .text-stats-lg{font-size:80px;}
	 .custom-margin{margin-top:0px;}
	 .talks h6{margin:2px 0 30px;}
	 .meetups .pmd-card-img-wrapper{margin-bottom:10px;}
	.card-equal-height .pmd-card{height: auto!important;}
	.card-weddings .pmd-card-media.normal-theme{padding: 0 16px 16px 16px;}
	.card-weddings h5{margin-top:8px;}	
	.marathon .col-sm-4{margin-bottom:20px;}
	.marathon .col-sm-4:last-child{margin-bottom:10px;}
}

/**********************************************
	Section - Process
**********************************************/
.section-process .pmd-card-media.normal-theme{border-bottom-color:transparent;}
.bottom-process .pmd-card-img-wrapper{padding:20px;}
.bottom-process .pmd-card-img-wrapper h2{margin-top :0;}
.bottom-process .col-sm-8 .pmd-card-block{min-height:262px;}

/**********************************************
	Section - Products
**********************************************/
/*.logo-cards .pmd-card{padding-top: 0;padding-bottom: 0;}*/
.logo-cards .pmd-card-media{background-color: #fff;padding: 0;margin: 0;border: 1px solid #282828;}
.start-quote{font-size: 36px;font-weight: 700;display: inline-block;margin: -12px 0 0 -16px;line-height:16px}
.podcast h6{margin-bottom:15px;}
.podcast h6:hover{font-weight:bold !important;}
.podcast li{list-style-type:none;margin-left:-40px;}
.custom-logo-card p{margin:20px 0 0;}
.bottom-process p.fw-regular.fs-20{margin-bottom:26px;}
.section-process .card-people h3{margin:54px 0;}
.seminar img{margin-top:20px;}
.bottom-process .col-sm-4 .pmd-card-block{min-height:288px;}
.custom-height-set-1{min-height:531px;}
.custom-height-set-2{min-height:480px;}
.custom-height-set-3{min-height:401px;}
@media screen  and (min-width: 768px) and (max-width: 1024px){
	.custom-logo-card p{font-size:13px;margin:10px 0 0;}	
	.bottom-process .fw-regular.fs-20{margin-bottom:0px;}
	.bottom-process p.fw-regular.fs-20{font-size:16px;}
	.section-product .pmd-card-block{padding:16px;}
	.section-product .pmd-card-img-wrapper{padding:4px;}
	.section-product .col-sm-6{padding-left: 12px;padding-right:12px;}
	.section-process .card-people h3{margin:0;}
	.section-process .card-people .pmd-card-title-text{margin-bottom:12px;}
	.podcast h6{margin:16px 0;}	
	.seminar li{margin-bottom:21px;}
	.seminar .title-seminar{margin-top:48px;}
	.bottom-process .col-sm-4 .pmd-card-block{min-height:230px;}
	.custom-height-set-1{min-height:368px;}
	.custom-height-set-2{min-height:350px;}
	.custom-height-set-3{min-height:260px;}
	.section-product .pmd-card{margin-bottom:24px;}
	.section-product .custom-margin-bottom{margin-bottom:0px;}
	.start-quote{font-size:26px;margin: -12px 0 0 -14px;}
}
@media screen and (max-width: 767px){
	.start-quote{margin:-15px 0 0 -11px;font-size:20px;}
	.bottom-process .col-sm-8 .pmd-card-block{min-height:inherit;}
	.seminar img{margin:20px 0;}
	.bottom-process .col-sm-4 .pmd-card-block{min-height:inherit;}
	.custom-logo-card p{margin-top:10px;}
	.custom-height-set-1,.custom-height-set-2,.custom-height-set-3{min-height:inherit;}
	.section-process .card-people h3{margin:20px 0;}
	.ecosystem h3.fw-light{margin-top:0px;margin-bottom:40px;}
}

/**********************************************
	Section - Ventures
**********************************************/
ul.unstyled-list{padding-left: 0;}
ul.unstyled-list > li{list-style: none;}
ul.hash-list{padding-left: 0;}
ul.hash-list > li{list-style: none;padding-left: 20px;}
ul.hash-list > li:before{content: "#";margin-left: -20px;display: inline-block;vertical-align: top;;margin-right: 6px;}
ul.hash-list > li strong{font-weight: 900;}
.pmd-card-bordered{border: 1px solid #282828;}
.hash-list a:hover{text-decoration:underline;}

/**********************************************
	Section - Social
**********************************************/
.section-social .col-sm-3{width: 28%;}
.section-social .col-sm-6{width: 44%;}
.section-social .media-left{min-width: 180px;}
.section-social .pmd-card-media{padding: 16px 16px 0 16px;margin-bottom: 0;}
@media screen and (max-width: 1024px) and (min-width: 768px){
	.section-social .media-left{min-width: 0px;}
	#dc-social .facebook,#dc-social .linkedin,#dc-social .twitter{min-height:335px;}
	.section-social .data{display:block;}
}
@media screen and (max-width: 767px){
	.section-social .media-left{min-width: 20px;}
	.section-social .col-sm-3{width:auto;}
	.section-social .col-sm-6{width: auto;}
	.facebook .media-left,.linkedin .media-left{display:block;} 
	.facebook .media-top,.linkedin .media-top{text-align:center;padding-top:20px;padding-right:0;}
	.facebook .media-top p,.linkedin .media-top p{margin-bottom:0;}
	.article{text-align:center;}
	.section-social .data{display:block;}
}

/**********************************************
	Section - Thanks
**********************************************/
.section-thanks.section-introduction{padding: 160px 0 80px;}

.fp-section.fp-table, .fp-slide.fp-table{display: block;table-layout: inherit;}
.fp-tableCell{display: block;table-layout: inherit;position: relative;}
.section:last-child .fp-tableCell{max-height: 100%;}
@media screen and (max-width: 767px){
	.section-thanks.section-introduction{padding: 40px 0 40px;}
	#dc-thankyou{padding:170px 0;}
}


/**********************************************
	Loader
**********************************************/
.pace-running { margin-right:17px; overflow:hidden;}
.pace-overlay { position:fixed; top:0; left:0; width:100%; height:100%; background:#111111; z-index:10000;}
.pace-running .pace  { right:17px;}
.pace:before { position:absolute; content:"This might take a while to load but it's  worth the wait."; left:-10%; top:110%; width:120%; text-align:center; font-size:20px; color:rgba(255,255,255,0.34);font-style:italic;line-height:1.2}
.pace {-webkit-pointer-events: none;  pointer-events: none;  -webkit-user-select: none; -moz-user-select: none;  user-select: none; position: fixed; z-index: 100000; top: 0;left: 0;bottom: 0;right:0;	margin:auto;height:180px;max-width:450px;background:url(../images/digi-loader-1.png) 0 0 no-repeat;}
.pace .pace-progress{background:url(../images/digi-loader-2.png) 0 0 no-repeat; position: absolute;	z-index: 10; top: 0;	left: 0;  margin:auto; max-width:450px;	width:100%; height:180px;  -webkit-transition: height 1s; -moz-transition: height 1s; -o-transition: height 1s; transition: height 1s; }

@media screen and (max-width:768px){
	.pace{width: 74%;background-size: 100%;}
	.pace .pace-progress{width: 100%;height: 120px;background-size: 100%;}
}