/**
font-family: 'Caveat Brush', cursive;

**/

body{
	background-image: url("../images/back-main.jpg");
	margin:0;
	padding:0;
	background-repeat: no-repeat;
	background-position: 0% 100% !important;
	background-size: cover;
}
.lg-text-name, .lg-text-contact {
	font-size: 42px;
	color: #1b5c9c;
	letter-spacing: -2px;
	margin-top: 92px;
	margin-bottom: -8px;
	transition: all 1.4s;
}
.photo2wrapper {
	padding: 4px;
	border: 1px solid #dddddd;
	height: auto;
	width: auto;
	max-width: 100%;
	display: inline-block;
	background-color: #ffffff;
	border-radius: 4px;
	margin-bottom: 30px;
}
.photo2wrapper img {
	margin-top: 5px;
	margin-bottom: 5px;
}
.photo2comments {
	font-size: 0.9em;
	text-align: center;
}
.photo2credits {
	font-size: 0.8em;
	font-style: italic;
	text-align: center;
	margin-top: 5px;
}
photo {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}


.banner-slide:hover >.banner-text {
    margin-left: 100px;
}

.banner-slide >.banner-text {
    margin-left: 10px;
}

.navbar.navbar-default {
    background-color: black;
    border: 0;
	min-height: 38px;
	margin-bottom: 0px;
border-bottom: 3px solid #9b9b9b;
box-shadow: 0px 1px 13px 3px #232323; 
    border-radius: 0px;
	z-index:9;
}
.navbar-default .navbar-nav > li > a:hover {
	transition:0.3s ease-in-out;
	color:#dc9b86;
	cursor:pointer;
}

.navbar-default .navbar-nav > li > a {
 
    color: white;
	padding: 8px 15px;
	transition:1.6s ease-in-out;
}

.navbar-default .navbar-nav > li > a i {
    margin-right: 3px;
}

/** main content **/

.main-header {
width: 100%;
background-color: white;
float: left;
}

.logo-div {
    display: inline-block;
	margin-top: 15px;
margin-bottom: 16px;

    width: 100%;
}


.logo-div img {

    width: 85%;
}

.lg-text-contact {
display: block;
font-size: 42px;
color: #1b5c9c;
letter-spacing: -2px;
margin-top: 92px;
font-family: :"arial";
margin-bottom: -8px;
transition: all 1.4s;
}
.lg-text-contact:hover {
    color: #ce9669;
    transition: all 0.4s;
    cursor: pointer;
}

.logo-contact p {
    font-family::"arial";
	font-size: 18px;
	font-weight:normal;
    margin-bottom: 0;
}

.lg-text-name {
display: block;
font-size: 30px;
color: #1b5c9c;
letter-spacing: -2px;
margin-top: 100px;
font-family: :"arial";
margin-bottom: -9px;
transition: all 1.4s;
}
.lg-text-name:hover {
    color: #ce9669;
    transition: all 0.4s;
    cursor: pointer;
}

.logo-name p {
    font-family::"arial";
	font-size: 18px;
    margin-bottom: 0;
	margin-top: 2px;
}
.logo-name {
    text-align: end;
}
.banner-section{
	 background-image: url("../images/banner-back.png");
	 height:230px;
	 width:100%;
	 display:inine-block;
}
.banner-slide{
	background-image: url("../images/banner.png");
	height: 215px;
	width: 100%;
	display: inline-block;
	margin-top: 10px;
	background-size: contain;
	background-repeat: round;
}
.banner-text {
	padding-top: 102px;
	display: inline-block;
	width: 100%;
	margin-bottom: -4px;
}
.banner-text p {
	color: white;
	font-size: 24px;
	font-weight: 600;
	margin-bottom:0px;
	text-shadow: 0px 0px 10px black;

}
.banner-text .tagline {
	display: block;
	color: white;
	font-size: 48px;
	margin-top: 5px;
	margin-bottom: 0px;
	font-weight: 600;
	text-shadow: 0px 0px 10px black;
}
.body-section{
	display: inline-block;
	width: 100%;
	background-color: white;
}
.welcome-hooker h1 {
    font-size: 60px;
    letter-spacing: -3px;
    color: #212e61;
	font-family: 'Caveat Brush', cursive;
    margin-top: 34px;
    margin-bottom: -3px;
}


.welcome-hooker h6 {
    font-size: 24px;
    color: #333333;
    line-height: 25px;
    font-weight: 500;
    letter-spacing: -1px;
}

