@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    padding: 0;
    margin: 0;

}
a {
    text-decoration:none;
	outline:0;
}
table {
    border-spacing: 0;
}
fieldset, img {
    border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-weight: normal;
    font-style: normal;
}
strong {
    font-weight: bold;
}
ol, ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption, th {
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#f2f2f2;
}
q:before, q:after {
    content:'';
}
abbr, acronym {
    border: 0;
}
/* Custom CSS
 * --------------------------------------- */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on November 4, 2015 */



@font-face {
    font-family: 'gotham_boldregular';
    src: url('gotham-bold1-webfont.eot');
    src: url('gotham-bold1-webfont.eot?#iefix') format('embedded-opentype'),
         url('gotham-bold1-webfont.woff2') format('woff2'),
         url('gotham-bold1-webfont.woff') format('woff'),
         url('gotham-bold1-webfont.ttf') format('truetype'),
         url('gotham-bold1-webfont.svg#gotham_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'gotham_mediumregular';
    src: url('gotham-medium1-webfont.eot');
    src: url('gotham-medium1-webfont.eot?#iefix') format('embedded-opentype'),
         url('gotham-medium1-webfont.woff2') format('woff2'),
         url('gotham-medium1-webfont.woff') format('woff'),
         url('gotham-medium1-webfont.ttf') format('truetype'),
         url('gotham-medium1-webfont.svg#gotham_mediumregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gotham_bookregular';
    src: url('ufonts.com_gotham-book-webfont.eot');
    src: url('ufonts.com_gotham-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('ufonts.com_gotham-book-webfont.woff2') format('woff2'),
         url('ufonts.com_gotham-book-webfont.woff') format('woff'),
         url('ufonts.com_gotham-book-webfont.ttf') format('truetype'),
         url('ufonts.com_gotham-book-webfont.svg#gotham_bookregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
    font-family: "Roboto",Open Sans;
    color: #f2f2f2;
}

body {
   font-family: "Roboto",Open Sans;
}

/* For normal*/
.normal {
    font-weight: 400;
}

 /*For bold*/
.bold,
strong {
    font-weight: 700;
}

/*For thin*/
.light {
    font-weight: 300;
}

h1 {
    font-size: 6em;
}

.section {
    text-align: center;
}
/* Menu
 * --------------------------------------- */
#menu li {
    display:inline-block;
    margin: 10px;
    color: #000;
    background:#fff;
    background: rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
#menu li.active {
    background:#666;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}
#menu li a {
    text-decoration:none;
    color: #000;
}
#menu li.active a:hover {
    color: #000;
}
#menu li:hover {
    background: rgba(255, 255, 255, 0.8);
}
#menu li a, #menu li.active a {
    padding: 9px 18px;
    display:block;
}
#menu li.active a {
    color: #fff;
}
#menu {
    position:fixed;
    top:0;
    left:0;
    height: 40px;
    z-index: 70;
    width: 100%;
    padding: 0;
    margin:0;
}
.intro p {
    width: 50%;
    margin: 0 auto;
    font-size: 1.5em;
}
.twitter-share-button {
    position: fixed;
    z-index: 99;
    right: 149px;
    top: 9px;
}
#download {
    margin: 10px 0 0 0;
    padding: 15px 10px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #49afcd;
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from( #5bc0de), to( #2f96b4));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: linear-gradient(top, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
#download a {
    text-decoration:none;
    color:#fff;
}
#download:hover {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-color: #2F96B4;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -ms-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear;
}
#infoMenu {
    height: 20px;
    color: #f2f2f2;
    position:fixed;
    z-index:70;
    bottom:0;
    width:100%;
    text-align:right;
    font-size:0.9em;
    padding:8px 0 8px 0;
}
#infoMenu ul {
    padding: 0 40px;
}
#infoMenu li a {
    display: block;
    margin: 0 22px 0 0;
    color: #333;
}
#infoMenu li a:hover {
    text-decoration:underline;
}
#infoMenu li {
    display:inline-block;
    position:relative;
}
#examplesList {
    display:none;
    background: #282828;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 20px;
    float: left;
    position: absolute;
    bottom: 29px;
    right: 0;
    width:638px;
    text-align:left;
}
#examplesList ul {
    padding:0;
}
#examplesList ul li {
    display:block;
    margin: 5px 0;
}
#examplesList ul li a {
    color: #BDBDBD;
    margin:0;
}
#examplesList ul li a:hover {
    color: #f2f2f2;
}
#examplesList .column {
    float: left;
    margin: 0 20px 0 0;
}
#examplesList h3 {
    color: #f2f2f2;
    font-size: 1.2em;
    margin: 0 0 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    padding: 0 0 5px 0;
}
/* Section 1
 * --------------------------------------- */
#section1 h1 {
    color: #444;
}
#section1 p {
   color: #623312;
    font-family: "Roboto",Open Sans;
    font-size: 24px;
    font-weight: 400;
    padding: 1% 0;
}

/* Section 2
 * --------------------------------------- */
#section2 h1, #section2 p {
    z-index: 3;
}

#section2 #colors {
    right: 60px;
    bottom: 0;
    position: absolute;
    height: 413px;
    width: 258px;
    background-image: url(imgs/colors.gif);
    background-repeat: no-repeat;
}
/* Section 3
 * --------------------------------------- */
#section3 .saaf{
    margin: 3% auto 0;
    padding-left: 30px;
    padding-top: 66px;
    position: absolute;

}
.left, .right{
    float:left;
}
.xplore > a {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    border-radius: 4px;
    padding: 18px 7px;
}
.xplore span{
  background-color: #588600;
    border-radius: 4px;
    color: #fff;
    font-family: open sans;
    font-size: 15px;
    line-height: normal;
    padding: 9px 11px;
    text-shadow: none;
    width: 162px;
}

#section3 .saaf .xplore {
    margin-bottom: 43px;
      margin-top: 36px;
}


#section3 .saaf p.red{
     color: #d0201a;
    font-family: "Roboto",open sans;
    font-size: 55px;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 0;
    text-align: left;
    text-shadow: 1px 1px #3f3e3a;
}
#section3 .saaf p{
     color: #2f2621;
    font-family: "Roboto",open sans;
    font-size: 19px;
    font-weight: inherit;
    line-height: 1.5;
    margin: 20px;
    text-align: left;
     font-weight: 400;

}

