@import url("navigation.css");

html,body,div,span,h1,h2,h3,h4,h5,h6,p,blockquote,a,img,small,sub,b,dl,dd,dt,ul,li,label,article,details,footer,header,menu,nav,input,textarea,select{
	background:transparent;
	border:0;
	outline:0;
	padding:0;
	margin:0;
}

html,body{
	font-family: 'Montserrat', sans-serif;
	font-size:12px;
	height:100%;
	width:100%;
	color:#515A5F;
	background:#f5f5f5;
}

body{
	overflow-x:hidden
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	text-transform:uppercase;
	color:#222222;
}

h1 {
	font-size: 42px;
	letter-spacing:3px;
	color:#222222;
	text-transform:uppercase;
	margin-bottom: 15px;
}
@media (max-width: 768px)	{
	h1 {
		font-size: 30px;
	}
}

p {
	font-size:14px;
}


.container {
	width:1180px;
	margin:0 auto;
	padding:50px 20px;
}

.small-width {
	width:980px;
}

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

a:hover, a:active, a:focus {
  outline: 0;
}

a {
      text-decoration: none;
      -webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
         -moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
          -ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
           -o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
              transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
  }

li {
	list-style:none;
}

a {
	outline: 0;
}

a:hover {
	text-decoration:none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.one_half {
  	width: 48%;
}

.one_third {
	width: 30.6%;
}

.one_fourth {
	width: 22%;
}

.one_fifth {
	width: 16.8%;
}

.one_sixth {
	width: 13.33%;
}

.two_fifth {
	width: 37.6%;
}

.two_fourth {
	width: 48%;
}

.two_third {
	width: 65.33%;
}

.three_fifth {
	width: 58.4%;
}

.three_fourth {
	width: 74%;
}

.four_fifth {
	width: 79.2%;
}

.five_sixth {
	width: 82.67%;
}

.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .two_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
	float: left;
	margin-bottom: 20px;
	margin-right: 4%;
	position: relative;
}

.last {
	margin-right:0px!important;
}
.section-title {
	text-align:center;
	width:700px;
	margin:0 auto;
	margin-bottom:0px;
}
.section-title h1 {
    color: #ff7604;
}
@media only screen and (max-width: 479px) {
	.section-title {
		 margin-bottom: 30px;
	}
}

.section-title p {
	font-size: 24px;
	text-transform: uppercase;
	line-height: 28px;
}
.section-title p .highlight {
    color: #ff7604;
}

.border {
	background: none repeat scroll 0 0 #999999;
	display: block;
	height: 2px;
	margin: 0 auto;
	width: 100px;
	margin-bottom:40px;
}

.element_from_top {
	top: -50px;
	padding-right: 0px;
	opacity: 0;
	position: relative;
}

.element_from_bottom {
	bottom: -50px;
	padding-left: 0px;
	opacity: 0;
	position: relative;
}

.element_from_left {
	left: -80px;
	padding-right: 0px;
	opacity: 0;
	position: relative;
}

.element_from_right {
	right: -80px;
	padding-left: 0px;
	opacity: 0;
	position: relative;
}

.element_fade_in {
	opacity: 0;
	position: relative;
	padding-left: 0px;
	right: 0px;

}

.mask {
	background-color:#FFF;
	width:100%;
	height:100%;
	position:fixed;
	z-index:100000;
}

#loader {
	background:url(../images/thfloader.gif) center center no-repeat;
	height: 200px;
	width: 200px;
	left: 50%;
	top: 50%;
	position: absolute;
	margin: -100px 0 0 -100px;
}
/* Shortcodes */

.title-divider {
	border-bottom:#e9e9e9 1px solid;
	width:100%;
	text-align:center;
	text-transform:uppercase;
	color:#222222;
	padding-bottom:5px;
	padding-top:80px;
	margin-bottom:50px;
	float:left;
}
/* Recent Posts */

.recent-post {
	width:100%;
	height:50px;
	float:left;
	margin-bottom:20px;
	transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
  	-webkit-transition:all 0.3s ease 0s;
  	-o-transition:all 0.3s ease 0s;
	background-color:#FFF;
	border-radius:3px;
}

.recent-post:hover {
	background-color:#FFF;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
}

.recent-post .recent-post-date {
	line-height:50px;
	float:left;
	margin-right:20px;
	margin-left:20px;
	font-size:12px;
}

/*  Tabs  */

.tab-shortcode {
	float:left;
	width:100%;
}

ul.tabs {
	overflow: hidden;
	margin: 0px;
}

ul.tabs li {
	float: left;
	margin: 0px;
	list-style: none;
}

