html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
/*ol, ul {list-style: none;}*/
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
img {
	max-width: 100%;
	border: 0 none;
	height: auto;
	vertical-align: middle;
}
.BdrN {
	border: none !important;
}
.Pad0 {
	padding: 0 !important;
}
.PadT0 {
	padding-top: 0 !important;
}
.PadB0 {
	padding-bottom: 0 !important;
}
.Mrg0 {
	margin: 0 !important;
}
.floatleft {
	float: left !important;
	width: auto;
}
.floatright {
	float: right !important;
	width: auto;
}
.center-align {
	float: left;
	width: 100%;
	text-align: center;
}
/**** Clearfix ****/

.display-block {
	display: block;
}
.display-none, #page {
	display: none;
}
/* =Structure
----------------------------------------------- */
html {
	min-height: 100%;
	position: relative;
}
body {
	padding: 0;
	margin: 0px;
	margin-bottom: 110px;
	color: #444;
	font-size: 14px;
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight:300;
	background: #fff;
}
body.home {
	/* background: #fff url(../images/bg.jpg) no-repeat 0 0;
	background-size: cover; */
	background-color: #4eafce;
}
.container {
	margin: 0 auto !important;
}
.wrapper {
	float: left;
	width: 100%;
	background: #fff;
}
/*----------------------------------------------- */

p {
	clear: both;
	line-height: 18px;
	margin: 0;
	padding: 5px 0;
	color: #333;
}
ul, ol {
	margin: 0;
}
ol { /*list-style:disc;*/
	padding: 0 0 0 12px;
	font-size: 13px;
}
ol li {
	padding: 3px 0;
}
ol li ol {
	padding: 0 0 0 50px;
}
strong {
	font-weight: bold;
}
.clear {
	clear: both;
}
/*{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}*/

/* =Links 

----------------------------------------------- */

a {
	text-decoration: none;
	color: #000;
}
a:focus, a:active, a:hover {
	text-decoration: none;
}
select {
	float: left;
	border:none;
	background:none;
	color: #999;
	font-size: 14px;
	padding:2px 30px 3px 19px;
	width: 128%;
	-webkit-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
	appearance:none;	
   text-indent: 0.01px;
	text-overflow: "";
	outline : none;
    /*overflow : hidden;
	background: url(../images/select-arrow.png) no-repeat 98% center #fff;*/
}


.size-option{
	float:left;
	width:100%;
	height: 28px;
	border: 1px solid #d3d5d6;
	border-radius: 25px;
	box-shadow: 0 0 5px #dfdfdf inset;
    overflow : hidden;
	background: url(../images/select-arrow.png) no-repeat 98% center #fff;
	
	}
/*header css*/
header {
	background: #49494a;
	padding: 0 0;
	position: relative;
}
.brand {
	position: relative;
	bottom: -9px;
	z-index: 999;
}
.hamburger {
	display: none;
}
.price {
	display: none;
}
/* NAVIGATION */

.nav {
	display: none;
}
.nav, .navigation {
	float: right;
	margin-top: 60px;
}
.nav a, .navigation a {
	background: #929497;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	color: #fff;
	float: left;
	font-size: 18px;
	margin: 0 0 0 12px;
	min-width: 125px;
	padding: 4px 0;
	text-align: center;
	transition: all .3s ease-in-out;
	font-weight: 300;
}
.nav a:hover, .nav a.active, .navigation a.active, .navigation a:hover {
	background: #4eafce;
	text-decoration: none;
}
.nav a.logout, .navigation a.logout {
	background: none;
	font-size: 12px;
	min-width: inherit;
	text-decoration: underline;
	 margin-top: 2px;
}
/*HEADER*/


/*MAinInfo*/

.home-text {
	padding: 28px 0 0 0;
	text-align:center;
}
.home-text img {
    max-width: 90%;
}
.home-caption {
	background: rgba(255, 255, 255, 0.8);
	float: left;
	padding:0 25px 20px 25px;
	width: 100%;
	margin-top:25px;
}
.home-caption h3 {
	margin-top: 8px;
}
.home-caption p {
    font-size: 17px;
    line-height: 21px;
}
.home-caption small {
	font-size: 12px;
}
/*////////////FOOTER//////////////
///////////////////////////////*/
	
.home footer {
	/* background: url(../images/ftr-bg.png) repeat 0 0; */
	background: #ffffff;
}
footer {
	background: #4eafce;
	padding: 12px 0;
	bottom: 0;
	height: 60px;
	position: absolute;
	width: 100%;
}
.footer .col-sm-7 a {
	color: #fff;
	display: inline-block;
	font-size: 12px;
	margin: 2px 28px 2px 0;
}
.footer .col-sm-5 a {
	float: right;
}
/*inner-pages*/
.apply-coupon-detail {
	display: inline-block;
	margin: 64px 0 30px 0;
	width: 100%;
}
.register-detail h1 {
	color: #4eafce;
	float: left;
	font-size: 59px;
}
.apply-coupon {
	float: right;
	margin: 45px 0 0 0;
}
.register-detail .apply-coupon input[type="text"] {
	width: 225px
}
.register-detail .apply-coupon input[type="button"] {
	background: #afc936;
	border: none;
	border-radius: 25px;
	color: #fff;
	cursor: pointer;
	font-size: 11px;
	margin-left: 10px;
	padding: 7px 18px;
}
.register-detail input[type="text"], .register-detail input[type="email"], .register-detail input[type="tel"], .register-detail input[type="password"] {
	border: 1px solid #d3d5d6;
	border-radius: 25px;
	box-shadow: 0 0 5px #dfdfdf inset;
	color: #999;
	font-size: 14px;
	padding: 3px 19px;
	width: 100%;
}
.register-detail textarea{
	border: 1px solid #d3d5d6;
	border-radius: 25px;
	box-shadow: 0 0 5px #dfdfdf inset;
	color: #999;
	font-size: 14px;
	padding: 3px 19px;
	width: 100%;
	height: 150px;
}
.register-detail dl {
	float: left;
	margin-bottom: 10px;
	width: 100%;
}
.register-detail dl.full dt, .register-detail dl.full dd {
	width: 98%;
}
.register-detail dl dt, .register-detail dl dd {
	float: left;
	margin-right: 2%;
	width: 48%;
}
.register-detail .center-align {
	padding: 20px 0 30px 0;
}
.register-detail .payment-method dl dt {
	float: left;
	margin-right: 2%;
	width: 58%;
}
.register-detail .payment-method dl dd {
	float: left;
	margin-right: 2%;
	width: 38%;
}
.register-detail input[type="submit"], #customButton, #SetPairingCodebutton {
	background: #afc936;
	border: none;
	border-radius: 25px;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	padding: 5px 30px;
}

