*{ box-sizing: border-box; }

html, body{
	margin: 0;
	padding: 0;
	height: auto;
	min-height: 100%;
	background-color: #fafafa;
}

.nav--tab-search-result-block {
position: absolute;
	top: calc(100% + 4px);
    z-index: 99;
    width: 100%;
    padding: 10px;
    background: #ffffff;
    border-radius: 0 0 6px 6px;
    border: 1px solid #efefef;
    /*box-shadow: -2px 3px 10px rgba(136, 136, 136, .15);*/

}

.nav--tab-search-result-block-inner {
    max-height: 300px;
    overflow-y: auto;
}

.tags--list-item {
background-color: rgba(236, 227, 211, 0.25);
    border-radius: 0.25rem;
    display: inline-block;
    /*font-family: sans-serif !important;*/
    font-size: 13px;
    line-height: 1rem;
    margin: 0px 0.5rem 0.5rem 0px;
    padding: 0.25rem 0.5rem;
    white-space: nowrap;
    color: #b2aea6;
    text-decoration: none;
    display: flex;
    align-items: flex-start;
}

.tags--list-item-count {
    margin-left: auto;
    color: #BCBCBC;
	font-size:12px;
}

.wear-item-tags--item:hover, .tags--list-item:hover {
background-color: rgba(236, 227, 211, 0.60) !important;
}



.shad {
	box-shadow: -2px 3px 10px rgba(136, 136, 136, .15);
	border-radius:4px;
	background:#fff;
}
.shad:hover {
	box-shadow: -2px 3px 10px rgba(136, 136, 136, .25);
}
.plus--minus {
    width: 50%;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
	padding-right:7px;
}

.plus--minus.voted {
    filter: grayscale(1);
	opacity:.6;
}

.pm-ratin {
    font-size: 13px;
    padding-left: 8px;
    padding-right: 8px;
    font-weight: 500;
	font-family: NunitoRegular;
}

.nav{
	position: relative;
	display: flex;
	height: 70px;
	align-items: center;
	background-color: #f5f5f5;
}

.pag {
	margin: 50px auto 50px;
    font-family: NunitoRegular;
	width: 91%;
	max-width: 400px;
    height: 50px;
    border-radius: 4px;
    /*background: whitesmoke;
    border: 1px solid #dedede;*/
	text-align: center;
	box-shadow: -2px 3px 10px rgba(136, 136, 136, .15);
    border-radius: 4px;
    background: #fff;
}

.lh42 {
    line-height: 50px;
}

.inact {
	background-color: #adadad;
    margin: 5px;
    padding: 15px 10px;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 10px;
    color: #fff;
	}
.rig {
	float: right;
}
.lef {
	float: left;
}
	
.pactiv {
	background: #78c1bc;
    text-decoration: none;
    margin: 5px;
	color: #fff;
	padding: 15px 10px;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 12px;
	line-height: 10px;
}

.pactiv:hover {
	opacity:0.8;
}
	
