* {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

html {  
	margin: 0px;
	
	border: 0px;
	padding: 0px;
	text-align: left;

	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: none;
	text-rendering: optimizelegibility;

	color: #231f20;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 120%;

	background: #ffffff;
	
	height: 100% !important;
	width: 100% !important;
}

body {
	height: 100% !important;
	width: 100% !important;
}

a {outline:none;}

ul {padding-top: 0px; margin-top: 0px;}

:root {overflow-y: scroll !important;}

.right {float:right !important;}
.left {float:left !important;}
.clear {clear:both;}
img.right {margin:0 0 20px 20px;}
img.left {margin:0 20px 20px 0;}
img {border: none;}


.clear {clear: both;}

.scrollup {
    width: 40px;
    height: 40px;
    opacity: 0.3;
    position: fixed;
    bottom: 130px;
    right: 50px;
    display: none;
    text-indent: -9999px;
    background: url(../images/icon_top.png) no-repeat;
}


	
.responsive {width: 90%;}



.road {
	background: url("../images/infographic/road.png") repeat-y;
	position: absolute; 
	right: 0; 
	z-index: 9999;
}



.cd-container {
	width: 70%;
	max-width: 70%;
	margin: 0 auto;
}
.cd-container::after {
	/* clearfix */
	content: '';
	display: table;
	clear: both;
}


.cd-main-content {
	/* you need to assign a min-height to the main content so that the children can inherit it*/
	height: 100%;
	position: relative;
	z-index: 1;
}

.cd-fixed-bg {
	position: relative;
	height: auto;
	min-height: auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
}


.cd-fixed-bg.cd-bg-1 {
	background: url("../images/infographic/header.jpg") no-repeat fixed;
	height: 100%;
	
}
.cd-fixed-bg.cd-bg-2 {
	background-image: url("../images/infographic/slide2/slide02-bg.png");
	color: #fff;
	padding: 20px 0;
}
.cd-fixed-bg.cd-bg-4 {
	background-image: url("../images/infographic/slide4/slide04-bg.png");
	color: #fff;
	padding: 80px 0;
}


.cd-fixed-bg.cd-bg-6 {
	background-image: url("../images/infographic/slide6/slide06-bg.png");
	background-color:  #464545;
	color: #fff;
	padding: 80px 0 200px 0;
}







@media only screen and (min-width: 1170px) {
  .cd-fixed-bg {
    background-attachment: fixed;
  }
}

.cd-scrolling-bg {
  position: relative;
  min-height: auto;
  z-index: 2;
}
.cd-scrolling-bg.cd-color-1 {
	background: #c7c7c7;
	color: #000;
	line-height: 140%;
	border-top: 6px solid #db4d49;
}


.cd-scrolling-bg.cd-color-3 {
	background: url("../images/infographic/slide3/slide03-bg.png") no-repeat #c7c7c7;
	min-height: auto;
	color: #3d3536;
}

.cd-scrolling-bg.cd-color-5 {
	background: #c7c7c7;
	color: #000;
	line-height: 140%;
	border-top: 6px solid #6d5548;
	padding: 50px 0;
}












.clouds {
	position: absolute;
	top: 0; 
	left: 0;
	animation: moveclouds 10.0s linear infinite;
	z-index: -1;
}
@keyframes moveclouds {
	100% {margin-left: -1000px;}
}














/* Animations/Transitions */

.wow:first-child {
      visibility: hidden;
    }


.ease {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

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











h2 {color: #db4d49; text-transform: uppercase;}



h3 {
  display: inline-block;
  position: relative;
	background: #db4d49;
	border-radius: 50%;
	color: #fff;
    width: 36px;
    height: 36px;
    padding: 6px 8px;
    text-align: center;
    font: 40px;
}

h3:before,
h3:after {
  background: #fff;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  top: 50%;
  width: 400%;
}

h3:before {right: 100%;}
h3:after {left: 100%;}

.container {text-align: center;}






















/*	--------------------------------------------------
	:: Grid 
	-------------------------------------------------- */



 /* By Default .g10 img, .g20 img, .g30 img, .g40 img, .g50 img, .g50-margin img, .g60 img, .g70 img, .g80 img, .g90 img, .g100 img, .g33 img, .g66 img, .g25 img, .g75 img {
	width: 100%;
	border: none;
}*/
div.cd-fixed-bg > div img, div.cd-scrolling-bg > div img {width: 100%;}

 /* Override */.no-full {width: auto !important;}
 

.g10, .g20, .g25, .g30, .g40, .g50, .g60, .g70, .g80, .g90, .g100, .g33 {
	height:auto;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
}
.g10 {width:10%;}
.g20 {width:20%;}
.g25 {width:25%;}
.g30 {width:30%;}
.g40 {width:40%;}
.g50 {width:50%;}
.g60 {width:60%;}
.g70 {width:70%;}
.g80 {width:80%;}
.g90 {width:90%;}
.g100 {width:100%;}

.g33 {width:33.33333333%;}

.padding {padding: 10px 25px;}
.padding-sm {padding: 5px 10px;}












/*	--------------------------------------------------
	:: Media Queries
	-------------------------------------------------- */


@media screen and (min-width: 1200px) {
	
	.responsive {width: 1000px !important;}

}

@media screen and (max-width: 1200px) {

	.scrollup {
		width: 20px;
		height: 20px;
		background-size: cover;
		bottom: 115px;
		right: 1%;
	}
	
}

/*@media screen and (max-width: 1300px) {

	.g60 {width: 100%;}
	
}*/


@media screen and (max-width: 800px) {

	
}


@media screen and (max-width: 600px) {
	
	.responsive {width: 85% !important;}

	
}


@media screen and (max-width: 490px) {

	.responsive {width: 80% !important;}

	
}

@media screen and (max-width: 350px) {

	
}




