/* ------------------------------------------ */
/* Created by GiaTheme

* main
* navigation
* content
* header 
	* label
	* intro
* portfolio
	* grid
	* isotop
	* single
	* carousel
* elements
	* button
	* scroll down
	* skillbar
	* contacts form
	* google map

/* ================================================== */
@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Raleway:300,400,200,700);

/* --------------------- MAIN --------------------- */

*{
	margin:0;
	padding:0;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    width: 100%;
    height: 100%;
	font-family:Arial, Helvetica, sans-serif;
    color: #868686;
    background-color: #fff;
	line-height:24px;
	text-align: justify;
	font-weight:400;
	font-size:13px;
	margin:0;
	padding:0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block;
}
audio, canvas, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}

p {  
	color: #898989;
	font-size: 13px;
	line-height: 24px;
}

img {
	max-width:100%;
}

hr.tall {
	height: 4px;
    border: 0;
    color: gray;
    background-color: gray;

}

video { 
   position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
}

/* --------------------- NAVIGATION --------------------- */

.dropdown-submenu {
	position: relative;
}
.dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -1px;
	margin-left: 0px;
}
.dropdown-submenu:hover > .dropdown-menu {
	display: block;
}
.dropdown-submenu:hover > a:after {
	border-left-color: #fff;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
}
.page .navbar-default {
	background:#ffffff !important;
}

.navbar-default {  
	color: black !important;
	z-index: 9999;
}
.dropdown-submenu .fa {
	color:#868686;
}

nav.primary {
	width:auto;
	margin:0px auto;
	display:table;
	width: auto;
	margin: 0px auto;
	display: table;
	margin-top: -30px;
	margin-bottom: 30px;
}

nav.primary ul li  {
	float:left;
	list-style:none;
	margin:5px;
}

nav.primary ul li a {
	height:39px;
	display:block;
	font-size:15px;
	color:black;
	padding:0 20px;
	text-decoration:none;
	line-height:39px;
}

nav.primary li a.selected {
	color:#222n;
	border-bottom: 3px solid #108a7d;
}
	
/* --------------------- CONTENT --------------------- */

section::before,
section::after {
	position: absolute;
	content: '';
	pointer-events: none;
}

.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../img/load.gif) 50% 50% no-repeat rgb(255,255,255);
}

.left {
	float:left
}

.right {
	float:right
}

.wrapper {
	width:100%; 
	position:relative; 
	background:#ffffff;  
	margin-bottom:0;
}

.grey  {
	width:100%;
	border-bottom: 1px solid #ddd;
	background-color: #f3f3f3;
	margin-bottom: 35px;
	margin-top:0;
}

.border {  
	padding: 10px;
	border: 1px solid #ddd;
	margin: 15px 0;}
	
.service.col-md-12 {  
	padding: 25px 15px; 
	background-color: #f3f3f3;
}
.service {
	margin:35px 0; 
	padding:35px 0;
}

.features  {
	text-align:justify;
}

.footer span {
	padding: 0 10px;
	font-size: 12px;
	letter-spacing: 1px; margin-top:50px; 
}
  
.footer span:first-child {
	padding-left:0;
}

.footer-info { 
	padding:3% 0; 
	border-top:1px solid #ddd; 
}

.copyright {
	position: fixed; 
	left:0;
	bottom: 0;
	padding:5px; 
	

	color:#f3f3f3 !important; 
	width:100%;
}

.copyright p {
	margin:0;
	color:black;
}

.copyright div.container {
	background: rgba(0,0,0,0.1);
}

.logo img {padding:0; margin:0;}


/* --------------------- HEADER --------------------- */

/* Header label */
	
#label a{
	background:#108a7d;
	color:#fff;
	text-decoration:none;
	font-family:arial,sans-serif;
	text-align:center;
	font-weight:bold;
	padding:5px 40px;
	font-size:16px;
	line-height:24px;
	position:relative;
	transition:0.5s;
}
#label a:hover{
	color:#222;
}
#label a::before,#label a::after{
	content:"";
	width:100%;
	display:block;
	position:absolute;
	top:1px;
	left:0;
	height:1px;
	background:#fff;
}
#label a::after{
	bottom:1px;
	top:auto;
} 
#label{
	position:absolute;
	display:block;
	top:0;
	right:0;
	width:200px;
	overflow:hidden;
	height:200px;
	z-index:9999;
} 
#label a{
	width:200px;
	position:absolute;
	top:30px;
	right:-60px;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	box-shadow:4px 4px 10px rgba(0,0,0,0.8);
}



