/*--A Design by W3layouts
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
---*/
html, body{
	font-family: 'Didact Gothic', sans-serif;
	font-size: 100%;
	background:#fff; 
}
body a{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
}
h1,h2,h3,h4,h5,h6,p,span{
	margin: 0;
	padding: 0;
}
/*--header--*/
.header {
	background: #202835;
}
.header-info-right{
	float:right;
	margin-top: 18px;
}
.header-info-left {
	float: left;
}
.header-info {
	padding: 23px;
}
/*--/header--*/
/*--header-menu--*/
button#showRightPush {
	  border: none;
	  color: #000;
	  background: #FFF;
	  position: fixed;
	 top: 4.5%;
	  z-index: 9;
	  outline: none;
}
button#showRightPush img {
	padding-left: 8px;
}
a {
	color: #f0f0f0;
	text-decoration: none;
}
a:hover {
	color: #7ab800;
}
.main,
 {
	width: 90%;
	max-width: 69em;
	margin: 0 auto;
	padding: 0 1.875em 3.125em 1.875em;
}
/* General styles for all menus */
.cbp-spmenu {
	background: #202835;
	position: fixed;
}
.cbp-spmenu h3 {
	  color: #000;
	  font-size: 1.9em;
	  padding: 20px;
	  margin: 0;
	  font-weight: 300;
	  background: #7ab800;
}
.cbp-spmenu a {
	display: block;
	color: #fff;
	font-size: 1.1em;
	font-weight: 300;
}
.cbp-spmenu a:hover {
	background: #7ab800;;
}
.cbp-spmenu a:active {
	background: #afdefa;
	color: #47a3da;
}
/* Orientation-dependent styles for the content of the menu */
.cbp-spmenu-vertical a {
/*	border-bottom: 1px solid #11363F;*/
	padding: 1em;
}
.cbp-spmenu-vertical a:hover {
	text-decoration: none;
}
.cbp-spmenu-horizontal {
	width: 100%;
	height: 150px;
	left: 0;
	z-index: 1000;
	overflow: hidden;
}
.cbp-spmenu-horizontal h3 {
	height: 100%;
	width: 20%;
	float: left;
}
.cbp-spmenu-horizontal a {
	float: left;
	width: 20%;
	padding: 0.8em;
	border-left: 1px solid #258ecd;
}
/* Vertical menu that slides from the left or right */
.cbp-spmenu-right {
	right: -240px;
	top: 97px;
}
.cbp-spmenu-right.cbp-spmenu-open {
	right: 0px;
	top: 97px;
	z-index: 999;
}
/* Horizontal menu that slides from the top or bottom */
/* Push classes applied to the body */
.cbp-spmenu-push {
/*	overflow-x: hidden;*/
	position: relative;
	left: 0;
}
.cbp-spmenu-push-toright {
	left: 240px;
}
/* Transitions */
.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/*--header-menu--*/
/*--header-banner--*/

#intro {
    background-image: url(../images/header-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    width: 100%;
}

.logo a {
  display: block;
}
.header-banner {
/*	background: url(../images/header-banner.jpg) no-repeat 0px 0px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	min-height: 700px;
	text-align: center;*/
}
.header-banner-info {
	padding: 30px;
	margin-top: 10em;
	text-align:center;
}
.header-banner-info h1 {
	color: #fff;
	font-size: 3em;
	font-weight: 100;
	margin: 0 auto;
	letter-spacing: 6px;
}
.header-banner-info p {
	font-size: 2em;
	color: #fff;
	font-weight: 100;
	margin-top: 18px;
}
.more {
	  border: none;
	  font-family: 'Didact Gothic', sans-serif;
	  color: #fff;
	  background: #7ab800;
	  cursor: pointer;
	  padding: 10px 35px;
	  display: inline-block;
	  letter-spacing: 1px;
	  outline: none;
	  font-size: 17px;
	  font-weight: 100;
	  border-bottom: 3px solid #60890E;
	  transition: 0.2s;
	  -webkit-transition: 0.2s;
	  -moz-transition: 0.2s;
	  -o-transition: 0.2s;
	  border-radius: 4px;
	  -webkit-border-radius: 4px;
	  -moz-border-radius: 4px;
	  -o-border-radius: 4px;
	  margin-top: 3em;
}
.more:hover {
	background-color: #60890E;
	color: #fff;
	text-decoration: none;
	border-bottom: 3px solid #7ab800;
}
/*--/header-banner--*/
/*--content-start--*/
/*--introducing--*/
.introducing {
	padding: 4em 0;
	background: #F2F2F2;
}
.introducing-info {
	text-align: center;
}
.introducing-info a img {
	margin: 0 auto;
	padding: 60px 0;
}
.introducing-info h2 {
	font-size: 4em;
	margin-bottom: 20px;
}
.introducing-info p {
	font-size: 28px;
	width: 50%;
	margin: 0 auto;
	padding-bottom: 20px;
}
.introducing-info h3 {
	  font-size: 22px;
	  font-weight: 400;
	  color: #7ab800;
	  margin: 0;
}
.introducing-bottom {
	background: #202835;
	text-align: center;
	padding: 30px 0;
	color: #fff;
}
.introducing-bottom p {
	font-size: 1.2em;
	width: 66%;
	margin: 0 auto;
}
.introducing-info p span {
	color: #FB6816;
}
/*--/introducing--*/
/*--about--*/
.about {
	background: #F2F2F2;
}

.about .container > h2 {
	text-align: center;
	  padding: 1.5em 0 0;
	  color: #7ab800;
	  font-size: 2.2em;
	  font-weight: 100;
}

.about-grids p {
    font-family: sans-serif;
}

.about-grids {
	margin: 4em 0 2em 0;
}
.about-img{
	  width: 89px;
	  margin: 0 auto;
	  background: url(../images/imgsprite.png) no-repeat -15px 0px;
	  height: 87px;
	  display: inline-block;
}
.about-img:hover {
  transform: rotateY(360deg);
  transition: .5s all;
  -webkit-transition: .5s all;
  -moz-transition: .5s all;
  -o-transition: .5s all;
  -ms-transition: .5s all;
 }
