@charset "utf-8";
/*@import url(http://fonts.googleapis.com/css?family=Raleway:400,200,700,300);
Lato
Normal 400
Thin 100
Light 300
Bold 700
Ultra-Bold 900
*/
@import url(http://fonts.googleapis.com/css?family=Lato:400,100,300,700,900);
html {
	height:100%;
}
body {
	height:100%;
	background: #FFFFFF;
	font:normal 15px/24px 'Lato', sans-serif;
	color: #777;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	text-rendering:geometricPrecision;
}
body {
	overflow: hidden;
}

/* Preloader */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:9999; /* makes sure it stays on top */
}

#status {
	width:128px;
	height:128px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url(../images/loading.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
	
}
/* #Typography
================================================== */

h1, h2, h3, h4, h5, h6 {
	color: #2d2d2d;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	line-height:100%;
	margin-bottom:20px;
}
h1 {
	font-size:30px;
}
h2 {
	font-size:26px;
}
h3 {
	font-size:20px;
}
h4 {
	font-size:16px;
}
h5 {
	font-size:14px;
}
h6 {
	font-size:12px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	font-size: 18px;
	font-family:'Lato', sans-serif;
	line-height: 1;
	font-weight: 700;
}
p {
	margin: 0 0 20px 0;
}
p img {
	margin: 0;
}
p.lead {
	font-size: 21px;
	line-height: 27px;
	color: #77777;
}
em {
	font-style: italic;
}
strong {
	font-weight: 400;
}
small {
	font-size: 80%;
}
.title {
	font-weight: 300;
	font-size: 32px;
	text-align:center;
	font-family: 'Lato', sans-serif;
}
.title span {
	color:#FF9900;
}
.small-border {
	height:1px;
	width:220px;
	background-color:#ccc;
	display:block;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:30px;
}
/*	Blockquotes  */

blockquote, blockquote p {
	font-size: 17px;
	line-height: 24px;
	color: #FF9900;
	font-style: italic;
}
blockquote {
	margin: 0 0 20px;
	padding: 9px 20px 0 19px;
	border-left: 1px solid #DDDDDD;
}
blockquote cite {
	display: block;
	font-size: 12px;
	color: #999999;
}
blockquote cite:before {
	content: "\2014 \0020";
}
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
	color: #999999;
}
hr {
	border: solid #DDDDDD;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
/* #Links
================================================== */

a, a:visited {
	color: #FF9900;
	text-decoration: none;
	outline: 0;
	-webkit-transform: translateZ(0);
	-webkit-transition:0.2s color linear;
	-moz-transition:0.2s color linear;
	transition:0.2s color linear;
}
a:hover, a:focus {
	color: #FF9900;
}
p a, p a:visited {
	line-height: inherit;
}
/* #Lists
================================================== */

ul, ol {
	margin-bottom: 40px;
}
ul {
	list-style: none outside;
}
ol {
	list-style: decimal;
}
ol, ul.square, ul.circle, ul.disc {
	margin-left: 30px;
}
ul.square {
	list-style: square outside;
}
ul.circle {
	list-style: circle outside;
}
ul.disc {
	list-style: disc outside;
}
ul ul, ul ol, ol ol, ol ul {
	margin: 4px 0 5px 30px;
	font-size: 90%;
}
ul ul li, ul ol li, ol ol li, ol ul li {
	margin-bottom: 6px;
}
ul.large li {
	line-height: 21px;
}
li p {
	line-height: 21px;
}
.icons-ul i {
	color:#FF9900;
}

.list-unstyled {
	padding-left:0;
	list-style:none;
}
.center {
	margin: 0 auto;
	text-align:center;
	padding-top: 10px;
}
.topmargin {
	margin-top: -10px;
}
.icon5 {
	font-size: 22px;
	vertical-align:middle;
}

/* #Images
================================================== */

img {
	max-width: 100%;
	height: auto;
	vertical-align:bottom;
}
@media \0screen {
img {
	width: auto; /* for ie 8 */
}
}
.grey {
	background:#F3F3F3;
}
/* #Header Section
================================================== */

#header-section:after {
	width: 100%;
	background-image: url(../images/shadow.png);
	background-repeat: no-repeat;
	background-position:bottom center;
	content: '';
	position: absolute;
	height:35px;
	bottom: -35px;
	left:0;
}
#header-section {
	position:fixed;
	top:0;
	left:0;
	z-index:1000;
	width:100%;
	background-color: #fff;
	zoom: 1;
	box-shadow:0 0 4px rgba(0,0,0,.2);
	z-index:9998;
}

