/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.scontainer {
	position: relative;
	width: 98%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
}
.maxcontainer {
	position: relative;
	max-width: 1400px;
	margin: 0 auto;
	box-sizing: border-box;
}
.column, .columns {
	width: 100%;
	float: left;
	box-sizing: border-box;
}

/* For devices larger than 800px */
@media (min-width: 960px) {
.scontainer {
	width: 98%;
}
.maxcontainer {
	width: 98%;
}
.column,  .columns {
	margin-left: 2%;
}
.column:first-child,  .columns:first-child {
	margin-left: 0;
}
.one.column,  .one.columns {
	width: 5.66666666667%;
}
.two.columns {
	width: 14.3333333333%;
}
.three.columns {
	width: 23.5%;
}
.four.columns {
	width: 31.6666666667%;
}
.five.columns {
	width: 40.3333333333%;
}
.six.columns {
	width: 49%;
}
.seven.columns {
	width: 57.6666666667%;
}
.eight.columns {
	width: 66.3333333333%;
}
.nine.columns {
	width: 75.0%;
}
.ten.columns {
	width: 83.6666666667%;
}
.eleven.columns {
	width: 92.3333333333%;
}
.twelve.columns {
	width: 100%;
	margin-left: 0;
}
.one-third.column {
	width: 27.6666666667%;
}
.two-thirds.column {
	width: 70.3333333333%;
}
.one-half.column {
	width: 49%;
}
/* Offsets */
.offset-by-one.column,  .offset-by-one.columns {
	margin-left: 8.66666666667%;
}
.offset-by-two.column,  .offset-by-two.columns {
	margin-left: 17.3333333333%;
}
.offset-by-three.column,  .offset-by-three.columns {
	margin-left: 26%;
}
.offset-by-four.column,  .offset-by-four.columns {
	margin-left: 34.6666666667%;
}
.offset-by-five.column,  .offset-by-five.columns {
	margin-left: 43.3333333333%;
}
.offset-by-six.column,  .offset-by-six.columns {
	margin-left: 52%;
}
.offset-by-seven.column,  .offset-by-seven.columns {
	margin-left: 60.6666666667%;
}
.offset-by-eight.column,  .offset-by-eight.columns {
	margin-left: 69.3333333333%;
}
.offset-by-nine.column,  .offset-by-nine.columns {
	margin-left: 78.0%;
}
.offset-by-ten.column,  .offset-by-ten.columns {
	margin-left: 86.6666666667%;
}
.offset-by-eleven.column,  .offset-by-eleven.columns {
	margin-left: 95.3333333333%;
}
.offset-by-one-third.column,  .offset-by-one-third.columns {
	margin-left: 34.6666666667%;
}
.offset-by-two-thirds.column,  .offset-by-two-thirds.columns {
	margin-left: 69.3333333333%;
}
.offset-by-one-half.column,  .offset-by-one-half.columns {
	margin-left: 52%;
}
}
/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
	font-size: 62.5%;
}
body {
	font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
	line-height: 1.6;
	font-weight: 400;
	font-family: "Fustat", sans-serif;
	color: #222;
}
/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	font-weight: 400;
}
h1 {
	font-size: 3.2rem;
	line-height: 1.2;
	letter-spacing: -.1rem;
}
h2 {
	font-size: 2.4rem;
	line-height: 1.25;
	letter-spacing: -.1rem;
}
h3 {
	font-size: 2.0rem;
	line-height: 1.3;
	letter-spacing: -.1rem;
}
h4 {
	font-size: 1.8rem;
	line-height: 1.35;
	letter-spacing: -.08rem;
}
h5 {
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: -.05rem;
}
h6 {
	font-size: 1.5rem;
	line-height: 1.6;
	letter-spacing: 0;
}