.welcome-hooker {
	margin-left: 15px;
	margin-right: 15px;
}

.welcome-hooker p {
    font-size: 18px;
    letter-spacing: -1px;
    color: #333;
    line-height: 23px;
    margin-top: 16px;
}

.report-heading h1 {
    font-size: 48px;
    color: #212e61;
    letter-spacing: -3px;
    margin-top: 35px;
	font-family: 'Caveat Brush', cursive;
    margin-bottom: 22px;
}

.full-report {
    display: inline-block;
    width: 100%;
}
.full-report:hover {
    box-shadow: 0px 0px 18px -13px gray;
}

.full-report-img {
    width: 100%;
    display: inline-block;
}

.full-report-img img {
    width: 100%;
 transform: scale(1);
    transition: all 0.5s;
}
.full-report-img img:hover {
    transform: scale(0.90);
    transition: all 0.5s;
	cursor:pointer;
}

.full-report-content h5 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 19px;
}

.full-report-content h6 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
	letter-spacing: -0.7px;
word-spacing: -2px;
    margin-top: 0px;
}

.full-report-content p {
font-size: 12px;
margin-top: 2px;
margin-bottom: 0px;
font-weight: 500;
line-height: 16px;

}

.report-btn-dv {
    display: inline-block;
    width: 100%;
    text-align: center;
}


.report-btn {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    background-color: #1e5d9c;
    border: transparent;
    border-radius: 0px;
    box-shadow: 7px 10px 0px 0px #212e61;
    padding: 8px 43px;
	transition:all 0.6s;
	border-top: 1px solid transparent;
	margin-top: 30px;
margin-bottom: 30px;

}
.report-btn:hover{
transition: all 0.4s;
box-shadow: 1px 12px 14px -10px #1e5d9c;
cursor: pointer;
border-top: 1px solid #1e5d9c;

}



.gift-dv {
    padding: 20px 0px 0px 0px;
}




.inner-gift-dv {
    background-image: url("../images/giftcard-bck.png");
    height: 370px;
    width: 100%;
    display: inline-block;
	padding: 29px 29px 29px 29px;
    background-repeat: round;
}

.gift-card-text h1 {
    font-size: 48px;
    font-style: italic;
    color: #333366;
    font-weight: bold;
}

.gift-card-text h2 {
    font-size: 30px;
	letter-spacing: -1px;
    color: #333366;
    font-weight: bold;
}

.gift-card-text h2 span {
    color: white;
	transition:all 0.8s;
}

.gift-card-text h2 span:hover {
    color: red;
	transition:all 0.3s;
	cursor:pointer;
}

.gift-card {
    margin-top: 18px;
}
.gift-card img {
    transition:all 0.4s;
	opacity: 1;
}
.gift-card img:hover {
opacity: 0.8;
transition: all 0.4s;
cursor:pointer;
border-bottom-right-radius: 52%;
}


.buy-now-btn {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    background-color: #1e5d9c;
    border: transparent;
    border-radius: 0px;
    box-shadow: 7px 10px 0px 0px #212e61;
padding: 8px 66px;
	transition:all 0.6s;
	border-top: 1px solid transparent;
	margin-top: 30px;
margin-bottom: 30px;

}
.buy-now-btn:hover{
transition: all 0.4s;
box-shadow: 1px 12px 14px -10px #1e5d9c;
cursor: pointer;
border-top: 1px solid #1e5d9c;

}



.get-hooked-today {
	display: inline-block;
	width: 100%;
	font-family: 'Caveat Brush', cursive;
}

.lg-text-hooked {
	display: block;
	font-size: 110px;
	letter-spacing: -4px;
	font-family: 'Caveat Brush', cursive;
	color: #212e61;
}

.footer-back{
	background-image: url("../images/footer-bck.png");
	height: auto;
	width: 100%;
	background-repeat:round;
}

.inner-footer {
    display: inline-block;
    width: 100%;
}

