* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box; }



html {
  min-height: 100%;
  min-width: 100%;
  height: 100%;
  width: 100%;
  padding: 0px;
  margin: 0px;
}

body {
	color: #fff;
	font-weight: 400;
	font-kerning: auto;
	font-size: 16px;
	font-family: 'Varela Round', sans-serif;

}

.mt-50{
	margin-top: 50px;
}


.alert-success {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  text-align: center;
}

.mt-100{
	margin-top: 100px;
}

.mt-150{
	margin-top: 150px;
}

.main{
	margin-bottom: 100px;
}
.centered
{
    text-align:center;
}

.navbar-default{
	background: none;
	border-color:  transparent;
}

.navbar-default .navbar-nav>li>a {
	color: #DA7E48;
	padding-top: 20px;
	font-size: 16px;
	font-weight: 400;
}



.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #DA7E48;
	text-decoration: none;

}
li.signup{
	font-weight: bold;
	text-decoration: underline;
}

li.icon{
	margin-top: 2px;
}


a:hover{
	text-decoration: none;
}

ul {
list-style-type: none!important;
}





.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
}

.nav  li.follow {
width:100px;
margin-top: 20px;
}
.nav  li.tweet {
width:80px;
margin-top: 20px;
}

.nav  li.facebook {
width:100px;
margin-top: 20px;
}

.nav  li.profile-image {

margin-top: -4px;
}



a {
	text-decoration: none;
	color: #47a3da;
	outline: none;

}

a:hover, a:focus {
	color: #47a3da;
	outline: none;
	text-decoration: underline;
}



small a{
	color: #ccc;
}



h1 small {
	font-size: 90%;
	color: #DA7E48;
}

h2{
font-family: 'Varela Round', sans-serif;

}


p {
margin: 0;
padding: 0 1em 0.6em;
font-size: 1em;
line-height: 1.5;
}









.sky-form{
	color: #DA7E48;
	border:	none;

}

.sky-form header{
	color: #47a3da;
	background: none;
	border-bottom: none;
	font-size: 2.6em;
	border: none;
}


.sky-form fieldset{
	color: #fff;
	background: none;
	font-size: 1.2em;
	border:none;
}

.sky-form footer{
	color: #fff;
	background: none;
	border: none;

}

.sky-form .button{
	background: #DA7E48;
	border: 1px solid #DA7E48;
	border-radius: 30px;
}

.sky-form .button:hover{
	background: #DA7E48;
	border: 1px solid #DA7E48;
	border-radius: 30px;
	color: #fff;
}

.sky-form .label {
 font-family: 'Varela Round', sans-serif;

}

.about-page p{
	font-size: 1.6em;
 font-family: 'Varela Round', sans-serif;

}






#comments{
	margin-top: 40px;
}

 #comments .comment-button{
 	width: 650px;

 	display: inline-block;




}


 #comments .comment-button .button{

	 	float: right;
	 	margin-top: 5px;
	 	border: none;
	 	padding: 0;
	 	text-decoration: underline;

}


#comments textarea {
width: 650px;
height: 200px;
background: #f1f1f1;
padding-left: 10px;
padding-top: 10px;
color: #fff;
background: none;
border: 1px dashed #fff;
font-size: 18px;
}

 #comments img {
float: left;
margin: 0 10px 0 0;
}
 #comments > ul {
padding-left: 0;
}


 #comments > ul li,  #comments > ul li a {
overflow: hidden;
margin: 15px 0;
color: #fff;

}

 #comments > li a.username{
font-size: 12px; 
}

#comments p{
	color: #fff;
}










.splash h1{
font-size: 7em;
color: #fff;
font-weight: 400;
margin-top: 140px;
font-family: 'Lobster', cursive;
}


.splash h2{
font-size: 2.5em;
color: #fff;
font-weight: 400;


}

.splash .button{
	text-align: center;
	margin-top: 50px;
}

.splash .navbar-default {
background: transparent;
border-color: transparent;
}