.about-right-info h3{
	font-size: 25px;
	color: #000;
	margin: 0;
}
.about-right-info p{
	font-size: 15px;
	color: #9B9B9B;
	margin: 1em 0 0 0;
	text-align: justify;
}
.about-grid-right{
	text-align: center;
	margin-bottom: 3em;
}
.about-right-img{
	background: url(../images/imgsprite.png) no-repeat -207px 0px;
}
.about-left-bottom{
	background: url(../images/imgsprite.png) no-repeat -110px 0px;
}
.about-right-bottom{
	background: url(../images/imgsprite.png) no-repeat -304px 0px;
}
.about-grid-left {
	text-align: center;
	margin-bottom: 3em;
}
.about-border{
	background: #fb6816;
	padding: 1px 0 0 0;
	margin-top: 1em;
}
/*-- //about --*/
/*--portfolio--*/
.portfolio-wrapper:hover ul.social-ic{
	display: block;
}
ul.social-ic{
	margin: 0;
	position: absolute;
	top: 16px;
	width: 96.3%;
	height: 90%;
	background: rgba(251, 104, 22, 0.17);
	display: none;
}
ul.social-ic li{
	display: inline-block;
}
ul.social-ic li a span{
	background: url(../images/s.png) 0px 0px;
	width: 50px;
	height: 47px;
	display: block;
}
ul.social-ic li.search a span{
	background-position: -64px 0px;
}
.portfolio-info{
	border-bottom: 3px solid#FB6816;
}
.portfolio-info h4 {
	color: #202835;
	font-weight: 400;
	font-size: 1.5em;
	padding: 2em 0;
}
.p-grids p {
	width: 80%;
	margin: 0 auto;
	text-align: center;
	padding: 5em 0;
	font-size: 19px;
}
.portfolio-info-grid:hover{
	background: #7ab800;
}
.portfolio-info-grid p {
	font-size: 17px;
}
.portfolio-info-grid {
	background: #202835;
	color: #fff;
	padding: 34px;
	width: 24%;
	margin-right: 10px;
	box-shadow: 0px 10px 15px 0px #999;
	 -moz-box-shadow:    0px 10px 15px 0px #999;
  -webkit-box-shadow: 0px 10px 15px 0px #999;
}
.portfolio {
  padding: 3em 0;
}
.portfolio-heading h3 {
	   text-align: center;
	  padding-bottom: 0em;
	  color: #7ab800;
	  font-size: 2.2em;
	  font-weight: 100;
}

#portfolio > h2 {
	text-align: center;
	  padding: 1.5em 0 0;
	  color: #7ab800;
	  font-size: 2.2em;
	  font-weight: 100;
}