.footer-contact {
display: inline-block;
width: 100%;
margin-bottom: 140px;
margin-top: 184px;

}
.lg-text-footer-contact {
    display: block;
    font-size: 48px;
    color: #fff;
    letter-spacing: -3px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.footer-contact p {
   font-size: 21px;
color: #fff;
letter-spacing: -1px;
margin-top: -10px;
margin-bottom: 0px;
}

.footer-logo {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 75px;
}




.footer-description ul {
    list-style: none;
	margin-top: 194px;
    padding-left: 0px;
}

.footer-description ul li {
    font-size: 12px;
    color: white;
    font-weight: 500;
    letter-spacing: -0.8px;
    word-spacing: 0.5px;
    display: block;
}

.footer-description ul li:last-child span{
 
    color: #eabd1b;
   transition:all 1s;
    
}
.footer-description ul li:last-child span:hover{
 
    color: #969696;
	cursor:pointer;
	transition:all 0.3s;
   
}

.banner-slide:hover {
    opacity: 0.8;
	transition:all 0.4s;
}




@media screen and (min-width:320px) and (max-width:480px) {
	.dropdown-menu > li > a{
		
		font-size:12px;
	}
	.logo-name {
    text-align: center;
    margin-bottom: 15px;
}
.logo-name p {
    font-family: :"arial";
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 3px;
}
.lg-text-name {
    display: block;
    font-size: 25px;
    color: #1b5c9c;
    letter-spacing: 0px;
    margin-top: 33px;
    font-family: :"arial";
    margin-bottom: -8px;
    transition: all 1.4s;
}


	.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: right;
}

 #myNavbar {
   position: absolute;
z-index: 46;
background-color: black;
float: right;
width: 65%;
text-align: right;
right: 15px;
box-shadow: 0px 20px 15px -15px #1d5f95;
border-top: #481515 3px solid;
top: 50px;

}

  .navbar-toggle .icon-bar:nth-of-type(2) {
	  top: 1px;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
  	top: 2px;
}

.navbar-toggle .icon-bar {
	  position: relative;
	  transition: all 500ms linear;
}

.navbar-toggle.active .icon-bar:nth-of-type(1) {
	  top: 6px;
	  transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
	  background-color: transparent;
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
	  top: -6px;
	  transform: rotate(-45deg);
}

.navbar-toggle .icon-bar {
   display: block;
width: 35px;
height: 2px;
border-radius: 0px;
}
.navbar-default {
   border-color: #ff00004d !important;
    background: black !important;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}





.navbar-default .navbar-nav > li > a {
color: white;
padding: 8px 11.9px;
font-size: 12px;

}
	
	.logo-div {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 0px;
    width: 100%;
    text-align: center;
}

.logo-contact {
    text-align: center;
    margin-top: 20px;
}

.lg-text-contact {
	display: block;
	font-size: 28px;
	color: #1b5c9c;
	letter-spacing: 0px;
	margin-top: 15px;
	margin-bottom: -5px;
	transition: all 1.4s;
}

.logo-contact p {
	font-family: "arial";
	font-size: 16px;
	transition: all 1.4s;
	margin-bottom: 15px;
}
.banner-section {
    background-image: url("../images/banner-back.png");
    height: 154px !important;
    width: 100%;
    display: inine-block;
}

.banner-slide {
background-image: url("../images/banner.png");
height: 140px;
width: 100%;
display: inline-block;
margin-top: 10px;
text-align: center;
background-size: cover;
background-repeat: round;
}

.banner-text {
    padding-top: 45px;
    display: inline-block;
    width: 100%;
    margin-bottom: -4px;
}

.banner-text p {
color: white;
font-size: 12px;
font-weight: 600;
margin-bottom: 0px;
text-shadow: 0px 0px 10px black;

}

.banner-text h1 {
    color: white;
    font-size: 28px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 600;
    text-shadow: 0px 0px 10px black;
}


.welcome-hooker h1 {
font-size: 17px;
letter-spacing: -1px;
color: #212e61;
margin-top: 34px;
transition: all 0.5s;
margin-bottom: 10px;

}

.welcome-hooker h6 {
transition: all 0.5s;
font-size: 14px;
color: #333333;
line-height: 22px;
font-weight: 500;
letter-spacing: 0px;


}
.welcome-hooker p {
transition: all 0.5s;
font-size: 13px;
letter-spacing: 0px;
color: #333;
line-height: 21px;
margin-top: 16px;

}

.full-report {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    transition: all 0.5s;
}

.report-heading h1 {
font-size: 19px;
color: #212e61;
letter-spacing: 0px;
margin-top: 30px;
margin-bottom: 20px;
transition: all 0.5s;


}
.xs-report {
    width: 100%;
}

	.xs-screen {
    display: block;
    z-index: 9;
    position: relative;
}

	.report-btn {
    font-size: 13px;
	}
	
	.gift-dv {
    padding: 20px 0px 0px 0px;
    display: inline-block;
}


	.inner-gift-dv {
background-image: url("../images/giftcard-bck.png");
height: auto;
width: 100%;
display: inline-block;
padding: 0px 0px 10px 0px;
background-repeat: round;
background-size: cover;
text-align: center;

}