#section3 #colors {
    left: 60px;
    bottom: 0;
}
#section3 p {
    color: #757575;
}
#colors2, #colors3 {
    position: absolute;
    height: 163px;
    width: 362px;
    z-index: 1;
    background-repeat: no-repeat;
    left: 0;
    margin: 0 auto;
    right: 0;
}
#colors2 {
    background-image: url(imgs/colors2.gif);
    top:0;
}
#colors3 {
    background-image: url(imgs/colors3.gif);
    bottom:0;
}
/* Section 4
 * --------------------------------------- */
#section4 p.red {
     color: #d0201a;
    font-size: 50px;
    font-weight: inherit;
    margin-top: 0;
    text-align: center;
    text-shadow: 1px 1px #3f3e3a;
    text-transform: uppercase;
}
#section4 p{
     font-family: "Roboto",open sans;
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 24px;
    color: #2f2621;
}

#section4 p.meal{
   font-family: "Roboto",open sans;
    font-weight: 400;
	margin-bottom: 55px;
}

#section4 .sahi-ya-nahi-thumb:first{

    padding-top: 45px;
}
#section4 .sahi-ya-nahi-thumb:first{

    padding-top: 10px;
}

#section4 td{

    background-color: rgba(0,0,0,0.2); padding: 7px;border-radius: 4px;
}

#section4 td span{
 background: #588600 none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-family: open sans;
    font-size: 14px;
    padding: 12px;
    width: 163px;
}

.pledge ul li {
    display: inline-block;
    float: left;
    margin-right: 15px;
}
.pledge ul li a {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    font-family: open sans;
    font-size: 14px;
    padding: 15px 6px;
    text-transform: uppercase;
}
.pledge ul li a span {
    background: #588600 none repeat scroll 0 0;
    border-radius: 4px;
    padding: 9px 27px;
}
.pledge {
    float: left;
    width: 100%;
}
.pledge > ul {
    margin: 0 auto;
    width: 424px;
}



/* Overwriting fullPage.js tooltip color
* --------------------------------------- */
#pp-nav.custom .pp-tooltip {
    color: #AAA;
}
header {
    background: none repeat scroll 0 0 #fff;
    float: left;
    height: 70px;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    -webkit-box-shadow: 0px 4px 10px -1px rgba(66, 66, 66, 1);
    -moz-box-shadow: 0px 4px 10px -1px rgba(66, 66, 66, 1);
    box-shadow: 0px 4px 10px -1px rgba(66, 66, 66, 1);
}
header .wrap {
    width:95%;
    margin:0px auto;
    padding:0px;
}
header .logo {
    background: rgba(0, 0, 0, 0) url("../imgs/devaaya_logo.png") no-repeat scroll center top / cover ;
    float: left;
    height: 53px;
    padding: 0;
    width: 134px;
	margin:8px 0 0 0;
}
header .logo a {
    width:100%;
    height:100%;
    display:block;
}
header .navigation {
    float: left;
    font-family: "Gotham";
    margin: 28px 0 0 28px;
    padding: 0;
    text-transform: uppercase;
    width: auto;
}
ul#nav {
    padding:0px;
    list-style:none;
    margin:0px;
}
ul#nav li {
    float:left;
    margin-right:10px;
    display:inline-block;
    zoom:1;
    *display:inline;
    position:relative;
	font-family:'gotham_mediumregular';
}
ul#nav li a {
     color: #623312;
    display: inline-block;
    font-size: 15px;
    font-weight: 800;
    line-height: normal;
    padding: 0 26px;
    text-decoration: none;
}


ul#nav li a span {
    display: inline-block;
    transform: skew(10deg);
    -o-transform: skew(10deg);
    -moz-transform: skew(10deg);
    -webkit-transform: skew(10deg);
}
ul#nav li a.current-menu-item:hover {
    background:#d65443;
}
#section1 .sahi-ya-nahi-thumb {
    margin:0px auto;
    padding:19% 0 0;
}
#section4 .sahi-ya-nahi-thumb {
    margin:0px auto;
    padding:0 0;
}
#section4 .sahi-ya-nahi-thumb:first-child {
    padding-top: 6%;
    padding-bottom: 1%;
}
.down.nextdiv,
#section1 .down {
    bottom: 9%;
    left: 0;
    position: absolute;
    width: 100%;
}



#section5, #section5 .fp-tableCell{height: 571px !important}
.heading {
    width:700px;
    margin:2px auto;
    /*background:#fff;
    transform: skew(-10deg);
    -o-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -webkit-transform: skew(-10deg);*/
    padding:0px 0px;
    display: inline-block;
    color:#623312;
    font-size:32px;
    font-family: 'gotham_boldregular';
    font-weight:normal;

}
.heading span {
    display: inline-block;
    /*transform: skew(10deg);
    -o-transform: skew(10deg);
    -moz-transform: skew(10deg);
    -webkit-transform: skew(10deg);*/
    clear:both;
}
.subhead {
    width: auto;
    margin: 3px auto 5px;

    /* transform: skew(-10deg); */
  /*  -o-transform: skew(-10deg);
    -moz-transform: skew(-10deg);*/
    /* -webkit-transform: skew(-10deg); */
    padding: 4px 5px;
    display: inline-block;
    color: #fff;
    font-size: 19px;
    font-family:  "Roboto",Open Sans;
    font-weight: normal;
    text-transform: uppercase;
    background-color: rgba(0,0,0,0.1);
    padding: 7px;
    border-radius: 4px;
}
.subhead span {
    background-color: #588600;
    border-radius: 4px;
    display: inline-block;
    font-family: open sans;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 10px;
}

