
#products{
	
  background:url("../img/7.jpg");

  width: 100%;
  display: block;
  position: relative;
  overflow: visible;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;

	

}

#products > div{
	background-color: rgba(192,192,192,0.3);
	border-radius: 10px;
}

#index-banner {
	min-height: 632px;
	max-height: 864px;
	position: relative;
	background-color: #92c500
}


.text_h2 {
	font-weight: 100;
	margin-bottom: 4%;
	line-height: 4.5 rem
}
.span_h2 {
	font-weight: 300;
	color: #92c500
}
.text_b {
	color: #92c500
}
.in {
	font-weight: 400 !important;
	font-style: normal !important
}
.promo
i {
	color: #92c500;
	font-size: 7rem;
	display: block
}
.card-content
a {
	color: #2196F3
}
.card-content a:hover {
	color: #2196F3
}
#work, #team {
	background: rgb(247,247,247)
}
.text_pink {
	color: #EF9A9A
}

.navbar
{
    padding: 0px 0px 0px 0px;     
    border-bottom: none !important;
    transition: all 0.5s ease-in-out;
	background: white !important;
}

.navbar ul li a
{
    color: #015699 !important;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px; 
    font-size: 13px;
    transition: all 0.5s ease-in;
    background: transparent !important;
}

.navbar ul li a:hover, .navbar ul li a:focus
{
    color: White !important;
    background: #015699 !important;
}

.navbar-toggle
{
    border: 1px solid white !important;
    color: #015699 !important;
    transition: all 0.5s ease-in;
}

.icon-bar
{
    color: #015699 !important;
    background-color: #015699 !important;
}
.navbar-toggle:hover
{
    background-color: #015699 !important;
}



.brand-logo {
	position: absolute;
	color: #fff;
	display: inline-block;
	font-size: 2.1 rem;
	font-style: normal;
	font-weight: 100;
	padding: 0;
	letter-spacing: 7px
}

.cd-headline.type .cd-words-wrapper {
	vertical-align: top;
	overflow: hidden
}
.cd-headline.type .cd-words-wrapper::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 90%;
	width: 1px;
	background-color: #aebcb9
}
.cd-headline.type .cd-words-wrapper.waiting::after {
	-webkit-animation: cd-pulse 1s infinite;
	-moz-animation: cd-pulse 1s infinite;
	animation: cd-pulse 1s infinite
}
.cd-headline.type .cd-words-wrapper.selected {
	background-color: #FFF
}
.cd-headline.type .cd-words-wrapper.selected::after {
	visibility: hidden
}
.cd-headline.type .cd-words-wrapper.selected
b {
	color: #2196F3
}
.cd-headline.type
b {
	visibility: hidden
}
.cd-headline.type b.is-visible {
	visibility: visible
}
.cd-headline.type
i {
	position: absolute;
	visibility: hidden
}
.cd-headline.type
i.in {
	position: relative;
	visibility: visible
}@-webkit-keyframes cd-pulse{0%{-webkit-transform:translateY(-50%) scale(1);opacity:1}40%{-webkit-transform:translateY(-50%) scale(0.9);opacity:0}100%{-webkit-transform:translateY(-50%) scale(0);opacity:0}}@-moz-keyframes cd-pulse{0%{-moz-transform:translateY(-50%) scale(1);opacity:1}40%{-moz-transform:translateY(-50%) scale(0.9);opacity:0}100%{-moz-transform:translateY(-50%) scale(0);opacity:0}}@keyframes cd-pulse{0%{-webkit-transform:translateY(-50%) scale(1);-moz-transform:translateY(-50%) scale(1);-ms-transform:translateY(-50%) scale(1);-o-transform:translateY(-50%) scale(1);transform:translateY(-50%) scale(1);opacity:1}40%{-webkit-transform:translateY(-50%) scale(0.9);-moz-transform:translateY(-50%) scale(0.9);-ms-transform:translateY(-50%) scale(0.9);-o-transform:translateY(-50%) scale(0.9);transform:translateY(-50%) scale(0.9);opacity:0}100%{-webkit-transform:translateY(-50%) scale(0);-moz-transform:translateY(-50%) scale(0);-ms-transform:translateY(-50%) scale(0);-o-transform:translateY(-50%) scale(0);transform:translateY(-50%) scale(0);opacity:0}}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 1200
}
#status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(/img/status.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px
}
@media only screen and (max-width: 480px) {
	.text_h {
		padding: 4% 0;
		font-size: 5em;
		font-weight: 100;
		color: white
	}
}
input, textarea {
	border-bottom: 1px solid #fff
}

.card-avatar .waves-effect {
	text-align: center;
	margin-top: 20px
}
.card-avatar
img {
	height: 150px;
	width: 150px;
	border-radius: 75px
}
.card-avatar .card-content {
	text-align: center
}
.card .card-content
p {
	margin: 15px0px
}
.card-avatar .card-content
i {
	font-size: 1.5 rem
}
.card-avatar .card-content .card-title {
	line-height: 30px !important
}
.parallax-container {
	max-height: 400px
}
footer.page-footer {
	margin-top: 0px !important
}


@import "//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css";

.social {
    margin: 0;
    padding: 0;
	height:60px;
}

.social ul {
    margin: 0;
    padding: 0px;
}

.social ul li {
    margin: 5px;
    list-style: none outside none;
    display: inline-block;
}

.social i {
    width: 40px;
    height: 40px;
    color: #FFF;
    background-color: #909AA0;
    font-size: 22px;
    text-align:center;
    padding-top: 12px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.social i:hover {
    color: #FFF;
    text-decoration: none;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.social .fa-facebook:hover {
    background: #4060A5;
}

.social .fa-twitter:hover {
    background: #00ABE3;
}

.social .fa-linkedin:hover {
    background: #0094BC;
}


.social .fa-instagram:hover {
    background: #375989;
}

.social .fa-youtube:hover {
    background: #FF1F25;
}





/* Rules for sizing the icon. */
.material-icons.md-18 { font-size: 12px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }