/*GUI Solutions*/

@font-face {
	font-family: Pe-icon-7-stroke;
	src: url(../fonts/Pe-icon-7-stroke.woff);
}
body {
	font-family: 'Montserrat', sans-serif;
}
.top-bar {
	background: #79bf2c;
	color: #fff;
	text-align: right;
	padding-right: 50px;
}
.top-bar i {
	margin-right: 15px;
	font-size: 22px;
	vertical-align: text-bottom;
	margin-top: 8px;
	margin-left: 2em;
}
.top-bar span {
	font-size: 1.2em;
}
.navbar {
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 0;
	border: none !important;
	background: #231f20;
	border-radius: 0 !important;
}
.navbar-nav > li > a {
	color: #989797;
}
.nav > li > a {
	position: relative;
	display: block;
	padding: 20px 0;
	margin: 28px 30px;
	transition: 0.3s ease;
	text-decoration: none;
}
.navbar-nav > li > a:hover {
	color: #79bf2c;
	background-color: transparent;
}
.navbar-nav > li > a.active {
	border-bottom: 4px solid #e83d45;
	text-decoration: none;
	color: #79bf2c;
}
.nav > li > a:focus {
	background: transparent;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	background-color: transparent;
	border-color: transparent;
}
.navbar-nav > li > .dropdown-menu {
	margin-top: 5px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.dropdown-menu {
	position: absolute;
	z-index: 1000;
	padding: 10px 0;
	text-align: left;
	list-style: none;
	background-color: #5cc13e;
}
.dropdown-menu > li > a {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	transition: 0.3s ease;
}
.dropdown-menu > li > a:hover {
	color: #FFEB3B;
	text-decoration: none;
	background-color: transparent;
}
.nav-divider {
	border-bottom: 1px solid #0d498e;
	width: 100%;
}
/*--------------- Slider----------------*/

.bs-slider {
	overflow: hidden;
	max-height: 700px;
	position: relative;
	background: #000000;
}
.bs-slider .bs-slider-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;/*    background-color: rgba(0, 0, 0, 0.40);*/
}
.bs-slider > .carousel-inner > .item > img, .bs-slider > .carousel-inner > .item > a > img {
	margin: auto;
	width: 100% !important;
}
/********************
*****Slide effect
**********************/

.fade {
	opacity: 1;
}
.fade .item {
	top: 0;
	z-index: 1;
	opacity: 0;
	width: 100%;
	position: absolute;
	left: 0 !important;
	display: block !important;
	-webkit-transition: opacity ease-in-out 1s;
	-moz-transition: opacity ease-in-out 1s;
	-ms-transition: opacity ease-in-out 1s;
	-o-transition: opacity ease-in-out 1s;
	transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
	top: auto;
	position: relative;
}
.fade .item.active {
	opacity: 1;
	z-index: 2;
	-webkit-transition: opacity ease-in-out 1s;
	-moz-transition: opacity ease-in-out 1s;
	-ms-transition: opacity ease-in-out 1s;
	-o-transition: opacity ease-in-out 1s;
	transition: opacity ease-in-out 1s;
}
/*---------- INDICATORS CONTROL ----------*/

.indicators-line > .carousel-indicators {
	right: 45%;
	bottom: 3%;
	left: auto;
	width: 90%;
	height: 20px;
	font-size: 0;
	overflow-x: auto;
	text-align: right;
	overflow-y: hidden;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	white-space: nowrap;
}
.indicators-line > .carousel-indicators li {
	padding: 0;
	width: 15px;
	height: 15px;
	border: 1px solid rgb(158, 158, 158);
	text-indent: 0;
	overflow: hidden;
	text-align: left;
	position: relative;
	letter-spacing: 1px;
	background: rgb(158, 158, 158);
	-webkit-font-smoothing: antialiased;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-right: 5px;
	-webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
	transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
	z-index: 10;
	cursor: pointer;
}
.indicators-line > .carousel-indicators li:last-child {
	margin-right: 0;
}
.indicators-line > .carousel-indicators .active {
	margin: 1px 5px 1px 1px;
	box-shadow: 0 0 0 2px #fff;
	background-color: transparent;
	position: relative;
	-webkit-transition: box-shadow 0.3s ease;
	-moz-transition: box-shadow 0.3s ease;
	-o-transition: box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}
.indicators-line > .carousel-indicators .active:before {
	transform: scale(0.5);
	background-color: #fff;
	content: "";
	position: absolute;
	left: -1px;
	top: -1px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}
/*---------- SLIDE CAPTION ----------*/

