body{
	margin: 0;
	padding: 0;
	min-width: 320px;
	font-family: 'Montserrat', sans-serif;
}


/*---text size---*/

h1, .individualSlideImage h2{
	font-size: 50px;
}
h2, .artTitle{
	font-size: 25px;
}

img{
	margin: 0;
}
form{
	width: 100%;
}
.articleText18{
	font-size: 18px;
	line-height: 22px;
}
.articleText16{
	font-size: 16px;
	line-height: 20px;
}
.articleText14{
	font-size: 14px;
	line-height: 16px;
}
.articleText12{
	font-size: 12px;
	line-height: 12px;
}
.articleText10{
	font-size: 10px;
	line-height: 10px;
}
.clear{
	clear: both;
}
.userText{
	font-size: 16px;
	line-height: 60px;
	text-align: right;
	text-transform: uppercase;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	color: #0095d9;
	float: left;
}
.blueHeadline{
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	color: #0095d9;
}
.startPost{
	font-size: 18px;
	line-height: 50px;
	color: #323946;
	font-weight: 500;
	float: left;
}
.startComment{
	font-size: 18px;
	line-height: 20px;
	color: #323946;
	font-weight: 500;
	float: left;
}
.uploadText{
	font-size: 18px;
	line-height: 50px;
	color: #0095d9;
	font-weight: 500;
	float: left;
}


/*---text weight---*/

.fontLight{
	font-weight: 300;
}
.fontRegular{
	font-weight: 400;
}
.fontMedium{
	font-weight: 500;
}
.fontSemiBold{
	font-weight: 600;
}


/*---text color---*/

.gray{
	color: #323946;
}
.lightGray{
	color: #6a6e75;
}
.white{
	color: #fff;
}


/*---background styles---*/

