/*
* Theme Name: Respect
* Theme URI: https://www.facebook.com/designlake.jee
* Description: Respect, is a html5 Creative portfolio based on an one page parallax scrolling effect
* Author: Musama
* Author URI: http://themeforest.net/user/designlake
* Version: 1
*/

@import "fonts.css";               /* Custom Fonts */
@import "reset.css";                /* Reset & Basics */
@import "mgrid.css";            /* Base 960 Grid */
@import "javascript.css";          /* Css Styles for js scripts */


/* TABLE OF CONTENT
=======================================================
-1.		General Settings
-2.		Helper Classes
-3.		Header
-4.		Intro
-5.		About
-6.		Services
-7.		Portfolio
-8.		From Blog
-9.		Contact Form
-10.	Other Sections
-11.	Footer
======================================================*/


/*******************************************************
********************* 1.GENERAL SETTINGS 
*******************************************************/
body{
	background: #ffffff;
	color: #666666;
	font: normal 13px sans-serif, Arial, Verdana;
}
a{
	font: normal 1em 'Sans Pro Regular',sans-serif, Arial, Verdana;
	color: #83C341;
	text-decoration: none;
	-webkit-transition: color 0.4s;
	-moz-transition:    color 0.4s;
	-o-transition:      color 0.4s;
	transition:         color 0.4s;
}
a:hover{
	color: #222222;
}
p{
	font-size: 1.05em;
}
h1, h2, h3, h4,h5{
	font-family:'Sans Pro Regular',sans-serif, Arial, Verdana;
	line-height: 140%;
	color: #444444;
}
h1{
	font-size:2em;
	margin: 0 0 30px;
	margin-bottom:20px;
}
h2{
	font-size:1.7em;
	margin-bottom:20px;
}
.caption {
	font-size: 60px;
	text-align: center;
	padding-top: 100px;
	color: #FFF;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
}
.sub-txt {
	color: #FFF;
	text-align: center;
	font-size: 25px;
	font-weight: normal;
	padding-bottom: 100px;
}

h3{
	font-size:1.38em;
	margin-bottom:10px;
}
h4{
	font-size:1em;
	margin-bottom:10px;
}
h5{
	font-size:0.8em;
	margin-bottom:10px;
}
p{
	font-family: 'Open Sans', sans-serif;
	line-height: 160%;
	margin: 0px 0px 20px;
}
img{
	margin: 0 0 20px;
	display: block;
}
section{
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 40px;
	padding-left: 0;
}
/* inputs*/
textarea, input[type="text"],
input[type="password"]{
	background-color: #ffffff;
	border: 1px solid #dddddd;
	color: #666666;
	font-size: 1.3em;
	text-indent: 10px;
	outline: none;
	width: 100%;
}
input[type="text"],
input[type="password"]{
	height: 35px;
}
textarea{
	resize: none;
	overflow: auto;
}
/*******************************************************
********************* 2.HELPER CLASS
*******************************************************/
.clearfix:after,.container:after, .media:after{
	content: "";
	clear: both;
	display: block;
	width: 100%;
}
.hide{
	display:none;
}
.hide{
	display:none;
}
.left{
	float: left;
}
.right{
	float: right;
}
.center{
	text-align: center;
}
.scale{
	max-width: 100%;
	height: auto;
}
/* media */
.media, .bd {overflow:hidden; _overflow:visible; zoom:1;}
.media .img {float:left; margin-right: 20px;}
.media .img img{display:block;}
.media .imgExt{float:right; margin-left: 20px;}
/* heading */
h1.title{
	color: #61b056;
	line-height: 120%;
	text-align: center;
	text-transform: capitalize;
	font-family: 'Open Sans', sans-serif;
	font-size: 3em;
	font-weight: 100;
	margin-top: 100px;
	margin-right: 0;
	margin-bottom: 0x;
	margin-left: 0;
}
h2.sub-title{
	color: #444444;
	text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 120px;
	margin-left: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.4em;
	font-style: normal;
}

