/*
Theme Name: Pots Galore
Theme URI: 
Author: Surajit Roy
Author URI: 
Description: 
Version:
*/
@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,300italic,400italic,700,700italic|Lato:400,100,100italic,300,300italic,400italic,700,700italic,900|Open+Sans:400,300,400italic,600,600italic,700,700italic|Roboto+Slab:400,100,300,700);
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700);

body { 
	margin: 0;
	padding: 0;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6, p{margin:0; padding:0; line-height:normal;}
ul, li{list-style-type:none; padding: 0;}
a{text-decoration:none !important; outline: 0 !important;}
a:hover{text-decoration:none !important; outline: 0 !important;}
a img{border:none; outline:0;}
.clear{clear:both;}
.fright {float: right;}
.wraper { 
	width: 100%;
}

/* CSS Document for header */

.header { 
	width: 100%;
	border-bottom: none;
	margin: 0;
	padding: 10px 0 0 0;
	background: #006633 url(images/top_back.png) left bottom repeat-x;
}
.logo { 
	width: 100%;
	margin-top: 40px;
}
.logo img { 
	max-width: 100%;
}
.phoneArea { 
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	font-weight: 400;
	text-align: right;
	margin: 10px 0 0 0;
	width: auto;
	float: left;
}
.menuTopSection { 
	width: 270px;
	float: right;
}
.socialArea { 
	width: auto;
	float: right;
	text-align: right;
}
.socialArea a { 
	width: auto;
	margin-left: 9px;
	font-size: 0;
	display: inline-block;
}
.socialArea a img { 
	 transition: all ease-in-out 0.5s;
	 -moz-transition: all ease-in-out 0.5s;
	 -webkit-transition: all ease-in-out 0.5s;
	 -o-transition: all ease-in-out 0.5s;
	 -ms-transition: all ease-in-out 0.5s;
	 -khtml-transition: all ease-in-out 0.5s;
}
.socialArea a img:hover { 
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-khtml-transform: scale(1.2);
	transform: scale(1.2); 
}

.navigationBar { 
	width: 100%;
	float: left;
	margin-top: 20px;
}
.whiteBar { 
	width: 100%;
	background-color: #fff;
	padding: 0 0 10px 0;
	border-top: 1px solid #2b2b2b;
	margin-top: 1px;
}
.navbar { min-height: inherit;}
.navbar-inverse .navbar-nav > li:hover .dropdown-menu { 
	display: block;
}
.navbar-inverse .navbar-nav > li:first-child > a { 
	padding-left: 0;
}
.navbar-nav li:first-child.active a, .navbar-inverse .navbar-nav li:first-child.active a:hover, .navbar-inverse .navbar-nav li:first-child.active a:focus { 
	color: #fff836;
	padding-left: 0;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { 
	color: #fff836;
}
.navbar-nav { 
	float: none;
}
.dropdown-menu { 
	background-color: #8a8a8a;
}
.dropdown-menu > li > a { 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: 300;
	font-size: 16px;
	color: #fff;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #464646;
}

.navbar-inverse .navbar-nav > li{
padding-right: 0;
padding-left: 22px;
display: inline-block;
float: none;
}
.navbar-inverse .navbar-nav > li:first-child { 
	padding-left: 0;
}
.navbar-inverse .navbar-nav > li > a { 
	font-family: 'Lato', sans-serif; 
	font-weight: 300;
	font-size: 14px;
	color: #fff;
	padding: 0;
	text-transform: uppercase;
}
.navbar-inverse { 
	background-color: transparent;
	margin-bottom: 0;
	border: none;
	margin-top: 0;
	text-align: right;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  	color: #fff836;
}



/* css for body section */ 


.baner { 
	width: 100%;
	position: relative;
}
.baner:after { 
	position: absolute;
	content: "";
	background: url(images/grass.png) left bottom no-repeat;
	height: 48px;
	width: 100%;
	display: block;
	background-size: 100%;
	bottom: 0;
	z-index: 1;
	left: 0;
}
.arrow { 
	margin-top: 72%;
}
.banerImage { 
	width: 100%;
}
.banerImage img { 
	width: 100%;
	min-height: 187px;
}
.baner .container { 
	position: absolute;
	left: 50%;
	margin-left: -585px;
	z-index: 2; 
}
.carousel-caption { 
	bottom: 95px;
}
.carousel-indicators li { 
	background: url(images/bulet.png) left top no-repeat;
	height: 17px;
	width: 17px;
	margin: 0;
	border: none;
}
.carousel-indicators .active { 
	background: url(images/active_bulet.png) left top no-repeat;
	height: 17px;
	width: 17px;
}
.carousel-indicators {
    bottom: 70px;
}
.welcome { 
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 600;
	font-size: 50px;
	color: #000000;
	line-height: 50px;
	text-shadow: none;
	width: 100%;
	text-transform: uppercase;
}
.carousel-caption p { 
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #000;
	margin-bottom: 0;
	text-shadow: none;
	margin-top: 10px;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img { 
	width: 100%;
}
.mainSection { 
	width: 100%;
	padding: 50px 0 0 0;
}
.greenSection { 
	width: 100%;
	text-align: center;
	padding-bottom: 75px;
	background: #006633;
	width: 100%;
	padding-top: 35px;
}
.whiteBox { 
	width: 100%;
	background-color: #fff;
	padding: 50px 22px;
	font-family: 'Open Sans', sans-serif;
	color: #717171;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	font-weight: 300;
	position: relative;
}
.whiteBox img { 
	display: block;
	margin: 0 auto 10px auto;
}
.whiteBox p { 
	line-height: 30px;
}
.whiteBox h2 { 
	font-family: 'Roboto Condensed', sans-serif;
	color: #000;
	font-size: 35px;
	line-height: 35px;
	text-align: center;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0 0 40px 0;
	padding: 0;
}
.whiteBox h2 span { 
	font-weight: 400;
}
.whiteBox h2 strong { 
	font-weight: 600;
	color: #006633;
}
.whiteBox a { 
	position: absolute;
	width: auto;
	display: block;
	right: 0;
	bottom: 0;
	width: 52px;
	height: 53px;
	background: url(images/plus.png) left top no-repeat;
	transition: all ease-in-out 0.5s;
	 -moz-transition: all ease-in-out 0.5s;
	 -webkit-transition: all ease-in-out 0.5s;
	 -o-transition: all ease-in-out 0.5s;
	 -ms-transition: all ease-in-out 0.5s;
	 -khtml-transition: all ease-in-out 0.5s;
	 overflow: hidden;
}
.whiteBox a:hover { 
	width: 52px;
	height: 53px;
	background: url(images/plus.png) -104px top no-repeat;
	display: block; 
}
.gardenSection { 
	width: 100%;
	text-align: center;
	margin-top: 70px;
}
.gardenSection h3 {
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	font-size: 45px;
	text-transform: uppercase;
	background: url(images/white_line.jpg) center bottom no-repeat;
	padding: 0 0 20px 0;
	text-align: center;
	margin: 0 0 40px 0; 
	width: 100%;
}
.imageBox { 
	width: 100%;
	position: relative;
}
.imageBox img { 
	width: 100%; 
}
.imageBox:before { 
	display: block;
	width: 41px;
	height: 41px;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	background: url(images/top_corner.png) left top no-repeat;
	background-size: 100%;
}
.imageBox:after { 
	display: block;
	width: 41px;
	height: 41px;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(images/bottom_corner.png) left top no-repeat;
	background-size: 100%;
}
.view { 
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	font-size: 21px;
	text-transform: uppercase;
	border: 1px solid #fff;
	display: inline-block;
	margin: 48px auto 0 auto;
}
.view a { 
	padding: 10px 26px;
	display: inline-block;
	color: #fff;
	transition: all ease-in-out 0.5s;
	 -moz-transition: all ease-in-out 0.5s;
	 -webkit-transition: all ease-in-out 0.5s;
	 -o-transition: all ease-in-out 0.5s;
	 -ms-transition: all ease-in-out 0.5s;
	 -khtml-transition: all ease-in-out 0.5s;
}
.view a:hover { 
	background-color: #ee600d;
	font-weight: 300;
	padding: 10px 25px;
}
/* Wobble Horizontal */
@-webkit-keyframes wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.wobble-horizontal {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.wobble-horizontal:hover, .wobble-horizontal:focus, .wobble-horizontal:active {
  -webkit-animation-name: wobble-horizontal;
  animation-name: wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.productSection { 
	width: 100%;
	text-align: center;
	background: url(images/scroller_back.jpg) left top no-repeat;
	background-size: cover;
	padding: 50px 0;
}
.productSection h3 {
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	font-size: 45px;
	text-transform: uppercase;
	background: url(images/white_line.jpg) center bottom no-repeat;
	padding: 0 0 20px 0;
	text-align: center;
	margin: 0 0 30px 0; 
	width: 100%;
}
.tob { 
	width: 262px;
	position: relative;
	display: block;
	margin-top: 46px;
}
.tob:before { 
	content: "";
	position: absolute;
	width: 262px;
	height: 37px;
	background: url(images/tob_top.png) left top no-repeat;
	background-size: 100%;
	margin-top: -45px;
}

/* css for footer */


.footer { 
	width: 100%;
	text-align: center;
	background: url(images/footer.jpg) left top repeat-x;
}
.footerInner { 
	width: 100%;
	position: relative;
	padding-top: 44px;
	padding-bottom: 20px;
}
.footerInner:before { 
 position: absolute;
 background: url(images/left_leaf.png) left top no-repeat;
 width: 210px;
 height: 72px;
 content: "";
 display: block;
 left: 0;
 top: -30px;
}
.footerInner:after { 
 position: absolute;
 background: url(images/right_leaf.png) left top no-repeat;
 width: 210px;
 height: 72px;
 content: "";
 display: block;
 right: 0;
 top: -30px;
}
.footerInnerMenu { 
	width: 100%;
	text-align: left;
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	/*font-size: 15px;*/
        font-size: 10px;
	color: #3c3c3c;
	margin-top: 5px;
}
.footerInnerMenu ul { 
	margin: 0;
	padding: 0;
}
.footerInnerMenu ul li { 
	display: inline-block;
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	font-size: 15px;
	color: #3c3c3c;
	margin-top: 10px;
	text-transform: uppercase;
	background: url(images/footer_divider.png) right top no-repeat;
	height: 16px;
	padding: 0 7px;
	line-height: 16px;
}
.footerInnerMenu ul li:first-child { 
	padding-left: 0;
}
.footerInnerMenu ul li:last-child { 
	background: none;
	padding-right: 0;
}
.footerInnerMenu ul li a {
	color: #3c3c3c;
	transition: all ease-in-out 0.5s;
	 -moz-transition: all ease-in-out 0.5s;
	 -webkit-transition: all ease-in-out 0.5s;
	 -o-transition: all ease-in-out 0.5s;
	 -ms-transition: all ease-in-out 0.5s;
	 -khtml-transition: all ease-in-out 0.5s; 
}
.footerInnerMenu ul li a:hover {
	color: #1a5900;
}
.footerInnerMenu ul li a.active {
	color: #1a5900;
}
.footerSocialArea { 
	width: 100%;
	text-align: left;
}
.footerSocialArea a{ 
	display: inline-block;
	margin-left: 9px;
}
.footerSocialArea a img { 
	 transition: all ease-in-out 0.5s;
	 -moz-transition: all ease-in-out 0.5s;
	 -webkit-transition: all ease-in-out 0.5s;
	 -o-transition: all ease-in-out 0.5s;
	 -ms-transition: all ease-in-out 0.5s;
	 -khtml-transition: all ease-in-out 0.5s;
}
.footerSocialArea a img:hover { 
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-khtml-transform: scale(1.2);
	transform: scale(1.2); 
}
.footerSocialArea p { 
	color: #3c3c3c;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 14px;
	margin-top: 9px;
	width: 100%;
}
.copyright { 
	color: #3c3c3c;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 14px;
	width: 100%;
	margin-top: -19px;
	text-align: left;
}


/* css for garden_pots_garden_pots */


.innerBaner {
	background-color: #fff;
	text-align: center;
	position: relative;
}
.innerBaner img { 
	width: 100%;
}
.innerBaner:after { 
	position: absolute;
	content: "";
	background: url(images/baner_bottom.jpg) left top repeat-x;
	height: 7px;
	display: block;
	bottom: -7px;
	width: 100%;
}
.banerText { 
	bottom: 60px !important;
}
.innerBodySection { 
	padding: 55px 0 70px 0;
	background-color: #fff;
}
.gardenCenter { 
	padding: 55px 0 70px 0;
	background-color: #006633;
}
.gardenCenter .garden h1 {
    color: #fff;
}
.gardenCenter .garden h1::after {
    background: rgba(0, 0, 0, 0) url("images/white_line.jpg") repeat-x scroll left top;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    width: 107px;
}
.gardenCenter .imageBox { 
	margin: 40px 0 0 0;
}
.garden { 
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	color: #3c3c3c;
	font-size: 16px;
	line-height: 30px;
	text-align: left;
	font-weight: 300;
}
.garden p .alignleft { 
	float: left;
	margin-right: 20px;
}
.garden p .alignleft { 
	float: left;
	margin-right: 20px;
}
.garden p .alignright { 
	float: right;
	margin-left: 20px;
}
.garden p .aligncenter { 
	display: block;
	margin: 20px auto;
}
.garden h1 { 
	width: 100%;
	font-family: 'Lato', sans-serif;
	color: #3c3c3c;
	font-size: 45px;
	line-height: 45px;
	text-align: left;
	font-weight: 300;
	padding-bottom: 12px;
	text-transform: uppercase;
	position: relative;
}
.garden h1:after { 
	position: absolute;
	content: "";
	background: url(images/pots_line.jpg) left top repeat-x;
	height: 3px;
	display: block;
	width: 107px;
	bottom: 0;
}
.garden p { 
	width: 100%;
	margin-top: 20px;
}
.tobSection { 
	width: 100%;
	margin-top: 10px;
}
.tobArea { 
	width: 262px;
	position: relative;
	display: block;
	margin-top: 50px;
	margin-bottom: 46px;
	margin: 95px auto 0 auto;
}
.tobArea:before { 
	content: "";
	position: absolute;
	width: 262px;
	height: 38px;
	background: url(images/green_top.png) left top no-repeat;
	background-size: 100%;
	margin-top: -45px;
}


/* css for who_are_we page */

.imageBoxx { 
	width: 100%;
	position: relative;
}
.imageBoxx img { 
	width: 100%; 
}
.imageBoxx:before { 
	display: block;
	width: 41px;
	height: 41px;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	background: url(images/red_top_border.png) left top no-repeat;
	background-size: 100%;
}
.imageBoxx:after { 
	display: block;
	width: 41px;
	height: 41px;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(images/red_bottom_border.png) left top no-repeat;
	background-size: 100%;
}






/*03.09.2015 start */

.imageBoxg { 
	width: 100%;
	position: relative;
	margin-top:30px;
}
.imageBoxg img { 
	width: 100%; 
}
.imageBoxg:before { 
	display: block;
	width: 41px;
	height: 41px;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	background: url(images/topgrn_corner.png) left top no-repeat;
	background-size: 100%;
}
.imageBoxg:after { 
	display: block;
	width: 41px;
	height: 41px;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(images/bottom_grn_corner.png) left top no-repeat;
	background-size: 100%;
}


/*03.09.2015 end */

















@media (max-width:1199px){

.baner .container {
	margin-left: -485px;
}
.navigationBar {
    margin-top: 12px;
}
.navbar-inverse .navbar-nav > li > a { 
	font-size: 12px; 
}
.navbar-inverse .navbar-nav > li {
    padding-left: 5px;
    padding-right: 10px;
}
.navbar-inverse .navbar-nav > li.active {
    padding-left: 5px;
    padding-right: 10px;
}

.banerImage img { 
	min-height: 161px;
}
.baner p { 
	margin-top: 9px;
}
.baner h2 { 
	margin-top: 20px;
	padding-top: 5px;
}
.search input[type="text"] { 
	width: 88%;
}
.welcome { 
	font-size: 4vw;
	line-height: 4vw;
	text-align: center;
}
.search { 
	margin-top: 12px;
}
.carousel-caption { 
	padding-top: 30px;
	bottom: 90px;
}
.footerSocialArea a {
    margin-left: 1px;
}
.copyright {
    margin-top: 6px;
}
}
@media (max-width:1082px){ 
.navbar-inverse .navbar-nav > li:first-child > a {
    padding-left: 10px;
}
.navbar-inverse .navbar-toggle {
    background-color: #333;
    border-color: #333;
}
}
@media (max-width:992px){ 
/*---------To customize the navbar breakpoint ----------*/
    .navbar-header {
        float: none;
  background: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    /*/ since 3.1.0 /*/
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
/*-------- end of customizing navbar breakpoint  -------*/

.navbar-toggle {
    background-color: #222 !important;
    border: 1px solid #000 !important;
    margin-bottom: 20px;
    margin-top: 0;
}
.navbar-inverse{
	margin-top:0 ;
}
.navbar-inverse .navbar-nav > li {
    background-color: #666;
    border-bottom: 1px solid #333;
    display: block;
    text-align: left;
    width: 100%;
	padding: 0;
}
.navbar-inverse .navbar-nav > li > a {
    font-size: 14px;
    font-weight: 500;
	padding: 5px 10px;
}
.navbar-nav li.active:first-child a, .navbar-inverse .navbar-nav li.active:first-child a:hover, .navbar-inverse .navbar-nav li.active:first-child a:focus { 
	color: #ff6e1a;
}
.navbar-inverse .navbar-nav > li > a:hover {
	background-color: #333;
	color: #ff6e1a;
}
.navbar-nav li.active:first-child a, .navbar-inverse .navbar-nav li.active:first-child a:hover, .navbar-inverse .navbar-nav li.active:first-child a:focus {
    padding-left: 10px;
	background-color: #333;
}
.navbar-inverse .navbar-nav > li.active {
    padding-left: 0;
    padding-right: 0;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #ff6e1a;
	background-color: #333;
}
.navbar-collapse {
    position: absolute;
    width: 100%;
	border-top: none;
}
.navbar-inverse .navbar-nav > li.active {
    padding-left: 0;
    padding-right: 0;
}
.navbar-inverse .navbar-nav > li {
    padding-left: 0;
    padding-right: 0;
}
.navbar-inverse .navbar-nav > li > a {
    font-size: 12px;
}
}
@media (max-width:991px){ 

.baner .container {
    left: 0;
    margin: 0 auto 0 10%;
    width: 80%;
}
.carousel-caption { 
	bottom: 100px;
}
.baner h2 { 
	font-size: 24px;
	margin-top: 22px;
	padding-top: 20px;
}
.baner h2 span { 
	font-size: 16px;
}
.man { 
	margin-top: 4px;
}

.email { 
	margin-top: 3px;
}
.search input[type="text"] { 
	width: 83%;
}
.read a { 
	margin-top: 20px;
}
.embroideryBoxText p {
    font-size: 13px;
    line-height: 18px;
    margin: 13px auto 0;
}
.embroideryBoxText h2 { 
	margin-top: 10px;
}
.embroideryBoxText a {
    margin-top: 12px;
}
.copyright { 
	margin-top: 12px;
}
.footerSocialArea a {
    margin-left: 9px;
}

.carousel-caption { 
	left: 5%;
	right: 5%;
	bottom: 45px;
}
.carousel-indicators {
    bottom: 30px;
}

}
@media (max-width:767px){
.logo { 
	margin-top: 0;
	text-align: center;
}
.navbar-toggle {
    float: none;
	margin: 10px auto 27px;
}
.navbar-nav {
    margin: 0 -15px;
}
.tob {
    margin: 46px auto 0;
}
.logo img { 
	position: static; 
}
.embroideryBoxImage img {
    width: 100%;
}
.embroideryBoxText a {
    margin-bottom: 25px;
    margin-top: 12px;
}

.topBar{
	padding-bottom:0;
}
.navbar-inverse .navbar-toggle{
	border:none;
}
.carousel-indicators {
    bottom: 30px;
}
.carousel-caption {
    bottom: 50px;
}
.menuTopSection {
    float: none;
    margin: 20px auto 0;
    overflow: hidden;
    width: 270px;
}
.navbar-header { 
	text-align: center;
}
.whiteBox { 
	margin-bottom: 20px;
}
.copyright { 
	margin-top: 15px;
	text-align: center;
}
.footerInnerMenu { 
	text-align: center;
}
.footerSocialArea {
    margin-top: 20px;
    text-align: center;
}
.prev {
    float: left;
    margin-left: 16px;
}
.next {
    float: right;
    margin-right: 16px;
}
}
@media (max-width:600px){ 

.baner h2 { 
	font-size: 19px;
	margin-top: 22px;
}
.baner h2 span { 
	font-size: 13px;
}
.baner p {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 10px;
}
.tobSection .col-xs-6 { 
	width: 100%;
}
.garden h1 {
    font-size: 38px;
    padding-bottom: 8px;
}
.who .col-xs-9 { 
	width: 100%;
}
.who .col-xs-3 { 
	width: 100%;
	margin-top: 30px;
}
}
@media (max-width:520px){ 
.baner .container {
    margin-left: -160px;
    width: 320px;
	padding-left: 0;
	padding-right: 0;
	left: 50%;
}
.baner h2 { 
	font-size: 19px;
	margin-top: 10px;
	text-align: center;
}
.baner h2 span { 
	font-size: 13px;
}
.baner p {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 10px;
	text-align: center;
}
.carousel-control img { 
	width: 50%;
}
.carousel-control.right { 
	text-align: right;
}
.carousel-control.left { 
	text-align: left;
}
.footerInnerMenu ul li { 
	padding: 0 12px 0 5px;
	font-size: 13px;
}
.garden {
    font-size: 14px;
}
.carousel-caption { 
	left: 5%;
	right: 5%;
}
.prev {
    float: left;
    left: 0px;
	position: absolute;
	margin-left: 0;
	padding: 0;
}
.next {
    float: right;
    right: 0px;
	position: absolute;
	margin-right: 0;
	padding: 0;
}
}
@media (max-width:480px){ 
.gardenSection .col-xs-3 { 
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}
.footerInner::before {
    background: rgba(0, 0, 0, 0) url("images/left_leaf.png") no-repeat scroll left top;
    content: "";
    display: block;
    height: 72px;
    left: 50%;
    margin-left: -105px;
    position: absolute;
    top: -30px;
    width: 210px;
}
.footerInner::after { 
	display: none;
}
.banerText p { 
	margin-top: 5px !important;
	font-size: 14px;
}
.banerText { 
	bottom: 20px !important;
}
.carousel-indicators {
    bottom: 6px;
}
.carousel-caption {
    bottom: 15px;
}
.carousel-indicators li { 
	height: 12px;
	width: 12px;
	background-size: 100%;
}
.carousel-indicators .active { 
	height: 12px;
	width: 12px;
	background-size: 100%;
}
.baner p {
    margin-top: 3px;
}
.prev {
    float: left;
    left: -15px;
	position: absolute;
	margin-left: 0;
	padding: 0;
}
.next {
    float: right;
    right: -15px;
	position: absolute;
	margin-right: 0;
	padding: 0;
}
}
@media (max-width:430px){ 
.customNavigation {
    position: absolute;
    top: 125px;
}
}
@media (max-width:360px){ 
.baner .container {
    left: 50%;
    margin-left: -130px;
    padding-left: 0;
    padding-right: 0;
    width: 260px;
}	
.baner p { 
	margin-top: 2px;
}
.garden h1 {
    font-size: 30px;
    padding-bottom: 1px;
}
.menuTopSection { 
	width: 230px;
}
.phoneArea { 
	float: none;
	display: block;
	margin-bottom: 10px;
}
.socialArea { 
	float: none;
	display: block;
}
}
	