.down{
    margin:0px auto;
    width:700px;
    margin-top: 52px;
}
#section2 .cont {
    width:208px;
    margin:-269px auto 0 auto;
    padding:0px;
}
#section2 .cont h3 {
   font-family:  "Roboto",Open Sans;
    text-transform:uppercase;
    color:#74c8d3;
    font-size:38px;
    font-weight:700;
    line-height:38px;
}
#section2 .cont p {
	font-family:  "Roboto",Open Sans;
    text-transform:uppercase;
    color:#000;
    font-size:14px;
    font-weight:bold;
    line-height:normal
}
#section2 .explore {
    width:auto;
    margin:10px 0;
    padding:4px 20px;
    background:#d65443;
    transform: skew(-10deg);
    -o-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -webkit-transform: skew(-10deg);
    display: inline-block;
    color:#fff;
    font-size:14px;
    font-weight:bold;
    text-transform:uppercase;
}
#section2 .explore a {
    color:#fff;
    text-decoration:none;
}
#section2 .explore span {
    display: inline-block;
    transform: skew(10deg);
    -o-transform: skew(10deg);
    -moz-transform: skew(10deg);
    -webkit-transform: skew(10deg);
}

#section2 .heading{
     color: #623312;
    display: inline-block;
    font-family:  "Roboto",Open Sans;
    font-size: 53px;
    font-weight: 400;
    margin: 0px auto 0;
    padding: 150px 0 0;
    width: 100%;
}

#section2 .heading span{
    text-shadow: 1px 1px #3f3e3a;
}

#section2 p{
     color: #171716;
    font-family: "Roboto",Open Sans;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.5;
    margin: 12px auto;
    text-align: center;
    width: 54%;
	padding:20px 0px;
}
#section2 .subhead{
    background-color: rgba(0,0,0,0.2);
	 margin-top: 50px;

}
.brown-float{
    color: #171716;
    float: left;
    font-family: "Roboto",Open Sans;
    font-size: 14px;
    font-weight: 500;
    text-align: center;

}
#section2 .subhead span {
    padding: 9px 23px;
}

#section2 .down {
    float: left;
    width: 100%;
    margin-top: 12px;
}

#section2 .down .inner {
    margin: 0 auto;
    width: 513px;
}
#section2 .down .inner .brown-float {
    margin: 0 17px;
}

#section3 .cont {
    width:100%;
    margin:0px auto 0 auto;
    padding:0px;
}
#section3 .cont h2 {
    font-family: 'gotham_boldregular';
    text-transform:uppercase;
    color:#396e7a;
    font-size:42px;
    font-weight:800;
    line-height:42px;
    text-align:center;
}
#section3 .cont h3 {
    color: #396e7a;
    font-family: "Open Sans", sans-serif;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
}
#section3 .explore {
    width:auto;
    margin:40px 0 0 0;
    padding:4px 20px;
    background:#d65443;
    transform: skew(-10deg);
    -o-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -webkit-transform: skew(-10deg);
    display: inline-block;
    color:#fff;
    font-size:14px;
    font-weight:bold;
    text-transform:uppercase;
}
#section3 .explore span {
    display: inline-block;
    transform: skew(10deg);
    -o-transform: skew(10deg);
    -moz-transform: skew(10deg);
    -webkit-transform: skew(10deg);
}
#section4 .cont {
    left: 50%;
    margin: -220px 0 0 -66px;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 800px;
}
#section4 .cont .tvc {
    color:#6b8241;
    font-size:20px;
    font-style:normal;
    margin:0px 0 0 0;
}
#section4 .cont .tvc a {
    color:#000;
}
#section4 .cont .reusable {
    width:389px;
    margin:0px;
    padding:0px 0 20px 0;
    float:left;
}
#section4 .cont .reusable .left {
    width:20%;
    margin:0px;
    padding:0px;
    float:left;
}
#section4 .cont .reusable .right {
    width:70%;
    margin:0px;
    padding:25px 0 0 0;
    float:right;
}
#section4 .cont .reusable .right h3 {
    margin:0px;
    padding:0px;
    font-size:18px;
    color:#6b8241;
    line-height:normal;
    font-family: 'gotham_boldregular';
    font-weight:700;
    text-align:left;
    text-transform:uppercase;
}
#section4 .cont .reusable .right .knowmore {
    width:auto;
    margin:0px;
    padding:5px 15px;
    background:#d65443;
    transform: skew(-10deg);
    -o-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -webkit-transform: skew(-10deg);
    display: inline-block;
    color:#fff;
    font-size:14px;
    font-weight:bold;
    text-transform:uppercase;
    float:left;
}
#section4 .cont .reusable .right .knowmore span {
    display: inline-block;
    transform: skew(10deg);
    -o-transform: skew(10deg);
    -moz-transform: skew(10deg);
    -webkit-transform: skew(10deg);
}
#section4 .cont .reusable .right .knowmore span a {
    color:#fff;
    text-decoration:none;
}
footer {
   background: #fff url("../imgs/inside_page_footer.png") no-repeat scroll center bottom / 100% 100%;
    border-top: 5px solid #a68b7a;
    bottom: 0;
    float: left;
    margin: -70px 0 0;
    min-height: 293px;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 999;
}
footer .wrapper {
    float:right;
    position:relative;
    left:-50%;
    text-align:left;
	top: -25px;
}
footer .wrapper ul {
    list-style:none;
    position:relative;
    left:50%;
}
footer .wrapper ul li {
    margin:0px;
    padding:0px 5px;
    float:left;
    font-size:10px;
    line-height:54px;
    color:#a68c7b;
    font-family: 'gotham_boldregular';
    font-weight:800;
    text-transform:uppercase;
}
footer .wrapper ul li a {
    color: #a68c7b;
    font-family: open sans;
    font-size: 11px;
    font-weight: 600;
    text-decoration: none;
}
.inner_page_wrap {
    width:100%;
    margin:0px;
    padding:0px;
    float:left;
    position:relative;
    top:69px;
}
.inner_page_wrap .banner {
    width:100%;
    margin:0px;
    padding:0px;
    float:left;
    position:relative;
}
.inner_page_wrap .banner h3 {
    position:absolute;
    width:100%;
    margin:0px;
    padding:0px;
    text-align:center;
    left:0px;
    top:15%;
    color:#fff;
    font-size:50px;
    font-family: 'gotham_boldregular';
    font-weight:700;
    text-transform:uppercase;
}
.inner_page_wrap .banner img {
    width:100%;
    display:block;
}
.product_range_container {
    width:100%;
    margin:0px;
    padding:2% 0;
    float:left;
}
.product_range_container h2 {
    margin:0px;
    padding:0px 0;
    float:left;
    color:#74c8d3;
    width:100%;
    text-align:center;
    text-transform:uppercase;
    font-size:28px;
    line-height:28px;
    font-family: 'gotham_boldregular';
    font-weight:700;
}
.product_range_container h3 {
    margin:0px;
    padding:0px 0;
    float:left;
    color:#74c8d3;
    width:100%;
    text-align:center;
    text-transform:uppercase;
    font-size:40px;
    line-height:40px;
    font-family: 'gotham_boldregular';
    font-weight:800;
}
.assurance_container {
    width:100%;
    margin:0px;
    padding:50px 0;
    float:left;
}
.assurance_container h2 {
    margin:0px;
    padding:0px 0;
    float:left;
    color:#6b8241;
    width:100%;
    text-align:center;
    text-transform:uppercase;
    font-size:28px;
    line-height:28px;
    font-family: 'gotham_boldregular';
    font-weight:700;
}
.assurance_container h3 {
    margin:0px;
    padding:0px 0;
    float:left;
    color:#6b8241;
    width:100%;
    text-align:center;
    text-transform:uppercase;
    font-size:40px;
    line-height:40px;
    font-family: 'gotham_boldregular';
    font-weight:800;
}
.cta {
    width:120px;
    margin:0px auto;
    padding:0px 0 50px 0;
}
.explore {
    width:auto;
    margin:0px auto;
    padding:4px 20px;
    background:#d65443;
    transform: skew(-10deg);
    -o-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -webkit-transform: skew(-10deg);
    display: inline-block;
    color:#fff;
    font-size:14px;
    font-weight:bold;
    text-transform:uppercase;
}
.explore span {
    display: inline-block;
    transform: skew(10deg);
    -o-transform: skew(10deg);
    -moz-transform: skew(10deg);
    -webkit-transform: skew(10deg);
}
.explore span {
    color:#fff;
    text-decoration:none;
}
.products_tab_container {
    float: left;
    margin: 0;
    padding: 0 0 55px;
    position: relative;
    width: 100%;
}
.products_tab_container .content_box {
    width:77%;
    margin:0px auto;
    padding:0px;
}
.products_tab_container .content_box p {
    font-size:16px;
    margin:0px;
    padding:0px 0 40px 0;
    color:#6b8241;
    text-align:center;
}
.products_tab_container .content_box2 {
    width:100%;
    margin:0px auto;
    padding:0px;
}
.products_tab_container .board {
    width:445px;
    height:355px;
    margin:0px auto;
    background:url(../imgs/tasted-for_.jpg) center top no-repeat;
    padding:206px 0 0 0;
}
.products_tab_container .board ul {
    list-style:none;
    margin:0px auto;
    padding:0px;
    width:63%;
}
.products_tab_container .board ul li {
    margin:0px 0 35px 0;
    padding:0px 0 0 60px;
    float:none;
    color:#603316;
    opacity:0;
    width:100%;
    background:url(../imgs/assurence-bullet.png) left top no-repeat;
    height:33px;
    line-height:33px;
    font-size:16px;
    text-transform:uppercase;
}
.products_tab_container .content {
    width:100%;
    margin:0;
    padding:0;
    float:left;
}
.products_tab_container .content .banner {
    width:100%;
    margin:0px;
    padding:0px;
    float:left;
    position:relative;
}
.products_tab_container .content .banner img {
    width:100%;
}

