body {
	background:#fff;
}

.container {
}

.container.fullwidth {
	width:100%;
}

@media (min-width: 1440px) {
.container {
}
}

/* for equal height */
.row-eq-height {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
}

.center-block {
	float:none;
}

.column-centered {
	margin:0px auto;
	float:none;
}

.flush {
	padding:0px;
}

.flush-left {
	padding-left:0px;
}

.flush-right {
	padding-right:0px;
}

a:hover {
	text-decoration:none;
}

.tablerow {
	display:table;
	width:100%;
	height:100%;
}

.tablecell {
	display:table-cell;
	width:100%;
	height:100%;
	vertical-align:middle;
}

img {
	max-width:100%;
	display:inline-block;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	background:none;
}

.navbar-default {
	background:none;
	min-height:90px;
	border:none;
	border-radius:0px;
	margin-bottom:0px;
}

.navbar-brand {
	height:90px;
	padding:15px 15px;
}

.navbar-nav>li>a {
	color:#fff;
}

.navbar-default .navbar-nav>li {
	margin-left:10px;
}

.navbar-default .navbar-nav>li>a {
	color:#fff;
	font-size:13px;
	font-weight:bold;
	padding:30px 15px;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #ccc;
    background-color: transparent;
}

h1,h2,h3,h4,h5,h6,p,ul,a {
	font-family: 'Montserrat', sans-serif;
}

/* Main Styles */
#header {
	background:url(../images/bg-header.jpg) 50% 50% no-repeat;
	background-size:cover;
	padding-top:15px;
}

#header h3 {
	color:#fff;
	font-size:44px;
	line-height:55px;
	font-weight:bold;
	text-transform:uppercase;
	margin:0px;
}

#header .space {
	padding:300px 0px;
}

#header.subs {
	background:url(../images/bg-subs.jpg) 50% 50% no-repeat;
	background-size:cover;
}

#header.about {
	background:url(../images/bg-about.jpg) 50% 50% no-repeat;
	background-size:cover;
}

#header.events {
	background:url(../images/bg-events.jpg) 50% 50% no-repeat;
	background-size:cover;
}

#header.subs .img {
	margin:13px 0px;
}

#header.subs .space {
	padding:250px 0px;
}

#why-us {
	padding:110px 0px;
}

#why-us h3 {
	color:#000000;
	font-size:35px;
	line-height:36px;
	font-weight:900;
	text-transform:uppercase;
	margin:45px 0px 1px 0px;
}

#why-us h4 {
	color:#000000;
	font-size:16px;
	font-weight:900;
	text-transform:uppercase;
	margin:30px 0px 15px 0px;
}

#why-us p {
	color:#000000;
	font-size:12px;
	margin:0px 0px;
}

#why-us .small h3 {
	margin:0px;
}

img.fullwidth {
	width:100%;
}

#why-us.product {
	padding:0px 0px;
}

#why-us.product img.line {
	margin-bottom:20px;
	margin-top:5px;
}

#why-us.product a.link {
	display:inline-block;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	background:#06947a;
	line-height:27px;
	padding:0px 10px;
	margin-top:15px;
}

#why-us.product h4 {
	margin-bottom:10px;
}

#why-us.product .bg-grey {
	background:#f2f2f2;
	padding:50px 0px;
}

#why-us.product .bg-grey h4 {
	font-size:15px;
	margin-top:10px;
}

#why-us.product .bg-grey p {
	font-size:11px;
	margin-bottom:13px;
}

a, a:hover,a:focus {
	color:inherit;
	text-decoration:none;
}

/**/
#why-us.product .form {
	padding:50px 0px;
}

#why-us.product .form h4 {
	font-size:15px;
	margin-bottom:20px;
	margin-top:10px;
}

#why-us.product input {
	display:inline-block;
	width:100%;
	background:#ebebeb;
	height:25px;
	border:3px solid #d1d1d1;
	color:#acacac;
	font-size:12px;
	font-family: 'Montserrat', sans-serif;
	padding-left:8px;
	margin-bottom:10px;
	outline:none;
}

#why-us.product textarea {
	display:inline-block;
	width:100%;
	background:#ebebeb;
	height:75px;
	border:3px solid #d1d1d1;
	color:#acacac;
	font-size:12px;
	font-family: 'Montserrat', sans-serif;
	padding-left:8px;
	padding-top:8px;
	margin-bottom:13px;
	outline:none;
	resize:none;
}

#why-us.product input[type="submit"] {
	display:inline-block;
	width:75px;
	background:#1b1b1b;
	height:30px;
	line-height:30px;
	text-align:enter;
	border:none;
	color:#fff;
	font-weight:bold;
	font-size:13px;
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
	padding:0px;
}

#footer {
	background:#f1f1f1;
	padding:75px 0px;
}

