/* ==================================================================

Main Color: #f36f21

================================================================== */

/* ==================================================================
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;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
	text-align:left;
	font-size: 14px;
    line-height: 22px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ==================================================================
Bootstrap fix for WinPhone 8 and IE10 
================================================================== */

@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

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

body {
	line-height: 1;
	color: #808080;
	font: 16px/32px "Roboto", Helvetica, Arial, sans-serif;
	background: #ffffff;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}

body.project-page {
	background: #111111;
}

input,
select,
textarea { font: 16px/22px "Roboto", Helvetica, Arial, sans-serif; }
.hidden-images {
    display: none;
}
/* ==================================================================
Typography
================================================================== */

h1 {
	font-size: 50px;
	line-height: 62px;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.10em;
	text-transform: uppercase;
}

h2 {
	font-size: 34px;
	line-height: 40px;
	font-weight: 300;
	margin-bottom: 30px;
	font-family: "Lato", Helvetica, Arial, sans-serif;
}

h3 {
	font-size: 26px;
	line-height: 40px;
	font-weight: 300;
	margin-bottom: 20px;
	color: #292929;
	font-family: "Lato", Helvetica, Arial, sans-serif;
}

h4 {
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	margin-bottom: 20px;
	font-family: "Lato", Helvetica, Arial, sans-serif;
}

p {
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
	padding: 0 0 20px;
}

a, a > * {
	color: #2a6496;
	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 {
	text-decoration: none;
}

em {
	font-style: italic;
}

strong {
	color: #f36f21;
	font-weight: 700;
}

.section-pre-title {
	color: #7e7e7e;
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 6px;
	letter-spacing: 0.10em;
	font-weight: 300;
}
.value-title{
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0px;
	margin-bottom: 15px;
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
    display: inline-block;
	color: #808284;
    font-size: 13px;
	font-weight: bold;
}
.value-title a{
	color: #515151;
	padding-bottom:15px;
}
.value-title a:hover {
	color: #f36f21;
	padding-bottom:15px;
	background: url(../images/title-bottom.png) bottom center no-repeat;
}
.section-title {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 15px;
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
    display: inline-block;
    color: #515151;
    font-size: 30px;
    font-weight: bold;
}
h2.section-title{
	font-size: 23px;
}
.section-desc p{
	text-align: center;
}

.section-title a{
	color: #f36f21;
	padding-bottom:17px;
	background: url(../images/title-bottom.png) bottom center no-repeat;
}
.section-title a:hover {
	color: #f36f21;
	padding-bottom:20px;
	background: url(../images/title-bottom.png) bottom center no-repeat;
}
.left-section-title {
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 0.10em;
	color: #333;
	margin-bottom: 10px;
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
    display: block;
    color: #444;
    font-size: 30px;
    font-weight: bold;
}
.left-section-title a{
	color: #444;
	padding-bottom:15px;
}
.left-section-title a:hover {
	color: #f36f21;
	padding-bottom:15px;
	background: url(../images/title-bottom.png) bottom center no-repeat;
}
.section-icon {
	display: block;
	text-align: center;
	margin-bottom: 20px;
	min-height: 5px;
}

.section-icon.background-white {
	background: url(../images/background-title-white.png) left center repeat-x;
}

.section-icon i {
	padding: 0px 50px;
	background: #ffffff;
	font-size: 30px;
	color: #f36f21;
}

.empty-space {
	width: 100%;
	height: 300px;
}

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

section {
	text-align: center;
}

.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;
}

.center {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.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;
}

.button {
	background: transparent;
	color: #333 !important;
	padding: 10px 20px;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	border: 2px solid #d0d0d0;
	letter-spacing: 0.20em;
	margin-top: 20px;
}

.button:hover {
	color: #fff !important;
	background: #f36f21;
	text-decoration: none;
	border: 2px solid transparent;
}

.csstransitions .animated,
.animated {
    visibility: hidden;
}

.csstransitions .visible {
    visibility: visible;
}


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

input, textarea, select {
	background: #f9f9f9;
	font-size: 14px;
	-webkit-appearance: none;
	color: #666;
	border: 1px solid #dedede;
	padding: 8px 15px;
	margin: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	height: auto;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: background-color .3s ease, border .3s ease, color .3s ease;
	-moz-transition: background-color .3s ease, border .3s ease, color .3s ease;
	-ms-transition: background-color .3s ease, border .3s ease, color .3s ease;
	-o-transition: background-color .3s ease, border .3s ease, color .3s ease;
	transition: background-color .3s ease, border .3s ease, color .3s ease;
}

textarea {
	width: 100%;
	padding: 10px 15px;
	resize: both;
	margin-top: 0px;
}
	
input:hover, textarea:hover, select:hover {
	background: #f5f5f5;
	color: #111;
}
	
input:focus, textarea:focus, select:focus {
	background: #f36f21;
	color: #ffffff;
}

input[type="submit"], button {
	text-transform: uppercase;
	width: auto;
	font-style: normal;
	background: transparent;
	color: #333333;
	cursor: pointer;
	border: 2px solid #d0d0d0;
	padding: 10px 20px;
	letter-spacing: 0.20em;
	margin-top:15px;
}

input[type="submit"]:hover, button:hover {
	color: #ffffff !important;
	background: #f36f21;
	border: 2px solid transparent;
}

select, option {
	cursor: pointer;
}

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

input[type="radio"] {
	-webkit-appearance: radio;
}
input[type=checkbox]:not(old),
input[type=radio   ]:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}
input[type=checkbox]:not(old) + label,
input[type=radio   ]:not(old) + label{
  display      : inline-block!important;
  margin-left  : -28px;
  padding-left : 26px;
  background   : url('../images/checks.png') no-repeat 0 0;
  line-height  : 24px;
}
input[type=checkbox]:not(old):checked + label{
  background-position : 0 -24px;
}

