body {
    font-size: 18px;
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background-color: #fff;
    color: #4d4d4e;
}

/* Globals starts */

p {
    margin: 3px; 
    font-weight: 300;
    font-size: 15px;  
    line-height: 2.1em;
    color: #302e2e;
}
h1{
    font-family: 'Impact', sans-serif;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.3em;
}
h3{
    font-family: 'Oswald', sans-serif;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.3em;
    margin-top: 40px;
    background: #fbfafa;
    padding: 5px;
}
h4{
    font-family: 'Roboto';
    font-size: 25px;
    font-weight: 700;
    padding: 5px;
}
.bold{
    font-weight: bold;
    color: #000;
}
.btn{
    font-family: 'Montserrat', sans-serif;
}
.col-center{
    float: none;
    margin: 0 auto;
}
h1>span.hint{
    color: #eca137;
    font-style: italic;
    font-size: 20px;
    font-weight: 400;
    line-height: 50px;
    text-transform: lowercase;
}
.text-danger{
    color: #ff0000;
}
.m-t-20{
    margin-top: 20px;
}
.m-t-30{
    margin-top: 30px;
}
.p-l-20{
    padding-left: 20px;
}

p{
    font-size: 18px;
    font-weight: 500;
    padding-left: 10px;
    margin-top: 15px;
    color: #464748;
    line-height: 1.3;
}
b{
    color: #000;
}
p>span.yellow-text{
    background-color: yellow;
    color: #000;
    padding: 6px;
    font-size: 26px;
}
p ol li{
    font-size: 22px;
    display: inline-block;
    float:none;
}
p.bold{
    font-weight: 500;
    color: #000;
    font-size: 19px;
}
p.f-lg{
    font-size: 22px;
}
.btn-link{
    font-size: 22px;
    margin-top: -5px;
}
.upper-case{
    text-transform: uppercase;
}
.btn-lg{
    font-size: 40px;
    width: 100%;
    font-weight: bold;
    font-family: Oswald;
}

.date-pointers{
    color: red;
    margin-left: 20px;
    margin-right: 20px;
}
header{

    background-size: cover;
    background-position: center;
    width: 100%;
    background-attachment: fixed;
}
header .header-bg-trans{
    background: rgba(255, 255, 255, 0.5);
    width: 100%; 
    height: 100%;
    padding-bottom: 20px;
}
header h1{
    color: #000;
    background: #fff;
    padding: 0 10px 10px 10px;
    font-size: 3vw;

    font-weight: 900;
    text-shadow: 1px 0px 0px rgba(150, 150, 150, .4);
    font-family: 'impact';
    text-transform: none;
}
#content{
    background-color: #fff;
    padding: 20px;
    margin-top: -80px;
}
#faqs h4{
    margin-top: 30px;
    color: #000;
}
.bg-heading{
    background-color: #e2e4e7;
    width: 104%;
    padding: 10px;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 20px;
}
.list-unordered{
    list-style-type: none;
}
ul.list-unordered li{
    margin-top: 10px;
    font-size: 19px;
}
ul.list-unordered li:first-child{
    margin-top: 30px;
}
footer{
    height: 60px;
    margin-top: 40px;
}
.btn-yellow {
    -moz-box-shadow:inset 0px 1px 0px 0px #fff6af;
    -webkit-box-shadow:inset 0px 1px 0px 0px #fff6af;
    box-shadow:inset 0px 1px 0px 0px #fff6af;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
    background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
    background-color:#ffec64;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #ffaa22;
    display:inline-block;
    cursor:pointer;
    color:#333333;
    font-family:Arial;
    font-size:45px;
    font-weight:bold;
    padding:6px 24px;
    text-decoration:none;
    text-shadow:0px 1px 0px #ffee66;
}
.btn-yellow:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
    background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
    background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
    background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
    background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
    background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
    background-color:#ffab23;
}
.btn-yellow:active {
    position:relative;
    top:1px;
}
.cross-text {
    position: relative;
    display: inline-block;
}
.cross-text::before, .cross-text::after {
    content: '';
    width: 120%;
    position: absolute;
    right: -10%;
    top: 50%;
}
.cross-text::before {
    border-bottom: 3px solid red;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
}
.cross-text::after {
    border-bottom: 3px solid red;
    -webkit-transform: skewY(10deg);
    transform: skewY(10deg);
}

#testimonials {
    margin-top: 40px;
    text-align: center;
}

#testimonials .testimonial {
    width: 47%;
    min-height: 200px;
    float: none;
    display: inline-block;
    border: 1px solid #dfdfdf;
    padding: 10px;
    border-radius: 10px;
    text-align: left;
    margin-left: 26px;
    margin-top: 26px;
    background: #ecf0f1;
    vertical-align: top;
}