.gift-card-text h1 {
font-size: 22px;
font-style: italic;
color: #333366;
font-weight: bold;
}

.gift-card-text h2 {
font-size: 14px;
letter-spacing: 0px;
color: #333366;
font-weight: bold;
}
.buy-now-btn {
font-size: 13px;
color: #fff;
font-weight: bold;
background-color: #1e5d9c;
border: transparent;
    border-top-width: medium;
    border-top-style: none;
    border-top-color: transparent;
border-top-width: medium;
border-top-style: none;
border-top-color: transparent;
border-radius: 0px;
box-shadow: 7px 10px 0px 0px #212e61;
padding: 8px 66px;
transition: all 0.6s;
border-top: 1px solid transparent;
margin-top: 19px;
margin-bottom: 30px;

}

.gift-card img {
transition: all 0.4s;
opacity: 1;
width: 70%;
margin-bottom: 30px;
}
.lg-text-hooked {
font-size: 31px;
letter-spacing: 0px;
color: #212e61;
margin-top: 28px;
margin-bottom: 30px;
}

.footer-back {
    background-image: url("../images/footer-bck.png");
    height: auto;
    width: 100%;
    background-repeat: round;
    background-size: cover;
}

.footer-contact {
display: inline-block;
width: 100%;
margin-bottom: 45px;
margin-top: 80px;
text-align: center;

}

.lg-text-footer-contact {
    display: block;
    font-size: 32px;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.footer-contact p {
    font-size: 18px;
    color: #fff;
    letter-spacing: 0px;
    margin-top: -6px;
    margin-bottom: 0px;
}


.footer-logo {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 0px;
}


.footer-logo img {
    width: 55%;
    margin-top: 0px;
}
.footer-description {
    text-align: center;
}


.footer-description ul li {
    font-size: 12px;
    color: white;
    font-weight: 500;
    letter-spacing: 0.2px;
    word-spacing: 0.5px;
    display: block;
}



.footer-description ul {
list-style: none;
margin-top: 50px;
padding-left: 0px;
transition: all 0.5s;
margin-bottom: 65px;


}


	
}








@media screen and (min-width:481px) and (max-width:580px) {
	.dropdown-menu > li > a {
    font-size: 12px;
}


.logo-name {
    text-align: center;
    margin-bottom: 15px;
}


.lg-text-name {
    display: block;
    font-size: 30px;
    color: #1b5c9c;
    letter-spacing: -2px;
    margin-top: 42px;
    font-family: :"arial";
    margin-bottom: -8px;
    transition: all 1.4s;
}


.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: right;
}

#myNavbar {
   position: absolute;
z-index: 46;
background-color: black;
float: right;
width: 65%;
text-align: right;
right: 15px;
box-shadow: 0px 20px 15px -15px #1d5f95;
border-top: #481515 3px solid;
top: 50px;

}

  .navbar-toggle .icon-bar:nth-of-type(2) {
	  top: 1px;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
  	top: 2px;
}

.navbar-toggle .icon-bar {
	  position: relative;
	  transition: all 500ms linear;
}

.navbar-toggle.active .icon-bar:nth-of-type(1) {
	  top: 6px;
	  transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
	  background-color: transparent;
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
	  top: -6px;
	  transform: rotate(-45deg);
}

.navbar-toggle .icon-bar {
   display: block;
width: 35px;
height: 2px;
border-radius: 0px;
}
.navbar-default {
   border-color: #ff00004d !important;
    background: black !important;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}





.navbar-default .navbar-nav > li > a {
color: white;
padding: 8px 11.9px;
font-size: 12px;

}
	
	.logo-div {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 0px;
    width: 100%;
    text-align: center;
}

.logo-contact {
    text-align: center;
	    margin-top: 20px;

}


.lg-text-contact {
display: block;
font-size: 35px;
color: #1b5c9c;
letter-spacing: 0px;
margin-top: 15px;
margin-bottom: -5px;
transition: all 1.4s;
}

.logo-contact p {
font-family: :"arial";
font-size: 18px;
transition: all 1.4s;
margin-bottom: 15px;

}