/*-- slid --*/
/*--- slider-css --*/
.slider{
	position:relative;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.rslides_tabs{
	background: none !important;
	border: none;
	box-shadow: none;
	position: relative;
	top: -90px;
	z-index: 999;
}
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	height: 16px;
	width: 16px;
	display: inline-block;
	background: #cfd4d5;
	border-radius: 30px;
}
.callbacks_here a:after{
	background: #7ab800;
}
.callbacks_tabs a{
	visibility:hidden;
}
.callbacks_tabs li{
	display:inline-block;
}
ul.callbacks_tabs.callbacks1_tabs {
	position: absolute;
	bottom: 14px;
	z-index: 999;
	left: 46%;
	padding: 0;
}
/*---works-----*/
.works {
	padding: 3em 0 3.3em 0;
}
.gallery-box:hover span.rollover1 {
	background: url(../images/link2.png) center no-repeat #7ab800;
	cursor: pointer;
	height: 168px;
	width: 259px;
	display: block;
	position: absolute;
	z-index: -9999px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.gallery-box span.rollover1 {
	height: 173px;
	width: 277px;
}
.gallery-box {
	padding: 0;
	width: 22.72%;
	float:left;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	margin: 0px 15px 33px 11px;
}
.works.main h3 {
	color: #fff;
	font-size: 2.5em;
	text-decoration: none;
	font-weight: 700;
	margin: 0 0 1em 0;
	text-transform: uppercase;
	text-align: center;
}
.section.group {
	margin:0% 0 0% 0;
}
.gallery-box img{
	width: 100%;
}
/*-- slider-mediaqueries --*/
@media(max-width:640px){
	.callbacks_tabs a:after {
		height: 10px;
		width: 10px;
	}
}
@media(max-width:480px){
	.callbacks_tabs a:after {
		height:8px;
		width: 8px;
	}
	ul.callbacks_tabs.callbacks1_tabs {
		bottom: 10px;
		left: 4px;
	}
}
/*----*/
/*-- //slid --*/
/*--services--*/
.services{
	background: url(../images/banner-3.jpg) no-repeat 0px 0px;
	min-height: 454px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.services-info-right a img {
	padding-top: 11.6em;
}
.services-info-left h4 {
	color: #FB6816;
	border-bottom: 2px solid#FB6816;
	padding-bottom: 8px;
	width: 39%;
	margin: 28px 0;
}
.services-bottom {
  background: #F2F2F2;
  padding: 3em 0 0;
  margin: 5em 0 0;
}
.services-info-left {
	color: #999;
}
.services-info-left p {
	color: #505869;
	width: 70%;
	padding-top: 1.5em;
}
.services-bottom-info h3 {
	text-align: center;
	  padding-bottom: 0em;
	  color: #7ab800;
	  font-size: 2.2em;
	  font-weight: 100;
}
.services-top p {
	color: #202835;
	font-size: 15px;
	width: 69%;
	margin: 0 auto;
	text-align: center;
	line-height: 1.8em;
	padding-top: 3em;
}
.elvis-grids {
  background: #F2F2F2;
}
.elvis {
	padding-top: 6em;
}
.elvis-left a img {
	margin: 0 auto;
	padding-left: 7em;
}
.elvis-bottom {
	background: #202835;
	width: 774px;
	padding: 1em 0;
	border-top: 4px solid#FB6816;
}
.elvis-bottom h3 {
	color: #fff;
	font-size: 2.5em;
	padding: 18px 0 9px 16px;
}
.elvis-bottom span{
	display:block;
}
.elvis-bottom h4 {
	color: #FB6816;
	padding: 0px 19px 0;
	font-size: 21px;
}
.elvis-right p {
	font-size: 15px;
	width: 70%;
	margin-top: 4em;
	color: #202835;
}
.elvis-grids-info {
	margin: 30px 0;
}
.elvis-grid{
	position:relative;
	overflow: hidden;
}
.elvis-grid:hover div.caption{
	display:block;
	transform:;
}
.caption{
	position: absolute;
	width: 92.2%;
	bottom: 0px;
	z-index: 999;
	background: rgba(0, 0, 0, 0.57);
	padding: 0.8em 0.5em;
	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	transform-style: preserve-3d;
/*	display: none;*/
	height: 55px;
}
.caption h3{
/*	font-weight:bold;*/
	color: #fff;
	font-family: Roboto;
    font-size: 14px;
}
.caption span{
	color: #fff;
	margin:0;
	padding:0;
	font-size:0.875em;
}
/*--/services--*/
/*--skills--*/
.skills-heading h3{
	text-align: center;
	padding-bottom: 0em;
	color: #7ab800;
	font-size: 2.2em;
	font-weight: 100;
	margin: 0 0 1em 0;
}
.skills{
	margin: 2em 0;
}
.skill-grids {
	padding: 3em 0;
}
.skill-grid h5 {
	font-size: 20px;
	font-weight: 600;
	color: #000;
}
.circle {
	color: #FB6816;
}
svg:not(:root) {
	overflow: hidden;
}
path[Attributes Style] {
	fill: rgba(0, 0, 0, 0);
	stroke: rgb(255, 255, 255);
	stroke-width: 15px;
}
path[Attributes Style] {
	fill: rgba(0, 0, 0, 0);
	stroke: rgb(5, 206, 170);
	stroke-width: 15px;
}
element.style {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	width: 100%;
	font-size: 56px;
	height: 160px;
	line-height: 160px;
}
span.circles-number {
	color: #202835;
}
span.circles-text {
	color: #202835;
}
h4.percent {
	font-weight: 300;
	font-size: 35px;
	color: #FB6816;
}
.skills-bottom {
	background: #202835;
	min-height: 150px;
}
.skills-bottom-info p {
	text-align: center;
	color: #fff;
	padding: 2em 0 2em;
	width: 63%;
	margin: 0 auto;
	font-size: 2em;
}
/*--skills--*/
/*--price--*/
.price-top{
	background:#202835;
}
.price-top-info {
	  margin: 4em 0;
}
.price-tags {
	padding-left: 10em;
}
.price{
	  padding: 4em 0;
}
.prices h3{
  text-align: center;
  padding-bottom: 0em;
  color: #7ab800;
  font-size: 2.2em;
  font-weight: 100;
  margin: 0 0 1em 0;
  font-family: sans-serif;
}
.price-info p {
	  width: 64%;
	  margin: 0 auto;
	  text-align: justify;
	  color: #fff;
	  padding: 43px 0;
	  font-size: 15px;
	  font-family: sans-serif;
}
.price-info h3 {
	font-size: 1.2em;
	font-weight: 400;
	margin-bottom: 1em;
	color: #000;
}
.price-column {
	padding-right: 20px;
	width: 30%;
	float: left;
	padding-bottom: 3em;
}
.price-column:hover {
	transform: scale(1.09);
	transition: .5s all;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
}
.price-col-top {
	  background: #202835;
	  text-align: center;
	  padding: 0 0 1em 0;
}
.price-col-top h4 {
	color: #7ab800;
	border-bottom: 1px solid#999;
	width: 65%;
	margin: 0 auto;
	padding: 13px 0 13px;
}
.price-col-top h5 {
	color: #fff;
	margin: 8px 0;
}
.price-col-top h3 {
	font-size: 31px;
	color: #fff;
	margin: 12px 0 0 0;
}
.price-col-top small {
	font-size: 0.85em;
	color: #000;
	font-weight: 600;
}
.price-col-bottom h3 {
	background-color: #166549;
	width: 4%;
	height: 11%;
	margin: 0 auto;
	padding-top: 23px;
	color: #FB6816;
	border-radius: 100%;
	position: absolute;
	top: 261px;
	left: 773px;
	font-size: 1.2em;
}
.price-col-bottom h6 {
	background-color: #166549;
	width: 4%;
	height: 11%;
	margin: 0 auto;
	padding-top: 23px;
	color:#FB6816;
	border-radius: 100%;
	top: 264px;
	left: 1055px;
	font-size: 1.2em;
}
.price-col-top-in {
	background: #202835;
	border-bottom: 2px solid#FC8645;
	min-height: 110px;
	text-align: center;
}
.price-col-top-in h4 {
	color: #FB6816;
	border-bottom: 1px solid#999;
	width: 65%;
	margin: 0 auto;
	padding: 13px 0 13px;
}
.price-col-top-in h5 {
	color: #fff;
	margin: 10px 0;
}
.price-col-top-in h3 {
	color: #fff;
	font-size: 31px;
	margin: 12px 0;
}
.price-col-bottom {
	background-color: #F3F3F3;
	height: 280px;
	padding-top: 2.5em;
	text-align: center;
}
.price-col-top small {
	font-size: 0.85em;
	color: #000;
	font-weight: 600;
}
ul.pr-list {
	padding: 0;
	margin-bottom: 1.5em;
}
ul.pr-list li {
	display: block;
	line-height: 1.8em;
	font-size: 15px;
	color: #202835;
	font-weight: 100;
	font-family: sans-serif;
}
.price-col-bottom a {
	border: none;
  font-family: 'Didact Gothic', sans-serif;
  color: #fff;
  background: #7ab800;
  cursor: pointer;
  padding: 8px 37px;
  display: inline-block;
  letter-spacing: 1px;
  outline: none;
  font-size: 17px;
  font-weight: 100;
  border-bottom: 3px solid #60890E;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}
.price-col-bottom a:hover {
	background-color: #60890E;
	color: #fff;
	text-decoration: none;
	border-bottom: 3px solid #7ab800;
}
.price-col-bottom h3 {
	background-color: #166549;
	width: 4%;
	height: 11%;
	margin: 0 auto;
	padding-top: 23px;
	color: #fff;
	border-radius: 100%;
	top: 261px;
	left: 773px;
	font-size: 1.2em;
}
.price-col-bottom h6 {
	background-color: #166549;
	width: 4%;
	height: 11%;
	margin: 0 auto;
	padding-top: 23px;
	color: #fff;
	border-radius: 100%;
	top: 264px;
	left: 1055px;
	font-size: 1.2em;
}
/*--/price--*/
/*--content-ends--*/
.audit{
	background: #202835;
	padding: 4em 0;
}
/*--contact-us--*/
.contact-us{
	background: #202835;
	padding: 4em 0;
}
.contact-us-info {
	text-align: center;
}
.contact-us-info h4 {
	color: #FB6816;
}
.contact-us-info p {
	color: #fff;
	width: 76%;
	font-size: 22px;
	margin: 0 auto;
	padding: 25px 0 25px;
}
.contact-us-info h3 {
	text-align: center;
	padding-bottom: 0em;
	color: #7ab800;
	font-size: 2.2em;
	font-weight: 100;
	margin: 0;
}
.contact-us-info-bottom input.text {
	font-family: 'Didact Gothic', sans-serif;
	outline: none;
	border: 1px solid#fff;
	background: none;
	color: #fff;
	padding: 10px 10px;
	width: 36%;
	margin-right: 12px;
}
.contact-us-info-bottom input[type="submit"] {
	border: none;
	font-family: 'Didact Gothic', sans-serif;
	color: #fff;
	background:#7ab800;
	cursor: pointer;
	padding: 10px 35px;
	display: inline-block;
	letter-spacing: 1px;
	outline: none;
	font-size: 17px;
	font-weight: 100;
	border-bottom: 3px solid #60890E;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.contact-us-info-bottom input[type="submit"]:hover{
	background-color: #60890E;
	color: #fff;
	text-decoration: none;
	border-bottom: 3px solid #7ab800;
}
.contact{
	  background: #CFD4D5;
}
.map{
	 position:relative;

}
.map iframe {
  width: 100%;
  min-height: 438px;
  border: none;
}
.contact-info {
	  background: #202835;
	  margin: 0;
	  padding: 32px;
	  color: #999;
	  position: absolute;
	  top: 23%;
	  left: 10%;
	  width: 26%;
}
.contact-info h4 {
	color: #7ab800;
	margin-bottom: 15px;
	font-size: 28px;
}
.contact-info ul{
	padding:0;
	margin:0;
}
.contact-info ul li{
	  display: block;
	  color: #A1A1A1;
	  font-size: 15px;
}
.contact-info ul li a{
	color: #A1A1A1;
}
.contact-info p {
	line-height: 1.8em;
	font-size: 1em;
}
.contact-info-bottom h5 {
  font-size: 15px;
  color: #A1A1A1;
}
.contact-icons span {
	background: url(../images/img-sprite.png) no-repeat 0px 0px;
	display: inline-block;
	width: 32px;
	height: 32px;
	cursor: pointer;
}
.contact-icons span.icon1 {
	background-position: 0px 0px;
}
.contact-icons span.icon1:hover {
	opacity: 0.4;
}
.contact-icons span.icon2 {
	background-position: -31px 0px;
}
.contact-icons span.icon2:hover {
	opacity: 0.4;
}
.contact-icons span.icon3 {
	background-position: -66px 0px;
}
.contact-icons span.icon3:hover {
	opacity: 0.4;
}
.contact-icons span.icon4 {
	background-position: -99px 2px;
}
.contact-icons span.icon4:hover {
	opacity: 0.4;
}
.contact-icons span.icon5 {
	background-position: -130px 2px;
}
.contact-icons span.icon5:hover {
	opacity: 0.4;
}
.contact-icons span.icon6 {
	background-position: -160px 2px;
}
.contact-icons span.icon6:hover {
	opacity: 0.4;
}
.contact-info-bottom {
	float: left;
	margin-top: 14px;
}
/*--/contact-us--*/
/*--footer--*/
.footer {
	background: #202835;
	padding: 10px 0;
	position: relative;
}
.footer-info {
	  float: left;
}
.footer-info a {
	color: #FB6816;
	text-decoration: none;
	font-size: 1.4em;
	display:block;
}
.copy-rights {
	color: #fff;
    font-family: Roboto;
    left: 30px;
    position: absolute;
    top: -50px;
}
.copy-rights p {
	color: #999;
	font-size: 17px;
}
.copy-rights p a:hover {
	color: #7ab800;
}

.navbar-fixed-top {
    background-color: rgba(30, 30, 30, 0.8);
    border-bottom: medium none;
}
.navbar {
    border-radius: 0;
    margin-bottom: 0;
    padding: 8px 0;
    transition: all 350ms ease-in-out 0s;
}

.navbar-toggle {
    background-color: transparent;
    border: 2px solid #ddd;
    color: #fff;
    float: right;
    margin: 13px 30px 13px 0;
    padding: 10px;
    position: relative;
}

.navbar-toggle .icon-bar {
    background-color: #ddd;
}
.navbar-toggle .icon-bar {
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px;
}

.scroll-fixed-navbar.navbar-fixed-top {
    background-color: #262626;
    border-bottom: 1px solid #222;
}
.scroll-fixed-navbar {
    padding: 0;
}


.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 440px;
}
.navbar-collapse.in {
    overflow-y: auto;
}
.collapse.in {
    display: block;
}

.navbar-nav > li {
    text-align: center;
}
.nav > li {
    display: block;
    position: relative;
}

.form_register form {
    background-color: rgba(20, 20, 20, 0.65);
    border: 1px solid #333;
    border-radius: 8px;
    margin: 0 40px;
    padding: 30px 10px 40px;
}

.form_register p {
    color: #fff;
    line-height: 20px;
    margin-bottom: 30px;
    padding: 0 10px;
	font-family: sans-serif;
}

.form_register h4 {
    color: #fff;
    font-family: Roboto;
    font-size: 18px;
/*    font-weight: 600;*/
    letter-spacing: 1px;
    line-height: 30px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.form_register .form-control {
    border: 1px solid #ddd;
    border-radius: 0;
    height: 44px;
    margin-bottom: 20px;
}

#aboutUs_slider {
    padding: 66px 15px 87px;
}

.quote {
    color: #fff;
    font: 21px/30px "OpenSans_Light",Arial,Helvetica,sans-serif;
    margin: 0 auto 20px;
    width: 86%;
}

.slide-title {
    color: #fff;
    font: 36px/40px "OpenSans_Bold",Arial,Helvetica,sans-serif;
    margin: 0 0 27px;
}

.reg-now-visible {
    margin-top: 19px;
    position: relative;
    z-index: 100;
}

.medium-h {
    color: #fff;
    font: 23px/24px "OpenSans_Bold",Arial,Helvetica,sans-serif;
    margin: 0;
    text-transform: uppercase;
}

.etTitle {
    color: #fff;
    font-size: 25px;
    margin: 20px 0 10px;
}

.form_audit .form-control {
    border: 1px solid #ddd;
    border-radius: 0;
    height: 44px;
    margin-bottom: 20px;
}

.open_modal{
/*    position: absolute;
    left: 50%;*/
	text-transform: uppercase;
}
.open_modal p {
    background: #ee7156;
    border-radius: 5px;
    padding: 2px 44px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0 0 0 -50%;
    display: block;
    width: 225px;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 99999;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.popup, .popup1, .popup2{
    display: inline-block;
    left: 50%;
    opacity: 0;
    position: fixed;
    text-align: justify;
    top: 45%;
    visibility: hidden;
    z-index: 999999;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
}
.popup form,
.popup1 form{
 /*   padding: 0 27px 20px;
    right: 0;
    width: 250px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 5px;
    border: 1px solid #72bffc;
    border-top: 40px solid #72bffc;*/

    background-color: rgba(20, 20, 20, 0.9);
    border: 1px solid #333;
    border-radius: 8px;
    margin: 0 70px;
    padding: 30px 10px 20px;

}
.popup2 .window {
    padding: 0 27px 27px;
    right: 0;
    width: 373px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 5px;
    border: 1px solid #242626;
    border-top: 40px solid #242626;
}
.popup form input,
.popup1 form input {
    background: #f0f5f7;
/*    margin-top: 10px;
    width: 227px;*/
}
.popup form input[name="txtname"],
.popup1 form input[name="txtname"]{
    margin-top: 20px;
}
.popup form textarea,
.popup1 form textarea {
    background: #f0f5f7;
    margin-top: 8px;
    width: 227px;
    height: 100px;
    resize: none;
}
.popup form label,
.popup1 form label{
    width: 100%;
    height: 20px;
    display: block;
    margin: 8px -2px;
    padding: 0;
}
.popup form input[type="submit"],
.popup1 form input[type="submit"] {
    background: #7ab800;
    display: block;
    margin: auto;
    text-transform: uppercase;
    width: 245px;
}
.popup form input[type="checkbox"],
.popup1 form input[type="checkbox"] {
    width: auto;
    margin: 2px;
    padding: 2px;
    float: left;
}
.popup form h5,
.popup1 form h5 {
    position: relative;
    top: -20px;
    font-size: 18px;
    color: white;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
}
.popup .close_modal,
.popup1 .close_modal,
.popup2 .close_modal  {
    position: absolute;
    padding: 1px 9px 4px 9px;
    top: 6px;
    right: 6px;
    cursor: pointer;
    color: #fff;
    font-family: 'tahoma', sans-serif;
    background: #ee7156;
    text-align: center;
	z-index: 100000;
}
.popup2 h5 {
	position: relative;
	top: -30px;
	font-size: 18px;
	color: white;
	font-weight: normal;
	text-transform: uppercase;
    margin: 0;
}
.popup2 p {
	color: #000;
    font-family: verdana;
    font-size: 18px;
    line-height: 24px;
    margin: 20px;
    text-align: center;
}
.popup2 p strong{
	font-size: 26px;
	line-height: 30px;
	font-weight: normal;
	display: block;
}
.popup2 hr {
	background: #63baff;
	height: 1px;
	border: none;
}

.our_price .form-control {
    margin-bottom: 20px;
	border-radius: 0;
	height: 44px;
	background: #fff;
	font-family: helvetica;
}

.bot {
    float: left;
	color: #fff;
}

.form_audit.text-center.fofm {
    margin: 0 auto;
    width: 33%;
}

.col-md-12.chk {
	margin-bottom: 10px;
}

.form_audit p {
    padding: 0 10px;
}

.selected-nav {
    color: #7ab800;
}

#error-404 {
    padding-top: 150px;
}

#error-404 .txt {
    display: table;
    margin: auto;
    position: relative;
}

.footer-err {
    background: #202835 none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    padding: 2em 0;
    position: absolute;
    right: 0;
}

.txt a {
    color: #1b242f;
}

.txt a:hover {
    color: #7ab800;
}

.logo {
    position: fixed;
	top: 6px;
}

 #filter {
/*	margin-bottom: 50px !important;*/
	margin-left: -37px !important;
	margin-top: 35px !important;
	display: inline-block !important;
}
#filter  li{
	margin-bottom: 30px !important;
	margin-right: 10px !important;
	border-radius:0!important;
	background:none!important;
	padding:0!important;
	box-shadow: none!important;
	padding-right: 0!important;
	padding-left: 0!important;
	padding-top:0!important;


	float:left;
	list-style:none;
}
#filter  li:last-child{
	margin-right: 0;
}
#filter li a{
	text-decoration:none;
	text-transform:uppercase;
	color:#fff;
	font-size: 13px;
	text-align:center;
	font-family: 'Roboto', 'sans-serif';
	font-weight: 700;
	
	//margin-bottom: 15px;
	//margin-right: 10px;
	border-radius:4px;
	
	padding:10px;
	background:#2f2f2f;
	box-shadow: 0px 2px 0px 0px #000;
	padding-right: 18px;
	padding-left: 18px;
	padding-top:11px;
}
#filter li a:hover{
	cursor:pointer;
	background:#7ab800;
	//color:#fff;
	box-shadow: 0px 2px 0px 0px #73aa00;
}
#filter .current{
	background:#7ab800;
	box-shadow: 0px 2px 0px 0px #73aa00;
}

