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

Dark Olive: #556B2F

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


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

body {
	line-height: 1;
}

/* ============ Intro Background Image Preloader ============ */
body:after {
  content:
    url(../images/intro-background/background001.jpg)
    url(../images/intro-background/background002.jpg)
    url(../images/intro-background/background003.jpg)
    url(../images/intro-background/background004.jpg)
    url(../images/intro-background/background005.jpg)
    url(../images/intro-background/background006.jpg)
    url(../images/intro-background/background007.jpg)
    url(../images/intro-background/background008.jpg)
    url(../images/intro-background/background009.jpg)
    url(../images/intro-background/background010.jpg)
    url(../images/intro-background/background011.jpg)
    url(../images/intro-background/background012.jpg)
    url(../images/intro-background/background013.jpg)
    url(../images/intro-background/background014.jpg)
    url(../images/intro-background/background015.jpg)
    url(../images/intro-background/background016.jpg)
    url(../images/intro-background/background017.jpg)
    url(../images/intro-background/background018.jpg)
    url(../images/intro-background/background019.jpg)
    url(../images/intro-background/background030.jpg)
  ;
  display: none;
}

a {
   outline: 0 !important;
}

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: #555555;
	font: 14px/24px "Open Sans", Helvetica, Arial, sans-serif;
	background: #ffffff;
	-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: #e1e1e1;
	margin: 20px 0 20px 0;
	height: 1px;
	border: none;
	width: 100%;
	float: left;
}

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

hr.fancy-hr:before {
	content: '';
	position: absolute;
	right: 150px;
	top: 0;
	width: 75px;
	height: 1px;
	background: #556B2F;
	display: block;
}

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

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

* {
	cursor: url(../images/arrow-cursor.png) 12.5 12.5, auto;
}

* 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: #556B2F;
    color: #fff;
}

::-moz-selection {
    background: #556B2F; /* Firefox */
    color: #fff;
}

::-webkit-selection {
	background: #556B2F; /* Safari */
	color: #fff;
}

/* ================================================================== Typography ================================================================== */
h1 {
	font-size: 50px;
	line-height: 58px;
	font-weight: 300;
	color: #333333;
}

h2 {
	font-size: 28px;
	line-height: 34px;
	font-weight: 300;
	margin-bottom: 30px;
}

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

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

p {
	margin-bottom: 10px;
}

a, a > * {
	color: #556B2F;
	text-decoration: none !important;
	-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 !important;
	cursor: url(../images/arrow-cursor-hover.png) 12.5 12.5, auto;
}

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;
  min-width: 30px;
}

.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: #000000;
	cursor: url(../images/arrow-cursor-hover.png) 12.5 12.5, auto;
}

/* ================================================================== Progress Bar ================================================================== */
.progress {
	height: 40px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 10px;
  background-color: #fff;
}

.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 .bar:hover {
	background: #556B2F !important;
  color: #fff !important;
}

.progress .bar:hover a {
	color: #fff !important;
}

.progress .bar:hover a i {
	color: #fff !important;
}

/* ================================================================== ScrollBar ================================================================== */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: rgba(180,180,180,0.8);
    -webkit-box-shadow: none;
}

::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(180,180,180,0.4);
}

/* ================================================================== Forms ================================================================== */
input, textarea, select {
	background: #f2f2f2 !important;
	-webkit-appearance: none;
	color: #959595 !important;
	border: none !important;
	width: 100%;
	padding: 10px 20px !important;
	margin: 0px !important;
	font-style: italic;
	-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;
	font-style: italic;
}

input:hover, textarea:hover, select:hover {
	background: #e1e1e1 !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
}

input:focus, textarea:focus, select:focus {
	background: #556B2F;
	color: #ffffff;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
}

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

input[type="submit"] {
	padding: 6px 10px !important;
  -webkit-border-radius: 6px !important;
	   -moz-border-radius: 6px !important;
	        border-radius: 6px !important;
}

input[type="submit"]:hover, button:hover, a.button:hover {
	background: #252525 !important;
	cursor: url(../images/arrow-cursor-hover.png) 12.5 12.5, auto;
}

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: #b0b0b0;
}

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

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

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