.bot_prd {
    float: left;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0px 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}
.bot_prd .left {
    width:50%;
    margin:0px;
    padding:0px;
    float:left;
    text-align:center;
    position:relative;
}
.bot_prd .left .text {
    color: #e32105;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 35px;
    font-weight: bold;
    margin: 0 -369px 0 0;
    position: absolute;
    right: 50%;
    text-transform: uppercase;
    top: 30px;
    width: 280px;
}
.bot_prd .right {
    float: right;
    margin: 0px 0;
    padding:20px 20px;
    text-align: left;
    width: 20%;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background:#fff;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.bot_prd .right .heading {
    width:100%;
    margin:0px;
    padding:0px;
    float:left;
    display:none;
}
.bot_prd .right .desc {
    background: none repeat scroll 0 0 #fff;
    border-radius: 17px;
    color: #603316;
    float: left;
    font-family:'gotham_mediumregular';
    font-size: 21px;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
    padding:0;
    width: 100%;
}
.bot_prd .right .desc p {
    border-radius: 10px;
    color: #603316;
    float: left;
    font-family:'gotham_mediumregular';
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    padding: 20px 0;
}
.inr_footer {
    position:static !important;
}
.resource h2 {
    color: #6b8241;
    float: left;
    font-family:'gotham_mediumregular';
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    margin: 0px;
    padding: 0px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.resource h4 {
    color: #6b8241;
    float: left;
    font-family:'gotham_mediumregular';
    font-size: 17px;
    font-weight: 700;
    line-height: 28px;
    margin: 0px;
    padding: 0px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.resource p {
    color: #6b8241;
    font-family:'gotham_mediumregular';
    font-size: 16px;
    font-weight: 500;
    margin: 0px;
    padding: 0px 0;
    text-align: center;
}
.new {
    float: left;
	width:50%;
}
.new2 {
    margin: 0px auto;
    text-align: center;
    width: 50%;
}
.new2:before, .new2:after {
    clear: both;
    content: '';
}
.new-image {
    float: left;
}
.new-text {
    float: left;
    padding-left: 7px;
    padding-right: 50px;
    padding-top: 10px;
}
.new1 {
    width: 100%;
}
.reach-form {
    margin: 0px auto;
    max-width: 500px;
    padding: 25px 15px 25px 10px;
    text-align: center;
}
.reach-form p {
    padding: 10px 0px;
}
.reach-form label {
    color: #000;
    display: inline-block;
    font-size: 14px;
    text-align: center;
}
.reach-form input[type="text"], .reach-form input[type="email"], .reach-form textarea {
    border: 1px solid #d65443;
    box-shadow: inset 0px 1px 4px #ECECEC;
    color: #888;
    font-size: 12px;
    height: 30px;
    line-height: 15px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    moz-box-shadow: inset 0px 1px 4px #ECECEC;
    outline: 0 none;
    padding: 3px 3px 3px 5px;
    webkit-box-shadow: inset 0px 1px 4px #ECECEC;
    width: 70%;
    resize:none;
}
.reach-form textarea {
    height: 100px;
}
.section-reach h5 {
    margin: 0;
    padding: 7px 0px;
    text-align: center;
    font-size:16px;
}
.reach-form .button {
    background: #d65443;
    border:none;
    color: #FFF;
    cursor: pointer;
    padding: 10px 25px 10px 25px;
    width: 20%;
    font-size:12px;
    font-weight:bold;
}
.button-slanted {
    transform: skew(-20deg);
}
.button-slanted-text {
    transform: skew(20deg);
}
/* Style for our header texts
        * --------------------------------------- */
h1 {
    font-size: 5em;
    font-family: arial, helvetica;
    color: #fff;
    margin:0;
    padding:0;
}
/* Centered texts in each section
        * --------------------------------------- */
.section {
    text-align:center;
}
/* Backgrounds will cover all the section
        * --------------------------------------- */
#section1,  #section2,  #section3,  #section4 {
    background-size:100% auto !important;
    position: relative;
}
#responcible-sourcing1{
    background-size:80% auto !important;
    position: relative;
}
/* Defining each section background and styles
        * --------------------------------------- */
