/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Typography
	#Buttons
	#Generic Styles
	#Separators
	#Nav
	#Intro
	#Work
	#Services
	#About
	#Contact
	#Media Queries
	#Font-Face */


/* #Typography
================================================== */

h1, h2, h3 {
	
}

h1 {
	color: #434343;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	z-index: 150;
	margin-bottom: 70px;
}

h1.small {
	font-size: 90px;
	margin-bottom: 40px;
}

h2 {
	letter-spacing: 0.1em;
	font-weight: 400;
	color: #434343;
	text-transform: uppercase;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

span.lines {
	border-top: none;
	border-bottom: 1px solid #aeaeae;
	padding-bottom: 20px;
}

h3 {
	letter-spacing: 0.4em;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 400;
	color: #434343;
}

h4 {
	letter-spacing: 2em;
	font-weight: 400;
	color: #434343;
	text-transform: uppercase;
}

h5 {
	
	font-size: 24px;
	text-transform: uppercase;
	color: #434343;
}

p, body {
	
	font-size: 30px;
	font-weight: 400;
	line-height: 40px;
	color: #3d3d3d;
}

.dark-bg p, .dark-bg {
	color: #f9f9f9;
}

.dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5 {
	color: #FFF;
}

.menu ul {
	padding-top: 0px;
}

.menu_items {
	top: 0px;
}

/* #Buttons
================================================== */

.button1,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	background: #3a3a3a;
	border: 0;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	margin-bottom: 20px;
	line-height: normal;
	padding: 6px 10px;
	 
}

.button1:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	color: #3a3a3a;
	background: #e8e8e8;
	border: 0; 
}

.button1:active,
button1:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
	color: #3a3a3a;
	background: #e8e8e8;
	border: 0;
}

.signup .button2 {
	color: #3a3a3a;
}

.button2 {
	background: #e8e8e8;
	border: 0;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	line-height: normal;
	padding: 6px 10px;
	 
}

.button2:hover {
	color: #e8e8e8;
	background: #3a3a3a;
	border: 0; 
}

.button2 a {
	color: inherit;
	text-decoration: none;
}

/* Fix for odd Mozilla border & padding issues */
.button1::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}



/* #Generic Styles
================================================== */

.action {
	margin-top: 50px;
	padding: 40px 0 0 0;
	text-align: center;
	border-top: 1px solid #d3d3d3;
}

.action p {
	font-size: 22px;
	font-weight: 600;
	color: #515151;
}

.dark-bg .action p {
	color: #ececec;
}



/* #Separators
================================================== */

p.separator {
	font-size: 30px;
	font-weight: 600;
	font-style: italic;
	color: #fff;
	line-height: 38px;
	text-transform: uppercase;
	position: relative;
	z-index: 200;
	text-align: center;
	padding-top: 240px;
}

.bottom-border1 {
	width: 100%;
	height: 475px;
	position: relative;
}

.bottom-border1 .bg {
	background-size: auto !important;
	-webkit-background-size: auto !important;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	z-index: 200;
	width: 100%;
	height: 475px;
}

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

	.bottom-border1 .bg {
		background: url(../images/main_image1.jpg) repeat left top;
	}
	.bottom-border1 .bg-2 {
		background: url(../images/2.jpg) repeat  left top;
	}

	.bottom-border1 .bg-3 {
		background: url(../images/3.jpg) repeat  left top;
	}

	.bottom-border1 .bg-4 {
		background: url(../images/4.jpg) repeat  left top;
	}

	.bottom-border1 .bg-5 {
		background: url(../images/5.jpg) repeat  left top;
}
}


.bottom-border1 .bg6, .bottom-border1.sep6 {
	height: 0px;
}

.bottom-border1 .bg3, .bottom-border1.sep3 {
	height: 488px;
}

.bottom-border1 .bg-4, .bottom-border1.sep8{
	height: 475px;
}

/* Navigation */

nav {
	background: #fff;
	width: 100%;
	position: relative;
	z-index: 1000;
	text-align: center;
	height: 40px;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
}


nav ul {
	padding-top: 0px;
}

nav ul li {
	display: inline;
	border-right: 1px solid #e6e6e6;
	padding: 6px 26px 8px 26px;
	margin: 0;
}

nav ul li:first-child {
	border-left: 1px solid #e6e6e6;
}

nav a {
	
	font-size: 16px;
	color: #515151;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
}

nav a:visited {
	color: #515151;
}

nav a:hover {
	color: #000;
}

/* #Intro
================================================== */
.intro{width:100%; height:100%; position:relative; top:0; left:0;}
	.logo-jaladara{position:absolute; z-index:200; margin:20% 0 0 25%;}
	.logo-jaladara img{width:100%; margin:0 auto;}
