@charset "utf-8";
/*I Performer 2.0 by Christopher Neal @ Twist Development
Pshaw
consider D9F3FF
*/

.memberbox{

}

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff;
    z-index:99;
}

#status {
    width:250px;
    height:250px;
    position:absolute;
    left:50%;
    top:50%;
    margin:-125px 0 0 -125px;
}

body{
  background-color: #fff !important;
  background-repeat: no-repeat;
  font-family: 'Open Sans', sans-serif !important;
  color: #666 !important;
}

a, button{
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

#video-background {
/*  making the video fullscreen  */
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
}

.overlay{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(37, 37, 37, 0.5) !important;
}

p{
  font-size: 20px;
}

::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

::-webkit-scrollbar-thumb {
  background-color: #666;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.letop{
  margin-top: 30px;
}

.navbar{
  background-color: #fff !important;
  border: none !important;
  font-size: 18px;
  font-weight: 400;
  z-index: 99;
  border-radius: 0px !important;
}

.navbar a{
  color: #666 !important;
}

.navbar a:hover{
  margin-top: 4px;
  margin-bottom: -4px;
  color: #000 !important;
}

.navbar-brand{
  font-family: 'Lobster';
  font-size: 24px !important;
}

.clicked{
  border-bottom: solid 2px;
}

.brand{
  margin-top: 200px;
  text-align: center;
}

.brandbg{
  background-size: cover;
  background-position: center;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #f3f3f3 !important;
}

.brand img{
  height: 200px;
  box-shadow: 0 0 6px 2px #f6f6f6;
  border-radius: 100%;
}

.title{
  text-align: center;
  font-size:150px;
  font-family: 'Lobster';
  color: #252525;
}

.quote_box{
  background-color: rgba(120, 141, 194, 0.1);
  padding: 20px !important;
}

.quotation{
  margin: 0 5px 0 5px;
}

.text_box{
  margin: 40px 0 40px 0;
  text-align: center;
  padding: 0 10px 0 10px;
  font-size: 16px !important;
}

.text_box p{
  font-size: 16px !important;
}

.contacttext{
  margin-top: 15px;
  text-align: center;
}

.price{
  text-align: center;
  font-family: 'Lobster';
  font-size: 80px;
  color: #252525;
  margin-bottom: 60px;
}

.bigprice{
  font-size: 120px;
}


.slogan{
  margin-top: 50px !important;
  font-size: 30px;
  color: #fff;
}

.line_break{
  display: block;
}

.youtube {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    text-align: center;
    margin-bottom: 80px;
}
.youtubevideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.subtitle{
  font-family: 'Lobster';
  font-weight: 800;
  line-height: 50px;
  font-size: 50px;
  margin: 30px 0 30px 0;
  color: #252525;
}

.faqq{
  font-size: 16px !important;
  margin-bottom: 6px;
}

.faqq::first-letter{
  font-size: 20px;
  margin-right: 10px;
  font-family: 'Lobster';
}

.ipbtn{
  height: 50px;
  font-size: 16px !important;
  font-weight: 600 !important;
  margin: 15px;
  color: #666 !important;
}

.homebtn{
  margin-top: 30px;
  width: 20%;
  border: solid 2px #fff !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  color: #fff !important;
  font-weight: normal !important;
  transition-duration: 0.2s;
}

.homebtn:hover{
  background-color: rgba(32, 48, 120, 0.6) !important;
}

.membersbtn{
  width: 100%;
  margin-left: 0px;
}

.signupbtn{
  width: 60%;
}