.banner-section {
    background-image: url("../images/banner-back.png");
    height: 154px !important;
    width: 100%;
    display: inine-block;
}

.banner-slide {
background-image: url("../images/banner.png");
height: 140px;
width: 100%;
display: inline-block;
margin-top: 10px;
background-size: cover;
background-repeat: round;
}

.banner-text {
    padding-top: 45px;
    display: inline-block;
    width: 100%;
    margin-bottom: -4px;
}

.banner-text p {
color: white;
font-size: 20px;
font-weight: 600;
margin-bottom: 0px;
text-shadow: 0px 0px 10px black;

}

.banner-text h1 {
    color: white;
    font-size: 38px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 600;
    text-shadow: 0px 0px 10px black;
}


.welcome-hooker h1 {
font-size: 26px;
letter-spacing: -2px;
color: #212e61;
margin-top: 34px;
transition: all 0.5s;
margin-bottom: 10px;

}

.welcome-hooker h6 {
transition: all 0.5s;
font-size: 17px;
color: #333333;
line-height: 22px;
font-weight: 500;
letter-spacing: 0px;


}
.welcome-hooker p {
transition: all 0.5s;
font-size: 14px;
letter-spacing: 0px;
color: #333;
line-height: 21px;
margin-top: 16px;
}

.full-report {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    transition: all 0.5s;
}

.report-heading h1 {
font-size: 26px;
color: #212e61;
letter-spacing: 0px;
margin-top: 30px;
margin-bottom: 20px;
transition: all 0.5s;

}
	.xs-screen {
    display: block;
    z-index: 9;
    position: relative;
}

	.report-btn {
    font-size: 13px;
	}
	
	.gift-dv {
    padding: 20px 0px 0px 0px;
    display: inline-block;
}


	.inner-gift-dv {
background-image: url("../images/giftcard-bck.png");
height: auto;
width: 100%;
display: inline-block;
padding: 10px 11px 25px 10px;
background-repeat: round;
background-size: cover;
text-align:center;
}

.gift-card-text h1 {
font-size: 26px;
font-style: italic;
color: #333366;
font-weight: bold;
}

.gift-card-text h2 {
font-size: 17px;
letter-spacing: 1px;
color: #333366;
font-weight: bold;
}
.buy-now-btn {
font-size: 13px;
color: #fff;
font-weight: bold;
background-color: #1e5d9c;
border: transparent;
    border-top-width: medium;
    border-top-style: none;
    border-top-color: transparent;
border-top-width: medium;
border-top-style: none;
border-top-color: transparent;
border-radius: 0px;
box-shadow: 7px 10px 0px 0px #212e61;
padding: 8px 66px;
transition: all 0.6s;
border-top: 1px solid transparent;
margin-top: 19px;
margin-bottom: 30px;

}

.gift-card img {
transition: all 0.4s;
opacity: 1;
width: 70%;
margin-bottom: 30px;
}
.lg-text-hooked {
display: block;
font-size: 46px;
letter-spacing: 0px;
color: #212e61;
margin-top: 35px;
margin-bottom: 35px;
}

.footer-back {
    background-image: url("../images/footer-bck.png");
    height: auto;
    width: 100%;
    background-repeat: round;
    background-size: cover;
}

.footer-contact {
display: inline-block;
width: 100%;
margin-bottom: 45px;
margin-top: 80px;
text-align: center;

}

.lg-text-footer-contact {
    display: block;
    font-size: 42px;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.footer-logo {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 0px;
}


.footer-logo img {
    width: 40%;
    margin-top: 0px;
}
.footer-description {
    text-align: center;
}


.footer-description ul {
list-style: none;
margin-top: 50px;
padding-left: 0px;
transition: all 0.5s;
margin-bottom: 65px;


}


	
}






@media screen and (min-width:581px) and (max-width:767px) {

.dropdown-menu > li > a {
    font-size: 12px;
}

.logo-name {
    text-align: center;
	margin-bottom: 18px;
	
}
.logo-div img {
    width: 75%;
}


.lg-text-name {
    display: block;
    font-size: 30px;
    color: #1b5c9c;
    letter-spacing: -2px;
    margin-top: 45px;
    font-family: :"arial";
    margin-bottom: -9px;
    transition: all 1.4s;
}


.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: right;
}

#myNavbar {
   position: absolute;
z-index: 46;
background-color: black;
float: right;
width: 65%;
text-align: right;
right: 15px;
box-shadow: 0px 20px 15px -15px #1d5f95;
border-top: #481515 3px solid;
top: 50px;

}

  .navbar-toggle .icon-bar:nth-of-type(2) {
	  top: 1px;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
  	top: 2px;
}