/* ================================================================== Main Navigation ================================================================== */
a.logo {
	margin: 10px 0 0 10px;
	float: left;
  width: 220px;
}

nav#main-nav {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100;
	width: 100%;
	height: 56px;
	background: white;
	min-width: 300px;
}

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:hover {
	color: #556B2F;
}

nav#main-nav ul li a.active {
	color: #556B2F;
}

/* ================================================================== Responsive Navigation ================================================================== */
#main-nav #responsive-nav {
	display: none;
	float: right;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 60px;
}

#main-nav #responsive-nav:hover i {
	color: #000;
}

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

/* ================================================================== Tooltips ================================================================== */
.tooltip {
  line-height: 1;
}

.tooltip.in {
  filter:alpha(opacity=100);
  opacity:1;
}

.tooltip-inner {
  max-width: none !important;
  padding: 4px 4px 0;
  -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

/* ================================================================== Sections ================================================================== */
section {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 50;
	overflow: auto;
	background: #f2f2f2;
}

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

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

/* ================================================================== Intro ================================================================== */
#intro {
  background: no-repeat center center fixed;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/intro-background/background001.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/intro-background/background001.jpg', sizingMethod='scale')";
	text-align: center;
	padding-top: -50px;
  position: absolute;
  z-index: -1;
  -webkit-transition: background 1s linear;
     -moz-transition: background 1s linear;
      -ms-transition: background 1s linear;
       -o-transition: background 1s linear;
          transition: background 1s linear;
}

#intro .container {
  position: absolute;
  top: 50%;
  margin-top: -300px;
  left: 0;
  width: 100%;
}

#intro .container .row {
  margin: 0 auto;
  width: 85%;
  height: inherit;
}

#intro h1 {
	font-size: 60px;
	color: #111111;
	margin-bottom: 0px;
	line-height: 80px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: 700;
}

#intro h1 span {
	color: #556B2F;
}

#intro h2 {
	color: #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
}

.get-started {
	position: relative;
	margin: 50px auto 0px auto;
	display: block;
	text-align: center;
	width: 150px;
	padding: 6px 10px;
	background-color: #556B2F;
	color: #ffffff;
  -webkit-animation: anim-get-started 2s forwards; /* Chrome, Safari, Opera */
  -webkit-animation-delay: 2s; /* Chrome, Safari, Opera */
  animation: anim-get-started 2s forwards;
  animation-delay: 2s;
  opacity: 0;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes anim-get-started {
    0%   {top: 0px; left: -50px; opacity:0;}
    100% {top: 0px; left: 0px; opacity:1;}
}

/* Standard syntax */
@keyframes anim-get-started {
    0%   {top: 0px; left: -50px; opacity:0;}
    100% {top: 0px; left: 0px; opacity:1;}
}

.get-started i {
	color: #ffffff;
	margin-left: 10px;
}

.get-started:hover {
	color: #ffffff;
	background: #000000;
}

/* ================================================================== Services ================================================================== */
#services.anim-trigger .anim-text-services-moving {
  position: relative;
  -webkit-animation: anim-text-services-moving 2s forwards; /* Chrome, Safari, Opera */
  animation: anim-text-services-moving 2s forwards;
  opacity: 0;
}

#services.anim-trigger .anim-text-services-ideas {
  position: relative;
  -webkit-animation: anim-text-services-ideas 2s forwards; /* Chrome, Safari, Opera */
  -webkit-animation-delay: 1s; /* Chrome, Safari, Opera */
  animation: anim-text-services-ideas 2s forwards;
  animation-delay: 1s;
  opacity: 0;
}

#services.anim-trigger .anim-text-services-forward {
  position: relative;
  -webkit-animation: anim-text-services-forward 2s forwards; /* Chrome, Safari, Opera */
  -webkit-animation-delay: 2s; /* Chrome, Safari, Opera */
  animation: anim-text-services-forward 2s forwards;
  animation-delay: 2s;
  opacity: 0;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes anim-text-services-moving {
    0%   {top: 0px; left: -50px; opacity:0;}
    100% {top: 0px; left: 0px; opacity:1;}
}