.noBackWrapp{
	width: 100%;
	overflow: hidden;
}
.grayBackWrapp{
	width: 100%;
	/*overflow: hidden;*/
	background-color: #323946;
}
.overflowHidden{
	overflow: hidden;
}
.grayBorderBackWrapp{
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #323946;
}
.blueImageBackWrapp{
	width: 100%;
	background-image: url("/assets/social/img/newsfeedBack.jpg");
	background-position: top right; 
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.lightGrayBackWrapp{
	width: 100%;
	overflow: hidden;
	background-color: #eaebec;
}
.lightGrayBorderBackWrapp{
	width: 100%;
	background-color: #fff;
	border: 1px solid #d7dbe3;
}
.blueComment{
	background-color: #0095d9;
	padding: 15px;
}


/*---lines---*/

.borderLeftGray{
	border-left: 5px solid #323946;
	padding-left: 10px;
	overflow: hidden;
}
.borderRightWhite{
	border-left: 5px solid #fff;
	padding-left: 10px;
}
.borderGrayLeftHolder{
	border-left: 1px solid #d7dbe3;
}
.grayLine{
	border-top: 1px solid #d7dbe3;
}
.noBorder{
	border: 0;
}


/*---editing styles---*/

.flexStyle{
	display: flex;
	align-items: center;
}
.flexStyleNR{
	display: flex;
	align-items: center;
}
.flexStretch{
	display: flex;
	flex-direction: row;
	align-items: stretch;
}
.clearStyle{
	clear: both;
}
.floatRight{
	float: right;
}
.textRightR{
	text-align: right;
}

/*---text fixed height---*/

.textH150{
	height: 150px;
	overflow: hidden;
}


/*---margins & paddings---*/

.marginA{
	margin: auto;
}
.noMargins{
	margin: 0 !important;
	padding: 0 !important;
}
.marginTB10{
	margin-top: 10px;
	margin-bottom: 10px;
}
.marginTB20{
	margin-top: 20px;
	margin-bottom: 20px;
}
.marginTB50{
	margin-top: 50px;
	margin-bottom: 50px;
}
.marginT50{
	margin-top: 50px;
}
.marginT10{
	margin-top: 10px;
}
.marginT20{
	margin-top: 20px;
}
.paddingB20{
	padding-bottom: 20px;
}
.paddingL10{
	padding-left: 10px;
}
.padding10{
	padding: 10px;
}
.padding5{
	padding: 5px;
}
.paddingTB10{
	padding-top: 10px;
	padding-bottom: 10px;
}
.paddingTBR10{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}
.marginT5{
	margin-top: 5px;
}



/*---images height---*/

.logoHolder{
	height: 50px;
	overflow: hidden;
	float: left;
}
.logoStyle{
	height: 50px;
}
.iconsStyle20{
	height: 20px;
	margin-left: 10px; 
}
.imageHolder130{
	height: 130px;
	width: 100%;
	overflow: hidden;
}
.iconsStyle130{
	height: 130px;
}
.imageHolderFW{
	width: 100%;
	overflow: hidden;
	/*height: 300px;*/
	text-align: center;
}
.iconsStyleFW{
	max-width: 100%;
}
.imageHolder280{
	height: 280px;
	width: 100%;
	overflow: hidden;
}
.iconsStyle280{
	height: 280px;
}
.imageHolder200{
	height: 200px;
	width: 100%;
	overflow: hidden;
}
.iconsStyle200{
	height: 200px;
}
.imageHolder100{
	height: 100px;
	width: 100%;
	overflow: hidden;
}
.iconsStyle100{
	height: 100px;
}
.imageHolder50{
	height: 50px;
	width: auto;
	overflow: hidden;
}
.iconsStyle50{
	height: 50px;
}
.arrowDownStyle{
	margin-top: 27px;
	margin-left: 5px;
	height: 4px;
}
.postIconStyle{
	height: 20px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.postTypesStyle{
	height: 50px;
	padding: 15px;
}
.commentIconStyle{
	height: 20px;
	margin-right: 10px;
}
.addCommentIconStyle{
	height: 20px;
}


/*---buttons---*/

.blueBorderButton{
	padding-left: 10px;
	padding-right: 10px;
	font-size: 18px;
	line-height: 50px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	text-transform: uppercase;
	text-align: center;
	color: #323946;
}
.blueBorderButton a{
	text-decoration: none;
	width: 100%;
	line-height: 50px;
	color: #323946;
	border: 2px solid #0095d9;
	display: block;
	padding-left: 10px;
	padding-right: 10px;

}
.blueBorderButton a:hover{
	text-decoration: none;
	color: #fff;
	-webkit-transition: all 0.5s ease; /* Safari */
    transition: all 0.5s ease;
}
.blueBorderButton:hover{
	background-color: rgba(0,149,217,1);
	-webkit-transition: all 0.5s ease; /* Safari */
    transition: all 0.5s ease;
}
.blueButton250{
	width: 250px;
	font-size: 18px;
	line-height: 50px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	background-color: #0095d9;
	border: 0;
}
.blueButton250 a{
	text-decoration: none;
	width: 100%;
	line-height: 50px;
	color: #fff;
	display: block;
}
.blueButton250:hover{
	background-color: rgba(50,57,70,1);
	-webkit-transition: all 0.5s ease; /* Safari */
    transition: all 0.5s ease;
}
.whiteButton250{
	width: 250px;
	font-size: 18px;
	line-height: 50px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	text-transform: uppercase;
	text-align: center;
	color: #0095d9;
	background-color: #fff;
}
.whiteButton250 a{
	text-decoration: none;
	width: 100%;
	line-height: 50px;
	color: #0095d9;
	display: block;
}
.whiteButton250 a:hover{
	text-decoration: none;
	color: #fff;
	-webkit-transition: all 0.5s ease; /* Safari */
    transition: all 0.5s ease;
}
.whiteButton250:hover{
	background-color: rgba(0,149,217,1);
	-webkit-transition: all 0.5s ease; /* Safari */
    transition: all 0.5s ease;
}
.blueButton70{
	width: 70px;
	font-size: 18px;
	line-height: 50px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	background-color: #0095d9;
	margin: auto;
}
.blueButton70 a{
	text-decoration: none;
	width: 100%;
	line-height: 50px;
	color: #fff;
	display: block;
}
.blueButton70:hover{
	background-color: rgba(50,57,70,1);
	-webkit-transition: all 0.5s ease; /* Safari */
    transition: all 0.5s ease;
}
.groupsLinks{
	font-size: 14px;
	line-height: 35px;
	font-weight: 400;
	color: #323946;
	border-top: 1px solid #fafafa;
}
.groupsLinks a{
	text-decoration: none;
	line-height: 20px;
	color: #323946;
}
.groupsLinks a:hover{
	text-decoration: none;
}


/*---menu---*/

.menuButton{
	display: none;
	float: left;
	color:  #0095d9;
	font-size: 20px;
	line-height: 60px;
	width: 25px;
}
.menuHolder{
	list-style-type: none;
    padding: 0;
	margin: 0;
	overflow: hidden;
	float: left;
}
.menuContainer{
	font-size: 18px;
	text-align: left;
	line-height: 60px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	text-transform: uppercase;
	margin-bottom: 0;
	color:  #fff;
	margin-right: 40px;
	float: left;
}
.menuContainer a{
    text-decoration: none;
	color:  #fff;
	line-height: 60px;
	display: block;
}
.menuContainer a:hover{
	color: rgba(0,149,217,1);
	-webkit-transition: all 0.5s ease; /* Safari */
    transition: all 0.5s ease;
}


.current{
	font-size: 18px;
	text-align: left;
	line-height: 60px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	text-transform: uppercase;
	margin-bottom: 0;
	color:  #0095d9;
	margin-right: 40px;
	float: left;
}
.current a{
    text-decoration: none;
	color: #0095d9;
	line-height: 60px;
	display: block;
}
.current a:hover{
	text-decoration: none;
}


.footerLinks{
	font-size: 16px;
	text-align: left;
	line-height: 40px;
	font-weight: 400;
	color: #fff;
}
.footerLinks a{
    text-decoration: none;
	color: #fff;
	line-height: 40px;
	display: block;
}
.footerLinks a:hover{
	text-decoration: none;
}

.infoIconsHolder{
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;	
}


/*---slider---*/

.headerSliderWrapp{
	width: 100%;
	overflow: hidden;

}
.individualSlideImage{
	width: 100% !important;
	height: 730px;	
	background-size: auto 100%; 
	background-position: top right !important;
	background-repeat: no-repeat !important;
}




.slick-dots li button::before{
	background-color: #323946;
	margin-top: 10px;
	font-size: 3px;
	height: 10px;
	width: 10px;
	
	border-radius: 0;
	opacity: 1;	
}
.slick-dots li.slick-active button::before{
	background-color: #0095d9;
	opacity: 1;
}
.slick-dots{
	bottom: 3%;
}

.commentHolder{
	margin-bottom: 20px;
}

.notificationSubmenuHolder{
	position: absolute;
	background: #fff;
	z-index: 10000;
	right: 0;
	list-style: none;
	top: 40px;
	min-width: 250px;
	margin: 0;
	padding: 0;
	display: none;
}
.infoIconsHolder a, .notificationMenu{
	position: relative;
	cursor: pointer;
}
.notificationSubmenuHolder li{	
	border-bottom: 1px solid #fafafa;
}
.notificationSubmenuHolder a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 8px;
	color: #323946;
}
.notificationSubmenuHolder a:hover{
	text-decoration: none;
	background: #fafafa;
}
.newsfeedInput{
	height: 50px;
	border: none;
	background-image: url("/assets/social/img/post_icon.png");
	background-position: center left; 
	background-repeat: no-repeat;
	padding-left: 30px;
}
.commentInput{
	height: 50px;
	border: none;
	background-image: url("/assets/social/img/comment_icon.png");
	background-position: center left; 
	background-repeat: no-repeat;
	padding-left: 30px;
}

.newsfeedImageThumb{
	display: none;
}
.imageHolder{
	overflow: hidden;
	background: #fff;
	border: 1px solid #d7dbe3;
	position: relative;
	display: none;
}
.imageHolder img{
	max-width: 100%;
}
.imageThumbHolder{
	display: block;
}
.removeThumbImage{
	color: #fff;
	background: red;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	border-radius: 50%;
	cursor: pointer;
	position: absolute;
	left: 20px;
	top: 10px;
}
.commentsHolder{
	display: none;
	padding-left: 30px;
}
.commentsCount{
	cursor: pointer;
}
.filterLinkActive{
	font-weight: bold;
}
.coverImage img{
	width: 100%;
}

.menuLineHolder{
	position: fixed;
	min-height: 134px;
	width: 100%;
	background: #fff;
	z-index: 1000;
}
.menuLineMargin{
	height: 134px;
}

.newsfeed_icon:before{
	content: "\f1ea";  /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: FontAwesome;
    left:-5px;
    margin-right: 5px;
}
.messenger_icon:before{
	content: "\f086";  /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: FontAwesome;
    left:-5px;
    margin-right: 5px;
}
.account_icon:before{
	content: "\f007";  /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: FontAwesome;
    left:-5px;
    margin-right: 5px;
}
.password_icon:before{
	content: "\f13e";  /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: FontAwesome;
    left:-5px;
    margin-right: 5px;
}
.flag:before{
	content: '';
	left:-5px;
	margin-right: 5px;
	width: 30px;
	height: 23px;
	display: block;
	float: left;
	
	margin-top: 6px;
}
.bulgaria_icon:before{
	background: url("/assets/social/img/bulgaria_flag.png");   
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.spain_icon:before{
	background: url("/assets/social/img/spain_flag.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.articleText {
	font-size: 15px;
	line-height: 24px;
	text-align: justify;
}
.artImage {
	margin-right: 20px;
}

.postButton{
	display: none;
}
.cursorPointer{
	cursor: pointer;
}
.dropdown-item{
	line-height: 30px;
}
.dropdown-item a{
	color: #323946;
	text-decoration: none;
}
.postImageEdit{
	max-width: 100%;
}
