#header-section:nth-child(n) {
	filter: none;
}
.top-header {
	font-size:13px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F1F1F1;
	z-index:9998;
}
.top-header a {
	color:#999;
}
.top-header a.jobs {
	color: #FF9900;
	}
.top-header a:hover {
	color:#181615;
}
.top-header ul {
	list-style:none;
	margin:0;
	color:#999;
	padding:5px 0;
}
.top-header ul li {
	display:inline;
}
.login {
	float:right;
	font-weight:normal;
}
.login span {
	color:#999;
	font-size:14px;
	padding-right:9px;
}
.login li {
	margin-left:10px;
	color:#181615;
	font-weight:normal;
}
.login li a {
	color:#181615;
	font-weight:normal;
}
.login li a.jobs {
	
	font-weight:bold;
}
.main-header {
	height:80px;
	line-height:80px;
}
.site-branding {
	display:block;
}
.site-branding {
	font-size:34px;
	margin:0;
	color:#FF9900;
	line-height:inherit;
	font-weight:normal;
}
.site-branding a {
	display:block;
	color:#FF9900;
}
.site-branding img {
	vertical-align:middle;
	max-height:80px;
	padding:5px 0;
}

#navigation {
	position: relative;
	padding-top:5px;
	
}

#menu-toggle {
	display: none;
	float: right;
}

/* HEADER > MENU */
#main-menu {
	float: right;
	font-size: 0;
	margin: 0;
}

#main-menu > li {
	display: inline-block;
	margin-left: 30px;
	padding: 2px 0;
}

#main-menu > li.parent {
	background-image: url(../images/plus-gray.png);
	background-size: 7px 7px;
	background-repeat: no-repeat;
	background-position: left 45%;
}

#main-menu > li.parent > a {
	padding-left: 14px;
	border: 1px solid transparent;
}
#main-menu li a.cta {
	border: 1px solid #d6d6d6;
	padding: 10px 15px;
	-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;

}

#main-menu > li > a {
	color: #999;
	font-size: 14px;
	line-height: 14px;
	padding: 20px 0;
	text-decoration:none;
}
#navigation .selected {
	color:#222;
}
#main-menu > li:hover > a,
#main-menu > li.current-menu-item > a {
	color: #181615;
}

/* HEADER > MENU > DROPDOWN */
#main-menu li {
	position: relative;
}

ul.sub-menu { /* level 2 */
	display: none;
	left: -50px;
	top: 68px;
	padding-top: 0px;
	position: absolute;
	width: 150px;
	z-index: 9999;
	background:#181615;
}

ul.sub-menu ul.sub-menu { /* level 3+ */
	margin-top: -1px;
	padding-top: 0;
	left: 149px;
	top: 0px;
}

ul.sub-menu > li > a {
	background-color: #181615;
	border-bottom: 1px solid #444;
	border-top: none;
	color: #E6E6E6;
	display: block;
	font-size: 12px;
	line-height: 15px;
	padding: 10px 12px;
}

ul.sub-menu > li > a:hover {
	background-color: #2a2a2a; 
	color: #fff;
}

ul.sub-menu > li:first-child {
	border-top: 3px solid #65AFC8;
}

ul.sub-menu ul.sub-menu > li:first-child {
	border-top: 1px solid #444;
}

ul.sub-menu > li:last-child > a {
	border-radius: 0 0 2px 2px;
}

ul.sub-menu > li > a.parent {
	background-image: url(../images/arrow.png);
	background-size: 5px 9px;
	background-repeat: no-repeat;
	background-position: 95% center;
}

#main-menu li:hover > ul.sub-menu {
	display: block; /* show the submenu */
}

@media all and (max-width: 767px) {

	#navigation {
		position: static;
		margin-top: 20px;
		background: #181615;
		padding-top:0px;
	}

	#menu-toggle {
		display: block;
	}