.slide_style_left {
	text-align: left !important;
}
.slide_style_right {
	text-align: right !important;
}
.slide_style_center {
	text-align: center !important;
}
.slide-text {
	left: 0;
	top: 25%;
	right: 0;
	margin: auto;
	padding: 10px;
	position: absolute;
	text-align: left;
	padding: 10px 85px;
}
.slide-text > h1 {
	font-weight: 500;
	padding: 0;
	color: #2c2c2c;
	font-size: 30px;
	font-style: normal;
	/*    line-height: 84px;*/
	margin-bottom: 30px;
	letter-spacing: 1px;
	display: inline-block;
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
	text-align: -webkit-match-parent;
}
.slide-text > p {
	padding: 0;
	color: #79bf2c;
	font-size: 40px;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 40px;
	letter-spacing: 1px;
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
}
.slide-text > a.btn-default {
	color: #000;
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	margin-right: 10px;
	text-align: center;
	padding: 17px 30px;
	white-space: nowrap;
	letter-spacing: 1px;
	display: inline-block;
	border: none;
	text-transform: uppercase;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a.btn-primary {
	color: #79bf2c;
	cursor: pointer;
	font-weight: 400;
	font-size: 14px;
	line-height: 15px;
	/*    margin-left: 10px;*/
	text-align: center;
	padding: 10px 30px;
	white-space: nowrap;
	letter-spacing: 1px;
	background: none;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	border: 2px solid #79bf2c;
	border-radius: 40px;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover, .slide-text > a:active {
	color: #ffffff;
	background: #222222;
	-webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
	transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}
h1 {
	text-align: center;
	text-transform: uppercase;
	color: #79bf2c;
	font-weight: 700;
	font-size: 46px;
	margin-top: 2em;
	margin-bottom: 2.5em;
}
.main p {
	font-size: 18px;
	color: #a7a7a7;
	line-height: 1.8;
	font-weight: 200;
	margin-bottom: 1.5em;
}
.main-bg {
	background: url(../img/main.jpg) left/cover no-repeat fixed;
	overflow: hidden;
}
.map {
	width: 180%;
	margin-left: -200px;
}
.btn-info {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #79bf2c;
	border-radius: 50px;
	width: 30%;
	background: none;
	border-color: #79bf2c;
	border: 2px solid;
}
.btn-info:hover {
	color: #fff;
	background: #222222;
	border: 2px solid #79bf2c;
	-webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
	transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}
.category-bg {
	background: #ffc510;
	text-align: center;
	color: #fff;
	font-size: 34px;
	text-transform: uppercase;
	font-weight: 700;
}
.category-bg h2 {
	display: inline;
}
.cat {
	color: #fff;
	text-align: center;
	padding: 3% 2%;
	height: 22em;
}
.cat h3 {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
}
.cat img {
	-webkit-transition: -webkit-transform .8s ease-in-out;
	transition: transform .8s ease-in-out;
}
.cat img:hover {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
.bg1 {
	background: #c0d322;
}
.bg2 {
	background: #92ba19;
}
.bg3 {
	background: #5ea23d;
}
.bg4 {
	background: #3d8b37;
}
.animi {
	padding: 8% 0;
	text-align: center;
	overflow: hidden;
}
.animi h2 {
	color: #252525;
	font-weight: 700;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 48px;
}
.animi p {
	font-size: 16px;
	line-height: 1.8;
}
.products {
	background: #f2f2f2;
	text-align: center;
	padding: 5% 0;
}
.products h2 {
	color: #81b60c;
	text-transform: uppercase;
	margin-bottom: 2.5em;
}
.products h4 {
	margin-bottom: 2em;
}
 @keyframes bounce {
 0%, 20%, 60%, 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 40% {
 -webkit-transform: translateY(-20px);
 transform: translateY(-20px);
}
 80% {
 -webkit-transform: translateY(-10px);
 transform: translateY(-10px);
}
}
.products img:hover {
	animation: bounce 1s;
}
.pro-btn {
	margin-top: 2em;
}
.pro-btn .btn-danger {
	border-radius: 50px;
	text-transform: uppercase;
	padding: 8px 25px;
	background: #e83d45;
}
.pro-btn .btn-danger:hover {
	color: #fff;
	background: #FFC300;
	-webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
	transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}
.project {
	background: url(../img/parallax.jpg) 0% 0% /cover no-repeat fixed;
	text-align: center;
	color: #fff;
	padding: 120px 0;
}
.project h3 {
	font-size: 34px;
}
.project p {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	margin-top: 2.5em;
}
/*Video*/

.video {
	top: 50%;
	left: 50%;
	z-index: 1;
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	height: auto;
}
footer {
	background: #3a3536;
	padding: 5% 2%;
}
footer h4 {
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
}
footer p {
	color: #fff;
	font-weight: 600;
	line-height: 1.8;
}
.ft-img {
	width: 15%;
}
.ft {
	background: #c0d322;
	text-align: center;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
}
.ft a {
	text-decoration: none;
	color: #3D8B37;
}
.ft h6 {
	font-size: 15px;
}


/*===== Animation ======*/

@-webkit-keyframes cloudmover {
 0% {
 transform: translate3d(-10px, 0px, 0px);
}
 50% {
 transform: translate3d(20px, 0px, 0px);
}
 100% {
 transform: translate3d(-10px, 0px, 0px);
}
}
 @keyframes cloudmover {
 0% {
 transform: translate3d(-10px, 0px, 0px);
}
 50% {
 transform: translate3d(20px, 0px, 0px);
}
 100% {
 transform: translate3d(-10px, 0px, 0px);
}
}
.cloudmove-1 {
	-webkit-animation: cloudmover infinite 6s ease-in-out;
	-moz-animation: cloudmover infinite 6s ease-in-out;
	animation: cloudmover infinite 6s ease-in-out;
	animation-fill-mode: forwards;
}
.cloudmove-2 {
	-webkit-animation: cloudmover infinite 12s ease-in-out;
	-moz-animation: cloudmover infinite 12s ease-in-out;
	animation: cloudmover infinite 12s ease-in-out;
	animation-fill-mode: forwards;
}
.cloudmove-3 {
	-webkit-animation: cloudmover infinite 4s ease-in-out;
	-moz-animation: cloudmover infinite 4s ease-in-out;
	animation: cloudmover infinite 4s ease-in-out;
	animation-fill-mode: forwards;
}
.cld-1 {
	width: 20%;
	top: -10px;
	left: 338px;
	position: absolute;
}
.cld-2 {
	width: 14%;
	top: -10px;
	left: 130px;
	position: absolute;
}
.cld-3 {
	width: 8%;
	top: 38px;
	left: 230px;
	position: absolute;
}
 @-webkit-keyframes spin {
 0% {
 -webkit-transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
}
}
 @keyframes spin {
 0% {
 transform: rotate(0deg);
}
 100% {
 transform: rotate(360deg);
}
}
.turbine {
	position: absolute;
	width: 77px;
}
.turbine img {
	width: 100%;
	height: auto;
	display: block;
}
.turbine .fan {
	position: absolute;
	left: 30.9em;
	top: 2.6em;
	width: 100%;
}
.turbine .fan2 {
	position: absolute;
	left: 7.7em;
	top: 3.2em;
	width: 100%;
}
.fan, .fan2 {
	-webkit-animation: spin infinite 1.5s linear;
	-moz-animation: spin infinite 1.5s linear;
	animation: spin infinite 1.5s linear;
	animation-fill-mode: forwards;
}
 @keyframes floater {
 0% {
 transform: translate3d(0px, -15px, 0px);
}
 50% {
 transform: translate3d(0px, 0px, 0px);
}
 100% {
 transform: translate3d(0px, -15px, 0px);
}
}
.float {
	-webkit-animation: floater infinite 3s ease-in-out;
	-moz-animation: floater infinite 3s ease-in-out;
	animation: floater infinite 3s ease-in-out;
	animation-fill-mode: forwards;
	display: inline-block;
}
/*About Us*/

#desolar {
	margin-top: 4em;
}
#desolar h2 {
	margin-bottom: 1.5em;
}
#desolar p {
	text-align: justify;
}
.vm {
	background: url(../img/vm-bg.jpg) 60% 0% /cover no-repeat;
	text-align: justify;
	color: #fff;
	padding: 120px;
}
#dir {
	text-align: center;
	margin: 4em 0;
}
#dir h2 {
	margin-bottom: 2em;
}
#dir h5 {
	font-size: 18px;
	color: #79bf2c;
}
.msg {
	background: url(../img/msg.jpg) 60% 0% /cover no-repeat fixed;
	text-align: justify;
	color: #fff;
	padding-top: 10px;
}
.msg h3 {
	font-family: 'Raleway', sans-serif;
	font-size: 3em;
	font-weight: 700;
}
.msg p {
	font-family: 'Raleway', sans-serif;
	text-align: left;
	margin-top: 1.5em;
	font-size: 17px;
}
.msg-text {
	padding: 12em 0 0 12em;
}
.peimar {
	padding: 6%;
	text-align: justify;
}
.peimar p {
	font-size: 16px;
	color: #a7a7a7;
	line-height: 1.7;
	font-weight: 200;
	margin-bottom: 1.5em;
	text-align: left;
}
.form-group {
	margin-bottom: 0;
}
.text-danger {
	color: #e83d45 !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	padding-left: 14px;
	margin-bottom: 0 !important;
}
/*Product*/