ul.tabs li a {
	display: block;
	background-color: #e5e5e5;
	padding: 6px 20px;
	margin-right: 5px;
	border-radius: 2px 2px 0px 0px;
	color: #666;
	text-decoration: none;
	font-size:13px;
}

ul.tabs .tab-active a {
	color: #fff;
}

.tab_container {
	clear: both;
	padding: 20px 25px;
	margin-top:0px;
	background:#FFF;
	font-size:13px;
}
/*  Counters  */

.counters {
	margin-top: 40px;
}

.counters ul {
	text-align:center;
}

.counters i {
	display: block;
	font-size: 50px;
	margin-bottom: 20px;
	position: relative;
}

.counters li {
	color: #222222;
	font-size: 18px;
	padding: 25px 0;
	text-align: center;
	text-transform: uppercase;
	border-radius:3px
}

.counters li.last {
	border-right: 0 none;
}
.counters li .count, .counters li .plus {
    border-radius: 3px 3px 3px 3px;
    color: #fff;
    font-size: 80px;
    font-weight: bold;
    padding: 25px 0;
    text-align: center;
    text-transform: uppercase;
    display: inline;
    color: #ff7604;
}
.counters li p {
  /*font-family: 'Oswald';*/
	 font-size: 14px;
}

/*  List Styles  */

.icons-ul li {
	color:#999999;
	margin-bottom:10px;
	font-size:14px;
}

.icons-ul li i{
	margin-right:7px;
}

.fa-ul {
	font-size:14px;
}

.fa-ul li {
	margin-bottom:10px;
}


/*  Alert Boxes  */

.alertboxes {
	float:left;
	width:100%;
}

/*  Buttons  */
a.newave-button {
	border-radius:3px;
	letter-spacing:0;
	text-transform:uppercase;
	display:inline-block;
	position: relative;
	z-index: 100;
}
a.newave-button.carrers {
  position: relative;
  padding: 0 10px 10px 10px;
	background: #fff;
  color: #000;
  border: 2px solid;
}
a.newave-button.carrers .fa-linkedin {
  position: relative;
  top: 5px;
}
a.newave-button.carrers:hover {
  background: #222;
  opacity: 1;
	color: #fff;
	border: 2px solid #222;
}
.small {
	font-size:12px;
	line-height:14px;
	padding:5px 9px 7px 9px;
	line-height:12px;
}

.medium {
	font-size:14px;
	line-height:14px;
	padding:10px 15px;
	line-height:14px;
}

.large {
	font-size:16px;
	line-height:14px;
	padding:15px 25px;
	line-height:16px
}

.grey {
	color:#FFF;
}

.grey:hover {
	color:#FFF;
}

.color {
	color:#fff;
}

.color:hover {
	color:#fff;
}

.outline {
	background-color:none;
	border:2px solid #222222;
	color:#222222;
	line-height:10px!important;
}

.outline:hover {
	background-color:#222222;
	color:#FFF;
}

.outline.white {
	background-color:none;
	border:2px solid #fff;
	color:#fff;
}

.outline.white:hover {
	background-color:#fff;
	color:#222;
}

.rounded {
	border-radius:50px!important;
}

/*  Font Awesome  */
.the-icons li {
	font-size:14px;
	height: 40px;
	text-transform: capitalize;
}

.the-icons li i {
	font-size: 18px;
	margin-right: 10px;
	vertical-align: -2px;
	width: 35px;
}

/* Section pages styles */

section {
	position: relative;
	background-color:#fff;
	z-index: 1;
}

section.greybanner {
	background-color:#f5f5f5;
}
section.blackbanner {
    background-color: #000;
}
.box-home {
	position: relative;
	bottom: 50%;
	color: #fff;
	font-size: 60px;
	text-align: center;
	line-height: 60px;
}
@media (max-width: 768px)	{
	.box-home {
	    font-size: 30px;
		 line-height: 30px;
	}
}

#home {
	height: 100%;
	position: relative;
	width: 100%;
}
.beforezoom {
	-webkit-transition: all 3.5s ease-in-out;
	-moz-transition: all 3.5s ease-in-out;
	-ms-transition: all 3.5s ease-in-out;
	-o-transition: all 3.5s ease-in-out;
	transition: all 3.5s ease-in-out;
}
#home-center.zooming
{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	margin-top: 0px;
}
@media (max-width: 768px)	{
	/*#logogiant.zooming
	{
		margin-top: -150px;
		transform: scale(1);
	}*/
}
#home .light {
    font-size: x-large;
}