input[type=radio]:not(old):checked + label{
  background-position : 0 -48px;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #b0b0b0; }

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

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

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

/**** Isotope Filtering ****/

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

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

/**** Isotope CSS3 transitions ****/

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

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

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

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/*==================================================================
FlexSlider
================================================================== */

.flexslider {
	background: none;
	border: none;
	box-shadow: none;
}

.flex-control-nav {
	bottom: -50px;
}

.flex-control-paging li a {
	width: 15px;
	height: 15px;
}

.flexslider .flex-active {
	background: #f36f21 !important;
	box-shadow: none !important;
}

/* ==================================================================
Easy Pie Chart
================================================================== */

.easyPieChart {
    position: relative;
    text-align: center;
}

.easyPieChart canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.pie-chart {
	margin: 0 auto;
	font-size: 50px;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-weight: 300;
}

.pie-chart i {
	font-size: 80px;
	line-height: 200px;
}

.pie-chart p {
	font-size: 18px;
	font-style: italic;
}

.pie-chart-text {
	font-size: 16px;
	line-height: 26px;
	font-style: italic;
}

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

#preloader {
    position: fixed;
    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(../images/loading-animation.gif); 
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}

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

nav#main-nav {
	width: 200px;
	height: 100%;
	position: fixed;
	right: -200px;
	top: 0;
	z-index: 10000;
	background: rgba(120,120,120,0.8);
	box-shadow: 0 0 10px #999;
	-moz-box-shadow: 0 0 10px #999;
	-webkit-box-shadow: 0 0 10px #999;
	-webkit-transition: all .8s ease;
	   -moz-transition: all .8s ease;
		-ms-transition: all .8s ease;
		 -o-transition: all .8s ease;
			transition: all .8s ease;
}

nav#main-nav.active {
	right: 0;
}

nav#main-nav ul li a {
	font-family: "Roboto", Helvetica, Arial, sans-serif !important;
	letter-spacing: 0.20em !important;
}
#intro-home .nav-trigger {
	
}
.nav-trigger {
	position: absolute;
	top: 20px;
	left: -80px;
	width: 60px;
	height: 60px;
	background: rgba(0,0,0,0.2);
	text-align: center;
	line-height: 60px;
	-webkit-animation-name: navPulse;
  	-webkit-animation-duration: 4s;
  	-webkit-animation-iteration-count: infinite;
	-moz-animation-name: navPulse;
  	-moz-animation-duration: 4s;
  	-moz-animation-iteration-count: infinite;
	-o-animation-name: navPulse;
  	-o-animation-duration: 4s;
  	-o-animation-iteration-count: infinite;
}