.pro-img {
	padding: 6%;
}
.product {
	padding: 6% 0;
}
.itm-img {
	margin-top: 4em;
}
.itm-img img {
	float: left;
	margin-right: 20px;
}
.itm h4 {
	font-size: 20px;
	color: #79bf2c;
	margin-bottom: 2px;
	padding-top: 10px;
}
.itm p {
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	color: #989797;
}
.btn-success {
	background-color: #5cc13e;
	padding: 10px;
	text-transform: uppercase;
	font-size: 18px;
}
.pro-des p {
	font-size: 17px;
	font-family: 'Montserrat', sans-serif;
	color: #989797;
	font-weight: 300;
}
.divider {
	border-bottom: 1px solid #79bf2c;
	margin-bottom: 1em;
}
.pro-invert h5 {
	font-size: 18px;
	color: #79bf2c;
	margin-top: 2em;
	margin-bottom: -1em;
	position: relative;
	text-align: center;
}
.btn-view {
	border-radius: 3px;
	padding: 10px;
	text-decoration: none;
	display: inline-block;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin: 3px 0;
	line-height: 1.2em;
	position: relative;
	font-weight: normal;
	text-align: center;
	max-width: 100%;
	color: #fff;
	background: #ffc200;
	font-size: 18px;
	margin-bottom: 2em;
	-webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
	transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}
