/*!
 * Created By Leona Wong Design Co.
*/
@import url('css/blog.css');

::selection {
background-color: rgba(0,215,120,0.8);
color: #333;
}

.no-scroll {
	overflow: hidden;
}

.navbar-header {
	z-index: 1040;
}

#logo-bg {
	background-color: rgba(255,255,255, 1);
	width: 195px;
	padding: 5px 0px;
	position: absolute;
	top: 0;
}

#logo {
	background-image: url(images/logo_gp.png);
	background-size: auto 60px;
	background-repeat: no-repeat;
	width: 185px;
	height: 60px;
	display:block;
	z-index: 1050;
	position: relative;
}

#logo:hover {
	cursor: pointer;
	opacity: 0.8;
}

.navbar-default .navbar-nav > .current-page > a,
.navbar-default .navbar-nav > .current-page > a:hover,
.navbar-default .navbar-nav > .current-page > a:focus {
  color: rgba(102,102,102,1);
  background-color: transparent;
}

.icon_fb {
	background-image: url(images/icon_fb.svg);
	background-size: auto 24px;
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	display:block;
	z-index: 1050;
	position: relative;
	margin-top: -2px;
}

.icon_fb:hover {
	background-image: url(images/icon_fb2.svg);
}

.lang {
	font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif !important;		
	font-weight: blog !important;
}

.lang_hant {
	font-size: 16px;	
}

.push-right {
	float: right;
}

#footer {
	font-size: 12px;
	color: rgba(0,215,120,1);
	margin-bottom: 30px;
	padding: 0 15px;
	clear: both;
}

#copyright {
	padding: 0;
}

/* Defining each section background and styles
	* --------------------------------------- */

#home #greenpro, #services #greenpro {
	margin: 0 auto;
}

#greenpro {
		background-color: #ffffff;
		height: auto;
		margin: 85px auto 0 auto;
}

#equipment, #milestones {
	overflow: hidden;
	background-color: #ffffff;
}

#equipment #greenpro {
	margin: 0 auto;
	height: auto;
}

#home-slide1 .container, #home-slide2 .container, #home-slide3 .container {
	color: #ffffff;
	text-align: center;
	top: 44%;
	position: absolute;
}

#recognition .carousel {
    position: inherit;
}

#recognition .carousel-indicators {
	position: relative;
    bottom: 340px;
}

#recogn-slide1 .container, #recogn-slide2 .container, #recogn-slide3 .container {
	color: rgba(0,215,120,1);
	text-align: left;
	position: absolute;
	padding: 0;
}

#recogn-slide1 .award-details {
	padding-top: 80px;
}

#recogn-slide3 .award-details {
	padding-left: 20px;
}

.award-details {
	padding-top: 260px;
	padding-left: 50px;
}

.award-details h4 {
	font-size: 23px;
	margin-bottom: 15px;
}

.award-details p {
	font-size: 14px;
	color: rgba(102,102,102,1);
	
}

.award-photo {
	padding: 0;
}

.award_hkpa, .award_gm {
	max-width: 400px;
}

.award_env {
	max-width: 600px;
}

#section2, #section3, #section4 {
color: rgb(102,102,102);
background-color: rgb(255,255,255);
position: relative;
}

#leaders .container, #social .container {
		margin-top: 150px;
		margin-bottom: 50px;
}

#recogn-slide .carousel-inner {
	max-width: 1170px;
	margin: 140px auto 0 auto;
	height: 720px;
}