.logo-jaladara p{text-align:center; background:#F30; padding:5px 7px; color:#fff; text-transform:uppercase;}
@media screen and (min-width: 1024px) {
		.intro{width:100%; height:100%; position:relative; top:0; left:0;}
	.logo-jaladara{position:absolute; z-index:200; margin:20% 0 0 25%;}
	.logo-jaladara img{width:100%; margin:0 auto;}
}


@media screen and (max-width: 960px) {
	.logo-jaladara{position:absolute; z-index:200; margin:0 auto;}
	.logo-jaladara img{width:50%; margin:0 auto;}
	.logo-jaladara p{text-align:center; background:#F30; color:#fff; text-transform:uppercase;}}
	}

.title {
	position: relative;
	width: 700px;
	text-align: center;
	z-index: 300;
	padding-top: 120px;
	margin: 0 auto;
}

.intro-line {
	position: relative;
	z-index: 150;
	border-top: 1px solid #ededed;
	width: 670px;
	margin: 0 auto 50px auto;
}

.title p {
	text-transform: uppercase;
	background-color:#555555;
	font-size: 30px;
	line-height: 40px;
	color: #fff;
	position: relative;
	z-index: 150;
	margin-top:10px;
	padding: 0.5%;
}

.social-intro {
	margin-top: 45px;
	position: relative;
	z-index: 150;
}

.social-intro ul li {
	display: inline;
	margin: 0 5px;
}

.social-intro a {
	opacity: 0.7;
}

.social-intro a:hover {
	opacity: 1;
}



/* #Work */

.bg {
	position: relative;
	background-color: #FFF;
	z-index: 300;
	padding-top: 40px;
	padding-bottom: 40px;
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.9);
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.9);
}

.dark-bg {
	background: url(../images/bg-dark.jpg) repeat !important;
}

.paper-bg-1{ background: url(../images/ricepaper.png) repeat !important; }

.light-bg {
	background: url(../images/bg-light.jpg) repeat !important;
}


.flexslider {
	margin-top: 40px;
}

p.mid-text {
	margin-top: 40px;
}

/* expanded portfolio item */

.flexslider2 {
	margin-top: 0;
}

p.s-proj-title {
	font-size: 24px;
	font-weight: 600;
	color: #505050;
	text-transform: uppercase;
	padding-bottom: 4px;
	border-bottom: 1px solid #d3d3d3;
	margin-bottom: 10px;
}

p.s-proj-type {
	font-size: 20px;
	color: #505050;
	padding-bottom: 4px;
	border-bottom: 1px solid #d3d3d3;
}

.flexslider2 {
	max-height: 370px !important;
}

/* end expanded portfolio item */

/* filterable portfolio */

.filter {
	margin-top: 30px;
	margin-bottom: 20px;
}

.filter ul {
	border-bottom: 1px solid #d3d3d3;
	padding-bottom: 5px;
}

.filter ul li {
	display: inline;
}

.filter ul li {
	margin-right: 15px;
}

.filter a {
	
	font-size: 16px;
	font-weight: 400;
	color: #565656;
	text-decoration: none;
	text-transform: uppercase;
}

a.selected {
	background: #4b4b4b;
	padding: 2px 5px;
	color: #fff;
}

/**** Isotope filtering ****/

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

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

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


.copyright {
	border-top: none;
	text-align: left;
	margin-top: 30px;
	padding-top: 5px;
	padding-bottom: 30px;
}

.copyright p {
	color: #858585;
	font-size: 14px;
	line-height: normal;
	margin-bottom: 0;
}

/* #Wordpress related css
================================================== */

.wp-caption {
	max-width: 100%;
    border: 1px solid #DDDDDD;
    margin-bottom: 10px;
    padding: 6px 2px 0;
}
.wp-caption-text {
    font-size: 11px;
    padding: 0 4px 5px;
}
.aligncenter {
	display: block;
    margin: 0 auto;
}
.alignleft { 
	float: left;
	margin: 0px 10px 10px 0px; 
}
.alignright { 
	float: right;
	margin: 0px 0px 10px 10px; 
}
.sticky {
}
.single-navigation {
	position: relative;
	z-index: 1000;
}
.single-navigation .prev {
    float: left;
}
.single-navigation .next {
    float: right;
}
.gallery-caption {

}

.single h2 {
	margin: 39px 0 22px;
}

p.singlemeta {
	text-align: center;
	margin-bottom: 30px;
	font-size: 21px;
}