.setting-detail input[type="checkbox"] {
    float: left;
    margin-right: 5px;
    margin-top: 5px;
}

.payment-method label a {
	color: #4eafce;
	font-size: 14px;
	font-weight: normal;
}
.followers {
	margin: 54px 0;
}
.followers h2 {
	color: #4eafce;
	font-size: 46px;
}
.followers a.add-follo, #addfollow .popup-detail .save, #addfollow .popup-detail .delete, #CancelSubscription, #UnpairAllbutton, .registercalltoactionbutton {
	background: #afc936;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	margin: 20px 0;
	padding: 5px 30px;
}
.followers-detail {
	margin: 30px auto;
	max-width: 780px;
}
.followers-detail th {
	border-bottom: 1px solid #bebebe;
	color: #4eafce;
	font-size: 20px;
	padding: 10px;
	text-align: center;
}
.followers-detail th:first-child {
	padding-left: 65px;
	text-align: left;
}
.followers-detail td {
	border-bottom: 1px solid #bebebe;
	font-size: 18px;
	padding: 10px;
	text-align: center;
}
.followers-detail td:first-child {
	padding-left: 30px;
	text-align: left;
}
.followers-detail td:first-child img {
	margin-right: 10px;
}
.setting-page, .check-page {
	padding: 30px 0;
}
.setting-page h1, .check-page h1 {
	color: #4eafce;
	font-size: 46px;
}
.setting-page span a {
	font-size: 15px;
	text-decoration: underline;
}
.setting-page span.settings-sidebar {
	margin: 35px 0 0 15px;
	display:block;
}
.setting-page h3 {
	display: inline-block;
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:300;
	font-size: 20px;
	margin-left: 20px;
	margin-top: 10px;
	width: 80%;
}
.register-detail.setting-detail dl.full dd {
	margin-top: 10px;
}
.setting-page input[type="checkbox"] {
	margin-left: 20px;
}
.setting-page label {
	color: #999;
	font-size: 14px;
}
.register-detail dl.select-size dt {
	width: 35%;
}
.register-detail dl.select-size dd {
	width: 61%;
}
.sett-save-msg {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #afc936;
	margin: 25px 0 10px 0;
}
.check-page dl {
	border-bottom: 1px solid #bebebe;
	float: left;
	margin: 0;
	padding: 15px 0;
	width: 60%;
}
.check-page dl:last-child {
	border: medium none;
}
.check-page dt {
	color: #4d4d4d;
	font-size: 23px;
	font-weight: 300;
}
.check-page dd {
	font-size: 15px;
	font-weight: 300;
}
.check-detail {
	float: left;
	width: 100%;
	padding-top: 65px;
}
.check-detail a {
	display: inline-block;
}
.up-not-checked {
	background: url(../images/check-sprite.png) no-repeat 0 0px;
	height: 316px;
	width: 290px;
}
.pressed-not-checked, .up-not-checked:active {
	background: url(../images/check-sprite.png) no-repeat 0 -430px;
	height: 292px;
	width: 292px;
}
.up-successfully-checked {
	background: url(../images/check-sprite.png) no-repeat -393px 0px;
	height: 316px;
	width: 290px;
}
.pressed-successfully-checked, .up-successfully-checked:active {
	background: url(../images/check-sprite.png) no-repeat -391px -430px;
	height: 292px;
	width: 292px;
}
.up-failed-checked {
	background: url(../images/check-sprite.png) no-repeat -785px 0px;
	height: 316px;
	width: 290px;
}
.pressed-failed-checked, .up-failed-checked:active {
	background: url(../images/check-sprite.png) no-repeat -783px -430px;
	height: 292px;
	width: 292px;
}
.chk-fun span {
	color: #ff2d5a;
	float: right;
	font-size: 32px;
	font-weight: 300;
	margin-top: 85px;
}
.mfrc-alert {
	margin-top:2em; text-align:center; font-weight:bold;
}
.forgot-password .popup-detail input[type="submit"], .popup-detail.large-button-form input[type="submit"] { background: #4eafce; -webkit-border-radius: 15px; border-radius: 15px; color: #fff; font-size: 12px; height: auto;  margin-bottom: 55px; margin-left: 0; padding: 4px 15px; width: auto;}

.add-margins { margin:1em 0;}

#coupon_loading, #change_coupon {
	display:none;
	padding-left:10px;
	width:124px;
}

#change_coupon {
	font-size:12px;
}

#addfollow .popup-detail .save {
	width:auto!important;
	height:auto!important;
	font-family:HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif!important;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #999!important;
}
#sign-in-button {
	background: #4eafce;
	border: none;
	border-radius: 25px;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	padding: 5px 30px;
	width: auto;
	height: auto;
	margin: auto;
}