.navbar-toggle .icon-bar {
	  position: relative;
	  transition: all 500ms linear;
}

.navbar-toggle.active .icon-bar:nth-of-type(1) {
	  top: 6px;
	  transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
	  background-color: transparent;
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
	  top: -6px;
	  transform: rotate(-45deg);
}

.navbar-toggle .icon-bar {
   display: block;
width: 35px;
height: 2px;
border-radius: 0px;
}
.navbar-default {
   border-color: #ff00004d !important;
    background: black !important;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}





.navbar-default .navbar-nav > li > a {
color: white;
padding: 8px 11.9px;
font-size: 12px;

}
	
	.logo-div {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 0px;
    width: 100%;
    text-align: center;
}

.logo-contact {
 margin-top: 20px;
 text-align: center;
}


.lg-text-contact {
display: block;
font-size: 35px;
color: #1b5c9c;
letter-spacing: 0px;
margin-top: 15px;
margin-bottom: -5px;
transition: all 1.4s;
}

.logo-contact p {
font-family: :"arial";
font-size: 18px;
transition: all 1.4s;
margin-bottom: 15px;

}

.banner-section {
    background-image: url("../images/banner-back.png");
    height: 154px !important;
    width: 100%;
    display: inine-block;
}

.banner-slide {
background-image: url("../images/banner.png");
height: 140px;
width: 100%;
display: inline-block;
margin-top: 10px;
background-size: cover;
background-repeat: round;
}

.banner-text {
    padding-top: 45px;
    display: inline-block;
    width: 100%;
    margin-bottom: -4px;
}

.banner-text p {
color: white;
font-size: 20px;
font-weight: 600;
margin-bottom: 0px;
text-shadow: 0px 0px 10px black;

}

.banner-text h1 {
    color: white;
    font-size: 38px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 600;
    text-shadow: 0px 0px 10px black;
}


.welcome-hooker h1 {
font-size: 32px;
letter-spacing: -2px;
color: #212e61;
margin-top: 34px;
transition: all 0.5s;
margin-bottom: 10px;

}

.welcome-hooker h6 {
transition: all 0.5s;
font-size: 19px;
color: #333333;
line-height: 24px;
font-weight: 500;
letter-spacing: 0px;


}
.welcome-hooker p {
transition: all 0.5s;
font-size: 15px;
letter-spacing: 0px;
color: #333;
line-height: 23px;
margin-top: 16px;
}

.full-report {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    transition: all 0.5s;
}

.report-heading h1 {
font-size: 32px;
color: #212e61;
letter-spacing: 0px;
margin-top: 30px;
margin-bottom: 20px;
transition: all 0.5s;

}
	.xs-screen {
    display: block;
    z-index: 9;
    position: relative;
}

	.report-btn {
    font-size: 15px;
	}
	
	.gift-dv {
    padding: 20px 0px 0px 0px;
    display: inline-block;
}


	.inner-gift-dv {
background-image: url("../images/giftcard-bck.png");
height: auto;
width: 100%;
display: inline-block;
padding: 10px 11px 25px 10px;
background-repeat: round;
background-size: cover;
text-align:center;
}

.gift-card-text h1 {
font-size: 30px;
font-style: italic;
color: #333366;
font-weight: bold;
}

.gift-card-text h2 {
font-size: 18px;
letter-spacing: 1px;
color: #333366;
font-weight: bold;
}
.buy-now-btn {
font-size: 15px;
color: #fff;
font-weight: bold;
background-color: #1e5d9c;
border: transparent;
    border-top-width: medium;
    border-top-style: none;
    border-top-color: transparent;
border-top-width: medium;
border-top-style: none;
border-top-color: transparent;
border-radius: 0px;
box-shadow: 7px 10px 0px 0px #212e61;
padding: 8px 66px;
transition: all 0.6s;
border-top: 1px solid transparent;
margin-top: 19px;
margin-bottom: 30px;

}

.gift-card img {
transition: all 0.4s;
opacity: 1;
width: 70%;
margin-bottom: 30px;
}
.lg-text-hooked {
display: block;
font-size: 58px;
letter-spacing: 0px;
color: #212e61;
margin-top: 35px;
margin-bottom: 35px;
}