a#menu-toggle:before {
		content:'';
		display:block;
		position:relative;
		margin-top: 30px;
		margin-right: 30px;
		width:20px;
		height:20px;
		float:left;
		background:url(../images/btn_menu.png) no-repeat 0 0;		
	}
	#main-menu {
		display: none;
		float: none;
		margin: 20px 0;
		
	}

	#main-menu li {
		display: block;
		margin: 0;
		padding: 0;
	}

	#main-menu > li {
		margin-top: 1px;
	}
#main-menu li a.cta {
	background-color:#65AFC8;
	color:#181615;
}
#navigation .selected {
	color:#65AFC8;
}
	#main-menu > li:first-child {
		margin-top: 0;
	}

	#main-menu > li > a {
		background-color: #181615;
		border-bottom: 1px solid #444;
		color: #bbb;
		display: block;
		font-size: 14px;
		padding: 12px !important;
		padding: 0;
	}

	#main-menu li > a:hover {
		background-color: #333;
	}

	#main-menu > li.parent {
		background: none !important;
		padding: 0;
	}

	#main-menu > li:hover > a,
	#main-menu > li.current-menu-item > a {
		border-bottom: 1px solid #444 !important;
		color: #fff !important;
	}

	ul.sub-menu {
		display: block;
		margin-top: 3px;
		margin-left: 20px;
		position: static;
		padding: 0;
		width: inherit;
	}

	ul.sub-menu > li:first-child {
		border-top: 1px solid #444 !important;
	}

	ul.sub-menu > li > a.parent {
		background: #181615 !important;
	}
}
.entry-header {
	margin-top: 20px;
}
.entry-title {
	margin-bottom:30px;
	font-weight:normal;
	text-align:center;
}
.entry-title  span {
	color:#FF9900;
	font-weight:bold;
}
.entry-title .lightblue span {
	color:#65AFC8;
	font-weight:bold;
}
.entry-slogan {
	color:#282828;
	font-size:12px;
}
/* #Product Section
================================================== */
.hero {
	margin-top: 80px;
}
.hero-title span {
	padding-left:12px;
	color:#FF9900;
	font-weight: bold;
	font-size: 23px;
}
#header {
	background-image: url(../images/webdesign-agency.jpg);
	background-repeat:no-repeat;
	padding-top:80px;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#website-design {
	
	padding-top:80px;
	background-image: url(../images/striking-designs.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#services {
	padding-top: 60px;
	padding-right: 0;
	padding-bottom: 40px;
	padding-left: 0;
	border-top: 1px solid #eee;
}
.shadows {
	width: 100%;
	background-image: url(../images/shadow.png);
	background-repeat: no-repeat;
	background-position:top center;
}
.action {
	padding-bottom:5px;
	text-align:center;
	width: 100%;
	z-index:300;
}

.product {
	position:relative;
	overflow:hidden;
	text-align:center;
}
.product .entry-header {
	margin-bottom:40px;
}
.product .grid-container {
	position:relative;
}
.product .grid-100 {
	position:relative;
	padding-top:60px;
}
.product-title {
	font-size:2.5em;
	text-align:center;
}
.product-slogan {
	font-size:1.4em;
	margin-bottom:20px;
	text-align:center;
	color:#777777;
}
.product-link {
	border: none;
	display: inline-block;
	font-size: 1.4em;
	text-decoration: none;
	cursor: pointer;
	margin:0 0 20px 0;
	line-height: normal;
	text-align:center;
	padding:15px 30px;
	color: #FFFFFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition:0.2s background linear;
	-moz-transition:0.2s background linear;
	transition:0.2s background linear;
}
.product-link:hover {
	background:#282828;
	color:#FFFFFF;
}
a.product-link:link, a.product-link:visited, a.product-link:hover, a.product-link:active {
	color:#FFFFFF;
}
.blue {
	background:#FFFFFF !important;
	color:#282828 !important;
	border: 1px solid #999;
	
}
.blue:hover {
	background:#282828 !important;
	color:#FFFFFF !important;
}
.dark {
	background:#282828;
	color:#FFFFFF;
	border: 1px solid #282828;
}
.dark:hover {
	background:#454545;
}
.orange {
	background:#FF9900;
	color: #FFFFFF;
	border: 1px solid #FF9900;
	
}
.orange:hover {
	background:#282828;
}
.product-link i {
	padding-left:10px;
}
.product-link i {
	padding-left:10px;
}
.product-image img {
	margin:0 auto;
	display:block;
}
.product-image img.poster {
	margin-top:-50px;
	display:block;
}
.product-left {
	padding:60px 0 40px;
	overflow:hidden;
}
.product-right {
	padding:30px 0 40px;
	overflow:hidden;
}
/*other styles */