.nav-trigger:hover {
	background: rgba(0,0,0,0.6);
}

.nav-trigger i {
	font-size: 17px;
	width: 100%;
	color: #ffffff;
	text-decoration: none;
}

.nav-trigger i:hover {
	text-decoration: none;
}

nav#main-nav ul li a {
	display: block;
	padding: 1em 1em 1em 1.2em;
	outline: none;
	box-shadow: inset 0 -1px rgba(0,0,0,0.05);
	color: #f9f9f9;
	text-transform: uppercase;
	text-shadow: 0 0 0 rgba(255,255,255,0);
	letter-spacing: 1px;
	font-size: 13px;
	-webkit-transition: background 0.3s, box-shadow 0.3s;
	transition: background 0.3s, box-shadow 0.3s;
}

nav#main-nav ul li a i {
	font-size: 14px;
	margin-right: 10px;
	color: #555555;
}

nav#main-nav ul li:first-child a {
	box-shadow: inset 0 -1px rgba(0,0,0,0.0.5), inset 0 1px rgba(0,0,0,0.05);
}

nav#main-nav ul li a:hover,
nav#main-nav ul li.current a {
	background:#f36f21;
	box-shadow: inset 0 -1px rgba(0,0,0,0);
	color: #fff;
	text-decoration: none;
}

nav#main-nav ul li a:hover i,
nav#main-nav ul li.current a i {
	color: #f36f21;
}

nav#main-nav .nav-logo {

	width: 200px;
	position: relative;
	margin: 50px 25px;
}
/*==================================================================
Dot
================================================================== */
.dot-holder {
width:100%;
background: url(../images/dot-bg.gif) 50% 15% repeat-x; 
padding-bottom:80px;
}
.dot-holder-bottom {
width:100%;
background: url(../images/dot-bg.gif) 50% 85% repeat-x; 
padding-bottom:80px;
}
/*==================================================================
Social Nav
================================================================== */

.social-nav {
margin:15px 0 0;
}

.social-nav a {
	position: relative;
	width: 30px;
	height: 30px;
	display: inline-block;
	float: left;
	margin-right:1px;
	background: #f36f21;
	text-align: center;
	line-height: 30px;
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
	    -ms-transition: all .3s ease-in-out;
	     -o-transition: all .3s ease-in-out;
	        transition: all .3s ease-in-out;
}

.social-nav a i {
	font-size: 17px;
	color: #ffffff;
}

.social-nav a.twitter:hover {
	background: #69baf3 !important;
}

.social-nav a.facebook:hover {
	background: #475996 !important;
}

.social-nav a.google:hover {
	background: #c63d2d !important;
}

.social-nav a.linkedin:hover {
	background: #4875b4 !important;
}

.social-nav a.pinterest:hover {
	background: #d03737 !important;
}

.social-nav a.dribbble:hover {
	background: #d76896 !important;
}


/*==================================================================
Home Section
================================================================== */
#intro-home #home{
	position: relative;
	height: auto;
	text-align: center;
	overflow: hidden;
	height: 550px;
	padding:40px 0 0 0;
}
#intro-home .button-intro {
padding-left:0px!important;
padding-right:0px!important;
opacity:0.9;
}
#home {
	position: relative;
	height: auto;
	text-align: center;
	overflow: hidden;
	height: 500px;
	background: rgba(0,0,0,0);
}

#home #logo {
	margin-top: 50px;
	margin-bottom: 20px;
}

.home-slider {
	margin-top: 90px;
	margin-bottom: 0px;
	border-radius: 0;
}

#home.fullscreen .home-slider {
	margin-top: 280px;
}

.home-slider ul.slides li {	
	text-align: center;
}

.home-slider ul.slides h1 {
	color: #ffffff;
	vertical-align: middle;
	padding: 40px 0;
	font-weight: bold;
	font-size: 70px;
}

/* ==================================================================
About Section
================================================================== */

#about {
	padding: 0 0 10px;
	background: #ffffff;
}

#about .about-skills {
	margin-top: 50px;
}