@-webkit-keyframes anim-text-services-ideas {
    0%   {top: 0px; left: -50px; opacity:0;}
    100% {top: 0px; left: 0px; opacity:1;}
}

@-webkit-keyframes anim-text-services-forward {
    0%   {top: 0px; left: -50px; opacity:0;}
    100% {top: 0px; left: 0px; opacity:1;}
}

/* Standard syntax */
@keyframes anim-text-services-moving {
    0%   {top: 0px; left: -50px; opacity:0;}
    100% {top: 0px; left: 0px; opacity:1;}
}

@keyframes anim-text-services-ideas {
    0%   {top: 0px; left: -50px; opacity:0;}
    100% {top: 0px; left: 0px; opacity:1;}
}

@keyframes anim-text-services-forward {
    0%   {top: 0px; left: -50px; opacity:0;}
    100% {top: 0px; left: 0px; opacity:1;}
}

#services.anim-trigger hr.fancy-hr:before {
  -webkit-animation: anim-hr-fancy 4s forwards; /* Chrome, Safari, Opera */
  animation: anim-hr-fancy 4s forwards;
}

#services .button {
	margin-top: 0;
}

#services .button i {
	color: #ffffff;
	margin-left: 10px;
}

.features .feature-box .box-content {
	background: white;
	padding: 30px;
	text-align: center;
  border: 1px solid #e1e1e1;
}

.features .feature-box .box-content .feature-icon {
	font-size: 50px;
	color: #556B2F;
	margin-bottom: 10px;
	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: #556B2F;
}

.accordion-toggle {
	background: #ebebeb;
}

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

.accordion-body {
	background: #ffffff;
}

/* ================================================================== Clients ================================================================== */
#clients.anim-trigger .anim-text-clients-in {
  position: relative;
  -webkit-animation: anim-text-clients-in 2s forwards; /* Chrome, Safari, Opera */
  animation: anim-text-clients-in 2s forwards;
  opacity: 0;
}

#clients.anim-trigger .anim-text-clients-good {
  position: relative;
  -webkit-animation: anim-text-clients-good 2s forwards; /* Chrome, Safari, Opera */
  -webkit-animation-delay: 1s; /* Chrome, Safari, Opera */
  animation: anim-text-clients-good 2s forwards;
  animation-delay: 1s;
  opacity: 0;
}

#clients.anim-trigger .anim-text-clients-company {
  position: relative;
  -webkit-animation: anim-text-clients-company 2s forwards; /* Chrome, Safari, Opera */
  -webkit-animation-delay: 2s; /* Chrome, Safari, Opera */
  animation: anim-text-clients-company 2s forwards;
  animation-delay: 2s;
  opacity: 0;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes anim-text-clients-in {
    0%   {top: -50px; left: 0; opacity:0;}
    100% {top: 0px; left: 0px; opacity:1;}
}

@-webkit-keyframes anim-text-clients-good {
    0%   {top: -50px; left: 0; opacity:0;}
    100% {top: 0px; left: 0px; opacity:1;}
}

@-webkit-keyframes anim-text-clients-company {
    0%   {top: -50px; left: 0; opacity:0;}
    100% {top: 0px; left: 0px; opacity:1;}
}

/* Standard syntax */
@keyframes anim-text-clients-in {
    0%   {top: -50px; left: 0; opacity:0;}
    100% {top: 0px; left: 0px; opacity:1;}
}

@keyframes anim-text-clients-good {
    0%   {top: -50px; left: 0; opacity:0;}
    100% {top: 0px; left: 0px; opacity:1;}
}

@keyframes anim-text-clients-company {
    0%   {top: -50px; left: 0; opacity:0;}
    100% {top: 0px; left: 0px; opacity:1;}
}

#clients .button {
	margin-top: 0;
}

#clients .button i {
	color: #ffffff;
	margin-left: 10px;
}