/* Intro Header */

.intro {
	/* background:url(../img/overlay.png), url(../img/above_the_clouds.mov); 
	background-repeat:repeat, no-repeat;
	background-position: top, center center;
	background-attachment:fixed, fixed;
	background-size:auto, cover;	
	position:relative;
	display:inline-block;
	width: 100%;
    height:98%;
    min-height:100vh;
    */
}

.intro-header { 
	width: 60%;
	text-align: center;
	margin: 0 auto;
	margin-top:15%;
}

.intro-header h3 {
	font-size: 46px;
	font-weight: bold; 
	margin:20px 0; 
	color:#222;
}

.intro-header p {  
	font-size: 11px;
	letter-spacing: 5px; 
	color: #666666;
}
  
.home .intro-text {
	padding:7% 0;
	z-index: 99999;
}
.intro-text {
	width: 75%;
	text-align: center;
	padding:5% 0;
	margin: 0 auto;
}
 
.intro-text h3 {
	font-size: 34px;
	font-weight: bold;
	margin: 20px 0;
	line-height: 48px;
}
  
.intro-text h1:after {
	background: #108a7d;
	content: "";
	height: 10px;
	position: absolute;
	width: 10px;
	margin-top: 0;
	border-radius: 50%;
}

.sub-page-title {
	margin-top: 20px;
	font-size:18px; 
	color:#868686;
	text-align: center;
}

.sub-page-title h4:after {
	width:100%; height:10px; background: #000; content:""
}
  
.intro-text a {
	color:#868686; 
	text-decoration: underline;
}

.intro-text a:hover {
	text-decoration: underline;
}

/* --------------------- PORTFOLIO --------------------- */

/* Grid */

.grid .item {  
	padding: 15px;
	max-height: 390px;
	overflow: hidden;
}

.portfolio-masonry {  
	margin-bottom: 50px;
}

.portfolio .item {
	padding:15px;
}

.portfolio img, .nav-project img {
	width:100%
}

.load.container {
	margin-bottom:50px;
}
	
.item:hover .zoom {
	background:rgba(255,255,255,0.7) url(../img/cross.png) no-repeat center;
	position: absolute;
	padding:30px;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	text-align:center;
	opacity:1;
	overflow:hidden;
	content: '';
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-ms-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
	transition:all .5s ease-in-out;
	cursor:pointer;
}

.item:hover .zoom p {
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 25px;
	width: 70%;
	text-align: left;
	font-size: 18px;
	line-height: 30px;	 
}

.item .zoom:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.item .zoom {
	opacity:0; 
	position:absolute;
}

.item .zoom p {
	display:none;  
	color:#222222;
}

.item .zoom p:before {  
	background: #222222;
	content: "";
	height: 2px;
	position: absolute;
	width: 30px;
	margin-top: 1em;
	bottom: 1em;
}

/* --------------------- Isotope --------------------- */

.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {	
	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;
}

/* Single Projects */
  