.pro-padd {
	padding: 4%;
}
#PEIMAR-INVT1, #PEIMAR-INVT2, #PEIMAR-INVT3, #PEIMAR-INVT4 {
	margin-top: 4em;
}
#ABB-INVT1, #ABB-INVT2, #ABB-INVT3, #ABB-INVT4 {
	margin-top: 4em;
}
#download {
	margin-top: 2em;
}
#download h2 {
	margin-top: 12px;
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: 400
}
#download .divider {
	margin-top: 2em;
	margin-bottom: 2em
}

@media screen and (min-width: 1025px) {
}

/* mq: 1200 */

@media screen and (max-width: 1200px) {
}

/* mq: 1100 */

@media screen and (max-width: 1100px) {
}

/* mq: 1024 */

@media screen and (max-width: 1024px) {
}

/* mq: 885 */

@media screen and (max-width: 885px) {
footer {
	text-align: center;
}
}

/* mq: 768 */

@media screen and (max-width: 768px) {
footer {
	text-align: center;
}
}

/* mq: 700 */

@media screen and (max-width: 700px) {
footer {
	text-align: center;
}
}

/* mq: 600 */

@media screen and (max-width: 600px) {
footer {
	text-align: center;
}
}

/* mq: 550 */

@media screen and (max-width: 550px) {
.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 54px;
	margin-right: 25px;
	margin-bottom: 8px;
	border: 1px solid #5cc13e;
	border-radius: 4px;
}
.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background-color: #fc2734;
}
h1 {
	margin-top: 1em;
	margin-bottom: 1em;
}
.main p {
	text-align: justify;
}
.btn-info {
	width: 100%;
	margin-bottom: 2em;
}
.animi {
	padding: 10% 0;
}
.turbine .fan2 {
	left: 5.6em;
	top: 2.2em;
}
.turbine .fan {
	left: 24.1em;
	top: 1.6em;
}
.cld-1 {
	left: 275px;
}
.cld-2 {
	left: 54px;
}
.cld-3 {
	left: 174px;
}
footer {
	text-align: center;
}
.dropdown-menu > li > a {
	color: #1cc448;
}
.navbar-nav .open .dropdown-menu > li > a {
	padding: 1px 0px 20px 55px;
}
.navbar-nav {
	margin: 20px -15px 10px -15px;
	background: #0d498e;
}
.nav > li > a {
	padding: 20px 0;
	margin: 10px 30px;
}
.navbar-nav > li > a {
	color: #fff;
}
.msg-text {
	padding: 1.2em;
}
.vm {
	background: url(../img/vm-bg.jpg) 90% 0% /cover no-repeat;
	text-align: left;
	color: #fff;
	padding: 20px 10px;
}
.product {
	padding: 6% 5%;
}
}

