
body{
	font-family: 'Inconsolata', monospace;
}

a{
	-webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

a,a:focus,a:hover{text-decoration:none !important;}

#header-area{
	position: relative;
	padding:230px 0px;
	background:url(../images/bg.jpg) no-repeat center center;
	background-size:cover;
}
#header-area:before{
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);;
}

.header-title h2 {
    color: #ff6549;
    font-size: 38px;
    line-height: 55px;
    padding: 20px 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    margin: 0px 0px 20px 0px;
    padding: 0px;
}

.header-title a {
    font-size: 35px;
    text-transform: capitalize;
    font-style: italic;
    padding: 16px 0px;
	color:#fff;
}
.header-title a:hover {color:#000;}

#demo-area{
	padding:50px 0px 19px 0px;
}

.demo{
	padding:16px 0px;
	background:url(../images/mac.png)no-repeat top;
}

.demo img{
	margin-left:auto;
	margin-right:auto;
	-webkit-transition: all 6s ease 0s;
    -moz-transition: all 6s ease 0s;
    -o-transition: all 6s ease 0s;
    transition:all 6s ease 0s;
}

.demo-button li a {
	font-style:normal;
    border: 2px solid #fff;
    color: #fff;
    display: inline-block;
    letter-spacing: 2px;
    margin: 0 10px;
    padding: 17px 40px;
    text-transform: uppercase;
    border-radius: 4px;
    display: block;
    max-width: 200px;
    margin: 0 auto;
    font-size: 15px;
}
.demo-button {
    margin: 60px 0px 0px 0px;
    padding: 0;
    list-style-type: none;
}
.demo-button li {
    display:inline-block;
	margin:0px 30px;
}

.demo-button li a:hover{
	background:#fff;
	color:#000;
	text-decoration:none;
}
.demo h3 {
    padding-top:80px;
}
.demo h3 a {
	color:#ff6549;
	font-size:22px;
	line-height:25px;
}

#footer-area{
	padding:10px 0px;
	background:#00B4C2;
}

.footer-text p{
	padding: 15px;
    margin: 0px;
    font-size: 16px;
    line-height: 18px;
    color: #ffffff;
}

.footer-text p a{
	color: #ffffff;
}
.footer-text p a:hover{
	color: #ff6549;
}

/* Responsive CSS */

@media only screen and ( min-width:2000px ) {

	#header-area{
		padding:340px 0px;

	}

}
@media only screen and ( max-width:1024px ) {

	#header-area{
		padding:140px 0px;

	}

}
@media only screen and ( max-width:768px ) {

	#header-area{
		padding:58px 0px;

	}

}

@media only screen and (max-width:480px) {
	#header-area{
	padding:45px 0px;
	background:#56922F;
}

	.header-title h2 {
    color: #ffffff;
    font-size:20px;
    line-height:30px;
    padding: 20px 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    margin: 0px 0px 20px 0px;
    padding: 0px;
}
	.header-title a {
    font-size: 16px;
    text-transform: capitalize;
    font-style: italic;
    padding: 8px;
    margin: 0;
	}

	#demo-area{
		padding:45px 0px;
	}

	.demo-button li {
    display: inline-block;
    margin-top: 14px;
    width: 100%;
    margin: 8px 0px;
	}
	.demo-button li a{
		max-width:100%;
	}
	.demo-button {
	margin: 40px 0px 0px 0px;
	padding: 0;
	list-style-type: none;
	}
	.demo img{
	max-width:100%;
	}
	.footer-text p {
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    margin: 0;
    padding: 6px;
}

.demo h3 {
    color: #000;
    font-size: 17px;
    line-height: 18px;
    margin: 25px 0px 30px 0px;
}

}

@media only screen and ( max-width:320px ) {
	.demo{
		padding:13px 12px;
		background-size:100%;

	}
	.demo h3 {
	    margin:0px 0px 30px 0px;
	}
}

/*  preloader   */
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #3498db;
  z-index: 1001;
  animation: spin 2s linear infinite;
}
#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #e74c3c;
  animation: spin 3s linear infinite;
}
#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  left: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #f9c922;
  animation: spin 1.5s linear infinite;
}
#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #222;
  z-index: 1000;
  transform: translateX(0);
}
#loader-wrapper .loader-section.section-left {
  left: 0;
}
#loader-wrapper .loader-section.section-right {
  right: 0;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loaded #loader-wrapper .loader-section.section-left {
  transform: translateX(-100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded #loader-wrapper .loader-section.section-right {
  transform: translateX(100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded #loader {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.3s 1s ease-out;
}