.intro-project { 
	background-color:#f3f3f3;
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f3f3f3, endColorstr=#ffffff);
	background-image:-moz-linear-gradient(top, #f3f3f3 80%, #ffffff 80%);
	background-image:-webkit-linear-gradient(top, #f3f3f3 80%, #ffffff 80%);
	background-image:-ms-linear-gradient(top, #f3f3f3 80%, #ffffff 80%);
	background-image:linear-gradient(top, #f3f3f3 80%, #ffffff 80%);
	background-image:-o-linear-gradient(top, #f3f3f3 80%, #ffffff 80%);
	background-image:-webkit-gradient(linear, right top, right bottom, color-stop(80%,#f3f3f3), color-stop(80%,#ffffff)); margin:0 auto; text-align:center; padding-top:5%;
}

.intro-project .title {
	width:80%; 
	font-size:36px; 
	margin:0 auto; 
	padding:15px 0;
}

.intro-project .date {
	color:#868686; 
	font-size:14px; 
	font-weight:bold; 
	margin:0;
}

.intro-project .category {
	font-weight:bold; 
	color:#222222; 
	font-size:16px;  
	margin:0; 
	margin-bottom:20px;
}

.details {
	margin-bottom:50px;
}

.details .col-md-4 {
	color:#898989; 
	font-size:13px; 
	line-height:24px;   
	margin: 35px 0;
}

.details .fa, .service .fa {
	margin-right:15px;
}

.social  {
	color:#ccc; 
	height:35px; 
	width:35px; 
	line-height:35px;   
	float: left;
   margin-right: 15px; 
   text-align:center; 
   border:1px solid #ccc; 
   border-radius:50%;
}

.social  .fa {
	padding:0; 
	margin:0;
}

.details a:hover {  
	color: #108a7d; 
	border:1px solid #108a7d; 
}

.nav-project {
	padding:15px 0;
}

.nav-project h3, .footer h3 {
	padding:15px; 
	border-bottom:1px solid #ddd;
}


/* Carousel */

#carousel .item {padding: 15px;}

#owl-demo {
	max-width:750px; 
	margin:0 auto; 
	width:100%; 
	padding:0 15px;
}

#owl-demo .item {
	max-width:750px; 
	width:100%;   
	margin-left: -25px;
}

#owl-demo .item img{
    display: block;
    width: 100% ;
    height: auto;
}

#projects-carousel .item{
   margin: 3px;
}
#projects-carousel .item img{
   display: block;
   width: 100%;
   height: auto;
}

.view-project {
	max-width:900px; 
	margin:0 auto; 
	width:100%;
}

.view-project .owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
  border: 25px solid #222222;  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  border-radius: 20px;
  max-height:500px;
  height:100%;
}

.nav-project .owl-controls{ /* Styling Next and Prev buttons */
	margin: 30px 0;
	text-align: center;
}

.nav-project .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}

.nav-project  .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

.nav-project  .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.nav-project .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.nav-project  .owl-controls .owl-page.active span,
.nav-project  .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

.nav-project  .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.nav-project .loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

.view-project .customNavigation a.prev-header {
	position:absolute; 
	left:0; 
	top:50%; 
	cursor:pointer;
	margin:0 15px;
	text-decoration:none;
	color:rgba(255,255,255,0.5);
	font-size:36px;
	float: left;
	z-index:9999;
}

.view-project .customNavigation a.next-header {
	position:absolute; 
	right:0; top:50%; 
	cursor:pointer;
	margin:0 15px;
	text-decoration:none;
	color:rgba(255,255,255,0.5);
	font-size:36px;
	float: left; 
	z-index:9999;
}

.view-project .owl-prev {  
	position: absolute;
	left: -100px;
	bottom: 50px;
	font-size: 48px;}
  
 .view-project  .owl-next {  
	position: absolute;
	right: -100px;
	bottom: 50px;
	font-size: 48px;
}

/* --------------------- ELEMENTS  --------------------- */

/* --------------------- Button --------------------- */