/* Larger than phablet */
@media (min-width: 960px) {
h1 {
	font-size: 3.4rem;
}
h2 {
	font-size: 2.8rem;
}
h3 {
	font-size: 2.6rem;
}
h4 {
	font-size: 2.0rem;
}
h5 {
	font-size: 1.8rem;
}
h6 {
	font-size: 1.5rem;
}
}
p {
	margin-top: 0;
}
/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
	color: #449944;
}
a:hover {
	color: #333333;
}
/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button, input[type="submit"], input[type="reset"] {
	display: inline-block;
	height: 40px;
	padding: 0px 15px;
	color: #777;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	text-transform: capitalize;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	border-radius: 25px;
	border: 1px solid #DDD;
	cursor: pointer;
	box-sizing: border-box;
    transition: 0.5s;
}
.button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:focus, button:focus, input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus {
	color: #333;
	border-color: #555;
	outline: 0;
	background: rgba(0,0,0,0.05);
}
.button.button-primary, button.button-primary, input[type="submit"].button-primary, input[type="reset"].button-primary, input[type="button"].button-primary {
	color: #FFF;
	background-color: #66cc66;
	border-color: #66cc66;
}
.button.button-primary:hover, button.button-primary:hover, input[type="submit"].button-primary:hover, input[type="reset"].button-primary:hover, input[type="button"].button-primary:hover, .button.button-primary:focus, button.button-primary:focus, input[type="submit"].button-primary:focus, input[type="reset"].button-primary:focus, input[type="button"].button-primary:focus {
	color: #FFF;
	background-color: #449944;
	border-color: #449944;
}
.button.button-large, button.button-large, input[type="submit"].button-large, input[type="reset"].button-large, input[type="button"].button-large {
	color: #FFF;
	height: 55px;
	line-height: 55px;
	padding: 0 55px;
	font-size: 20px;
	margin-top: 15px;
	background-color: #66cc66;
	border-color: #FFF;
	border-radius: 50px;
	text-shadow: 0px -0.5px #333;
}
.button.button-large:hover, button.button-large:hover, input[type="submit"].button-large:hover, input[type="reset"].button-large:hover, input[type="button"].button-large:hover, .button.button-large:focus, button.button-large:focus, input[type="submit"].button-large:focus, input[type="reset"].button-large:focus, input[type="button"].button-large:focus {
	color: #FFF;
	background-color: #449944;
	border-color: #FFF;
}
.button.button-small, button.button-small, input[type="submit"].button-small, input[type="reset"].button-small, input[type="button"].button-small {
	color: #888;
	height: 25px;
	line-height: 25px;
	padding: 0 15px;
	font-size: 12px;
	margin-top: 10px;
	background-color: #FFF;
	border-color: #AAA;
	font-weight: 500;
}
.button.button-small:hover, button.button-small:hover, input[type="submit"].button-small:hover, input[type="reset"].button-small:hover, input[type="button"].button-small:hover, .button.button-small:focus, button.button-small:focus, input[type="submit"].button-small:focus, input[type="reset"].button-small:focus, input[type="button"].button-small:focus {
	color: #333;
	background-color: #FFF;
	border-color: #555;
}
.button-small img{
	height: 12px;
	width: auto;
	vertical-align: middle;
	opacity: 0.7;
	margin-right: 5px;
}
.button-small-primary {
	color: #FFF !important;
	background-color: #66cc66 !important;
	border: #449944 !important;
}
.secondary {
	background: rgba(255,255,255,0.4) !important;
}
/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], input[type="date"], input[type="time"], textarea, select {
	height: 40px;
	padding: 6px 15px; /* The 6px vertically centers text on FF, ignored by Webkit */
	background-color: #fff;
	background: #fff;
	border: 1px solid #D1D1D1;
	border-radius: 10px;
	box-shadow: none;
	box-sizing: border-box;
}
/* Removes awkward default styles on some inputs for iOS */
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], input[type="date"], input[type="time"], textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus,  input[type="date"]:focus, input[type="time"]:focus, textarea:focus, select:focus {
	border: 1px solid #66cc66;
	outline: 0;
}
label, legend {
	display: block;
	margin-bottom: .5rem;
	font-weight: 600;
}
fieldset {
	padding: 0;
	border-width: 0;
}
input[type="checkbox"], input[type="radio"] {
	display: inline;
}
label > .label-body {
	display: inline-block;
	margin-left: .5rem;
	font-weight: normal;
}
textarea {
	border-radius: 10px !important;
	resize: none;
	padding: 10px;
}
/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
	list-style: circle inside;
}
ol {
	list-style: decimal inside;
}
ol, ul {
	padding-left: 0;
	margin-top: 0;
}
ul ul, ul ol, ol ol, ol ul {
	margin: 1.5rem 0 1.5rem 3rem;
	font-size: 90%;
}
li {
	margin-bottom: 1rem;
}
/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
	padding: .2rem .5rem;
	margin: 0 .2rem;
	font-size: 90%;
	white-space: nowrap;
	background: #F1F1F1;
	border: 1px solid #E1E1E1;
	border-radius: 4px;
}
pre > code {
	display: block;
	padding: 1rem 1.5rem;
	white-space: pre;
}
/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* th, td {
	padding: 12px 15px;
	text-align: left;
	border-bottom: 1px solid #E1E1E1;
}
th:first-child, td:first-child {
	padding-left: 0;
}
th:last-child, td:last-child {
	padding-right: 0;
} */
/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input, textarea, select, fieldset {
	margin-bottom: 1.5rem;
}
pre, blockquote, dl, figure, table, p, ul, ol, form {
	margin-bottom: 2.5rem;
}
/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
	width: 100%;
	box-sizing: border-box;
}
.u-max-full-width {
	max-width: 100%;
	box-sizing: border-box;
}
.u-pull-right {
	float: right;
}
.u-pull-left {
	float: left;
}
/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
	margin-top: 3rem;
	margin-bottom: 3.5rem;
	border-width: 0;
	border-top: 1px solid #E1E1E1;
}
/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.scontainer:after, .row:after, .u-cf {
	content: "";
	display: table;
	clear: both;
}