.footer-back {
    background-image: url("../images/footer-bck.png");
    height: auto;
    width: 100%;
    background-repeat: round;
    background-size: cover;
}

.footer-contact {
display: inline-block;
width: 100%;
margin-bottom: 45px;
margin-top: 80px;
text-align: center;

}

.lg-text-footer-contact {
    display: block;
    font-size: 42px;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.footer-logo {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 0px;
}


.footer-logo img {
    width: 40%;
    margin-top: 0px;
}
.footer-description {
    text-align: center;
}


.footer-description ul {
list-style: none;
margin-top: 50px;
padding-left: 0px;
transition: all 0.5s;
margin-bottom: 65px;


}



	
}




@media screen and (min-width:768px) and (max-width:991px) {


.navbar-default .navbar-nav > li > a {
color: white;
 padding: 8px 9.5px;
font-size: 12px;

}
	
.logo-name p {
    font-family: :"arial";
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 7px;
}

.lg-text-name {
    display: block;
    font-size: 20px;
    color: #1b5c9c;
    letter-spacing: -2px;
    margin-top: 60px;
    font-family: :"arial";
    margin-bottom: -12px;
    transition: all 1.4s;
}

.lg-text-contact {
display: block;
font-size: 26px;
color: #1b5c9c;
letter-spacing: -1px;
margin-top: 55px;
margin-bottom: -12px;
transition: all 1.4s;
}

.logo-contact p {
  font-family: :"arial";
font-size: 11px;
margin-top: 7px;
}

.banner-section {
    background-image: url("../images/banner-back.png");
    height: 154px !important;
    width: 100%;
    display: inine-block;
}

.banner-slide {
    background-image: url("../images/banner.png");
    height: 138px;
    width: 100%;
    display: inline-block;
    margin-top: 10px;
    background-size: contain;
    background-repeat: no-repeat;
}

.banner-text {
    padding-top: 40px;
    display: inline-block;
    width: 100%;
    margin-bottom: -4px;
}

.banner-text p {
    color: white;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0px;
    text-shadow: 0px 0px 10px black;
}

.banner-text h1 {
    color: white;
    font-size: 42px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 600;
    text-shadow: 0px 0px 10px black;
}


.welcome-hooker h1 {
font-size: 42px;
letter-spacing: -2px;
color: #212e61;
margin-top: 34px;
transition:all 0.5s;
margin-bottom: 10px;
}

.welcome-hooker h6 {
transition:all 0.5s;
font-size: 20px;
color: #333333;
line-height: 25px;
font-weight: 500;
letter-spacing: 0px;

}
.welcome-hooker p {
	transition:all 0.5s;
font-size: 16px;
letter-spacing: 0px;
color: #333;
line-height: 23px;
margin-top: 16px;
}

.full-report {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    transition: all 0.5s;
}

.report-heading h1 {
font-size: 40px;
color: #212e61;
letter-spacing: -1px;
margin-top: 30px;
margin-bottom: 20px;
transition: all 0.5s;
}
	
	.report-btn {
    font-size: 15px;
	}
	
	.inner-gift-dv {
background-image: url("../images/giftcard-bck.png");
height: auto;
width: 100%;
display: inline-block;
padding: 10px 11px 25px 10px;
background-repeat: round;
}

.gift-card-text h1 {
font-size: 30px;
font-style: italic;
color: #333366;
font-weight: bold;
}

.gift-card-text h2 {
font-size: 20px;
letter-spacing: -1px;
color: #333366;
font-weight: bold;
}
.buy-now-btn {
font-size: 15px;
color: #fff;
font-weight: bold;
background-color: #1e5d9c;
border: transparent;
    border-top-width: medium;
    border-top-style: none;
    border-top-color: transparent;
border-top-width: medium;
border-top-style: none;
border-top-color: transparent;
border-radius: 0px;
box-shadow: 7px 10px 0px 0px #212e61;
padding: 8px 66px;
transition: all 0.6s;
border-top: 1px solid transparent;
margin-top: 19px;
margin-bottom: 30px;

}

.gift-card img {
    transition: all 0.4s;
    opacity: 1;
    width: 100%;
}
.lg-text-hooked {
display: block;
font-size: 70px;
letter-spacing: 0px;
color: #212e61;
margin-top: 35px;
margin-bottom: 35px;
}

.footer-back {
    background-image: url("../images/footer-bck.png");
    height: auto;
    width: 100%;
    background-repeat: round;
    background-size: cover;
}

.footer-contact {
display: inline-block;
width: 100%;
margin-bottom: 55px;
margin-top: 100px;
text-align: center;

}

.footer-logo {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 0px;
}


.footer-logo img {
    width: 42%;
    margin-top: 0px;
}
.footer-description {
    text-align: center;
}


.footer-description ul {
list-style: none;
margin-top: 55px;
padding-left: 0px;
transition: all 0.5s;
margin-bottom: 70px;

}



	
	
}