@-webkit-keyframes glowing {
  0% {  -webkit-box-shadow: 0 0 10px #111; }
  50% {  -webkit-box-shadow: 0 0 1px #111; }
  100% { -webkit-box-shadow: 0 0 10px #111; }
}

@-moz-keyframes glowing {
  0% {  -moz-box-shadow: 0 0 10px #111; }
  50% { -moz-box-shadow: 0 0 1px #111; }
  100% { -moz-box-shadow: 0 0 10px #111; }
}

@-o-keyframes glowing {
  0% {  box-shadow: 0 0 10px #111; }
  50% {  box-shadow: 0 0 1px #111; }
  100% {  box-shadow: 0 0 10px #111; }
}

@keyframes glowing {
  0% { box-shadow: 0 0 10px #111; }
  50% {  box-shadow: 0 0 1px #111; }
  100% {  box-shadow: 0 0 10px #111; }
}

.glowbutton{
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}

.line{
  height: 1px;
  color: #666;
  font-size: 36px;
  text-align: center;
  margin: 35px 0 35px 0;
  font-weight: bold;
  background-image: url(../images/line.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.hoverlinks a{
  color: #666;
  padding: 5px;
  text-align: center;
}

.hoverlinks a:hover{
  color: #666;
  box-shadow: 0 0 15px #111;
}

.hoverlink{
  height: 300px;
  width: 100%;
  border-bottom: solid 1px #acacac;
}

.hoverlinktext{
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  width: 100%;
  background-color: #dbdbdb;
}

.name{
  font-weight: bold;
}

.occupation{
  border-bottom: solid 1px #acacac;
}

.hoverlinkall{
  height: 360px;
  width: 100%;
  background-color: #c8d8f4;
  padding-top: 150px;
}

.hoverlinkall p{
  font-size: 30px;
  line-height: 30px;
}

.profilelink{
  background-size: cover;
  background-position: center;
}

.ticks{
  font-size: 20px;
  margin-bottom: 15px;
}

.glyphicon-ok{
  color: #00aeff;
}

.glyphicon-heart{
  color: #c9c600;
}

.ticks .glyphicon{
  margin-right: 10px;
}

.offer{
  width: 100%;
  height: 150px;
  background-image: url(../images/nic_donovan.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.offertext{
  margin-top: 15px;
  text-align: center;
}

.contactlabel{
  font-weight: 400;
  font-size: 20px;
  margin: 15px 0 15px 0;
}

.contactinput{
  width: 100%;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  padding: 5px;
  background-color: #fafafa;
  border: solid 2px #e8e6e6;
}

.contactmessage{
  width: 100%;
  height: 180px;
  font-size: 16px;
  padding: 5px;
  background-color: #fafafa;
  border: solid 2px #e8e6e6;
  resize: none;
}

.form{
  width: 100%;
}

.contactbutton{
  width: 60%;
  margin: 10px 20%;
  font-size: 18px !important;
}

.success{
  text-align: center;
  font-weight: 400;
  font-size: 20px;
}

#filter{
  text-align: center;
}

#memberparent{
  min-height: 1000px;
}

.footer{
  background-color: #252525;
  margin: 125px 0 15px 0;
  padding: 10px;
  color: #c1c1c1;
  text-align: center;
}

.footer a{
  color: #c1c1c1;
}

.footer a:hover{
  color: #fff;
}

.footerlinks{

}

.footerlinks a{
  width: 20%;
  display: inline-block;
}

.twist{
  margin-top: 15px;
}

.twist img{
  margin-top: 5px;
  width: 200px;
}

.black_friday img{
  width: 100%;
  box-shadow: 0 0 5px 5px #ccc;
}

@media (max-width: 1199px){


}

@media (max-width: 992px){

.iplogo{
  background-position: 50% 50px;
}

.title{
  font-size: 80px;
  margin-top: 20px;
}

.topdrop{
  margin-top: 0px;
}

.youtube {
    width: 100%;
    margin-bottom: 50px;
}

.youtubevideo {
    left: 0;
    height: 100%;
}

.black_friday img{
  width: 100%;
  margin-left: 0;
}

}


@media (max-width: 768px){

body{
  background-position: middle;
}

.navbar { background-color: #fff !important; }

.clicked{
  border: none;
}

.title{
  font-size: 50px;
  margin-top: 0px;
}

.subtitle{
  font-size: 32px;
}

.slogan, .ticks{
  font-size: 18px;
}

.homebtn{
  width: 90%;
}

.topdrop{
  margin-top: 0px;
}

.glyphicon-ok, .glyphicon-heart{
  margin-top: 15px;
}

.price{
  font-size: 30px;
  text-align: center;
}

.bigprice{
  font-size: 50px;
}

p{
  font-size: 18px;
}

#memberparent{
  min-height: 100px;
}

.hoverlinks a:hover{
  box-shadow: none;
}

.hoverlink{
  height: 220px;
}

.hoverlinktext{
  font-size: 15px;
}

.hoverlinkall{
  height: 280px;
  padding-top: 85px;
}

.hoverlinkall p{
  margin-top: 38px;
  font-size: 16px;
  line-height: 16px;
}

.name{
  font-size: 4vw;
}

.occupation{
  font-size: 3vw;
}

.twist img{
  width: 75%;
}

.line_break{
  display: none;
}

.slogan{
  padding: 0 20px 0 20px;
}

.brand{
  margin-top: 100px;
}

.homebtn{
  margin-top: 10px;
}

}
