@import url(https://fonts.googleapis.com/css?family=Lato:300|Playfair+Display:900);
/*==================================================
  Template Name: Friend Finder
  Description: A Social Network Template
  Author: thunder-team
  Version: 2.1
==================================================*/

/*==================================================
  [Table of Contents]
  --------------------------------------------------
  - body
    - Typography
    - Common classes
    - Header
    - Homepage
      - Top Banner
      - Signup Form
      - Features
      - App Download
      - Image Divider
      - Site Facts
      - Live Feed
    - Landing Page | Register 
    - Newsfeed 
      - Left Sidebar
      - Right Sidebar
      - Create Post Box
      - Post Contents
      - Nearby People
      - Friend List
      - Chat Room
      - Media: image and video 
    - Timeline
      - Timeline Sidebar
      - Post Date
      - About Profile
      - Profile Album
    - Edit Profile
    - Contact Us
    - Footer
    - Media Queries
    - Slide Animations
    - Scroll Down Arrow
    - Preloader
==================================================*/

html, body {
  height: 100%;
  width: 100%;
}

body{
font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 26px;
	color: #6d6e71;
	font-size: 13px;
}

.input-group .form-control, .form-group.name-group .form-control{font-family: Arial, Helvetica, sans-serif; font-size: 15px;  line-height: 1.467;}
/*==================================================
  Typography
  ==================================================*/

@font-face {
    font-family:"Agency FB";
    src: url("../index/fonts/agency-fb.eot") /* EOT file for IE */
}
@font-face {
    font-family:"Agency FB";
    src: url("../index/fonts/agency-fb.ttf") /* TTF file for CSS3 browsers */
}

h1, h2, h3, h4, h5, h6{color: #fff; }

h1.grey, h2.grey, h3.grey, h4.grey, h5.grey, h6.grey{
  color: #6d6e71;
  margin: 0 auto 20px;
}

.text-white{color: #fff;}

.text-white:hover{color: #fff;}

.text-green{color: #8dc63f;}

.text-green:hover{color: #39b54a;}

.text-red{color: #ef4136;}

.text-red:hover{color: #d6100b;}

.profile-link{font-weight: 600;}

.text-muted{color: #fff; text-shadow: 1px 1px 5px #000;}

a{color: #27aae1;}

a:hover{color: #149AC9;}

a, a:active, a:focus {outline: none;}

section h1.section-title{
	font-family: 'Agency FB', sans-serif;
	font-size: 215px;
	color: #E6E7E8;
	margin-bottom: -55px;
}

section h2.sub-title{
	font-family: 'Agency FB', sans-serif;
	color: #E6E7E8;
	font-size: 50px;
	margin: 40px 0;
}

.following{
  color: #8dc63f;
  font-size: 12px;
  margin-left: 20px;
}


/*==================================================
  Common
  ==================================================*/
  .tab-content h3{font-size:20px; margin-top:0px; font-weight:normal;}
.footer-home{margin-top:20px; position:fixed; left:0px; bottom:0px; right:0px; width:100%;}
.footer-home .footer-p a{ color:#fff;}
.reg-form-container .form-group{margin-bottom: 10px;}

.container{ max-width: 100%; width: 100%;}

section .wrapper{
	padding-top: 100px;
	padding-bottom: 100px;
}

#page-contents{
  padding: 30px 0 50px;
}

@font-face {
    font-family: 'Lintel';
    src: url('../Lintel/Lintel-Regular.eot');
    src: url('../Lintel/Lintel-Regular.eot?#iefix') format('embedded-opentype'),
        url('../Lintel/Lintel-Regular.woff2') format('woff2'),
        url('../Lintel/Lintel-Regular.woff') format('woff'),
        url('../Lintel/Lintel-Regular.ttf') format('truetype'),
        url('../Lintel/Lintel-Regular.svg#Lintel-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.btn-primary{
	background: transparent;
	padding:0;
	border: none;
	font-size: 20px;
	border-radius: 0px;
	color: #fff;
	position: relative;
  font-weight: 600;
  outline: none;
   font-family: 'Lintel';
    cursor: pointer;
}

.btn-primary:hover{
  background: transparent;
  transition: all 1s;
}

.btn-secondary{
	background: linear-gradient(to bottom, rgba(109,110,113,1), rgba(0,0,0,1));
	padding: 0 40px;
	border: none;
	min-height: 36px;
	font-size: 18px;
	border-radius: 6px;
	color: #fff;
	position: relative;
  outline: none;
}

.btn-secondary:hover{
	background: #000;
  transition: all 1s;
}

section img{
	margin: auto;
}

img.profile-photo{
  height: 58px;
  width: 58px;
  border-radius: 50%;
}

img.profile-photo-lg{
  height: 80px;
  width: 80px;
  border-radius: 50%;
}

img.profile-photo-md{
	height: 50px;
	width: 50px;
	border-radius: 50%;
}

img.profile-photo-sm{
	height: 40px;
	width: 40px;
	border-radius: 50%;
}

img.profile-photo-xs{
  height: 30px;
  width: 30px;
  border-radius: 50%;
}

.img-wrapper{
  position: relative;
}

.img-wrapper::after{
  content: "";
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 1s ease 0s;
}

.img-wrapper:hover:after{
  background-color: rgba(0,0,0, 0.4);
}

ul{
  padding-left: 15px;
}

ul li{
  list-style-image: url("../images/bullet.png");
}

.line{
  background: #f1f2f2;
  height: 1px;
  width: 100%;
  margin-bottom: 10px;
}

.line-divider{
  background: none;
  height: 1px;
  border-top: 1px solid #e6e6e6;
  width: 100%;
  margin: auto;
  margin-bottom: 10px;
}

.map{
  width: 100%;
  height: auto;
  border: none;
}

.static{
  position: static;
}

textarea{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

.custom-label{
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 5px;
}

.form-control{
  background: #fff;
  border: 1px solid #f1f2f2;
  box-shadow: none;
  border-radius: 4px;
  color: #939598;
  width: 100% !important;
}


/*==================================================
  Header
  ==================================================*/

#header{
  min-height: 50px;
}



/*For Homepage Header | Display on Scroll*/

#header.lazy-load{
  visibility: hidden;
  position: fixed;
  left: 0;
  right: 0;
  transition: .5s ease-in-out;
  transform: translateY(-50px);
  z-index: 99999;
}
#header.lazy-load.visible{
  visibility: visible;
  transform: translateY(0);
}


/*Transparent Background Header for Landing Page-2*/

#header-inverse nav.menu{
  background: transparent;
  margin-top: 15px;
  z-index: 1030;
}

#header-inverse .menu ul.main-menu li ul.dropdown-menu{
  border-radius: 4px;
  position: absolute;
}

#header-inverse .menu ul.main-menu li ul.dropdown-menu::before{
  content: "";
	display: block;  
	position: absolute;
	right: 20px;
	bottom: 100%;
	width: 0;
	height: 0;
	border-bottom: 10px solid #231F20;
	border-top: 10px solid transparent;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}

/*==================================================
  Live Feed Section Homepage
  ==================================================*/

#live-feed{
  background: #fff;
	text-align: center;
}

#live-feed ul.online-users li {
  margin: 0;
}


/*==================================================
  Landing Page: V2 | Register/Login
  ==================================================*/  

body.home-vpeep{
  background: /*linear-gradient(to right, rgba(0,0,0, 0.7) , rgba(0,0,0, 0.7)),*/ url("https://biblepops.com/images/sliders/bible-bg-1.jpg") fixed no-repeat;
  background-size: cover;

}

#lp-register .wrapper{
  padding-top: 10px;
}

.intro-texts{
  color: #fff;
  font-size: 14px;
  transform: translateY(100px);
}

.intro-texts h1{
  margin-bottom: 30px;
  font-weight: 700; font-size:36px;
}

.intro-texts button{
  margin-top: 20px;
  border-radius: 30px;
  padding: 8px 20px;
  width: 150px;
}

.intro-texts button::before{
  content: none;
}
img.logo {
    width: 250px;
}
#slideshow,
img.bgM {
    min-height: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -9999;
}


/*Registration Form Container*/

.reg-form-container{ background: rgba(34, 34, 34, 0.60); box-shadow: 0 0 35px rgba(0, 0, 0, .4); padding: 20px 20px 10px;
 border-radius: 6px; position: relative; min-height: 450px; z-index: 10; width: 100%; max-width: 330px;  float: right; 
 color: #fff;  position: fixed; top: 50%; right:25px; transform: translate(0%, -50%);}
.select-style {
    padding: 0;
    margin: 0;
    border: 1px solid #011b3e;
    width:auto;
    border-radius: 3px;
    overflow: hidden;
    background-color: #772c0f;  margin-right: 3px;
    background: #772c0f url("../images/icon-select.png") no-repeat 98% 50%; 
	padding-right: 15px; 
	float: left; width: 32.5%;
}
.select-style:last-child{margin-right: 0px;}
.select-style select {
    padding: 5px;
    width: 100%;
    font-size: 13px;
    height:auto;
    border: none !important;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; color: #fff;  font-family: 'Lintel'; font-weight: bold;
}

.select-style select:focus {
    outline: none;
}
#birth_date_html .row-select{ width: 100%; float: left;}
#birth_date_html .input-group-addon{float: left; width: 100%;     background: none;
    border: none;
    text-align: left;
    padding: 3px 5px;  color: #011b3e;
    margin-bottom: 3px; margin-top: 5px; font-size: 14px;     font-family: 'Lintel';
    font-weight: bold;}
    #signup_buttons{float: left; width: 100%;}
     #signup_buttons .btn-facebook{ margin: 15px auto 10px; font-size: 14px; color: #fff; background: #1568ab; float: none; width: 90%; text-align: center; padding: 5px; display: inline-block; line-height: normal; text-decoration:none;}
      .btn-facebook:hover{text-decoration: none; }
      footer .footer-below{float: left;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}
#login #login_buttoned{float:left; width:100%; margin:0px 0px; text-align: center;}
#login #login_buttoned .btn-primary{width:100%; padding-bottom:5px;}
.radio-row{font-size: 16px;}
.footer-content img {  width: 30px; margin-bottom:5px;}
.footer-content{position:fixed; bottom:0px; left:0; width:100%; background: rgba(0, 0, 0, 0.5); color: #fff; z-index:99;}
.footer{ padding:5px 20px;}
 .footer-content .left-content{float:left;}
 .footer-content .right-content{ float:right;}
 .footer-content .language li{float: left; width:auto; font-size: 13px; margin-top: 8px; line-height:normal; list-style:none;}
.footer-content .language li a{padding:0px 5px; color: #fff; font-weight:600; text-decoration:none;}
.footer-content .language li a:focus{text-decoration:none;}
.footer-content .language li a:hover{text-decoration:underline;}
.footer-content .small-text-j,  ..footer-content .small-text-j a{color:#fff; font-size:12px;}
.footer-content .copyright{font-size: 13px; margin-left: 20px;  float: left;  margin-top: 3px;}
.social_btn_div{float:left;}
.reg-form-container .form-control{ height: 40px; }
.reg-form-container .reg-options::before{
  content: "";
  background: linear-gradient(to right, rgba(34,34,34, 0.50) , rgba(34,34,34, 0.30));
  height: 70%;
  width: 50px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  border-radius: 6px 0 0 6px;
  z-index: -1;
}


/*Registration Login/Register Tabs*/

.reg-form-container .reg-options .nav-tabs{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) translateX(-60%) rotate(270deg);
  border: none;
}

.reg-form-container .nav-tabs > li{
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}

.reg-form-container .nav-tabs > li::after{
  content: "";
  background: rgba(255,255,255, 0.1);
  height: 25px;
  width: 1px;
  position: absolute;
  right: -10px;
  top: 5px;
}

.reg-form-container .nav-tabs > li:last-child::after{
  content: none;
}

.reg-form-container .nav-tabs > li > a{
  background: transparent;
  color: #ccc;
  padding: 5px 30px;
  min-width: 120px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border: none;     text-shadow: 1px 1px 1px #000;
}

.reg-form-container .nav-tabs > li.active > a, 
.reg-form-container .nav-tabs > li.active > a:focus, 
.reg-form-container .nav-tabs > li.active > a:hover{
  background: transparent;
  color: #fff;
  font-weight: 700;
  border: none;
}

/*Registration Form*/

#signup_form .form-group,
#signin_form .form-group{
  margin-bottom: 10px;
}
#signup_form label.checkbox-inline, #signin_form label.checkbox-inline{margin-bottom:20px; font-weight:normal !important;}
  
#signup_form .form-control,
#signin_form .form-control{
  background: #fff;
  color: #939598;
  border-radius: 4px;
  box-shadow: none;
  width: 100%;
  border: 1px solid #f1f2f2;
  padding-left: 15px;
}

#signup_form select.form-control{
  background: rgba(0, 0, 0, 0) url("../images/down-arrow.png") no-repeat scroll calc(100% - 10px) center / 8px auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #939598;
}

#signup_form p.birth{
  margin-left: 10px;
}

/*Social Links Bottom*/
 
#lp-register ul.social-icons{
  text-align: right;
  z-index: 11;
}
  
#lp-register ul.social-icons li{
  border: none;
}  
  
