/**
 * Table of Contents:
 * 	 0 - Media Queries
 *   1 - media screen and (max-width: 1170px)
 *   2 - media screen and (max-width: 1024px)
 *   3 - media screen and (max-width: 992px)
 *   4 - media screen and (max-width: 800px)
 *   5 - media screen and (max-width: 768px)
 *   6 - media screen and (max-width: 728px)
 *   7 - media screen and (max-width: 640px)
 *   8 - media screen and (max-width: 500px)
 *   9 - media screen and (max-width: 480px)
 * 	10 - media screen and (max-width: 360px)
 *  11 - media screen and (max-width: 320px)
---------------------------------------------------------------------- */

/* 1.0 - Common Styles
---------------------------------------------------------------------- */
.container-fluid body h1 h2 h3 h4 h5 h6 a p div article aside details figcaption figure footer header hgroup nav section summary {
	font-family: 'Open Sans', sans-serif;
	color: #444;
	font-size: 13px;
	line-height: 20px;
	font-weight: 400;
	padding: 0;
}
a {
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
	outline: none !important;
}
.container-fluid h1{ font:600 25px "Open Sans"; color:#000; text-transform:uppercase;}
.container-fluid h2{ font:600 14px "Open Sans"; color:#000; }
.container-fluid h3{ font:600 22px "Open Sans"; color:#000;}
.container-fluid h4{ font:600 20px "Open Sans"; color:#000;}
.container-fluid h5{ font:600 18px "Open Sans"; color:#fff; font-weight:400;}
.container-fluid h6{ font:600 16px/20px "Open Sans"; color:#000;}





.container {width:1170px;max-width:100%;}

.bodernon{ border-left:none!important;border-right:none!important;border-top:none!important;}
.panding-left{ padding-left:212px;}
.table tr td{ text-align:right!important; padding-right:32px!important; border:none!important;}
/* 1.0 - bg_img
---------------------------------------------------------------------- */

.container-fluid {padding: 0px;}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
   
    appearance: none;
    margin: 0; 
}
input[type='number'] {
    -moz-appearance:textfield;
}

@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1360px) {
}
@media screen and (max-width: 1170px) {
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 980px) {

}
@media screen and (max-width: 800px) {
}
@media screen and (max-width: 768px) {
@media screen and (max-width: 767px) {

}
@media screen and (max-width: 667px) {

}
@media screen and (max-width: 640px) {

}
@media screen and (max-width: 500px) {
}
@media screen and (max-width: 480px) {

}
@media screen and (max-width: 375px) {

}