/*
/* Created by Filipe Pina
 * Specific styles of signin, register, component
 */
/*
 * General styles
 */



.main{
 	margin-top: 0px;
}

h1.title { 
	font-size: 50px;
	font-family: 'Passion One', cursive; 
	font-weight: 400; 
}

hr{
	width: 10%;
	color: #fff;
}

.form-group{
	margin-bottom: 15px;
}

label{
	margin-bottom: 15px;
}

input,
input::-webkit-input-placeholder {
    font-size: 11px;
    padding-top: 3px;
}

.main-login{
 	background-color: #fff;
    /* shadows and rounded borders */
    

}

.main-center{
 	margin-top: 10px;
 	margin: 0 auto;
 	max-width: 330px;
    padding: 20px 20px;

}

.login-button{
	margin-top: 5px;
}

.login-register{
	font-size: 11px;
	text-align: center;
}


.m-b-20 {margin-bottom: 20px}
.quote {position: relative;}
.quote blockquote {
  padding: 0px;
  border: 0;
  margin: 0;
  font-size: 14px;
  font-style: italic;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
.quote blockquote p {
  color: #696969;
  padding-top: 25px;
  padding-bottom: 45px;
  padding-left: 30px;
  padding-right: 30px;
}
.quote blockquote:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 90px;
  width: 0;
  height: 0;
  border-top: 0.83333em solid #ccc;
  border-right: 0.86667em solid transparent;
}
.quote.green blockquote {
  background-color: #32c5d2;
}
.quote.green blockquote:before {
  border-top-color: #32c5d2;
}
.quote.dark blockquote {
  background-color: #f5f5f5;
}
.quote.dark blockquote:before {
  border-top-color: #f5f5f5;
}
.quote-footer {
  margin-left: 70px;
  margin-top: 27px;
}

.quote-footer .quote-author-img img {
  float: left;
  max-width: 90px;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-left: 0px;
  margin-right: 5px;
  margin-top: -10px;
  position: relative;
  z-index: 1;
  padding: 5px;
  background-color: #fff;
}
.quote-footer h4 {
  font-size: 14px;
  margin-bottom: 4px;
  color: #696969;
}
.quote-footer p {
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
}

.glyphicon { margin-right:5px;}
.rating .glyphicon {font-size: 22px;}
.rating-num { margin-top:0px;font-size: 54px; }
.progress { margin-bottom: 5px;}
.progress-bar { text-align: left; }
.rating-desc .col-md-3 {padding-right: 0px;}
.sr-only { margin-left: 5px;overflow: visible;clip: auto; }


#feedback::after {
    content: "";
    display: block;
    clear: both;
}

.itemq {
    width: 98%;
    float: left;
    margin: 1%;
    overflow:hidden;
    
}

@media only screen and (min-width: 450px) {
    .itemq {
        width: 98%;
    }
}

@media only screen and (min-width: 600px) {
    .itemq {
        width: 48%;
        
    }
}

@media only screen and (min-width: 1000px) {
    .itemq {
        width: 30%;
    }
}

/*.itemq img {
 -moz-transition: all 1s ease-out;
 -o-transition: all 1s ease-out;
 -webkit-transition: all 1s ease-out;
 }
 
.itemq img:hover{
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
 }*/

#colorstar { color: #ee8b2d;}
.badForm {color: #FF0000;}
.goodForm {color: #00FF00;}

#toTop {
    visibility: hidden;
    width:100px;
/*border:1px solid #ccc;
background:#f7f7f7;*/
text-align:center;
padding:5px;
position:fixed;
bottom:-40px; /* отступ кнопки от нижнего края страницы*/
right:-10px;
cursor:pointer;
display:none;
color:#333;
font-family:verdana;
font-size:11px;
}
@media only screen and (min-width: 650px) {
#toTop {
visibility: visible;
}}


.spoiler-title {
    width: 100%; 
    text-align: left; 
    font-size: 10pt;
}

@media only screen and (min-width: 650px) {
.spoiler-title {
    width: 100%;
    text-align: left; 
    font-size: 14pt;
}}