#clients.anim-trigger hr.fancy-hr:before {
  -webkit-animation: anim-hr-fancy 4s forwards; /* Chrome, Safari, Opera */
  animation: anim-hr-fancy 4s forwards;
}

/* ================================================================== Portfolio ================================================================== */
#portfolio.anim-trigger .anim-text-portfolio-stuff {
  position: relative;
  -webkit-animation: anim-text-portfolio-stuff 2s forwards; /* Chrome, Safari, Opera */
  animation: anim-text-portfolio-stuff 2s forwards;
  opacity: 0;
}

#portfolio.anim-trigger .anim-text-portfolio-weve {
  position: relative;
  -webkit-animation: anim-text-portfolio-weve 2s forwards; /* Chrome, Safari, Opera */
  -webkit-animation-delay: 1s; /* Chrome, Safari, Opera */
  animation: anim-text-portfolio-weve 2s forwards;
  animation-delay: 1s;
  opacity: 0;
}

#portfolio.anim-trigger .anim-text-portfolio-done {
  position: relative;
  -webkit-animation: anim-text-portfolio-done 2s forwards; /* Chrome, Safari, Opera */
  -webkit-animation-delay: 2s; /* Chrome, Safari, Opera */
  animation: anim-text-portfolio-done 2s forwards;
  animation-delay: 2s;
  opacity: 0;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes anim-text-portfolio-stuff {
    0%   {top: 50px; left: 0px; opacity:0;}
    100% {top: 0px; left: 0px; opacity:1;}
}

@-webkit-keyframes anim-text-portfolio-weve {
    0%   {top: 50px; left: 0px; opacity:0;}
    100% {top: 0px; left: 0px; opacity:1;}
}

@-webkit-keyframes anim-text-portfolio-done {
    0%   {top: 50px; left: 0px; opacity:0;}
    100% {top: 0px; left: 0px; opacity:1;}
}

/* Standard syntax */
@keyframes anim-text-portfolio-stuff {
    0%   {top: 50px; left: 0px; opacity:0;}
    100% {top: 0px; left: 0px; opacity:1;}
}

@keyframes anim-text-portfolio-weve {
    0%   {top: 50px; left: 0px; opacity:0;}
    100% {top: 0px; left: 0px; opacity:1;}
}

@keyframes anim-text-portfolio-done {
    0%   {top: 50px; left: 0px; opacity:0;}
    100% {top: 0px; left: 0px; opacity:1;}
}

#portfolio.anim-trigger hr.fancy-hr:before {
  -webkit-animation: anim-hr-fancy 4s forwards; /* Chrome, Safari, Opera */
  animation: anim-hr-fancy 4s forwards;
}

.portfolio a {
  border: 1px solid #e1e1e1;
  display: block;
}

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

.portfolio-filter li {
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
}

.portfolio-filter li a {
	padding: 6px 16px;
	background-color: #556B2F;
  text-align: center;
 	color: #fff;
}

.portfolio-filter li a.selected, .portfolio-filter li a:hover {
  color: #ffffff;
	background: #000000;
}

.portfolio .portfolio-item {
	margin-bottom: 20px;
	position: relative;
  height: 140px;}

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

.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: 100px;
}

.single-portfolio .portfolio-close {
	position: absolute;
	right: 20px;
	top: 65px;
	font-size: 36px;
	color: #666;
	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: #f2f2f2;
	cursor: url(../images/arrow-cursor-hover.png) 12.5 12.5, auto;
}

.single-portfolio .portfolio-close i:hover {
	cursor: url(../images/arrow-cursor-hover.png) 12.5 12.5, auto;
}

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

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

.single-portfolio .button i {
	color: #ffffff;
	margin-left: 10px;
}

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

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

.single-portfolio .gallery-container .slides a:hover img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: .3;
}

.single-portfolio .fancybox i {
	color: #fff;
}

/* ================================================================== Contact ================================================================== */
#contact.anim-trigger hr.fancy-hr:before {
  -webkit-animation: anim-hr-fancy 4s forwards; /* Chrome, Safari, Opera */
  animation: anim-hr-fancy 4s forwards;
}