.featured-text {
	margin-left: 10px;
	font-family:'Lato', sans-serif;
	font-size: 14px;
	margin-top: 30px;
	margin-bottom: 20px;
}
.featured-text h2 {
	text-align: left;
	line-heigh:1;
	margin-bottom: 0px;
	margin-top:-20px;
}
.featured-text h3 {
	font-size: 16px;
	margin-bottom: 0px;
}

.featured-text p {
	margin-bottom: 10px;
}
.titlesmall {
	font-color: #999;
	text-transform:uppercase;
	font-size:18px;
	font-weight: bold;
	font-family:'Lato', sans-serif;
	vertical-align: bottom;
	margin-left: -8px;
}
.featured-text h3:before {
	content: " + ";
	font-weight: 300;
	color:#FF9900;
	margin-left: -15px;
	padding-right: 5px;
	padding-top: 20px;
	line-height: 1;
	font-size: 22px;
}
.list-text {
	margin-bottom: 20px;
	transition: all 0.3s ease 0s;
}
.featimg {
	padding-top: 20px;
}
/* #Information Section
================================================== */

.information-section {
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 40px;
	padding-left: 0;
	border-bottom: 1px solid #eee;
}
.information-section .entry-header {
	margin-bottom:40px;
	text-align:center;
}
.info {
	overflow:hidden;
}
.info h3 {
	font-size: 22px;
	padding-top: 8px;
}
.info p {
	text-align:justify;
}
.information-section .main-icon {
	display:block;
	font-size:28px;
	color:#65AFC8;
	padding:5px;
	float:left;
	border: 0px solid #5AA4BE;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
/* #our-work Section
================================================== */

.shape {
	width: 94%;
	max-width:360px;
	height: auto;
	position: relative;
	cursor: pointer;
	border:8px solid #f0f0f0;
	margin-bottom: 40px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.shape:hover {
	border-color:#cdcfd0;
}
.shape img {
	text-align:center;
}
.shape .overlays {
	display:block;
	width:100%;
	height:100%;
	position: absolute;
	top:-5px;
	left:-5px;
	z-index:500;
	/* allow user to actually perform actions underneath this layer */
		pointer-events:none;
	background-repeat: no-repeat;
	outline:0;
}
/* hover effect */
.shape:hover .overlays {
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
}
.shape:hover .bg {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	display:block;
}
.shape:hover .details {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	z-index:450;
	display:block;
}
/* content styles */
.shape .bg, .shape .details {
	position: absolute;
	width:100%;
	height:100%;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	top:0;
	left:0;
	opacity:0;
	display:none;
}
.shape .bg {
	background: #4b5a78;
}
.shape .details span.heading {
	font-size:22px;
	display:block;
	margin-top:20px;
	color:#fff;
	text-decoration:none;
}
.shape .details p {
	color:#fff;
	width: 90%;
	font-size: 14px;
	line-height: 18px;
	margin:0 auto;
}
.shape a.button {
	padding:5px 15px;
	font-size:12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background: #2f3644;
	text-decoration:none;
	color:#fff;
	display:block;
	width:120px;
	margin:0 auto;
	text-align:center;
	margin-top:15px;
}
.shape a.button:hover {
	background: #fff;
	color: #2f3644;
}
.shape hr {
	width: 80%;
	text-align:center;
	margin-right: auto;
	margin-left:auto;
}
.our-work-section {
	padding:60px 0 40px;
	overflow:hidden;
	background:#FFFFFF;
}
.our-work {
	overflow:hidden;
	padding: 5px;
	border: 1px solid #d4d4d4;
}
.our-work-section .entry-header {
	margin-bottom:40px;
	text-align:center;
}
.parallax {
	background-attachment: scroll !important;
	background-position: center top !important;
	height: auto;
	margin: 0 auto;
	width: 100%;
}
.overlay {
	position: relative;
}
.overlay:after {
	position: absolute;
	content:" ";
	top:0;
	left:0;
	width:100%;
	height:100%;
	display: none;
	z-index:0;
	background: #4b5a78;
	opacity: 0.70;
	z-index: 1;
	filter: alpha(opacity=70); /* internet explorer */
	-khtml-opacity: 0.7;      /* khtml, old safari */
	-moz-opacity: 0.7;       /* mozilla, netscape */
	opacity: 0.7;           /* fx, safari, opera */
}
#process {
	padding-top: 60px;
	padding-bottom:120px;
	background-color: #788385;
	background-image: url(../images/bg2.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #BCC5C5;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #BCC5C5;
}
#process .entry-title {
	color:#fff;
}
#process .entry-title span {
	color:#6ebed9;
	font-weight:bold;
}
#process .entry-title a {
	color:#fff;
}
#process h3 {
	color:#ffffff;
	margin-top: 10px;
	font-weight:bold;
}
.process-flow > li {
	text-align: center;
	color:#ffffff;
	margin: 0 auto;
	max-width: 256px;
	opacity: 0.2;
	transition: opacity 0.7s ease-out 0s;
}
.process-flow > li.active {
	opacity: 1;
}
.process-flow > li p {
	margin-bottom: 0;
}
.process-flow > li p a {
	color: #111;
}
.process-node {
	background: none repeat scroll 0 0 rgba(254, 142, 34, 0);
	border-radius: 100%;
	-webkit-border-radius: 100%;
	height: 100px;
	margin: auto;
	position: relative;
	transition: background 0.6s ease-out 0s;
	width: 100px;
	text-align: center;
}
.process-node i {
	font-size: 30px;
	color:#ffffff;
	opacity: 1;
	position: relative;
	top: 35px;
	transition: opacity 0.6s ease-out 0s;
}
.process-node.active:before {
	content:"";
	position:absolute;
	top:5px;
	left:5px;
	right:5px;
	bottom:5px;
	border:1px solid #fff;
	border-radius:50%;
}
.process-node i:last-child {
	opacity: 0;
}
.process-node.active {
	background: none repeat scroll 0 0 #6ebed9;
}
.process-node.active i:first-child {
	opacity: 0;
}
.process-node.active i:last-child {
	opacity: 1;
}
.line {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
	height: 7em;
	margin: auto;
	width: 4px;
}
.line.active .progress {
	height: 7em;
}
.progress {
	background: none repeat scroll 0 0 #ffffff;
	height: 0;
	transition: height 1.2s ease-out 0s;
	width: 100%;
}
/* #Contact Section
================================================== */
#contact {
	display: table;
	background-image: url(../images/striking-designs.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #F2F2F2;
	padding-top:40px;
	padding-bottom:100px;
	margin-bottom:0px;
	position: relative;
	width:100%;
}
#contact h2 {
	margin-top:20px;
	text-align:center;
	text-transform:capitalize;
	padding-bottom: 15px;
}
#contact h3 {
}
#contact strong {
	color: #111;
	font-family: 'Lato', sans-serif;
}
#contacts:hover {
	cursor:pointer;
}
.contact-message {
	padding:30px 30px 20px;
	font-size:14px;/*background-image:url(../images/ie8.png);
	background-repeat:repeat;*/
}
.contact-message ul li {
	margin-bottom:10px;
}
.contact-form-holder {
	padding:30px;
	border-left: 1px solid #fff;
}
button, input[type="submit"], input[type="reset"], input[type="button"] {
	border: none;
	display: inline-block;
	text-align:center;
	text-decoration: none;
	cursor: pointer;
	margin-bottom: 20px;
	line-height: normal;
	color: #FFFFFF;
	padding:10px 15px;
	font-size:12px;
	cursor:pointer;
	text-transform:uppercase;
	letter-spacing:2px;
	text-align:center;
	-webkit-transition:0.2s background linear;
	-moz-transition:0.2s background linear;
	transition:0.2s background linear;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-appearance: none;
}
button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	color: #FFFFFF;
	background-color:#282828;
	
}
button:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active {
	color: #FFFFFF;
	background-color:#FF9900;
	
}

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
/* #Forms
================================================== */