#about .about-skills h4 {
	text-transform: uppercase;
	color: #292929;
}

/* ==================================================================
Inquiries Section
================================================================== */
.fullwidthinput {
	width:100%;
	}
#onlineorder #contact-form input {
  margin-bottom: 10px;
}
#onlineorder label{
display: inherit;
text-align:left;
}
#onlineorder label h6{
font-family: Lato;
font-size:15px;
letter-spacing:0px;
color:#333;
}
#onlineorder label h6 span
{
color:#ff0000;
font-size:18px;
}
#onlineorder {
	padding: 0 0 80px;
	background: #ffffff;
	font-size:14px;
}

#onlineorder .section-icon i {
	background: #fff;
}

#onlineorder .services-list {
	margin-top: 30px;
}

#onlineorder .service h4 {
	text-transform: uppercase;
	color: #292929;
}

#onlineorder .service p {
	font-size: 16px;
	line-height: 26px;
	font-style: italic;
	padding: 0;
}

/* ==================================================================
Value Section
================================================================== */

#about .section-icon i {
	background: #f0f0f0;
}

#about .value-list {
	margin-top: 35px;
	margin-bottom:115px;
}
#about #value-illustration {
	background: url(../images/value-illustratrion.gif) 50% 50% no-repeat;
	width:100%;
	height:550px;
	margin-bottom:-550px;
}
#about .value h4 {
	text-transform: uppercase;
	color: #292929;
}

#about .service p {
	font-size: 16px;
	line-height: 26px;
	font-style: italic;
	padding: 0;
}


#people {
	padding: 80px 0 650px;
	background:#517c7e url(../images/background-people.jpg) center bottom no-repeat;
}
#people p{
	color:#fff;
}
.hi-icon {
	display: inline-block;
	margin-bottom: 10px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: transparent;
	font-size: 20px;
	background-color:#808284;
	box-shadow: 0 0 0 4px #fff;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.creativity-icon {
	background-image: url(../images/creativity-icon.gif); 
	background-position: center center;
	background-repeat:no-repeat;
}
.services-icon {
	background-image: url(../images/services-icon.gif); 
	background-position: center center;
	background-repeat:no-repeat;
}
.trustworthy-icon {
	background-image: url(../images/trustworthy-icon.gif); 
	background-position: center center;
	background-repeat:no-repeat;
}
.speed-accuracy-icon {
	background-image: url(../images/speed-accuracy-icon.gif); 
	background-position: center center;
	background-repeat:no-repeat;
}
.hi-icon:before {
	line-height: 100px;
}

.hi-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
	top: -2px;
	left: -2px;
	padding: 2px;
	z-index: -1;
	background-color: #f36f21;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
	   -moz-transition: -moz-transform 0.2s, opacity 0.3s;
	        transition: transform 0.2s, opacity 0.3s;
	-webkit-transform: scale(1.3);
	   -moz-transform: scale(1.3);
	    -ms-transform: scale(1.3);
	        transform: scale(1.3);
	opacity: 0;
}

.hi-icon:hover {
	box-shadow: 0 0 0 0 rgba(255,255,255,0);
	color: transparent;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}

.hi-icon:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.creativity-icon:hover:after {
	background-image: url(../images/creativity-icon-hover.gif); 
	background-position: center center;
	background-repeat:no-repeat;
}
.services-icon:hover:after {
	background-image: url(../images/services-icon-hover.gif); 
	background-position: center center;
	background-repeat:no-repeat;
}
.trustworthy-icon:hover:after {
	background-image: url(../images/trustworthy-icon-hover.gif); 
	background-position: center center;
	background-repeat:no-repeat;
}
.speed-accuracy-icon:hover:after {
	background-image: url(../images/speed-accuracy-icon-hover.gif); 
	background-position: center center;
	background-repeat:no-repeat;
}
/* ==================================================================
Workflow Section
================================================================== */

#workflow {
	background:#010101 url(../images/background-workflow.jpg) center center no-repeat;
	padding: 50px 0 45px 0;
}

#workflow .section-pre-title {
	color: #999999;
}