@media only screen and (max-width: 479px) {
	#home .light {
		font-size: 16px;
		width: 80%;
		margin: 0 auto;
		margin-top: 25px;
	}
	#home .bullet {
	    margin: 0;
	    opacity: 0;
	}
	#home a.newave-button {
	    margin-top: 25px;
	}
}

#not-found {
	height: 100%;
	position: relative;
	width: 100%;
}

#home.parallax-slider {
	height:auto;
}

#services {
	background-color:#FFF;
}

#we-love-technology {
	background-color:#FFF;
}

#portfolio {
	background-color:#FFF;
}

#contact {
	background-color:#fff;
}

footer {
	background-color:#fff;
}

/* Parallax Styles */

.parallax {
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed !important;
}

.parallax-overlay {
	background-color:rgba(0,0,0,0.40);
}

/* Home Pattern And Image Parallax */

#home-center {
	height: 100%;
	display: table;
	position: absolute;
	top: 0;
	left:0;
	right:0;
	width:90%;
	margin-left:5%;
	margin-right:5%;
}


.home-pattern {
	background:url(../images/home_pattern.png) repeat;
	width:100%;
	height:100%;
}

.pattern {
	background:url(../images/pattern.png) repeat;
	width:100%;
	height:100%;
}

.div-align-center {
	display: table-cell;
	vertical-align: middle;
	text-align:center;
}

.ultralarge {
	color:#fff;
	text-align:center;
	font-size:100px;
	line-height:80px;
	letter-spacing:0;
}

.four-zero-four {
	color:#fff;
	text-align:center;
	font-size:180px;
	line-height:180px;
	letter-spacing:0;
}

.below-four-zero-four {
	margin-bottom:40px!important;
}

.text-slide-vertical {
	color:#fff;
	font-size:70px;
	text-transform:uppercase;
	width:100px!important;
	position:relative!important;
}

.text-slide-vertical li {
	line-height:100px;
}

.bullet {
	margin: 0 10px;
	opacity: 0.9;
	color:#fff;
}

.div-align-center p{
	margin-bottom:20px;
}

p.after-slider {
	font-size:30px;
	font-style:italic;
	text-align:center;
	padding-top:20px;
	margin-bottom:40px;
}

.vertical-align-middle p {
	margin:20px 0;
	color:#fff;
}

.vertical-align-middle.dark p, .vertical-align-middle.dark h1 {
	color:#222;
}
/* Home Full Screen Slider */

#fullscreen-slider {
	display:none;/* Only use this if you fade it in again after the images load */
}

#cycle-loader {
	height:32px;
	left:50%;
	margin:-8px 0 0 -8px;
	position:absolute;
	top:50%;
	width:32px;
	z-index:999;
}

#slider_left {
	top:50%;
	height:60px;
	position:absolute;
	left:50px;
	width:32px;
	z-index:1000;
	margin-top:-30px;
	cursor:pointer;
}

#slider_right {
	top:50%;
	height:60px;
	position:absolute;
	right:50px;
	width:32px;
	z-index:1000;
	margin-top:-30px;
	cursor:pointer;
}

#slider_left:hover, #slider_right:hover {
	margin-top:-28px;
}
#slider_left:active, #slider_right:active {
	margin-top:-28px;
}

.slide-content {
	height: 100%;
	display: table;
	position: absolute;
	top: 0;
	left:0;
	right:0;
	width:80%;
	margin-left:10%;
	margin-right:10%;
}

.light {
	color:#fff!important;
}

.dark {
	color:#222222;
}

.slide-content h1 {
	color:inherit;
	font-size:100px;
	line-height:100px;
	margin:10px 0;
	letter-spacing:1px;
}

.georgia {
	font-size: 30px;
	line-height:30px;
	font-style: italic;
	padding:10px 0;
}

.slide-content p {
	margin:10px 0;
}

.slide-content a {
	margin:10px 0;
}


/* We are good at */

.bar {
	text-align: left!important;
	margin: 0px!important;
}

.bar li {
	list-style: none!important;
}

.bar li:last-child span {
	margin-bottom: 0px;
}

.bar li .bar-wrap {
	margin-bottom:50px;
	border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-o-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	background:#dddddd;
}

.bar li span {
	height: 35px;
	width: 0px;
	display: block;
	border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-o-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
}

.bar li p {
	padding-bottom: 2px;
}

.bar li span {
	overflow: visible!important;
	position: relative;
}

.bar li span strong {
	position: absolute;
	top: 10px;
	left: 10px;
	color: rgba(255, 255, 255, 0.8);
	line-height: 12px!important;
	display: block;
}