#product-sect .container {
  position: relative;
}


	
	#btn_learn-more {
    	font-family: 'Montserrat', sans-serif;
  		font-weight: 700;
		letter-spacing: 1px;
		color: #fff;
		text-transform: uppercase;
		position: relative;
		margin-top: 30px;
		border-radius: 2px;
		border: 2px solid #fff;
		padding: 10px 14px;
		background: rgba(255,255,255,0);
		font-size: 16px;
		text-shadow: 1px 1px 6px #ececec;
	}
	
	#btn_learn-more:hover {
		background: rgba(255,255,255,.8);
		color: #666;
		border: 2px solid rgba(255,255,255,.8);
	}
	
	.scroll-down {
    bottom: 45px;
    width: 100%;	
	position: absolute;
	text-align:center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
  	font-weight: 400;
	line-height: 1;
	}
	
	#btn_scroll-down {
		bottom: -10px;
		background-image: url(../images/button_scroll-down.svg);
		background-size: auto 25px;
		background-repeat: no-repeat;
		background-position: bottom center;
		width: 100%;
		height: 25px;
		position: absolute;
		color: #ffffff;
		z-index: 40;
		margin: 0 auto;
		padding-bottom: 70px;
	}
	
	#btn_scroll-down:hover {
		opacity: 0.8;
		cursor: pointer;
	}
		
/* About Us
	* --------------------------------------- */		
	
	#top-image {
		height: auto;
		display: block;
	}
	
	#about-sect h2 {
		position: relative;
	}
	
	.about-navigation {
		position: relative;
	padding: 0;
    z-index: 300;
    text-align: left;
    width: 1170px;
    margin: 15px auto 40px auto;
	}
	
	.about-navigation::after {
  clear: both;
  content: "";
  display: table;
}
.about-navigation li {
  display: inline-block;
  margin-right: 20px;
}
.about-navigation li:last-of-type {
  margin-right: 0;
}
.about-navigation a {
  position: relative;
  color: rgb(102,102,102);
  padding-bottom: 4px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: color .5s ease;
-webkit-transition: width .5s ease, background-color .5s ease;
-moz-transition: width .5s ease, background-color .5s ease;
-ms-transition: width .5s ease, background-color .5s ease;
-o-transition: width .5s ease, background-color .5s ease;
}

.about-navigation a:focus {
	  text-decoration: none;
} 

.about-navigation a:hover, .about-navigation li.selected a{
  text-decoration: none;
  color: rgba(0,215,120,1);
  transition: color .5s ease;
-webkit-transition: width .5s ease, background-color .5s ease;
-moz-transition: width .5s ease, background-color .5s ease;
-ms-transition: width .5s ease, background-color .5s ease;
-o-transition: width .5s ease, background-color .5s ease;
}

.about-navigation a:after {
content: '';
display: block;
height: 3px;
width: 0;
background: transparent;
transition: width .5s ease, background-color .5s ease;
-webkit-transition: width .5s ease, background-color .5s ease;
-moz-transition: width .5s ease, background-color .5s ease;
-ms-transition: width .5s ease, background-color .5s ease;
-o-transition: width .5s ease, background-color .5s ease;
}