#workflow .section-title a{
	color: #ffffff;
}
#workflow .section-title a:hover{
	color: #f36f21;
}
#workflow .section-post-title {
	text-align:center;
}
#workflow .section-post-title p{
	text-align:center;
	color: #fff;
	font-style:italic;
}
.workflow-slider {
	text-align: center;
	border-radius: 0;
}

.workflow-slider ul.slides h3 {
	color: #ffffff;
	margin-bottom: 0px;
	font-size:14px;
	line-height:20px;
	padding: 20px 20px 0 20px;
}

.workflow-slider ul.slides h5 {
	color: #f36f21;
	font-style: italic;
	padding-bottom: 30px;
}

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

#portfolio {
	display: block;
	padding: 0 0 80px;
	background: #ffffff;
}

.top-portfolio {
	
}

.portfolio {
	width: 80%;
	overflow: visible !important;
	margin: -1px auto 0;
}

.portfolio-filter {
	text-align: center;
	margin-bottom: 50px;
	padding: 0 14%;
}

.portfolio-filter li {
	padding: 10px;
	display: inline-block;
}

.portfolio-filter li .button {
	padding: 5px 20px;
	font-size: 12px;
	margin-top: 0px;
}

.portfolio-filter li .button.active {
	color: #f36f21 !important;
}

.portfolio-filter li .button.active:hover {
	color: #ffffff !important;
}

.portfolio .portfolio-item {
	width: 25%;
	float: left;
}

.portfolio .portfolio-item .image-container {
	width: 100%;
	height: 100%;
	padding:1px;
	overflow: hidden;
}

.portfolio .portfolio-item .image-container img {
	-webkit-transition: -webkit-transform 0.4s, opacity 0.3s;
	   -moz-transition: -moz-transform 0.4s, opacity 0.3s;
	        transition: transform 0.4s, opacity 0.3s;
}

.portfolio .portfolio-item:hover .image-container img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.portfolio .portfolio-item h4 {
	color: #111111;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 18px;
}

.portfolio .portfolio-item p.portfolio-categories {
	font-size: 11px;
	letter-spacing:2px;
	text-align:center;
	line-height: 20px;
}

.portfolio .portfolio-item p.portfolio-categories {
	color: #808080 !important;
}

.portfolio .portfolio-item:hover h4 {
	color: #f36f21;
}

.extended-portfolio {

}

.project-loader {
	display: none;
	width: 100%;
	height: 50px;
	background: url(../images/loading-animation.gif) 48% center no-repeat;
	position: absolute;
	top: -50px;
}

.project-content {
	opacity: 0;
	height: 0px;
}

.project-navigation {
	display: none;
	width: 100%;
}

.project-next {
	position: absolute;
	top: 50%;
	right: -100px;
}

.project-prev {
	position: absolute;
	top: 50%;
	left: -100px;
}

.project-next a,
.project-prev a {
	display: block;
	opacity: .6;
	width: 19px;
	height: 35px;
}

.project-next a i,
.project-prev a i {
	font-size: 50px;
	color: #111;
	display: inline-table;
	vertical-align: middle;
}

.project-next a:hover,
.project-prev a:hover {
	opacity: 1;
}

.project-next a.disabled,
.project-prev a.disabled {
	display: none;
}

.project-prev a {
	background: url(../images/icon-prev-project.png) center center no-repeat;
}

.project-next a {
	background: url(../images/icon-next-project.png) center center no-repeat;
}

.project-close {
	position: absolute;
	top: 32px;
	right: 32px;
	display: none;
	height: 16px;
}

.project-close a {
	opacity: .6;
	text-align: center;
	width: 16px;
	height: 16px;
	background: url(../images/icon-close-project.png) center center no-repeat;
	display: block;
}

.project-close a:hover {
	opacity: 1;
}

#project-page {
	padding-top: 80px;
	padding-bottom: 80px;
	text-align: left;
}

#project-page p {
	text-align: left;
	padding: 0;
	font-size: 16px;
	line-height: 32px;
	color: #dbdbdb;
}

#project-page .project-info {
	padding-top: 50px;
}

#project-page .project-title {
	text-transform: uppercase;
	letter-spacing: 0.10em;
	margin-bottom: 50px;
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
    display: inline-block;
    color: #ffffff;
	margin-bottom: 40px;
    display: inline-block;
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
}

