/*

My Custom CSS
=============

Author:  Jamaica Dichoso
Updated: June 2017
Notes:	 Hand coded for Design Furniture & Upholstery

*/

/* --------------------------------------
   Layout
   -------------------------------------- */
html{
	margin-top:0 !important;
	padding:0;
}
body{
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}



p{	font-size: 13px;
	line-height: 24px;
	margin-bottom: 10px;
	color: #fff;
}


h1{
	font-size: 24px;
	font-weight: 500;	
	color: #000 ;
}
h2{
    font-size: 20px !important;
	font-weight: bold !important;	
	color: #fff !important;
	padding-bottom: 5px;
	text-align: left;
	margin-left: 18px;
}
h3{
	font-size: 14px !important ;	
	margin-bottom: 10px!important;
	color: #999999 !important;
	font-weight: normal !important;

}
h4{
	font-size: 16px ;
	font-weight: 600 !important;
	text-transform: uppercase;
	}

.container-full{
	position: relative;
	overflow: hidden;;
}
span.textOrange{
	color: #ff9000;
}
.nopads{
	padding: 0 !important;
}
.centerM{
	margin: 0 auto;
}
.bBlack{
	background-color: #000;
}


.divider-xs{
	width: 36px;
    border-width: 2px;
    border-top: 1px solid #ff0000;
    margin: 0;
}
.divider-sm{
	width: 80px;
    border-width: 2px;
    border-top: 1px solid #ff0000;
    margin: 0;
}
.divider-lg{
	width: 200px;
    border-width: 2px;
    border-top: 1px solid #ff0000;
    margin: 0;
}
.divider-md{
	width: 120px;
    border-width: 2px;
    border-top: 1px solid #ff0000;
    margin: 0;
}
.dInline{
	display: inline !important;
}
.clear{
	clear: both;
}
.text-white{
	color: #fff;
}
h3.welcometitle {
	font-size: 24px;
	color: #999999;
	margin-top: -5px;
}

h4.welcometitle {
	color: #CCCCCC;
	font-size: 18px;
	font-weight: normal !important;
		margin-bottom: 17px;
}

h3.contacttitle {
	font-size: 18px;
	color: #999999;
	margin-bottom: 10px;
}

h3.newstitle {
	color: #999999;
	font-size: 24px;
	position: relative;
	top: -10px;
}

h3.asmfueltitle {
	font-size: 35px;
	color: #66ccff;
	line-height: 0.9em;
	margin-top: -5px;
}

h4.asmfueltitle {
	font-size: 18px;
	color: #4D8FC2;
	font-weight: lighter;
}
/* --------------------------------------
   Navbar
   -------------------------------------- */
header{
	width: 100%;    
    position: relative;
    display: table !important;

    
}
.logo{
	position: relative;
}
.logo img{
	margin:0 auto;
	float: left;

}
.paintBoard{
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	z-index: 1000;
	width: 100%;
}
.paintBoard img{
	width: 100%;
	}

.navbar-default {
    background-color:transparent !important;
    border-color: transparent !important;
    margin-bottom: 0px;
    width: 100%;
    border-radius: 0px !important;
    z-index: 66;
}
.navbar-default .navbar-nav>li>a{
	color: #666 !important;
	padding-bottom: 6px !important;
	padding-top: 6px !important
}
.navbar-nav>li{
	float: none !important;
}

#topNav{
	margin:0 auto;
	display: table;
    margin-bottom: : 19px;
}
.nav>li{
	font-size: 12px;	
	text-transform: uppercase;
	color: #666666;
	line-height: 20px;
}
.navbar{
	min-height:0;
	margin-bottom:0 !important;
	border:none !important;
}
.navbar-nav>.active>a, .navbar-nav>.active>a:hover, .navbar-nav>.active>a:focus{
	color: #fff !important ;	
	background-color: transparent !important;
}
.navbar-nav>li>a{
	padding-top:0px;
	padding-bottom:0px;
	color: #666666 !important;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	color: #666666 !important ;
	background-color: transparent !important;
}
.navbar-default .navbar-nav>li>a:hover{
	color: #666666 !important ;
	background-color: transparent !important;
	text-decoration: underline;
}

#nav{
	
	display: block;
	clear: both;
    width: 100%;

}

/* bootstrap 3 helpers */

.navbar-form input, .form-inline input {
	width:auto;
}

.socials{
	color: #fff;
	font-size: 24px;
	padding: 5px 0;
	margin-top: 50px;
	

}
.soMedia{
	position: relative;
	display: block;
	
}
.soMedia img{
	float:right;
	padding-right: 20px;
}
.topPhone{
	margin-right: 15px;
	margin-top: 15px;
	font-size: 22px;
	line-height: 30px;
	font-weight: 500;
	color: #606060;
	text-align: right;
}

/* --------------------------------------
   FOOTER
   -------------------------------------- */

footer{
	padding: 30px 0 30px 0;
    color: #bdbdbd;
    font-size: 18px;
    background-color: #000;
    margin-top: -20px;
}
#netwiz{
	text-align: right;
    font-size: 16px !important;
    float: right;
}
#netwiz a:link{
	color: #f10202;
}
#netwiz a:hover{
	color: #fff;
}

#copyr{
	text-align: left;
	font-size: 16px !important;
	float: left;
}
#copyr img{
	margin: 0 auto;
}
.textBlue{
	color: #134d73;
}
.textRed{
	color: #ff0000;
}



/* --------------------------------------
   Carousel
   -------------------------------------- */
.banner{
	margin-top: 0;

}
.carousel {
	background-color: #000;	
}