.button {
	min-width: 150px;
	max-width: 250px;
	display: block;
	margin: 0;
	border: none;
	background: none;
	color: inherit;
	font-weight:bold; 
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.button:focus {
	outline: none;
}
.button > span {
	vertical-align: middle;
}
/* Sizes */
.button--size-s {
	font-size: 13px;
	padding: 1em 2em;
}
.button--size-m {
	font-size: 14px;
	padding: 1.7em 3em;
}
.button--size-l {
	font-size: 18px;
	padding: 1.5em 2em;
}

/* Typography and Roundedness */
.button--text-upper {
	letter-spacing: 2px;
	text-transform: uppercase;
}
.button--text-thin {
	font-weight: 300;
}
.button--text-medium {
	font-weight: 500;
}
.button--text-thick {
	font-weight: 600;
}
.button--round-s {
	border-radius: 3px;
}
.button--round-m {
	border-radius: 15px;
}
.button--round-l {
	border-radius: 40px;
}

/* Borders */
.button--border-thin {
	border: 1px solid;
}
.button--border-medium {
	border: 2px solid;
}
.button--border-thick {
	border: 3px solid;
}

/* Wapasha */
.button.button--wapasha {
	margin: 6% auto;
	background: #363636;
	color: #fff;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}
.button--wapasha.button--inverted {
	background: none;
	color: #363636;
	border:2px solid #363636;
}
.button--wapasha::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #363636;
	z-index: -1;
	border-radius: inherit;
	opacity: 0;
	-webkit-transform: scale3d(0.6, 0.6, 1);
	transform: scale3d(0.6, 0.6, 1);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.button--wapasha:hover {
	background: none;
	color: #363636;
}
.button--wapasha.button--inverted:hover {
	background-color: #363636;
	color: #ffffff;
}
.button--wapasha:hover::before {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

/* --------------------- Scroll Down --------------------- */

#scroll {
	text-align:center; 
	margin:0 auto; 
	width:30px;
	margin-top:5%;
} 
  
#scroll span {
	display: block;
	width: 10px;
	height: 10px;
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
	border-right: 2px solid #222;
	border-bottom: 2px solid #222;
	margin: 0 0 3px 10px;
}


.mouse {
	height: 41px;
	width: 28px;
	border-radius: 20px;
	transform: none;
	border: 2px solid #222;
	top: 170px;
}

.wheel {
	height: 5px;
	width: 2px;
	display: block;
	margin: 5px auto;
	background: #222;
	position: relative;
}

.wheel {
	-webkit-animation: mouse-wheel 1.2s ease infinite;
	-moz-animation: mouse-wheel 1.2s ease infinite;
}

@-webkit-keyframes mouse-wheel
{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@-moz-keyframes mouse-wheel
{
	0% { top: 1px; }
	50% { top: 2px; }
	100% { top: 3px;}
}

@-webkit-keyframes mouse-scroll {

	0%   { opacity: 0;}
	50%  { opacity: .5;}
	100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

	0%   { opacity: 0; }
	50%  { opacity: .5; }
	100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

	0%   { opacity: 0; }
	50%  { opacity: .5; }
	100% { opacity: 1; }
}
@keyframes mouse-scroll {

	0%   { opacity: 0; }
	50%  { opacity: .5; }
	100% { opacity: 1; }
}


/* --------------------- Skillbar --------------------- */

.skills {
	padding-top:25px;
}

.skillbar { 
	position: relative; 
	display: block; 
	margin-bottom: 15px; 
	margin-top: 12px; 
	width: 100%; 
	background: #f2f2f2; 
	height: 5px; 
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-webkit-transition: 0.4s linear; 
	-moz-transition: 0.4s linear; 
	-ms-transition: 0.4s linear; 
	-o-transition: 0.4s linear; 
	transition: 0.4s linear; 
	-webkit-transition-property: width, background-color; 
	-moz-transition-property: width, background-color; 
	-ms-transition-property: width, background-color; 
	-o-transition-property: width, background-color; 
	transition-property: width, background-color; 
}

.skillbar-title { 
	position: absolute; 
	top: 0; 
	left: 0; 
	font-weight: 300; 
	font-size: 12px;
	color: #fff;  
	-webkit-border-top-left-radius: 3px; 
	-webkit-border-bottom-left-radius: 4px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-bottomleft: 3px; 
	border-top-left-radius: 3px; 
	border-bottom-left-radius: 3px; 
}

.skillbar-title span { 
	display: block; 
	background: rgba(0,0,0,0.1); 
	padding: 0 20px; 
	height: 20px; 
	line-height: 20px; 
	-webkit-border-top-left-radius: 3px; 
	-webkit-border-bottom-left-radius: 3px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-bottomleft: 3px; 
	border-top-left-radius: 3px; 
	border-bottom-left-radius: 3px; 
}

.skillbar-bar { 
	height: 5px; 
	width: 0px; 
	background:#108a7d;
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
}

.skill-bar-percent { 
	position: absolute; 
	right: 10px; 
	top: -35px; 
	font-size: 12px; 
	height: 20px; 
	line-height: 20px; 
	color: #363636; 
}

/*  Contact form  */
	
form input, form textarea {
	background:none !important;
	width:100%;
	padding:15px;
	height:40px;
	border:1px solid #ddd;
}
input[placeholder],  textarea[placeholder]    {
	font-size:14px;
	font-weight:300;
	font-style:italic;
}

form textarea {
	border:1px solid #ddd !important;
	margin:10px 0;
	height:150px;
	border:none;
	width:100%;
	outline: none;
	padding:15px;
}	

input {
  font-weight: 300;
  width: 100%;
  border-radius: 2px;
  border: none;
  padding-left: 7px;
  height: 34px;
  font-size: 14px;
  color: inherit;
  margin-top: 10px;
  margin-bottom: 5px;
}

input:focus {
  outline: none;
  box-shadow: none;
}

.contact_info {
	padding-top:5%;
}

.contact_info b {
	margin-right:15px;
}

.button input {
	border:none; 
	padding:0; 
	margin:0 !important; 
	height:auto !important;
}

/* --------------------- Google map --------------------- */

#map {
	width: 100%;
    min-height:500px;
	margin:7% 0;
}