#lp-register ul.social-icons li a{
  color: #fff;
}

#lp-register ul.social-icons li a:hover{
  color: #27aae1;
  transition: all .5s;
}
.content-index{position: absolute; z-index: 99; right: 25px; max-width: 408px; top: 0;   background: url("../images/bg-home-bar.png"); background-repeat: repeat; padding: 10px;}
.content-index .container{ max-width:340px; margin:auto; margin-bottom:40px;}
.content-index .navbar-header{float: left; width: 100%; text-align: center; margin-bottom: 10px;}
.content-index #login{background: #772c0f; padding: 10px 10px 0px; border-radius: 5px; float: left; width: 100%;}
.content-index .form-control{height: auto; padding: 3px 5px; border-radius: 3px !important;}
.content-index .input-group{width: 100%; margin-bottom: 5px;}
.content-index #register{ float: left; width: 100%; margin-top: 15px; }
.content-index #register h3{margin:0px; background: #772c0f; border-radius: 5px 5px 0px 0px; float: left; width: 100%; text-align: center; color: #fff; font-size: 24px; font-weight: bold; font-family: 'Lintel'; padding: 6px;}
.content-index .rg-container{ float: left; width: 100%; padding: 10px; background: #cdcebb; }
.content-index .form-group{margin-bottom: 5px; float:left; width:100%;}
.content-index .g-recaptcha{float: left; width: 100%;}
.content-index #birth_date_html{float: left; width: 100%; background: #efefef; border-radius: 3px; padding-bottom: 4px;}
.content-index .radio-row{background: #772c0f; color: #fff;     float: left; padding: 3px 10px; border-radius: 3px;}
.content-index .radio-row span{float: left;}
.content-index .radio-row span:first-child{margin-right: 15px;}
.content-index .radio-row label:not(.login-field-icon){color: #fff; font-family: 'Lintel';}
.content-index .small-text-j{float: left; width: 100%; background: #f1f1f1; padding: 5px 10px 5px 15px; line-height: normal; font-size: 11px;}
.g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
.content-index .captcha-row{float: left; width: 100%; text-align: center; background: #f9f9f9; padding: 5px 15px;}
.content-index #signup_buttons .btn-row{margin-top: -16px;}
.content-index #signup_buttons .btn-row .btn-primary{ background: #772c0f; text-align: center; float: left; width: 100%; padding: 5px; border-radius: 0px 0px 5px 5px;  }
/*feed-block and ul.online-users css available below*/


/*==================================================
  Newsfeed Left Sidebar
  ==================================================*/

/*Profile Card CSS*/

.profile-card{
  background: linear-gradient(to bottom, rgba(39,170,225,.8), rgba(28,117,188,.8)), url("../images/covers/1.jpg") no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 90px;
  border-radius: 4px;
  padding: 10px 20px;
  color: #fff;
  margin-bottom: 40px;
}

.profile-card img.profile-photo{
  border: 7px solid #fff;
  float: left;
  margin-right: 20px;
  position: relative;
  top: -30px;
  height: 70px;
  width: 70px;
  border-radius: 50%;
}

.profile-card h5 a{
  font-size: 15px;
}

.profile-card a{
  font-size: 12px;
}

/*Newsfeed Links CSS*/

ul.nav-news-feed{
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 0 40px 0;
}

ul.nav-news-feed li{
  list-style: none;
  display: block;
  padding: 15px 0;
}

ul.nav-news-feed li div{
  position: relative;
  margin-left: 30px;
  }

ul.nav-news-feed li div::after{
  content: "";
  width: 100%;
  height: 1px;
  border-top: 1px solid #f1f2f2;
  position: absolute;
  bottom: -15px;
  left: 0;
}

ul.nav-news-feed li a{color: #6d6e71;}

ul.nav-news-feed li i{
  font-size: 18px;
  margin-right: 15px;
  float: left;
}

ul.nav-news-feed i.ion-ios-paper{color: #8dc63f;}

ul.nav-news-feed i.ion-ios-people{color: #662d91;}

ul.nav-news-feed i.ion-ios-people-outline{color: #ee2a7b;}

ul.nav-news-feed i.ion-chatboxes{color: #f7941e;}

ul.nav-news-feed i.ion-images{color: #1c75bc;}

ul.nav-news-feed i.ion-ios-videocam{color: #9e1f63;}
.vwarning{    float: left; width: 100%; line-height: 18px;     background: #f0ad4e;  padding: 10px;  border-radius: 5px; color:red;}
/*Chat Block CSS*/
.vpb_sumite_info .remember_me span{cursor: pointer; color: #f6f6f6; font-size: 11px; line-height: normal;}
.form-group.name-group{ float:left; width:100%;}
.form-group.name-group .form-control{ width:48% !important; float:left;}
.form-group.name-group .form-control:last-child{float:right;}
.landing-page{position: absolute; z-index: 99; top:0px; width:100%;}
.landing-page .footer-content{position:fixed; bottom:0; float:left; width:100%;}
.content-index.content-index2{ max-width: 408px; float:right; margin-right:0px; background: url("../images/bg-home-bar.png"); background-repeat: repeat; padding: 10px; position:relative; width:100%;}
.content-index2 .container{ max-width:340px; margin:auto;} 
.home-vpeep .notie-textbox-inner{ font-size:16px;}
/*==================================================
  CSS for width 992px
  ==================================================*/

@media only screen and (max-width : 1367px) {
.landing-page .footer-content{position:relative; float:left; width:100%;}
	}
@media only screen and (max-height : 1200px) {
.landing-page .footer-content{position:fixed; bottom:0; float:left; width:100%;}	
}
@media only screen and (max-height : 700px) {
	.landing-page .footer-content{position:relative; float:left; width:100%;}
}

/*==================================================
  CSS for width 992px
  ==================================================*/

@media only screen and (max-width : 992px) {

  section h1.section-title{font-size: 175px; margin-bottom: -40px;}
  
  #features .feature-item{margin-bottom: 20px;}

  #features .item{margin-bottom: 20px;}

  .timeline #page-contents{margin-top: 185px !important;}
  
  ul.edit-menu{margin-top: 0; margin-bottom: 30px;}
  
}
@media (max-width: 980px) {
.reg-form-container{position: relative; float: right; transform:inherit;}
.footer-content{ position: relative; float: left; width: 100%; margin-top: 40px;}
.reg-form-container .nav-tabs > li{width: 42%;}
.btn-row .btn-primary.pull-left, .btn-facebook.pull-right{ float: none !important; }
.content-reg{max-width: 330px; width: 100%;}
}
@media (max-width: 855px) {.reg-form-container .nav-tabs > li{width: 40%;}
.reg-form-container .nav-tabs > li > a{ padding:0px 0px; }
.reg-form-container .nav-tabs > li::after{}
.footer-content .copyright{float: none;}
.social_btn_div {  display: inline-block;}
.navbar-fixed-top{position: relative;}
body { padding-top: 0px;}
img.logo { width: 200px;}
.navbar-header{width: 100%; text-align: center;}
.footer-content .left-content, .footer-content .right-content{ width: 100%; text-align: center; }
.footer-content .language li{float: none; display: inline-block;}
.tab-content h3{text-align: left;}
.footer-content .left-content{width: 100%;}
	.footer-content .copyright{float: right; font-size: 11px;}
}


/*==================================================
  CSS for width 768px
  ==================================================*/

@media only screen and (max-width : 768px) {

  .menu ul.main-menu li.dropdown ul.dropdown-menu li{background: #282425;}
  
  #header-inverse nav.menu .navbar-collapse{background: rgba(0,0,0, 0.9);}

  .sign-up-form{left: 0; right: 0; margin: auto;}

  section h1.section-title{font-size: 90px !important; margin-bottom: 0 !important;}
  
  #features .feature-item{margin-bottom: 20px;}

  #site-facts .circle{width: 100%; border-radius: 1000px;}

  .nearby-user{text-align: center;}

  .nearby-user button.btn-primary{float: none !important;}

  .post-content .post-container .post-detail .reaction{position: relative;}

  #footer .footer-wrapper ul{margin-bottom: 20px;}

  .contact-us .col-sm-7{margin-bottom: 20px !important;}
  
  .intro-texts{transform: translateY(0); margin-bottom: 80px; text-align: center;}
  
  .reg-form-container{ text-align: center;}
  
  .reg-form-container .reg-options{background: linear-gradient(to bottom, rgba(255,255,255, 0.2) , rgba(255,255,255, 0.05)); height: 50px; width: 330px; left: 0; right: 0; margin: auto; top: 0px; transform: translateX(0) translateY(0);border-radius: 6px 6px 0 0; margin-top: -20px; margin-left: -20px;}
  .reg-form-container .reg-options::before{background:none;}
  .reg-form-container .reg-options .nav-tabs{left: 50%; transform: translateY(0) translateX(-50%) rotate(0); top: -5px; position: relative;}
  
  .reg-form-container .reg-options .nav-tabs li{margin: 0;}
  
  .reg-form-container .reg-options .nav-tabs li:after{right: 0;}
  
  .reg-form-container::before{content: none;}
  
  .reg-form-container::after{content: none;}
  
  .reg-form-container .nav-tabs > li > a{padding-left: 10px; padding-right: 10px; min-width: 50px; top: 19px;}
  
  .toggle-switch{text-align: left;}
  
  .toggle-switch .switch{margin-top: 0;}
  .reg-form-container .nav-tabs > li{width: 50%;}
  .reg-form-container .nav-tabs > li::after{top: 19px;}
  .btn-row .btn-primary.pull-left{    clear: both;  display: block; width: 100px;}
  .radio-row .col-sm-5{ width:41.33%; float: left;}
    .radio-row .col-sm-6{ width: 50%; float: left; }
    .reg-form-container .tab-content{ margin-top: 15px; }
   .footer-content .language{padding-left: 0px;}
   .footer-content .language li{margin-top: 0px;}
   .content-reg{margin-top: -20px;}
   #slideshow{height: 100% !important; overflow-y: hidden;}
    div#slideshow li {
    width: 100% !important;
    height: 100% !important;
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.landing-page .content-index2{margin:0px auto; float:none !important; right:0px;}

}

@media only screen and (max-width : 540px) {
	.reg-form-container{margin: auto; position: relative; float: none; left: inherit; right: inherit;}
	.reg-form-container .reg-options{width: 114.1%;}
	.content-reg{width: 100%; max-width: 100%;}
	.footer-content .language li{ font-size: 12px;}
}

/*==================================================
  CSS for width 480px
  ==================================================*/

@media only screen and (max-width : 480px) {

  .sign-up-form{left: 0; right: 0; margin: auto; width: 90%; overflow: hidden; border-radius: 0 0 4px 4px;}

  #app-download ul.app-btn li button{margin-bottom: 20px;}

  .post-contents .post-container .post-detail .reaction{position: relative;}

}


/*==================================================
  Slide Animations
  ==================================================*/

.slideUp, .slideDown {
  visibility: hidden;
}

.slideDown.appear{
	animation-name: slideDown;
	-webkit-animation-name: slideDown;

	animation-duration: 1s;
	-webkit-animation-duration: 1s;

	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;

	visibility: visible !important;
}

@keyframes slideDown {
	0% {
		transform: translateY(-100%);
	}
	50%{
		transform: translateY(8%);
	}
	65%{
		transform: translateY(-4%);
	}
	80%{
		transform: translateY(4%);
	}
	95%{
		transform: translateY(-2%);
	}
	100% {
		transform: translateY(0%);
	}
}

@-webkit-keyframes slideDown {
	0% {
		-webkit-transform: translateY(-100%);
	}
	50%{
		-webkit-transform: translateY(8%);
	}
	65%{
		-webkit-transform: translateY(-4%);
	}
	80%{
		-webkit-transform: translateY(4%);
	}
	95%{
		-webkit-transform: translateY(-2%);
	}
	100% {
		-webkit-transform: translateY(0%);
	}
}

.slideUp.appear{
	animation-name: slideUp;
	-webkit-animation-name: slideUp;

	animation-duration: 1s;
	-webkit-animation-duration: 1s;

	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;

	visibility: visible !important;
}

@keyframes slideUp {
	0% {
		transform: translateY(100%);
	}
	50%{
		transform: translateY(-8%);
	}
	65%{
		transform: translateY(4%);
	}
	80%{
		transform: translateY(-4%);
	}
	95%{
		transform: translateY(2%);
	}
	100% {
		transform: translateY(0%);
	}
}

@-webkit-keyframes slideUp {
	0% {
		-webkit-transform: translateY(100%);
	}
	50%{
		-webkit-transform: translateY(-8%);
	}
	65%{
		-webkit-transform: translateY(4%);
	}
	80%{
		-webkit-transform: translateY(-4%);
	}
	95%{
		-webkit-transform: translateY(2%);
	}
	100% {
		-webkit-transform: translateY(0%);
	}
}


/*==================================================
  Scroll Down Arrow
  ==================================================*/

.arrows {
	width: 60px;
	height: 72px;
	position: absolute;
	left: 0;
  right: 0;
	margin: auto;
	bottom: -90px;
}

.arrows path {
	stroke: #27aae1;
	fill: transparent;
	stroke-width: 1px;
	animation: arrow 2s infinite;
	-webkit-animation: arrow 2s infinite;
}

@keyframes arrow
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

@-webkit-keyframes arrow /*Safari and Chrome*/
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

.arrows path.a1 {
	animation-delay:-1s;
	-webkit-animation-delay:-1s;
}

.arrows path.a2 {
	animation-delay:-0.5s;
	-webkit-animation-delay:-0.5s;
}

.arrows path.a3 {
	animation-delay:0s;
	-webkit-animation-delay:0s;
}


/*==================================================
  Preloader Animation CSS
  ==================================================*/

.spinner {
  width: 40px;
  height: 40px;
  background-color: #27aae1;
  position: absolute;
  top: 48%;
  left: 48%;
  box-shadow: 0 0 8px rgba(0,0,0, .3);
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
  } 50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
  } 100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

#spinner-wrapper{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999999;
}


/*==================================================
  Buy Now Button
==================================================*/

.btn-buy{
  background: #333;
  padding: 10px 30px;
  position: fixed;
  bottom: 30px; 
  right: 30px;
  color: #82B541;
  font-weight: 700;
  font-style: italic;
  box-shadow: 0 5px 20px rgba(0,0,0, .2);
  z-index: 999;
}

.btn-buy:hover,
.btn-buy:active,
.btn-buy:focus{
  color: #fff;
  box-shadow: 0 0 20px rgba(0,0,0, .3);
  transition: all 1s;
}

.btn-buy .italy{
  font-size: 13px;
  font-style: italic;
  margin-right: 5px;
  color: #fff;
}

.btn-buy .price{
  position: relative;
  margin-left: 15px;
  color: #82B541;
}

.btn-buy .price::before{
  content: "";
  background: rgba(255,255,255, .9);
  height: 15px;
  width: 1px;
  position: absolute;
  left: -7px;
  top: 50%;
  transform: translateY(-50%);
}

.form-group.col-xs-12.radio-row label{color: #fff; margin-left:3px;}
@media all and (max-width: 990px){
	#slideshow{overflow:hidden;}
#slideshow,
img.bgM{ display: table;
    width: 100% !important;
    margin: 0 auto;
    height: 100vh !important;}
	#slideshow img.bgM{ width:875px !important; height:627px !important;}
}
