/* 
Description: Web Design Portfolio
Version: 4.0
Author: Aidifaris Wan
Author URI: http://www.aidifaris.com
*/

/* ==================================================================
CSS Reset
================================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit;	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on November 28, 2011 */
@font-face {
    font-family: 'OneWayRegular';
    src: url('oneway/oneway-webfont.eot');
    src: url('oneway/oneway-webfont.eot?#iefix') format('embedded-opentype'),
url('oneway/oneway-webfont.woff') format('woff'),
url('oneway/oneway-webfont.ttf') format('truetype'),
url('oneway/oneway-webfont.svg#OneWayRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
#header-container {margin:0 auto 0 auto; padding:0; width:980px}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ==================================================================
Basic Document Styles
================================================================== */

body {
	line-height: 1;
	color: #645c4a;
	font: 14px/24px "Open Sans", Helvetica, Arial, sans-serif;
	background: #ccc;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	overflow: hidden;
}

input,
select,
textarea { font: 13px/24px "Open Sans", Helvetica, Arial, sans-serif; }

hr {
	background: #eee;
	margin: 5px 0 25px 0;
	height: 1px;
	border: none;
	width: 100%;
	float: left;
}

hr.fancy-hr {
	position: relative;
	float: left;
}

hr.fancy-hr:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 75px;
	height: 1px;
	background: #86bd3c;
	display: block;
}

.clearfix:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	font-size: 0;
}

.clearfix { 
	display: inline-block; 
	*zoom: 1;
}

* html .clearfix { 
	height: 1%;
}

.clearfix {
	display: block;
}

.clear {
	clear: both;
	display: block;
	font-size: 0px;
	height: 0px;
	line-height: 0;
	width: 100%;
	overflow:hidden;
}

::selection {
    background: #86bd3c;
    color: #fff;
}

::-moz-selection {
    background: #86bd3c; /* Firefox */
    color: #fff;
}

::-webkit-selection {
	background: #86bd3c; /* Safari */
	color: #fff;
}
#fb.span8 {width: 560px}
#ig.span4 {width: 360px}
/* ==================================================================
Typography
================================================================== */

h1 {font-family: 'Bilbo Swash Caps', cursive;
	font-size: 90px;
	line-height: 58px;
	font-weight: 300;
	color: #645c4a;
}

h2 {font-family:"OneWayRegular",arial; font-weight:800; font-size: 30px;
	line-height: 34px;
	margin-bottom: 30px;
}

h3 {
	font-size: 16px;
	line-height: 34px;
	color: #645c4a;
	margin-bottom: 10px;
}

h4 {
	color: #555555;
	font-size: 16px;
	font-weight: 400;
}

p {
	margin-bottom: 10px;
}

a, a > * {
	color: #86bd3c;
	text-decoration: none;
	-webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, padding .3s ease;
	   -moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, padding .3s ease;
	    -ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, padding .3s ease;
	     -o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, padding .3s ease;
	        transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, padding .3s ease;
}

