
/* ===================
    New Loop
   =================== */
body {
	color: #828282;
}

body * {
	/* font-family: "Gotham Narrow SSm A","Gotham Narrow SSm B"; */
	font-family: "Open Sans", Arial, Tahoma, sans-serif;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="text"] {
	outline: none;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #BDBDBD;
  opacity: 1;
	text-transform: uppercase;

}
::-moz-placeholder { /* Firefox 19+ */
  color: #BDBDBD;
	text-transform: uppercase;
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
	text-transform: uppercase;
  color: #BDBDBD;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
  opacity: 1;
	text-transform: uppercase;
  color: #BDBDBD;
}

.t-center {
	text-align: center;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

.header-newloop {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}

.container-newl {
	max-width: 1060px;
}

.header-mobile {
	display: none;
}

.img-responsive {
	max-width: 100%;
	display:block;
	height: auto;
}

.container-newloop {
	padding: 54px 10px 0 10px;
	margin-bottom: 279px;
}

.c_blue {
	color: #00AECC;
}

.heading {
	font-size: 38px;
	line-height: 1;
	letter-spacing: 1px;
	margin-bottom: 11px;
}

.sub-heading {
	max-width: 608px;
	margin: 0 auto 61px auto;
	font-size: 23px;
	letter-spacing: 1px;
	line-height: 1.3;
}

.inner-container-newloop {
	max-width: 700px;
	text-align: center;
	margin: 0 auto;
}

.divider-heading {
	text-transform: uppercase;
	font-size: 40px;

}

.divider-heading {
	position: relative;
    text-align: center;
	max-width: 700px;
	margin: 0 auto;
}

.divider-heading hr {
	height: 9px;
	background: #E0E0E0;
	width: 100%;
	position: absolute;
	z-index: 1;
	border: 0 none;
	top: 50%;
	margin: -5px auto 0 auto;
}

.divider-heading span {
	z-index: 5;
	background: #fff;
	display: inline-block;
	padding: 10px 38px;
	position: relative;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 1px;
}

.email {
	font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 46px;
}

.status-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto 37px auto;
	padding: 0;
	max-width: 500px;
}

.referal-text {
	font-size: 27px;
	max-width: 537px;
	margin: 0 auto 70px auto;
}

.status-container li {
	width: 40px;
	height: 90px;
	text-align: center;
	vertical-align: middle;
	background: #EAEAEA;
	list-style: none;
	margin: 0;
	padding: 0;
	color: #fff;
	line-height: 90px;
	font-weight: bold;
}

.status-container li.active {
	background: #FFA300;
}