#section1 {
    background: url(../imgs/bg1.jpg) center 48px no-repeat;
}
#section2 {
    background: url(../imgs/bg2.jpg) center 0px no-repeat;
    padding: 0 0 0 0;
}
#section3 {
    background: url(../imgs/bg3.jpg) center 0px no-repeat;
    padding: 0 0 0 0;
}
#section4 {
    background: url(../imgs/bg4.jpg) center -184px no-repeat;
    padding: 0 0 0 0;
}
#section3 h1 {
    color: #000;
}
#section1 h1 {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 30px;
    color: #fff;
}
#section2 .intro {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 30px;
}
#section3 h1{
    text-shadow: 1px 5px 20px #000;
    color: #fff;
}
#infoMenu li a {
    color: #fff;
}
#pics div {
    position:absolute;
    display: none;
    right:4%;
    top:30%;
    width:300px;
    text-align:center;
}
.landing-overlay{
	width:100%;
	margin:0 0 0 0;
	padding:0px;
	float:left;
	height:700px;
}
.landing-overlay #player{
	width:100%;
	margin:0 0 0 0;
	padding:0px;
	float:left;
	height:100%;
}
.landing-overlay .close{
	width:30px;
	height:30px;
	margin:0px;
	padding:0px;
	position:absolute;
	right:0px;
	top:0px;
	background:#000;
}
.landing-overlay .close img{
	width:100%;
}
#section5{
	height:auto !important;
}
.counter{
width: auto;
margin: 0px;
padding: 0px;
}
.counter span{
display: inline-block;
background-position:

}



#responcible-sourcing-section1{
    background: url(../imgs/responcible-sourcing-first-slide-bg.png) #ffe5b8  center bottom no-repeat;
	position:relative;
}
#responcible-sourcing-section2{
    background: url(../imgs/responcible-sourcing-second-slide-bg.png) #53917e  center bottom no-repeat;
    padding: 0 0 0 0;
	position:relative;
}
#responcible-sourcing-section3 {
    background: url(../imgs/responcible-sourcing-third-slide-bg.png) #65524d center bottom no-repeat;
    padding: 0 0 0 0;
	position:relative;
}
#responcible-sourcing-section4 {
    background: url(../imgs/responcible-sourcing-fourth-slide-bg.png) #c8e087 center bottom no-repeat;
    padding: 0 0 0 0;
	position:relative;
}
#responcible-sourcing-section6 {
    background: url(../imgs/responcible-sourcing-sixth-slide-bg.png) #969281 center bottom no-repeat;
    padding: 0 0 0 0;
	position:relative;
}
#responcible-sourcing-section7 {
    background: url(../imgs/responcible-sourcing-seventh-slide-bg.png) #86d59d center bottom no-repeat;
    padding: 0 0 0 0;
	position:relative;
}
#responcible-sourcing-section1 .icon{
	width:12%;
	margin:0px auto 0 auto;
	padding:120px 0 40px;
}

#responcible-sourcing-section1 .container{
	width:80%;
	margin:0px auto 0 auto;
	padding:0px 0;
}
#responcible-sourcing-section1 .container h3{
	font-size:2.5em;
	color:#653615;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family: 'gotham_boldregular';
	text-transform:uppercase;
	letter-spacing:1px;
}
#responcible-sourcing-section1 .container p{
	font-size:22px;
	color:#653615;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family: 'gotham_bookregular';
}
#responcible-sourcing-section1 .icon img{
	width:100%;
}
#responcible-sourcing-section2 .icon{
	width:25%;
	margin:0px auto 0 auto;
	padding:120px 0 40px;
}
#responcible-sourcing-section2 .icon img{
	width:100%;
}
#responcible-sourcing-section2 .container h3{
	font-size:2.5em;
	color:#ffd20d;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family: 'gotham_boldregular';
	text-transform:uppercase;
	letter-spacing:1px;
}
#responcible-sourcing-section2 .container p{
	font-size:22px;
	color:#fff;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family: 'gotham_bookregular';
}
.down.nextdiv, #responcible-sourcing-section2 .down {
    bottom: 2%;
    left: 0;
    position: absolute;
    width: 100%;
}
#responcible-sourcing-section3 .icon{
	width:25%;
	margin:0px auto 0 auto;
	padding:120px 0 40px;
}
#responcible-sourcing-section3 .icon img{
	width:100%;
}
#responcible-sourcing-section3 .container h3{
	font-size:2.5em;
	color:#e4d1b0;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family: 'gotham_boldregular';
	text-transform:uppercase;
	letter-spacing:1px;
}
#responcible-sourcing-section3 .container p{
	font-size:22px;
	color:#fff;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family: 'gotham_bookregular';
}
.down.nextdiv, #responcible-sourcing-section3 .down {
    bottom: 4%;
    left: 0;
    position: absolute;
    width: 100%;
}


#responcible-sourcing-section4 .icon{
	width:23%;
	margin:0px auto 0 auto;
	padding:120px 0 40px;
}
#responcible-sourcing-section4 .icon img{
	width:100%;
}
#responcible-sourcing-section4 .container h3{
	font-size:2.5em;
	color:#3c716c;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family: 'gotham_boldregular';
	text-transform:uppercase;
	letter-spacing:1px;
}
#responcible-sourcing-section4 .container p{
	font-size:22px;
	color:#653615;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family: 'gotham_bookregular';
}
.down.nextdiv, #responcible-sourcing-section4 .down {
    bottom: 4%;
    left: 0;
    position: absolute;
    width: 100%;
}