.pamidl {
	height: 28px;
    width: 30px;
    outline: 0;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    color: #666;
    text-align: center;
	-webkit-appearance: none;
	line-height:20px;
}
.content-wrapper{
	max-width: 1218px;
	padding-left: 23px;
	padding-right: 23px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.wallbor {
    padding: 30px;
    background-color: #fdfdfd;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
}

.prevrez {
	margin-top:2px;
	font-family: NunitoRegular;
	font-size: 13px;
	padding-left:8px;
}
.tag {
    padding: 4px 8px;
    margin: 0 2px 4px 0;
    background: #78c1bc;
	font-size: 13px;
    font-weight: normal;
    line-height: 16px;
    border-radius: 3px;
    -webkit-transition: 300ms ease all;
    transition: 300ms ease all;
	display: inline-block;
	}
	
.tag:hover {
    color: #fff;
    background: #5aa7a1;
    text-decoration: none;
}

.nav .content-wrapper{
	width: 100%;
}

.nav .menu, .nav .user-block{
	list-style-type: none;
	display: inline-block;
}

.nav .menu{
	order: 3;
}
.nav .search-block{
	order: 2;
	flex-grow: 3;
}
.nav .user-block{
	order: 4;
}

.nav .logo{
	font-size: 24px;
	margin-right: 40px;
	line-height: 1;
}

.nav .logo-link{
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #000;
}

.nav .logo-link:hover{
	color: #585858;
}

.nav .logo-link .icon{
	width: 24px;
	height: 24px;
}

.nav .logo-link span{
	font-size: 21px;
	font-family: NunitoBold;
	line-height: 24px;
}


.nav .search-block{
	position: relative;
}

.nav .search-block input{
	padding: 7px 14px 7px 30px;
	border: 1px solid #f5f5f5;
	font-size: 14px;
	width: 100%;
	transition: background .15s,border .15s;
	line-height: 18px;
	outline: none;
	border-radius: 4px;
	box-sizing: border-box;
}

.nav .search-block label{
	font-size: 15px;
	position: absolute;
	top: 50%;
	left: 8px;
	transform: translateY(-8px);
	color: #ccc;
	transition: color .15s;
}

.nav .search-block input:focus{
	border-color: #e5e5e5;
}

.nav .search-block input:focus + .fa{
	color: #666;
}

.nav .menu{
	padding-left: 0;
	margin: 0 0 0 55px;
}

.nav .menu .menu-item:first-child{
	margin-left: 0;
}

.nav .menu .menu-item:last-child{
	margin-right: 55px;
}

.nav .menu .menu-item{
	display: inline-block;
	font-family: NunitoBold;
	margin-left: 21px;
}

.nav .menu .menu-item a{
	text-decoration: none;
	color: #121212;
}
.nav .menu .menu-item a:hover{
	text-decoration: underline;
	color: #585858;
}

.nav-btn{
	background: 0 0;
    border-radius: 0;
    color: #636363;
    outline: 0;
    border: none;
    padding: 13px 10px 10px 10px;
    margin-left: 5px;
}

.sorblock{
	margin-top:20px;
	margin-bottom:5px;
	float: left;
    padding: 0;
    width: 100%;
    border-radius: 4px;
}

.sb {
    display: flex;
    justify-content: space-between;
}
.sb_left {
	font-family: NunitoRegular;
	float: left;
    text-align: left;
}

.filter p {
    float: left;
    margin: 0px;
	margin-right:5px;
	font-family: NunitoRegular;
}

form p {
    margin-bottom: 10px;
    text-align: left;
}

.nav-btn.active{
	    color: #fff;
	background-color: #78c1bc;
}

.nav-btn svg{
	fill: currentColor;
	width: 19px;
	height: 19px;
}

.nav .user-block{
	padding: 0;
}

.nav .user-block .user-block-item{
	display: inline-block;
	font-family: NunitoBold;
	font-size: 14px;
}

.nav .user-block .user-block-item:last-child{
	margin-left: 8px!important;
}

.nav .user-block .user-block-item .btn{
	display: inline-block;
	text-decoration: none;
	padding: 9px 12px;
	line-height: 16px;
	border-radius: 4px;
	transition: background-color .1s,background-image .1s,color .1s,border-color .1s;
}

.user-block-item .icon{
	width: 19px;
	height: 19px;
	fill: #444;
}

.btn{
	background-color: #78c1bc;
	color: #fff;
	font-family: NunitoBold;
}

.btn:hover{
	box-shadow: inset 0 -8em 0 rgba(255,255,255,.2)
}

.btn:active{
	box-shadow: inset 0 -8em 0 rgba(0,0,0,.1);	
}


.sub-header{
	padding: 80px 0 0;
	margin-bottom: 70px;
}

.sub-header .content-wrapper{
	align-items: stretch;
}

.sub-header .subscribe-block{
	margin-left: -24px;
}

.sub-header .subscribe-block h1{
	font-family: NunitoBold;
	font-size: 42px;
	color: #121212;
	margin: 0;
	line-height: 50px;
}

.sub-header .subscribe-block p{
	font-family: NunitoRegular;
	font-size: 24px;
	color: #666;
	margin-top: 15px;
	line-height: 32px;
}

.subscribe-join{
	margin-top: 55px;
	display: flex;
	align-items: center;
}

.join-btn{
	padding: 10px 30px;
	font-size: 20px;
	border-radius: 6px;
}

.subscribe-info{
	color: #999;
	font-size: 16px;
	line-height: 24px;
	margin-left: 24px;
	font-family: NunitoRegular;
}


.sub-header .brands-block{
	max-width: 350px;
	margin: 45px auto 0;
	padding-left: 15px;
	padding-right: 15px;
}

.sub-header .brands-block p{
	color: #bbb;
	font-size: 14px;
	line-height: 18px;
	font-family: NunitoRegular;
	margin-bottom: 24px;
}



.photos + .photos{
	margin-top: 30px;
}

.photos .content-wrapper{
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	padding: 0;
}

.photo{
	position: relative;
	background: #121212;
}

.photo.big{
	height: 100%;
}

.photo a{
	/*display: block;*/
	z-index: 100;
	height: 100%;
}

.photo a:after{
	content: "";
	/*position: absolute;*/
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(127, 183, 179, 0.75);
	opacity: 0;
	transition: opacity .25s;
	border-radius: 4px;
}

.photo:hover a:after{
	opacity: 1;
}

.photo, .photo img, .photo-bg{
	border-radius: 4px;
}
.photo-list, .photo-list img {
	border-radius: 4px 4px 0 0;
}

.photo.big .photo-title{
	font-size: 32px;
}

.photo-title{
	position: absolute;
	top: 0;
	left: 0;
	padding: 15px 25px;
	color: #fff;
	font-size: 24px;
	font-family: NunitoBold;
	z-index: 2;
}

.photo-title span{
	font-size: 16px;
	font-weight: 500;
	font-family: NunitoRegular;
	display: block;
}


.photo .photo-preview, .photo-preview2{
	opacity: .75;
	height: 100%;
}

.photo:hover .photo-preview:hover, .photo-preview2:hover{
	opacity: .8;
}

.photo-list img, .photo .photo-preview-many img{
	object-fit: cover;
	width: 100%;
	height: 182px;
	padding: 5px 5px 0 5px;
    /*border: 1px solid gainsboro;*/
	border-bottom:none;
}

.photo-list img:hover {
	opacity:0.9;
}

.photo .photo-preview img{
	object-fit: cover;
	width: 100%;
	height: 182px;
}

.photo .photo-preview2 img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.top-offset{
	margin-top: 30px;
}

.top-offset2{
	margin-top: 30px;
}


.small-section{
	margin-top: 30px;
	margin-bottom: 30px;
}

.small-section .content-wrapper{
	padding: 0;
}

.small-section-block{
	border: 1px solid #e5e5e5;
	border-radius: 6px;
}

.small-section-header{
	padding: 24px 38px 24px 11px;
}

.small-section-header h2{
	margin: 0;
	padding: 0;
	font-family: NunitoBold;
	color: #121212;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 8px;
}

.small-section-header p{
	margin: 0;
	font-family: NunitoRegular;
	color: #999;
	font-size: 16px;
	line-height: 20px;
}

.recent-photos{
	padding: 24px 0;
	display: flex;
	position: relative;
	overflow: hidden;
	margin: 0;
	list-style-type: none;
}

.recent-photos-item:not(:first-child){
	margin-left: 10px;
} 

.recent-photos-item img{
}

.recent-photos:after{
	background: url(../image/bg-more.svg);
    background-size: contain;
    content: '';
    position: absolute;
    right: -2px;
    top: -1px;
    bottom: -1px;
    width: 75px;
    pointer-events: none;
}




.p0{
	padding: 0;
}


.photographers .small-section-header{
	padding-right: 9px;
}

.photographers-list{
	margin: 0;
	padding: 24px 0;

}

.photographers-list li{
	display: flex;
	align-items: center;
}

.photographers-list li:nth-child(n+4){
	margin-top: 28px;
}

.photographers-list li img{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 20px;
}

.phtgrphr-name{
	color: #121212;
	line-height: 22px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    font-family: NunitoBold;
    font-size: 16px;
}

.phtgrphr-name:hover{
	text-decoration: underline;
}

.phtgrphr-photos-count{
	color: #999;
	font-size: 14px;
	line-height: 20px;
}


.colors .small-section-header{
	padding-right: 24px;
}

.colors-list{
	padding: 24px 28px 24px 0;
	margin: 13px 0 0 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.color-item{
	list-style-type: none;
	display: inline-block;
	border: 1px solid #d0d0d0;
    border-radius: 50%;
	margin-right: 9px;
}

.color-item:hover{
	transform: scale(1.25);
	z-index: 2;
}

.color-item a{
	display: block;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border:3px solid #ffffff;
}

/*.color-item:not(:first-child){
	margin-right: 9px;
}*/


.quote{
	margin-top: 90px;
	padding-bottom: 80px;
}

.quote .content-wrapper{
	max-width: 570px;
	margin: 0 auto;
	display: block;
	padding: 0;
	
}

.quote-sub-header{
	color: #999;
	font-size: 16px;
	line-height: 24px;
	font-family: NunitoRegular;
}

.quote-header{
	font-size: 42px;
	color: #121212;
	line-height: 50px;
	font-family: NunitoRegular;
	margin: 0;
	font-weight: 100;
}


footer{
	background-color: #f5f5f5;
}

.footer-row{
	padding: 30px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.footer-row .col-md-2{
	padding-left: 30px;
	padding-right: 0;
}

.footer-row .col-md-5{
	padding: 0;
	display: flex;
	align-items: center;
}

.footer-row .store-links{
	padding-left: 10px;
}



.footer-links{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.footer-links a{
	color: #666;
	font-size: 14px;
	line-height: 24px;
	font-family: NunitoRegular;
}

.footer-links a:hover{
	text-decoration: underline;
}

.footer-links img{
	max-width: 100%;
}

footer .photos-info{
	text-align: right;
}

footer .photos-info h3{
	font-size: 24px;
	line-height: 28px;
	color: #121212;
	font-family: NunitoBold;
	margin: 0 0 2px 0;
}

footer .photos-info span{
	color: #999;
	font-size: 14px;
	line-height: 24px;
	font-family: NunitoRegular;
}


.footer-bottom{
	border-top: 1px solid #e5e5e5;
	text-align: center;
	padding: 15px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bottom-links{
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 13px;
	line-height: 18px;
}

.bottom-links li{
	display: inline-block;
}

.bottom-links li a{
	color: #666;
	font-family: NunitoRegular;
}

.bottom-links li a:hover{
	text-decoration: underline;
}

.bottom-links li:not(:first-child){
	margin-left: 24px;
}

.footer-copyright{
	color: #999;
	font-family: NunitoRegular;
	font-size: 13px;
	line-height: 18px;
	margin: 0;
	padding-left: 30px;
}

.footer-copyright .icon-line-heart{
	width: 13px;
	height: 13px;
	fill: currentColor;
	vertical-align: -2px;
}

.footer-copyright a{
	color: #666;
}

.footer-copyright a:hover{
	text-decoration: underline;
}







/***Second Page Styles***/


.photo-page{
	margin-top: 15px;
	margin-bottom: 50px;
}

.photo-page .content-wrapper{
	display: flex;
	align-items: flex-start;
}

.photo-block img{
	max-width: 100%;
}

.photo-info{
	padding-right: 0;
}

.photo-header{
	font-size: 20px;
	line-height: 25px;
	color: #828282;
	font-family: NunitoBold;
	margin:0 0 15px 30px;
}

.photo-taken{
	font-family: NunitoRegular;
	color: #888;
	font-size: 14px;
	line-height: 18px;
	margin-top: 25px;
	display: block;
	
}

.photo-taken-user img{
	width: 20px;
	height: 20px;
	border-radius: 50%;
}

.photo-taken-user a{
	color: #444;
	margin-left: 12px;
}

.photo-info .btn{
	padding: 8px 23px;
	font-size: 16px;
}

.photo-info .empty-btn{
	margin-top: 10px;
	border-radius: 5px;
    padding-left: 0;
    padding-right: 0;
    white-space: nowrap;
    color: #aaa;
    background: 0 0;
    border: 2px solid #ccc;
}

.photo-info .empty-btn:active{
	box-shadow: inset 0 -8em 0 rgba(0,0,0,.05);
}


.small-title{
	color: #121212;
	font-family: NunitoBold;
	font-size: 14px;
	line-height: 20px;
	margin: 25px 0 10px;
}

ul.details{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.details li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 0;
	border-top: 1px dotted #e5e5e5;
	color: #888;
	font-size: 14px;
	line-height: 21px;
}

ul.details li:first-child{
	border-top: none;
	padding-top: 0;
}

.keywords-block{
	font-family: NunitoRegular;
	font-size: 14px;
	line-height: 20px;
	color: #999;
}

.keywords-block a{
	color: white;
}

.colors.small .colors-list{
	margin: 0;
	padding: 0 10px 0 0;
}

.colors.small .color-item a{
	width: 30px;
	height: 30px;
}


.more-photos .content-wrapper{
	display: block;
}

.more-title{
	font-size: 45px;
	color: #121212;
	font-family: NunitoBold;
	text-align: center;
	margin: 50px 0;
	width: 100%;
}

.more-title span{
	color: #999;
	font-family: NunitoRegular;
}

.more-photos-list{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	list-style-type: none;
	padding: 0 10px 0 5px;
}

.more-photos-list .photo-item{
	padding: 0 5px 0 5px;
	overflow: hidden;
	margin-bottom: 10px;
}

.more-photos-list .photo-item img{
	min-width: 100%;
	height: 100%;
}

/************************/


/**Auth page**/



.auth-page{
	max-width: 570px;
	margin: 0 auto;
	padding: 60px 0;

}

.auth-header{
	margin-bottom: 60px;
}

.auth-header h1{
	font-size: 36px;
	line-height: 48px;
	color: #121212;
	font-family: NunitoRegular;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.auth-header p{
	font-size: 14px;
	line-height: 18px;
	color: #999;
	font-family: NunitoRegular;
	text-align: center;
	margin: 5px 0 0 0;
}


.site-logo{
	
	text-align: center;
	width: 100%;
	margin-bottom: 60px;
}

.site-logo a{
	width: 35px;
	height: 35px;
}

.auth-form{
	display: flex;
	align-items: flex-start;
}

.auth-form .auth-form-links{
	padding-right: 30px;
	margin-right: 30px;
	border-right: 1px solid #f5f5f5;
	flex-grow: 2;

}

.auth-form .auth-form-links .btn{
	width: 100%;
	display: inline-block;
	padding: 8px 23px;
	font-size: 16px;
	line-height: 24px;
	border-radius: 4px;
	text-align: center;
}

.auth-links-list, .auth-inputs-list{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.auth-links-list li{
	margin-bottom: 10px;
}

.btn-facebook{
	color: #5679c2;
	background-color: #edf3ff;
}

.btn-twitter{
	color: #55acee;
	background-color: #ebf7ff;
}

.btn-google{
	color: #dc4e41;
	background-color: #fef1ef;
}

.auth-form .auth-form-inputs{
	flex-basis: 54.5%;
}

.auth-inputs-list li{
	margin-bottom: 10px;
}

.auth-inputs-list label{
	display: block;
	font-size: 13px;
	line-height: 24px;
	color: #999;
	font-family: NunitoRegular;
}

.auth-inputs-list input{
	line-height: 22px;
	width: 100%;
	font-size: 16px;
    line-height: 18px;
    background: #f5f5f5;
    color: #666;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    padding: 10px 12px;
    transition: .25s background,.25s box-shadow;
    height: 40px;
}

.auth-inputs-list input:focus{
	background: #fff;
    border-color: #4fbf7c;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(79,191,124,.25);
}

.auth-inputs-list .btn{
	border: none;
	border-radius: 4px;
	padding: 8px 0;
	font-size: 16px;
	line-height: 24px;
}

.auth-footer{
	margin-top: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	line-height: 20px;
	color: #999;
	font-family: NunitoRegular;
}

.auth-footer div+div{
	margin-left: 24px;

}

.auth-footer a{
	color: #666;
	font-family: NunitoBold;
	font-weight: 100 !important;
}

.auth-footer a:hover{
	text-decoration: underline;
}

/*************/


/*helpers*/


.hidden-from-1024{
	display: none;
}


.btn.large{
	width: 100%;
	text-align: center;
	display: block;
	
}


.btn.full-btn{
	color: #999;
	line-height: 18px;
    background: #f5f5f5;
    font-size: 14px;
    font-weight: 500;
    display: block;
    padding: 11px 15px;
    border-radius: 4px;
    margin: 0 0 30px;
    text-align: center;
}

.full-btn:active{
	box-shadow: inset 0 -8em 0 rgba(0,0,0,.1);
}

/********/
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:36px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:7px;user-select:none;color:#4c4c4c;-webkit-user-select:none;}.select2-results__option[aria-selected]{cursor:pointer;border-bottom:1px solid #e8e8e8;}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:3px}.select2-container--default .select2-selection--single .select2-selection__rendered{text-align:left;font-size:14px;color:#444;line-height:34px;background: url(/assets/img/heart.png) no-repeat 10px 10px;padding-left: 33px;}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;font-size:18px;width:20px;text-align:center;color:#ff5c28;}.select2-selection__clear:hover{color:red !important;background-color:whitesmoke;}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:36px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa;background:url(/assets/img/loope.png) no-repeat 98% 5px;height: 24px;}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{font-size:14px;max-height:208px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0;color:#565656;}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#78c1bc;color:white}.select2-container--default .select2-results__group{color:#484848;background-color:#f8f8f8;text-decoration:underline;cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #78c1bc}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #78c1bc}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #78c1bc}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #78c1bc}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#78c1bc}
.select2-result-repository{padding-top:4px;}
.select2-result-repository__avatar{float:left;width:60px;margin-right:10px;}
.select2-result-repository__avatar img{width:100%;height:auto;border-radius:50%;}
.select2-result-repository__meta{margin-left:70px;}
.select2-result-repository__title{color:#5e6e71;font-weight:bold;word-wrap:break-word;line-height:1.1;margin-bottom:4px;}
.select2-result-repository__forks, .select2-result-repository__stargazers{margin-right:1em;}
.select2-result-repository__forks, .select2-result-repository__stargazers, .select2-result-repository__watchers{display:inline-block;color:#ааа;font-size:11px;}
.select2-result-repository__description{font-size:13px;color:#777;margin-top:4px;}
.select2-results__option--highlighted .select2-result-repository__title{color:white;}
.select2-results__option--highlighted .select2-result-repository__description{color:#ffffff;}


/*NEW STYLES 2.4.18*/

.profile {
	font-family: NunitoRegular;
}

.profile-edit-link {
	font-size: 14px;
    line-height: 18px;
    border-width: 0;
    border-radius: 4px;
    padding: 5px 18px;
	background: #f5f5f5;
    font-weight: 700;
    display: inline-block;
    color: #b1b1b1;
}

.profile-edit-link:hover {
	box-shadow: inset 0 -8em 0 rgba(255,255,255,.2);
}

.last-images-wrap {
	width: 33.33333%;
	padding: 0 10px;
	height: auto !important;
	margin-bottom: 10px;
	position: relative;
}

.row.container-albums {
	display: flex;
	flex-wrap: wrap;
	max-width: 1218px;
}

.profile#main {
	margin: 0 auto;
	width: 100%;
	min-width: 100%;
}

.container .row.profile-header {
	display: flex;
	margin: 0;
	width: 100%;
	padding: 20px;
	border: none;
	background-color: #fff;
	border-bottom: 1px solid #b7b7b7;
 	box-shadow: -1px 3px 48px 0px #9a9a9a;
}

.profile-header .col {
	height: auto !important;
	border-width: 2px !important;
	border-color: #dedede !important;
}

.profile-header .col.s6 {
	width: 50%;
}

.profile-header .col:first-child {
	padding-left: 15px;
}

.profile-header .col.s3 {
	width: 25%;	
}

span.bold {
	font-weight: bold;
	font-family: NunitoBold;
}

.profile-info {
	display: flex;
	margin-top: 15px;	
}

.profile-info-image img {
	height:50px;
	float:left;
	margin-right:10px;
}

.profile-info-descr h4 {
	margin: 0;
}

.profile-info-descr h4 {
    margin: 0;
    margin-top: -5px;
    font-size: 19px;
    line-height: normal;
}

.profile-info-descr a {
	font-weight: bold;
}

.profile-info-timing {
	margin-top: 10px;
	margin-bottom: 10px;
}

.profile-info-timing .profile-info-row {
	margin-right: 10px;
	position: relative;
}

.profile-info-counters {
	margin-top: 15px;
	padding-left: 15px;
}

.profile-info-counters .profile-info-row {
	display: block;
	margin-bottom: 5px;
}

.profile-info-meta {
	margin-top: 15px;
	padding-left: 15px;
}

.profile-info-meta .profile-info-row {
	display: block;
	margin-bottom: 5px;
}

.container-albums-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto !important;
	padding: 20px 10px 0;
	margin-bottom: 15px !important;
	max-width: 1218px;

}

.container-albums-header:before, .container-albums-header:after {
	display: none !important;
}

.container-albums-header h5 {
	margin: 0;
	font-size: 25px;
}

.album-add {
	display: flex;
}

.album-add .switch {
	margin-left: 15px !important;
	margin-right: 15px;
	margin-top: 5px !important;
}

.album-add-input input {
	height: 100%;
    border: 1px solid #e8e5e5;
    border-radius: 4px;
    padding: 5px 10px;
    outline: none;
}

.container.profile .section {
	padding-top: 0;
}

.images-edit-wrap {
	margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 30px;
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-top: 0;
}

.last-images-wrap > a {
	display: block;
}

.images-edit-wrap h5 {
	font-family: NunitoBold;
	font-size: 28px;
	margin: 0;
	color: #fff;
}

.images-edit-wrap h5 a {
	color: #fff;
}


.images-edit-wrap p {
	margin: 0 !important;
	color: #fff;
}

.images-edit-wrap:after, .images-edit-wrap:before {
	display: none !important;
}

.last-images:after {
    content: " ";
    display: table;
    clear: both;
} 

.album-add-btn .btn {
	padding: 5px 15px;
    cursor: pointer;
    margin-top: 0px !important;
    display: block;
    border-radius: 4px;
}



/*CHECKBOX STYLES*/


.switch label .lever:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 21px;
    height: 21px;
    background-color: #F1F1F1;
    border-radius: 21px;
    box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4);
    left: -5px;
    top: -3px;
    transition: left 0.3s ease,background .3s ease,box-shadow 0.1s ease;
}

.switch label input[type=checkbox]:checked+.lever:after {
    background-color: #26a69a;
}

.switch label input[type=checkbox]:checked+.lever:after {
    left: 24px;
}

.switch label .lever {
    content: "";
    display: inline-block;
    position: relative;
    width: 40px;
    height: 15px;
    background-color: #818181;
    border-radius: 15px;
    margin-right: 10px;
    transition: background 0.3s ease;
    vertical-align: middle;
    margin: 0 16px;
}

.switch label input[type=checkbox]:checked+.lever {
    background-color: #84c7c1;
}

.switch label input[type=checkbox] {
    opacity: 0;
    width: 0;
    height: 0;
}

.btn.add-album {
	padding: 5px 15px;
    cursor: pointer;
    margin-top: 0px !important;
    display: block;
    height: auto !important;
    line-height: normal !important;
    border-radius: 4px;
    border: none;
}

.profile-edit {
	font-family: NunitoRegular;
	text-transform: capitalize;
}

.profile-edit .form-group {
	display: flex;
	align-items: center;
	margin-bottom: 10px;	
}

.profile-edit .form-group label {
	width: 150px;
	min-width: 150px;
}

.profile-edit input, [name="edit-title-album"]{
    border: 1px solid #e8e5e5 !important;
    border-radius: 4px;
    padding: 5px 10px !important;
    outline: none;
}

input[name="edit-title-album"] {
	margin-top: 10px;
	margin-bottom: 5px;
}

.profile-edit form h5 {
	font-size: 18px;
}

.profile-edit-avatar .avatar-edit, .profile-edit-avatar .avatar-file {
	float: none;
}

.profile-edit-avatar {
	display: flex;	
	flex-wrap: wrap;
}

.profile-edit-avatar .avatar-edit {
	width: 128px;
	margin-top: 0;	
	margin-left: 0;
}

.profile-edit-row {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
}

.profile-edit-row .s6 {
	width: 48%;
}

.avatar-change-btn {
    height: 97%;
    margin-left: 30px;
    display:  flex;
    align-items:  center;
    justify-content:  center;
    font-size: 21px;
    cursor:  pointer;
}

.avatar-change-btn [type="file"] {
	display: none;
}

.avatar-file input[type="text"] {
	display: none;
}

.avatar-file {
	margin-top: 0 !important;
}

.social-link {
	display: flex;
	align-items: center;
	padding: 5px;
	margin-bottom: 10px;
	color: #fff;
	border-radius: 5px;
	transition: opacity .25s ease;
}

.social-link:hover {
	opacity: .8;
}

.social-link-left img {
	width: 24px;
	height: 24px;
}

.social-link-left {
	padding: 2px;
	padding-right: 10px;
	margin-right: 10px;
	position: relative;
}

.social-link-left:after {
	content: "";
	position: absolute;
	display: block;
	width: 1px;
	height: 60%;
	background-color: #fff;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.social-link.vk {
	background-color: #4D76A1;
}

.social-link.fb {
	background-color: #475993;
}

.social-link.tw {
	background-color: #55ACEE;
}

.social-link.db {
	background-color: #1E88E5;
}

.profile-save-btn {
	margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
    margin-bottom: 25px;
    border: none;
    padding: 10px 25px;
    border-radius: 5px;
    transition: opacity .25s ease;
}

.profile-save-btn:hover {
	opacity: .8;
}

.row.checkbox-album {
    margin-top: 10px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.photo-raiting-plus svg {
    width: 12px;
    height: 12px;
}

.photo-raiting-minus svg {
    width: 12px;
    height: 12px;
}

.photo-raiting-counter .neutral {
	color: #eee;
}

.photo-raiting-counter .positive {
	color: green;
} 

.photo-raiting-counter .negative {
	color: red;
}

.photo-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	/*border: 1px solid #e8e8e8;*/
	border-radius: 0 0 4px 4px;
	border-top:none;
}

.photo-raiting {
	display: flex;
	align-items: center;
}

.photo-raiting-plus, .photo-raiting-minus {
	margin-right: 10px;
	cursor: pointer;
	position: relative;
}

.photo-raiting-plus:hover, .photo-raiting-minus:hover {
	opacity: .8;
}

.photo-raiting-plus {
	padding-right: 6px;
	margin-right: 6px;
}

.photo-raiting-plus:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	height: 60%;
	width: 1px;
	background-color: #eee;
	transform: translateY(-50%);
}

.photo-raiting-counter {
	font-size: 14px;
	font-family: NunitoRegular;
}