/* Twitter Parallax*/
.twitter-feed li, .twitter-feed li a {
	color:#fff!important;
	text-transform:none;
	font-size: 17.5px;
  	font-weight: 400;
}

.twitter-feed p {
	opacity:0.5;
}

.twitter-feed-icon img {
	width:60px;
	height:auto;
	opacity:0.7;
	transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
  	-webkit-transition:all 0.3s ease 0s;
  	-o-transition:all 0.3s ease 0s;
}

.twitter-feed-icon img:hover {
	opacity:1;
}

.twitter-feed {
	margin-bottom:70px;
}
/* Services */

.service-item {
	float:left;
	margin:30px 0;
}

.service-item h5 {
	text-transform:uppercase;
	color:#222222;
	margin:5px 0;
}

.service-item.text-right {
	text-align:right;
}

.service-item.text-right .fa-stack {
	cursor:pointer;
	margin-left:20px;
	transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
  	-webkit-transition:all 0.3s ease 0s;
  	-o-transition:all 0.3s ease 0s;
}

.service-item.text-left .fa-stack {
	cursor:pointer;
	margin-right:20px;
	transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
  	-webkit-transition:all 0.3s ease 0s;
  	-o-transition:all 0.3s ease 0s;
}

.service-item.text-right .fa-stack:hover, .service-item.text-left .fa-stack:hover {
	color:#222222;
}

.service-item .service-icon {
	font-size:27px!important;
}

/* Clients */

#clientbox {
text-align: center;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding: 15px 0;
}
#clientboxMobile {
display: none;
}
@media only screen and (max-width: 479px) {
#clientbox {
	display: none;
}
#clientboxMobile {
	display: block;
	padding: 0px;
	text-align: center;
}
#clientboxMobile span {
	border-radius:3px;
	margin:10px;
	background-color:#FFF;
	display:inline-block;
}
#clientboxMobile span img {
	border-radius:3px;
	width:100%;
	max-width: 210px;
	opacity:1;
	transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	margin: 0 auto;
}
}

#clientbox span {
border-radius:3px;
margin:10px;
background-color:#FFF;
display:inline-block;
}

#clientbox span img {
border-radius:3px;
width:110px;
opacity:1;
transition:all 0.3s ease 0s;
-moz-transition:all 0.3s ease 0s;
-webkit-transition:all 0.3s ease 0s;
-o-transition:all 0.3s ease 0s;
}

.clients-slider li {
	padding:0 50px;
}

.clients-slider h3 {
	color:#222222;
	text-transform:uppercase;
	margin-top:20px;
	text-align:center;
}

.clients-slider p {
	margin-top:20px;
	text-align:center;
}


/* We love technology */

ul.technology {
	text-align:center;
}

ul.technology li {
	display:inline-block;
	width:238px;
	margin:10px;
	padding:30px 20px;
	position:relative;
 		overflow:hidden;
	transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
  	-webkit-transition:all 0.3s ease 0s;
  	-o-transition:all 0.3s ease 0s;
}

ul.technology li {
    background-color: #fff;
}

ul.technology li:first-child, ul.technology li:last-child {
	margin-left:0px;
}

ul.technology li:last-child {
	margin-right:0px;
}

ul.technology li i {
	font-size:40px;
	transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
  	-webkit-transition:all 0.3s ease 0s;
  	-o-transition:all 0.3s ease 0s;
}

ul.technology li h5 {
	text-transform:uppercase;
	color:#222222;
	margin-top:10px;
	transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
  	-webkit-transition:all 0.3s ease 0s;
  	-o-transition:all 0.3s ease 0s;
	font-weight: bold;
	font-size: 150%;
}
ul.technology li p {
	font-size:13px;
	margin-top:10px;
	transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
  	-webkit-transition:all 0.3s ease 0s;
  	-o-transition:all 0.3s ease 0s;
}


/* Parallax Quote */
.quote h1 {
	color:#FFF;
	text-wrap: balance;
	line-height:50px;
	letter-spacing:0.5px;
}
.quote p {
    color: #aaa;
    font-size: 16px;
}
.parallax h1 i,
.quote i {
    color: #ff7604;
}

h1 span.quote-img  {
}

h1 span.quote-img img {
	width:21px;
	height:auto;
	padding:10px;
	margin-bottom:12px;
	opacity:0.5;

}


	.container.portfolio-title {
		padding-bottom:0px;
	}

	#portfolio {
		padding-bottom: 0;
	}