.about-navigation a:hover:after, .about-navigation li.selected a:after {
  width: 100%;
 background: rgba(0,215,120,1);
transition: width .5s ease, background-color .5s ease;
-webkit-transition: width .5s ease, background-color .5s ease;
-moz-transition: width .5s ease, background-color .5s ease;
-ms-transition: width .5s ease, background-color .5s ease;
-o-transition: width .5s ease, background-color .5s ease;
}
	
	/* Overview
	* --------------------------------------- */	
	
	#overview .container, #social .container {
		margin-top: 15px;
	}
	
	#overview .col-lg-6, #social .col-lg-6 {
		margin-top: 15px;
		padding-left: 0;
		padding-right: 25px;
	}
	
	#mission h3 {
		margin-top: 35px;
		margin-bottom: 25px;
	}
	
	#mission ul {
		margin-left: 18px;
		padding-left: 0px;
	}
	
	#logo-recognition {
	margin-top: 50px;
	}

	#logo-recognition img {
	margin-right: 25px;
	margin-bottom: 25px;
	}
	
	#about #footer {
		margin-top: 0px;
	}
	/* The Leaders
	* --------------------------------------- */	
	
	#leaders .col-lg-6, #leaders .col-lg-12 {
		padding-left: 0;
	}
	
	#leaders .about-navigation {
    position: fixed;
    bottom: 40px;
    margin: 0 auto;
	}
	
	#overview h3, #section-dicky h3, #section-sam h3, #social h3 {
		color: rgba(0,215,120,1) !important;
		text-transform: uppercase;
		letter-spacing: 0px;
	}
	
	#leaders h3 {
		color: #333;
		text-transform: uppercase;
		letter-spacing: 0px;
	}
	
	.title {
		color: rgba(0,215,120,1);
		margin-top: -3px;
		line-height: 16px;
	}
	
	#section-dicky {
		width: 100%;
		position: relative;
		min-height: 320px;
	}
	
	#section-sam {
		width: 100%;
		position: relative;
		margin-bottom: 40px;
	}
	
	#dicky-choy {
		background-image: url(../images/img_dicky-choy.png);
		background-size: 390px auto;
		background-repeat: no-repeat;
		width: 390px;
		height: 755px;
		position: absolute;
		bottom: 0;
		right: 480px;
		z-index: 40;
		cursor: pointer;
	}
	
	#sam-lau {
		background-image: url(../images/img_sam-lau.png);
		background-size: 360px auto;
		background-repeat: no-repeat;
		width: 360px;
		height: 720px;
		position: absolute;
		bottom: 0;
		right: 260px;
		z-index: 30;
		cursor: pointer;
	}
	
	.leaders-image {
		float: right;
		bottom: 0;
		right: 0;
		position: fixed;
	}
	
	.leaders-image-m {
		float: right;
		margin-top: 30px;
		padding-left: 20px;
	}
	
	.leaders-opacity {
		opacity: 0.2;
	}
	
	/* Milestones
	* --------------------------------------- */	
	
	#milestones .about-navigation {
		padding-left: 60px;
	}
	
	#milestones #copyright {
		padding-left: 45px;
	}
	
	#milestones ol {
		min-height: 240px;
	}
	
	#milestones ul, #milestones ol {
	list-style: none;
	}
	
	
	/* Services
	* --------------------------------------- */
	
	#product-sect {
		margin-top: 140px;
	}
	
	.crop-marks_top {
		max-width: 1170px;
		width: 100%;
		margin: 0 auto 40px auto;
	}
	
	.crop-marks_bt {
		max-width: 1170px;
		width: 100%;
		margin: 40px auto 60px auto;
	}
	
	#icon-crop-lt {
		background-image: url(../images/icon_crop.svg);
		background-size: 30px auto;
		background-repeat: no-repeat;
		width: 30px;
		height: 30px;
		z-index: 3;
		float: left;
	}
	
	#icon-crop-rt {
		background-image: url(../images/icon_crop.svg);
		background-size: 30px auto;
		background-repeat: no-repeat;
		width: 30px;
		height: 30px;
		z-index: 3;
		-ms-transform: rotate(90deg); /* IE 9 */
    	-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    	transform: rotate(90deg);
		float: right;
	}
	
	#icon-crop-lb {
		background-image: url(../images/icon_crop.svg);
		background-size: 30px auto;
		background-repeat: no-repeat;
		width: 30px;
		height: 30px;
		z-index: 3;
		-ms-transform: rotate(-90deg); /* IE 9 */
    	-webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    	transform: rotate(-90deg);
		float: left;
	}
	
	#icon-crop-rb {
		background-image: url(../images/icon_crop.svg);
		background-size: 30px auto;
		background-repeat: no-repeat;
		width: 30px;
		height: 30px;
		z-index: 3;
		-ms-transform: rotate(-180deg); /* IE 9 */
    	-webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
    	transform: rotate(-180deg);
		float: right;
	}

	#icon-mark {
		background-image: url(images/icon_mark.svg);
		background-size: 40px auto;
		background-repeat: no-repeat;
		width: 40px;
		height: 30px;
		position: relative;
		top: 120px;
		left: 50%;
		z-index: 3;
	}
	
	#icon-mark-b {
		background-image: url(images/icon_mark.svg);
		background-size: 40px auto;
		background-repeat: no-repeat;
		width: 40px;
		height: 30px;
		position: absolute;
		bottom: 180px;
		left: 50%;
		z-index: 3;
	}
	
	#services #footer {
		padding: 0;
	}
	
	.services-navigation-xs {
		margin-top: 85px;
	}
		
	#product-sect .container h3, #product-sect .container p {
	background: rgba(35,230,145,.9);
	color: #000;
	}
	
	#product-sect .container h3 {
	padding: 8px 14px 8px 8px;
	display: inline-block;
	}
	
	#product-sect .container p {
	padding: 8px 12px 8px 12px;
	font-size: 13px;
	line-height: 17px;
	display: block;
	}

	.img-product {	
		max-width: 100%;
		width: 100%;
		height: 100%;
		background-color: #cecece;
	}
	
	#product-sect h3 {
		letter-spacing: 0px;
		font-style: italic;
	}
	
	.service-description {
		padding-top: 12%;
	}
	
	#services .carousel-inner {
		margin-left: 20px;
	}
	
	#services.letterpress .carousel-inner {
		margin-left: 70px;
	}
	
	/* fade on slider */
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition: opacity .5s ease-in;
  -moz-transition: opacity .5s ease-in;
  -o-transition: opacity .5s ease-in;
  transition: opacity .5s ease-in;
}
.carousel-fade .carousel-inner .active {
  opacity: 1 !important;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
	
/* Equipment
	* --------------------------------------- */		
	
	#equip-caption {
	background-color: rgba(0,0,0,.8);
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0;
	color: #ffffff;
	padding: 0 15px 15px 15px;
	}
	
	#equip-caption h2 {
	text-transform: uppercase;
	letter-spacing: 0px;	
	font-size: 24px;
	}
	
		