#footer h3 {
	color:#000000;
	font-size:14px;
	font-weight:900;
	text-transform:uppercase;
	margin-top:25px;
	margin-bottom:15px;
}

#footer p img {
	margin-right:12px;
}

#footer h4 {
	color:#000000;
	font-size:14px;
	font-weight:900;
	margin-top:15px;
	margin-bottom:18px;
}

#footer p {
	color:#000000;
	font-size:11px;
	margin:0px 0px 5px 0px;
}

#footer .last a {
	text-decoration:underline;
}

#search {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.9);
	padding:25px;
	z-index:999;
}

#search h3 {
	color: #c3c3c3;
    font-size: 14px;
	margin:0px 0px 10px 0px;
}

#search input {
    color: #333;
    height: 192px;
    background-color: transparent;
	border:none;
    font-weight: 700;
    font-size: 100px;
	outline:none;
	width:100%;
	display:inline-block;
}

#search .close {
	position:absolute;
	top:18px;
	right:20px;
}

#info {
	padding:100px 0px;	
}

#info p {
	color:#000000;
	font-size:15px;
	margin:0px 0px 25px 0px;
}

#info h3 {
	color:#000000;
	font-size:44px;
	line-height:46px;
	text-transform:uppercase;
	font-weight:900;
	margin:40px 0px 20px 0px;
}

#info ul {
	list-style:none;
	width:100%;
	padding:0px;
	margin:50px 0px 30px 0px;
}

#info ul li {
	display:inline-block;
	width:17%;
	margin:0px;
}

#info a.link {
	display:inline-block;
	border-radius:50%;
	position:relative;
}

#info a.link:hover {
	background:#000;
}

#info a.link:hover img {
	opacity:.5;
}

#info a.link:hover .align {
	display:block;
}

#info a.link .align {
	display:inline-block;
	border-radius:50%;
	position:absolute;
	background:rgba(15,171,189,.45);
	color:#fff;
	font-size:12px;
	font-weight:700;
	height:100%;
	width:100%;
	top:0;
	left:0;
	display:none;
}

#info.about  {
	padding-top:30px;
	padding-bottom:150px;
}

#info.about h4 {
	color:#000;
	font-size:40px;
	line-height:48px;
	font-weight:300;
	margin:45px 0px 55px 0px;
}

#info.about .img img {
	margin:55px 0px 25px 0px;
}

#info.about .small h3 {
	font-size:30px;
	margin-bottom:10px;
} 

#info.about .small img {
	margin-bottom:20px;
}

#info-event {
	background:#fbfbfb;
	padding:60px 0px;
}

#info-event .white {
	display:inline-block;
	width:100%;
	background:#fff;
	border:1px solid #ebebeb;
	margin-bottom:30px;
}

#info-event h3 {
	color:#000;
	font-size:21px;
	line-height:27px;
	margin:15px 0px 12px 0px;
}

#info-event h4 {
	color:#999999;
	font-size:12px;
	line-height:12px;
	margin:0px 0px 5px 0px;
}

#info-event hr {
	display:inline-block;
	width:100%;
	line-height:12px;
	margin:15px 0px 15px 0px;
	border-top:1px solid #ecf0f1;
}

#info-event p {
	color:#747474;
	font-size:13px;
	line-height:21px;
	margin:0px 0px 15px 0px;
}

#info-event a.read {
	display:inline-block;
	color:#040404;
	font-size:13px;
	line-height:27px;
	font-weight:bold;
	letter-spacing:1px;
	margin:0px 0px 35px 0px;
	border:2px solid #007963;
	width:110px;
	text-align:center;
}

#info-event a.read:hover {
	background:#007963;
	color:#fff;
}

#info-event .img img {
	margin-top:25px;
}

#info-event a.load {
	display:inline-block;
	color:#040404;
	font-size:15px;
	line-height:21px;
	font-weight:900;
	margin:10px 0px 25px 0px;
}

#header.edit {
	background:#fff;
	padding:35px 0px 45px 0px;
}

#header.black {
	background:#000;
	padding:35px 0px 40px 0px;
}

#header.edit .navbar-default .navbar-nav>li>a {
	color:#0b0b0b;
}

#product-info {
	padding:50px 0px 180px 0px;
}

#product-info .border {
	display:inline-block;
	width:100%;
	border:1px solid #e3e3e3;
	padding-top:144px;
}

#product-info .space-left {
	padding-left:45px;
}

#product-info h3 {
	color:#111111;
	font-size:34px;
	font-weight:900;
	margin:0px 0px 10px 0px;
}

#product-info h4 {
	color:#111111;
	font-size:17px;
	line-height:51px;
	font-weight:600;
	margin:0px;
}

#product-info p {
	color:#111111;
	font-size:17px;
	font-weight:300;
	margin:0px;
}

