@CHARSET "ISO-8859-1";
html *
{
   /* font-size: 1em !important; */
   color: #000 
   font-family: Times New Roman !important;
}

.line6 iframe {
	filter:
		url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	/* Firefox 10+, Firefox on Android */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(1);
	/* Google Chrome, Safari 6+ & Opera 15+ */
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	pointer-events: none;
}

.line6 {
	position: relative;
	height: 500px;
}

.line6:after {
	content: "";
	position: absolute;
	z-index: 1;
	pointer-events: none;
	bottom: 0;
	left: 0;
	width: 100%;
	/* background: url(../images/sliderL.png) center center no-repeat; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-bottom: 150px solid white;
	border-left: 3000px solid transparent;
}

.line6:before {
	top: 0;
	display: block;
	content: "";
	position: absolute;
	z-index: 1;
	pointer-events: none;
	bottom: 0;
	left: 0;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-top: 124px solid white;
	border-right: 3000px solid transparent;
	bottom: 0px;
}

.jumbotron {
	background-color: #2e2d88;
	color: #FFFFFF;
}

.headerLine {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 100%;
	background: url(../images/black.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.headerLine:after {
	content: "";
	position: absolute;
	z-index: 1;
	pointer-events: none;
	bottom: 0;
	left: 0;
	width: 100%;
	/* background: url(../images/sliderL.png) center center no-repeat; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-bottom: 150px solid white;
	border-left: 3000px solid transparent;
}

.well {
	background-color: #333333;
}

img {
	border-radius: 10px;
	max-width: 100%;
	.
	img-responsive
	{
	max-width
	:
	100%;
}

}
#h1white-xl {
	font-size: 2.5em;
	color: #FFFFFF;
}

#h1white-lg {
	font-size: 2.0em;
	color: #FFFFFF;
}

#h1white-md {
	font-size: 1.75em;
	color: #FFFFFF;
}

#h1white-sm {
	font-size: 1.5em;
	color: #FFFFFF;
}

#h1white-xs {
	font-size: 1.0em;
	color: #FFFFFF;
}
#pwhite{
	font-size: 1.0em;
	color: #FFFFFF;
}

#aBlack{
	font-size: 1.0em;
	color: #000000;
}

#pboldunderline {
	font-weight: bold;
	text-decoration: underline;
}

#websiteTitle {
	font-size: 2.75em
}

.cBusiness {
	text-align: center;
	font-weight: 200;
}

.cBusiness h3 {
	margin-top: 50px;
	text-align: center;
	font-family: 'Roboto', 'sans-serif';
	font-size: 28px;
	font-weight: 400;
}

.cBusiness h4 {
	margin-top: 16px;
	text-align: center;
	font-family: 'Roboto', 'sans-serif';
	font-size: 24px;
	font-weight: 300;
}

.cBusiness h5 {
	margin-top: 16px;
	text-align: center;
	font-family: 'Roboto', 'sans-serif';
	font-size: 20px;
	font-weight: 300;
}

blockquote {
	margin-top: 16px;
	font-family: 'Roboto', 'sans-serif';
	font-size: 14px;
	font-weight: 300;
}


/**/
.lineBlack{
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 100%;
	background: url(../images/black.jpg)  no-repeat; 
	/* background: url(../images/bgFooter.png)  no-repeat;  */
	background:#101010;
}
.downLine{
	/* smv
	margin-bottom: 35px;
	margin-top: 127px;
	*/

}
.downLine p{
	font-size:13px;
	font-family: 'Roboto', 'sans-serif';
	font-weight: 300;
	color:#fff;
}
.lineBlack:before{
	top: 0;
	content: "";
	position: absolute;
	z-index: 1;
	pointer-events: none;
	bottom: 0;
	left: 0;
	width: 100%;
	/* smv height: 178px; */
	height: 10px;
	background: url(../images/black.jpg) center center no-repeat;
	/* background: url(../images/bgBeforFooter.png) center center no-repeat; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.lineBlack input{
	margin-top: 3px;
}
#downMenu{
	float:right;
}
#downMenu li{
	height: 16px;
	border-right:1px solid #343434;
	float:left;
	list-style: none;
}
#downMenu li:last-child{
	border-right:none;
}
#downMenu li a{
	padding: 15px;
	text-decoration: none;
	font-size: 13px;
	font-family: 'Roboto', 'sans-serif';
	font-weight: 300;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 50px;
}
#downMenu li:last-child a{
	padding-right:0;
}
#downMenu li a:hover{
	color:#6d6d6d;
}
.downLine input{
	max-width: 95px;
	border:0;
	background:#101010;
	font-size:13px;
	font-family: 'Roboto', 'sans-serif';
	font-weight: 300;
	color:#6d6d6d;
}
.copy{
	/* smv margin-top: 29px; */
	margin-bottom: 29px;
}
.dm{
	/* smv margin-top: 29px; */
	margin-bottom: 29px;
}
.navbar-inverse {
	background-color: #000000;
	border-color: #000000;
}

.navbar-inverse .navbar-brand {
	color: #ffffff;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
	color: #aaaaaa;
}

.navbar-inverse .navbar-text {
	color: #ffffff;
}

.navbar-inverse .navbar-nav > li > a {
	color: #ffffff;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	color: #aaaaaa;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	color: #aaaaaa;
	background-color: #000000;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
	color: #aaaaaa;
	background-color: #000000;
}

.navbar-inverse .navbar-toggle {
	border-color: #000000;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #000000;
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #ffffff;
}

.navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
	border-color: #ffffff;
}

.navbar-inverse .navbar-link {
	color: #ffffff;
}

.navbar-inverse .navbar-link:hover {
	color: #aaaaaa;
}

@media (max-width: 767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: #ffffff;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #aaaaaa;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #aaaaaa;
		background-color: #000000;
	}
}
a:focus {
  outline: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}