.splash .question-list ul {9
margin-top: 70px;
}



.splash .question-list ul li a{
	background: none;
	border: 1px dashed #fff;
	border-radius: 3px;
	margin-top: 5px;
	padding: 10px 15px;
}

.splash .question-list ul li a:hover{
	border: 1px solid #fff;

}

.modal{
	text-align: center;
	margin-top: 10%;
}

.modal h1{
	font-size: 3em;
	padding-top: 10px;
	padding-bottom: 10px;
}

.modal h2{
	color: #67809F;
}

/* ==========================================================================
   V4
   ========================================================================== */

  h1 {
     font-family: 'Varela Round', sans-serif;
    line-height: 40px;
    font-size: 32px;
    color: #47a3da; 
	}
h2 {
    color: #fff; 
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	}

h3 {
    color: #fff; 
	font-weight: bold;
	font-size: 28px;
	line-height: 32px;
	}

h4{
	line-height: 23px;
}


/* ==========================================================================
   CALENDER
   ========================================================================== */


.calender .thumbnail{
	border-radius: 0;
	margin-bottom: 30px;
	height: 300px;
}

.calender .card-holsterz .card {
	text-align: left;
}



.first {

    background: #51E9FF; }
.second {

    background: #00E2C5; }
.third {

    background: #1C2030; }
.fourth {

    background: #3B0A2E; }
.fifth {

    background: #2D2D29; }



.card-holster a {
	color: #fff;
}






.answer-page{
	  width: 900px;
    height: 500px;

    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;

    margin: auto;
}
.answer-page h1{
	color: #fff;
		width: 900px;
		line-height: 50px;
		font-size: 44px;


}


.answer-page h2{
	color: #fff;
	font-weight: bold;
	font-size: 31px;
	width: 750px;
	display: inline;
}


.answer-page h3, .answer-page h3 a {
	color: #fff;
	 font-family: 'Varela Round', sans-serif;

	margin-top: 0;
	font-size: 16px;
	font-weight: normal;

}




.answer-page .image{

display: inline;
float: left;
margin-right: 15px;

}

.follow-text-link button{
	background: none;
	font-size: 14px;
	border: #fff;
	display: inline;
	color: #888888;
	font-weight: normal;
	 font-family: 'Varela Round', sans-serif;

}





.block-wrapper{
	background: #000;
	height: 200px;
	width: 300px;
	background: url(/static/images/1.jpg);
}

.block{
	padding: 0px;
}




.life-is-short ul li{
	float: left;
	  width: 1.92%;
  float: left;
  list-style: none;
  font-size: 10px;
}

.life-is-short td.red{
background: #00E2C5;
	  width: 1.92%;
}

.life-is-short td.blue{
background: #51E9FF;
	  width: 1.92%;
}

.life-is-short tr{
height: 8px;
}


.life-is-short td.year{
width: 10%;
}



h3.question-description{
	font-size: 21px;
	line-height: 26px;
}

/* ==========================================================================
   HOME PAGE
   ========================================================================== */


.index-home{
	  width: 1000px;
    height: 500px;

    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;

    margin: auto;
}
.home-page h1{
	color: #fff;
	width: 900px;
	line-height: 66px;v
	font-size: 72px;
}

.home-page h2{
	color: #fff;
	font-weight: bold;
	font-size: 41px;
	width: 815px;
	line-height: 54px;
}

.home-page h3{
	color: #fff;
	font-size: 22px;
	font-weight: bold;
}


.index-home h1 {
	color: #DA7E48;
	width: 900px;
	line-height: 66px;
	font-size: 80px;
	text-align: center;
}

.index-home h2{
	color: #fff;
	font-weight: bold;
	font-size: 32px;
	width: 815px;
	line-height: 54px;
	text-align: center;
}

.index-home h2 a{
text-decoration: underline;
}


.button.follow{
	background: transparent;
	border: 1px solid #fff;
	font-size: 16px;
	width: 115px;
	margin-top: 0;
	height: 34px;
	line-height: 34px;
	margin-top: 20px;
	padding: 0 12px;
}


.submit-answer{
	margin-bottom: 30px;
}


.submit-answer .poll-meta{

}

.submit-answer  .poll-meta .name{

	margin-bottom: 0;

}


.submit-answer .poll-meta .image{
	display: inline-block;
	float: none;
	width: 40px;
	height: 40px;
	margin-right: 5px;
	vertical-align: bottom;

}



.submit-answer .image{
	width: 100px;
	float: left;
	margin-right: 20px;
}


.submit-answer h1{
	font-size: 26px;
	line-height: 30px;
	margin-top: 10px;
	font-weight: bold;
}

.submit-answer h2{
	font-size: 17px;
	line-height: 24px;
	font-weight: normal;
	color: #384047;
}


.submit-answer h3{
	font-size: 18px;
	line-height: 24px;
	margin-top: 7px;
	margin-bottom: 2px;
	display: inline-block;
}


.submit-answer  .sky-form{
	display: inline-block;
	width: 400px;

}

.submit-answer  .sky-form .input input{
	height: 50px;
	font-size: 20px;

}

.submit-answer  .sky-form .select input[type=radio]{
	margin-right: 0px;

}

.submit-answer  .sky-form .button{
	margin-top: -40px;
	height: 38px;

}


.submit-answer  .sky-form section{
	margin-top: 5px;

}


.submit-answer .block.feed  {
height: 100px;
margin-bottom: 0;}


.submit-answer .block.feed .image {
  float: left;
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

hr{
	border-top: 1px solid #DA7E48;
}

.submit-answer  .block.feed .meta h2 {

  margin-top: 9px;
  margin-bottom: 0px;
}

.submit-answer  .block.feed .meta h4 {
  line-height: 7px;
  margin-bottom: 1px;
  font-size: 15px;
  margin-top: 3px;
}

.submit-answer  .block.feed .meta h3 {
  font-size: 19px;
  margin-top: 3px;
}


.submit-answer .questions input{
	font-size: 22px;
}


.submit-answer .simform{
	padding: 0.5em 0;
}


.submit-answer .simform .number{
	width: 2em;
	}

.submit-answer .simform .progress{
	margin-bottom: 10px;
	}



.user-profile h1{
	color: #47a3da;
		line-height: 24px;
		margin-top: 10px;
}

.user-profile h4{
	margin-top: 8px;
	color: #47a3da;
}

.user-profile h2{
	color: #47a3da;
	font-weight: bold;
	font-size: 18px;
	line-height: 28px;
}

.user-profile  h2.referrer a{
text-decoration: underline;
}


.user-profile .image{
float: left;
width: 120px;
display: inline-block;
vertical-align: middle;
}


.user-profile .meta{

	display: inline;
}
.user-profile  h3, .user-profile h3 a {
	color: #fff;
	font-weight: bold;


}

.user-profile h3 small {
	color: #fff;
	font-size: 13px;
	font-weight: normal;


}


.welcome h1{
	color: #fff;
		line-height: 40px;
		float: left;
		display: inline;
		margin-bottom: 20px;
}

.welcome .image{
	float: left;
	width: 50px;
	margin-right: 15px;
	margin-top: 8px;
}

.welcome .sky-form fieldset{
	padding: 25px 0 5px;
}


.sky-form .state-error input{
background: none;
}

.sky-form .state-success input{
background: none;
}

.sky-form .state-error + em {
	font-size: 15px;
	margin-bottom: 10px;
}


.block {

	margin-bottom: 30px;
}



.block.list {
	margin-bottom: 50px;
}




.block.feed .image{
	float: left;
	width: 60px;
	height: 100px;

}




.block.feed .meta h4{
	line-height: 7px;
	margin-bottom: 1px;
	font-size: 16px;
	margin-top: 3px;

}




.block.feed .meta h2{
	line-height: 22px;
	margin-top: 0;
	margin-bottom: 5px;

}








.block.feed .meta h3{
	font-size: 22px;
	margin-top: 0px;
}




.block p{
	padding-left: 0;
}


.block .image{
float: left;
width: 35px;
vertical-align: middle;
}



.question-detail{
	  width: 900px;
    height: 500px;

    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;

    margin: auto;
}




.question-detail h1{
	color: #fff;
		line-height: 66px;
		float: left;
		display: inline;
		margin-right: 70px;
}


.question-detail h2{
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	line-height: 28px;
}


.question-detail h3{
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	width: 700px;
}



.button {
     font-family: 'Varela Round', sans-serif;

    background: #DA7E48;
    border: 1px solid #DA7E48;
    text-decoration: none;
    text-align: center;
    border-radius: 30px;
    line-height: 45px;
    font-size: 18px;
    font-weight: bold;
    margin-top: 40px;
    display: inline-block;
    height: 45px;
    color: #fff;
    padding: 0 40px; }

.button:hover, .button:focus{
	color: #ccc;
	border: 1px solid #ccc;

}


.button.question {
	margin-top: 15px;
	margin-right: 15px;
	padding: 0 25px;
}



.logo-colors {
  height: 60px;
  width: 60px;
  float: left; }
  .logo-colors .square {
    float: left;
    width: 20px;
    height: 20px; }
    .logo-colors .square:nth-child(5), .logo-colors .square:nth-child(7) {
      background: #3e6372; }
    .logo-colors .square:nth-child(2), .logo-colors .square:nth-child(8) {
      background: #2a3a48; }
    .logo-colors .square:nth-child(3), .logo-colors .square:nth-child(6) {
      background: #b2d4dc; }
    .logo-colors .square:nth-child(1), .logo-colors .square:nth-child(9) {
      background: #f5efde; }
    .logo-colors .square:nth-child(4) {
      background: #ff6900; }


.registration-page{
	  width: 1150px;
    height: 800px;

    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;

    margin: auto;
}

.home-page .questions{
	margin-top: 40px;
}

.home-page h3{
	width: 800px;
}

.question-list .block.list{
	margin-bottom: 60px;
	overflow-y:hidden;
}

.question-list .poll-meta h2{
	margin-top: 5px;
}

.question-list .poll-meta p{
	font-size: 17px;
	line-height: 22px;
	color: #384047;
}


.question-list .poll-meta p.answer{
	font-size: 15px;
	text-decoration: underline;
	font-size: 14px;
}

.question-list .poll-meta p small{
	font-size: 75%;
}

.question-list .poll-meta .image {
  float: left;
  width: 40px;
  vertical-align: middle;
  margin-right: 10px;
}


.create-poll  .poll-meta .name{

	margin-bottom: 0;

}


.create-poll .poll-meta .image{
	display: inline-block;
	float: none;
	width: 40px;
	height: 40px;
	margin-right: 5px;
	vertical-align: bottom;

}

.create-poll  h3 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 7px;
  margin-bottom: 2px;
  display: inline-block;
}

.create-poll .sky-form fieldset{
	padding: 20px 0px 5px;
}

.create-poll .sky-form footer{
	padding: 20px 0px 5px;
}


.index .poll-meta p {
	padding: 0 1em 0;
	font-size: 17px;

}

.index .poll-meta p a {
	color: #DA7E48;
	
}

.index .poll-meta h2 {
	margin-top: 0;
	font-size: 18px;
	line-height: 20px;
}

.index .poll-meta p.context{
	margin-left: 50px;
	padding: 0;
	line-height: 22px;
	color: #384047;
}

.index  .poll-meta .image {
  height: 65px;
  width: 40px;
  margin-right: 10px;
}


.index  .block.list {
  height: auto;
  margin-bottom: 50px;

}


.index .poll-meta.answer{
margin-left: 50px;
margin-top: 15px;

}