/* Portfolio Items */

	#portfolio-wrap {
		position: relative;
		padding: 0;
		width: 100%;
		margin: 0 auto;
		display: block;
	}

	#portfolio-wrap .one-four {
		margin: 0!important;
		line-height:0;
		width: 25%;
		padding: 0;
		position:relative;
	}

	.portfolio-item {
		padding: 0;
		position: relative;
		overflow: hidden;
	}
	.portfolio-item .portfolio-image {
		overflow: hidden;
		display: block;
		position: relative;
	}
	.portfolio-item .portfolio-image img {
		width: 100%;
		height: auto;
	}

	.portfolio-item:hover .project-overlay {
		opacity:1;
		transition:all 0.4s ease 0s;
		-moz-transition:all 0.4s ease 0s;
    	-webkit-transition:all 0.4s ease 0s;
    	-ms-transition:all 0.4s ease 0s;
		-o-transition:all 0.4s ease 0s;
	}

	.project-overlay {
		width:100%;
		height:100%;
		position:absolute;
		top:0;
		left:0;
		opacity:0;
		transition:all 0.3s ease 0s;
		-moz-transition:all 0.3s ease 0s;
    	-webkit-transition:all 0.3s ease 0s;
    	-o-transition:all 0.3s ease 0s;
		cursor:pointer;
	}

	.open-project-link {
		width:100%;
		height:100%;
		position:absolute;
		z-index:100;
	}

	.project-info {
		position:absolute;
		height:100px;
		width:100%;
		top:50%;
		margin-top:-50px;
		text-align:center;
	}

	.project-name {
		color:#fff;
		text-transform:uppercase;
		margin-top:20px;
		opacity:0;
		transition:all 0.2s ease 0s;
		-moz-transition:all 0.2s ease 0s;
    	-webkit-transition:all 0.2s ease 0s;
    	-ms-transition:all 0.2s ease 0s;
		-o-transition:all 0.2s ease 0s;
	}

	.portfolio-item:hover .project-name {
		opacity:1;
		-webkit-transition: opacity .4s .5s;
		-moz-transition: opacity .4s .5s;
		-ms-transition: opacity .4s .5s;
		-o-transition: opacity .4s .5s;
		transition: opacity .3s .5s;
	}

	.project-categories {
		font-size:13px;
		color:#fff;
		opacity:0;
		margin-top:13px;
		transition:all 0.2s ease 0s;
		-moz-transition:all 0.2s ease 0s;
    	-webkit-transition:all 0.2s ease 0s;
    	-ms-transition:all 0.2s ease 0s;
		-o-transition:all 0.2s ease 0s;

	}

	.project-categories a:hover {
    color: #ff7604;
	}

	.portfolio-item:hover .project-categories {
		opacity:0.5;
		-webkit-transition: opacity .4s .8s;
		-moz-transition: opacity .4s .8s;
		-ms-transition: opacity .4s .8s;
		-o-transition: opacity .3s .8s;
		transition: opacity .3s .8s;
	}

	.zoom-icon {
		left: 50%;
		margin-left:-20px;
		position:inherit;
		width:40px;
		height:40px;
		margin-top:40px;
		opacity:0;
		background:url(../images/zoom.png);
		background-size:40px 40px;
		transition:all 0.3s ease 0.1s;
		-moz-transition:all 0.3s ease 0.2s;
    	-webkit-transition:all 0.3s ease 0.2s;
    	-ms-transition:all 0.3s ease 0.2s;
		-o-transition:all 0.3s ease 0.2s;
	}

	.portfolio-item:hover .zoom-icon {
		opacity:1;
		margin-top:0px;
		-webkit-transition: opacity .3s .2s, margin-top .3s .2s;
		-moz-transition: opacity .3s .2s, margin-top .3s .2s;
		-ms-transition: opacity .3s .2s, margin-top .3s .2s;
		-o-transition: opacity .3s .2s, margin-top .3s .2s;
		transition: opacity .3s .2s, margin-top .3s .2s;

	}
/* Portfolio Expander */

	#project-page-holder {
		display: none;
		background-color:#FFF;
	}

	#project-page-button-fullscreen {
		height: auto;
		z-index:100;
		position: absolute;
		right:30px;
		top:30px;
	}

	#project-page-button-fullscreen li {
		display:inline-block;
		font-size:30px;
	}

	#project-page-button-fullscreen li a {
		background:url(../images/close.png) no-repeat #fff;
		background-size:50px 50px;
		width:50px;
		height:50px;
		display:block;
		border-radius:50px;
		opacity:0.5;
	}

	#project-page-button-fullscreen li a:hover {
		opacity:1;
	}

	#project-page-button {
		text-align:center;
		margin-bottom:20px;
		height: auto;
		position: relative;
		z-index:100;
	}

	#project-page-button li {
		display:inline-block;
		margin:60px 10px 0px 10px;
		font-size:30px;
	}

	#project-page-data {
		margin-bottom: 0px;
	}

	.project-section-title {
		text-align:center;
		margin-bottom:40px;
	}

	.project-section-title h1 {
		margin-bottom:5px!important;
		letter-spacing:1px;
	}

	.project-page {
		background-color:#FFF;
		width:100%;
		height:auto;
		left:0;
		padding-bottom:40px;
	}


