@charset "utf-8";

/* ===========================
--- HSN Page
============================ */
a:hover,
a:focus {
  outline: none;
}

.wow {
  visibility: hidden;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.42857;
    color: #373737;
}

/**  Banner **/
#hsnBanner {
	padding: 60px 0;
	margin-bottom: 0;
	color: white;
	text-align: center;
	background:url(../images/bannerBG.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
} 	
#hsnBanner h1, #hsnBanner .h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 50px;
	font-weight: 300;
	text-align: center;
	color: #E9FAFF;
	margin-top: 5px;
}
#hsnBanner h2, #hsnBanner .h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight:bold;
	text-align: center;
	color: #E9FAFF;
	text-shadow: 1px 1px 1px #000;
}
#hsnBanner p {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 200;
	text-align: center;
	color: #DDE3EA;
}
#pcmLogo img {
	width: 400px;
	margin: 0 auto;
	
}
#hsnLogo img {
	width: 150px;
	margin: -20px auto 15px auto;
}

/** Intro **/
#intro_video {
	padding: 50px 0 5px 0;
}
#hsnVideo {
	margin: 0 auto;
	text-align: center;
}
#pcmTour {
	margin: 0 auto;
	text-align: center;
}

/** FAQs **/
#faqTitle {
	text-align: center;
	margin-bottom: 20px;
}
#faqList {
	padding-bottom: 50px;
}
.iconList .fa-check-square{
	color:#06bd0a;	
	padding-top:0;
	font-size: 120%;
}
.iconList .fa-ul{
	padding-left: 20px;
}
.iconList li{
	margin-bottom:10px;
}
#imgUSB {
	margin: -80px auto 30px auto;
}
#satisfied {
	width: 85%;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 40px;
}
#license:target {
	background: #a4e6a6;
  	border: solid 1px #06bd0a;
}

/** Buttons **/
.btn {
	font-size: 18px;
	display: inline-block;
	padding: 15px 30px;
	color: white;
	border: 2px solid transparent;
	border-radius: 2px;
	background: transparent;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btn-outline {
	margin-top: 10px;
	border: 2px solid #1093d6;
	font-size: 15px;
	transition: all 0.3s ease-in-out 0s;
	color: #FFF;
	background: #1093d6;	
}

.btn-outline:hover {
	color: #1093d6;
	background: #FFF;	
}
.btn-outline:focus {
	color: #FFF;
	background: #1093d6;
	outline: none;	
}
.btn-support {
	margin-top: 10px;
	border: 2px solid #252d44;
	font-size: 15px;
	transition: all 0.3s ease-in-out 0s;
	color: #FFF;
	background: #252d44;	
}

.btn-support:hover {
	color: #252d44;
	background: #FFF;	
}
.btn-support:focus {
	color: #FFF;
	background: #252d44;
	outline: none;	
}


/**  Footer Section **/
.footer-section {
	padding-top: 40px;
	padding-bottom:30px;
	color: #fff;
	line-height: 20px;
	background-color:#08225e;
}

.footer-section a {
  color: #fff;
}

.footer-section a:hover {
  color: #ee7a23;
  text-decoration: none;
}

.footer-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-section ul > li {
  display: inline-block;
  margin-left: 5px
}

.footer-section .social {
	font-size: 40px;
	float: right;
	margin-right:20px;
	padding-top: 5px;
}
.BBB {
	text-align:center;	
}


/**  Media Queries **/
@media (min-width: 991px) {
	.modal-dialog {
		width: 980px;
	}
	
}
@media (max-width: 991px) {
	#faqTitle {
		margin-top: -10px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.modal-dialog {
		width: auto;
	}
}

@media (max-width: 767px) {
	#hsnLogo img {
		margin: 20px auto auto;
		width: 125px;
	}
	.footer-section .col-sm-4 {
		text-align: center;
	}

	.footer-section .pull-right{
		float: none !important;
	}
	.footer-section .social {
		float: none !important;
		text-align: center;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
  
	.footer-section img {
		margin-left: auto;
		margin-right: auto;
	}
}