/* buttons */
.btn a{
	background:#db4f03;
	background: -webkit-gradient(linear,top, color-stop(0%,#DE6F33),color-stop(100%,#db4f03));
	background: -moz-linear-gradient(   top, #DE6F33 0%, #db4f03 100%);
	background: -webkit-linear-gradient(top, #DE6F33 0%, #db4f03 100%);
	background: -o-linear-gradient(     top, #DE6F33 0%, #db4f03 100%);
	background: -ms-linear-gradient(    top, #DE6F33 0%, #db4f03 100%);
	background: linear-gradient(        top, #DE6F33 0%, #db4f03 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DE6F33', endColorstr='#db4f03');
	border: 1px solid #ce4901;
	border-bottom: 3px solid #ae4500;
	color: #ffffff;
	display: inline-block;
	*display: inline;
	font:normal 1.3em 'Sans Pro Bold',sans-serif, Arial, Verdana;
	padding: 10px 20px;
	outline: none;
	cursor: pointer;
	text-align: center;
    -webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	     -o-border-radius: 5px;
	    -ms-border-radius: 5px;
	        border-radius: 5px;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	     -o-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	    -ms-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}
.btn a:hover{
	background:#db4f03;
	background: -webkit-gradient(linear,top, color-stop(20%,#db4f03),color-stop(100%,#db4f03));
	background: -moz-linear-gradient(   top, #db4f03 20%, #db4f03 100%);
	background: -webkit-linear-gradient(top, #db4f03 20%, #db4f03 100%);
	background: -o-linear-gradient(     top, #db4f03 20%, #db4f03 100%);
	background: -ms-linear-gradient(    top, #db4f03 20%, #db4f03 100%);
	background: linear-gradient(        top, #db4f03 20%, #db4f03 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db4f03', endColorstr='#db4f03');
}
/* Contact success */
.alert-success{
	background: #cefbba;
	border: 1px solid green;
	font-size: 1.3em;
	color: green;
	padding:10px;
}
/* read more */
.more a{
	color: #db4f03;
	font:normal 1.2em 'Sans Pro Bold',sans-serif, Arial, Verdana;
	-webkit-transition: color 0.4s;
    -moz-transition:    color 0.4s;
    -o-transition:      color 0.4s;
    transition:         color 0.4s;
}
.more a:hover{
	color: #222222;
}
/* separator */
.separator{
	width: 100%;
	display: block;
	float: left;
	height: 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #ffffff;
	margin: 40px 0;
}
/* strong text */
.strong{
	font-weight: bold;
	text-transform: uppercase;
	color: #444444;
	font-size: 1.12em;
}
/* paper stack effect */
.paper-stack{
	background: #ffffff;
	border: 1px solid #cccccc;
	display: block;
	position: relative;
}
.paper-stack::before,
.paper-stack::after{
	background: #ffffff;
	border:	1px solid #cccccc;
	content: "";
	height: 3px;
	position: absolute;
	display: block;
}
.paper-stack:before{
	width: 99%;
	left: .5%;
	bottom: -5px;
}
.paper-stack:after{
	width: 98%;
	left: 1%;
	bottom: -9px;
}
/* colors */
.orange{
	color: #db4f03;
}
.yellow{
	color: #f5bc0d;
}
.white{
	color: #ffffff;
}
.black{
	color: #222222;
}
/* lists */
ul.list li{
	background: url(../img/media/list.png) 0 2px no-repeat;
	font:normal 1.1em 'Sans Pro Bold', 'sans serif',Arial,Tahoma,Verdana;
	margin: 12px 0 0;
	padding: 0 0 0 20px;
	line-height: 120%;
}
/* padded */
.padded-15{
	padding: 15px;
}
.padded-20{
	padding: 20px;
}
/*******************************************************
********************* 3.THE HEADER 
*******************************************************/
header {
	height: 75px;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 10;
	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
	background-color: #FFF;
}
/* LOGO */
header h1.logo{
	display: block;
	float: left;
	height: 75px;
	margin: 0;
	text-indent: -9999px;
	width: 215px;
}
header h1.logo a{
	display: block;
	height: 75px;
	width: 215px;
	background-color: transparent;
	background-image: url(../img/logo-footer.png);
	background-repeat: no-repeat;
}
/* PRIMARY NAVIGATION */
header nav.primary-navigation ul{
	float: right;
	height: 75px;
}
header nav.primary-navigation ul li{
	float: left;
	display: block;
	border-bottom: 5px solid transparent;

	-webkit-transition: border-color 0.4s;
    -moz-transition:    border-color 0.4s;
    -o-transition:      border-color 0.4s;
    transition:         border-color 0.4s;
}
header nav.primary-navigation ul li a{
	color: #666;
	display: block;
	font-size:1.1em;
	height: 70px;
	line-height: 75px;
	padding: 0 10px;
	text-transform: uppercase;
}
header nav.primary-navigation ul li:hover{
	border-color: #61b056;
}
header nav.primary-navigation ul li.selected{
	border-top-color: #61b056;
	border-right-color: #61b056;
	border-bottom-color: #61b056;
	border-left-color: #61b056;
}
header nav.primary-navigation ul li a:hover,
header nav.primary-navigation ul li.selected a{
	color: #61b056;
}
/* RESPONSIVE BUTTON */
span.responsive-button{
	position:absolute;
	right:10px;
	float: right;
	width:  40px;
	height: 40px;
	margin: 20px 0 0 0;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	background-color: #F8F8F8;
	background-image: url(../img/media/responsive-button.png);
	background-repeat: no-repeat;
}
/* RESPONSIVE NAVIGATION */
header nav.responsive-navigation ul{
	width: 100%;
	display: block;
	float: right;
	text-align: center;
	display: none;
	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
	background-color: #FFF;
}
header nav.responsive-navigation ul li{
	width: 100%;
}
header nav.responsive-navigation ul li:hover{
	background-color: #f0f0f0;
}
header nav.responsive-navigation ul li.selected{
	background-color: #61B056;
}
header nav.responsive-navigation ul li a{
	color: #060707;
	display: block;
	width: 100%;
	height: 100%;
	padding:10px 0;
}
header nav.responsive-navigation ul li.selected a{
	color: #FFF;
}
/*******************************************************
********************* 4.INTRO
*******************************************************/
#intro{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-bottom: 1px solid #dddddd;
	margin: 75px 0 0;
	width: 100%;
	position: relative;
	color: #ffffff;
	padding: 50px 0;
	background-attachment: fixed;
	background-color: #FFF;
	background-image: url(../img/parallax/intro2.jpg);
	background-repeat: no-repeat;
	background-position: center 75px;
}
/* slider */
#intro #slider{
	margin-bottom: 20px;
}
#slider .slide-info{
	margin-top: 60px;
}
#slider .slide-info h1{
	font:normal 3em 'Sans Pro Bold', 'sans serif',Arial,Tahoma,Verdana;
	color: #ffffff;
	line-height: 100%;
	text-transform: uppercase;
}
#slider .slide-info p{
	font-size: 1.1em;
}


#whatisorganic{
	background: url(../img/pattern/dark-wood.png) repeat;
	background-attachment: fixed;
	border-bottom: 1px solid #f3f3f3;
	padding-bottom: 270px;
}
#whatisorganic .container .grid-12 p {
	font-size: 16px;
	text-align: justify;
}

#compare{
	background: url(../img/pattern/dark-wood.png) repeat;
	background-attachment: fixed;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #F3F3F3;
	padding-bottom: 200px;
}


#health{
	background: url(../img/pattern/dark-wood.png) repeat;
	background-attachment: fixed;
	border-bottom: 1px solid #F3F3F3;
	padding-bottom: 200px;
}
.health-hazards .media{
	margin-bottom:60px;
	padding-left:0px;
}
.health-hazards .media .img{
	background: #eeeeee;
	color: #db4f03;
	font-size: 3.2em;
	width:  160px;
	height: 121px;
	line-height: 85px;
	text-align: center;

	-webkit-border-radius: 40px;
	-moz-border-radius:    40px;
	-o-border-radius:      40px;
	-ms-border-radius:     40px;
	border-radius:         40px;
}
.health-hazards .media .bd h3{
	font:1.3em 'Sans Pro Bold', 'sans serif',Arial,Tahoma,Verdana;
	text-transform: capitalize;
}
#compare .grid-6 p  {
	background-color: #efefef;
	font-size: 13px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#compare .grid-6 .h20 {
	background-color: #efefef;
	font-size: 13px;
	padding-right: 10px;
	padding-left: 10px;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#compare .grid-6 .h50 {
	background-color: #efefef;
	font-size: 13px;
	padding-right: 10px;
	padding-left: 10px;
	height: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#compare .grid-6 .h70  {
	background-color: #efefef;
	font-size: 13px;
	padding-right: 10px;
	padding-left: 10px;
	height: 70px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#compare .container h3 {
	padding-left: 10px;
	margin-bottom: 30px;
	font-weight: bold;
}

#compare .grid-6 h4 {
	background-color: #efefef;
	font-size: 16px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
}


.health-hazards.grid-6 .media .bd span {
	font-family: 'Open Sans', sans-serif;
	background-image: url(../img/icon-cerclesml.png);
	background-repeat: no-repeat;
	padding-left: 40px;
}




#whyindia{
	background-attachment: fixed;
	border-bottom: 1px solid #F3F3F3;
	padding-bottom: 280px;
	background-image: url(../img/pattern/india-bg.png);
	background-repeat: repeat;
}
#whyindia .container div p {
	font-size: 16px;
	background-image: url(../img/icon-cercle.png);
	background-repeat: no-repeat;
	padding-left: 40px;
	background-position: 2px 4px;
}
#limitations .container .grid-12 span  {
	background-image: url(../img/icon-cerclesml.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	font-family: 'Open Sans', sans-serif;
	line-height: 26px;
	margin-left: 30px;
}




#limitations{
	background: url(../img/pattern/dark-wood.png) repeat;
	background-attachment: fixed;
	border-bottom: 1px solid #F3F3F3;
	padding-bottom: 200px;
}
#limitations .container div p {
	font-size: 16px;
	background-image: url(../img/icon-cercle.png);
	background-repeat: no-repeat;
	padding-left: 40px;
	background-position: 2px 4px;
}