a:hover, a > *:hover {
	color: #363636;
	text-decoration: none;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

/* ==================================================================
Basic Layout Styles
================================================================== */

.text-left {
	text-align: left !important;
}

.text-right { 
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.clear {
	clear: both;
}

.all-margin {
	margin: 20px !important;
}

.left-margin {
	margin-left: 20px !important;
}

.right-margin {
	margin-right: 20px !important;
}

.top-margin {
	margin-top: 20px !important;
}

.bottom-margin {
	margin-bottom: 20px !important;
}

.no-margin {
	margin: 0 !important;
}

.no-left-margin {
	margin-left: 0 !important;
}

.no-right-margin {
	margin-right: 0 !important;
}

.no-top-margin {
	margin-top: 0 !important;
}

.no-bottom-margin {
	margin-bottom: 0 !important;
}

.disabled,
.disabled i {
	color: #eaeaea !important;
}

.custom-icon-list li i {
	float: left;
	font-size: 14px;
	margin-top: 5px;
	color: #333333;
	padding-right: 15px;
}

.custom-icon-list li p {
	margin-left: 30px;
}

.button {
	background: #f26122;
	padding: 6px 10px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
	color: #ffffff;
	font-weight: 700;
	cursor: pointer;
	margin-top: 20px;
}

.button:hover {
	color: #ffffff;
	background: #252525;
}

/* ==================================================================
Progress Bar
================================================================== */

.progress {border-left: 1px solid #999; box-shadow: none; height: 39px; margin-bottom: 10px;  border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}

.progress .bar {
	background: #c2c2c2 !important;
	line-height: 40px;
	text-align: left;
	text-indent: 15px;
	font-style: italic;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
	text-shadow: none;
	-webkit-transition: background-color .3s ease;
	   -moz-transition: background-color .3s ease;
	    -ms-transition: background-color .3s ease;
	     -o-transition: background-color .3s ease;
	        transition: background-color .3s ease;
}

.progress:hover .bar {
	background: #86bd3c !important;
}

/* ==================================================================
Forms
================================================================== */

input, textarea, select {
	background: #e1e1e1 !important;
	-webkit-appearance: none;
	color: #495445 !important;
	border-bottom:1px solid #eee !important; border-right:1px solid #eee !important; border-left:1px solid #ccc !important; border-top:1px solid #ccc !important;
	width: 100%;
	padding: 10px 20px !important;
	margin: 0px !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	height: auto !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	margin-bottom: 20px !important;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	-webkit-transition: background-color .3s ease, color .3s ease !important;
	   -moz-transition: background-color .3s ease, color .3s ease !important;
	    -ms-transition: background-color .3s ease, color .3s ease !important;
	     -o-transition: background-color .3s ease, color .3s ease !important;
	        transition: background-color .3s ease, color .3s ease !important;
}

textarea {
	width: 100%;
	padding: 10px 20px;
	resize: both;
	margin-top: 0px;
}
	
input:hover, textarea:hover, select:hover {
	background: #e1e1e1 !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
	
input:focus, textarea:focus, select:focus {
	background: #eee;
	color: #fff;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

input[type="submit"], button, a.button {
	text-transform: none;
	width: auto;
	margin-top: 20px;
	font-style: normal;
	font-weight: normal;
	background: #86bd3c !important;
	color: #fff !important;
	cursor: pointer;
}

input[type="submit"] {
	padding: 6px 10px !important;
}

input[type="submit"]:hover, button:hover, a.button:hover {
	background: #252525 !important;
}

select, option {
	cursor: pointer;
}

input[type="checkbox"] {
	-webkit-appearance: checkbox;
}

input[type="radio"] {
	-webkit-appearance: radio;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #888; }

input:-moz-placeholder, textarea:-moz-placeholder { color: #888; }

input.placeholder, textarea.placeholder { color: #888; }

/* ==================================================================
Preloader
================================================================== */

#preloader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 999;
}

#loading-animation {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(i/loading-animation.gif); 
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}

/* ==================================================================
Main Navigation
================================================================== */

a.logo {
	margin: -5px 0 0 -30px;
	float: left;
}

nav#main-nav {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100;
	width: 100%;
	height: 56px;
	background: #e1e1e1;
	min-width: 300px; border-bottom:1px solid #ccc;
}

nav#main-nav ul {
	float: right;
	margin-right: 10px;
}

nav#main-nav ul li {
	float: left;
	display: inline-block;
	line-height: 14px;
}

nav#main-nav ul li a {
	color: #333333;
	text-transform: uppercase;
	padding: 20px 20px;
	display: inline-block;
}

nav#main-nav ul li a.active {
	color: #86bd3c;
}

/* ==================================================================
Responsive Navigation
================================================================== */

#main-nav #responsive-nav {display: none; float:left; width: 50px; height: 50px; background: #333; text-align: center; line-height: 46px; font-size:20px}

#main-nav #responsive-nav:hover i {color: #fff}

#main-nav .responsive-nav {margin-bottom: 20px; padding: 10px}

/* ==================================================================
Sections
================================================================== */

section {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 50;
	overflow: auto;
	background: #e1e1e1;
}

section .container {
	padding-top: 110px;	
}

section > .container {
	padding-bottom: 40px;
}

/* ==================================================================
hello
================================================================== */

#hello {
	background: url(i/background.jpg) no-repeat center center;	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: scroll;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../i/background.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../i/background.jpg', sizingMethod='scale')";
	text-align: center;
	padding-top: -50px;
	overflow: hidden;
}

#hello h1 {
	font-size: 52px;
	color: #000;
	margin-bottom: 0px;
	line-height: 55px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: 800;
}

#hello h1 span {
	color: #fff; text-shadow:0 0 26px #000;
}

#hello h2 {
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px; text-shadow:0px 0px 12px #000;
}

.get-started {
	position: relative;
	margin: 20px auto 0px auto;
	display: block;
	text-align: center;
	width: 130px;
	padding: 10px 5px;
	background-color: #86bd3c;
	color: #fff;
}

.get-started i {
	color: #111111;
	margin-left: 10px; text-shadow:none;
}

.get-started:hover {
	color: #fff;
	background: #111111;
}

.get-started:hover i {
	color: #86bd3c;
}

/* ==================================================================
About
================================================================== */
#logo{background:url(i/logo-grey253.png) no-repeat;height:120px;width:253px;margin:0;padding:0}

div#ed{float:left;background:url(i/aidifaris.jpg) no-repeat;height:135px;width:180px;margin:0 15px 0 0;padding:0; border-radius:50%}


/* ==================================================================
Services
================================================================== */
#desk{background:url(i/desk1.jpg) no-repeat;float:left;height:210px;width:370px;margin:0 15px;padding:0; border-radius:30px}
#desk:hover{background:url(i/desk2.jpg) no-repeat;}

#services {
}

.features .feature-box .box-content {
	background: #e9e9e9;
	padding: 10px 30px;
	text-align: center;
}