.inner-form-container {
	max-width: 860px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.form-column {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 0 0 26px 0;
}

.elm-from {
	max-width: 390px;
}

.elm-name {
	max-width: 285px;
}

.section-share {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}

.input-group {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}

.gray-text {
	font-size: 22px;
	margin: 0 0 22px 0;
	line-height: 1;
	padding-top: 10px;
	letter-spacing: 1px;
}

.element-share-link {
	width:425px;
	height: 60px;
	background: #F5F5F5;
	margin-right: 3px;
}

.frm-text {
	background: transparent;
	border: 0 none;
	width: 100%;
	height: 100%;
	color: #777777;
	font-size: 19px;
}

.frm-from {
	text-indent: 96px !important;
}

.element-share-link .frm-text {
	text-indent: 30px;
}

.section-share {
	max-width: 700px;
	margin: 0 auto 56px auto;

}

.share-link,
.tools a {
    transition-property: box-shadow;
    transition-duration: 1s;
}

.share-link {
	color: #fff;
	border-radius: 3px;
	width: 115px;
	height: 60px;
	display: block;
	font-weight: bold;
	font-size: 22px;
	line-height: 55px;
	letter-spacing: 1px;
  	border: .1em solid #FFA300;
  	background:  #FFA300 ;
}

.share-link.active,
.share-link:active,
.share-link:hover {
	cursor: pointer;
	color: #FFA300;
	box-shadow: 0 0 0 3em  #fff inset;
  	text-decoration:none;
  	outline: none;
}

.tools {
	display: flex;
	align-items: center;
}

.tools a {
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	display: block;
	color: #fff;
	font-size: 26px;
	margin-left: 10px;
}

.share-fb {
	background: #3B5999;
	border: .1em solid #3B5999;
}

.share-tw {
	background: #55ACEF;
	border: .1em solid #55ACEF;
}

.share-fb:hover {
	color: #3B5999;
}

.share-tw:hover {
	color: #55ACEF;
}

.share-fb:active,
.share-tw:active,
.share-fb:hover,
.share-tw:hover {
	box-shadow: 0 0 0 3em  #fff inset;
}

.heading-form {
	font-size: 24px;
	letter-spacing: 3px;
	margin-bottom: 21px;
}

.form-element {
	position: relative;
	flex: 1;
}

.elm-from {
	margin-right: 23px;
}

.form-element .frm-text {
	height: 60px;
	line-height: 60px;
	background: #EAEAEA;
	text-indent: 30px;
	outline: none;
}

.form-element .frm-text:focus {
	outline: none;
}

.form-element label {
	position: absolute;
	left: 32px;
	top: 18px;
	font-size: 19px;
	color: #BDBDBD;
}

.wrap-tags {
	display: flex;
	justify-content: space-between;
}

.tag-panel {
	flex: 1;
	background: #E0E0E0;
	color: #fff;
	text-align: center;
	font-weight: bold;
	position: relative;
	height: 38px;
	border-radius: 6px;
	line-height: 38px;
	text-decoration: none;
	text-transform: uppercase;
	max-width: 349px;
	margin-bottom: 25px;
}

.tag-panel.active {
	background: #00ADCB;
}

.tag-panel:after {
	content: '';
	position: absolute;
	left: 47%;
	top: 100%;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	clear: both;
	border-top: 10px solid #E0E0E0;

}

.active.tag-panel:after {
	border-top: 10px solid #00ADCB;
}

.frm-textarea,
.form-msg-default {
	background: #F5F5F5;
	padding: 22px 27px;
	font-size: 20px;
	text-align: left;
	line-height: 1.5;
	color: #767676;
	min-height: 200px;
}

.form-msg-default p {
	margin: 0 0 10px 0;
}

.frm-textarea {
	width: 100%;
	border: 0 none;
	min-height: 200px;
}

.custom-message {
	display: none;
	position: relative;
}

.frm-submit {
	margin: 0 auto;
}

.frm-submit input {
	width: 100%;
	height: 60px;
	line-height: 55px;
	background: #FFA300;
	border: 0 none;
	color: #fff;
	font-weight: bold;
	font-size: 28px;
	letter-spacing: 3px;
	transition-property:box-shadow;
	transition-duration:0.5s;
	border: .1em solid #FFA300;
}

.frm-submit input:active,
.frm-submit input:hover {
	cursor:pointer;
	outline:none;
	color:#FFA300;
	box-shadow: 0 0 0 3em  #fff inset;
}


.form-tabs {
	max-width: 700px;
	margin-bottom: 60px;
}

.inner-form-container  .form-column:nth-child(2) {
	margin-bottom: 3px;
}

.advice-msg {
	font-size: 19px;
	margin: 0 0 57px 0;
	color: #BDBDBD;
}

footer {
	font-size: 16px;
	letter-spacing: 1px;
}

.frm-textarea.parsley-error,
.frm-text.parsley-error {
	outline: 1px solid #DC0307;
}

#errors,
.parsley-errors-list {
    /*position: absolute;*/
    /*bottom: -15px;*/
    margin: 0;
    padding: 0;
    list-style: none;
    color: #f00;
    font-size: 13px;
    text-align: left;
}

.header-desktop {
	display: none;
}

.header-mobile {
		display: block;
}

@media screen and (min-width: 800px ) {
	.element-share-link {
		width:543px;
	}

	.header-mobile {
		display: none !important;
	}

	.header-desktop {
		display: block !important;
	}

	.share-link {
		width: 140px;
	}

	.elm-from {
		max-width: 417px;
	}

	.elm-name {
	    max-width: 543px;
	}

	.form-tabs {
		max-width: 860px;
	}

	.tag-panel {
		height: 60px;
		line-height: 60px;
		max-width: 428px;
	}

	.divider-heading {
		max-width: 762px;
	}

	.inner-container-newloop {
	    max-width: 1060px;
	}

	.frm-submit {
	    max-width: 360px;
	}

	.form-container {
		max-width: 860px;
		margin: 0 auto;
	}

}

@media (max-width: 710px ) {
	.input-group {
		margin-bottom: 20px;
	}

	.section-share {
	    flex-direction: column;
	}

	.input-group {
		width: 100%;
	}
	.element-share-link {
	    flex: 4;
	}
	.input-group-button {
		flex: 1;
	}

	.tag-panel {
		font-size: 14px;
		width: 48%;
	}

	.status-container li {
	    width: 30px;
	}

	.form-element .frm-text {
		font-size: 14px;
		text-indent: 15px;
	}
}

@media (max-width: 500px ) {
	.element-share-link .frm-text {
	    text-indent: 10px;
	    font-size: 14px;
	}

	.advice-msg {
	    font-size: 15px;
	    padding-top: 15px;
	}
	.frm-textarea,
	.form-msg-default {
		font-size: 16px;
	}

	.divider-heading span {
		font-size: 25px;
	}

	.referal-text {
	    font-size: 25px;
	}

	footer {
	    font-size: 13px;
	}

	.gray-text {
	    font-size: 16px;
	}

	.inner-form-container .form-column {
		flex-direction: column;
	}

	.elm-name,
	.elm-from {
		width: 100%;
		max-width: 100%;
	}

	.form-element .frm-text {
		text-align: center;
	}

	.form-element {
		width: 100%;
	}

	.elm-from {
		margin-right: 0;
		margin-bottom: 26px;		
	}

	.frm-text.frm-from {
		text-align: left;
	}
}