#filter li a.selected {
    background: #7ab800 none repeat scroll 0 0;
    box-shadow: 0 2px 0 0 #73aa00;
    color: #fff;
    cursor: pointer;
}

.view ul {
    display: block !important;
    margin-bottom: 25px;
    margin-top: 7px;
    padding-left: 0;
    text-align: center;
}

.view a {
    color: #2f2f2f;
 /*   font-family: "Roboto","sans-serif";*/
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    text-decoration: none;
}

.view a:hover {
    color: #7ab800;
}

.view h3 {
    margin-bottom: 5px;
    margin-top: 12px;
    text-align: center;
}

.pretty .plS {
    display: block;
}

.pretty .img-responsive {
    transition-duration: 0.5s;
}
.pretty img {
    border-radius: 3px;
}
.picsGall {
    height: auto;
    max-width: 100%;
}

.view ul li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    box-shadow: none;
    display: inline-block;
    list-style: outside none none;
    margin-right: 12px;
    text-align: center;
}

.view li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #a9a9a9;
    display: inline-block;
    font-family: "Roboto","sans-serif";
    font-size: 13px;
    font-weight: 300;
    height: 40px;
    text-align: center;
    text-decoration: none;
}

.view ul i {
    color: #a9a9a9;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 13px;
    font-style: normal;
    margin-right: 5px;
}