/* Portfolio Normal Expander Project Slider */

/* Portfolio Normal Expander */

	.project-description {
		margin-top:40px;
		margin-bottom:20px;
		width:100%;
		height:auto;
	}

	.small-border {
		height:2px;
		width:50px;
		background-color:#ddd;
		margin-bottom:15px;
	}

	.visit-project {
		width:100%;
		text-align:center;
		border-top:1px solid #ddd;
		margin-top:20px;
		padding:55px 0 20px 0;
	}

	.project-description h5 {
		color:#222222;
		text-transform:uppercase;
		margin-bottom:5px;
	}


/* Portfolio FullScreen Expander */

#cycle-loader {
	height:32px;
	left:50%;
	margin:-8px 0 0 -8px;
	position:absolute;
	top:50%;
	width:32px;
	z-index:999;
}

#arrow_left {
	top:50%;
	height:60px;
	position:absolute;
	left:30px;
	width:32px;
	z-index:1000;
	margin-top:-30px;
}

#arrow_right {
	top:50%;
	height:60px;
	position:absolute;
	right:30px;
	width:32px;
	z-index:1000;
	margin-top:-30px;
}

#arrow_left:hover, #arrow_right:hover {
	margin-top:-28px;
}

#arrow_left:active, #arrow_right:active {
	margin-top:-28px;
}

div.mc-image {
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position:center center;
	background-repeat:no-repeat;
	height:100%;
	overflow:hidden;
	width:100%;
}

/* Project External */

#project-header {
	height:600px;
	z-index:1;
}

#project-header .container {
	height:inherit;
}

.table-header {
	display:table;
	position:relative;
	height:inherit;
	width:100%;
}

.table-left {
	width:50%;
	left:0;
	position:absolute;
	bottom:0;
}

.table-right {
	width:50%;
	text-align:left;
	position:relative;
	right:0;
	display:table-cell;
	vertical-align:middle
}

.table-header h2 {
	margin-bottom:25px;
}

.table-header p{
	margin-bottom:35px;
}

#project-url {
	height:40px;
	background-color:#222222;
	text-align:center;
	position:relative;
	z-index:10;
}

#project-url .site a {
	color: #FFFFFF;
	display: block;
	font-size: 13px;
	height: 40px;
	letter-spacing: 1px;
	line-height: 40px;
	overflow: hidden;
}

#project-url .site .group {
	display: block;
	width: 100%;
}

#project-url .site .group span {
	display: block;
	height: 40px;
	transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
}

#project-url .site:hover .text {
	display: block;
	margin-top:-40px;
}

#project-url .site:hover .hover {
	display: block;
}

#project-info .section-title {
	margin-bottom:0;
}

#project-features {
	background-color:#fff;
}

#project-slider .container{
	padding-bottom:60px;
}

#project-options {
	background:#fff;
}

#project-options h2 {
	margin:40px 0;
}

#project-options ul {
	margin-bottom:40px;
}

#project-options ul li {
	line-height:24px;
}

#project-counters {
	background-color:#222;
}

#project-counters .counters {
	margin-top:20px;
	width:1120px;
	margin:0 auto;
}

#project-counters .counters li {
	background: none ;
	border-radius: 3px 3px 3px 3px;
	color: rgba(255,255,255,0.5);
	font-size: 14px;
	padding: 25px 0;
	text-align: center;
	text-transform: none;
}

#project-counters .counters li .count {
	border-radius: 3px 3px 3px 3px;
	color: #fff;
	font-size: 70px;
	padding: 25px 0;
	text-align: center;
	text-transform: uppercase;
	display:block;
}

/* Contact Parallax */

.contact-details {
	text-align:center;
	width:100%;
}
.contact-details h1 {
	color: #fff;
}
.contact-details i {
	color: #ff7604;
	text-shadow: 1px 1px #000;
}

.phone-icon {
	width:60px;
	height:60px;
	margin:0 auto;
	margin-bottom:40px;
}

