body {
	padding: 20px;
}

.step {
	display: none;
}

/* Loader */
.loading {
  position: fixed;
  z-index: 9999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.4);
  width: 100%;
  height: 100%;
  display: none;
}

.post_container {
	padding-top: 0px;
	text-align: center;
	max-width: 600px;
	margin: 0 auto;
	position: relative;
}

.post_container textarea {
	margin-bottom: 10px;
	padding: 20px;
	border-radius: 2px !important;
/* 	box-shadow: inset 0 1px 3px #ddd !important; */
	border: 0px;
	min-height: 200px;
}

.post_container p {
	#color: #797979;
	margin-bottom: 15px !important;
}

.textarea_container {
	background: white;
	border: 1px solid #f2f2f2;
	border-top: 5px solid #E67E21;
	margin-bottom: 12px;
	position: relative;
}

.name_container, .input_container {
	margin-bottom: 15px;
	text-align: left;	
	position: relative;
}

.add_container {
	margin-bottom: 15px;
	text-align: left;	
	position: relative;
}

#video_choice div {
	#display: inline-block;
}

#video_choice .video_button {
	border: 1px solid #ccc;
	background: transparent;
	padding: 16px 12px 12px 12px;
	cursor: pointer;
	cursor: hand;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 5px;
	border-radius: 4px;
}

#video_choice .video_button span {
	font-size: 14px;
	display: block;
	margin-top: 10px;
}

#video_choice .video_button:hover, #video_choice .video_button.selected, #photos .photo_button:hover {
	border-color: black;
}

#video_choice .video_upload {
	width: 0px;
	height: 0px;
	overflow: hidden;
}

#video_choice .file_progress {
	width: 100%;
	background-color: lightgrey;
}

#video_choice .file_progress_bar {
	width: 0%;
	height: 10px;
	background-color: green;
}

#photos .photo_upload {
	width: 0px;
	height: 0px;
	overflow: hidden;
}

#photos .photo_button {
	border: 1px solid #ccc;
	background: #fff;
	padding: 16px 12px 12px 12px;
	cursor: pointer;
	cursor: hand;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 5px;
	border-radius: 4px;
}

#photos .photo_button span {
	font-size: 14px;
	display: block;
	margin-top: 10px;
}

.stars_container {
	margin-bottom: 15px;
	text-align: center;	
	position: relative;
}

.stars_container .fa-star {
	color: white;
	font-size: 24px;
	color: #e3e3e3;
	background: white;
	padding: 5px;
}

.stars_container .fa-star.checked {
	color:#FFCC36;
}

.stars_container .fa-star.selected {
	color:#E67E21;
}

h1 {
	font-size: 24px !important;
	padding-bottom: 10px;
}

h2 {
	font-size: 20px !important;
}

.btn {
	border-radius: 2px !important;
	padding: 10px 0px !important;
	
}

.btn-facebook {
	background: #3b5998 !important;
}

.btn-twitter {
	background: #00aced !important;
	border-color: rgba(0, 175, 238, 0.46) !important;
}

.btn-submit {
	border: 0px;
	font-size: 18px;
}

.info_box {
	display: none;
}

.info_toggle {
	cursor: pointer;
}

.share_location {
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #f2f2f2;
	min-width: 100px;
}

.share_location img {
	margin-right: 10px;
	border-radius: 3px;	
	width: 25px;
	vertical-align: middle;
	margin-top: -2px;
}

.share_location span {
	font-size: 20px;
}

.skip-info {
	margin-top: 5px;
	font-size: 12px;
	color: #7a7a7a;
	font-style: italic;
}

.error-msg {
	border-radius: 3px;
	border: 2px red dashed;
	color: red;
	padding: 10px;
	margin: 10px 0px;
	display: none;
}

.btn-continue {
	display: none;
	padding: 10px 20px !important;
}

#sources {
	max-width: 400px;
}

#sources img.logo, #rwpost img.logo {
	max-height: 80px;
}

#sources .description {
	font-size: 18px;
}

#sources .source {
	background: white;
	padding: 15px 5px;
	max-width: 140px;
	border-radius: 10px;
	border: 1px solid #d6d6d6;
	display: inline-block;
	margin: 10px 10px;
	width: 140px;
	cursor: pointer;
	cursor: hand;
}

#sources .source:hover {
	border: 1px solid #999999;
}

#sources .source img {
	max-width: 60px;
	max-height: 50px;
	margin-bottom: 8px;
}

#sources .source .label {
	font-size: 16px;
	color: black;
	font-weight: 500;
	white-space: normal;
	padding: 0px;
}

#sources .source .source-button {
	margin-top: 12px;
}

#sources .source .source-button button {
	border-radius: 6px;
	padding: 4px 6px;
	font-size: 14px;
	width: 90%;
	box-shadow: 0 3px 3px -1px rgba(10,22,70,.1),0 0 1px 0 rgba(10,22,70,.06);

}

#sources .properties .property {
	background: white;
	padding: 20px 30px;
	min-width: 340px;
	border-radius: 10px;
	border: 1px solid #d6d6d6;
	display: inline-block;
	margin: 10px 10px;
	cursor: pointer;
	cursor: hand;	
}

#sources .properties .property:hover {
	border: 1px solid #999999;
}

#sources .properties .property h2 {
	font-weight: 500;
	text-align: left;
}

#sources .property img {
	max-width: 70px;
	max-height: 70px;
	margin-right: 15px;
}

#sources .property h2 {
	margin: 0px;
}

#sources .tellus {
	margin-top: 20px;
}

#routing img.logo {
	max-height: 80px;
}

#routing .description {
	font-size: 18px;
}

#routing .choice {
	background: white;
	padding: 15px;
	margin: 20px 10px 0px;
	border-radius: 10px;
	border: 1px solid #d6d6d6;
	display: inline-block;
	cursor: pointer;
	cursor: hand;
	min-width: 150px;
	color: black;
}

#routing .choice img {
	margin-bottom: 15px;
}

#routing .choice:hover {
	border: 1px solid #c7c5c5;
}

#routing .type_stars {
	margin-bottom: 15px;
	text-align: center;	
	position: relative;
}

#routing .type_stars .fa-star {
	font-size: 74px;
	color: #e3e3e3;
	padding: 5px;
}

@media (max-width:480px)  {
	#routing .type_stars .fa-star {
		font-size: 44px;
	}
}

@media (max-width:390px)  {
	#routing .type_stars .fa-star {
		font-size: 34px;
	}
}
@media (max-width:350px)  {
	#routing .type_stars .fa-star {
		font-size: 30px;
	}
}

#routing .type_stars .fa-star.checked {
	color:#FFCC36;
}

#routing .type_stars .fa-star.selected {
	color:#E67E21;
}

#branding, #branding a {
    font-size: 13px;
    margin-top: 25px;
    color: #b2b2b2!important;
    text-align: center;
}

#branding a:hover {
	text-decoration: none;
}

#branding span {
    font-size: 14px;
    font-family: Courgette,cursive;
    cursor: pointer;
}

#rwpost .gating_text, #rwpost .privacy {
	margin-top: 20px;
}

#rwpost input[type="checkbox"] {
    border: 1px solid #ccc;
}

#rwpost .error {
	color: red;
	position: absolute;
    left: -25px;
    top: 0px;
}

#rwpost label {
	font-weight: normal;
}

#rwpost .required:after {
	content:" *";
	color: red;
}

#qr img.scan {
	width: 100%;
	max-width: 490px;
	margin-top: 30px;
	border: 1px solid #d6d6d6;
}

#qr .logo {
	max-height: 80px;
}