.view ul a:hover, .view ul a:hover i {
    color: #7ab800;
}

.view ul a {
    color: #a9a9a9;
    display: inline-block;
    font-family: "Roboto","sans-serif";
    font-size: 13px;
    font-weight: 300;
}

.cBtn .dowbload, .cBtn .buy {
    margin-left: 10px;
    margin-top: 4px;
    padding: 13px 20px;
}
.cBtn ul li {
    background: #2f2f2f none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 0 2px 0 0 #000;
    float: left;
    list-style: outside none none;
    margin-bottom: 15px;
    margin-right: 10px;
    padding: 11px 18px 10px;
}

.cBtn ul i {
    padding-right: 10px;
}

.cBtn .dowbload a, .cBtn .buy a {
    font-family: "Roboto","sans-serif";
    font-size: 14px;
    font-weight: 700;
}
.cBtn ul li a {
    color: #fff;
    font-family: "Roboto","sans-serif";
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.lb{
	margin-bottom: -78px;
	z-index: 10;
}
.lb ul{
	margin-left: 14px !important;
	margin-top: 45px !important;
	display: inline-block;
	margin-bottom: 15px;
}
.cBtn ul{
	margin-left: -37px;
	margin-top: 37px;
	display: inline-block;
}
.cBtn ul li{
	margin-bottom: 15px;
	margin-right: 10px;
	border-radius:4px;
	float:left;
	list-style:none;
	padding:10px;
	background:#2f2f2f;
	box-shadow: 0px 2px 0px 0px #000;
	padding-right: 18px;
	padding-left: 18px;
	padding-top:11px;
}
.cBtn ul li:last-child{
	margin-right: 0;
}
.cBtn ul li a{
	text-decoration:none;
	text-transform:uppercase;
	color:#fff;
	font-size: 13px;
	text-align:center;
	font-family: 'Roboto', 'sans-serif';
	font-weight: 700;
}
.cBtn ul li:hover{
	cursor:pointer;
	background:#7ab800;
	color:#fff;
	box-shadow: 0px 2px 0px 0px #73aa00;
}

.cBtn .buy {
    background: #7ab800 none repeat scroll 0 0;
    box-shadow: 0 2px 0 0 #73aa00;
}

.cBtn .buy:hover{
	background:#2f2f2f;
	box-shadow: 0px 2px 0px 0px #000 ;
}

.load_more_cont {
    padding: 10px 0 0;
}

.isotope .isotope-item {
    transition-property: transform, opacity;
}
.isotope, .isotope .isotope-item {
    transition-duration: 0.6s;
}
.isotope-item {
    top: 38px !important;
}

.portfolio_block {
    width: 100%;
}
.isotope {
    transition-property: height, width;
}

.pretty {
    margin-top: 0;
}

.bar {
    margin-top: 32px;
}

.chart {
    height: 70px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 70px;
}

.chart span {
    color: #2f2f2f;
    font-family: "Roboto","sans-serif";
    font-size: 18px;
    font-weight: 700;
    margin-top: -19px;
}
.percent {
    display: inline-block;
    line-height: 110px;
    z-index: 2;
}

.percent::after {
    content: "%";
    font-size: 0.8em;
    margin-left: 0.1em;
}

.no_percent {
    display: inline-block;
    line-height: 110px;
    z-index: 2;
}

.no_percent::after {
    content: "p";
    font-size: 0.8em;
    margin-left: 0.1em;
}

.chart canvas {
    left: 0;
    position: absolute;
    top: 0;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

.textP h3 {
    color: #2f2f2f;
/*    font-family: "Roboto","sans-serif";*/
    font-size: 20px;
    margin-top: 22px;
    text-align: center;
}

.textP p {
    color: #2f2f2f;
    font-family: "Roboto","sans-serif";
    font-size: 13px;
    font-weight: 300;
    line-height: 23px;
    margin-top: 13px;
    text-align: center;
}


button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}
.btn-theme {
    background-color: #7ab800;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 20px;
    text-transform: uppercase;
    transition: all 300ms ease-in-out 0s;
}

.effect-goliath a {
    font-family: "Roboto","sans-serif";
	font-size: 15px;
}

.effect-goliath a:hover {
	color: #456600;
}

.b-top {
	z-index:2600;
	position:fixed;
	left:0;
	bottom:90px;
	width:34%;
	margin-left:50%;
	opacity: 0.5;
	filter:alpha(opacity=50);
}

.b-top:hover {
	opacity:1;
	filter:alpha(opacity=100);
	cursor:pointer;

}

.b-top-but {
	background: #7ab800 url("../images/back-to-top.png") no-repeat scroll 50% 10px;
    bottom: 50px;
    display: block;
    height: 40px;
    position: fixed;
    right: 30px;
    width: 40px;
    z-index: 2600;
}

.col-md-7 {
	text-align: left;
	color: #fff;
	margin-top: 60px;
	margin: 10px 0 0;
	padding-right: 0;
}

.intro_text h2 {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.intro_text h3 {
    font-size: 34px;
    font-weight: bold;
    line-height: 50px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#input_name > input,
#input_phone > input,
.col-md-12 > input {
    font-family: sans-serif;
}

.introducing-info > p {
    font-family: sans-serif;
}

#intro_content {
    padding: 150px 0 100px;
	text-shadow: 0 0 5px black;
	color: #fff;
}

.intro_text span {
    font-size: 150%;
}


/*--/footer--*/
/*-- responsive-design --*/
@media (max-width:1440px){
	.elvis-bottom {
		width: 601px;
	}
}
@media (max-width:1280px){
	.contact-info {
		padding: 25px;
	}

}



@media (max-width:1024px){
	.price-col-top > h5 {
		height: 31px;
	}
	.pr-list {
		height: 230px;
		padding: 0 5px !important;
	}
	.price-col-bottom a{
		padding: 5px 20px;
	}
	.price-col-bottom{
		height: 330px;
		padding-top: 1.5em;
	}
	#intro_content {
		padding-top: 100px;
	}
	#intro_content .col-md-7 {
		text-align: center;
	}
	.header-banner-info h1 {
		  font-size: 3em;
		  width: 78%;
		  overflow: hidden;
		  height: 53px;
	}
	button#showRightPush {
		right: 4%;
	}
	.header-banner-info p {
		font-size: 1.5em;
	}
	.header-banner {
		min-height: 450px;
	}
	.header-banner-info {
		margin-top: 6em;
	}
	.Donec {
		margin-top: 2em;
	}
	.header-banner {
		min-height: 600px;
	}
	.col-md-5.form_register.text-center {
    `	float: none;
	}
	.introducing-info a img {
		width: 58px;
		padding: 30px 0;
	}
	.introducing-info p {
		font-size: 26px;
		width: 55%;
	}
	.introducing-info h3 {
		margin: 1em 0;
	}
	.design-info {
		background: url(../images/11.png)no-repeat 54px 18px;
		background-size: 78% 88%;
	}
	.services-info-right a img {
		padding-top: 5em;
		width: 100%;
	}
	.elvis-bottom {
		width: 486px;
	}
	.elvis-grid img {
		width: 100%;
	}

	ul.social-ic {
		width: 99.6%;
		height: 88%;
	}
	.design-bottom-info {
		background: url(../images/lines.png) no-repeat 219px 82px;
	}
	.design-bottom-info p {
		padding-left: 124px;
	}
	.services {
		min-height: 294px;
	}
	.price-tags {
		padding-left: 6.5em;
	}	
	.gallery-box {
		width: 22.23%;
	}
	.gallery-box:hover span.rollover1 {
		height: 136px;
		width: 209px;
	}
	.portfolio-info-grid {
		width: 23.9%;
	}
	.contact-info {
		width: 33%;
	}
}
@media (max-width:768px){
	.price-col-top > h4 {
		height: 80px;
	}
	.pr-list {
		height: 216px;
		margin: 0 !important;
	}
	.price-col-bottom a{
		padding: 5px 20px;
	}
	.price-col-bottom {
		height: 320px;
	}
	.logo {
		top: 15px !important;
		width: 150px;
	}
	.navbar {
    background-color: #262626;
    padding: 0;
}
	.intro_buttons .btn-theme {
    font-size: 16px;
    padding: 8px 16px;
	}
	.design-info {
		margin-left: 0;
	}
	.expand-info h3 {
		font-size: 19px;
	}
	.phone-info h3 {
		font-size: 19px;
	}
	.expand-info h3 {
		font-size: 17px;
	}
	.phone-info h3 {
		font-size: 17px;
	}
	.introducing-info p {
		font-size: 26px;
		width: 73%;
	}
	.expand-info p {
		width: 235px;
	}
	.design-bottom-info {
		background: url(../images/lines.png) no-repeat 112px 82px;
	}
	.design-bottom-info {
		width: 235px;
	}
	.design-bottom-info p {
		width: 100%;
	}
	.design-bottom-info p {
		padding-left: 141px;
	}
	.grid-1 {
		padding: 34px;
		width: 100%;
		margin-bottom:35px;
	}
	.grid-2 {
		padding: 34px;
		width: 100%;
		margin-bottom:35px;
	}
	.grid-3 {
		padding: 34px;
		width: 100%;
		margin-bottom:35px;
	}
	.grid-4 {
		padding: 34px;
		width: 100%;
		margin-bottom:35px;
	}
	.portfolio-info-grids {
		margin-left: 0;
	}
	.portfolio-info-bottom h5 {
		margin-top: 2em;
	}
	.phone-info p {
		width: 226px;
	}
	.expand span.view1 {
		margin-right: 0px;
	}
	.expand-1 span.view1 {
		margin-right: 0;
	}
	.phone span.view1 {
		margin-left: 77px;
	}
	.phone-1 span.view1 {
		margin-left: 78px;
	}
	.design-info {
		background: url(../images/11.png)no-repeat 86px -13px;
		background-size: 77% 107%;
	}
	.expan {
		margin: 3em 0 0em;
	}
	.expan-1 {
		margin: 3em 0 0em;
	}
	.design {
		min-height: 429px;
	}
	.design-bottom-info {
		width: 590px;
	}
	ul.social-ic {
		width: 99.6%;
		height: 85%;
	}
	.services-info-right a img {
		padding-top: 1em;
		width: 55%;
		margin: 0 auto;
	}
	.elvis-left a img {
		margin: 0;
		padding-left: 0em;
	}
	.elvis-bottom {
		width: 360px;
	}
	.elvis-right p {
		width: 100%;
		margin-top: 2em;
	}
	.elvis-grid a img {
		width: 50%;
		margin: 0 auto;
		padding-bottom: 36px;
	}
	.caption {
		width: 345px;
		margin: 0 auto;
		right: 188px;
		bottom: 36px;
	}
	.skill-grid h5 {
		margin-bottom: 1em;
	}
	h5.web p {
		font-size: 1.2em;
		color: #999;
		padding-bottom: 18px;
	}
	.skill-grids {
		padding: 1em 0;
	}
	.skills-bottom-info p {
		width: 68%;
		font-size: 19px;
	}
	.price-column {
		padding-right: 9px;
		width: 33%;
	}
	.price-tags {
		padding-left: 1.5em;
	}
	.contact-us-info p {
		width: 100%;
		font-size: 1.5em;
		padding: 25px 0 25px;
	}
	.contact-us {
		min-height: 330px;
	}
	.contact-info {
		margin: 0em 0 0em;
		  width: 44%;
	}
	.gallery-box {
		width: 21.35%;
	}
	.gallery-box:hover span.rollover1 {
		height: 101px;
		width: 155px;
	}
	.elvis-grid {
/*		float: left;
		width: 33%;*/
		margin: 30px 0;
		padding: 0;
	}	
	.caption h3 {
		font-size: 15px;
	}
	.caption {
/*		width: 207px;
		right: 15px;
		bottom: 0;*/
		bottom: 0;
		right: auto;
		width: 100%;
	}	
	.pretty {
		margin: 0 auto;
		overflow: unset !important;
	}
	.portfolio_block {
		width: 356px;
	}
	.img-responsive.picsGall {
    width: 100%;
}
	.contact {
		min-height: 450px;
		padding-top: 5em;
	}
	ul.callbacks_tabs.callbacks1_tabs {
		left: 42%;
	}
	.header-banner-info h1 {
		width: 100%;
		height: 50px;
		font-size: 2.5em;
	}
	.graphic {
		border-right: none;
	}
	.about-border {
		display: none;
	}
	.portfolio-info-grid:nth-child(3) {
		display: none;
	}
	.portfolio-info-grid {
		width: 31.9%;
		float: left;
	}	
	.price-slid {
		float: left;
	}
	.elvis-bottom span {
		display: inline-block;
	}
}
@media (max-width:640px){
	.price-col-top > h4 {
		height: 100px;
	}
	.price-col-top > h5 {
		height: 31px;
	}
	.pr-list {
		height: 210px;
	}
	.price-col-bottom a{
		padding: 5px 20px;
	}
	.price-col-bottom {
		height: 310px;
	}
	ul.pr-list li{
		line-height: 1.5em;
	}
	.navbar {
    background-color: #262626;
    padding: 0;
}
	#intro_form {
		width: 100%;
	}
	.header-banner-info h1 {
		font-size: 2.2em;
		line-height: 1.5em;
	}
	.introducing {
		padding: 2em 0;
	}
	.introducing-info h3 {
		margin: 0em 0;
		font-size: 18px;
	}
	.introducing-info p {
		font-size: 23px;
	}
	.about-grids {
		margin: 2em 0 1em 0;
	}
	.introducing-bottom p {
		font-size: 1em;
		width: 73%;
	}
	.introducing-info h2 {
		font-size: 3em;
	}
	.design-info {
		background: none;
	}
	.design-bottom-info p {
		padding-left: 0;
	}
	.design-bottom-info {
		width: 484px;
		margin: 0 auto;
	}	
	.design-bottom-info {
		background: url(../images/lines.png) no-repeat 0px 82px;
	}
	.portfolio-info-grid {
		width: 31%;	
	}
	.portfolio-info-grid p {
		font-size: 16px;
		overflow: hidden;
		height: 112px;
	}
	.price {
		padding: 2em 0;
	}
	.gallery-box {
		width: 45.35%;
	}
	.gallery-box:hover span.rollover1 {
		height: 175px;
		width: 270px;
	}
	.elvis-bottom {
		width: 100%;
	}
	.elvis-bottom {
		margin: 0 auto;
	}
	.elvis-left a img {
		margin: 0 auto;
	}
	.elvis {
		padding-top: 2em;
	}
	.price-slid:nth-child(4) {
		display: none;
	}
	.price-slid:nth-child(3) {
		display: none;
	}
	.price-slid {
		width: 50%;
		text-align: center;
	}
	.caption {
		width: 100%;
	}
	.elvis-bottom h3 {
		text-align: center;
	}
	.elvis-bottom h4 {
		text-align: center;
	}
	.intro_text h2 {
		font-size: 35px;
	}
	.intro_text h3 {
		font-size: 28px;
		line-height: 40px;
	}
}
@media (max-width:480px){
	.eTimer .etUnit .etNumber {
		width: 23px !important;
		font-size: 25px !important;
		padding: 0 !important;
	}
	.eTimer .etSep{
		font-size: 25px  !important;
	}
	#filter li{
		clear: both;
		float: none;
	}
	.intro_text h2 {
		font-size: 25px;
		margin-bottom: 30px;
	}
	.intro_text h3 {
		font-size: 20px;
		line-height: 30px;
	}
	.navbar {
    background-color: #262626;
    padding: 0;
}
	.intro_buttons .btn-theme {
		font-size: 14px;
		padding: 7px 14px;
	}
	#intro_form {
		margin-left: 0;
		width: 100%;
	}
	.form_register form {
		margin: 0 15px;
	}
	.header-banner {
		min-height: 600px;
	}
	.form_register h4{
		font-size: 16px;
	}
	.header-banner-info {
		margin-top: 4em;
	}
	.header-banner-info h1 {
		  font-size: 1.3em;
		  line-height: 1.5em;
		  height: 33px;
	}
	.header-banner-info p {
		font-size: 1em;
	}
	.cbp-spmenu h3 {
		font-size: 1.3em;
		padding: 14px;
	}
	.cbp-spmenu a {
		font-size: 14px;
	}
	.more {
		margin-top: 1em;
	}
	.introducing-info h2 {
		font-size: 2em;
	}
	.introducing-info p {
		font-size: 20px;
		width: 81%;
	}
	.introducing-info h3 {
		font-size: 16px;
	}
	.about-grid-left:nth-child(2) {
		display: none;
	}
	.about-grid-left:nth-child(4) {
		display: none;
	}
	.about-right-info {
		float: none;
		margin: 1em 0 0 0;
		width: 100%;
		text-align: center;
	}
	.about-grids {
		margin: 3em 0;
	}
	.design-bottom-info {
		width: 356px;
	}
	.design-bottom-info p {
		padding-top: 3.6em;
	}
	.portfolio-info-grid {
		padding: 14px;
	}
	.portfolio-heading h3 {
		  font-size: 1.5em;
	}
	.portfolio-info h4 {
		text-align: center;
	}	
	.p-grids p {
		width: 83%;
		margin: 0 auto 1em auto;
		padding: 2em 0;
		font-size: 18px;
		overflow: hidden;
		height: 115px;
	}
	.portfolio-info-grids {
		margin: 1em 0 0 0;
	}
	.portfolio-info-bottom h5 {
		padding-bottom: 1em;
	}
	.portfolio {
		padding: 2em 0 1em 0;
	}
	.skills-heading h3 {
		font-size: 1.5em;
	}
	.gallery-box {
		width: 43%;
	}
	.gallery-box:hover span.rollover1 {
		height: 120px;
		width: 185px;
	}
	.services-bottom-info h3 {
		font-size: 1.5em;
	}
	.services-bottom {
		padding: 2em 0 0;
	}
	.services-top p {
		width: 83%;
		overflow: hidden;
		height: 69px;
		padding-top: 1em;
	}
/*	.elvis-grid:nth-child(3) {
		display: none;
	}
	.elvis-grid {
		width: 50%;
	}
	.caption {
		width: 186px;
	}*/
	.prices h3 {
		font-size:1.5em;
	}
	.contact-us-info h3 {
		font-size: 1.5em;
	}
	.price-info p {
		width: 93%;
	}
	.price-column:nth-child(3) {
		display: none;
	}
	.price-column {
		width: 50%;
	}
	.contact-us-info p {
		font-size: 1em;
	}
	.contact-us-info-bottom input.text {
		width: 100%;
	}
	.contact-us-info-bottom input[type="submit"] {
		margin: 1em 0 0 0;
	}
	.contact-info {
	  width: 48%;
	 }
	.contact-icons {
	  overflow: hidden;
	  height: 40px;
	}
}
@media (max-width:320px){
	.eTimer .etUnit .etNumber {
		width: 20px !important;
		font-size: 20px !important;
		padding: 0 !important;
	}
	.eTimer .etSep {
		font-size: 20px !important;
	}
	ul.pr-list li {
		line-height: 1.8em;
	}
	.pr-list {
		height: 180px;
		padding: 0 5px !important;
	}
	.price-col-bottom {
		height: 280px;
	}
		.price-col-top > h4 {
		height: 70px;
	}
	#filter li{
		clear: both;
		float: none;
	}
	.intro_text h2 {
		margin-bottom: 20px;
	}
	.intro_text h3 {
		font-size: 15px;
		line-height: 20px;
	}
	.navbar {
    background-color: #262626;
    padding: 0;
}
	.btn-theme {
    font-size: 13px;
    padding: 6px 12px;
	}
	.intro_buttons .btn-theme {
		margin-bottom: 15px;
	}
	.form_register h4 {
		font-size: 18px;
	}
	.form_register form {
		margin: 0;
	}
	.header-info {
		padding: 23px 0;
	}
	.header-banner-info {
	    margin-top: 3em;
	    padding: 0;
	}
	.header-banner-info h1 {	
		font-size: 1.9em;
		height: 49px;
	}
	.header-banner {
		  min-height: 600px;
	}
	.logo a img {
		width: 81%;
	}
	button#showRightPush {
		top: 5%;
	}
	.more {
	  padding: 7px 24px;
	  font-size: 14px;
	 }
	.introducing-info p {
	  font-size: 18px;
	  width: 100%;
	}
	.introducing-info h3 {
		font-size: 14px;
	}
	.design-bottom {
		min-height: 107px;
	}
	.design-bottom-info {
		background: none;
		width: 100%;
		height: 107px;
	}
	.design-bottom-info p {
		padding-top: .8em;
		overflow: hidden;
		height: 90px;
		font-size: 1.5em;
	}
	.about-grids {
		margin: 1em 0;
	}
	.about-right-info p {
	  overflow: hidden;
	  height: 43px;
	 }
	 .about-grid-left {
		margin-bottom: 1em;
	}
	.about-grid-right {
		margin-bottom: 1em;
	}
	.introducing-bottom p {
	  width: 100%;
	  overflow: hidden;
	  height: 67px;
	}
	.portfolio-info h4 {
		font-size: 1.3em;
		padding: 1em 0;
	}
	.portfolio-info-grid:nth-child(2) {
		display: none;
	}
	.portfolio-info-grid {
		width: 46%;
	}
	.portfolio-info-bottom h5 {
		font-size: 19px;
	}
	.gallery-box {
		margin: 0px 2px 11px 11px;
		width:42%;
	}
	.gallery-box:hover span.rollover1 {
		  height: 75px;
			width: 115px;
	}
	ul.callbacks_tabs.callbacks1_tabs {
		left: 35%;
	}
	.services-info-left h4 {
		font-size: 20px;
	}
	.services-info-left h5 {
		font-size: 20px;
	}
	.services-info-right a img {
		width: 88%;
	}
	.services-info-left p {
		width: 100%;
	}
	.services-bottom-info h3 {
		font-size: 1.5em;
	}
	.works {
		padding: 2em 0 3.3em 0;
	}
	.services-top p {
	  width: 100%;
	  overflow: hidden;
	  height: 57px;
	  padding-top: .5em;
	 }
/*	.caption {
		width: 117px;
	}
	.elvis-grid:hover div.caption {
		display: none;
	}*/
	.caption h3 {
		font-size: 13px;
	}
	.skills {
		margin: 2em 0 0;
	}
	.skills-bottom {
		min-height: 0;
	}
	.skills-bottom-info p {
		width: 100%;
		padding: 1em 0;
		font-size: 16px;
	}
	.prices h3 {
		margin: 0;
	}
	.price-slid:nth-child(2) {
		display: none;
	}
	.price-slid {
		width: 100%;
	}
	.price-top-info {
		margin: 2em 0;
	}
	.prices h4 {
		font-size: 21px;
		padding: 1em 0;
	}
	.price-info p {
	  padding: 1em 0;
	  overflow: hidden;
	  height: 58px;
	  margin-bottom: 1em;
	  width: 100%;
	}
	.price-column:nth-child(2) {
		display: none;
	}
	.price-column {
		width: 100%;
	}
	.contact-us {
	  padding: 2em 0;
	  min-height: 0;
	}
	.contact {
	  min-height: 0;
	  padding-top: 0em;
	}
	.contact-info {
		padding-left: 22px;
	}
	.contact-us-info p {
	  overflow: hidden;
	  height: 73px;
	  margin-bottom: 1em;
	}
	.contact-us-info-bottom input[type="submit"] {
		padding: 6px 25px;
	}
	.contact-info {
		width: 73%;
		top: 10%;
	}
	.map iframe {
		min-height: 275px;
	}
	.footer-info {
	  float: none;
	  text-align: center;
	}
	.copy-rights {
	  float: none;
	  margin-top: 1em;
	  text-align: center;
	}
}