.testimonial p {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 17px;
}

#testimonials .testimonial img {
    float: left;
}
.m-t-10{
    margin-top: 10px;
}
/*.navbar .navbar-nav {
    display: inline-block;
    float: none;
}

.navbar .navbar-collapse {
    text-align: center;
}
.navbar ul li{
    margin-left: 5px;
}*/
.navbar>li>a {
    color: #777;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
/* entypo */
[class*="entypo-"]:before {
   font-family: "entypo", sans-serif;
}
a { 
   text-decoration: none;
}
ul {
   list-style: none;
   margin: 0;
   padding: 0;
}
.container {
   margin: 0 auto;
   padding: 20px 50px;
   background: white;
}
.bdr-red{
    border: 3px solid red;
    padding-bottom: 10px;
}
#sticky-social {
   right: 0;
   position: fixed;
   top: 150px;
    z-index: 1000;
}
#sticky-social a {
   background: #333;
   color: #fff;
   display: block;
   height: 35px;
   font: 16px "Open Sans", sans-serif;
   line-height: 35px;
   position: relative;
   text-align: center;
   width: 35px;
}
#sticky-social a span {
   line-height: 35px;
   right: -150px;
   position: absolute;
   text-align:center;
   width:150px;
}
#sticky-social a:hover span {
   right: 100%;
}
.p-0{
    padding: 0;
}
.btn-yellow{
    font-size: 30px;
    text-align: center;
}
#sticky-social a[class*="facebook"],
#sticky-social a[class*="facebook"]:hover,
#sticky-social a[class*="facebook"] span { background: #3b5998; }

#sticky-social a[class*="twitter"],
#sticky-social a[class*="twitter"]:hover,
#sticky-social a[class*="twitter"] span { background: #00aced; }

#sticky-social a[class*="gplus"],
#sticky-social a[class*="gplus"]:hover,
#sticky-social a[class*="gplus"] span { background: #dd4b39; }  

#sticky-social a[class*="linkedin"],
#sticky-social a[class*="linkedin"]:hover,
#sticky-social a[class*="linkedin"] span { background: #007bb6; }  

#sticky-social a[class*="instagrem"],
#sticky-social a[class*="instagrem"]:hover,
#sticky-social a[class*="instagrem"] span { background: #517fa4; }  

#sticky-social a[class*="stumbleupon"],
#sticky-social a[class*="stumbleupon"]:hover,
#sticky-social a[class*="stumbleupon"] span { background: #eb4924; }  

#sticky-social a[class*="pinterest"],
#sticky-social a[class*="pinterest"]:hover,
#sticky-social a[class*="pinterest"] span { background: #cc2127; }  

#sticky-social a[class*="flickr"],
#sticky-social a[class*="flickr"]:hover,
#sticky-social a[class*="flickr"] span { background: #ff0084; }  

#sticky-social a[class*="tumblr"],
#sticky-social a[class*="tumblr"]:hover,
#sticky-social a[class*="tumblr"] span { background: #32506d; }

.who_is_jt_foxx{
     background-color: rgba(30, 144, 255, 0.90);
    color:#fff;
}
.who_is_jt_foxx p{
    color:#000;
}
.who_is_jt_foxx h1{
    color:#000;
    font-size: 55px;
}
.collage{
	color: #000;
	padding: 20px 0;
	z-index: 10;
}
	.collage img{
		max-width: 182px;
		max-height: 145px;
		display: block;
		margin: 0 auto;
	}
	
	.caption{height: 50px; margin: 10px 0;}
		.caption h4{
			font-size: 15px;
			font-weight: 600;
			text-align: center;
			margin: 0;
		}
        .celeb-title {
  position: absolute;
  top: 75%;
  background: #ffffff9c;
  width: 88%;
  height: 20%;
  font: 400 1.23rem "Oswald", sans-serif;
}
.play{
  position: absolute;
  z-index: 1;
  left: 45%;
  top: 40%;
  height: 4rem;

}
.celeb-box {
  height: 17rem;
}
.celeb-box1{
background: url(../images/woz.jpg) repeat 50% 50% / cover;
}
.celeb-box2{
background: url(../images/vince.jpg) repeat 50% 50% / cover;
}
.celeb-box3{
background: url(../images/stedman.jpeg) repeat 50% 50% / cover;
}
.celeb-box4{
background: url(../images/arnold.jpg) repeat 50% 50% / cover;
}
.celeb-box5{
background: url(../images/bruce.jpg) repeat 50% 50% / cover;
}
.celeb-box6{
background: url(../images/pacino.jpg) repeat 50% 50% / cover;
}
.celeb-box7{
background: url(../images/50cent.jpg) repeat 50% 50% / cover;
}
.celeb-box8{
background: url(../images/fredrik.jpg) repeat 50% 50% / cover;
}