.features .feature-box .box-content .feature-icon {font-size:50px; color:#86bd3c; margin-bottom:30px; display:inline-block}

.features .feature-box .box-content h4 {
	margin-bottom: 10px;
	color: #111111;
}

.features .feature-box .box-content p {
	color: #555555;
}

.features-list .feature-box .feature-icon {
	float: left;
	margin-top: 15px;
}

.features-list .feature-box .feature-icon i {
	font-size: 20px;
	color: #111111;
}

.features-list .feature-box .feature-text {
	padding-left: 40px;
}

.features-list .feature-box .feature-text h3 {
	margin-bottom: -7px;
	color: #86bd3c;
}

.accordion-toggle {
	background: #ebebeb;
}

.accordion-toggle i {
	color: #111111;
	padding-right: 10px;
}

.accordion-body {
	background: #ffffff;
}

/* ==================================================================
Portfolio
================================================================== */

#portfolio {
	
}

.portfolio-filter {
	margin-top: 10px;
	margin-bottom: 15px;
}

.portfolio-filter li {
	float: left;
	margin-right: 20px;
}

.portfolio-filter li a.selected {
	color: #333333;
}

.portfolio .portfolio-item {
	margin-bottom: 20px;
	position: relative;
	/*background: #86bd3c;*/
	height: 196px;
}

.portfolio .portfolio-item img,
.fancybox img {
	display: block;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.portfolio .portfolio-item i,
.fancybox i {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	font-size: 40px;
	margin-left: -15px;
	margin-top: -15px;
	color: #333333;
}

.fancybox i {
	color: #ffffff;
}

.portfolio .portfolio-item:hover img,
.fancybox:hover img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: .3;
}

.portfolio .portfolio-item:hover i,
.fancybox:hover i {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.single-portfolio {
	position: absolute;
	top: 0;
	display: block;
	margin-top: 0px;
	background: #333333;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}

.single-portfolio .container {
	padding-bottom: 50px;
}

.single-portfolio .portfolio-close {
	position: absolute;
	right: 10px;
	top: 60px;
	font-size: 60px;
	color: #444444;
	cursor: pointer;
	-webkit-transition: color .3s ease;
	   -moz-transition: color .3s ease;
	    -ms-transition: color .3s ease;
	     -o-transition: color .3s ease;
	        transition: color .3s ease;
}

.single-portfolio .portfolio-close:hover {
	color: #666666;
}

.single-portfolio h2 {
	color: #f2f2f2;
}

.single-portfolio p {
	color: #999999;
}

.single-portfolio .image-container,
.single-portfolio .video-container,
.single-portfolio .gallery-container {
	position: relative;
	display: block;
	margin-top: 5px;
	width: 100%;
	height: auto;
}

.single-portfolio .video-container .fullwidth-video {
	width: 100%;
	min-height: 300px;
}

/* ==================================================================
Flexslider
================================================================== */

.flexslider {
	border: none;
	box-shadow: none;
	margin: 0px;
}

.flexslider img {
	display: block;
}

.flexslider a.flex-prev {
	width: 30px;
	height: 35px;
	background: url(i/flexslider-left-arrow.png) no-repeat;
}

.flexslider a.flex-next {
	width: 30px;
	height: 35px;
	background: url(i/flexslider-right-arrow.png) no-repeat;
}

/* ==================================================================
Isotope Transitions
================================================================== */

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
-webkit-transition-duration: 0.8s;
   -moz-transition-duration: 0.8s;
        transition-duration: 0.8s;
}

.isotope {
-webkit-transition-property: height, width;
   -moz-transition-property: height, width;
        transition-property: height, width;
}

.isotope .isotope-item {
-webkit-transition-property: -webkit-transform, opacity;
   -moz-transition-property:    -moz-transform, opacity;
        transition-property:         transform, opacity;
}

/* ==================================================================
Contacts
================================================================== */
#about {background: #e1e1e1 url("i/hexagon_bg.png") no-repeat center center;}

#contact {background: #e1e1e1 url("i/contacts-background.jpg") no-repeat center center;}

#map {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* [disabled]z-index: 0; */
	display: none;
}

#map img {
	max-width: none;
}

.contact-info {
	background: #e1e1e1;
	padding: 40px;
	position: relative;
	z-index: 100;
	margin-bottom: 30px;
	opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
}

.social {padding: 20px 20px 0px 20px; background: #e1e1e1; z-index: 100; position: relative; opacity: 0.9; filter: alpha(opacity=90); /* For IE8 and earlier */ }
.social .fancy-hr {margin-top: 10px; margin-bottom: 20px}
.social ul {display: inline-block; font-size:24px}
.social ul li {float: left;	margin-right: 10px}
#footnote {font-size:12px}
form.contact-form {
	background: #e1e1e1;
	padding: 40px;
	position: relative;
	z-index: 50;
	opacity: 0.95;
    filter: alpha(opacity=95); /* For IE8 and earlier */	
}

form.contact-form textarea {
	height: 140px !important;
}

.form-error {
	background: #fcdcdc !important;
}