@charset "utf-8";

body {
	font-family: "Open Sans",​sans-serif;

	background: #FFF;
	font-weight: 300;
	height: 100%;
	margin: 0;
	padding: 0;
	/* color: #DADADA; */
}

.modal {
	color: #333 !important;
}

footer ul {
	list-style-type: none;
	display: block;
	/* text-align: center;
	background: #34495e; */
	margin-bottom: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}

.modal-icon {
    font-size: 84px;
    color: #e2e3e3;
}

footer ul li {
	display: inline-block;
	padding-right: 12px;
}

footer ul li a {
	color: #FFF;
}

footer ul li a:hover {
	text-decoration: none;
	color: #DADADA;
}

footer ul li:last-child {
	padding-right: 0;	
}

.logreg_block {
	padding: 23px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.footercontent {
	padding-bottom: 15px;
}

.footercontent .social {
	font-size: 30px;
	margin-left: 7px;
}

.social.gplus {
	color: #dd4b39;
}

.social.facebook {
	color: #3b5998;
}

.social.instagram {
	color: #517fa4;
}

.social.twitter {
	color: #00aced;
}

.how_it_works {
	padding-top: 20px;
	padding-bottom: 63px;
}

.block_how_to {
	text-align: center;
}

.block_how_to i {
	font-size: 50px;
	color: #333;
	background: #DADADA;
	border-radius: 100px;
	padding: 25px;
}

.how_to_title {
	text-align: center;
	display: block;
	font-size: 22px;
	color: #333;
	padding-top: 16px;
}

.how_to_desc {
	color: #b3b3b3;
	font-style: italic;
	font-size: 21px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
}

/* #Emerald Flat Button
==================================================*/
.emerald-flat-button {
  position: relative;
  vertical-align: top;
  width: 100%;
  height: 60px;
  padding: 0;
  font-size: 22px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background: #2ecc71;
  border: 0;
  border-bottom: 2px solid #28be68;
  cursor: pointer;
  -webkit-box-shadow: inset 0 -2px #28be68;
  box-shadow: inset 0 -2px #28be68;
}
.emerald-flat-button:active {
  top: 1px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* #Orange Flat Button
==================================================*/
.orange-flat-button {
  position: relative;
  vertical-align: top;
  width: 100%;
  height: 60px;
  padding: 0;
  font-size: 22px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background: #f39c12;
  border: 0;
  border-bottom: 2px solid #e8930c;
  cursor: pointer;
  -webkit-box-shadow: inset 0 -2px #e8930c;
  box-shadow: inset 0 -2px #e8930c;
}
.orange-flat-button:active {
  top: 1px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* #Nephritis Flat Button
==================================================*/
.nephritis-flat-button {
  position: relative;
  vertical-align: top;
  width: 100%;
  height: 60px;
  padding: 0;
  font-size: 22px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background: #27ae60;
  border: 0;
  border-bottom: 2px solid #219d55;
  cursor: pointer;
  -webkit-box-shadow: inset 0 -2px #219d55;
  box-shadow: inset 0 -2px #219d55;
}
.nephritis-flat-button:active {
  top: 1px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* #Peter River Flat Button
==================================================*/
.peter-river-flat-button {
  position: relative;
  vertical-align: top;
  width: 100%;
  height: 60px;
  padding: 0;
  font-size: 14px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background: #3498db;
  border: 0;
  border-bottom: 2px solid #2a8bcc;
  cursor: pointer;
  -webkit-box-shadow: inset 0 -2px #2a8bcc;
  box-shadow: inset 0 -2px #2a8bcc;
}
.peter-river-flat-button:active {
  top: 1px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* #Graphite Flat Button
==================================================*/
.graphite-flat-button {
  position: relative;
  vertical-align: top;
  height: 44px;
  background: #16a085;
  padding: 0;
  color:white;
  text-align: center;
  cursor: pointer;
}
.graphite-flat-button:active {
  top: 1px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.second-part-titles {
	text-align: center;
	margin-top: 4px;
}

#user-carousel {
	background: #FFF;
	
	border-radius: 6px;
	padding: 10px;
	
	max-width: 600px;
	margin: -76px auto;
	
	margin-bottom: 0px;
}

#user-carousel .item{
  margin: 3px;
}
#user-carousel .item img{
  display: block;
  width: 100%;
  height: 139px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.copyright {
	text-align: right;
	padding-top: 10px;
	color: #b3b3b3;
}

.second-part-titles h4 {
	color: #b3b3b3;
}

.second-part-titles h2 {
	color: #333 !important;
	display: inline;
}

/* #Belize Hole Sea Flat Button
==================================================*/
.belize-hole-flat-button {
  position: relative;
  vertical-align: top;
  width: 100%;
  height: 60px;
  padding: 10px;
  font-size: 22px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background: #2980b9;
  border: 0;
  border-bottom: 2px solid #2475ab;
  cursor: pointer;
  -webkit-box-shadow: inset 0 -2px #2475ab;
  box-shadow: inset 0 -2px #2475ab;
}
.belize-hole-flat-button:active {
  top: 1px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}


.logo a {
	color: #FFF;
	font-family: 'Dancing Script', cursive;
	font-size: 80px;
	padding-left: 15px;
	font-weight: 800;
	padding-right: 15px;
	padding-bottom: 7px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	padding-top: 7px;
}

.logo a:hover {
	color: #FFF;
	text-decoration: none;	
}

.icon-placeholder i {
	font-size: 67px;
	color: #595c60;
	line-height: 136px;
}
.form_txt {
	color: #FFF;
	text-align: right;
	font-size: 32px;
	line-height: 69px;
}

.form_gender {
		font-size: 16px;
    height: 40px;
  /*   text-align: center; */
    width: 100% !important;
}

.form_looking_for {
	font-size: 16px;
    height: 40px;
  /*   text-align: center; */
    width: 100% !important;
}
.form-reg-part-2 {
	display: none;
	text-align: center;
	/* color: #FFF;	 */color: #000;
}

.logo img {
	max-width: 300px;
	display: inline-block;
}

.buttons_reglog li.btn-register-mob {
	display: inline-block;
	border-radius: 3px;
	-moz-border-radius: 3px;
	text-align: center;
	-webkit-border-radius: 3px;
	cursor: pointer;
	
	line-height: 25px;
    padding: 12px 22px !important;
		
	transition: background-color 0.5s ease;
	
}

.buttons_reglog li.btn-login {
	display: inline-block;
	border-radius: 3px;
	-moz-border-radius: 3px;
	text-align: center;
	-webkit-border-radius: 3px;
	cursor: pointer;
	
	line-height: 25px;
    padding: 5px 22px;
		
	transition: background-color 0.5s ease;
	
}

.modal .form-control {
	font-size: 14px;
    height: 50px;
}

/* .modal .btn {
	font-size: 20px;
} */

.btn-register {
	font-size: 20px;
	width: inherit;
	padding-top: 16px;
}

.buttons_reglog li.btn-register-mob {
	display: inline-block;
	border-radius: 3px;
	-moz-border-radius: 3px;
	text-align: center;
	-webkit-border-radius: 3px;
	cursor: pointer;
	
	line-height: 25px;
    padding: 6px 22px;
		
	transition: background-color 0.5s ease;
	
}

.error-login {
	display: none;
}

.error-forgot-password {
	display: none;
}
 
.actions-btn {
	margin-top:21px;
}

.first_part {
	margin-bottom: 20px;
}

.buttons_reglog {
	padding-top: 10px;
	list-style-type: none;
}

.buttons_reglog li {
	float: left;
}

.buttons_reglog li.btn-register-mob a:hover {
	text-decoration: none;	
}

.buttons_reglog li.btn-register-mob a {
	color: #FFF;
	font-size: 20px;
    line-height: 35px;
}

.buttons_reglog li.btn-login a:hover {
	text-decoration: none;	
}

.buttons_reglog li.btn-login a {
	color: #FFF;
	font-size: 16px;
    line-height: 35px;
}

.already_registered {
	margin-right: 20px;
	font-size: 16px;
    line-height: 51px;
	
	color: #FFF;
}

.error-register {
	display: none;
	text-align: center;
}

.reg_btn_placeholder {
	margin-top: 32px;
}

.btn-register {
	height: 70px !important;
	font-size: 26px;
	width: 100%;
	position: relative;
	vertical-align: top;
	height: 50px;
	background: #16a085;
	padding: 12px;
	color:white;
	text-align: center;
	cursor: pointer;
	border: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.btn-register:hover {
	color: inherit !important;
}

.password_form {
	text-shadow: none !important;
}

.alert-recovery-password {
	display: none;
}

.form-reg-part-2 label {
	  font-size: 16px;
    text-align: left;
    width: 100%;
	color:#555555;
}

.form-reg-part-2 .help-block {
	/* color: #DADADA !important; */
}
.form_reg {
	display: none;
}
#loginmob .form-control {
	font-size: 20px;
	height: 40px;
}
/* .btn-continue {
	height: 70px !important;
	font-size: 26px;
	width: 100%;
	position: relative;
	vertical-align: top;
	height: 50px;
	background: #16a085;
	padding: 0;
	color:white;
	text-align: center;
	cursor: pointer;
	border: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
} */
/* .btn-continue:hover {
} */
strong, b {
	font-weight: 600;
}/* 
h1 {
	font-size: 36px;
    font-weight: 300;
    line-height: 36px;
}
h2 {
	 font-size: 40px; 
	font-weight: 600;
	margin: 15px 0;
}
h3 {
	font-size: 30px;
	margin: 10px 0;
	font-weight: 600;
}
h4 {
	font-size: 25px;
	margin: 10px 0;
}
h5 {
	font-size: 20px;
	font-weight: 600;
	margin: 15px 0;
	color: #384047;
}
h6 {
	font-size: 16px;
	font-weight: 600;
	margin: 10px 0;
	color: #384047;
} */


.form-reg-part-2 .form-control {
	height: 44px !important;
	/* font-size: 30px; */
}

.form-control {
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #DCDCDC;
}

.inner_firstpart {
	background-color: #c0392b;
}

.firstpartheader_bgcolor {
	background-color: #34495e;
	height: 100%;
	padding: 30px 15px;
	padding-bottom: 92px;
}

.firstpartheader {
	color: #FFF;
	text-align: center;
}

.logo {
	padding: 10px 0;
	text-align: center;
}

.firstpartheader .main-title {
	margin-bottom: 40px;
}

.firstpartheader .sub-title {
	font-size: 25px;
	margin-bottom: 33px !important;
}

/* select  {
	text-align: center !important;
} */

/* @media(max-width:1180px) 
{
	.btn-continue {
		font-size: 19px;
	}
}
 */
@media(max-width:992px) 
{
	.already_registered {
		display: none;
	}
	
	.form-reg-part-2 .form-control {
		font-size: 19px;
	}
	
	.form-reg-part-2 label {
		font-size: 15px;
	}
	
	.first_part {
	    margin-bottom: 22px;
	}
	
	.main-title {
		display: none;
	}
	
	.sub-title {
		display: none;
	}
}

@media(max-width:992px) 
{
	.logo.pull-left {
		float: none !important;
	}
	
	.firstpartheader {
		background-image: none;
	}
	
	.buttons_reglog .btn {
		display: block;
	}
	
	.buttons_reglog {
		display: inline-block;
		padding: 0;
	}
	
	.pull-right.actions-btn {
		float: none !important;
		text-align: center;
	}
	
	.form_txt {
		text-align: center;
	}
}

.icon-placeholder {
	background: #e5e8ec;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	width: 140px;
	height: 140px;
	margin: 0 auto;
}

.welcome_poke_chat {
	padding-top: 37px;
    width: 70px;
}


.welcome_poke_back {
	width: 100px;
	padding-top: 22px;
	padding-left: 2px;
}

.welcome_poke {
	width: 100px;
	padding-top: 18px;
}

.btn-register:hover {
	color: #FFF !important;
	text-decoration: none;
	/* background: #3a91ca; */
}

.btn-register:focus {
	color: #FFF !important;
	text-decoration: none;
	/* background: #3a91ca; */
}

/*==========9. CUSTOM MEDIA QUERIES==============*/




@media (max-width: 767px) {
h1 {
	font-size: 30px;
	line-height: 35px;
}
.ucarousel {
	display: none;
}
h2 {
	font-size: 30px;
	line-height: 40px;
}
h5 {
	line-height: 25px;
}
.firstpartheader {
	background-attachment: scroll;
}
.firstpartheader .sub-title {
	font-size: 18px;
	line-height: 25px;
}
.signup-block .form-title {
	font-size: 20px;
}
.input-lg {
	font-size: 16px;
	height: 45px;
}
.zigzag-lead {
	text-align: center;
}
.logreg_block [class*="col-"]:not(:first-child) {
	margin-top: 20px;
}
.second-part-titles  {
	margin-top: 50px;
}
}

@media (max-width: 480px) {
	#top {
		padding-top: 10px;
	}
	
	.block_how_to {
		padding-bottom: 35px;
	}
	
	.logo {
		padding-bottom: 0;
	}
	
	.social-icons {
		text-align: center;
	}
	
	.copyright.pull-right {
		float:none;
		text-align: center;
		display: block;
		width: 100%;
	}
	
	.form-reg-part-1 {
		margin-top: 0 !important;
	}
	
	.actions-btn {
    	margin-top: 10px !important;
    	margin-bottom: 10px !important;
	}
	
	.first_part {
		margin-bottom: 0 !important;
	}
	
	.buttons_reglog {
		margin-bottom: 0;
	}
	
	.form_txt {
		font-size: 30px;
		line-height: 27px;
	}
	
	.form_gender {
		height: 45px;
		font-size: 23px;
		padding-top: 0;	
	}
	
	.form_looking_for {
		height: 45px;
		font-size: 23px;
		padding-top: 0;
	}
	
	.btn-register {
		font-size: 20px;
		padding-top: 12px;
		line-height: 0.8;
		margin-top: 15px !important;
		display: block;
		height: 41px !important;
	}
	
	/* .btn-continue {
		font-size: 20px;
		line-height: 0.8;
		height: 41px !important;
	} */
	
	.buttons_reglog li.btn-login {
		padding-top: 5px;
	}
}

@media (max-device-width: 992px) {
	.firstpartheader {
		background-size: cover;
		background-attachment: scroll;
	}
}