.company-phone a {
	color:#fff;
	background-color:rgba(255,255,255,0.15);
  	text-align: center;
	font-size:72px;
	line-height:72px;
	padding:10px 20px;
	border-radius:3px;
	margin-bottom:30px;
	display:inline-block;
}

.company-phone a:hover {
	color:#fff;
}

h5.company-email,
h5.company-address {
	margin-bottom:15px;
	color: #fff;
	text-shadow: 1px 1px #000;
	text-transform:none;
}
h5.company-email {
	color: #ff7604;
}

#map_canvas {
	width:100%;
	height:400px;
	z-index:0;
	position:relative;
}


/* Footer */


footer {
	box-shadow: 0px -1px 5px rgba(0,0,0,0.15);
	z-index:100;
	position:relative;
	padding:40px 0;
	text-align:center;
	background-color: #000;
    color: #fff;
}

footer ul.socials-icons {
	margin:10px 0 20px 0;
}

footer ul.socials-icons li {
	margin:0 10px;
}
footer a,
footer a:hover,
footer a:active,
footer a:focus {
	color: #ff7604;
}

#menu_top {
	height:50px;
	width:40px;
	border-radius:3px;
	left:50%;
	margin-left:-20px;
	margin-top:-65px;
	position:absolute;
	cursor:pointer;
	background-color: #ff7604;
}

#menu_top_inside {
	background-image:url(../images/menu_bottom_top_bg.png);
	background-size:18px 11px;
	background-position: 0 0;
	height: 22px;
	left: 11px;
	position: absolute;
	top: 14px;
	transition: background-position 0.3s linear 0s;
	width: 18px;
}

#menu_top:hover #menu_top_inside {
	-webkit-animation: bottom_top_over .3s linear infinite;
	-moz-animation: bottom_top_over .3s linear infinite;
	-o-animation: bottom_top_over .3s linear infinite;
	animation: bottom_top_over .3s linear infinite;
}

@-webkit-keyframes bottom_top_over { 0% { background-position: 0px 0px; }  100% { background-position: 0px -11px; } }
@-moz-keyframes bottom_top_over { 0% { background-position: 0px 0px; }  100% { background-position: 0px -11px; } }
@keyframes bottom_top_over { 0% { background-position: 0px 0px; }  100% { background-position: 0px -11px; } }


/* Posts Navigation */

.inner-navigation {
	margin-bottom:50px;
	margin-top:50px;
}

.inner-navigation.masonry {
	margin-left:50px;
	margin-right:50px;
	margin-bottom:50px;
	margin-top:50px;
}

.inner-navigation li a span {
	display:inline-block;
	margin-right:10px;
	width:30px;
	height:30px;
	border-radius:3px;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	float:left;
}

.inner-navigation li {
	display:inline-block;
	width:110px;
	line-height:27px;
}


.inner-navigation li:last-child a span {
	float:right;
	margin-left:10px;
	margin-right:0px;
}

.inner-navigation li:last-child {
	float:right;
}

.inner-navigation li a:hover span {
	color:#999;
}

.inner-navigation li a:hover {
	color:#999999;
}

/* Responsive Media Querries */

@media only screen and (max-width: 1300px) {

.container {
	width:920px;
}

.text-slide-vertical {
	font-size:60px;
}

.text-slide-vertical li {
	line-height:80px;
}

.small-screen-left, .small-screen-right {
	top: 100px;
	width: 300px;
}

.slide-content h1 {
	font-size:80px;
	line-height:80px;
}

.big-screen {
	width: 500px;
}

.our-team li {
	margin: 0 20px;
}

ul.technology li {
	padding: 30px 10px;
	width: 185px;
}

#sidebar {
	width: 200px;
}

input#search {
	width: 140px;
}

.inner-navigation.masonry {
	margin: 50px 0px ;
}

#project-header {
	height: 500px;
}

#project-counters .counters {
	margin: 0 auto;
	width: 1040px;
}
}


@media only screen and (max-width: 1024px) {


.container {
	width:600px;
}

.text-slide-vertical {
	font-size:60px;
}

.text-slide-vertical li {
	line-height:80px;
}

.slide-content h1 {
	font-size:60px;
	line-height:60px;
}

ul.fullwidth-slider li.slide {
	background-position: center 0px!important;
}

ul.fullwidth-slider li.slide .caption .caption-inside {
	position: relative;
	width:100%;
	height:100%;
}

#slider_left {
	top:90%;
	height:60px;
	position:absolute;
	left:50px;
	width:32px;
	z-index:1000;
	margin-top:-30px;
	cursor:pointer;
}