@media screen and (min-width:992px) and (max-width:1199px) {


.navbar-default .navbar-nav > li > a {
    color: white;
    padding: 8px 19.2px;

}
	

.lg-text-contact {
display: block;
font-size: 32px;
color: #1b5c9c;
letter-spacing: -1px;
margin-top: 70px;
margin-bottom: -12px;
transition: all 1.4s;

}

.logo-contact p {
    font-family: :"arial";
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 4px;
}

.lg-text-name {
    display: block;
    font-size: 26px;
    color: #1b5c9c;
    letter-spacing: -2px;
    margin-top: 76px;
    font-family: :"arial";
    margin-bottom: -12px;
    transition: all 1.4s;
}

.logo-name p {
    font-family: :"arial";
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 6px;
}

.welcome-hooker h1 {
    font-size: 52px;
    letter-spacing: -2px;
    color: #212e61;
    margin-top: 34px;
    margin-bottom: 10px;
}

.welcome-hooker h6 {
    font-size: 21px;
    color: #333333;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: 0px;
}
.welcome-hooker p {
    font-size: 17px;
    letter-spacing: 0px;
    color: #333;
    line-height: 23px;
    margin-top: 16px;
}

.report-heading h1 {
    font-size: 46px;
    color: #212e61;
    letter-spacing: -3px;
    margin-top: 35px;
    margin-bottom: 22px;
    transition: all 0.5s;
}
	
	.report-btn {
    font-size: 15px;
	}
	
	.inner-gift-dv {
    background-image: url("../images/giftcard-bck.png");
    height: auto;
    width: 100%;
    display: inline-block;
    padding: 20px 20px 30px 20px;
    background-repeat: round;
}

.gift-card-text h1 {
    font-size: 40px;
    font-style: italic;
    color: #333366;
    font-weight: bold;
}

.gift-card-text h2 {
    font-size: 25px;
    letter-spacing: -1px;
    color: #333366;
    font-weight: bold;
}
.buy-now-btn {
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    background-color: #1e5d9c;
    border: transparent;
        border-top-width: medium;
        border-top-style: none;
        border-top-color: transparent;
    border-radius: 0px;
    box-shadow: 7px 10px 0px 0px #212e61;
    padding: 8px 66px;
    transition: all 0.6s;
    border-top: 1px solid transparent;
    margin-top: 30px;
    margin-bottom: 30px;
}

.gift-card img {
    transition: all 0.4s;
    opacity: 1;
    width: 100%;
}
.lg-text-hooked {
    display: block;
    font-size: 90px;
    letter-spacing: 0px;
    color: #212e61;
    margin-top: 40px;
    margin-bottom: 40px;
}

.footer-contact {
    display: inline-block;
    width: 100%;
    margin-bottom: 140px;
    margin-top: 184px;
    text-align: center;
}

.footer-logo img {
    width: 100%;
    margin-top: 12px;
}

.footer-description ul {
    list-style: none;
    margin-top: 185px;
    padding-left: 0px;
    transition: all 0.5s;
}



	
	
}

@media screen and (min-width:1200px) and (max-width:1499px) {
	body{
	  background-image: url("../images/back-main.jpg");
	margin:0;
	padding:0;
	background-repeat: no-repeat;

background-position: 0% 70%;

}
	
    .lg-text-hooked {
    display: block;
    font-size: 133px;
    letter-spacing: -4px;
    color: #212e61;
}


	
}

@media screen and (min-width:1500px) and (max-width:1699px) {
	body{
	  background-image: url("../images/back-main.jpg");
	margin:0;
	padding:0;
	background-repeat: no-repeat;

background-position: 0% 70%;

}
	
	.lg-text-hooked {
    display: block;
    font-size: 133px;
    letter-spacing: -4px;
    color: #212e61;
}


	
}

@media screen and (min-width:1700px) and (max-width:1920px) {
	
	

	.lg-text-hooked {
    display: block;
    font-size: 133px;
    letter-spacing: -4px;
    color: #212e61;
}


	
}