/* Contact Us
	* --------------------------------------- */	
	
	#contact-sect h4 {
		color: rgba(0,215,120,1);
	}
	
	#contact-sect .container {
  padding-top: 80px;
  margin-bottom: 50px;
}
	
	h4.address {
		margin-top: 0px;
	}
	
	h4.hours {
		margin-top: 30px;
	}
	
	#follow-us {
		background-image: url(../images/btn_follow-us.svg);
		background-size: auto 36px;
		background-repeat: no-repeat;
		width: 100%;
		height: 36px;
		margin-top: 40px;
		margin-left: -5px;
	}
	
	#follow-us:hover {
		background-image: url(../images/btn_follow-us-2.svg);
		cursor: pointer;
	}
	
	.map {
		padding-left: 0px;
	}
	
	#google-map {
  		display: block;
  		width: 100%;
  		height: 450px;
		border: 3px solid rgba(0,215,120,1);
	}
	
	.contact-info {
		padding-left: 80px;
	}
	
	.contact-info a {
	  color: rgba(0,215,120,1);
	}

	.contact-info a:hover {
	color: rgba(0,215,120,1);
	text-decoration: none;
	padding-bottom: 3px;
	border-bottom: 1px solid rgba(0,215,120,1);
	}

/* Fade In Effect */

@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fade-in {
  opacity:0;  /* make things invisible upon start */
  -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  -ms-animation-duration:1s;
  -o-animation-duration:1s;
  animation-duration:1s;
}

.fade-in.two {
-webkit-animation-delay: .3s;
-moz-animation-delay: .3s;
-ms-animation-delay: .3s;
-o-animation-delay: .3s;
animation-delay: .3s;
}

.fade-in.three {
-webkit-animation-delay: .5s;
-moz-animation-delay: .5s;
-ms-animation-delay: .5s;
-o-animation-delay: .5s;
animation-delay: .5s;
}

.fade-in.four {
-webkit-animation-delay: .8s;
-moz-animation-delay: .8s;
-ms-animation-delay: .8s;
-o-animation-delay: .8s;
animation-delay: .8s;
}

.fade-in.five {
-webkit-animation-delay: 1s;
-moz-animation-delay: 1s;
-ms-animation-delay: 1s;
-o-animation-delay: 1s;
animation-delay: 1s;
}