form {
	margin:0;
}
input[type="text"], input[type="password"], input[type="email"], textarea {
	font-size:12px;
	letter-spacing:1px;
	border:1px solid #D4D4D4;
	padding: 10px;
	outline: none;
	color: #777;
	margin: 0;
	width:100%;
	max-width:100%;
	display: block;
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
 *vertical-align: middle; /* Improves appearance and consistency in all browsers */
	margin-bottom: 20px;
	-webkit-transition:0.2s background linear;
	-moz-transition:0.2s background linear;
	transition:0.2s background linear;
	-webkit-transform: translateZ(0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	background-clip: padding-box;
	background:rgba(255, 255, 255, 0.50);
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius: 0;
	-webkit-appearance: none;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	vertical-align: top; /* Improves readability and alignment in all browsers */
	resize: vertical;
	min-height:151px;
	border:1px solid #D4D4D4;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
	border:1px solid #D4D4D4;
	color: #999;
	background:rgb(0, 0, 0);
	background:rgba(0, 0, 0, 0.85);
}
.success-message, .alert-message, .error-message {
	display:none;
	font-size:12px;
	letter-spacing:1px;
	color:#999;
}
button, input[type="submit"], input[type="reset"], input[type="button"] {
	background-color: #282828;
}
#website-packages {
	
}
ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    float: left;
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 15px;
}

