/************************************
 * Unnecessary for plugin work
************************************/
@import '../modules/slick/css/slider.css';
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:'Lato';

}

h1 {
 font-size:50px; 
 font-weight:900;
 margin:0px;
}
h1.project-title {
	margin-top:40px;
}
h2 {
 font-weight:900;
 text-transform:uppercase;
 margin:0px;
}

h3 {
  font-size:25px;
  font-weight:900;
  text-transform:uppercase;
  margin:0px;
}

h4 {
 font-weight:900;
 text-transform:uppercase;
}

h5 {
 font-weight:900;
 text-transform:uppercase;
}

a.btn {
	position:relative;
	width:100px;
	height:100px;
	background:#E74B3D;
	border-radius:50%;
	line-height:100px;
	color:#ffF;
	font-size:25px;
	text-decoration:none;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px;
	padding:0px;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	/*transition*/
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

a.btn:hover {
	color:#fff;
	-webkit-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1);
}

svg:hover {
    fill: #fce57e;
}
/************************************
 * UI 
************************************/
button.btn-white {
	font-family: 'Lato';
	background: none;
	border-bottom:0px;
	border-radius: 0px;
	font-weight: 900;
	padding: 10px 0px;
	outline:none;

}
.btn-white i {
	position:relative;
	left:0px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.btn-white:hover > i {
	position:relative;
	left:4px;
}

.btn-white > i {
	font-size: 35px;
	top: 4px;
	margin-left: 4px;
	position: relative;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.thumb > img {
	width:100%;
}

.btn-black {
	background:transparent;
	border:2px solid #333;
	outline:none;
	color:#333;
	padding:15px 25px;
	font-family:'Lato';
	margin:20px;
	font-weight:900;
	letter-spacing:1.1px;
	border-radius:5px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.btn-black:hover {
	background:transparent;
	border:2px solid #359491;
	background:#39BEB9;
	outline:none;
	color:#fff;
}

.btn-black > i {
	font-size:19px;
	margin-left:10px;
}

#am-table >  thead {
	color: #E74B3D;
}
/************************************
 * Animation Container
************************************/
#animation-container {
	position: relative;
	max-width: 968px;
	bottom: -60px;
	height: 400px;
	margin: 0 auto;
}

/*Resize Browser Animation*/
@media (max-width: 767px) {
	#browser-container {
		width:550px;
		height:auto;
	}
}
@media (max-width: 600px) {
	#browser-container {
		width: 450px;
		height: 273px;
	}
	#animation-container {
		height: 300px;
	}
}

@media (max-width: 500px) {
	#browser-container {
		width: 350px;
		height: 212px;
	}
	#animation-container {
		height: 242px;
	}
	.project-title {
		font-size:35px;
	}
}

@media (max-width: 400px) {
	#browser-container {
		width: 250px;
		height: 152px;
	}
	#animation-container {
		height: 184px;
	}
	.project-title {
		font-size:25px;
	}

}
/************************************
 * Helper Classes
************************************/
.mt {
	margin-top:40px;
}

.mb {
	margin-bottom:40px;
}

.number {
    position: relative;
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #e64b3d;
    text-align: center;
    line-height: 46px;
    margin-right: 10px;
    font-weight: 800;
    color: #e64b3d;
}

h4.title {
	height:35px;
	line-height:35px;
	margin-bottom:35px;
}
/************************************
 * Close button
************************************/
#closebt-container {
	position: relative;
	width:100%;
	text-align:center;
	margin-top:40px;
}

.closebt {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	cursor:pointer;
}

.closebt:hover {
	transform:rotate(90deg);
}

#item > p  {
	margin:0px;
	color:#E74B3D;
}
/************************************
 * Sections
************************************/
section#section-top  {
	position:relative;
	width:100%;
	max-height:500px;
	background:#E74B3D;
	color:#fff;
	float:left;
	text-align:center;
	overflow:hidden;
}

section#section-default {
	position:relative;
	width:100%;
	min-height:100px;
	padding:40px 0px 40px 0px;
	float:left;
	text-align:center;
	overflow:hidden;
}

section#section-default h3{
		position:relative;
		max-width: 900px;
    margin: 0 auto;
    margin-bottom: 30px;
}
section#section-button {
	position:relative;
	width:100%;
	padding: 10px 0px 17px 0px;
	float:left;
	text-align:center;
	overflow:hidden;
}
/*Section Colors*/
section[bgColor='emerald'] { 
	background:#39BEB9;
}
section[bgColor='alazarin'] { 
	background:#E74B3D;
}
section[bgColor='white'] { 
	background:#fff;
}
section[bgColor='whitesmoke'] { 
	background:#f7f7f7;
}
/************************************
 * Footer
************************************/
footer#footer {
	position:relative;
	float:left;
	width:100%;
	min-height:200px;
}

