/*------------------------------------------------------------------
	Main Style Stylesheet
	Project:		Rient Multi-Purpose Parallax PSD Landing Page
	Version:	    1.0
	Create Date:	09/20/2014
	Last change:	09/20/2014
	Primary use:	Multi-Purpose, Bisiness
	Color:	10 Option 

-------------------------------------------------------------------*/
* {
  margin: 0px;
  padding: 0px;
}

body {
  background: #FFF;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  font-family: 'Play', sans-serif;
}
#wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #FFF;
}
.overlay {
	background: rgba(0,0,0,0.75);
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
p {
	margin: 0 0 10px;
}
label {
	display: block;
}
img:focus {
	background: none !important;
	border: none !important;
}
/*=======================================================
			HEADINGS
========================================================*/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {
	font-family: 'Play', sans-serif;
	font-size: 50px;
	color: #fff;
}
h2 {
	font-family: 'Play', sans-serif;
	font-size: 25px;
	font-weight: 300;
	color: #000;
	text-align: center;
}
h2 span {
	font-weight: 700;
	color: #f10f24;
}
h3 {
	font-size: 24px;
	color: #000;
	font-family: 'Play', sans-serif;
	font-weight: normal;
}
h3.asd {
	color:#000;
	}
h4 {
	font-family: 'Play', sans-serif;
	font-size: 20px;
	color: #fff;
	font-weight: 400;
}
h5 {
	font-family: 'Play', sans-serif;
	font-size: 18px;
	color: #555555;
	font-weight: 400;
}
h6 {
	font-size: 20px;
}
p {
	color: #666666;
	line-height: 20px;
}
a:hover {
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
img:hover {
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
li {
	list-style: none;
}
a {
	font-family: 'Play', sans-serif;
	text-decoration: none;
	color: #757575;
}
.btn {
  background: #29DEB5;
  border-radius: 4px;
  color: #FFF;
  line-height: 40px;
  padding: 0px 35px;
  font-size: 14px;
  border: 1px solid #29DEB5;
  margin-top: 30px;
  font-weight: 300;
}
.intro {
}
.intro .intro-top {
	background:url(../images/bg1.jpg) no-repeat;
	background-size:cover;
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;

	text-align: center;
}
.intro .intro-top .overlay{ 
	padding-top: 10px;
	padding-bottom: 10px;
}
.intro h2{
	color: #fff;
}
.intro h3{
	color: #000;
}
.intro div.items {
	padding-top:15px;
	margin-top:30px;
	border-radius:4px;
	text-align: center;
	padding-bottom: 20px;
}
.intro div.items img{
	border-top-left-radius:4px;
	border-top-right-radius:4px;
}


.intro div.items:hover {
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	
}
.intro div.items:hover img{
	opacity:0.8;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.vers h4 {
	text-transform: uppercase;
	color: #333;
	padding: 10px 0 0 0;
}
.intro div.items:hover h4 {
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.intro div.items:hover p {
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.intro div.items a {
	text-decoration: none !important;
}
.intro div.items p {
}

.intro .btn{
	width:  250px;
	height: 50px;
	border-radius: 4px;
	color: #fff;
	line-height: 50px;
	padding: 0px;
	float: none;
	font-size: 18px;
	border:none;
	font-weight:bold;
	margin-right: 20px;
	margin-top: 60px;
	font-weight: 300;
}

.heading-class h2{
  	text-transform: uppercase;
  	color: #333;
}
.a {
    transition: color 0.3s ease-in-out;
}
.a {
    color:turquoise;
}
.a:hover {
    color: #454545;
}
#main  {
  text-align: left;
  width: 800px;
  margin: 0 auto;
}
#page-wrap {
  text-align: left;
  width: 800px;
  margin: 0 auto;
}