form#contactform input {
	width: 125px;
}
#respond label { 
	display: none; 
	float: none; 
	height:0px; 
}
#respond input, #respond textarea, #respond select { 
	width: 254px; 
	padding: 7px 13px; 
	border: 1px solid #ddd; 
	margin: 0px 28px 0px 0; 
	font:12px 'Open Sans', Arial, Helvetica, sans-serif; 
	line-height:20px; 
	float:left; 
}
textarea#comment, input#author, input#email, input#url {
	color:#707070; 
}
#respond textarea { 
	width: 93% !important; 
}
#respond input:focus, #respond textarea:focus { 
	border: 1px solid #000; 
}
#respond input { 
	margin-bottom: 15px !important; 
}
#respond fieldset { 
	padding-left:0px; 
}
#respond legend { 
	padding:7px 10px; 
	font-weight:bold; 
	color:#000; 
	border:1px solid #eee; 
	-webkit-border-radius:5px; 
	-moz-border-radius:5px; 
	margin-bottom:0 !important; 
	margin-bottom:20px; 
}
#respond span.required { 
	padding-left:28px; 
	margin-left:-28px; 
}

li.comment {
	color: #707070;
    margin-bottom: 10px;
    padding-left: 11px;
    clear: both;
}

ol.commentlist {
	margin-left: 0;
	list-style-type: none;
}

ol.commentlist a {
	text-decoration: none;
	font-size: 13px;
}

ol.commentlist a:hover {
	text-decoration: underline;
}

.commentlist .avatar {
    float: left;
    margin: 3px 0 0;
}
.commentlist .no-wrap {
    margin-left: 110px;
    margin-top: 10px;
}

.no-wrap .meta {
	font-size: 16px;
	color: #000;
}

.no-wrap p {
	margin-bottom: 12px;
	font-size: 14px;
}

li.bypostauthor {

}

.tags {
	padding: 5px 0 15px;
}

.tags a {
	text-transform: none;
	text-decoration: none;
    color: inherit;
}

.page-template-blog-php h2, .category h2 {
	margin-top: 60px;
	margin-bottom: 60px;
}

.pic {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D2D2D2;
    margin-bottom: 5px;
    margin-top: 15px;
    padding: 3px;
    z-index: 99;
}