.carousel-inner{
	max-height: 700px;

}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
	object-fit: cover !important;
	width: 100%;
}
.slogan{
	position: absolute;
    bottom: 0;
    padding: 10px 25px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    background: url(../../images/slogan_bg.png) top left repeat;
    margin:0 auto;
    left: 0;
    right: 0;
    width: 60%;
}


/* --------------------------------------
   home
   -------------------------------------- */
.homeBG{
	background:url(../../images/body-bg.gif)top center no-repeat scroll;
	-webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	  background-color: #000;
	      overflow: visible;
}
.homeHeadercont{
	position: relative;
    display: table;
    width: 66%;
    margin: 0 auto;
    padding: 0 4%;
    background-color: #fff;
}
.homeImg{
	position: relative;
	display: table;
	
	float: left;
	margin-right: 7px;
}
.homeImg img{
	float: left;
	width: 100%;

}
.homeLinks{
}
.separador {
	margin-bottom: 10px;
	height: 2px;
	background-color: #8f8f8f;
}
.homeLogo{
	margin-bottom: 40px;
}

.cover{
	width: 100%;
	display: block;
}
label{
	display: block !important;
}
.container2{
	width: 60%;
	margin: 0 auto;
	position: relative;
	display: table;
}
.container3{
	width: 90%;
	margin: 0 auto;
	position: relative;
	display: block;
}

/* --------------------------------------
   Pages
   -------------------------------------- */

.pageBackground{
	background: url(../../images/bottom_cont_bg.jpg) top center repeat;
	  background-color: #000;
	  position: relative;;
	  display: table;
	  width: 100%;
	  padding:50px 0;
}
.boarderTop{
	width: 100%;
	height: 68px;
	background-color: #000;
}
ul.services{
	color: #CCCCCC;
    height: 100%;
    width: 319px;
    margin-bottom: 15px;
    line-height: 17px;
    font-size: 13px;
    list-style: none;
}
ul.services li{
	margin-bottom: 10px;
    padding-left: 20px;
    background-image: url(../../images/bullet1.gif);
    background-repeat: no-repeat;
    background-position: 0px 3px;
}
/*--------------------------
   GALLERY
   -------------------------------------- */
 /* jQuery lightBox plugin - Gallery style */

	.gallery-item {

	padding: 10px;

	width: 840px;

	list-style-image: none;

	list-style-type: none;

	margin-left: 25px;

	margin-top: 25px;

	}

	.gallery-item ul { list-style: none; }

	.gallery-item ul li {

	display: inline;

	list-style-image: none;

	list-style-type: none;

}

	.gallery-item ul img {

	border: 5px solid #3e3e3e;

	border-width: 15px 15px 20px;

	list-style-image: none;

	list-style-type: none;

	}

	.gallery-item ul a:hover img {

		border: 5px solid #ccc;

		border-width: 15px 15px 20px;

		color: #fff;

	}

	#gallery ul a:hover { color: #fff; }

	#gallery-1 img{
		width: 100%;
		height: 100%;
	}
/* --------------------------------------
   Contact Form
   -------------------------------------- */
input[type='text'], input[type='email'], input[type='url'], input[type='password'], input[type='file'], input[type='search'], input[type='number'], input[type='tel'], input[type='range'], input[type='date'], input[type='month'], input[type='week'], input[type='time'], input[type='datetime'], input[type='datetime-local'], input[type='color'], select, textarea {
    background-color: #f9f9f9;
    border: none;
    border-radius: 5px;
    padding: 13px 26px;
    font-style: normal;
    font-size: 16px !important;
    width: 100%;
    margin-bottom: 10px;
    color: #000;
}

.map-container {
	width: 100%;


}
.map-container iframe{
	width: 100%;
	display: block;
	pointer-events: none;
	position: relative; /* IE needs a position other than static */
}
.map-container iframe.clicked{
	pointer-events: auto;
}

.newsLetter{
	width: 80%;
	background-color: #000;
	margin-top: 30px;
	float: left;
	padding:30px 40px;
	color: #fff;
}

/* --------------------------------------
   Media Queries
   -------------------------------------- */
@media (max-width: 360px) {
	#topNav {
    	margin-bottom: 10px;
		float: none !important;
	}

	
   
}

/* Portrait & landscape phone */
@media (max-width: 480px) {
	#netwiz{
		clear: both;
		text-align: center;

	}
	#netwiz p{
		font-size: 14px;
		margin: 30px 0;
	}
	#copyr{
		text-align: center;
	}
	.collapse {
    display: none;
	}
	

}


@media (max-width: 767px){
	#topNav {
    	margin-top: 0 !important;
    	margin-bottom: 10px;
		float: none !important;
	}	
	.navbar-default{
		background-color: #fff !important;
	}
	.paintBoard{
		text-align: center;
	}
	.logo img{
		float: none;
	}

	.foot{
	display: table;
	}
	.collapse.in{
		display: inline-block !important;
	}
	.collapse {
    display: none !important;
}
	.topPhone{
		float: none;
		margin-right: 0;
	}
	.soMedia img{
		padding-right: 0;
    	width: 49px;
	}
	#gallery-1 .gallery-item{
		width: 100% !important;
	}
	
	
}
@media (min-width: 768px){
	.collapse{
		display: block !important;
	}
	
	.homeimg {
    float: none;
    width: 100%;
	}
	
	
}


@media (min-width: 992px){
	
	.collapse{
		display: block;
	}
	
	
}

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

}

@media (min-width: 1600px){
	.paintBoard{
		width: 80% !important;
	}
}