#slider_right {
	top:90%;
	height:60px;
	position:absolute;
	right:50px;
	width:32px;
	z-index:1000;
	margin-top:-30px;
	cursor:pointer;
}

#slider_left:hover, #slider_right:hover {
	margin-top:-28px;
}

#slider_left:active, #slider_right:active {
	margin-top:-28px;
}

.ultralarge {
	font-size:80px;
	line-height:70px;
}

.element_from_left {
	left: 0px;
	opacity: 1;
}

.element_from_right {
	right: 0px;
	opacity: 1;
}

.element_fade_in {
	opacity: 1;
	right: 0px;
}

.parallax {
	background-position: center top !important;
	background-attachment: scroll !important;
	height: auto;
	margin: 0 auto;
	width: 100%;
}

.one_half {
  	width: 100%;
}

.one_third {
	width: 100%;
}

.one_fourth {
	width: 100%;
}

.one_fifth {
	width: 100%;
}

.one_sixth {
	width: 100%;
}

.two_fifth {
	width: 100%;
}

.two_fourth {
	width: 100%;
}

.two_third {
	width: 100%;
}

.three_fifth {
	width: 100%;
}

.three_fourth {
	width: 100%;
}

.four_fifth {
	width: 100%;
}

.five_sixth {
	width: 100%;
}

.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .two_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
	margin-bottom: 20px;
	margin-right: 0%;
}

.section-title {
	width:100%;
}

.small-screen-left, .small-screen-right {
	top: 40px;
	width: 200px;
}

.big-screen {
	width: 320px;
}

.service-item .right {
	float: left;
}

.service-item.text-right {
	text-align: left;
}

.service-item.text-right .fa-stack {
	margin-left: 0px;
	margin-right: 20px;
}

ul.technology li {
	padding: 30px 20px;
	width: 240px;
}

#portfolio-wrap .one-four {
	width: 50%;
}

#sidebar {
	width: 600px;
	border-top:#E9E9E9 solid 1px;
	margin-top:60px;
	padding-top:60px;
}

input#search {
	width: 540px;
}
#project-header {
	height: 400px;
}

#project-counters .counters {
	margin: 0 auto;
	width: 100%;
}

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

.container {
	width:400px;
}

.text-slide-vertical {
	font-size:30px;
}

.text-slide-vertical li {
	line-height:40px;
}

.slide-content h1 {
	font-size:40px;
	line-height:40px;
}

.ultralarge {
	font-size:60px;
	line-height:50px;
}

.big-screen {
	width: 100%;
}

.small-screen-left, .small-screen-right {
	width: 100%;
	top:0;
	position:relative;
}
.service-item .fa-stack {
	margin-bottom:30px;
}

ul.technology li {
	padding: 30px 20px;
	width:inherit;
	margin:0;
	margin-bottom:20px;
}

#filters ul li {
	display: block;
	margin: 5px 60px;
}

.company-phone a {
	font-size: 50px;
}
#sidebar {
	width: 400px;
	border-top:#E9E9E9 solid 1px;
	margin-top:60px;
	padding-top:60px;
}

input#search {
	width: 340px;
}

#project-header {
	height: 300px;
}

.table-header p{
	display:none;
}

#project-counters .counters {
	margin: 0 auto;
	width: 100%;
}

.recent-post .recent-post-date {
	display:none;
}

.four-zero-four {
	font-size:100px;
	line-height:100px;
}





}



@media only screen and (max-width: 479px) {

.container {
	width:280px;
}

.text-slide-vertical {
	font-size:30px;
}

.text-slide-vertical li {
	line-height:40px;
}

.slide-content h1 {
	font-size:30px;
	line-height:30px;
}

.ultralarge {
	font-size:40px;
	line-height:30px;
}

ul.fullwidth-slider, ul.fullwidth-slider .caption-inside {
	height: 300px;
}

.our-team li {
	margin: 0 auto;
}
.service-item .icon-stack {
	margin-bottom:60px;
}

#portfolio-wrap .one-four {
	width: 100%;
}

.company-phone a {
	font-size: 30px;
}

#map_canvas {
  	height: 250px;
}

.type-date {
	display:none;
}
#sidebar {
	width: 240px;
	padding: 20px;
	border-top:#E9E9E9 solid 1px;
	margin-top:60px;
	padding-top:60px;
}

input#search {
	width: 180px;
}
#project-header {
	height: 250px;
}

#project-counters .counters {
	margin: 0 auto;
	width: 100%;
}

#show {
	display:none!important;
}

.recent-post h5 {
	font-size:11px;
}


}