#responcible-sourcing-section6 .icon{
	width:25%;
	margin:0px auto 0 auto;
	padding:120px 0 40px;
}
#responcible-sourcing-section6 .icon img{
	width:100%;
}
#responcible-sourcing-section6 .container h3{
	font-size:2.5em;
	color:#ffd20d;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family: 'gotham_boldregular';
	text-transform:uppercase;
	letter-spacing:1px;
}
#responcible-sourcing-section6 .container p{
	font-size:22px;
	color:#fff;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family: 'gotham_bookregular';
}
.down.nextdiv, #responcible-sourcing-section6 .down {
    bottom: 4%;
    left: 0;
    position: absolute;
    width: 100%;
}

#responcible-sourcing-section7 .icon{
	width:25%;
	margin:0px auto 0 auto;
	padding:120px 0 40px;
}
#responcible-sourcing-section7 .icon img{
	width:100%;
}
#responcible-sourcing-section7 .container h3{
	font-size:2.5em;
	color:#616161;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family: 'gotham_boldregular';
	text-transform:uppercase;
	letter-spacing:1px;
}
#responcible-sourcing-section7 .container p{
	font-size:22px;
	color:#653615;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family: 'gotham_bookregular';
}
.down.nextdiv, #responcible-sourcing-section7 .down {
    bottom: 4%;
    left: 0;
    position: absolute;
    width: 100%;
}
#assurence-section1 {
    background: url(../imgs/assurence-top-slide-bg.png) #ffe5b8 center bottom no-repeat;
    padding: 0 0 0 0;
	position:relative;
}
#assurence-section1 .icon{
	width:15%;
	margin:0px auto 0 auto;
	padding:120px 0 40px;
}
#assurence-section1 .icon img{
	width:100%;
}
#assurence-section1 .container h3{
	font-size:3.5em;
	color:#65350f;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family: 'gotham_boldregular';
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
}
#assurence-section1 .container p{
	font-size:22px;
	color:#171716;
	margin:0px auto;
	padding:10px 0;
	text-align:center;
	font-family: 'gotham_bookregular';
	
}
.down.nextdiv, #assurence-section1 .down {
    bottom: 4%;
    left: 0;
    position: absolute;
    width: 100%;
}
#assurence-section2 {
    background: url(../imgs/assurence-btm-slide-bg.png) #65524d left 70% repeat-x;
	background-size:80%;
    padding: 0 0 0 0;
	position:relative;
}
#assurence-section2 .icon{
	width:15%;
	margin:0px auto 0 auto;
	padding:120px 0 40px;
}
#assurence-section2 .icon img{
	width:100%;
}
#assurence-section2 .container h3{
	font-size:3.5em;
	color:#65350f;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family: 'gotham_boldregular';
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
}
#assurence-section2 .container h4{
	font-size:25px;
	color:#ffe5b8;
	margin:0px 0 0 0;
	padding:100px 0 0 0;
	text-align:center;
	font-family: 'gotham_boldregular';
	text-transform:uppercase;
}
.list-cont{
	width:100%;
	margin:10px auto;
	padding:0px;
	position:relative;
	text-align:left;
}
.list-cont ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
.list-cont ul p{
	width:100%;
	margin:0px;
	padding:18px 0;
	text-align:center;
	font-size:18px;
}
.list-cont ul li{
	list-style:none;
	margin:0px 0 0 30%;
	padding:4px 0 4px 30px;
	float:none;
	background:url(../imgs/assurence-list-bg.png) left center no-repeat;
	background-size:4%;
	font-size:18px;
}
#assurence-section2 .container h5{
	font-size:22px;
	color:#ffe5b8;
	margin:0px 0 0 0;
	padding:30px 0 0 0;
	text-align:center;
	font-family: 'gotham_boldregular';
	text-transform:uppercase;
}
#assurence-section2 .container .report-cta{
	width:100%;
	margin:0px;
	padding:0px;
}
#assurence-section2 .container p{
	font-size:22px;
	color:#171716;
	margin:0px auto;
	padding:10px 0;
	text-align:center;
	font-family: 'gotham_bookregular';
	
}
.down.nextdiv, #assurence-section2 .down {
    bottom: 4%;
    left: 0;
    position: absolute;
    width: 100%;
}

