﻿/* -----------------------------------------------------------------------------

    This file should be used to add your own CSS definitions or override
	the existing ones.

----------------------------------------------------------------------------- */

	/* your CSS here */
	
	
/*=======================================================
			BANNER
========================================================*/
#banner {
	height: 670px;
	position: relative;
	overflow: hidden;
	margin-top: -5px;
	z-index: 99;
	background: #fff;
	background-size: cover;
}
#banner .flex-banner img {
	width: 100%;
}
#banner .flex-banner {
	height: 670px;
}
.bnr-slider{
	background:url(../../images/slide-1.jpg) center center no-repeat;
	background-size:cover;
	padding-top:20px;
}

.banner-up {
	position: absolute;
	width: 100%;
	top: 0px;
	z-index: 99;
	display: inline-block;
}
.banner-up .container {
	position: relative;
}
.slide-products {
	width: 550px;
	float: right;
	position: relative;
	background: #002b5e;
	z-index: 99;
}
.slide-products h1 {
	color: #fff;
	margin-bottom: 30px;
	margin-top: 0px;
	line-height: 38px;
}
.slide-products p {
	color: #fff;
}
.text-slide {
	position: absolute;
	height: 310px;
	overflow: hidden;
	padding: 25px;
	width: 100%;
	background: #002b5e;
}
.slider-price {
	font-size: 42px;
	color: #fff;
	display: inline-block;
	width: 100%;
	font-family: 'Montserrat';
	font-weight: bold;
	position: absolute;
	bottom: 20px;
}
.img-slide {
	padding: 25px;
	background: #fff;
}
#banner .owl-buttons div {
	background: #002b5e;
	position: absolute;
	left: -55px;
	height: 50px;
	width: 50px;
	margin-top: -100px;
	line-height: 50px;
	border-radius: 0px;
	opacity: 1;
	padding: 0px;
	font-size: 24px;
	border: none;
}
#banner .owl-buttons .owl-next {
	margin-top: -50px;
}
.slide-products-txt {
	outline: 10px solid rgba(0,43,94,0.85);
	background: rgba(0,43,94,0.85);
	border: 1px dashed #fff;
	padding: 30px;
	text-align: center;
	display: inline-block;
}
.slide-products-txt h1 {
	margin: 0px;
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 20px;
}
.slide-products-txt h3 {
	margin: 0px;
	color: #fff;
}
.bnr-form {
	background: rgba(0,0,0,0.8);
	padding: 30px;
	margin-top: 40%;
	outline: 4px solid rgba(255,255,255,0.05);
}
.bnr-form h3 {
	font-weight: 700;
	margin: 0px;
	color: #ffc107;
}
.bnr-form h6 {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}
.bnr-form form input {
	background: none;
	display: inline-block;
	width: 100%;
	text-transform:uppercase;
	border: 2px solid #737372;
	height: 40px;
	padding: 0 20px;
	line-height: 40px;
	font-weight: 500;
	font-size: 14px;
	color: #d4d4d4;
	margin-top: 13px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.bnr-form form textarea {
	background: none;
	display: inline-block;
	width: 100%;
	border: 2px solid #737372;
	height: 100px;
	padding: 5px 10px;
	line-height: 20px;
	font-weight: 500;
	font-size: 14px;
	color: #d4d4d4;
	margin-top: 13px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.bnr-form form .btn {
	background: #ffc107;
	color: #232323;
	border-color: #fff;
}
.bnr-form form .btn:hover {
	border-color: #ffc107;
}
.bnr-form input:focus, textarea:focus {
	border-color: #fff !important;
}
#banner .banner-up img {
	width: auto;
	position: relative;
	margin-top: 12%;
}
#banner .text-sec {
	margin-top: 40%;
}
#banner .text-sec {
}
#banner .text-sec section {
	padding: 4px;
}
#banner .flex-direction-nav .flex-next {
	left: 5%;
}
#banner .flex-direction-nav .flex-prev {
	right: 5%;
}
#banner .text-sec h1 {
	background: rgba(0,0,0,0.8);
	display: inline-block;
	color: #fff;
	font-weight: 600;
	padding: 10px 25px;
	outline: 2px solid rgba(51,51,51,0.2);
	text-shadow: 2px 3px 0 #000;
	margin-left: 2px;
	margin: 0px;
	margin-bottom: 10px;
}
#banner .text-sec h1 span {
	color: #ffc300;
}
#banner .btn {
	border: none;
	outline: 2px solid rgba(225,193,7,0.20);
	background: #ffc107;
	color: #fff;
}
#banner .btn:hover {
	outline: 2px solid rgba(225,193,7,1);
}
#banner .btn-1 {
	background: #fff;
	outline: 2px solid rgba(255,255,255,0.20);
	border: none !important;
	margin-left: 2px;
	color: #232323;
	margin-right: 20px;
}
#banner .btn-1:hover {
	outline: 2px solid rgba(255,255,255,1);
}


/* -----------------------------------------------------------------------------

    RESPONSIVE DEFINITIONS

----------------------------------------------------------------------------- */

    /* -------------------------------------------------------------------------
        LARGE DEVICES
		devices with width between 992px and 1199px
    ------------------------------------------------------------------------- */

    @media ( max-width: 1199px ) {

		/* your CSS here */

	}

    /* -------------------------------------------------------------------------
        MEDIUM DEVICES
		devices with width between 768px and 991px
    ------------------------------------------------------------------------- */

    @media ( max-width: 991px ) {

		/* your CSS here */

	}

	/* -------------------------------------------------------------------------
        SMALL DEVICES
		devices with width between 481px and 767px
    ------------------------------------------------------------------------- */

    @media ( max-width: 767px ) {

		/* your CSS here */

	}

	/* -------------------------------------------------------------------------
        EXTRA SMALL DEVICES
		devices with width up to 480px
    ------------------------------------------------------------------------- */

	@media ( max-width: 480px ) {

		/* your CSS here */

	}