/* mq: 500 */

@media screen and (max-width: 500px) {
.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 54px;
	margin-right: 25px;
	margin-bottom: 8px;
	border: 1px solid #5cc13e;
	border-radius: 4px;
}
.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background-color: #fc2734;
}
h1 {
	margin-top: 1em;
	margin-bottom: 1em;
}
.main p {
	text-align: justify;
}
.btn-info {
	width: 100%;
	margin-bottom: 2em;
}
.animi {
	padding: 10% 0;
}
.turbine .fan2 {
	left: 5.6em;
	top: 2.2em;
}
.turbine .fan {
	left: 24.1em;
	top: 1.6em;
}
.cld-1 {
	left: 275px;
}
.cld-2 {
	left: 54px;
}
.cld-3 {
	left: 174px;
}
footer {
	text-align: center;
}
.dropdown-menu > li > a {
	color: #1cc448;
}
.navbar-nav .open .dropdown-menu > li > a {
	padding: 1px 0px 20px 55px;
}
.navbar-nav {
	margin: 20px -15px 10px -15px;
	background: #0d498e;
}
.nav > li > a {
	padding: 20px 0;
	margin: 10px 30px;
}
.navbar-nav > li > a {
	color: #fff;
}
.msg-text {
	padding: 1.2em;
}
.vm {
	background: url(../img/vm-bg.jpg) 90% 0% /cover no-repeat;
	text-align: left;
	color: #fff;
	padding: 20px 10px;
}
.product {
	padding: 6% 5%;
}
}

/* mq: 414 */

@media screen and (max-width: 414px) {
.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 54px;
	margin-right: 25px;
	margin-bottom: 8px;
	border: 1px solid #5cc13e;
	border-radius: 4px;
}
.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background-color: #fc2734;
}
h1 {
	margin-top: 1em;
	margin-bottom: 1em;
}
.main p {
	text-align: justify;
}
.btn-info {
	width: 100%;
	margin-bottom: 2em;
}
.animi {
	padding: 10% 0;
}
.turbine .fan2 {
	left: 3.6em;
	top: 0.9em;
}
.turbine .fan {
	left: 17.6em;
	top: 0.5em;
}
.cld-1 {
	left: 205px;
}
.cld-2 {
	left: 35px;
}
.cld-3 {
	left: 128px;
}
footer {
	text-align: center;
}
.dropdown-menu > li > a {
	color: #1cc448;
}
.navbar-nav .open .dropdown-menu > li > a {
	padding: 1px 0px 20px 55px;
}
.navbar-nav {
	margin: 20px -15px 10px -15px;
	background: #0d498e;
}
.nav > li > a {
	padding: 20px 0;
	margin: 10px 30px;
}
.navbar-nav > li > a {
	color: #fff;
}
.msg-text {
	padding: 1.2em;
}
.vm {
	background: url(../img/vm-bg.jpg) 90% 0% /cover no-repeat;
	text-align: left;
	color: #fff;
	padding: 20px 10px;
}
.product {
	padding: 6% 5%;
}
}

/* mq: 374 */

@media screen and (max-width: 374px) {
.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 54px;
	margin-right: 25px;
	margin-bottom: 8px;
	border: 1px solid #5cc13e;
	border-radius: 4px;
}
.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background-color: #fc2734;
}
h1 {
	margin-top: 1em;
	margin-bottom: 1em;
}
.main p {
	text-align: justify;
}
.btn-info {
	width: 100%;
	margin-bottom: 2em;
}
.animi {
	padding: 10% 0;
}
.turbine .fan2 {
	left: 2.8em;
	top: 0.4em;
}
.turbine .fan {
	left: 15.2em;
	top: 0.1em;
}
.cld-1 {
	left: 190px;
}
.cld-2 {
	left: 20px;
}
.cld-3 {
	left: 100px;
}
footer {
	text-align: center;
}
.dropdown-menu > li > a {
	color: #1cc448;
}
.navbar-nav .open .dropdown-menu > li > a {
	padding: 1px 0px 20px 55px;
}
.navbar-nav {
	margin: 20px -15px 10px -15px;
	background: #0d498e;
}
.nav > li > a {
	padding: 20px 0;
	margin: 10px 30px;
}
.navbar-nav > li > a {
	color: #fff;
}
.msg-text {
	padding: 1.2em;
}
.vm {
	background: url(../img/vm-bg.jpg) 90% 0% /cover no-repeat;
	text-align: left;
	color: #fff;
	padding: 20px 10px;
}
.product {
	padding: 6% 5%;
}
}