@-webkit-keyframes slide-right { from {right: 50px; opacity: 0} to {right: 0px; opacity: 1} }
@-moz-keyframes slide-right { from {right: 50px; opacity: 0} to {right: 0px; opacity: 1} }
@keyframes slide-right { from {right: 50px; opacity: 0} to {right: 0px; opacity: 1} }

.slide-in-right {
	-webkit-animation: slide-right .8s ease-in 1; /* Chrome, Safari, Opera */
    -moz-animation: slide-right .8s ease-in 1; /* Chrome, Safari, Opera */
	animation: slide-right .8s ease-in 1;
}

@-webkit-keyframes slide-left { from {margin-left: 50px; opacity: 0} to {margin-left: 0px; opacity: 1} }
@-moz-keyframes slide-left { from {margin-left: 50px; opacity: 0} to {margin-left: 0px; opacity: 1} }
@keyframes slide-left { from {margin-left: 50px; opacity: 0} to {margin-left: 0px; opacity: 1} }

.slide-in-left {
	-webkit-animation: slide-left .8s ease-in 1; /* Chrome, Safari, Opera */
    -moz-animation: slide-left .8s ease-in 1;
	animation: slide-left .8s ease-in 1;
}

@media only screen
and (max-width : 1620px)  {
	.leaders-image {
		right: -180px !important;
	}

}

/* Tablet Size in portrait ----------- */

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

.no-scroll {
	overflow-y: auto !important;
	overflow-x: hidden;
}

#logo-bg {
height: 0px !important;
padding: 10px 15px !important;
}

.navbar-toggle {
	margin-top: 25px !important;
	margin-right: 30px;
}

.navbar, .navbar-header {
height: 85px;	
}

.navbar-nav > li > a {
	padding: 15px 35px;
}

.navbar-nav {
	border-bottom: 1px solid rgba(0,215,120,1);	
}

.nav > li:hover {
	background-color: rgba(0,215,120,1);	
}

.navbar-default .navbar-nav > .current-page > a:hover, .navbar-default .navbar-nav > .current-page > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:hover {
	color: #fff !important;
}

#copyright {
	padding-left: 15px !important;
}

/* About Us --------------------------------------- */	

#overview.container {
	padding: 10px 30px;
}

#leaders .container {
    margin-top: 20px !important;
}

.leaders-image-m {
	padding-left: 15px !important;
}

#leaders .title {
	margin-left: 30px;
	margin-top: 5px !important;	
}

#section-dicky p, #section-sam p {
	margin-left: 30px;	
}

#the-leaders h3, #recognition h3 {
	margin: 20px 30px 0 30px;
}

#recogn-slide1 .container, #recogn-slide2 .container, #recogn-slide3 .container {
	text-align: center;
}

#recogn-slide .carousel-inner {
    max-width: 1170px;
    margin: 20px auto 0 auto !important;
}

#recognition .carousel-indicators {
	position: absolute !important;
	top: 420px;
	bottom: 0px !important;
}

#recogn-slide3 .award-details {
	padding: 90px 10px 0 15px !important;
}

#recogn-slide .carousel-inner {
	height: auto !important;
}

.award-details {
	padding: 40px 10px 0 15px !important;
	height: auto;
}

.award-details p {
	font-size: 13px !important;
}

.award_hkpa, .award_gm {
	max-width: 280px !important;
	margin-left: 35px;
}

.cd-horizontal-timeline {
	margin-top: 80px !important;
}

/* Services --------------------------------------- */	

#product-sect {
		margin-top: 25px !important;
}

#services .carousel-inner {
	margin-left: 0px !important;
}


.img-product {
	margin-left: 0 !important;
	max-width: 100% !important;
	width: 100% !important;
}

.service-description {
    padding-top: 3% !important;
}
	