.proj-img {
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.proj-img a {
    background: url("../images/zoom.png") no-repeat scroll 50% 50% transparent;
    display: inline-block;
    height: 100%;
    position: absolute;
    top: -500px;
    width: 100%;
    z-index: 10;
}

.proj-img a {
    background: url("../images/zoom.png") no-repeat scroll 50% 50% transparent;
    display: inline-block;
    height: 100%;
    position: absolute;
    top: -500px;
    width: 100%;
    z-index: 10;
}

.proj-img i {
    background: none repeat scroll 0 0 #493636;
    display: block;
    font-style: normal;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-indent: -9000px;
    top: 0;
    width: 100%;
    z-index: 9;
}

.quote-nav-left, .quote-nav-right {
    float: left;
}

.quote-slider {
    margin-left: 35px;
    max-width: 100%;
}

.panel {
    width: 100%;
}

ul.list {
	display:block;
	position:relative;
	padding:0px;
	margin-bottom:-1px;
	list-style-type: none;
}
ul.float {
	float:left;
	width:50%;
	list-style-type: none;
}
ul.list li {
	padding:4px 0px 5px 0;
	width:auto;
	border-bottom:1px solid #ddd;
}
ul.float li {
	margin-right:20px;
}
ul.bullet li {
	padding:4px 0px 5px 21px;
	background:url(../images/list-dot.jpg) no-repeat 1px 13px;
}
ul.check li {
	padding:4px 0px 5px 21px;
	background:url(../images/list-check.png) no-repeat 1px 11px;
}

.post {
	margin-bottom: 15px;
}
.post h3, .sidebar h3 {
    border-bottom: 1px solid #D3D3D3;
    padding-bottom: 9px;
}

.post h3 a {
	font-weight: normal;
	text-decoration: none;
}

.post p.line2nd {
    color: #7F7F7F;
    font-size: 15px;
    line-height: normal;
    margin-bottom: 11px;
}

.wp-caption-text {
margin-bottom: 0 !important;
}

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

nav select {
	display: none;
}

@media (max-width: 960px) {
	
	nav ul     { 
		display: none; 
	}
	
	nav select {
	    color: #000000;
	    display: inline-block;
	    margin-top: 8px;
	    position: relative;
	}
}

.padding-bottom {
	padding-bottom: 10px;
}

.sidebar h3 {
	font-weight: normal;
	margin-bottom: 15px;
}

.page h2 {
	margin-top: 0;
}

.page-template-default h2, .page-template-page-full-php h2 {
	margin-bottom: 20px;
}

.container .column, .container .columns {
	max-width: 100%;
}

/* Blog Stuff
================================================== */

.blog_holder p {
	color: #fff;
}

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */

	/* Smaller than standard 960 (devices and browsers) */
	 @media only screen and (max-width: 1024px) {
	  
		  .title {
		   position: relative;
		  }
		  
		  #intro {
		   height: 485px;
		  }
		  
		  .title {
		   padding-top: 20px;
		  }
		  
		  h1 {
		   font-size: 100px !important;
		   margin-bottom: 60px;
		  }
		  h1.small {
		   font-size: 80px !important;
		   margin-bottom: 20px;
		  }

		.bottom-border1 .bg {
			background: url(../images/main_image1024.jpg) repeat left top;
		}

		.bottom-border1 .bg-2 {
			background: url(../images/2_1024.jpg) repeat  left top;
		}

		.bottom-border1 .bg-3 {
			background: url(../images/3_1024.jpg) repeat  left top;
		}

		.bottom-border1 .bg-4 {
			background: url(../images/4_1024.jpg) repeat  left top;
		}

		.bottom-border1 .bg-5 {
			background: url(../images/5_1024.jpg) repeat  left top;
		}

		#intro .bg1 {
			background: url(../images/5_1024.jpg) 0 0 repeat;
		}
	  
	 }

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

		.title {
			width: 90%;
			position: relative;
		}

		.bottom-border1 .bg {
			background: url(../images/main_image960.jpg) repeat left top;
		}

		.bottom-border1 .bg-2 {
			background: url(../images/2_960.jpg) repeat  left top;
		}

		.bottom-border1 .bg-3 {
			background: url(../images/3_960.jpg) repeat  left top;
		}

		.bottom-border1 .bg-4 {
			background: url(../images/4_960.jpg) repeat  left top;
		}

		.bottom-border1 .bg-5 {
			background: url(../images/contact960.jpg) repeat  left top;
		}

		#intro .bg1 {
			background: url(../images/main_image960.jpg) 0 0 repeat;
		}
		
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 960px) {
		#contact {
			height: auto;
		}
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		nav a {
			font-size: 12px !important;
		}
		nav ul li {
			padding-left: 15px;
			padding-right: 15px;
			line-height: 33px;
		}
		nav ul {
			padding-top: 0;
		}
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		.process-title {
			font-size: 32px;		
		}

		h2 {
			font-size: 32px;
		}

		nav a {
			font-size: 12px !important;
		}
		
		p {
			font-size: 28px;
		}

		 h1 {
		   font-size: 40px !important;
		   margin-bottom: 20px;
		  }
		  
		  h1.small {
		   font-size: 28px !important;
		   margin-bottom: 20px;
		  }
		  
		  .title p {
		   font-size: 20px !important;
		   line-height: 28px;
		  }
		  
		  nav ul li {
		   padding-left: 10px;
		   padding-right: 10px;
		  }

		.bottom-border1 .bg {
			background: url(images/main_image768.jpg) repeat left top;
		}

		.bottom-border1 .bg-2 {
			background: url(../images/2_768.jpg) repeat  left top;
		}

		.bottom-border1 .bg-3 {
			background: url(../images/3_768.jpg) repeat  left top;
		}

		.bottom-border1 .bg-4 {
			background: url(../images/4_768.jpg) repeat  left top;
		}

		.bottom-border1 .bg-5 {
			background: url(../images/5_768.jpg) repeat  left top;
		}

		#intro .bg1 {
			background: url(../images/main_image768.jpg) 0 0 repeat;
		}
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 480px) {
		.logo-head img{
			width: 90%;
		}
		#intro {
			height: 360px;
		}
		
		.title {
			position: relative;
			padding-top: 30px;
		}
		
		.intro-line {
			display: none;
		}
		
		h1 {
			font-size: 60px !important;
			margin-bottom: 20px;
		}
		
		h1.small {
			font-size: 30px !important;
			margin-bottom: 20px;
		}

		h2 {
			font-size: 24px;
		}

		p {
			font-size: 16px;
		}
		
		.title p {
			font-size: 18px !important;
			line-height: 28px;
		}
		
		
		nav ul li {
			padding-left: 5px;
			padding-right: 5px;
		}

		.line {
			width: 100%;		
		}
		
		.bottom-border1 .bg {
			background: url(../images/crowd-website_main_image480.jpg) repeat left top;
		}

		.bottom-border1 .bg-2 {
			background: url(images/2_480.jpg) repeat  left top;
		}

		.bottom-border1 .bg-3 {
			background: url(../images/3_480.jpg) repeat  left top;
		}

		.bottom-border1 .bg-4 {
			background: url(../images/4_480.jpg) repeat  left top;
		}

		.bottom-border1 .bg-5 {
			background: url(../images/contact480.jpg) repeat  left top;
		}

		#intro .bg1 {
			background: url(../images/crowd-website_main_image480.jpg) 0 0 repeat;
		}
	}




/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/