.resp-tab-active {
	border: 1px solid #5AB1D0 !important;
	border-bottom: none;
	margin-bottom: -1px !important;
	padding: 12px 14px 14px 14px !important;
	border-top: 4px solid #5AB1D0 !important;
	border-bottom: 0px #fff solid !important;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    border: 1px solid #c1c1c1;
	border-top-color: #5AB1D0;
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active { 
position: relative;
z-index: 1;
margin-right: -1px !important;
padding: 14px 15px 15px 14px !important;
border-top: 1px solid;
border: 1px solid #5AB1D0 !important;
border-left: 4px solid #5AB1D0 !important;
margin-bottom: 4px !important;
border-right: 1px #FFF solid !important;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #DBDBDB;/* !important;*/
}

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1;/* !important;*/
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1;/* !important;*/
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
    }

    .resp-accordion-closed {
        display: none !important;
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
}

/* #Footer
================================================== */

.footer {
	padding: 30px 0;
	text-align:center;
	background:#FFFFFF;
	border-top:1px solid #f1f1f1;
	position:relative;
}
.toTop {
	display: block;
	width: 40px;
	height: 40px;
	background: #FFFFFF;
	font-size: 28px;
	line-height: 38px;
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-border-radius:3px 3px 0 0;
	-moz-border-radius:3px 3px 0 0;
	border-radius:3px 3px 0 0;
	-webkit-box-shadow:0px -5px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0px -5px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.2);
	-webkit-transform: translateZ(0);
	-webkit-transition:0.2s all linear;
	-moz-transition:0.2s all linear;
	transition:0.2s all linear;
}
.toTop:hover {
	-webkit-box-shadow:0px -5px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0px -5px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.1);
}
.footer h3 {
	text-transform:none;
	margin:0;
	position:relative;
}
.copyright {
	padding:0;
	margin:0;
	letter-spacing:1px;
	font-size:10px;
	color:#999999;
}
.copyright a {
	color:#333333;
	text-transform:uppercase;
}


