@import url('https://fonts.googleapis.com/css?family=Cabin:400,700');

body {
	font-family: 'Cabin', sans-serif;
	font-size: 18px;
}

h1, h2 , h3 {
	font-weight: 700;
	text-transform: uppercase;
	
}
.top-header {
	padding: 15px;
	color: #fff;
}

.navbar-nav > li > a {
	color: #fff !important;
	text-transform: uppercase;
}

.navbar-inverse {
	border-radius: 0;
	padding: 14px;
	-webkit-box-shadow: 0px 3px 1px 1px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 3px 1px 1px rgba(0,0,0,0.35);
	box-shadow: 0px 3px 1px 1px rgba(0,0,0,0.35);
	z-index: 999;
	border: 0;
}

.img-shadow {
	-webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.45);
	-moz-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.45);
	box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.45);
}

footer {
	padding-top: 40px;
	color: #fff;
	-webkit-box-shadow: 2px 0px 1px 1px rgba(0,0,0,0.45);
	-moz-box-shadow: 2px 0px 1px 1px rgba(0,0,0,0.45);
	box-shadow: 2px 0px 1px 1px rgba(0,0,0,0.45);

}

section {
	padding-top: 50px;
	padding-bottom: 20px;
}
.navbar-brand {
	margin-top: 0;
	padding: 0;
}

.social-icons > a {
	color: #fff;
	margin-left: 20px;
	float: right;
	font-size: 18px;
}

.carousel {
	margin-top: -20px;
}



.splitter {
	width: 100px;
	margin-bottom: 20px;
}

.bot-footer {
	color: #fff;
	padding: 20px 0px 10px 0px;
	margin-top: 40px;
}



.foot-logo > img {
	padding: 30px;
}

.foot-social > a {
	color: #fff;
	font-size: 18px;
}

.bg {
  background: url('../../config/img/banner/3.jpg') no-repeat center center;
  position: fixed;
  width: 100%;
  height: 400px; /*same height as jumbotron */
  top:0;
  left:0;
  z-index: -1;
}

.bg1 {
  background: url('../../config/img/banner/3.jpg') no-repeat center center;
  position: fixed;
  width: 100%;
  height: 400px; /*same height as jumbotron */
  top:0;
  left:0;
  z-index: -1;
}

.jumbotron {
  height: 400px;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.65);
  background:transparent;
  text-align: center;
  padding-top: 50px;
}



.gallery-title
{
    font-size: 36px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
}
.filter-button
{
    font-size: 18px;
    border-radius: 0px;
    text-align: center;
    margin-bottom: 30px;

}
.filter-button:hover
{
    font-size: 18px;
    border-radius: 5px;
    text-align: center;

}
.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}

section#contact {
    background-color: #101010;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -190px;
}
section#contact .section-heading {
    color: white;
}
section#contact .form-group {
    margin-bottom: 25px;
}
section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px;
}
section#contact .form-group input.form-control {
    height: auto;
}
section#contact .form-group textarea.form-control {
    height: 236px;
}
section#contact .form-control:focus {
    border-color: #fed136;
    box-shadow: none;
}
section#contact ::-webkit-input-placeholder {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #A1A1A1;
}
.gellary_bg_none img{
	width: 100%;
	height: 250px;
}
section#contact :-moz-placeholder {
    /* Firefox 18- */
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eeeeee;
}
section#contact ::-moz-placeholder {
    /* Firefox 19+ */
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eeeeee;
}
section#contact :-ms-input-placeholder {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eeeeee;
}
section#contact .text-danger {
    color: #e74c3c;
}

.about_our_company{
    text-align: center;
}
.about_our_company h1{
    font-size: 25px;
}
.titleline-icon {
    position: relative;
    max-width: 100px;
    margin: 20px auto 20px;
}
.titleline-icon:after {
    position: absolute;
    top: -11px;
    left: 0;
    right: 0;
    margin: auto;
    font-family: 'FontAwesome';
    content: "\f141";
    font-size: 20px;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    width: 40px;
    height: 20px;
    background: #ffffff;
}


.main-text {
  color: green;
}

.main-bg {
  background-color: green;
}

.second-bg {
  background-color: #08A2E2;
  color: #fff;
}

.main-bottom-border {
    border-bottom: 2px solid green;
}

.main-border {
   border: 2px solid green;
}

.pickColor {
  position: fixed;
  z-index: 999;
  width: auto;
  height: auto;
  top: 150px;
  right: 0;
  background-color: #EDEDED;
  padding: 10px;
  font-size: 12px;
  font-weight: 500;
  border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
}