body{
	padding: 0;
	margin: 0;
	font-family: "Open Sans",Arial, Helvetica, sans-serif;
}
img{
	max-width: 100%;
}
.clear{
	clear: both;
}

input.error{
	border:1px solid red !important;
}
input:focus{
    outline: none;
}


#insta-wrap {
	padding-bottom: 20px;
}

#insta-bar{
	background-image:url('../img/instabg.jpg');
	background-size: cover;
	background-position: center center;
	padding: 10px;
	text-align: left;
	color: #fff;
	margin-bottom: 30px;
}

#insta-bar .insta-logo-bar{
	vertical-align:middle;
}
#insta-bar span{
	vertical-align:middle;
}
#insta-bar span > span{
	font-size:13px;
}

.instaform{
	text-align:center;
	width: 230px;
    margin: 0 auto;
}

.instaform input{
	border: 1px solid #dddfe2;
	background: #ffffff;
	border-radius: 4px;
	display: block;
	margin: 0 auto;
	padding: 8px;
	width: 230px;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 10px;
}
.instaform .field-icon {
	float: right;
	margin-top: -34px;
	position: relative;
	z-index: 2;
	margin-right: 7px;
	cursor: pointer;
	color: #3c3c3c;
}



.instaform .insta-submit{
	padding: 10px !important;
	background: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	width: 230px;
    border-radius: 5px;
}
.instaform .insta-submit:hover{
	background: #444;

}

.instaform .insta-submit > span{
	text-align: left;
    display: inline-block;
    width: 18px;
}

#instaform_challenge,#instaform_2FA,#instaform_request{
	display:none;
}

.insta-resp{
	display:none;
	font-size: 13px;
	color: #333;
	background: #fff;
	margin: 0 20px;
	padding: 7px;
	border-radius: 7px;
	border:1px solid #d2d2d2;
	margin-top: 20px;
	text-align: center;
}
.insta-resp.error{
	border:1px solid #d40000;
	background: #d40000;
	color: #fff;
}
.insta-resp.success{
	border:1px solid #41b325;
	background: #41b325;
	color: #fff;
}

.insta-close{
	display:none;
	margin: 0 auto;
    max-width: 90%;
    margin-top: 20px;
    font-size: 12px;
    text-align: center;
}
.insta-close b{
	font-size: 16px;
}

#cookie-alert{
	font-size: 11px;
    text-align: center;
    padding: 15px;
    background: #3e3e3e;
    color: #fff;
	position: relative;
}
#cookie_close{
	position: absolute;
    top: 4px;
    right: 5px;
    background: #6d6d6d;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    line-height: 17px;
}
#cookie-alert a{
	color:#fff;
}
#app-alert{
	font-size: 11px;
    padding: 0 20px 20px 20px;
    text-align: justify;
    color: #505050;
}
#app-alert b{
	font-size: 12px;
}
#waitingTapMsg{
	margin: 10px 20px;
	padding: 20px 15px 20px 15px;
	font-size: 12px;
	color: #505050;
	text-align: center;
	border: 1px solid #da004f;
    border-radius: 10px;
    margin-bottom: 30px;
}
#waitingTapMsg > span{
	font-size: 11px;
    margin-top: 15px;
    display: block;
}
.uppercase{
	text-transform:uppercase; 
}
#info-account{
	font-size: 11px;
    margin-top: 10px;
}
#info-account a{
	color:#333;
}
#info-account-foo{
	margin-top: 40px;
    font-size: 11px;
    vertical-align: middle;
    color: #757575;
	padding: 0 15px;
	text-align: center;
}
#info-account-foo img{
	vertical-align: text-bottom;
    padding-right: 4px;
}
#info-account-foo > div{
	font-size: 10px;
    margin-top: 10px;
}
#info-account-foo a{
	color: #757575;
	text-decoration:none;
}

/********************************
******** SHARE POPUP ************
********************************/

ul.thumbnails.image_picker_selector {
	overflow: auto;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 0px;
	margin: 0px; 
}

ul.thumbnails.image_picker_selector ul {
	overflow: auto;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 0px;
	margin: 0px; 
}

ul.thumbnails.image_picker_selector li.group_title {
	float: none; 
}

ul.thumbnails.image_picker_selector li {
	margin: 0px 12px 12px 0px;
	display: inline-block;
}

ul.thumbnails.image_picker_selector li .thumbnail {
	padding: 0px;
	border: 1px solid #DDD;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none; 
}

ul.thumbnails.image_picker_selector li .thumbnail img {
	-webkit-user-drag: none; 
}

ul.thumbnails.image_picker_selector li .thumbnail.selected {
	background: #08C; 
}




ul.thumbnails.image_picker_selector li .thumbnail img {
	max-width:100%;
	cursor:pointer;
}
ul.thumbnails.image_picker_selector li .thumbnail {
	position: relative;
}

#wrz_select_img_container{
	max-width: 505px;
    margin: 0px auto;
	padding: 0 20px;
}

.wrz_select_img_preview{
	text-align: center;
}

.wrz_check_ico {
	display:none;
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 20px;
    height: 20px;
    background: #ffffff;
    border-radius: 100%;
    text-align: center;
    color: #313131;
    border: 1px solid #e8e8e8;
}
.wrz_check_ico i{
	color: #333;
    padding: 4px;
    font-size: 13px
}
.selected .wrz_check_ico{
	display:block;
}
ul.thumbnails.image_picker_selector li .thumbnail.selected {
    background: none;
}
ul.thumbnails.image_picker_selector li {
    margin: 0px 4px 4px 0px;
    max-width: calc(33% - 4px);
	background: #fff;
}
.wrz_select_text{
	width:100%;
}
#caption-block{
	float: left;
	width: calc(100% - 70px);
}
#caption-block #fullname{
	font-size: 14px;
    font-weight: bold;
    margin-bottom: 7px;
}

