@charset "utf-8";
/* CSS Document */


html {

}

body {
  background-color: #2F3144;
}

.headerContainer {
	background-color:#fafaf6;	
}

#languageBar {
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	background: #2F3144;
	color: #fff;
	font-size: 12px;
	padding: 5px 0;
}

#languageBar .container a {
	color:#fff;
	text-decoration:none;
}

#languageBar .container a:hover {
	text-decoration:underline;
}

.headerContent {
	text-align:center;
	padding:30px 0 10px 0;"	
}

.headerContent h3 {
	margin-top:5px;	
}

.contentContainer {
  background: #FFFFFF;
  background-image: url('http://nowsolutionsgroup.com/wp-content/themes/venture/images/bkgrnd-feature.png');
  background-repeat: repeat-x;
  
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  text-align: justify;
  font-size: 14px;
  line-height: 22px;	
}

.contentContainerNew {
  background: #FFFFFF;
  padding: 50px 0 25px 0;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  text-align: justify;
  font-size: 14px;
  line-height: 22px;	
}

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%;
	/*  */
	margin-bottom:25px;} 
	
.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;
	border: 1px solid #5c5c5c;	
}

.supportHeader {
	text-align:center;	
}

.supportColumn {
	padding:30px;
	text-align: justify;
}

.videoTitle {
	margin-bottom:75px;	
	text-align: center;
}

.pageTitle {
	margin-top:10px;
	margin-bottom:25px;	
	text-align: center;
}

.headerTitle {
	text-align:center;	
}

/* FOOTER BOTTOM
-------------------------------------------------- */

.footerBottom {
		background-color: #2F3144;
		font-size: 12px;
		color: #fff;
		text-align: center;
		padding:5px 0;
}

.footerMarquis {
		text-align:center;
		padding: 10px 0;
}

.bottomRight a, .footerMarquis a {
		color: #fff;
		text-decoration: none;
}

.bottomRight a:hover, .footerMarquis a:hover {
		color: #fff;
}

@media (min-width: 992px) {
	.bottomLeft {
		text-align:left;
	}

	.footerMarquis {
		padding: 0;
	}
		
	.bottomRight {
		text-align: right; 
	}
}