#project-page .project-subtitle {
	text-transform: uppercase;
	letter-spacing: 0.10em;
	margin-top: 30px;
	margin-bottom: 30px;
	font-weight: bold;
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
    display: inline-block;
    color: #fff;
    font-size: 24px;
}

#project-page .project-details li {
	border-bottom: 1px solid #222;
	line-height: 50px;
}

#project-page .project-details li span {
	margin-right: 25px;
	font-style: italic;
	color: #f36f21;
}

#project-page .video-container {
	width: 100%;
	height: 100%;
}

#project-page .button {
	color: #ffffff !important;
	border: 2px solid #f36f21;
}

#project-page .flex-control-paging li a {
	background: rgba(255,255,255,0.2);
	box-shadow: none;
}

#project-page .flex-control-paging li a:hover {
	background: rgba(255,255,255,0.5);
}

/* ==================================================================
Clients Section
================================================================== */

#clients {
	padding: 0 0 80px;
	background: #ffffff ;
}
#clients .clients-container img {
	width:100%;
}

#clients .clients-list .clients-member {
	padding-top: 30px;
}
#clients #clients-illustration {
	background: url(../images/clients-illustration.gif) 50% 50% no-repeat;
	width:100%;
	height:220px;
	margin-bottom:10px;
}
#clients .clients-list .image-container {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}

#clients .clients-list img {
	-webkit-transition: -webkit-transform 0.4s, opacity 0.3s;
	   -moz-transition: -moz-transform 0.4s, opacity 0.3s;
	        transition: transform 0.4s, opacity 0.3s;
}

#clients .clients-list .clients-member:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

#clients .clients-list h4 {
	color: #292929;
	font-style: normal;
	font-size: 18px;
	margin-bottom: 0px;
}

#clients .clients-list h5 {
	color: #f36f21;
	font-style: italic;
}

#clients .img-responsive {
	margin: 0 auto;
}

/* ==================================================================
Form Section
================================================================== */

#form {
	background: rgba(0,0,0,0.6);
	padding: 100px 0 100px 0;
}

#form .section-pre-title {
	color: #999999;
}

#form .section-title {
	color: #ffffff;
	font-size: 35px;
	margin-bottom: 0px;
}

/* ==================================================================
Contact Section
================================================================== */
#contact #career-illustration {
	background: url(../images/career-illustration.gif) 50% 50% no-repeat;
	width:100%;
	height:220px;
	margin-bottom:10px;
}
#contact {
	background: #ffffff;
	padding: 0 0 10px;
	text-align: center;
}
#contact .fulltimer h4, #contact .fulltimer h3, #contact .fulltimer h2, #contact .fulltimer h1, #contact .fulltimer a{
	color:#58d599!important;
}
#contact .internship h4, #contact .internship h3, #contact .internship h2, #contact .internship h1, #contact .internship a{
	color:#f9d926!important;
}
#contact ul li {
    padding: 4px 0px;
	margin-bottom:5px;
	border-bottom:1px solid #f5f5f5;
}
#contact-form {
	margin-top:0px;
}

#contact-form #contact-name {
	width: 24%;
}
#contact-form #contact-mobile {
	width: 24%;
}
#contact-form #contact-address {
	width: 24%;
}
#contact-form #contact-email {
	width: 24%;
}
#contact-form #contact-subject {
	margin-top:4px;
	width: 97.3%;
}
#contact-form #contact-message {
	margin-top:15px;
	width: 97%;
}
#contact-form #contact-captcha {
	padding:4px; 
	width:120px;
}
#contact-form #contact-captcha-question {
       background: #fff;
       color: #f33e26;
       text-align: center;
       font-size: 26px;
       font-family: "times new roman";
       font-weight:bold;
       padding: 20px;
       width: 180px;
-ms-transform: skew(-20deg, -5deg); /* IE 9 */
    -webkit-transform: skew(-20deg, -5deg); /* Safari */
    transform: skew(-20deg, -5deg);
    letter-spacing:1px;
border:0px;
}
#contact-form p.form-message {
	font-style: italic;
	color: #00baff;
}