/* #Media Queries
================================================== */
@media screen and (max-width: 768px) {
.featured-text {
	margin-left: 20px;
	padding-left: 20px;
}
}
@media (min-width: 768px) {
.process-flow {
	max-width:750px;
	padding: 0px;
	margin:0px auto;
}
.process-flow > li {
	clear: right;
	float: left;
	height: 120px;
	margin: 0;
	position: relative;
	width: 256px;
}
.process-flow > li .line {
	height: 400px;
	position: absolute;
	right: -48%;
	top: -6.7em;
	-moz-transform: rotate(-75deg);
	-webkit-transform: rotate(-75deg);
	-o-transform: rotate(-75deg);
	-ms-transform: rotate(-75deg);
	transform: rotate(-75deg);
}
.process-flow > li .line.active .progress {
	height: 400px;
}
.process-flow > li:nth-child(2n) {
	clear: left;
	float: right;
}
.process-flow > li:nth-child(2n) .line {
	left: -242%;
	-moz-transform: rotate(75deg);
	-webkit-transform: rotate(75deg);
	-o-transform: rotate(75deg);
	-ms-transform: rotate(75deg);
	transform: rotate(75deg);
}
}
/* Phone & Small Tablets */
@media screen and (max-width: 767px) {
#header-section, .top-header {
	text-align:center;
}
.login {
	float:none;
}
#main-menu {
	text-align:left;
}
#header, #about, #our-work, #process, #contact {
	padding-top: 60px;
}
.entry-header {
	margin-top: 10px;
}
.product img {
	margin-bottom:20px;
}
/*.action .title { border: 1px solid #a7a7a7;} */
.action .hero-title-holder {
/*border-top: 1px solid #eee;
	padding-top: 8px;*/
}
.product-image img.poster {
	border-top: 1px solid #a7a7a7;
	margin-top: -55px;
}
.shape .details p {
	
	width: 80%;
	font-size: 16px;
	line-height: 18px;
	margin:0 auto;
}
.footer {
}
}
@media (max-width: 1024px) {
.item_top {
	top: 0;
	opacity: 1;
}
.item_left {
	left: 0px;
	opacity: 1;
}
.item_right {
	right: 0px;
	opacity: 1;
}
.item_bottom {
	bottom: 0;
	opacity: 1;
}
.item_fade_in {
	opacity: 1;
	right: 0px;
}
.parallax {
	background-attachment: scroll !important;
	background-position: center top !important;
	height: auto;
	margin: 0 auto;
	width: 100%;
}
}
/* Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
.copyright {
	margin-bottom:0 !important;
	margin-top:20px;
}
}

/* #Grid
================================================== */
@media only screen and (min-width: 479px) and (max-width: 768px) {
.action {
	margin-top: 20px;
}
}
 @media only screen and (min-width: 480px) and (max-width: 768px) {
.hero {
	background-size: 100%;
	background-position: center 70px;
}
.action li {
	margin-right: 15px;
}
}
@media only screen and (max-width: 479px) {
/*#header-section {
	position:relative;
}
*/
body#home {
	padding-top: 80px;
}
.hero {
	margin-top: -10px;
}
.action {
	margin-top: 20px;
}

}
@media screen and (max-width: 400px) {
 @-ms-viewport {
 width: 320px;
}
.hero-title span {
	font-size: 18px;
}
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.grid-container:before, .clearfix:before, .grid-container:after, .clearfix:after {
	content: ".";
	display: block;
	overflow: hidden;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
}
.grid-container:after, .clearfix:after {
	clear: both;
}
.grid-container {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	padding-left: 10px;
	padding-right: 10px;
}
.grid-5, .mobile-grid-5, .grid-10, .mobile-grid-10, .grid-15, .mobile-grid-15, .grid-20, .mobile-grid-20, .grid-25, .mobile-grid-25, .grid-30, .mobile-grid-30, .grid-35, .mobile-grid-35, .grid-40, .mobile-grid-40, .grid-45, .mobile-grid-45, .grid-50, .mobile-grid-50, .grid-55, .mobile-grid-55, .grid-60, .mobile-grid-60, .grid-65, .mobile-grid-65, .grid-70, .mobile-grid-70, .grid-75, .mobile-grid-75, .grid-80, .mobile-grid-80, .grid-85, .mobile-grid-85, .grid-90, .mobile-grid-90, .grid-95, .mobile-grid-95, .grid-100, .mobile-grid-100, .grid-33, .mobile-grid-33, .grid-66, .mobile-grid-66 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
}
.grid-parent {
	padding-left: 0;
	padding-right: 0;
}