/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/

@media (min-width: 960px) {
.navib {
	display: none;
}
[canvas=fixfoot] {
	display: none;
}
[canvas=messagefoot] {
	display: none;
}
}
@media (max-width: 960px) {
.h {
	display: none !important;
}
.mobonly {
	display: inherit !important;
}
.nav {
	padding: 20px 0px !important;
	height: 64px !important;
	text-align: center !important;
}
.logo img{
	height: 24px !important;
	margin-top: 0px !important;
}
.logologged {
	margin: 0 auto !important;
	display: block !important;
	text-align: center !important;
}
.navlogged .mobonly {
	position: absolute;
	left: 10px;
	font-size: 30px !important;
}
.mobonly button {
	border: none !important;
}
.navigation {
	display: none !important;
}
.navitem {
	display: none !important;
}
.main {
	padding-top: 100px !important;
	padding-bottom: 0px !important;
	margin: 0 auto !important;
}
.box,.regbox,.boxnp {		
	padding: 15px !important;
	border-radius: 0px !important;
	border-left: 0px !important;
	border-right: 0px !important;
}
.boxno {		
	padding: 15px !important;
}
.post {
	padding: 20px !important;		
}
.post:first-child:hover, .post:last-child:hover{
	border-radius: 0px !important;
}
.updateactivity {
	margin-right: 20px !important;	
}
.footer {
	padding: 45px 0px !important;
	height: auto !important;
	text-align: center !important;
}
.footerlogo {
	width: 100px !important;
}
.footersocial {
	width: 24px !important;
	margin-top: 30px !important;
	margin-left: 10px !important;
}
.mainlogged {
	padding-top: 74px !important;
	padding-bottom: 70px !important;
	margin: 0 auto -170px;
}
.footerlogged {
	display: none !important;
}
.add {
	display: none !important;
}
.invite input[type="email"] {
	width: 100% !important;
	border-radius: 25px !important;
	text-align: center !important;
}
.invite input[type="submit"] {
	width: 100% !important;
	margin-top: 10px !important;
	border-radius: 25px !important;
}
.noresult {
	padding: 30px 10px !important;
}
.p20 {
	padding: 0px !important;
}
.pr50 {
	padding-right: 0px !important;
}
.bannerbox,.bannerboxbackground {
	border-radius: 0px !important;
	margin-bottom: 0px !important;
	border: 0px !important;
}
.mobleft {
	float: none !important;
	text-align: left !important;
	margin-top: 10px;
}
.tabs-menu li{
	font-size: 12px !important;
	padding: 10px 20px !important;
}
.tabs-menutc {
	text-align: center !important;
}
.tabs-menutc li{
	font-size: 12px !important;
}
.mobtc {
	text-align: center !important;
}
.about-img {
	max-width: 40% !important;
}
.multiaccount {
	left: auto !important;
	right: 10px !important;
	top: 5px !important;
	width: 32px !important;
	height: 32px !important;
	border-left: 0px !important;
}
.multiaccount img {
	width: 32px !important;
	height: 32px !important;
}
.instructions {
	font-size: 12px !important;
}
.h70 {
	height: 85px !important;
}
.bannerboxcontent {
	max-width: 80% !important;	
}
.hero {
	max-width: 400px !important;
	margin-top: 0px !important;
}
}
@media (max-width: 470px) {
.onethirdtwo {
	width: 49% !important;
}
}