.showcase .content {
    height: 300px;
    width: 50%;
	margin:10px auto;
}
button.thoughtbot {
  background-color: #ee432e;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #588600), color-stop(50%, #588600), color-stop(50%, #588600), color-stop(100%, #588600));
  background-image: -webkit-linear-gradient(top, #588600 0%, #588600 50%, #588600 50%, #588600 100%);
  background-image: -moz-linear-gradient(top, #588600 0%, #588600 50%, #588600 50%, #588600 100%);
  background-image: -ms-linear-gradient(top, #588600 0%, #588600 50%, #588600 50%, #588600 100%);
  background-image: -o-linear-gradient(top, #588600 0%, #588600 50%, #588600 50%, #588600 100%);
  background-image: linear-gradient(top, #588600 0%, #588600 50%, #588600 50%, #588600 100%);
  border: 3px solid #51423e;
  border-radius: 5px;
  color: #fff;
  font-size:20px;
  padding: 12px 0 14px 0;
  text-align: center;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.8);
  width: auto;
	padding: 10px 20px;
	text-transform:uppercase;
}
  button.thoughtbot:hover {
    background-color: #f37873;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #436306), color-stop(50%, #436306), color-stop(50%, #436306), color-stop(100%, #436306));
    background-image: -webkit-linear-gradient(top, #436306 0%, #436306 50%, #436306 50%, #436306 100%);
    background-image: -moz-linear-gradient(top, #436306 0%, #436306 50%, #436306 50%, #436306 100%);
    background-image: -ms-linear-gradient(top, #436306 0%, #436306 50%, #436306 50%, #436306 100%);
    background-image: -o-linear-gradient(top, #436306 0%, #436306 50%, #436306 50%, #436306 100%);
    background-image: linear-gradient(top, #436306 0%, #436306 50%, #436306 50%, #436306 100%);
    cursor: pointer; }
  button.thoughtbot:active {
    background-color: #d43c28;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d43c28), color-stop(50%, #ad3224), color-stop(50%, #9c1500), color-stop(100%, #700d00));
    background-image: -webkit-linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
    background-image: -moz-linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
    background-image: -ms-linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
    background-image: -o-linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
    background-image: linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 115, 100, 0.4);
    box-shadow: inset 0 0 0 1px rgba(255, 115, 100, 0.4); }
	
	
	.lightbox .inner table{
		color:#000;
	}
	.lightbox .inner table h5{
		color:#fff;
		font-size:35px;
		margin:0px;
		padding:0px;
		text-transform:uppercase;
		font-weight:bold;
		font-family:'gotham_mediumregular';
}
.lightbox .inner table p{
		color:#fff;
		font-size:18px;
		margin:0px;
		padding:0px;
		text-transform:uppercase;
		font-family:'gotham_mediumregular';
}
.manifesto{
	width:100%;
	margin:0px;
	padding:40px 0 0 0;
	float:left;
}
.manifesto h3{
	color:#6b8241;
		font-size:25px;
		margin:0px;
		padding:0 0 10px 0;
		text-transform:uppercase;
		font-weight:bold;
		font-family:'gotham_mediumregular';
}
.manifesto-content{
	width:80%;
	margin:0px auto;
	padding:30px 0 80px 0;
	clear:both;
}
.manifesto-content p{
	padding:20px 0;
	margin:0px;
	color:#6b8241;
	font-size:18px;
	line-height:18px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    header {
        height:60px;
    }
    header .logo {
        height: 47px;
        width: 148px;
    }
    .mobTrigger {
        display:block;
        position:absolute;
        width:25px;
        height:20px;
        right:5px;
        top:17px;
        z-index:100;
        padding:10px 5px;
    }
    .mobTrigger ul {
        margin:0px;
        padding:0px;
        list-style:none;
    }
    .mobTrigger ul li {
        float:left;
        width:100%;
        height:3px;
        margin-bottom:3px;
        background:#d8533e;
    }
    #nav {
        display:none;
    }
    ul#nav {
        background: none repeat scroll 0 0 #fff;
        float: right;
        list-style: outside none none;
        margin: 0;
        padding: 0;
        position: absolute;
        right: -8px;
        top: 60px;
        width: 74%;
    }
    ul#nav li {
        display: block;
        float: right;
        margin-right: 0;
        position: relative;
        text-align: left;
        width: 100%;
    }
    ul#nav li a {
        transform: skew(0deg);
        display:block;
    }
    ul#nav li a span {
        transform: skew(0deg);
        display:block;
    }
    #section1 {
        background: url(../imgs/bg1.jpg) center 0 no-repeat;
    }
    .sahi-ya-nahi-thumb {
        margin-top: 57px;
        width: 85px;
    }
    .sahi-ya-nahi-thumb img{
        width:100%;
    }
    .heading {
        font-size: 18px;
        padding: 0 10px;
        width: auto;
    }
    .subhead {
        width: 90%;
        font-size:12px;
    }
    #section2 {
        background: url(../imgs/bg2_mob.jpg) center 59% no-repeat;
    }

    #section2 .cont {
        margin: -100px auto 0;
        padding: 0;
        width: 100%;
    }
    #section2 .cont h3{
        font-size:22px;
        line-height:22px;
        color:#000;
    }
    #section2 .cont p {
        color: #74c8d3;
    }
    #pics div {
        display: none;
        height: auto;
        position: absolute;
        right: 0;
        text-align: center;
        top: 52%;
        width: 175px;
    }
    #pics div img {
        width: 100%;
    }
    #section3 {
        background: url(../imgs/bg3_mob.jpg) center 0 no-repeat;
    }
    #section4 {
        background: url(../imgs/bg4_mob.jpg) center 0 no-repeat;
    }
    #section4 .cont .tvc{
        display:none;
    }
    #section4 .cont {
        left: 50%;
        margin: -86px 0 0 -66px;
        padding: 0;
        position: absolute;
        top: 50%;
        width: 285px;
    }
    #section4 .cont .reusable {
        width: 100%;
    }
    #section4 .cont .reusable .left {
        text-align: center;
        width: 20%;
    }
    #section4 .cont .reusable .right {
        padding: 10px 0 0;
        width: 64%;
    }
    #section4 .cont .reusable .right h3{
        text-align:center;
        font-size:14px;
    }
    #section4 .cont .reusable .right .knowmore{
        float:none;
    }

    footer .wrapper ul li {
        line-height: 40px;
    }

    .products_tab_container .content_box {
        width: 100%;
    }
    #section3 .cont h2 {
        font-size: 22px;
        line-height: 22px;

    }
    #section3 .cont h3 {
        font-size: 17px;
    }
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
    header {
        height:60px;
    }
    header .logo {
        height: 47px;
        width: 148px;
    }
    .mobTrigger {
        display:block;
        position:absolute;
        width:25px;
        height:20px;
        right:5px;
        top:17px;
        z-index:100;
        padding:10px 5px;
    }
    .mobTrigger ul {
        margin:0px;
        padding:0px;
        list-style:none;
    }
    .mobTrigger ul li {
        float:left;
        width:100%;
        height:3px;
        margin-bottom:3px;
        background:#d8533e;
    }
    #nav {
        display:none;
    }
    ul#nav {
        background: none repeat scroll 0 0 #fff;
        float: right;
        list-style: outside none none;
        margin: 0;
        padding: 0;
        position: absolute;
        right: -8px;
        top: 60px;
        width: 74%;
    }
    ul#nav li {
        display: block;
        float: right;
        margin-right: 0;
        position: relative;
        text-align: left;
        width: 100%;
    }
    ul#nav li a {
        transform: skew(0deg);
        display:block;
    }
    ul#nav li a span {
        transform: skew(0deg);
        display:block;
    }
    #section1 {
        background: url(../imgs/bg1_mob.jpg) center 0 no-repeat;
    }
    .sahi-ya-nahi-thumb{
        width:100px;
    }
    .sahi-ya-nahi-thumb img{
        width:100%;
    }
    .heading {
        font-size: 18px;
        padding: 0 10px;
        width: auto;
    }
    .subhead {
        width: 90%;
        font-size:12px;
    }
    #section2 {
        background: url(../imgs/bg2_mob.jpg) center 0 no-repeat;
    }

    #section2 .cont {
        margin: -175px auto 0;
        padding: 0;
        width: 100%;
    }
    #pics div {
        display: none;
        height: auto;
        position: absolute;
        right: 0;
        text-align: center;
        top: 52%;
        width: 175px;
    }
    #pics div img {
        width: 100%;
    }
    #section3 {
        background: url(../imgs/bg3_mob.jpg) center 0 no-repeat;
    }
    #section4 {
        background: url(../imgs/bg4_mob.jpg) center 0 no-repeat;
    }
    #section4 .cont .tvc{
        display:none;
    }
    #section4 .cont {
        left: 50%;
        margin: -158px 0 0 -66px;
        padding: 0;
        position: absolute;
        top: 50%;
        width: 226px;
    }
    #section4 .cont .reusable {
        width: 100%;
    }
    #section4 .cont .reusable .left {
        text-align: center;
        width: 100%;
    }
    #section4 .cont .reusable .right {
        padding: 10px 0 0;
        width: 100%;
    }
    #section4 .cont .reusable .right h3{
        text-align:center;
        font-size:14px;
    }
    #section4 .cont .reusable .right .knowmore{
        float:none;
    }

    footer .wrapper ul li {
        line-height: 40px;
    }

    .products_tab_container .content_box {
        width: 100%;
    }
    #section3 .cont h2 {
        font-size: 33px;
        line-height: 33px;

    }
    .products_tab_container .board {
        width: 100%;
    }
    .products_tab_container .board {
        height: 275px;
        margin: 0 auto;
        padding: 181px 0 0;
        width: 100%;
        background-size:100%;
    }
    .products_tab_container .board ul li{
        margin:0 0 22px;
    }

    .products_tab_container {
        padding: 0 0 55px;
    }
}

