/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Common Stylesheet
Project:    Faucets-Washroom & Kitchen Interior Responsive Template
Author:     Syed Mehdi Hasan
Author URI: http://hmehdi.com/

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

*{margin:0px;padding:0px;outline:none;}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}

/****************************body************************************/
body {
	padding: 0px;
	margin: 0px;
	font-weight: 300;
	overflow-x:hidden;
}
body, input, textarea {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	line-height: 19px;
	color: #000;
}
html, body { height: 100%; }
img {
	vertical-align:top;
	}
embed {
	vertical-align:top;
	}
article, aside, audio, canvas, command, datalist, details, embed,
figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {	display:inline;}
input, textarea {border:0; padding:0; margin:0; outline: 0;}
iframe {border:0; margin:0; padding:0;}
input, textarea, select {margin:0; padding:0px;}
fieldset, img { border: 0;}
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen,
meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}

/***************** Headings *****************************************/
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	color: #000;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	color: inherit;
}
/***************** Alignment *******************************/
.align_left{text-align:left;}
.align_center{text-align:center;}
.align_right{text-align:right;}

/************************** Text elements ****************/
p {
	font-weight: normal;
	line-height: 18px;
	color:#444;
	font-size: 13px;
}

ul, ol {
	margin: 0;
	list-style-position: inside;
}
ul {
	list-style: none;
}
ul li {
	list-style: none;
}
ol {
	list-style: none;
}
ol li {
	list-style: none;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-size: 16px;
	font-weight: normal;
	color: #000;
}
pre {
	font-size: 13px;
	line-height: 1.5;
	overflow: auto;
}
code, kbd {
	font-size: 13px;
}
abbr, acronym, dfn {
	cursor: help;
}
address {
	display: block;
	margin: 0 0 40px;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
p{
	font-weight: 400;
}
.container-fluid.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}
/*********************** Links ******************/
a {
	color: #000;
	text-decoration:none !important;
}
a:hover {
	text-decoration:none !important;
	color: #000;
}
a.button-1 {
    font-size: 11px;
	letter-spacing: 2px;
    display: inline-block;
    padding: 8px 30px;
    border: 2px solid #131d33;
    color: #FFFFFF;
    font-weight: 600;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    background-color: #131d33;
    text-transform: uppercase;
}
a.button-1:hover {
	background-color: #ffffff;
	color: #131d33;
	border: 2px solid #131d33;		
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}

/*************************** Clear Fix Styles ****************/
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
{
	height:1%;
}