#footer-col > p,
a {
	color:grey;
}

#footer-col > p,
a:hover {
	text-decoration:none;
	color:#39BEB9;
}

div#col-icons {
	border-right:1px solid #eee;
}

#footer-sign {
	padding:25px;
	font-family:'Lato';
	text-transform:uppercase;
}

/************************************
 * CROSS BROWSER SECTION
************************************/

@media (min-width: 1200px) {
	#b-icons > .col-lg-3 {
	width: 20%;
	}
}

@media (min-width: 768px) {
	#b-icons > .col-lg-3 {
		width: 25%;
	}
}

@media (min-width: 992px) {
	#b-icons > .col-md-3 {
		width: 10%;
	}
}

@media (min-width: 768px) {
	#b-icons >  .col-sm-3 {
		width: 20%;
	}
}


/************************************
 * LET'S HELP THE WORLD SECTION
************************************/
#icon-share {
	position:relative;
	min-height:280px;
	line-height:280px;
}

@media (max-width: 767px) {
	#icon-share {
		min-height:0px;
		line-height:0px;
	}
}


/************************************
 * Modal Styles
************************************/
#modal-container {
	position:relative;
	margin-top:100px;
	overflow:hidden;
}


/************************************
 * SVG ANIMATIONS
************************************/
#browser-container {
	position:relative;
	top:500px;
}


#btn-openModal {
    -webkit-transform-origin: center center;
            transform-origin: center center;
	opacity:0;

}


#cursor{
	position:relative;
	top:-100px;
}

#modal {
    -webkit-transform-origin: center center;
            transform-origin: center center;
	opacity:0;
}

#modal-btn-close {
    -webkit-transform-origin: center center;
            transform-origin: center center;
	opacity:0;
}

#el-01,
#el-02,
#el-03  
{
    -webkit-transform-origin: center center;
            transform-origin: center center;
	opacity:0;
}


/*Carbon ads*/
#carbonads {
	--width: 300px;
	--font-size: 14px;
  }
  
  #carbonads {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	max-width: var(--width);
	border-radius: 4px;
	text-align: center;
	box-shadow: 0 0 0 1px hsla(0, 0%, 0%, .1);
	background-color: hsl(0, 0%, 98%);
	font-size: var(--font-size);
	line-height: 1.5;
	text-align:left;
	margin: 0 auto;
    margin-bottom: 30px;
  }
  
  #carbonads a {
	color: inherit;
	text-decoration: none;
  }
  #carbonads a.carbon-img {
	float: left;
	padding: 0px;
	margin: 0px;
  }

  #carbonads a:hover {
	color: inherit;
  }
  
  #carbonads span {
	position: relative;
	display: block;
	overflow: hidden;
  }
  
  .carbon-img {
	display: block;
	margin-bottom: 8px;
	max-width: var(--width);
	line-height: 1;
  }
  
  .carbon-img img {
	display: block;
	margin: 0 auto;
	max-width: var(--width) !important;
	width: auto;
    height: 100px;
    float: left;
  }
  
  .carbon-text {
	display: block;
    padding: 0px;
    padding-left: 137px;
	padding-right: 4px;
	padding-top:10px;
    position: relative;
	font-size:13px;
  }
  
  .carbon-poweredby {
	display: block;
	padding: 10px var(--font-size);
	text-transform: uppercase;
	letter-spacing: .5px;
	font-weight: 600;
	font-size: 9px;
	line-height: 0;
	color:#9a9a9a!important;
  }
  
  @media only screen and (min-width: 320px) and (max-width: 759px) {
	#carbonads {
	  float: none;
	  margin: 0 auto;
	  max-width: 330px;
	  margin-bottom: 30px;
	}
	#carbonads span {
	  position: relative;
	}
	#carbonads > span {
	  max-width: none;
	}
	.carbon-img {
	  float: left;
	  margin: 0;
	}
  
	.carbon-img img {
	  max-width: 130px !important;
	}
	.carbon-text {
	  float: left;
	  margin-bottom: 0;
	  padding: 8px 20px;
	  text-align: left;
	  max-width: calc(100% - 130px - 3em);
	}
	.carbon-poweredby {
	  left: 130px;
	  bottom: 0;
	  display: block;
	  width: 100%;
	}
	
	


	