.thumbnail {
    display: block;
    padding: 2px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

/* ---- grid ---- */
.grid {
  max-width: 1200px;
}
/* clearfix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}
/* ---- grid-item ---- */
.grid-item {
  width: 180px;
  height: 150px;
  float: left;
  /* vertical gutter */
  margin-bottom: 13px;
}
.grid-item--width1-3 { width: 375px; }
.grid-item--width1-5 { width: 330px; }
.grid-item--width2 { width: 375px; }
.grid-item--width2-5 { width: 280px; }
.grid-item--width3 { width: 375px; }
.grid-item--width4 { width: 780px; }
.grid-item--height0-3 { height: 127px; }
.grid-item--height0-5 { height: 130px; }
.grid-item--height1-5 { height: 160px; }
.grid-item--height1-8 { height: 220px; }
.grid-item--height2 { height: 240px; }
.grid-item--height2-2 { height: 270px; }
.grid-item--height3 { height: 460px; }
.grid-item--height4 { height: 360px; }
.g1{
  background: url(../images/celebrities/Julia-Roberts.jpg) repeat 20% 20% / cover !important;
}
.g2{
  background: url(../images/celebrities/50-Cent.jpeg) repeat 20% 20% / cover !important;
}
.g3{
  background: url(../images/celebrities/brooke_shields.jpg) repeat 20% 20% / cover !important;
}
.g4{
  background: url(../images/celebrities/Vince-Vaughn.jpg) repeat 20% 20% / cover !important;
}
.g5{
  background: url(../images/celebrities/Dr-phil.jpg) repeat 20% 20% / cover !important;
}
.g6{
  background: url(../images/celebrities/Charlie-Sheen.jpg) repeat 20% 20% / cover !important;
}
.g7{
  background: url(../images/celebrities/Jessica-Simpson.jpg) repeat 50% 50% / cover !important;
}
.g8{
  background: url(../images/celebrities/Mel-Gibson.jpg) repeat 50% 50% / cover !important;
}
.g9{
  background: url(../images/celebrities/bethenny.jpg) repeat 20% 20% / cover !important;
}
.g10{
  background: url(../images/celebrities/mark.jpg) repeat 20% 20% / cover !important;
}
.g11{
  background: url(../images/celebrities/jewel.jpg) repeat 20% 20% / cover !important;
}
.g12{
  background: url(../images/celebrities/John-Travolta.jpg) repeat 20% 20% / cover !important;
}
.g13{
  background: url(../images/celebrities/stedman.jpg) repeat 20% 20% / cover !important;
}
.g14{
  background: url(../images/celebrities/Michael-Douglas.png) repeat 20% 20% / cover !important;
}
.g15{
  background: url(../images/celebrities/Al-Pacino.jpg) repeat 20% 20% / cover !important;
}
.g16{
  background: url(../images/celebrities/Jay-Abraham.jpg) repeat 20% 20% / cover !important;
}
.g17{
  background: url(../images/celebrities/Jason-Alexander.jpg) repeat 50% 50% / cover !important;
}
.g18{
  background: url(../images/celebrities/Calvin-Klein.jpeg) repeat 20% 20% / cover !important;
}
.g19{
  background: url(../images/celebrities/bret.jpg) repeat 50% 50% / cover !important;
}
.g20{
  background: url(../images/celebrities/Vanilla-Ice.jpg) repeat 20% 20% / cover !important;
}
.g21{
  background: url(../images/celebrities/christie.jpg) repeat 40% 40% / cover !important;
}
.g22{
  background: url(../images/celebrities/Sylverster-Stallone.jpg) repeat 20% 20% / cover !important;
}

@media (max-width: 575.98px) {
.celeb-title {
  width: 100% !important;
}
    .header-video{
    height: 225px !important;
    width: 345px !important;
    }
    #testimonials .testimonial {
    width: 100%;
    margin-left: 0px; 
}
.grid-item {
  height: 250px !important;
  width: 328px !important;
}
}

@media (min-width: 576px) and (max-width: 767.98px) { 
    .header-video{
    height: 307px;
    width: 512px;
    }
    #testimonials .testimonial {
    width: 86%;
}
    header h1{
        font-size: 18px;
    }
    .celeb-title {
  width: 100% !important;
}
}


@media (min-width: 768px) and (max-width: 991.98px) { 
 
}

@media (min-width: 992px) and (max-width: 1199.98px) { 
 
}
@media (min-width: 1200px) and (max-width: 1260px) { 
      .container{
        max-width: 1070px;
    }
}