/* -------------------- MAIN ----------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body{
	font-family: 'PT Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    color: #333;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    background-color: #fff;
}
.main-header-block{
	height: 60px;
}
.main-header-block .navbar-brand{
	padding-top: 10px;
}
.wrapper{
	padding-bottom: 20px;
}
h5 {
    font-size: 1em;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 18px;
    margin: 0 0 14px 0;
}
p {
    color: #555;
    line-height: 24px;
    margin: 0 0 20px;
}
.margin40 {
    margin-bottom: 40px;
}
.margin20{
	margin-bottom: 20px;
}
a{
	color: #333;
	-moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
	text-decoration: underline;
}
a:hover, a:focus {
    color: #ec2127;
	text-decoration: none;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #fff; 
}
.a-red{
	color: #ec2127!important;
	text-decoration: none;
}
a.a-red:hover{
	color: #333 !important;
	text-decoration: none;
}
.left{
	float: left;
}
.right{
	float: right;
}
.mb-20{
	margin-bottom: 20px;
}
h1{
	margin-top: 0;
    line-height: 36px;
}
#instafeed ul { margin: 0; padding: 0;}
#instafeed .insta-foto {
	width: 30.3333%;
	margin: 1.5%;
	padding: 0;
	position: relative;
}
.img-fluid{
	width: 100%;
}
#instafeed .insta-description {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-decoration: none;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

@media (max-width:990px) {
	#instafeed .insta-description {
		font-size: 11px;
		line-height: 1.1;
	}
}

@media (max-width:768px) {
	#instafeed .insta-foto {
		width: 46%;
		margin: 2%;
		padding: 0;
		position: relative;
	}

	#instafeed .insta-description {
		font-size: 10px;
		line-height: 1;
	}
}
.page-desc{
	color: #555;
    line-height: 24px;
    margin: 0 0 40px;
}
.divide10{
	width: 100%;
    height: 10px;
}
.divide30 {
    width: 100%;
    height: 30px;
}
.divide60 {
    width: 100%;
    height: 60px;
}
.divide80{
	width: 100%;
    height: 80px;
}
.divide40 {
    width: 100%;
    height: 40px;
}
.divide20{
	width: 100%;
    height: 20px;
}
.margin30 {
    margin-bottom: 30px;
}
.b-hover{
	border: 2px solid transparent;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.b-hover:hover{
	border-color: #ff1818;
}
/* ------------------------------------------------------- */
.btn-br{
	padding: 10px 28px;
    font-size: 13px;
	color: #333;
    background-color: #fff;
    border-color: #ccc;
	text-transform: uppercase;
}
.btn-br:hover, .btn-br:focus {
    background-color: #333;
    border-color: #333;
    color: #fff;
}
.btn-red-br{
	background: transparent;
    color: #ff1818;
    border: 1px solid #ff1818;
}
.btn-red-br:hover, .btn-red-br:focus {
    background-color: #ff1818;
    color: #fff;
	border: 1px solid transparent;
}
.btn-br-red{
	padding: 10px 28px;
    font-size: 13px;
	background: transparent;
    color: #ff1818;
    border: 1px solid #ff1818;
	text-transform: uppercase;
}
.btn-br-red:hover, .btn-br-red:focus {
    background-color: #ff1818;
    color: #fff;
	border: 1px solid transparent;
}
.top-bar-light {
    background-color: #f3f3f3;
}
.top-bar-light a{
	text-decoration: none;
}
.top-dark-right {
    margin: 0px;
    padding: 0px;
}
.navbar-default {
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    margin-bottom: 0;
    width: 100%;
    min-height: 70px;
    padding: 10px 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
    -ms-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
    box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
    background-color: rgba(255, 255, 255, 0.9);
    clear: both;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	padding: 0;
}
.navbar-default .navbar-nav > li {
    padding: 16px;
}
.navbar-default .navbar-nav > li:first-child{
	padding-left:0;
}
.navbar-default .navbar-nav > li > a {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
	font-weight: 600;
	background: transparent;
	padding: 8px 0;
	border-bottom: 2px solid transparent;
	text-decoration: none;
}
.navbar-default .navbar-nav > li > a.active{
	border-bottom: 2px solid #ea623d;
}
.navbar-default .navbar-nav > li > a > i{
	color: #ff1818;
}
.navbar-default .navbar-nav > li:hover > a, .navbar-default .navbar-nav > li:focus > a {
    color: #000;
    background: transparent;
    border-bottom: 2px solid #FF1818;
}
.navbar-brand{
	height: auto;
	padding-left: 0;
}
.navbar-brand > img{
	display: inline-block;
    max-width: 100%;
    height: auto;
}
.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover{
	color: #333;
	background-color: transparent;
	border-bottom: 2px solid #FF1818;
}
.navbar .dropdown-menu {
    padding: 0;
    margin: 0;
    min-width: 200px;
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0px;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border: 1px solid #eee;
}
.navbar .dropdown-menu li a {
    color: #777;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #f5f5f5;
    padding: 6px 16px;
    line-height: 1.42857143;
    text-decoration: none;
}
.navbar .dropdown-menu li a:hover {
    background-color: #f5f5f5;
}
.breadcrumb-wrap {
    padding: 10px 0;
    background-image: url(../images/shadow-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #f6f6f6;
    border-top: 1px solid #d2d3d4;
    border-bottom: 1px solid #d2d3d4;
}
.breadcrumb-wrap h4 {
    margin: 0;
    font-size: 16px;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}
ol.breadcrumb {
    margin: 0;
    padding: 0;
    background-color: transparent;
    color: #333;
}
ol.breadcrumb li {
    font-size: 14px;
    
}
ol.breadcrumb li a {
    color: #333;
	text-decoration: none;
}
ol.breadcrumb li a:hover{
	text-decoration: underline;
}
.blog-post {
    border-bottom: 1px dashed #e5e5e5;
    padding-bottom: 30px;
    margin-bottom: 60px;
}

.blog-post--contest .item-img{
    background-color: #f3f3f3;
}
.blog-post--contest .data-value p{
    line-height: 20px;
}
.blog-post--contest .data-value p:last-child{
    margin-bottom: 0;
}
.contest__text img{
    max-width: 100%;
    height: auto !important;
}
.only-item-img img {
    height: 200px;
    margin: 0 auto;
}

.item-img-wrap {
    position: relative;
    text-align: center;
    overflow: hidden;
}
.item-img-wrap img {
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    width: 100%;
}
.item-img-wrap:hover img {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.item-img-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.item-img-overlay span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/plus.png) no-repeat center center rgba(0, 0, 0, 0.7);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-transition: opacity 250ms linear;
    -o-transition: opacity 250ms linear;
    -webkit-transition: opacity 250ms linear;
    transition: opacity 250ms linear;
}
.item-img-wrap:hover .item-img-overlay span {
    opacity: 1;
}
.post-detail {
    margin-top: 25px;
    margin-bottom: 0;
    border-top: 1px solid #ebeaea;
    border-bottom: 1px solid #ebeaea;
    margin-left: 0;
}
.post-detail li {
    font-size: 12px;
    vertical-align: middle;
    
	color: #999 !important;
}
.blog-post h2 {
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 15px;
    font-weight: normal;
}
.blog-post h2 a{
	text-decoration: none;
}
.btn {
    letter-spacing: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    font-size: 14px;
	text-decoration: none;
}
.btn-red {
    background-color: #ff1818;
    color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	border: 1px solid transparent;
}
.btn-red:hover{
	background: #fff;
    color: #ff1818;
    border: 1px solid #ff1818;
}
.sidebar-box h4 {
    border-bottom: 1px solid #f0f0f0;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    color: #555;
	margin-top: 0;
	margin-bottom: 27px;
}
.categories a{
	text-decoration: none;
}
.sidebar-box.categories  h4{
	margin-bottom: 20px;
}
.sidebar-box h4 > span {
    display: inline-block;
    border-bottom: 2px solid #ff1818;
    padding-bottom: 10px;
    margin-bottom: -1px;
}
.sidebar-box.st-a-index a{
	font-style: normal;
    text-transform: none;
    float: right;
	font-size: 15px;
	text-decoration: none;
}
.cat-list li {
    padding: 5px 0;
    border-bottom: 1px solid #f0f0f0;
}
.cat-list li a {
    color: #888;
    margin-right: 10px;
}
.cat-list li i {
    color: #888;
    margin-right: 10px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cat-list li a:hover {
    color: #ec2127;
}
.cat-list li:hover i {
    margin-left: 5px;
}
.tag-list a {
    display: inline-block;
    text-transform: uppercase;
    margin-right: 0;
    margin-bottom: 3px;
    padding: 3px 6px;
    color: #777;
    font-size: 14px !important;
    background-color: #e5e5e5;
	text-decoration: none;
}
.tag-list a:hover {
    background-color: #ec2127;
    color: #fff;
}
.popular-post li {
    padding-bottom: 20px;
}
.popular-img {
    /*float: left;*/
}
.popular-desc {
    display: table;
}
.popular-desc h5 {
    font-size: 17px;
    margin-bottom: 6px;
}
.popular-desc h5 a {
    color: #000;
    font-weight: 600;
    font-size: 14px;
	text-decoration: none;
}
.popular-desc h5 a:hover {
    color: #ff1818;
}
.popular-desc h6 {
    color: #999;
    font-style: normal;
    font-size: 12px;
    font-weight: normal;
}
.popular-img a img{
	border: 1px solid #f0f0f0;
}
.top-dark-right {
    margin: 0;
    padding: 0;
}
.top-bar-light .top-dark-right li {
    border-color: #ddd;
}
.top-dark-right li, .top-dark-right li a {
    font-size: 14px;
	color: #999;
}
.top-dark-right li a:hover{
	color: #ff1818;
}
.top-dark-right li {
    line-height: 40px;
    border-left: 1px solid #444;
    padding: 0 7px 0 10px;
    margin-top: 10px;
}
.top-dark-right li i {
    margin-right: 5px;
}
.social_icon_list {
    margin: 0;
}
.social_icon_list.list-inline>li {
    padding: 0;
}
.social_icon_list.list-inline>li:last-child a{
	margin-right: 0;
}
.social_icon_list a{
	text-decoration: none;
}
.widget .social_icon_list > li >a {
    margin: 0 5px 5px 0;
}
.pagination-lg>li>a, .pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #ff1818;
}
.pagination > li > a {
    margin-right: 5px;
}
.pagination > li > a, .pagination > li > span {
    background-color: #ccc;
    padding: 3px 9px;
    color: #fff;
    border: 0;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #333;
    background-color: #eee;
    border-color: #ddd;
}
.blog-post h3{
	color: #000;
    font-size: 20px;
    font-style: normal;
    margin: 0 0 20px;
    padding-bottom: 10px;
    position: relative;
    
    overflow: hidden;
    vertical-align: middle;
}
.blog-post h3:after {
    position: relative;
    left: 18px;
    content: "";
    display: inline-block;
    width: 200%;
    vertical-align: middle;
    height: .50em;
    margin: 0 -200% 0 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.blog-post ol li,
.blog-post ul li{
	color: #333;
}
p.dropcap:first-letter {
  display: block;
  float: left;
  font-size: 50px;
  line-height: 51px;
  margin: -1px 8px -2px 0;
  color: #ff1818;
}
blockquote {
    border-left: none;
    display: inline-block;
    position: relative;
    padding: 0 0 0 50px;
    font-style: italic;
    margin: 20px 0 20px 0;
	font-size: inherit;
}
blockquote::after {
    content: "\f10d";
    color: #e5e5e5;
    font-size: 32px;
    font-style: normal;
    font-family: FontAwesome;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}
.comment-list {
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.comment-post h4 img {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    float: left;
	border-radius: 50%;
}
.comment-post p {
    overflow: hidden;
}
.form-contact form label {
    font-size: 15px;
    font-weight: 400;
    color: #777;
}
.comment-form .form-contact .form-control {
    background-color: #f5f5f5;
}
textarea.form-control {
    height: auto;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .form-control {
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    font-size: 12px;
    color: #7a7a7a;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    background: #FFF;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.comment-list h4{
	font-weight: bold;
    font-size: 1.4em;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .form-control:focus {
    border-color: #bbb;
    background: #FFF;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio]{
	margin-top: 6px;
}
.st-comment{
	color: #ec2127;
}
.st-comment:hover{
	color: #333;
}
.btn-default:hover, .btn-default:focus {
    background-color: #333;
    border-color: #333;
    color: #fff;
}
.login-form {
    padding: 20px;
	text-align: left;
    background-color: #f5f5f8;
}
input, button, select, textarea, label {
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
	color: #999;
}
.login-form h3{
	margin-top: 0;
}
.login-form form a {
    display: inline-block;
    margin-left: 5px;
}
.login-form form .checkbox a{
	color: #999;
    text-decoration: underline;
}
.login-form form .checkbox a:hover{
	text-decoration: none;
}
.login-form h3 span {
    color: #777;
    font-size: 15px;
}

.interview .login-form .form-group h3{
	font-size: 18px;
}

.interview .form-group:not(.no-border){
	border-bottom: 1px solid #D0D6DF;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.interview .form-group .radio,
.interview .form-group .checkbox{
	margin-left: 40px;
}

.interview .form-group textarea{
	margin-bottom: 15px;
    margin-top: 20px;
}

.rating-stars ul {
  list-style-type:none;
  padding:0;
  -moz-user-select:none;
  -webkit-user-select:none;
}
.rating-stars ul > li.star {
  display:inline-block;
}

.rating-stars ul > li.star > i.fa {
  font-size:1.5em;
  color:#ccc
}

.rating-stars ul > li.star.hover > i.fa {
  color:#f99b9d;
}

.rating-stars ul > li.star.selected > i.fa {
  color:#ff1818;
}

.rating {
  float: left;
  width: 45%;
  margin-right: 5%;
  text-align: center;
}

.rating-num {
  color: #333333;
  font-size: 85px;
  font-weight: 100;
  line-height: 100px;
}

.rating-stars {
	font-size: 1.5em;
	color: #E3E3E3;
	margin-top: 25px;
	margin-bottom: 15px;
}
.rating-stars .active {
  color: #ec2127;
}

.rating-users {
  font-size: 14px;
}

.histo {
  float: left;
  width: 50%;
  font-size: 13px;
}

.histo-star {
  float: left;
  color: #999999;
  padding-right: 10px;
}

.histo-rate {
  width: 100%;
  display: block;
  clear: both;
}

.bar-block {
  color: #333;
  display: block;
  float: left;
  width: 75%;
  position: relative;
  background-color: #E9E9E9;
  margin-bottom: 7px;
  height: 26px;
}

.bar {
  display: block;
}

.bar > span{
	padding-left: 3px;
}

.bar-five {
  width: 0;
  background-color: #9FC05A;
  display: inline-block;
}

.bar-four {
  width: 0;
  background-color: #ADD633;
  display: inline-block;
}

.bar-three {
  width: 0;
  background-color: #FFD834;
  display: inline-block;
}

.bar-two {
  width: 0;
  background-color: #FFB234;
  display: inline-block;
}

.bar-one {
  width: 0;
  background-color: #FF8B5A;
  display: inline-block;
}
.block-rating{
	border: 3px solid #f5f5f8;
    padding: 10px 4px 4px;
}
.blog-post .limit{
	padding: 3px;
    font-size: 13px;
}
.popular-post.small .popular-img a img{
	width: 65px;
    height: 65px;
}
.popular-post.small .popular-img{
	float: left;
    margin-right: 10px;
}
.popular-post.small li:last-child{
	padding-bottom: 0;
}
.btn-red.full,
.btn-red-br.full{
	width: 100%;
	margin-bottom: 20px;
}
.user-tooltip a{
	display: inline-block;
	padding-right: 4px;
}
.intro-text {
    padding: 60px 0;
    background-color: #eee;
}
.intro-text h2 {
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 25px;
}
p.lead {
    font-size: 16px;
    font-weight: 400;
}
.ribbon {
    position: absolute;
    right: -55px;
    bottom: -14px;
    font-size: 12px;
    text-align: center;
    width: 165px;
    color: #fff;
	padding: 14px 33px 1px;
    display: block;
	background-color: rgba(255, 24, 24, 0.8);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 85px;
    line-height: 16px;
}
.panel-default > .panel-heading {
    color: #000;
    background-color: #fff;
    border-color: #f5f5f5 !important;
    padding: 7px 12px;
}
.panel-body{
	padding-bottom: 7px;
}
.sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box;
}
.sweet-alert .sa-wrap {
    margin: 20px auto;
    padding: 0;
    position: relative;
}
.sweet-alert .sa-icon.sa-warning {
    border-color: #FFBA80;
}
.sweet-alert .sa-icon.sa-warning .sa-body {
    position: absolute;
    width: 5px;
    height: 47px;
    left: 50%;
    top: 10px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #FFBA80;
}
.sweet-alert .sa-icon.sa-warning .sa-dot {
    position: absolute;
    width: 7px;
    height: 7px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-left: -3px;
    left: 50%;
    bottom: 10px;
    background-color: #FFBA80;
}
.sweet-alert {
    background-color: white;	
	border-radius: 5px;
    text-align: center;
}
.sweet-alert h2 {
    color: #333;
    font-size: 30px;
    text-align: center;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block;
}
.sweet-alert p:not(.help-block-error) {
    color: #797979;
    font-size: 16px;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal;
}
.sa-button-container button,
.sa-button-container a{
	margin: 26px 5px 0 5px;
}
.profile, .settings{
	padding-top: 40px;
}
.profile .user-info-left {
    text-align: center;
}
.profile .user-info-left h2 {
    margin-bottom: 20px;
	font-size: 18px;
}
.btn-custom-primary {
    background-color: #E24715;
    border-color: #cb4013;
    color: #fff;
}
.profile-upload {
	background: #fff;
    color: #ff1818;
    border: 1px solid #ff1818;
}
.profile-upload:hover,
.profile-upload:focus{
	background-color: #ff1818;
    border-color: #ff1818;
    color: #fff;
}
.profile-delete {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.profile-delete:hover,
.profile-delete:focus{
	background-color: #333;
    border-color: #333;
	color: #fff;
}
.profile .user-info-right {
    border-left: 1px solid #ddd;
    padding-left: 30px;
}
.user-info-right .sidebar-box h4{
	border-bottom: 0;
}
.data-row .data-name {
    width: 12em;
    color: #b9b9b9;
    vertical-align: top;
}
.data-row .data-name, .data-row .data-value {
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
}
.data-row {
    margin-bottom: 0;
}
.share{
	background-color: #f3f3f3;
    text-align: center;
    margin-bottom: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.share li {
    vertical-align: middle;
    padding: 0;
	color: #999 !important;
}
.share li:first-child{
	padding-right: 5px;
}
.heart{
	width: 45%;
    background-color: #ff1818;
    position: absolute;
    top: 15px;
    right: 0;
	color: #fff;
	text-transform: uppercase;
}
.heart > span{
	background: url(../images/heart.png) no-repeat;
	width: 42px;
    height: 37px;
    position: absolute;
    color: #ff1818;
    font-weight: bold;
    line-height: 37px;
    font-size: 20px;
    text-align: center;
    right: 44px;
    top: -6px;
}
.heart > em{
	font-style: normal;
    width: 35px;
    display: inline-block;
}
.finished{
	background: url(../images/finished.png) no-repeat;
	width: 98px;
	height: 93px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.nav-tabs {
    border: 0;
}
.nav-tabs > li > a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0px;
    border-radius: 0;
    background-color: #f4f4f4;
    border: 0;
	text-decoration: none;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: 0;
    background-color: #ff1818;
    color: #fff;
} 
.box__icon {
    width: 100%;
    height: 80px;
    fill: #ff1818;
    display: block;
    margin-bottom: 20px;
}
.box__file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.box__file + label {
    cursor: pointer;
    display: inline-block;
    color: #000;
	margin-bottom: 0;
}
.box__file + label strong {
    font-weight: bold;
} 
.box__dragndrop {
    cursor: initial;
}
.drop-zone,
#dropZone {
    color: #000;
    font-size: 16px;
    text-align: center;
    outline: 2px dashed #ec2127;
    outline-offset: -7px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    background-color: #f5f5f5;
    padding: 50px 30px;
    margin-bottom: 10px;
}
.highlight-list li i {
    color: #ff1818;
    margin-right: 10px;
}
.interview .form-group h3 span{
	background-color: #ec2127 !important;
    color: #FFFFFF;
    width: 24px;
    height: 26px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    margin-top: 1px;
    border-radius: 0 35px 35px 0;
    font-size: 16px;
    line-height: 25px;
}
hr {
    background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
    background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2), transparent);
    border: 0;
    height: 1px;
    margin: 22px 0 22px 0;
}
.process-step {
    margin: 0 auto;
    width: 700px;
    overflow: hidden;
    list-style: none;
    padding: 0;
    position: relative;
}
.process-border {
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid #dadada;
    height: 100%;
}
.step {
    width: 700px;
    float: right;
    text-align: left;
    margin: 0 0 10px;
    padding: 10px 0 0 405px;
    position: relative;
}
.step.even {
    float: left;
    text-align: right;
    padding: 10px 405px 0 0;
}
.step .icon-square {
    position: relative;
    margin-left: 10px;
}
.icon-square {
    display: inline-block;
}
.step .icon-square:before {
    content: "";
    display: block;
    width: 65px;
    border-bottom: 1px solid #dadada;
    position: absolute;
    top: 35px;
    left: -65px;
}
.step.even .icon-square:before {
    left: auto;
    right: -65px;
}
.step h5 {
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
    margin-top: 10px;
}
.step.even .icon-square {
    margin-right: 10px;
}
.img-square{
	width: 70px;
	height: 70px;
	overflow: hidden;
	border: 2px solid #ddd;
	-moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.img-square:hover,
.step:hover .img-square{
	border: 2px solid #ec2127;
}
.step:hover h5 a{
	color: #ec2127;
}
.panel-title i {
    margin-right: 10px;
    color:#ff1818;
}
.mental-post {
    width: 25%;
    padding: 15px;
	float: left;
}
.item-img-wrap {
    position: relative;
    text-align: center;
    overflow: hidden;
}
.mental-desc {
    width: 100%;
    padding: 10px 10px;
    background: #FFF;
    border-top: none;
    position: relative;
}
.mental-desc:before {
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    margin-left: 20px;
    width: 8px;
    height: 8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    z-index: 100;
}
.mental-desc h3 {
    margin: 10px 0;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.mental-desc span,
.mental-desc span p {
    font-size: 13px;
    color: #999;
	display: block;
    line-height: 18px;
}
.mental-desc h3 a{
	text-decoration: none;
}
.panel-ico {
    position: relative;
}
.panel-ico:after {
    content: '\f067';
    color: #888;
    display: block;
    font-family: 'FontAwesome';
    position: absolute;
    right: 15px;
    top: 8px;
}
.panel-ico.active:after {
    content: '\f068';
    color: #ff1818;
}
.panel-group .panel-heading a {
    position: relative;
    display: block;
    padding: 8px 20px 8px 10px;
    font-size: 16px;
    color: #505050;
    line-height: 1.5;
    
    text-decoration: none;
    font-weight: 400;
}
.panel-group .panel-heading {
    padding: 0;
    background: white;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}
.panel-ico.active a {
    font-weight: bold;
}
.last{
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}
.quote {
    position: relative;
}
.quote blockquote {
    padding: 25px 0 45px;
    border: 0;
    margin: 0;
    font-size: 14px;
    font-style: italic;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 2px;
}
.quote blockquote p {
    color: #555;
    padding-left: 30px;
    padding-right: 30px;
	font-size: 16px;
}
.quote blockquote p > .title{
	display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.32);
    margin-bottom: 10px;
}
.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: #d61402;
}
.quote.green blockquote:before {
    border-top-color: #ff1818;
}
.quote.dark blockquote {
    background-color: #b2b1b7;
}
.quote.dark blockquote:before {
    border-top-color: #b2b1b7;
}
.quote.red blockquote {
    background-color: #f16b68;
}
.quote.red blockquote:before {
    border-top-color: #f16b68;
}
.quote-footer {
    margin: 10px 0;
}
.quote-footer .quote-author-img img,
.quote-footer .quote-author-img i {
    float: left;
    max-width: 90px;
    width: 90px;
    height: 90px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-left: -5px;
    margin-top: -40px;
    position: relative;
    z-index: 1;
    padding: 5px;
    background-color: #fff;
}
.quote-footer .quote-author-img i.fa-user {
    background-color: #f3f3f3;
    border: 5px solid #fff;
    font-size: 60px;
    text-align: center;
	color: #999;
}
.quote-footer h4 {
    font-size: 16px;
    margin-bottom: 4px;
}
.quote-footer p {
    font-weight: 400;
    font-style: italic;
    font-size: 14px;
}
.quote blockquote::after{
	display: none;
}
.progress-bar-info {
    background-color: #d3394c;
}
.inputfile-6 + label {
    border: 1px solid #d3394c;
    background-color: #f1e5e6;
    padding: 0;
}
.inputfile-6 + label {
    color: #d3394c;
}
.inputfile + label {
    width: 100%;
    font-size: 1.25rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 3px 0;
	margin-top: 10px;
	margin-bottom: 0;
}
.inputfile-6 + label span {
    width: 74%;
    min-height: 2em;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
}
.inputfile-6 + label span{
	padding: 0 0 0 15px;
}
.inputfile-6 + label strong {
    padding: 0.825rem 1.25rem;
}
.inputfile-6 + label strong {
    height: 100%;
    color: #f1e5e6;
    background-color: #d3394c;
    display: inline;
	font-weight: normal;
	width: 26%;
}
.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em;
}
.inputfile-6 {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.comment-post .title {
    margin-bottom: 40px;
    padding-bottom: 10px;
    position: relative;
	font-size: 24px;
}
.comment-post .title:after {
    height: 1px;
    background: #d1d1d1;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.18)), color-stop(35%, rgba(0, 0, 0, 0.12)), color-stop(70%, rgba(0, 0, 0, 0.05)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    bottom: -1px;
    left: 0;
    content: "";
    width: 100%;
}
.comment-avatar {
    width: 50px;
    float: left;
    margin: 0 15px 0 0;
}
.comment h3 {
    margin-top: 0;
    margin-bottom: 5px;
}
.comment-meta {
    margin-bottom: 15px;
    color: #999;
    font-size: 12px;
	line-height: 1.46666667;
}
.comment-content {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 40px;
    clear: both;
}
.comment p {
    margin-bottom: 10px;
	font-size: 14px;
}
.comment .btn-sm-link {
    padding: 0;
	font-size: 14px;
	text-decoration: none;
}
.comment .comment {
    margin-left: 75px;
}
.user i.fa-user {
    background-color: #f3f3f3;
    font-size: 30px;
    text-align: center;
    color: #999;
	line-height: 46px;
}
.user i{
    max-width: 50px;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}
.comment .login-form{
	margin-bottom: 30px;
}
.comment h3 a{
	text-decoration: none;
}
.comment-post .no-user{
	color: #777;
	margin-bottom: 0;
}
.comment-post .no-user a{
	text-decoration: underline;
}
.profile-avatar.user i{
	max-width: 119px;
    width: 119px;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    height: 119px;
}
.profile-avatar.user i.fa-user {
    font-size: 70px;
    line-height: 119px;
}
#back-top-wrapper {
	bottom: 120px;
	overflow: hidden;
	position: fixed;
	visibility: hidden;
	right: 20px;
	z-index: 99;
}
#back-top {
	background: transparent;
	border: 1px solid #aeaeae;
	cursor: pointer;
	height: 48px;
	margin: 0;
	-webkit-transition: background 0.5s ease 0s, border-color 0.5s ease 0s;
	-moz-transition: background 0.5s ease 0s, border-color 0.5s ease 0s;
	-o-transition: background 0.5s ease 0s, border-color 0.5s ease 0s;
	transition: background 0.5s ease 0s, border-color 0.5s ease 0s;
	width: 48px;
	-moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
#back-top:hover {
	border-color: #ff1818;
}
#back-top a{
	text-decoration: none;
}
#back-top i {
	color: #aeaeae;
    font-size: 45px;
    text-align: center;
    line-height: 45px;
    display: block;
}
#back-top:hover i {
	color: #ff1818;
}
@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
		transform: scale(.3);
		visibility: visible;
	}
	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}
	70% {
		-webkit-transform: scale(.9);
		transform: scale(.9);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
		visibility: visible;
	}
}
@keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
		-ms-transform: scale(.3);
		transform: scale(.3);
		visibility: visible;
	}
	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
	}
	70% {
		-webkit-transform: scale(.9);
		-ms-transform: scale(.9);
		transform: scale(.9);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		visibility: visible;
	}
}
.bounceIn {
	-webkit-animation: bounceIn .40s linear forwards;
			 -o-animation: bounceIn .40s linear forwards;
					animation: bounceIn .40s linear forwards;
}
@-webkit-keyframes bounceOut {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	25% {
		-webkit-transform: scale(.95);
		transform: scale(.95);
	}
	50% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(.3);
		transform: scale(.3);
		visibility: hidden;
	}
}
@-o-keyframes bounceOut {
	0% {
		-o-transform: scale(1);
		transform: scale(1);
	}
	25% {
		-o-transform: scale(.95);
		transform: scale(.95);
	}
	50% {
		opacity: 1;
		-o-transform: scale(1.1);
		transform: scale(1.1);
	}
	100% {
		opacity: 0;
		-o-transform: scale(.3);
		transform: scale(.3);
		visibility: hidden;
	}
}
@keyframes bounceOut {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	25% {
		-webkit-transform: scale(.95);
		-ms-transform: scale(.95);
		transform: scale(.95);
	}
	50% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(.3);
		-ms-transform: scale(.3);
		transform: scale(.3);
		visibility: hidden;
	}
}
.bounceOut {
	visibility: visible;
	-webkit-animation: bounceOut .40s linear forwards;
			 -o-animation: bounceOut .40s linear forwards;
					animation: bounceOut .40s linear forwards;
}
.blog-post .number{
	position: absolute;
    top: 15px;
    right: 0;
}
.blog-post .number .wr-num{
    background-color: #ff1818;  
    color: #fff;
    text-transform: uppercase;
	padding: 0 5px;
}
.blog-post .number span{
	background-color: #fcfcfc;
	background-image: url(../images/blog-post-number.png);
	background-repeat: no-repeat;
    width: 24px;
    height: 32px;
    display: inline-block;
    border-radius: 3px;
	text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
	color: #333;
	margin-top: -10px;
    margin-bottom: -10px;
	position: relative;
}
.blog-post .number span > i{
	font-style: normal;
	position: absolute;
    top: 2px;
    left: 5px;
}
.blog-post .number span:nth-child(2){
	margin-left: 3px;
}
.btn-close{
	background: transparent;
    border: 0;
	color: #ff1818;
    width: 16px;
    height: 16px;
    padding: 0;
    line-height: 16px;
	outline: 0;
	float: right;
	font-size: 28px;
    font-family: Arial, Baskerville, monospace;
	margin-bottom: 10px;
}
.blog-post .finish{
	background-image: url(../images/blog-post-finish.png);
	width: 159px;
	height: 45px;
	position: absolute;
    bottom: 5px;
    right: 5px;
	color: #207bc8;
	font-size: 15px;
	text-transform: uppercase;
}
.blog-post .finish span{
	-moz-transform: rotate(-4deg);
    -webkit-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg);
    display: block;
    line-height: 45px;
}
.vote{
	margin-top: 10px;
	position: relative;
}
.votes-text{
	padding: 5px;
    background-color: #f3f3f3;
    text-align: center;
}
.vote i{
	font-size: 18px;
}
.v-heart span,
.v-thumbs span {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #ff1818
}
.v-heart span:before{
	content: "\f08a";
}
.v-heart.is-active span:before{
	content: "\f004";	
}
.v-thumbs span:before{
	content: "\f087";
}
.v-thumbs.is-active span:before{
	content: "\f164";	
}
.blog-post .data-row .data-name,
.blog-post .data-row .data-value{
	padding: 0;
	font-size: 14px;
}
.blog-post small{
	color: #888;
	display: block;
	text-align: left;
}
.v-heart,
.v-thumbs {
	cursor: pointer;
	transition: background-position 1s steps(28);
	transition-duration: 0s;
	border-top: 1px dashed #a1a1a1;
}
.v-thumbs:hover{
	opacity: 0.8;
}
.sidebar-box .v-thumbs{
	border: 1px solid rgba(161, 161, 161, 0.43);
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
.v-heart.is-active {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}
.sweet-alert .sa-icon.sa-success {
    border-color: #A5DC86;
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
    width: 25px;
    left: 14px;
    top: 46px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-success .sa-line {
    height: 5px;
    background-color: #A5DC86;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
    width: 47px;
    right: 8px;
    top: 38px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.sweet-alert .sa-icon.sa-success .sa-placeholder {
    width: 80px;
    height: 80px;
    border: 4px solid rgba(165, 220, 134, 0.2);
    -webkit-border-radius: 40px;
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2;
}
.sweet-alert .sa-icon.sa-success .sa-fix {
    width: 5px;
    height: 90px;
    background-color: white;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.item-img-overlay.pdf span{
	background: url(../images/pdf-document.png) no-repeat center center rgba(0, 0, 0, 0.7);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
.help-title{
	color: #b9b9b9;
}
.pv-404{
    padding-top: 40px;
    padding-bottom: 40px;
	text-align: center;
	background: rgba(255,255,255,0.75);
}
@media screen and (min-width: 768px){
	.pv-404 h1{
		font-size: 130px;
	}
}

@media screen and (max-width: 767px) {
  .pv-404 h1{
    font-size: 60px;
  }
}

.pv-404 h1 {
    color: #ff1818;
	line-height: 1.2;
}
.bg-404{
	background-image: url("../images/404.jpg");
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat:no-repeat;
	background-position:100% 0;
	position:relative;
	min-height:800px;
}
.help-block-error {
	margin-top: 0;
	margin-bottom: 0;
}
.block-pdf h2{
	margin-bottom: 30px;
}
.block-pdf h2 span{
	border-bottom: 2px solid #ff1818;
    padding-bottom: 5px;
}
.rew-block{
	
}
.rew-block h2 span{
	border-bottom: 2px solid #ff1818;
    padding-bottom: 5px;
}
.rew-block small{
	margin: 20px 0 10px 0;
}
.blog-post .list-inline a{
	text-decoration: none;
}
.rew-block.r-small h2 {
	font-size: 20px;
}
text[text-anchor="end"]{
	display: none;
}
.blockquote-color blockquote {
    display: block;
    background: #fff;
    padding: 15px 20px 15px 50px;
    margin: 0 0 20px;
    position: relative;
    font-size: 14px;
    line-height: 1.2;
    color: #666;
    border-top: 1px solid #d2d3d4;
    border-bottom: 1px solid #d2d3d4;
    border-left-style: solid;
    border-left-width: 15px;
    border-right-style: solid;
    border-right-width: 2px;
}
.blockquote-color blockquote:nth-child(2n) {
    border-left-color: #656d77;
    border-right-color: #434a53;
}
.blockquote-color blockquote:nth-child(2n+1) {
    border-left-color: #ed5565;
    border-right-color: #da4453;
}
.blockquote-color blockquote.bittersweet {
    border-left-color: #fc6d58;
    border-right-color: #e95546;
}
.blockquote-color blockquote h2{
	text-align: left;
    font-size: 16px;
}
.blockquote-color blockquote h2 span{
	font-size: 24px;
}
.blockquote-color blockquote.sunflower {
    border-left-color: #ffcd69;
    border-right-color: #f6ba59;
}
.blockquote-color blockquote.grass {
    border-left-color: #9fd477;
    border-right-color: #8bc163;
}
span.Cgrass {
    color: #8bc163;
}
.blockquote-color blockquote:nth-child(2n) h2 span{
    color: #434a53;
}
.blockquote-color blockquote:nth-child(2n+1) h2 span{
    color: #da4453;
}
span.Cbittersweet {
    color: #e95546;
}
span.Csunflower {
    color: #f6ba59;
}
.blockquote-color blockquote::after {
    left: 10px;
    top: 5px;
}
.blockquote-color blockquote p{
	margin: 0 0 10px 0;
    line-height: 20px;
}
.blockquote-color blockquote .bl-img{
	width: 90px;
    margin-right: 10px;
    float: left;
}
.blockquote-color blockquote .bl-desc{
	float: left;
	width: 90%;
}
.blockquote-color .bl-img img{
	max-width: 90px;
	width: 90px;
	height: 90px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #f0f0f0;
}
.blockquote-color .bl-img img:hover{
	border-color: #ff1818;
}
.navbar-toggle{
	margin-top: 18px;
}
.help-block.help-block-error{
	color: #a94442;
}
.ya-share2__container_size_m .ya-share2__icon{
	height: 36px !important;
    width: 36px !important;
	background-size: 36px !important;
}
.about .text a{
	text-decoration: underline;
}
.h-desc {
	min-height: 178px;
    overflow: hidden;
    max-height: 178px;
    margin-bottom: 20px;
}
.h-desc p{
	line-height: 23px;
}
.panel-title a{
	text-decoration: none;
}

#footer {
    background: #3b3b3b;
    font-size: 0.9em;
	/*position: absolute;
    bottom: 0;*/
	padding: 40px 0 0;
    position: relative;
    clear: both;
}
.footer-col h3 {
    color: #fff;
    margin-bottom: 35px;
    font-size: 20px;
    
    font-style: normal;
}
.footer-col p {
    color: #aeaeae;
    font-size: 13px;
}
.footer-social a{
	text-decoration: none;
}
.footer-social li {
    padding: 0;
}
.si-colored-facebook, .si-facebook:hover {
    background-color: #3B5998 !important;
}

.si-colored-youtube,
.si-youtube:hover{
    background-color: #DD4B39 !important;
}
.si-instagram:hover,
.si-colored-instagram {
    /*background-color: #3F729B !important;*/
	background: linear-gradient(90deg, rgba(224,155,61,1) 1%, rgba(112,36,196,1) 100%);
}
.si-telegram:hover,
.si-colored-telegram {
	background-color: #61a8de !important;
}

.si-odnoklassniki:hover,
.si-colored-vk{
	background-color: #5075A5 !important;
}

.social-icon {
    margin: 0 5px 5px 0;
    width: 36px;
    height: 36px;
    font-size: 20px;
    line-height: 40px !important;
    color: #555;
    text-shadow: none;
    border-radius: 3px;
    overflow: hidden;
    display: block;
    float: left;
    text-align: center;
    border: 1px solid #AAA;
}
.social-icon:hover {
    border-color: transparent;
	text-decoration: none;
}

.social-icon:focus{
	text-decoration: none;
}
.social-icon i {
    display: block;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 39px;
    position: relative;
}
.social-icon:hover i:first-child {
    margin-top: -40px;
}
.si-dark {
    background-color: #333;
    border: 0 !important;
    color: #fff !important;
}
.si-gray-round {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.footer-btm {
    margin-top: 30px;
    padding: 20px;
    background-color: transparent;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-btm span{
	color: #888;
}
.footer-col .contact p {
    margin-bottom: 14px;
}
.footer-col .fa-map-marker{
	font-size: 16px;
}
.footer-col .contact i.fa{
	padding-right: 20px;
    width: 10px;
}
.footer-col a{
	color: #aeaeae;
}
.footer-col .footer__form .btn-default{
	margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #333;
    color: #fff;
    border-color: #333;
    padding: 7px 10px;
	outline: 0;
}
#footer .container > .row > div:first-child a{
	color: #fff;
}
#footer .container > .row div:first-child a:not(.social-icon):hover{
	color: #fff;
	text-decoration: underline;
}
.footer-col a:hover{
	color: #fff;
}
.footer__form input[type="email"]{
	font-size: 14px;
}
.footer-col .si-dark.youtube:hover{
	background-color: #DD4B39 !important;
}
.footer-col .si-dark.instagram:hover{
	background: linear-gradient(90deg, rgba(224,155,61,1) 1%, rgba(112,36,196,1) 100%);
}

.footer-col .si-dark.vk:hover{
	background-color: #5075A5 !important;
}
.footer-col .si-dark.telegram:hover{
	background-color: #61a8de !important;
}
.footer-col .si-dark.facebook:hover{
	background-color: #3B5998 !important;
}

.field-signupform-agreement .help-block-error {
	display: inline;
	margin-left: 20px;
}
.pagination .disabled { display: none }

.collage .item-img-wrap:hover img {
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
}
.collage .item-img-overlay {
	margin: 5px;
}
.f-agree{
	line-height: 16px;
	margin: 0;
}
.margin45{
	margin-bottom: 45px;
}
.f-agree a{
	color: #aeaeae !important;
}
.f-agree a:hover{
	color: #fff !important;
    text-decoration: underline;
}
.page-desc-help > a{
	margin-left: 20px;
}
.page-desc-help > p{
	display: inline;
}

.user-tooltip a {
    vertical-align: top;
}
.block-rating.list .rating,
.block-rating.list .histo,
.block-rating.list .histo-star{
	float: none;
    width: 100%;
	display: block;
	text-align: left;
}
.block-rating.list{
	padding: 20px;
}
.block-rating.list h3{
	margin-top: 0;
}
.login-form.list{
	border: 3px solid #f5f5f8;
	background-color: #fff;
}

.popular-post.small li {
    height: 65px;
    position: relative;
}
.popular-post.small .popular-img{
    /*float: left;*/
    margin-right: 10px;
    position: absolute;
    width: 65px;
    height: 65px;
}
.popular-post.small .popular-desc{
    /*display: table;*/
    margin-left: 75px;
}

.field-signupform-captcha img {
    margin-bottom: 10px;
}
#preview-photo {
    margin: 0;
    padding: 0;
}
#preview-photo li {
    position: relative;
    border-radius: 3px;
    border: 1px solid #ddd;
    background-color: #fff;
    width: 80px;
    height: 80px;
    margin-top: 20px;
    margin-right: 20px;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 20px;
    text-align: center;
}
#preview-photo .delete {
    position: absolute;
    width: 9px;
    height: 9px;
    right: 10px;
    top: 10px;
    margin-left: 0;
    margin-top: 0;
    background: transparent url(/images/close-small-red.svg);
    cursor: pointer;
    z-index: 100;
    background-color: #fff;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-position: center center;
    text-indent: -9999px;
}
.blog-post--magazin .item-img-wrap{
    height: 252px;
}
.social-icon-svg--youtube{
	background: url("/images/svg/social-icon-yuotube.svg") 50% 0 no-repeat;
}
.social-icon-svg--telegram{
	background: url("/images/svg/social-icon-telegram.svg") 50% 0 no-repeat;
}
.social-icon-svg--instagram{
	background: url("/images/svg/social-icon-instagram.svg") 50% 0 no-repeat;
}
.social-icon-svg{
	width: 100%;
	height: 39px;
}