#product-info h5 {
	color:#111111;
	font-size:20px;
	font-weight:bold;
	margin:33px 0px 13px 0px;
	text-transform:uppercase;
}

#product-info p img {
	margin-right:10px;
}

#product-info h3.title {
	margin:0px 0px 0px 0px;
	padding:150px 0px 100px 0px;
}

#product-info ul {
	list-style:none;
	width:100%;
	padding:0px;
	margin:0px;
}

#product-info li  {
	display:inline-block;
	width:14%;
	padding-right:10px;
}

#product-info li .border {
	float:left;
	width:100%;
	padding:30px 0px;
}

#product-info li .title {
	float:left;
	width:100%;
	padding:17px 0px;
	border:1px solid #e3e3e3;
	color:#2d2d2d;
	font-size:13px;
	font-family: 'Montserrat', sans-serif;
}

#product-info .link {
	float:left;
	width:100%;
	padding:15px 0px;
	color:#fff;
	background:#007963;
	font-size:13px;
	display:inline-block;
	font-weight:bold;
	border-radius:0px 0px 3px 3px;
}

iframe {
	float:left;
}

#contact {
	padding:95px 0px 130px 0px;
}

#contact label {
	display:inline-block;
	width:100%;
	color:#3e3e3e;
	font-size:13px;
	font-weight:bold;
	font-family: 'Lato', sans-serif;
}

#contact label span {
	color:#1abc9c;
}

#contact input {
	display:inline-block;
	width:100%;
	height:45px;
	border:1px solid #d6dde2;
	border-radius:3px;
	margin-bottom:20px;
	padding-left:10px;
	outline:none;
}

#contact textarea {
	display:inline-block;
	width:100%;
	height:145px;
	border:1px solid #d6dde2;
	border-radius:3px;
	margin-bottom:20px;
	resize:none;
	outline:none;
	padding-left:10px;
}

#contact input[type="submit"] {
	display:inline-block;
	width:150px;
	height:38px;
	line-height:38px;
	border:none;
	background:#007963;
	border-radius:2px;
	margin-bottom:20px;
	font-weight:bold;
	color:#fff;
	padding:0px;
	text-align:center;
}

#contact h3 {
	color:#000000;
	font-size:26px;
	margin:0px;
	font-weight:300;
}

#contact h4 {
	color:#212121;
	font-size:13px;
	margin:20px 0px 10px 0px;
	font-family: 'Lato', sans-serif;
	font-weight:900;
}

#contact p {
	color:#626262;
	font-size:12px;
	line-height:25px;
	margin:0px 0px 25px 0px;
	font-weight:300;
}

/**/
#product-banner  {
	padding-bottom:30px;
}

#product-banner .bg {
	display:inline-block;
	width:100%;
	background:url(../images/product-banner.jpg) 50% 50% no-repeat;
	background-size:cover;
	padding:85px 0px 90px 0px;
}

#product-banner h3 {
	color:#fff;
	font-size:42px;
	margin:0px 0px 28px 0px;
	font-weight:900;
}

#product-banner p {
	color:#fff;
	font-size:18px;
	line-height:29px;
	margin:0px 0px 28px 0px;
	font-weight:300;
}

#product-banner a.check {
	display:inline-block;
	color:#fff;
	font-size:11px;
	font-weight:900;
	background:#0c0c0c;
	line-height:34px;
	padding:0px 15px;
	border-radius:3px;
}

#products {
	padding-bottom:130px;
}

#products .bg-grey {
	display:inline-block;
	width:100%;
	background:#f3f4f4;
	padding:40px 45px;
	margin-bottom:25px;
}

#products .bg-grey h3 {
	color:#393635;
	font-size:18px;
	font-weight:900;
	text-transform:uppercase;
}

#products .bg-grey h4 {
	color:#393635;
	font-size:14px;
	font-weight:600;
	text-transform:uppercase;
	margin:15px 0px 10px 0px;
	padding-left:15px;
}

#products .bg-grey h4.down {
	border-bottom:1px solid #dddddd;
	display:inline-block;
	margin-left:15px;
	padding-left:0px;
	padding-bottom:8px;
}

#products .bg-grey h4.mod {
	margin-top:33px;
}

#products .bg-grey p {
	color:#969797;
	font-size:13px;
	font-weight:300;
	margin:8px 0px;
	padding-left:15px;
}

#products .bg-grey p input {
	margin:0px;
	vertical-align:middle;
	display:inline-block;
}

#products .bg-grey input.search {
	display:inline-block;
	border:1px solid #dddddd;
	background:#fff;
	color:#c8c8c8;
	font-size:13px;
	height:30px;
	box-shadow:none;
	padding-left:8px;
	width:120px;
	margin-left:15px;
}