#advantage{
	background: url(../img/pattern/dark-wood.png) repeat;
	background-attachment: fixed;
	border-bottom: 1px solid #F3F3F3;
	padding-bottom: 200px;
}
#advantage .container div p {
	font-size: 16px;
	background-image: url(../img/icon-cercle.png);
	background-repeat: no-repeat;
	padding-left: 40px;
	background-position: 2px 4px;
}
#faq{
	background: url(../img/pattern/dark-wood.png) repeat;
	background-attachment: fixed;
	padding-bottom: 200px;
}
#faq .container .grid-12 .qa-row {
	margin-bottom: 50px;
}
#faq .container .grid-12 .qa-row h4 {
	background-image: url(../img/icon-q.png);
	background-repeat: no-repeat;
	padding-left: 40px;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
}
#faq .container .grid-12 .qa-row p {
	background-image: url(../img/icon-a.png);
	background-repeat: no-repeat;
	padding-left: 40px;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
}

/*---start-copy-right----*/
.copy-right{
	background-image: url(../images/footer-bg-second.jpg);
	background-color: #5f9c28;
	padding-top: 0.7em;
	padding-right: 0;
	padding-bottom: 0.4em;
	padding-left: 0;
	height: 40px;
}
.copy-right-left{
	float:left;
	margin-top: 4px;
}
.copy-right-left p{
	color: #FFF;
	font-size: 15px;
}
.copy-right-left p a{
	color:#FC0;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
}
.copy-right-left p a:hover{
	color:#FFF;
}
.copy-right-right{
	float:right;
}
.copy-right-right ul li{
	display:inline-block;
}
.copy-right-right ul li a span{
	height: 24px;
	width: 24px;
	display: block;
	background: url(../images/footer-social-icons.png) no-repeat 7px 7px;
}
.copy-right-right ul li:nth-child(2) a span{
	background: url(../images/footer-social-icons.png) no-repeat -28px 7px;
}
.copy-right-right ul li:nth-child(3) a span{
	background: url(../images/footer-social-icons.png) no-repeat -64px 7px;
}
.copy-right-right ul li a{
	height: 30px;
	width: 30px;
	display: block;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	border-radius: 30em;
	-webkit-border-radius: 30em;
	-moz-border-radius: 30em;
	-o-border-radius: 30em;
	background-color: #77b440;
	border: 1px solid #77b440;
	margin-right: 5px;
}
.copy-right-right ul li a:hover{
	border: 1px solid #FFF;
}
.wrap{
	width:50%;
	margin:0 auto;
}