#contact-form input {
	margin-bottom: 0px;
}

/* ==================================================================
Map Section
================================================================== */

#map {
	background: url(../images/background-map.jpg) center center no-repeat;
	position: relative;
	cursor: pointer;
}

#map .map-hover {
	background: #ffffff;
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: .4;
	-webkit-transition: opacity .3s;
	   -moz-transition: opacity .3s;
	        transition: opacity .3s;
}

#map:hover .map-hover {
	opacity: 0;
}

#map.map-active .map-hover {
	opacity: 0;
}

#map #map-holder {
	height: 100px;
	width: 100%;
	display: block;
	opacity: 0;
}

#map .map-close {
	position: absolute;
	top: -40px;
	left: 50%;
	display: none;
	height: 16px;
	margin-left: -8px;
}

#map .map-close a {
	opacity: .4;
	text-align: center;
	width: 16px;
	height: 16px;
	background: url(../images/icon-close-map.png) center center no-repeat;
	display: block;
}

#map .map-close a:hover {
	opacity: 1;
}

/* ==================================================================
Footer Section
================================================================== */

#footer {

}

#footer i {
	display: block;
	font-size: 22px;
	color: #ffffff;
	margin-bottom: 20px;
}

#footer a {
	color: #808080;
}

#footer p {
	font-size: 13px;
	line-height: 22px;
	text-transform:uppercase;
}

#footer .social-nav {
	text-align: center;
	position: relative;
	display: block;
	width: 100%;
	height: 50px;
	margin-bottom: 40px;
	font-size:0;
}

#footer .social-nav a {
	display: inline-block;
	float: none;
	background: transparent;
}

#footer .social-nav a i {
	line-height: 50px;
}

#footer p.copy {
	text-transform: uppercase;
	letter-spacing: 0.20em;
	font-size: 11px;
	text-align:center;
}
.footer-address {
	color:#f36f21;
}
/* ==================================================================
Pretty Photo Customizations
================================================================== */

.ppt {
	display: none !important;
}

.pp_loaderIcon {
	background:url(../images/loading-animation.gif) center center no-repeat;
	background-color: transparent;
	display: block;
	height: 24px;
	left: 50%;
	top: 50%;
	position: fixed;
	width: 100px;
	margin-left: -63px;
	height: 9px;
	z-index:98000;
}

.pp_content_container .pp_details {
	float:left;
	margin: 0px
}

div.dark_rounded a.pp_close {
	position: absolute;
	right: -20px;
	top: -20px;
	display: block;
	line-height: 20px;
	text-indent: -2000px;
	width: 40px; 
	height: 40px; 
	background: url(../images/prettyPhoto/dark_rounded/close.png) center center;
	z-index: 40000;
}

div.pp_top, div.pp_bottom {
	display: none;
}

div.dark_rounded .pp_content_container .pp_left,
div.dark_rounded .pp_content_container .pp_right,
div.dark_rounded .pp_content {
	background: none;
}

div.dark_rounded .pp_expand {
	display: none !important;
}

div.pp_nav {
	display: none !important;
}

div.pp_gallery div {
	display: none !important;
}

a.pp_previous {
	background: url(../images/prettyPhoto/dark_rounded/btnNext.png) 10000px 10000px no-repeat;
	display: block;
	float: left;
	height: 100%;
	text-indent: -10000px;
	width: 49%;
}

a.pp_arrow_next,
a.pp_arrow_previous {
	display: none !important;
}
.msg-green {
	color: #000;
        background:#befb7c;
        border:1px solid #8fc357;
        padding:7px;
        width:100%;
        margin-bottom: 20px;
        text-align:center;
        border-radius:3px;
        -moz-border-radius:3px;
        -webkit-border-radius:3px;

}

.msg-red {
	color: #fff;
        background:#f43d5b;
        border:1px solid #c21935;
        padding:7px;
        width:100%;
        margin-bottom: 20px;
        text-align:center;
        border-radius:3px;
        -moz-border-radius:3px;
        -webkit-border-radius:3px;
}
#ui-datepicker-div {
font-size:12px;
line-height:15px;
}
.ui-tooltip {
font-size:11px!important;
line-height:11px!important;
}