.top{
    background: #a68b7a none repeat scroll 0 0;
    border-radius: 50%;
    cursor: pointer;
    height: 35px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: -22px;
    width: 35px
}
.top img {
 	left: -1px;
    position: relative;
    top: 6px;
}
.subhead a {
    color: #fff;
}

footer .social {
   margin: 18px auto;
    position: relative;
    text-align: center;
    width: 17%;
}
footer .social a {
       background: #ffffff url("../imgs/social-icons.png") no-repeat scroll 0 0;
    display: inline-block;
    font-size: 0;
    height: 23px;
    margin: 0 -3px;
    width: 30px;

}
footer .social a[title="Twitter"] {
    background-position: -3px 0;
}
footer .social a[title="Facebook"] {
    background-position: -35px 0;
}
footer .social::before {
    background: #a68b7a none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 61%;
    width: 100%;
    z-index: -1;
}

/*Lightbox CSS*/


.overlay {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
	display:none;
}

.lightbox {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    float: right;
    margin: 0 auto;
    position: fixed;
    right: 26%;
    text-align: center;
    top: 12%;
    width: 49%;
    z-index: 99999;
	display:none;
}
.lightbox .inner {
    padding: 3%;
}
.lightbox .inner .head {
    background: #fff none repeat scroll 0 0;
    color: #1e1e1e;
    font-family: Gotham;
    font-size: 18px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}
.lightbox .inner .head::after {
    background: #1e1e1e none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 22%;
    position: absolute;
    top: 9px;
    width: 55%;
    z-index: -1;
}
.lightbox .inner .head span {
    background: #fff none repeat scroll 0 0;
    padding: 0 15px;
}
.lightbox .title h2 {
    color: #d0201a;
    font-size: 31px;
    line-height: 41px;
    margin: 25px 0 18px;
    text-shadow: 1px 1px #3f3e3a;
    text-transform: uppercase;
}

.lightbox form#pledge ul li {
    display: inline-block;
    position: relative;
    width: 42%;
}
.lightbox form#pledge ul li label {
    color: #191919;
    font-family: Gotham-Book;
    font-size: 12px;
    position: absolute;
    top: 8px;
    width: 99%;
    z-index: -1;
}
.lightbox form#pledge ul li input[type="text"] {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #191919;
    border-radius: 3px;
    box-shadow: 0 0 1px 1px #f0f0f0 inset;
    padding: 6px 7px;
    width: 89%;
}
.lightbox form#pledge ul li label span {
    color: red;
}

.lightbox .outerbg {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    border-radius: 4px;
    margin: 20px auto 0;
    padding: 6px 0;
    width: 68%;
}
.lightbox .outerbg input[type="submit"] {
    background: #598500 none repeat scroll 0 0;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-family: open sans;
    font-size: 14px;
    padding: 4px;
    text-transform: uppercase;
    width: 93%;
}

.lightbox .footer .fhead {
    color: #191919;
    font-family: Gotham;
    font-size: 15px;
    margin: 16px auto -2px;
    position: relative;
    text-transform: uppercase;
    width: 28%;
}
.lightbox .footer .fhead::after {
    background: #191919 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 100%;
    z-index: -1;
}
.lightbox .footer .fhead span {
    background: #fff none repeat scroll 0 0;
    padding: 0 12px;
}
.lightbox .footer .sinner > ul li {
    display: inline-block;
}
.lightbox .footer .sinner > ul li a {
    background: rgba(0, 0, 0, 0) url("../imgs/lightbox-social-icon.png") no-repeat scroll 0 0;
    display: inline-block;
    font-size: 0;
    height: 12px;
    padding: 5px 6px;
    width: 20px;
}
.lightbox .footer .sinner > ul li a[title="Twitter"] {
    background-position: 8px 0;
}
.lightbox .footer .sinner > ul li a[title="Facebook"] {
    background-position: -22px 0;
}
.lightbox .closebtn {
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -9px;
}
#section3 .subhead {
    clear: both;
    float: left;
    margin-bottom: 4%;
    width: 175px;
    margin-left: 20px;
}
#section3 .flour{clear: both;
    float: left;
	margin: 61px 0 0 0;
	}

#section1 .subhead {
    margin-top: 10px;
}

