/*-------------------------------------------------*/
/* =  Banner
/*-------------------------------------------------*/
.tp-banner-container,
.tp-banner,
.tp-banner-fullscreen-container {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}

/*-------------------------------------------------*/
/* =  content
/*-------------------------------------------------*/

body {
	background: url('../../images/agra-tech-commercial-greenhouse-manufacturer-background.jpg') fixed center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {font-family: Secular One, sans-serif;}

/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/
.navbar-default {
	background: #495F0A;
	border: none;
	margin: 0;
}

.navbar-default .container {
	width: 92%;
	margin: 0 4%;
	padding: 0;
}

.top-branding {
	width: 100%;
	margin: 0;
	padding: 15px 0;
}

.top-branding img {
	width: 100%;
	height: 100%;
}

.header-content .container .home-video-area h2 {
	font-size: 40px;
	line-height: 50px;
	color: rgba(255,255,255,0.8);
	letter-spacing:0.02em;
}

.header-content .container .home-video-area h2 span {
	font-size: 80px;
	line-height: 90px;
	color: #FFF;
	letter-spacing:0.04em;
	text-shadow: 2px 2px 4px #222;
}

.header-content .container .home-video-area h3 {
	font-size: 30px;
	line-height: 50px;
	color: rgba(255,255,255,0.5);
}

.header-content .container .home-video-area h4 {
	font-size: 24px;
	color: rgba(255,255,255,0.8);
}

.header-content .container .home-video-area .link {margin: 40px 0 0 0;}

.header-content .container .home-video-area a {
	font: 20px Open Sans, serif;
	color: #FFF;
	background-color: #6F9215;
	padding: 20px 40px;
	text-decoration: none;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
}

.header-content .container .home-video-area a:hover {background-color: #495F0A;}

/*		Extra Menu 	*/
.extra-menu-section  {
	position: relative;
	margin: 0;
	padding: 0;
	background-color: rgba(111,146,21,0.8) /*#6F9215*/;
}

.extra-menu-section .container {
	width: 90%;
	margin: 0 5%;
	padding: 15px 0;
	text-align: left;
	font-family: Open Sans, sans-serif;
}

.extra-menu-section .container p {
	margin: 0;
	padding: 0;
}

.extra-menu-section .container p a {
	font-size: 16px;
	font-weight: 400;
	color: #EEE;
	text-decoration: none;
	padding: 8px 16px;
	background-color: transparent;
}

.extra-menu-section .container p a:hover {
	color: #FFF;
	background-color: #495F0A;
}

/*		Top Page options 	*/
.top-page-section  {
	position: relative;
	margin: 0;
	padding: 0;
}

.top-page-section .area {
	width: 98%;
	margin: 0 1%;
	padding: 10px 0;
	text-align: center;
	font-family: Open Sans, sans-serif;
}

.top-page-section .area p {
	font-size: 16px;
	font-weight: 300;
	color: #BBB;
}

.top-page-section .area p a {
	font-size: 20px;
	font-weight: 600;
	color: #495F0A;
	text-decoration: none;
	padding: 8px 16px;
	background-color: transparent;
}

.top-page-section .area p a:hover {
	color: #FFF;
	background-color: #495F0A;
}


/*-------------------------------------------------*/
/* =  content
/*-------------------------------------------------*/

.content-section  {
	position: relative;
	margin: 0;
	padding: 0;
}

.container {
	width: 90%;
	margin: 0 5%;
	padding: 0;
}

.content-section .container {
	width: 90%;
	margin: 40px 5%;
	padding: 40px 50px 100px 50px;
	background-color: rgba(255,255,255,0.85);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
}

.content-section h1 {
	font-size: 40px;
	line-height: 70px;
	color: #2E3C09;
	letter-spacing:0.02em;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin-bottom: 40px;	
}

.content-section h2 {
	font-size: 30px;
	line-height: 40px;
	color: #35460A;
	padding-top: 26px;
	text-transform: uppercase;
}

.content-section h3 {
	font-size: 24px;
	line-height: 34px;
	color: #495F0A;
	padding-top: 20px;
}

.content-section p,
.content-section ul,
.content-section ol,
.home-blog-section .blog-area p {
	font-family: Open Sans, sans-serif;
	color: #222;
}

.content-section p,
.content-section ul,
.content-section ol {
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 18px 0;
}

.content-section p.Medium,
.content-section ul.Medium {
	font-size: 16px;
	line-height: 26px;
	margin: 0 0 12px 0;
}

.content-section p.Small {
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 12px 0;
}

.full-size {width: 100%; height: 100%;}
.size90 {width: 90%; height: 90%;}
.size80 {width: 80%; height: 80%;}
.size70 {width: 70%; height: 70%;}
.size60 {width: 60%; height: 60%;}
.size50 {width: 50%; height: 50%;}
.size40 {width: 40%; height: 40%;}
.size30 {width: 30%; height: 30%;}
.size20 {width: 20%; height: 20%;}

.shadow {
	box-shadow: 2px 10px 10px -10px #000;
	-moz-box-shadow: 2px 10px 10px -10px #000;
	-webkit-box-shadow: 2px 10px 10px -10px #000;
}

.frame {
	padding: 15px;
	background-color: #FFF;
}

.frameT {
	margin: 20px 0;
	padding: 0 25px 25px 25px;
	background-color: rgba(255,255,255,0.6);
	border: 1px solid #DDD;
}

.image-L {
	float: left;
	margin: 0 20px 20px 0;
}

.image-R {
	float: right;
	margin: 0 0 20px 20px;
}

.image-L p.caption,
.image-R p.caption {
	font-size: 16px;
	font-style: italic;
	color: #111;
	text-align: center;
	margin-top: 15px;
}

.Left {text-align: left;}
.Right {text-align: right;}
.Justify {text-align: justify;}
.Center {text-align: center;}

.mt20 {margin-top: 20px}
.mt40 {margin-top: 40px}
.mt60 {margin-top: 60px}
.mb20 {margin-bottom: 20px}
.mb40 {margin-bottom: 40px}
.mb60 {margin-bottom: 60px}
.mtb20 {margin: 20px 0}
.mtb40 {margin: 40px 0}
.mtb60 {margin: 60px 0}
.mlr20 {margin: 0 20px}
.mlr40 {margin: 0 40px}
.mlr60 {margin: 0 60px}
.m20 {margin: 20px}
.m40 {margin: 40px}
.m60 {margin: 60px}

.pt20 {padding-top:20px}
.pt40 {padding-top:40px}
.pt60 {padding-top:60px}
.p20 {padding:20px}
.p40 {padding:40px}
.p60 {padding:60px}

.bg-white {background-color: #FFF;}
.bg-color1 {background-color: #6F9215;}
.bg-color2 {background-color: #495F0A;}
.bg-color3 {background-color: #35460A;}
.bg-color4 {background-color: #2E3C09;}

.f-white {color: #FFF;}
.f-color1 {color: #6F9215;}
.f-color2 {color: #495F0A;}
.f-color3 {color: #35460A;}
.f-color4 {color: #2E3C09;}

.borderL {
	border-left: 1px solid rgba(64,64,64,0.1);
	padding-left: 40px;
}

.borderR {
	border-right: 1px solid rgba(64,64,64,0.1);
	padding-right: 40px;
}

.divider {clear: both;}

.image-w-text {
	width: 100%;
	display: table;
	background-color: #FFF; 
	margin: 20px;
	padding: 0;
	border: 1px solid rgba(64,64,64,0.2);
}

.image-w-text img {
	width: 100%;
	height: 100%;
}

.image-w-text .text {
	padding: 10px 15px;
	text-align: center;
}

.image-w-text .text h3 {
	padding: 10px 0 0 0;
	margin: 0;
}

.image-w-text .text p {
	font-size: 18px;
	color: #333;
	margin: 0;
	padding: 0;
}

.image-w-text .text a {
	display: inline-block;
	font: 14px Open Sans, sans-serif;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	background-color: #6F9215;
	margin-top: 15px;
	padding: 8px 18px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}

.image-w-text .text a:hover {
	background-color: #2E3C09;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

.image-w-text .text .icons a {
	background-color: transparent;
	padding: 0;
	margin: 0;
}

.image-w-text .text .icons img {
	width: 48px;
	height: 48px;
	margin: 15px 5px;
	padding: 0;
	border: none;
}

a.call-to-action {
	font: 600 30px Open Sans, sans-serif;
	color: #FFF;
	background-color: #DE3015;
	padding: 20px 30px;
	margin: 0 5px 5px 0;
	line-height: 50px;
	outline: none;
	border: none;
	text-decoration: none;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 1px 3px 10px -5px #000;
	-moz-box-shadow: 1px 3px 10px -5px #000;
	-webkit-box-shadow: 1px 3px 10px -5px #000;
}

a.call-to-action:hover {
	background-color: #495F0A;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

.link-section {
	position: relative;
	margin-top: 40px;
}

.link-section hr {
	border-color: rgba(64,64,64,0.3);
	width: 85%;
	text-align: center;
}

.link-section p {
	font-family: Open Sans, sans-serif;
	margin: 0;
}

.link-section p.level1 {
	font-size: 16px;
	font-weight: 600;
}

.link-section p.level2 {
	font-size: 14px;
	font-weight: 400;
}

.link-section p a {
	color: #495F0A;
	text-decoration: none;
}

.link-section p a:hover {color: #A00;}


/*      PlantCentric Design : Home      */
.home-plantcentric-section {
	position: relative;
	margin: 0;
	background: url(../../images/agra-tech-commercial-greenhouse-manufacturer-background-plantcentric.jpg) fixed center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

.home-plantcentric-section .container {
	width: 100%;
	margin: 0;
	padding: 80px 0;
}

.home-plantcentric-section h2 {
	font-size: 60px;
	line-height: 80px;
	color: #495F0A;
	text-align: center;
	font-weight: bold;
	text-shadow: 2px 2px 4px rgba(64,64,64,0.5);
	margin-bottom: 40px;
	letter-spacing: 0.05em;
}

.home-plantcentric-section .content-area {padding: 50px 5%;}

.home-plantcentric-section .content-area h3 {
	font-size: 36px;
	line-height: 46px;
	color: #6F9215;
}

.home-plantcentric-section .content-area p {
	font-size: 22px;
	line-height: 32px;
}


/*      SERVICES: Home      */
.home-services-section {
	position: relative;
	margin: 0;
	background: url(../../images/agra-tech-commercial-greenhouse-manufacturer-background-services.jpg) fixed center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

.home-services-section .container {
	width: 100%;
	margin: 0;
	padding: 80px 0;
}

.home-services-section h2 {
	font-size: 60px;
	line-height: 80px;
	color: #495F0A;
	text-align: center;
	font-weight: bold;
	text-shadow: 2px 2px 4px rgba(64,64,64,0.5);
	margin-bottom: 40px;
	letter-spacing: 0.05em;
}

.home-services-section .service-area {padding: 50px 5%;}

.home-services-section img {
	width: 90%;
	height: 90%;
	border-radius: 50%;
	padding: 20px;
	background-color: rgba(255,255,255,0.8);
}

/*      BLOG: Home      */
.home-blog-section {
	position: relative;
	padding: 90px 40px;
	background: url(../../images/agra-tech-commercial-greenhouse-manufacturer-background-home-blog.jpg) fixed center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

.home-blog-section h2 {
	font-size: 60px;
	line-height: 80px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	margin-bottom: 40px;
	letter-spacing: 0.10em;
	text-shadow: 2px 2px 4px #222;
}

.home-blog-section h4 {
	font-size: 24px;
	line-height: 34px;
	text-align: center;
}

.home-blog-section .blog-area {
	margin: 20px;
	padding: 30px;
	background-color: #FFF;
}

.home-blog-section .blog-area p {
	font-size: 16px;
	line-height: 26px;
	color: #444;
}

/*      BLOG: Page      */
.blog-section {
	margin: 0;
	padding: 0;
}

.blog-section .area {
	display: table;
	background-color: #FFF;
	padding: 20px;
	margin: 20px;
}

.blog-section h2 {
	font-size: 30px;
	line-height: 42px;
	color: #495F0A;
	border-bottom: 1px solid rgba(15,76,43,0.1);
	margin-bottom: 20px;
	padding: 10px 0;
}

.blog-section h3 {
	font-size: 24px;
	line-height: 36px;
	color: #6F9215;
	margin: 0;
}

.blog-section h4 {
	font-size: 20px;
	line-height: 50px;
	color: #6F9215;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(64,64,64,0.2);
}

.blog-section p {
	font-size: 20px;
	line-height: 30px;
}

.blog-section p.small {
	font-size: 16px;
	line-height: 26px;
	color: #495F0A;
}

.blog-section p.small span {
	font-size: 18px;
	line-height: 28px;
	color: #555;
}

.blog-section ul { 
    display: block;
    list-style-type: disc;
    margin: 0;
    padding-left: 25px;
}

.blog-section a, .blog-section li {
	font-size: 18px;
	line-height: 28px;
	color: #555;
	text-decoration: none;
} 

.blog-section a:hover {
	color:#980E00;
	text-decoration: underline;
}

.blog-section a.red {
	font-size: 18px;
	line-height: 40px;
	padding: 10px 15px;
	color: #FFF;
	background-color: #6F9215;
	text-decoration: none;
	text-transform: uppercase;
}

.blog-section a.red:hover {background-color:#495F0A}

.blog-section .blog-side {
	margin: 0 0 30px 0;
	padding: 15px 30px;
	background-color: #FFF;
	border: 1px solid #E0E0E0;	
}

.blog-section .blog-side h3 {
	font-size: 24px;
	color: #495F0A;
	margin: 0;
	padding: 0;
}

.blog-section .blog-side h4 {
	font-size: 16px;
	line-height: 24px;
	color: #495F0A;
	margin: 15px 0;
	padding: 0;
	border: 0;
}

/*      PROJECTS: Home      */
.home-projects-section {
	padding: 90px 40px;
	position: relative;
	background: url('../../images/agra-tech-commercial-greenhouse-manufacturer-background-home-projects.jpg') fixed center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

.home-projects-section h2 {
	font-size: 60px;
	line-height: 80px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	margin-bottom: 40px;
	letter-spacing: 0.10em;
	text-shadow: 2px 2px 4px #222;
}

.home-projects-section .project-area {
	margin: 15px;
	padding: 0;
	background-color: #FFF;
}

.home-projects-section .project-area img {
	width: 100%;
	height: 100%;
}

.home-projects-section .project-text {
	margin: 0;
	padding: 25px;
}

.home-projects-section .project-text h4 {
	font-size: 24px;
	line-height: 34px;
	text-align: center;
	color: #35460A;
}

.home-projects-section .project-text p {
	font: 18px/26px Open Sans, sans-serif;
	color: #495F0A;
	margin: 0 0 16px 0;
}

.home-projects-section a {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  padding: 8px 18px;
  color: #FFF;
  background-color: #6F9215;
  font: 14px Open Sans, sans-serif;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.home-projects-section a:hover {
  background-color: #2E3C09;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

/*      PROJECTS: page      */
.projects-list-section {
	position: relative;
	margin: 0;
	padding: 0;
}

.projects-list-section .area {
	display: table;
	background-color: #FFF;
	margin: 30px 0;
	padding: 30px 20px;
	border: 1px solid rgba(128,128,128,0.2);
}

.projects-list-section .area img {
	width: 100%;
	height: 100%;
}

.projects-list-section .area h3 {
	font-size: 30px;
	line-height: 40px;
	padding: 0;
}

.projects-section {
	margin: 0;
	padding: 40px;
	position: relative;
	background: url('../../images/agra-tech-commercial-greenhouse-manufacturer-background-home-projects.jpg') fixed center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

.projects-section .container {
	width: 90%;
	margin: 0 5%;
	padding: 2% 3% 5% 3%;
	border: 1px solid rgba(128,128,128,0.3);
	background-color: rgba(255,255,255,0.8);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;		
	box-shadow: 0px 3px 15px -5px #000;
	-moz-box-shadow: 0px 3px 15px -5px #000;
	-webkit-box-shadow: 0px 3px 15px -5px #000;
}

.projects-section h1 {
	font-size: 40px;
	line-height: 52px;
	color: #0F4C2B;
	letter-spacing:0.02em;
	margin: 0;
}

.projects-section h2 {
	font-size: 26px;
	line-height: 50px;
	color: #495F0A;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	margin: 0 0 40px 0;	
}

.projects-section .data-framed {
	width: 100%;
	font-size: 18px;
	color: #666;
	padding: 15px;
	border: 1px solid rgba(0,0,0,0.1);
	background-color: #F6F6F6;
	margin-bottom: 10px;
	outline: none;
}

.projects-section .people-box {
	background-color: #F6F6F6;
	border: 1px solid rgba(64,64,64,0.1);
}

.projects-section .people-box .name {
	padding: 8px;
	margin: 0;
	text-align: center;
}

.projects-section .people-box .name a {
	font-size: 16px;
	text-decoration: none;
}

.projects-section .data-framed ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.projects-section .data-framed ul li {padding-bottom: 16px;}

.projects-section .data-framed ul li.divider {
	border-bottom : 1px solid rgba(32,32,32,0.1);
	margin-bottom: 25px;
}

.projects-section p.field-name {
	font-size: 16px;
	line-height: 30px;
	color: #495F0A;
	text-transform: uppercase;
	margin: 10px 0 0 0;
}

/*      STAFF      */
.staff-section {
	position: relative;
	margin: 0 5%;
	padding: 0;
}

/*      TESTIMONIAL      */
.testimonial-section {
	position: relative;
	margin: 0 5%;
	padding: 0;
}

.testimonial-section .text {
	background-color: #FFF;
	border: 1px solid rgba(64,64,64,0.2);
	margin: 20px 0;
	padding: 30px 40px;
}

.testimonial-section .text p {
	font-size: 22px;
	line-height: 32px;
	color: #393939;
}

.testimonial-section .text p span {
	font-size: 24px;
	font-weight: bold;
}

/*      TESTIMONIAL SIDE      */
.testimonial-side-section {
	position: relative;
	margin: 30px 0;
	padding: 0;
}

.testimonial-side-section .area {
	background-color: #FFF;
	border: 1px solid rgba(64,64,64,0.2);
	margin: 20px 0;
	padding: 10px 25px;
}

.testimonial-side-section .area h3 {
	font-size: 24px;
	line-height: 50px;
	text-align: center;
	vertical-align: top;
}

.testimonial-side-section .area p {
	font-family: Roboto Condensed, sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	color: #696969;
}

.testimonial-side-section .area p span {
	font-size: 24px;
	font-weight: 700;
}


/*-------------------------------------------------*/
/* =  Footer
/*-------------------------------------------------*/
footer {
	font-family: Open Sans, sans-serif;
	background-image: url(../../images/agra-tech-commercial-greenhouse-manufacturer-background-footer.jpg);
	background-position: center center;
}
	

footer .upper {padding: 20px 0 40px 0;}

footer .upper h4 {
	font-family: Open Sans, sans-serif;
	font-size: 22px;
	line-height: 40px;
	color: #6F9215;
	text-transform: uppercase;
}

footer .upper h5 {
	font-family: Open Sans, sans-serif;
	font-size: 18px;
	line-height: 28px;
	color: rgba(255,255,255,0.5);
}

footer .upper p, footer .upper ul, footer .upper a {
	font-size: 16px;
	line-height: 26px;
	color: rgba(255,255,255,0.7);
	text-decoration: none;
}

footer .upper p span {
	font-weight: bold;
	color: rgba(255,255,255,0.8);
}

footer .upper p.tag-line {
	font-size: 20px;
	color: rgba(255,255,255,0.4);
	text-align: center;
	padding-top: 20px;
}

footer .upper a:hover {color: #FFF;}

footer .upper ul {
  margin: 0;
  padding: 0 0 0 25px;
}

footer .upper img {margin: 0 2px; 0 0}

footer .upper img.logo {
	width: 90%;
	height: 90%;
	margin-top: 30px;
}

footer .upper img.made-in-usa {
	width: 50%;
	height: 50%;
}

footer .bottom {
	padding: 15px 40px;
	background-color: #2E3C09;
}

footer .bottom p,
footer .bottom a {
	font-size: 14px;
	color: #D0D0D0;
	text-decoration: none;
}

footer .bottom p.copyright {text-align: right;}

footer .bottom a:hover {color: #FFF;}

/*-------------------------------------------------*/
/* =  tables page
/*-------------------------------------------------*/
.tables-section {margin-bottom: 40px;}

.tables-section h2 {
	font-size: 30px;
	line-height: 40px;
	color: #393939;
	padding: 0 0 10px 0;
}

.tables-section p {margin-bottom: 20px;}

.tables-section table {
	width: 100%;
	border: 1px solid rgba(0,0,0,0.2);
}

.tables-section table thead tr th {
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
	background-color: #495F0A;
	padding: 15px 0;
	letter-spacing: 0.1em;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	border-right: 1px solid rgba(255,255,255,0.2);
}

.tables-section table tbody tr.odd {background-color: #FFF;}
.tables-section table tbody tr.even {background-color: #F3F3F3;}

.tables-section table tbody tr td {
	font-size: 18px;
	color: #333;
	padding: 10px 15px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	border-right: 1px solid rgba(0,0,0,0.1);
}

/*-------------------------------------------------*/
/* =  contact page
/*-------------------------------------------------*/

.form-section {
	margin: 0;
	padding: 0;
}

.form-section h3 {padding-top: 0;}

.Form1 input[type="text"],
.Form1 textarea,
.Form1 select {
	width: 100%;
	font: 18px Open Sans, sans-serif;
	color: #999;
	padding: 10px 15px;
	border: 1px solid rgba(0,0,0,0.1);
	background-color: #F0F0F0;
	margin-bottom: 10px;
	outline: none;
}

.Form1 input[type="text"]:focus,
.Form1 textarea:focus,
.Form1 select:focus {
	color: #111;
	background-color: #FFF;
	border: 1px solid rgba(0,0,0,0.3);
}

.Form1 textarea {height: 150px;}

.Form1 input[type="submit"],
.Form1 input[type="button"],
button,
a.default {
	font: 18px Open Sans, sans-serif;
	color: #FFF;
	background-color: #6F9215;
	padding: 0 30px;
	margin: 0 5px 5px 0;
	line-height: 48px;
	outline: none;
	border: none;
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 1px 3px 10px -5px #000;
	-moz-box-shadow: 1px 3px 10px -5px #000;
	-webkit-box-shadow: 1px 3px 10px -5px #000;
}

a.default {padding: 12px 30px;}

.Form1 input[type="submit"]:hover,
.Form1 input[type="button"]:hover,
button:hover,
a.default:hover {
	background-color: #495F0A;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

/*-------------------------------------------------*/
/* =  Responsive Part
/*-------------------------------------------------*/
@media (max-width: 1500px) {

}

@media (max-width: 1199px) {

}

@media (max-width: 991px) {

	body {
		background-image: none;
		background-color: #F0F0F0;
	}

	.top-branding {padding: 5px 0;}

	.header-content .container .home-video-area h2 {
		font-size: 30px;
		line-height: 50px;
	}

	.header-content .container .home-video-area h2 span {
		font-size: 40px;
		line-height: 50px;
		letter-spacing:0.02em;
	}

	.header-content .container .home-video-area h3 {font-size: 22px;}

	.header-content .container .home-video-area a {
		font-size: 18px;
		padding: 10px 20px;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-o-border-radius: 10px;
	}

	.container {
		width: 100%;
		margin: 0;
	}

	.content-section .container {
		background-color: rgba(255,255,255,0.85);
		width: 100%;
		margin: 0;
		padding: 10px 20px 40px 20px;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-o-border-radius: 0;
	}

	.content-section h1 {
		font-size: 32px;
		line-height: 42px;
		letter-spacing:0.01em;
		margin-bottom: 12px;	
	}

	.content-section h2 {
		font-size: 24px;
		line-height: 34px;
		padding-top: 10px;
	}

	.content-section h3 {
		font-size: 24px;
		line-height: 36px;
		padding-top: 8px;
	}

	.content-section p,
	.content-section ul,
	.content-section ol {
		font-size: 20px;
		line-height: 28px;
		margin: 0 0 14px 0;
	}

	.content-section p.Medium,
	.content-section ul.Medium {
		font-size: 18px;
		line-height: 24px;
		margin: 0 0 12px 0;
	}

	.content-section p.Small {
		font-size: 14px;
		line-height: 20px;
		margin: 0 0 8px 0;
	}

	footer {text-align: center;}
	footer .bottom p.copyright {text-align: center;}

	footer .upper ul {
		list-style-type: none;
		padding:0;
	}
	
	.home-blog-section {
		padding: 40px 10px;
		background-image: none;
		background-color: #495F0A;
	}

	.home-blog-section h2 {
		font-size: 50px;
		line-height: 60px;
		margin-bottom: 20px;
		letter-spacing: 0.05em;
	}

	.home-blog-section h4 {
		font-size: 24px;
		line-height: 30px;
	}

	.home-blog-section .blog-area {
		margin: 30px;
		padding: 15px;
	}

	.home-blog-section .blog-area p {
		font-size: 16px;
		line-height: 24px;
	}

	.home-projects-section {
		padding: 40px 10px;
		background-image: none;
		background-color: #AAA;
	}

	.home-projects-section h2 {
		font-size: 50px;
		line-height: 60px;
		margin-bottom: 20px;
		letter-spacing: 0.05em;
	}

	.home-projects-section .project-area {margin: 30px;}
	.home-projects-section .project-text {padding: 15px;}

	.home-projects-section h4 {
		font-size: 24px;
		line-height: 34px;
		text-align: center;
		color: #000;
	}

	.home-projects-section .project-area img {
		width: 100%;
		height: 100%;
	}

	.home-projects-section .project-text h4 {
		font-size: 24px;
		line-height: 34px;
	}

	.home-projects-section .project-text p {
		font: 18px/26px Open Sans, sans-serif;
		margin: 0 0 16px 0;
		text-align: center;
	}

	.full-size {
		width: 90%;
		height: 90%;
		margin: 5%;
	}
	
}

@media (max-width: 767px) {

	body {
		background-image: none;
		background-color: #F0F0F0;
	}

	.top-branding {padding: 5px 0;}

	.header-content .container .home-video-area h2 {
		font-size: 30px;
		line-height: 50px;
	}

	.header-content .container .home-video-area h2 span {
		font-size: 40px;
		line-height: 50px;
		letter-spacing:0.02em;
	}

	.header-content .container .home-video-area h3 {font-size: 22px;}

	.header-content .container .home-video-area a {
		font-size: 18px;
		padding: 10px 20px;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-o-border-radius: 10px;
	}

	.container {
		width: 100%;
		margin: 0;
	}

	.content-section .container {
		background-color: rgba(255,255,255,0.85);
		width: 100%;
		margin: 0;
		padding: 10px 20px 40px 20px;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-o-border-radius: 0;
	}

	.content-section h1 {
		font-size: 26px;
		line-height: 36px;
		letter-spacing:0.015em;
		margin-bottom: 10px;	
	}

	.content-section h2 {
		font-size: 22px;
		line-height: 32px;
		padding-top: 8px;
	}

	.content-section h3 {
		font-size: 20px;
		line-height: 30px;
		padding-top: 6px;
	}

	.content-section p,
	.content-section ul,
	.content-section ol {
		font-size: 20px;
		line-height: 28px;
		margin: 0 0 14px 0;
	}

	.content-section p.Medium,
	.content-section ul.Medium {
		font-size: 18px;
		line-height: 24px;
		margin: 0 0 12px 0;
	}

	.content-section p.Small {
		font-size: 14px;
		line-height: 20px;
		margin: 0 0 8px 0;
	}

	footer {text-align: center;}
	footer .bottom p.copyright {text-align: center;}

	footer .upper ul {
		list-style-type: none;
		padding:0;
	}
	
	.home-blog-section {
		padding: 40px 10px;
		background-image: none;
		background-color: #495F0A;
	}

	.home-blog-section h2 {
		font-size: 40px;
		line-height: 50px;
		margin-bottom: 20px;
		letter-spacing: 0.05em;
	}

	.home-blog-section h4 {
		font-size: 24px;
		line-height: 30px;
	}

	.home-blog-section .blog-area {
		margin: 25px 10px;
		padding: 15px;
	}

	.home-blog-section .blog-area p {
		font-size: 16px;
		line-height: 24px;
	}

	.home-projects-section {
		padding: 40px 10px;
		background-image: none;
		background-color: #AAA;
	}

	.home-projects-section h2 {
		font-size: 40px;
		line-height: 50px;
		margin-bottom: 20px;
		letter-spacing: 0.05em;
	}

	.home-projects-section .project-area {margin: 25px 10px;}
	.home-projects-section .project-text {padding: 15px;}

	.home-projects-section .project-area img {
		width: 100%;
		height: 100%;
	}

	.home-projects-section .project-text h4 {
		font-size: 24px;
		line-height: 34px;
	}

	.home-projects-section .project-text p {
		font: 18px/26px Open Sans, sans-serif;
		margin: 0 0 16px 0;
		text-align: center;
	}
	
}

@media (max-width: 500px) {

	body {
		background-image: none;
		background-color: #E9E9E9;
	}

	.top-branding {padding: 5px 0;}

	.header-content .container .home-video-area h2 {
		font-size: 30px;
		line-height: 50px;
	}

	.header-content .container .home-video-area h2 span {
		font-size: 40px;
		line-height: 50px;
		letter-spacing:0.02em;
	}

	.header-content .container .home-video-area h3 {font-size: 22px;}

	.header-content .container .home-video-area a {
		font-size: 18px;
		padding: 10px 20px;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-o-border-radius: 10px;
	}

	.extra-menu-section .container {
		width: 98%;
		margin: 0 1%;
		padding: 5px 0;
		text-align: center;
	}

	.extra-menu-section .container p a {
		font-size: 12px;
		padding: 6px 4px;
	}

	.top-page-section .area p {font-size: 14px;}

	.top-page-section .area p a {
		font-size: 16px;
		padding: 5px;
	}
	
	.container {
		width: 100%;
		margin: 0;
	}

	.content-section .container {
		background-color: #E6E6E6;
		width: 100%;
		margin: 0;
		padding: 10px 20px 40px 20px;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-o-border-radius: 0;
	}

	.content-section h1 {
		font-size: 26px;
		line-height: 36px;
		letter-spacing:0.015em;
		margin-bottom: 10px;	
	}

	.content-section h2 {
		font-size: 22px;
		line-height: 32px;
		padding-top: 8px;
	}

	.content-section h3 {
		font-size: 20px;
		line-height: 30px;
		padding-top: 6px;
	}

	.content-section p,
	.content-section ul,
	.content-section ol {
		font-size: 20px;
		line-height: 28px;
		margin: 0 0 14px 0;
	}

	.content-section p.Medium,
	.content-section ul.Medium {
		font-size: 18px;
		line-height: 24px;
		margin: 0 0 12px 0;
	}

	.content-section p.Small {
		font-size: 14px;
		line-height: 20px;
		margin: 0 0 8px 0;
	}

	footer {text-align: center;}

	footer .bottom p.copyright {text-align: center;}

	footer .upper ul {
		list-style-type: none;
		padding:0;
	}

footer .upper h4 {
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	padding-top: 30px;
}

	footer .upper p.tag-line {padding-top: 10px;}

	footer .upper img.logo {margin-top: 15px;}

	.home-services-section {
		background-image: none;
		background-color: #EDEDED;
	}

	.home-services-section .container {padding: 40px 0;}

	.home-services-section h2 {
		font-size: 40px;
		line-height: 50px;
		letter-spacing: 0.02em;
		text-shadow: 1px 1px 2px #888;
	}

	.home-services-section .service-area {padding: 50px 5%;}

	.home-services-section img {
		width: 90%;
		height: 90%;
		border-radius: 50%;
		padding: 10px 20px;
	}

	.home-blog-section {
		padding: 40px 10px;
		background-image: none;
		background-color: #495F0A;
	}

	.home-blog-section h2 {
		font-size: 40px;
		line-height: 50px;
		margin-bottom: 20px;
		letter-spacing: 0.05em;
	}

	.home-blog-section h4 {
		font-size: 24px;
		line-height: 30px;
	}

	.home-blog-section .blog-area {
		margin: 25px 10px;
		padding: 15px;
	}

	.home-blog-section .blog-area p {
		font-size: 16px;
		line-height: 24px;
	}

	.home-projects-section {
		padding: 40px 10px;
		background-image: none;
		background-color: #AAA;
	}

	.home-projects-section h2 {
		font-size: 40px;
		line-height: 50px;
		margin-bottom: 20px;
		letter-spacing: 0.05em;
	}

	.home-projects-section .project-area {margin: 25px 10px;}
	.home-projects-section .project-text {padding: 15px;}

	.home-projects-section .project-area img {
		width: 100%;
		height: 100%;
	}

	.home-projects-section .project-text h4 {
		font-size: 24px;
		line-height: 34px;
	}

	.home-projects-section .project-text p {
		font: 18px/26px Open Sans, sans-serif;
		margin: 0 0 16px 0;
		text-align: center;
	}

	.projects-list-section .area h3 {
		font-size: 22px;
		line-height: 28px;
	}

	.projects-list-section .area P {
		font-size: 18px;
		line-height: 24px;
	}
	
	.projects-section {
		margin: 0;
		padding: 0;
		background-image: none;
	}

	.projects-section .container {
		width: 100%;
		margin: 0;
		padding: 4% 5%;
		border: 0;
		background-color: #FFF;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;		
		box-shadow: 0;
		-moz-box-shadow: 0;
		-webkit-box-shadow: 0;
	}

	.projects-section h1 {
		font-size: 26px;
		line-height: 36px;
		letter-spacing:0.01em;
	}

	.projects-section h2 {
		font-size: 22px;
		line-height: 32px;
		margin: 0 0 20px 0;	
	}

	
	.image-w-text {margin: 20px 10px;}

	.image-w-text img {
		width: 90%;
		height: 90%;
	}

	.image-w-text .text {padding: 5px 10px;}

	.image-w-text .text h3 {padding: 5px 0 0 0;}

	.image-w-text .text p {font-size: 16px;}

	.image-w-text .text a {
		margin-top: 15px;
		padding: 8px 18px;
	}

	.image-w-text .text .icons a {
		background-color: transparent;
		padding: 0;
		margin: 0;
	}

	.image-w-text .text .icons img {
		width: 36px;
		height: 36px;
	}

	.testimonial-section {margin: 0 1%;}

	.testimonial-section .text {padding: 20px;}

	.testimonial-section .text p {
		font-size: 18px;
		line-height: 28px;
	}

	.testimonial-section .text p span {font-size: 20px;}

	a.call-to-action {
		font-size: 24px;
		padding: 10px 20px;
		line-height: 36px;
	}

	.size90, .size80, .size70, .size60, .size50,	.size40, .size30,	.size20 {
		width: 100%; 
		height: 100%
	}
	
	.frame {padding: 10px;}	
	
	.blog-section .area {
		padding: 10px;
		margin: 20px 5px;
	}

	.blog-section h2 {
		font-size: 22px;
		line-height: 32px;
		margin-bottom: 10px;
	}

	.blog-section h3 {
		font-size: 24px;
		line-height: 50px;
		color: #6F9215;
		border-bottom: 1px solid rgba(64,64,64,0.2);
	}

	.blog-section p {
		font-size: 16px;
		line-height: 26px;
	}

	.blog-section p.small {
		font-size: 14px;
		line-height: 24px;
	}

	.blog-section p.small span {
		font-size: 16px;
		line-height: 26px;
	}

	.blog-section a.red {
		font-size: 16px;
		line-height: 28px;
		padding: 10px 15px;
	}

}