body .wrz_select_text textarea{
	font-size: 12px;
	resize: none;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 8px;
    width: 100%;
	padding-right: 3px;
	border: none;
    outline: none;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

    resize: none;
}
#merchant-caption{
	font-size: 14px;
    color: #333333;
    border-left: 3px solid #dadada;
    padding-left: 8px;
    display: block;
    clear: both;
}
.wrz_select_img_thumbs .wrz_select_title{
	margin-bottom:15px;
	color:#555;
}

.wrz_select_img_thumbs{
    padding: 5px 0;
    padding-top: 15px;
	padding-bottom: 7px;
}

.user-logo{
	width: 55px;
	float: left;
	margin-right: 5px;
}
.user-logo img{
	border-radius:100%;
	max-width: 50px;
}

.wrz_img_preview{
	border: 1px solid #dddddd;
	text-align: center;
	background: #fff;
	position: relative;
}




/*! http://responsiveslides.com v1.55 by @viljamis */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
ul.rslides_tabs{
	list-style:none;
	padding: 0;
	margin: 10px;
	position: absolute;
    bottom: 0;
    z-index: 99;
    width: 100%;
}
ul.rslides_tabs li{
	display: inline-block;
    background: #e8e8e8;
    width: 20px;
    height: 20px;
    margin: 2px;
    vertical-align: middle;
	border-radius: 100%;
}
ul.rslides_tabs li.rslides_here{
    background: #c5c5c5;
}
ul.rslides_tabs li a{
	text-decoration: none;
    padding: 5px;
    vertical-align: middle;
    font-size: 13px;
    color: #333;
}

.wrz_post_foo{
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 15px;
    background: #f2f2f2;
	margin-right: 6px;
}
/* Customize the label (the container) */
.label-container {
	display: block;
	position: relative;
	padding-left: 85px;
	margin-bottom: 15px;
	cursor: pointer;
	padding-top: 8px;
	padding-bottom: 5px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 14px;
    color: #333;
}

/* Hide the browser's default checkbox */
.label-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
    top: 6px;
    left: 0px;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 100%;
    border: 1px solid #b5b5b5;
}

/* On mouse-over, add a grey background color */
.label-container:hover input ~ .checkmark {
	background-color: #fff;
}


/* When the checkbox is checked, add a blue background */
.label-container input:checked ~ .checkmark {
	background-color: #dd0048;
	border: 1px solid #dd0048;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.label-container input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.label-container .checkmark:after {
	left: 7px;
    top: 4px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.label-container .img-icon.grid-icon{
	background: #ffffff;
    position: absolute;
    top: 3px;
    left: 41px;
    width: 35px;
    height: 28px;
    text-align: center;
    padding-top: 7px;
    border-radius: 100%;
}
.label-container .img-icon.grid-icon img{
    max-width: 21px;
}
.label-container .img-icon.story-icon img{
	max-width: 35px;
    position: absolute;
    top: 0;
    left: 38px;
    border-radius: 100%;
}
.label-container .img-icon.story-icon > i{
	width: 18px;
    height: 18px;
    color: #fff;
    background: #c70090;
    border: 1px solid #fff;
    position: absolute;
    top: 19px;
    left: 59px;
    border-radius: 100%;
    font-size: 10px;
    text-align: center;
    line-height: 19px;
}

.wrz_post_foo .post-submit{
	text-align: center;
}
.wrz_post_foo .post-submit .post-submit-btn{
	border: 0;
    width: 100%;
    background: #dd0048;
    color: #fff;
    padding: 9px 0;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
	font-size: 14px;
	cursor:pointer;
}
.wrz_post_foo .post-submit .post-submit-btn:hover{
	 background: #da1958;
}
.wrz_post_foo .post-submit .post-submit-btn:disabled{
	background: #bfbfbf;
	cursor:default;
}
.wrz_post_foo .post-submit .post-submit-btn > span{
	text-align: left;
    display: inline-block;
    width: 18px;
}

#wrz_alert{
	text-align: center;
    padding: 10px;
    max-width: 80%;
    margin: 50px auto;
    border: 1px solid #ccc;
    font-size: 16px;
    color: #3c3c3c;
}

.thumbnail-box{
	overflow: hidden;
	
}
.thumbnail-box img{

}


.insta-fb-btn{
	font-size: 11px;
    color: #333;
    text-align: center;
}
.insta-fb-btn .go-to-fb-login{
	text-decoration:underline;
	cursor: pointer;
    display: inline-block;
    margin-top: 0;
}
.insta-fb-btn .go-to-fb-login > span{
	
}

#textarea-copyfb{
	width: 100%;
    border: 1px solid #ebebeb;
    background: #f9f9f9;
    border-radius: 3px;
    padding: 10px;
    line-height: 18px;
    font-size: 13px;
    color: #333333;
}
#textarea-copyfb:focus{
    outline: none;
}

.form_title{
	text-align: center;
    margin-bottom: 10px;
    font-size: 11px;
    text-transform: uppercase;
    color: #505050;
}


@media only screen and (max-width: 450px) {

	#merchant-caption,#textarea-copyfb{
		font-size: 12px;
		line-height:14px;
	}
}