/* ================================================================== Flexslider ================================================================== */
.flexslider {
	border: none;
	box-shadow: none;
	margin: 0px;
  background-color: #333;
}

.flexslider img {
	display: block;
}

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

.flexslider a.flex-next {
	width: 30px;
	height: 35px;
	background: url(../images/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;
}

/* ================================================================== About ================================================================== */
#about.anim-trigger .anim-text-about-tim {
  position: relative;
  -webkit-animation: anim-text-about-tim 2s forwards; /* Chrome, Safari, Opera */
  animation: anim-text-about-tim 2s forwards;
  animation-delay: 1s;
  opacity: 0;
}

#about.anim-trigger .anim-text-about-megan {
  position: relative;
  -webkit-animation: anim-text-about-megan 2s forwards; /* Chrome, Safari, Opera */
  -webkit-animation-delay: 1s; /* Chrome, Safari, Opera */
  animation: anim-text-about-megan 2s forwards;
  animation-delay: 1s;
  opacity: 0;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes anim-text-about-tim {
    0%   {top: 0px; left: -50px; opacity:0;}
    100% {top: 0px; left: 0px; opacity:1;}
}

@-webkit-keyframes anim-text-about-megan {
    0%   {top: 0px; left: 50px; opacity:0;}
    100% {top: 0px; left: 0px; opacity:1;}
}

/* Standard syntax */
@keyframes anim-text-about-tim {
    0%   {top: 0px; left: -50px; opacity:0;}
    100% {top: 0px; left: 0px; opacity:1;}
}

@keyframes anim-text-about-megan {
    0%   {top: 0px; left: 50px; opacity:0;}
    100% {top: 0px; left: 0px; opacity:1;}
}

#about.anim-trigger hr.fancy-hr:before {
  -webkit-animation: anim-hr-fancy 4s forwards; /* Chrome, Safari, Opera */
  animation: anim-hr-fancy 4s forwards;
}

/* ================================================================== Contact ================================================================== */
#contact {
	background: url(../images/contacts-background.jpg) no-repeat center center;
}

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

#map img {
	max-width: none;
}

.contact-info {
	background: #ffffff;
	padding: 40px;
	position: relative;
	z-index: 100;
	margin-bottom: 30px;
  border: 1px solid #e1e1e1;
}

.social {
	padding: 40px;
	background: #ffffff;
	z-index: 100;
	position: relative;
  border: 1px solid #e1e1e1;
}

.social .fancy-hr {
	margin-top: 10px;
	margin-bottom: 20px;
}

.social ul {
	display: inline-block;
}

.social ul li {
	float: left;
	margin-right: 10px;
}

form.contact-form {
	background: #ffffff;
	padding: 40px;
	position: relative;
	z-index: 50;
	margin-bottom: 30px;
  border: 1px solid #e1e1e1;
}

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

.form-error {
  border: 1px solid #C33333 !important;
}

.response-message {
  color: #556B2F;
}

/* ================================================================== HR Fancy - Animated ================================================================== */
/* Chrome, Safari, Opera */
@-webkit-keyframes anim-hr-fancy {
    0%   {top: 0px; right: 100%;}
    100% {top: 0px; right: 0px;}
}

/* Standard syntax */
@keyframes anim-hr-fancy {
    0%   {top: 0px; right: 100%;}
    100% {top: 0px; right: 0px;}
}

/* ================================================================== Footer ================================================================== */
footer div {
  position: relative;
  -webkit-animation: anim-footer 2s forwards; /* Chrome, Safari, Opera */
  animation: anim-footer 2s forwards;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes anim-footer {
    0%   {bottom: -50px; left: 0px;}
    100% {bottom: 0px; left: 0px;}
}

/* Standard syntax */
@keyframes anim-footer {
    0%   {bottom: -50px; left: 0px;}
    100% {bottom: 0px; left: 0px;}
}

footer .navbar {
  min-height: 0;
}

footer .navbar-default {
	background: #ffffff;
  border: 0;
}

footer p.navbar-text {
  font-size: .9em;
  margin: 5px 0;
  float: none;
  text-align: center;
}