/* Contact Us --------------------------------------- */	
	
	#contact-sect .container {
    padding: 0 !important;
	}
	
	h4.address {
		margin-top: 40px !important;
	}
	
	.map {
		padding: 0;
	}
	
	#google-map {
  		display: block;
  		width: 100%;
  		height: 320px !important;
  		margin: 0px;
		border: 0px !important;
	}
	
	.contact-info {
		margin-top: 0px !important;
		padding-left: 30px !important;
	}
	
}

@media only screen
and (min-width: 768px)
and (max-width: 1200px) {

.container {
	width: 100%;
	padding: 0 30px;
}

#logo {
	width: 40px !important;
}

#logo-bg {
width: 40px !important;
}

#copyright {
	padding-left: 15px !important;
}

/* About --------------------------------------- */	

#recogn-slide3 .award-details {
	padding: 80px 10px 0 15px !important;
}

.award-details p {
	font-size: 13px !important;
}

/* Services --------------------------------------- */	

#product-sect {
		margin-top: 125px !important;
}

.img-product {
	margin-left: 0 !important;
}

#services .carousel-inner {
	margin-left: 0px !important;
}

.service-description {
	padding-top: 3% !important;
}

/* Contact Us --------------------------------------- */	
	
	#contact-sect .container {
    padding: 0 !important;
	width: 100%;
	}
	
	h4.address {
		margin-top: 40px !important;
	}
	
	.map {
		padding: 0;
	}
	
	#google-map {
  		display: block;
  		width: 100%;
  		height: 360px !important;
  		margin: 0px;
		border: 0px !important;
	}
	
	.contact-info {
		margin-top: 0px !important;
		padding-left: 30px !important;
	}
	
}



/* All Smartphones in portrait and landscape ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {

}

/* All Smartphones in portrait ----------- */
@media only screen 
and (max-width : 479px) {

body {
	overflow-y: scroll;
	background-color: transparent;
}

.no-scroll {
	overflow-y: auto !important;
}

.col-left {		
	padding: 0px !important;
}
	
.col-right {		
padding: 0px !important;
}

.navbar, .navbar-header {
height: 85px;	
}

.navbar-toggle {
	margin-top: 28px !important;
	margin-right: 15px;
}

.navbar-nav {
	border-bottom: 1px solid rgba(0,215,120,1);	
}

.nav > li:hover {
	background-color: rgba(0,215,120,1);	
}

.navbar-nav > li > a {
	padding: 12px 30px;
}

.navbar-default .navbar-nav > .current-page > a:hover, .navbar-default .navbar-nav > .current-page > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:hover {
	color: #fff !important;
}

#logo-bg {
height: 0px !important;
padding: 10px 15px !important;
}

#logo {
	background-size: auto 60px !important;
}

.cd-slider-wrapper {
  overflow-y: auto !important;
}

.cd-slider-navigation {
	display: none;
}

#copyright {
	padding: 0 15px !important;
}

/* Home --------------------------------------- */	

#home-slide1 h1, #home-slide2 h1, #home-slide3 h1 {
	font-size: 36px !important;
	line-height: 38px !important;
}

#home-slide1 h4, #home-slide2 h4, #home-slide3 h4 {
	font-size: 13px;
}

#home-slide1 .container, #home-slide2 .container, #home-slide3 .container {
	top: 35% !important;
}


/* Services --------------------------------------- */	

#product-sect {
		margin-top: 45px !important;
}

.img-product {
	margin-left: 0 !important;
	width: 100% !important;
}

#product-sect .container h3, #product-sect .container p {
	background: none !important;
	display: inherit;
}
	
#product-sect .container h3 {
	padding: 0px !important;
}
	
#product-sect .container p {
	padding: 0px !important;
}


/* Contact Us --------------------------------------- */	
	
	#contact-sect .container {
    padding: 0 !important;
	}
	
	h4.address {
		margin-top: 40px !important;
	}
	
	.map {
		padding: 0;
	}
	
	#google-map {
  		display: block;
  		width: 100%;
  		height: 320px !important;
  		margin: 0px;
		border: 0px !important;
	}
	
	.contact-info {
		margin-top: 0px !important;
		padding-left: 30px !important;
	}

}