#products .bg {
	display:inline-block;
	width:100%;
	background:url(../images/bg-img.jpg) 50% 50% no-repeat;
	background-size:cover;
	padding:160px 15px 130px 15px;
}

#products .bg h3 {
	color:#fff;
	font-size:25px;
	line-height:36px;
	font-weight:300;
}

#products a.download {
	display:inline-block;
	color:#fff;
	font-size:16px;
	font-weight:900;
	background:#0c0c0c;
	line-height:34px;
	padding:0px 15px;
	text-transform:uppercase;
}

#products .rightside .img {
	display:inline-block;
	width:100%;
	height:140px;
}

#products .rightside img.space {
	margin-bottom:10px;
}

#products .rightside h3 {
	font-size:16px;
	font-weight:600;
	text-transform:uppercase;
}

#products .rightside h4 {
	color:#111111;
	font-size:13px;
	font-weight:bold;
	border-bottom:1px solid #dddddd;
	padding-bottom:8px;
}

#products .rightside p {
	color:#6f6f6f;
	font-size:10px;
	font-weight:400;
	padding:0px;
	margin:0px 0px 5px 0px;
}

#products .rightside a.link {
	display:inline-block;
	color:#a4a4a4;
	font-size:11px;
	font-weight:900;
	background:#0c0c0c;
	line-height:25px;
	padding:0px 15px;
	text-transform:uppercase;
	margin:50px 0px 20px 0px;
}
	
#products ul {
	list-style:none;
	width:100%;
	padding:0px;
	margin:0px 0px 0px 0px;
}

#products ul li {
	display:inline-block;
	width:19.6%;
	margin:0px;
	padding-right:10px;
}

#products ul li:last-child {
	padding-right:0px;
}

#products .navbar-fixed-top  {
	width:262px;
	top:15px;
	left:auto;
	right:auto;
}

/* Media Css */
/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {	
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}



@media only screen and (max-width: 767px) {
.row-eq-height {
	display:inline-block;
}

.small-text-center {
	text-align:center;
}

.small-text-left {
	text-align:left;
}

.small-text-right {
	text-align:right;
}

#header h3 {
	font-size:22px;
	line-height:30px;
}

.navbar-default .navbar-toggle {
	border:none;
	margin-top:25px;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color:#fff;
}

#header.edit .navbar-default .navbar-toggle .icon-bar {
	background-color:#000;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background:none;
}

.navbar-default .navbar-nav>li {
	margin:0px;
}

.navbar-default .navbar-nav>li>a {
	text-align:center;
	padding:10px 15px;
}

#header .space {
	padding:150px 0px;
}

#why-us h3 {
	font-size:25px;
	line-height:29px;
}

#why-us img {
	margin:15px 0px;
}

#why-us h4 {
	margin-top:0px;
}

#why-us .small h3 {
	margin-top:25px;
}

#why-us.product a.link {
	margin-bottom:15px;
}

#header.subs .space {
	padding:150px 0px;
}

#info h3 {
	font-size:35px;
}

#info.about h4 {
	font-size:23px;
	line-height:28px;
}

#info-event .img img {
	margin-top:18px;
	margin-bottom:18px;
}

#product-info li {
	width:100%;
	margin-bottom:15px;
	padding:0px;
}

#product-info .space-left {
	padding:25px 15px 0px 15px;
}

#product-info h3.title {
	font-size:30px;
}

#contact h3 {
	font-size:18px;
}

#products .navbar-fixed-top  {
	width:auto;
	top:auto;
	position:relative;
}

#products ul li {
	width:100%;
	padding:0px;
}

}

@media only screen and (min-width: 768px) and (max-width: 1169px) {
.navbar-default .navbar-nav>li {
    margin-left: 0px;
}

.navbar-default .navbar-nav>li>a {
    margin-left: 0px;
	padding:30px 10px;
}

#header h3 {
    font-size: 33px;
    line-height: 35px;
}

#why-us h3 {
	font-size:25px;
	line-height:30px;
}

#why-us.product img.fullwidth {
	height:250px;
}

#header.about .space {
	padding:180px 0px;
}

#header .space ,#header.subs .space{
	padding:180px 0px;
}

#product-info p {
	font-size:13px;
}

#product-info h4 {
	font-size:16px;
}

#product-info h5 {
	font-size:14px;
}

#product-info li {
	width:24%;
	margin-bottom:10px;
}

#product-info .space-left {
	padding-left:25px;
}

#contact h3 {
	font-size:20px;
}

#products .navbar-fixed-top  {
	width:220px;
}

#products ul li {
	width:30%;
	padding:0px;
}

}


@media only screen and (min-width: 1024px) and (max-width: 1169px) {

#products .navbar-fixed-top  {
	width:294px;
}

#products ul li {
	width:30%;
	padding:0px;
}

}