body
{
	/*background: #dedede;*/

	font-family:"PT Sans",Helvetica,Arial,sans-serif;
  /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
	font-size: 14px;
}

html, body
{
    /*height: 100%;*/
    margin: 0;
    padding: 0;
}

[data-oembed-url*="http"] {
	margin: 0 auto;
	margin-bottom: 10px;
}

[data-oembed-url*="facebook"] {
  text-align: center;
}

[data-oembed-url*="instagram"] {
  max-width: 650px;
}

[data-oembed-url*="jpg"] img {
    width: 100%;
    margin: 0;
}

[data-oembed-url*="png"] img {
    width: 100%;
    margin: 0;
}

blockquote
{
  margin: 0;
    background: #f5f5f5;
    padding: 5px;
  }

select
{
	    font-family: "PT Sans",Helvetica,Arial,sans-serif;
    background: white;
    border: none;
    color: #829399;
    padding: 11px;
    /*border-bottom: 1px solid #f98459;*/
    font-size: 1em;
    text-transform: uppercase;
}

::-webkit-input-placeholder {color:#829399;font-family: "PT Sans",Helvetica,Arial,sans-serif;}
::-moz-placeholder          {color:#829399;font-family: "PT Sans",Helvetica,Arial,sans-serif;}/* Firefox 19+ */
:-moz-placeholder           {color:#829399;font-family: "PT Sans",Helvetica,Arial,sans-serif;}/* Firefox 18- */
:-ms-input-placeholder      {color:#829399;font-family: "PT Sans",Helvetica,Arial,sans-serif;}

*, *:before, *:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

input {
  border:0; outline:none;

  font-family:"PT Sans",Helvetica,Arial,sans-serif;
}

label
{
  padding: 3px;
  line-height: 1.2em;
}


hr
{
  margin : 0;
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}


#wordcloud
{
        -webkit-font-smoothing: antialiased!important;
    text-rendering: optimizeLegibility!important;
}

#topMenu
{
	height: 55px;
	width: 100%;
    /*width: 1366px;*/
    /*min-width: 1366px;*/
    margin: 0 auto;

    /*border-radius: 5px;*/
    overflow: hidden;

    /*margin-top: 10px;*/

	/*background: #2f2f2f;*/
    background: #3d4558;

/*-webkit-box-shadow: 0px 4px 24px -4px rgba(102,102,102,0.21);
-moz-box-shadow: 0px 4px 24px -4px rgba(102,102,102,0.21);
box-shadow: 0px 4px 24px -4px rgba(102,102,102,0.21);
*/
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3d4558), color-stop(75%, #373e4f));
background-image: -webkit-linear-gradient(top, #3d4558,#373e4f 75%);
background-image: -moz-linear-gradient(top, #3d4558,#373e4f 75%);
background-image: -o-linear-gradient(top, #3d4558,#373e4f 75%);
background-image: linear-gradient(top, #3d4558,#373e4f 75%);
 -webkit-transition: all 500ms cubic-bezier(0.06, 0.95, 0.09, 0.95);
-moz-transition: all 500ms cubic-bezier(0.06, 0.95, 0.09, 0.95);
-o-transition: all 500ms cubic-bezier(0.06, 0.95, 0.09, 0.95);
 transition: all 500ms cubic-bezier(0.06, 0.95, 0.09, 0.95);

/*-webkit-box-shadow: 0px 0px 19px -1px rgba(135,135,135,0.37);
-moz-box-shadow: 0px 0px 19px -1px rgba(135,135,135,0.37);
box-shadow: 0px 0px 19px -1px rgba(135,135,135,0.37);*/

/*    border-left: 1px solid #DEDEDE;
    border-right: 1px solid #DEDEDE;
*/

	color: white;
}

.partHeader
{
	width: 100%;
  /*background: #f5f5f5;*/
  border-bottom: 1px solid #ddd;
  height: 45px; line-height: 45px;
  position: relative;
}

.mainLogo, .menuItems
{
	display: inline-block;
}

#subMenu div:hover
{
    color: #f98459;
}
#subMenu div
{
    /*padding: 10px;*/
    margin: 15px;

    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

#subMenu a
{
    color: inherit;
    text-decoration: none;
}

#subMenu
{
    position: relative;
    color: white;
    text-transform: uppercase;
    font-size: 1.1em;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    opacity: 0;
    width: 100px;
    /*height: 300px;*/
    background: #4b556d;

-webkit-border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;

    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.mainLogo a
{
	text-decoration: none;
	color: inherit;
}

.activeMenu
{
    background-color: #4b556d !important;
    /*color: #f98459 !important;*/
}
.mainLogo:hover
{
    color: #f98459
}
.mainLogo
{
	color: white;
	font-size: 2.0em;
	line-height: 1.9em;
	font-weight: bold;

	letter-spacing: 2px;

	margin-right: 10px;
	margin-left: 20px;

    -webkit-font-smoothing: antialiased!important;
    text-rendering: optimizeLegibility!important;

    -webkit-transition: color 0.3s linear;
     -moz-transition: color 0.3s linear;
     -o-transition: color 0.3s linear;
     transition: color 0.3s linear;
}

#topMenu .menuItems div:hover
{
    /*background: #424242;*/
}

#topAuthors
{
    height: 100px;
    max-height: 100px;
    min-height: 100px;
    border: 1px solid white;
    margin-bottom: 50px;
}

#topAuthorsContent
{
	padding-top: 20px;
}

.topAuthorAvatar
{
	width: 50px;
	height: 50px;
    margin: 0 auto;
	/* height: 100%; */
	border-radius: 50%;
     border: 1px solid #eee;


	background-size: cover;
	background-position: center center;
}
.topAuthorAvatarWrap
{
	display: inline-block;
  width: 10%;
  font-family: 'PT Sans Narrow', sans-serif;
	margin-right: 6px;
	font-size: 0.85rem;
}

#topMenu .activeMenuItem
{
	background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, rgba(40,140,251,0.4)), color-stop(10%, rgba(40,140,251,0.15)), color-stop(50%, rgba(40,140,251,0)));
	background-image: -webkit-linear-gradient(bottom, rgba(249,132,89,0.15) ,rgba(249,132,89,0.15) 10%,rgba(40,140,251,0) 50%);
	background-image: -moz-linear-gradient(bottom, rgba(249,132,89,0.15) ,rgba(249,132,89,0.15) 10%,rgba(40,140,251,0) 50%);
	background-image: -o-linear-gradient(bottom, rgba(249,132,89,0.15) ,rgba(249,132,89,0.15) 10%,rgba(40,140,251,0) 50%);
	background-image: linear-gradient(bottom, rgba(249,132,89,0.15) ,rgba(249,132,89,0.15) 10%,rgba(40,140,251,0) 50%);
	border-color: transparent;
	/*border-bottom: 3px solid #f98459;*/
	background-position: 0% 100%;
	background-size: 100% 200%;

  background-color: #4b556d !important;
}
#topMenu .menuItems div
{
    -webkit-transition: background 0.3s linear;
     -moz-transition: background 0.3s linear;
     -o-transition: background 0.3s linear;
     transition: background 0.3s linear;

    float: left;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    height: 100%;
}
#topMenu .menuItems .fa:hover
{
	color: white;
}
#topMenu .menuItems a div
{
  text-transform: uppercase;
    font-size: 1.1em;
    line-height: 3.6em;
    color: white;
    -webkit-font-smoothing: antialiased!important;
    text-rendering: optimizeLegibility!important;
}

#topMenu .menuItems
{
    height: 100%;
    vertical-align: top;
}

#topMenu .menuItems span:hover
{
	/*transform: scale(1.1);*/
	/*-webkit-transform: scale(1.3);*/
	/*transform: scale(1.1);*/
}
#topMenu .menuItems span a
{
	text-decoration: none;
	color: inherit;
}
#topMenu .menuItems span
{
	margin-left: 10px;
	margin-right: 10px;
	font-size: 1.1em;
	line-height: 1.1em;
	text-transform: uppercase;
}

.contentWrap
{
  max-width: 1700px;
  min-width: 1033px;

	/*margin: 0 auto;*/
	margin-bottom: 25px;
  height: 100%;
}

.blockPadding
{
	padding: 10px;
}

.contentPage
{
	background: white;
	min-height: 500px;

  margin: 0 auto;
  /*margin-top: 10px;*/
/*  margin-left: 20px;
  margin-right: 20px;
*/
    /*border-radius: 5px;*/
    overflow: hidden;

    background: white;
}

.bigTitle
{
  font-family: 'PT Sans Narrow', sans-serif;
	font-size: 1.6em;

  color: #829399;

	padding-bottom: 15px;

  -webkit-font-smoothing: antialiased!important;
  text-rendering: optimizeLegibility!important;
}

.blogsAndEvents .blogs
{
	float: left;
  width: 70%;
}

.blogsAndEvents .events
{
	float: left;
  width: 30%;
	border-left: 1px solid #EDEDED;
}

#blogsWidget
{
  clear: both;
    /*height: 330px;*/
	/*padding-top: 30px;*/
	position: relative;
}

#publicationsWidget
{
  /*padding-top: 15px;*/
  position: relative;
  /*min-height: 280px;*/
}

#eventsWidget
{
	position: relative;
	background: #fcfcfc;
	min-height: 600px;
	/*border: 1px solid red;*/
	/*border-left: 1px solid #ededed;*/
	width: 100%;
	/*padding-top: 20px;*/
}

#eventsWidget .eventsContent
{
	/*margin-top: 20px;*/
	margin-top: 15px;
	padding-left: 20px;
	width: 100%;
}

#eventsWidget .eventsContent .eventItem
{
	padding-right: 20px;
	padding-top: 10px;

    margin-bottom: 10px;
}

#eventsWidget .eventsContent .eventItem .timeAndSource
{
    padding-bottom: 10px;
    /*border-bottom: 1px solid #E6E5E5;*/
    min-height: 40px;
}

#eventsWidget .eventsContent .eventTime
{
  font-family: 'PT Sans Narrow', sans-serif;
	opacity: 0.4;
}

#eventsWidget .eventsContent .eventSource
{
	/*opacity: 0.7;*/
	/*color: #9d9d9d;*/
    font-size: 0.8em;
    color: #C1C1C1;
	text-transform: uppercase;
}

#eventsWidget .eventsContent .eventTitle
{
  font-size: 0.9rem;
  /*font-family: 'PT Sans Narrow', sans-serif;*/

    -webkit-font-smoothing: antialiased!important;
    text-rendering: optimizeLegibility!important;
}

#eventsWidget .eventsContent .eventTitle a:hover
{
  color: #e0744c;
}

#eventsWidget .eventsContent .eventTitle a
{
   -webkit-transition: color 0.3s linear;
   -moz-transition: color 0.3s linear;
   -o-transition: color 0.3s linear;
   transition: color 0.3s linear;

	color: inherit;
	text-decoration: none;
}

#searchContainer
{
  margin : 0 auto;
}

.twitterContent
{
  margin: 0 auto;
}

.twitter
{
	width: 100% !important;
	min-height: 500px;
	padding-bottom: 15px;

	/*background: #e3e3e3;*/
    background: #e9eaed;

	clear: both;
}

.tweetItem:hover
{
	/*border: 1px solid #f98459;*/
}

.tweetItem .globalLink
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #ffffff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.tweetItem .twitterLinkAttachment
{
    margin-bottom: 10px;
    padding-left: 15px;
    text-align: left;
    color: #888;
    font-size: 0.9em;
}

.tweetItem
{

	background: white;
	width: 300px;

	position: relative;

    margin: 20px;
	margin-bottom: 10px;

    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    -webkit-border-radius: 3px;
    border-radius: 3px;

    /*overflow: hidden;*/
}

.tweetHeader
{
	padding: 15px;
}

.tweetHeader img
{
	border-radius: 3px;
}

.tweetAttachments img:hover
{
  /*transform: scale(1.25);*/
}

.tweetAttachments img
{
/*  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
*/	margin-bottom: 10px;
  z-index: 999999;
}
.tweetAttachments
{
	width: 100%;
	text-align: center;
}

.tweetItem a
{
	text-decoration: none;
	color: inherit;
}

.tweetAuthorInfo
{
	display: inline-block;
	vertical-align: top;

    margin-left: 10px;
    margin-top: 3px;
}

.tweetFooter
{
	height: 35px;
	line-height: 35px;
	border-top: 1px solid #eaeaea;

	padding-left: 15px;
}

.tweetFooter .fa
{
	color: #B1B1B1;
    /*color: #d2d2d2;*/
}

.tweetFooter .val
{
	color: #7d7d7d;
	margin-right: 15px;
}

.tweetFooter .timeAgo a
{
    color: inherit;
}

.tweetFooter .timeAgo
{
	font-size: 0.8em;
	float: right;
	margin-right: 15px;
	color: #e47d5c;
}

.tweetText img
{
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.tweetText
{
	padding: 15px;
	padding-top: 0;
}

.tweetAuthorScreenName
{
	color: #7c7c7c;
	font-size: 0.8em;

	margin-top: 5px;
}

.tweetAuthorName
{
	vertical-align: top;
	font-weight: bold;

	font-size: 1.1em;

    -webkit-font-smoothing: antialiased!important;
    text-rendering: optimizeLegibility!important;
}

.filterBlock
{
	display: inline-block;
  font-size: 0.9rem;
  color: #829399;
}

.filterBlock span:hover
{
	color: #f98459;
}

.filterBlock span
{
	padding: 11px;

  font-family: 'PT Sans Narrow', sans-serif;

	cursor: pointer;
	text-transform: uppercase;

 border-bottom: none;
-webkit-transition : border 0.7s ease-out;
  -moz-transition : border 0.7s ease-out;
  -o-transition : border 0.7s ease-out;
  transition : border 0.7s ease-out;

    border-bottom: 1px solid rgba(249, 132, 89, 0.0);
}

.filterBlock .active:hover
{
	/*color: white !important;*/
}

.filterBlock .active
{
/*	background: #f98459;
	color: white;
*/
/*    background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, rgba(40,140,251,0.4)), color-stop(10%, rgba(40,140,251,0.15)), color-stop(50%, rgba(40,140,251,0)));
    background-image: -webkit-linear-gradient(bottom, rgba(249,132,89,0.15) ,rgba(249,132,89,0.15) 10%,rgba(40,140,251,0) 50%);
    background-image: -moz-linear-gradient(bottom, rgba(249,132,89,0.15) ,rgba(249,132,89,0.15) 10%,rgba(40,140,251,0) 50%);
    background-image: -o-linear-gradient(bottom, rgba(249,132,89,0.15) ,rgba(249,132,89,0.15) 10%,rgba(40,140,251,0) 50%);
    background-image: linear-gradient(bottom, rgba(249,132,89,0.15) ,rgba(249,132,89,0.15) 10%,rgba(40,140,251,0) 50%);
*/    
    /*border-color: transparent;*/
    color: rgba(249, 132, 89, 1.0);
    border-bottom: 1px solid rgba(249, 132, 89, 1.0);
/*    background-position: 0% 100%;
    background-size: 100% 200%;
*/}

.tag
{
	background: #e74c3c;
	border-radius: 3px;
      padding: 1px;
  padding-left: 3px;
  padding-right: 3px;
	margin: 2px;
	font-size: 0.8em;
	text-transform: uppercase;
	color: white;
}

.userBlogTitle
{
  margin: 0;
  margin-top: 0 !important;
  padding: 10px;
  font-size: 1.3em;
  font-weight: normal !important;
}

.userBlogItem
{
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    -webkit-border-radius: 3px;
}

.blogItem img
{
    transition: all .2s ease-in-out;
}
.blogItem img:hover
{
    /*transform: scale(1.05);*/
}

.userPublicationBlogItem
{
	margin-bottom: 0px !important;
}

.pollItem:hover
{
  color: rgba(249, 132, 89, 1.0);
  cursor: pointer;
  /*border-top: 2px solid rgba(249,132,89,1.0)*/
}

.pollItemActive
{
  border-bottom: 2px solid rgba(249,132,89,1.0);
  color: rgba(249, 132, 89, 1.0);
}

.pollItem
{
  /*border-top: 2px solid transparent;*/
  /*padding-top: 5px;*/
  display: inline-block; width: 150px; height: 180px; margin-bottom: 20px;
}

.blogItem:hover
{
  color: rgba(249, 132, 89, 1.0) !important;
}

.blogItem
{
/*  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
*/

	background: white;
	width: 270px;
	margin: 20px;

	margin-bottom: 40px;

	min-height: 285px;
  height: 285px;
}

.blogItemExtended
{
    background: white;
    width: 300px;
    margin: 20px;

    margin-bottom: 40px;
}

#ExchangeData .fa
{
	margin-left: 15px;
}

#ExchangeData
{
	float: right;
	/*margin-top: 18px;*/
	margin-right: 25px;
    font-size: 1.1em;
}

.blogImage
{
	width: 270px;
	height: auto;
}

.userPublicationViews
{
  float: right;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 0.9em;
    margin-top: 2px;
}

.userPublicationAuthor a
{
  color: inherit !important;
  text-decoration: none;
}
.userPublicationAuthor
{
	font-size: 1em;
	color: #999;
/*	font-weight: bold;
    -webkit-font-smoothing: antialiased!important;
    text-rendering: optimizeLegibility!important;
*/}

.userPublicationsAvatarBig
{
	float: left;

	width: 60px !important;
	height: 60px !important;

	margin-right: 10px;
	margin-bottom: 20px;

    border-radius: 50%;
    background-size: cover;
}

.userPublicationsAvatar
{
    /*float: left;*/
    background-color: white;

    position: absolute;

    right: 5px;
    bottom: 5px;
    /*left: 5px;*/
    /*bottom: 1em;*/

    border: 1px solid white;

    width: 55px;
    height: 55px;

    border-radius: 50%;
    background-size: cover;

    -webkit-box-shadow: 0px 0px 13px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    0px 0px 13px 0px rgba(50, 50, 50, 0.75);
  box-shadow:         0px 0px 13px 0px rgba(50, 50, 50, 0.75);
}

.blogTitle
{
	/*font-weight: bold;*/
	/*font-size: 0.9em;*/
    -webkit-font-smoothing: antialiased!important;
    text-rendering: optimizeLegibility!important;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 1.1rem;

    margin-top: 15px;
    /*min-height: 60px;*/
}

.blogInfo .date
{
	color: #a5a5a5;
	font-size: 0.8em;
	float: right;
	margin-top: 5px;
}

.blogInfo .author a
{
  color: inherit;
  text-decoration: none;
}

.blogInfo .author
{
	font-size: 0.8em;
	background: #a5a5a5;
	border-radius: 2px;
	color: white;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
}

.blogTitle a
{
	color: inherit;
	text-decoration: none;
}

table {
    border-spacing: 0px;
    border-collapse: separate;
}

#fbRatingList a
{
	text-decoration: none;
	color: inherit;
}
#fbRatingList #sort
{
	width: 100%;
	margin: 0 auto;
/*	width: 1000px;
	width: 1300px;
*/
	  table-layout: fixed;
	  border-collapse: collapse;

	/*border: 1px solid red;*/
}

#fbRatingList #sort .taverage
{
	width: 100px;
	max-width: 100px;
	background-color: #ffe8cd;
}

#fbRatingList td
{
	/*min-width: 100px;*/
	text-align: center;
	padding: 0;
	margin: 0;

	font-size: 1.0em;
}
#fbRatingList
{
	width: 100%;
/*	padding-left: 20px;
	padding-right: 20px;
*/	/*padding-top: 70px;*/
	padding-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.fbRatingLiving
{
    background: #B9B8B8;
    color: white;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 2px;
    border-radius: 3px;
    font-size: 0.9em;
}

.addProfileButton
{
/*	position: absolute;
	left: 288px;
	top: 56px;
*/
	   /*width: 80%; */
	   width: 120px;
	   text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  top: 11px;
  /*margin: 0 auto;*/
  display: inline-block;
  cursor: pointer;
  font-family: inherit;
  height: 30px;
  line-height: 30px;
  font-size: 0.9em;
  border: none;
  background: none;
  background-color: #65c178;
  border: transparent;
  border-radius: 2px;
  color: white;
  text-transform: uppercase;
}
#addProfile
{
	height: 48px;
	padding-left: 10px;
	/*border-radius: 3px;*/

    position: absolute;
    bottom: -1px;
    right: 215px;
	outline: 0;
	width: 320px;
	font-size: 1.3em;

	/*margin-left: 20px;*/

	/*margin-left: 660px;*/

	border-bottom: 1px solid #f98459;
/*	position: absolute;
	left: 33px;
	top: 55px;
*/}

#fbRatingList .active
{
	background-color: #ffe0bb !important;
}

#fbRatingList .listItem:nth-child(odd)
{
	background-color: #f5f5f5;
}

#fbRatingList .listItem:hover
{
  background: #ffe8cd;
}
#fbRatingList .listItem
{
	height: 60px;
  max-height: 60px;
  cursor: pointer;

	padding: 5px;

	  border-bottom: 1px solid #eee;

	/*margin-bottom: 15px;*/
}

#fbRatingList .listItem > * {
    vertical-align:middle;
}

#fbRatingList .listItem div
{
	display: inline-block;
}

#fbRatingList .avatar
{
	width: 50px;
	height: 50px;
	/*height: 100%;*/

	background-size: 100% 100%;
	border-radius: 50%;

	margin-top: 4px;
}

#fbRatingList .follow
{
	/*width: 100px;*/
}

#fbRatingList .followers
{
	width: 100px;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	  color: #eb795f;

    -webkit-font-smoothing: antialiased!important;
    text-rendering: optimizeLegibility!important;
}

#fbRatingList .person
{
	padding: 10px;
	font-size: 1.3em;

	width: 300px;
	text-align: left;
}

th.sort-header::-moz-selection { background:transparent; }
th.sort-header::selection      { background:transparent; }
th.sort-header { cursor:pointer; }
table th.sort-header:after {
  content:'';
  float:right;
  margin-top:7px;
  border-width:0 4px 4px;
  border-style:solid;
  border-color:#404040 transparent;
  visibility:hidden;
  }
table th.sort-header:hover:after {
  visibility:visible;
  }
table th.sort-up:after,
table th.sort-down:after,
table th.sort-down:hover:after {
  visibility:visible;
  opacity:0.4;
  }
table th.sort-up:after {
  border-bottom:none;
  border-width:4px 4px 0;
  }


.pagination
{
	margin: 0 auto;
	text-align: center;
	padding-bottom: 30px;

	font-size: 1.6em;
}

.pagination .active
{
	border-color: #eb795f !important;
	color: #eb795f;
}

.pagination .paginationPage:hover
{
	border-color: #eb795f !important;
	color: #eb795f;
}

.pagination .paginationPage
{
   border-radius: 50%;
   display: inline-block;

   width: 50px;
   height: 50px;
   line-height: 50px;
   vertical-align:middle;

	border: 1px solid #eee;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

  cursor: pointer;
}

#FbNewsRating
{
    /*background: #e9eaed;*/
    padding-left: 15px;
    /*padding-top: 20px;*/
}
.fbPost a
{
    color: #3b5998;
    text-decoration: none;
}
.fbPost
{
    width: 600px;

    position: relative;

    margin: 20px;
    margin-bottom: 10px;

    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    -webkit-border-radius: 3px;
    background: white;
}

.fbPost img
{
    margin: 5px;
}

.fbPost .collage
{
    /*width: 350px;*/
    margin: 0 auto;
}
.fbPost .collage img
{
    /*object-fit: cover;*/
    /*max-height: 100px;*/
}

.postText
{
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;

    -webkit-mask-image: -webkit-gradient(linear, left 95%, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));

    max-height: 500px;
    overflow: hidden;

}

.fbPost p
{
  margin: 6px 0;
}

.fbPost .authorLink
{
    text-decoration: none;
    font-size: 1.1em;
    vertical-align: top;
}
.fbPost .fbHeader
{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    height: 75px;
    width: 100%;
    /*padding: 15px;*/
}

.fbPost .fbHeader img
{
    border-radius: 3px;
}

.fbPost .youtubePreview
{
    width: 158px;
    height: 158px;

    background-repeat: no-repeat;
    background-position: center center;
}

.fbPost .repostWrap .repostAuthor
{
  font-weight: bold;
}

.fbPost .repostWrap
{
  border-left: 2px solid #ccc;
  padding-left: 15px;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}

.fbPost .youtubeWrap div
{
    display: inline-block;
    vertical-align: top;
}
.fbPost .youtubeWrap .youtubePlay
{
    width: 100%;
    height: 100%;

    background-image: url(http://zmiya.com.ua/ui/images/youtube.png);
    background-position: center center;
    background-size: 60px 60px;
    background-repeat: no-repeat;
}

.youtubeDesc .about
{
    font-size: 0.9em;
    margin-top: 15px;
    display: block !important;

    overflow: hidden;
    height: 45px;
}

.youtubeDesc .title a
{
    /*color: inherit;*/
    color: black !important;
    text-decoration: none;
}
.youtubeDesc .title
{
    font-size: 1.3em;
    color: #141823;
}

.youtubeDesc
{
    padding: 20px;
    height: 158px;
    width: 390px;

    text-align: left;
}

.fbPost .youtubeWrap
{

    width: 570px;
    text-align: left;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;

    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) inset, 0 1px 4px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) inset, 0 1px 4px rgba(0, 0, 0, .1);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) inset, 0 1px 4px rgba(0, 0, 0, .1);
}

.fbPost .linkWrap
{
    margin: 0 auto;
    text-align: left;
    margin-bottom: 15px;

    text-align: center;

    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) inset, 0 1px 4px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) inset, 0 1px 4px rgba(0, 0, 0, .1);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) inset, 0 1px 4px rgba(0, 0, 0, .1);

}

.fbAuthorName a
{
    text-decoration: none;
    color: black !important;
}
.fbAuthorName
{
    vertical-align: top;
    font-weight: bold;

    font-size: 1.2em;

    max-width: 450px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;

    -webkit-font-smoothing: antialiased!important;
    text-rendering: optimizeLegibility!important;
}



#searchField
{
	background: transparent;
    height: 45px;
    font-size: 1.7em;
    width: 35%;
    /*width: 540px;*/
    border: none;
    outline: none;
    -webkit-font-smoothing: antialiased!important;
    text-rendering: optimizeLegibility!important;
}


.linkButton
{
    text-decoration: none;
    display: block;
    float: right;
    margin-right: 15px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    cursor: pointer;
    font-family: inherit;
    border: none;
    background: none;
    color: #f98459 !important;
    border: transparent;
    /*border-radius: 5px;*/
    text-transform: uppercase;
    font-size: 0.7rem;
    font-family: 'PT Sans Narrow', sans-serif;
}

.whiteBlock
{
  background: white;
  padding: 15px;

      border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    -webkit-border-radius: 3px;
}

.fbRatingAccount
{
    /*padding: 15px;*/
    /*padding-left: 20px;*/


    /*height: 200px;*/

    /*background: #e9eaed;*/


}

.fbRatingAccount table
{
  padding: 15px;
    font-size: 1.2em;
}

.fbRatingAccount table .numberTitle
{
  /*color: #8e44ad;*/
  font-weight: bold;

    -webkit-font-smoothing: antialiased!important;
    text-rendering: optimizeLegibility!important;
}

.fbRatingAccount table .capitalTitle
{
  color: #5b9bd1;
  /*text-transform: uppercase;*/
}

.fbRatingAccount table td
{
   padding: 5px;
}

.fbRatingAccount .accountPic
{
    display: block;
    float: left;
    margin-right: 25px;
}

.fbRatingAccount .name
{
    font-size: 1.4em;
}




#authWrap .content
{
    padding: 10px;
    padding-top: 25px;
    text-align: center;
}

.gravatar
{
    border-radius: 45px;
}

#authWrap .authInputWrap
{
    position: relative;
}
#authWrap .content .nickIcon
{
    width: 15px;
    position: absolute;
    top: 5px;
    left: 20px;
    z-index: 999;
    color: #ccc;
}
#authWrap .content .authInput
{
    padding-left: 25px;
    margin-bottom: 10px;
    height: 30px;
    width: 90%;
    border: none;
    font-family: inherit;
    font-size: 1.0em;
    border-bottom: 1px solid #ccc;
    -webkit-font-smoothing: antialiased!important;
    text-rendering: optimizeLegibility!important;
}

#authWrap .content .fa-vk
{
    color: #597DA3 !important;
}

#authWrap .content .fa-twitter
{
    color: #55acee !important;
}

#authWrap .content .fa-facebook
{
    color: #588fd6 !important;
}

#authWrap .content .fa-google
{
    color: #fd7763 !important;
}

#authWrap .content .fa:hover
{
    border: 1px solid #1ba8ed;
}

#authWrap .content .faLink
{
    min-width: 46px;
    border: 1px solid #ccc;
    border-radius: 55px;
    padding: 10px;
    margin: 5px;
    font-size: 1.7em;
    color: #1ba8ed;

    transition: border linear 0.3s;
    -webkit-transition: border linear 0.3s;
    -moz-transition: border linear 0.3s;
}

#authWrap
{
    width: 100%;
    min-height: 500px;
    border-bottom: 1px solid #DEDEDE;

    background: #eef1f4;

  /*overflow: auto;*/
}

.authBlock
{
    margin: 0 auto;
    width: 400px;
    min-height: 140px;

    background: white;

    margin-top: 100px;

    box-shadow: 0 1px 2px rgba(6, 33, 63, 0.13);
    border-top: 1px solid #e5e5e5;
    position: relative;

    /*border: 1px solid black;*/
}

.authBlock .header
{
      color: #616469;
    height: 40px;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
  background-color: #f6f6f6;
  border-bottom: 1px solid #e5e5e5;
}

#authSpinner
{
    display: none;
    position: absolute;
    left:186px;
    top: 40%;
    font-size: 2.2em;
}


@keyframes blink {
      0% { opacity: 1.0; }
      50% { opacity: 0.0; }
      100% { opacity: 1.0; }
    }
    @-webkit-keyframes blink {
      0% { opacity: 1.0; }
      50% { opacity: 0.0; }
      100% { opacity: 1.0; }
    }
    .blink {
      animation: blink 0.8s step-start 0s infinite;
      -webkit-animation: blink 0.8s step-start 0s infinite;
    }



.GreenButton {
    /* width: 80%; */
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    display: block;
    cursor: pointer;
    font-family: inherit;
    height: 35px;
    line-height: 35px;
    font-size: 0.9em;
    border: none;
    background: none;
    background-color: #65c178;
    border: transparent;
    border-radius: 2px;
    color: white;
    text-transform: uppercase;
}

.authorizedField a
{
  color: white;
  text-decoration: none;
}

.authorizedField
{

}

/***************************************************/
.blogWrap
{
  width: 850px;
  height: 100%;
  position: relative;
  float: left;
}

.blogSubWrap
{
  border-left: 1px solid #ededed;
  min-height: 500px;
  float: left;
  width: 500px;
  padding: 15px;
    background: #fcfcfc;

    position: relative;

    /*height: calc(100% - 56px);*/
}

.blogArticleTitle
{
  font-size: 2em;
  font-weight: 700;

    -webkit-font-smoothing: antialiased!important;
    text-rendering: optimizeLegibility!important;
}

.blogInput
{
  border: none;
  height: 50px;
  margin: 15px;
  width: 95%;
  display: block;
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

.fancyTitle {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 13px;
    line-height: 1.45rem;
    border-bottom: 1px solid #d2d2d2;
    /* letter-spacing: .1em; */
    text-align: center;
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
    color: #939393;
}

.fancyTitle b {
    font-weight: normal;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    top: 9px;
    top: 0.9rem;
    background: #fcfcfc;
}

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
.dropzone, .dropzone * {
  box-sizing: border-box; }

.dropzone {
  min-height: 110px;
  border: 1px dashed rgba(0, 0, 0, 0.3);
  margin-top: 10px;
  background: white;

  max-height: 450px;
    overflow: scroll;
  /*padding: 20px 20px; */
}
  .dropzone.dz-clickable {
    cursor: pointer; }
    .dropzone.dz-clickable * {
      cursor: default; }
    .dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
      cursor: pointer; }
  .dropzone.dz-started .dz-message {
    display: none; }
  .dropzone.dz-drag-hover {
    border-style: solid; }
    .dropzone.dz-drag-hover .dz-message {
      opacity: 0.5; }
  .dropzone .dz-message {
    text-align: center;
    margin: 2em 0; }
  .dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px; }
    .dropzone .dz-preview:hover {
      z-index: 1000; }
      .dropzone .dz-preview:hover .dz-details {
        opacity: 1; }
    .dropzone .dz-preview.dz-file-preview .dz-image {
      border-radius: 20px;
      background: #999;
      background: linear-gradient(to bottom, #eee, #ddd); }
    .dropzone .dz-preview.dz-file-preview .dz-details {
      opacity: 1; }
      .dropzone .dz-image-preview .active
      {
        border: 2px dashed black;
      }
    .dropzone .dz-preview.dz-image-preview {
      background: white; }
      .dropzone .dz-preview.dz-image-preview .dz-details {
        -webkit-transition: opacity 0.2s linear;
        -moz-transition: opacity 0.2s linear;
        -ms-transition: opacity 0.2s linear;
        -o-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear; }
    .dropzone .dz-preview .dz-remove {
      font-size: 14px;
      text-align: center;
      display: block;
      cursor: pointer;
      border: none;

      position:absolute;
      top: -5px;
      right: -5px;
      z-index:9999;

    }
      .dropzone .dz-preview .dz-remove:hover {
        text-decoration: underline; }
    .dropzone .dz-preview:hover .dz-details {
      opacity: 1; }
    .dropzone .dz-preview .dz-details {
      z-index: 20;
      position: absolute;
      pointer-events: none;
      top: 0;
      left: 0;
      opacity: 0;
      font-size: 13px;
      min-width: 100%;
      max-width: 100%;
      padding: 2em 1em;
      text-align: center;
      color: rgba(0, 0, 0, 0.9);
      line-height: 150%; }
      .dropzone .dz-preview .dz-details .dz-size {
        margin-bottom: 1em;
        font-size: 16px; }
      .dropzone .dz-preview .dz-details .dz-filename {
        white-space: nowrap;
        pointer-events: all;

         }
        .dropzone .dz-preview .dz-details .dz-filename:hover span {
          border: 1px solid rgba(200, 200, 200, 0.8);
          background-color: rgba(255, 255, 255, 0.8); }
        .dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
          overflow: hidden;
          text-overflow: ellipsis; }
          .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
            border: 1px solid transparent; }
      .dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
        background-color: rgba(255, 255, 255, 0.4);
        padding: 0 0.4em;
        border-radius: 3px; }
    .dropzone .dz-preview:hover .dz-image img {
      -webkit-transform: scale(1.05, 1.05);
      -moz-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
      -o-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05);
      -webkit-filter: blur(8px);
      filter: blur(8px); }
    .dropzone .dz-preview .dz-image {
      border-radius: 20px;
      overflow: hidden;
      width: 120px;
      height: 120px;
      position: relative;
      display: block;
      z-index: 10; }
      .dropzone .dz-preview .dz-image .dropSourceImage
      {
        opacity: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
      cursor:pointer;
      }
      .dropzone .dz-preview .dz-image img {
        display: block;
        /*width: 100%;*/
        height: 100%;
      }
    .dropzone .dz-preview.dz-success .dz-success-mark {
      -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview.dz-error .dz-error-mark {
      opacity: 1;
      -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
      pointer-events: none;
      opacity: 0;
      z-index: 500;
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      margin-left: -27px;
      margin-top: -27px; }
      .dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
        display: block;
        width: 54px;
        height: 54px; }
    .dropzone .dz-preview.dz-processing .dz-progress {
      opacity: 1;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .dropzone .dz-preview.dz-complete .dz-progress {
      opacity: 0;
      -webkit-transition: opacity 0.4s ease-in;
      -moz-transition: opacity 0.4s ease-in;
      -ms-transition: opacity 0.4s ease-in;
      -o-transition: opacity 0.4s ease-in;
      transition: opacity 0.4s ease-in; }
    .dropzone .dz-preview:not(.dz-processing) .dz-progress {
      -webkit-animation: pulse 6s ease infinite;
      -moz-animation: pulse 6s ease infinite;
      -ms-animation: pulse 6s ease infinite;
      -o-animation: pulse 6s ease infinite;
      animation: pulse 6s ease infinite; }
    .dropzone .dz-preview .dz-progress {
      opacity: 1;
      z-index: 1000;
      pointer-events: none;
      position: absolute;
      height: 16px;
      left: 50%;
      top: 50%;
      margin-top: -8px;
      width: 80px;
      margin-left: -40px;
      background: rgba(255, 255, 255, 0.9);
      -webkit-transform: scale(1);
      border-radius: 8px;
      overflow: hidden; }
      .dropzone .dz-preview .dz-progress .dz-upload {
        background: #333;
        background: linear-gradient(to bottom, #666, #444);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 0;
        -webkit-transition: width 300ms ease-in-out;
        -moz-transition: width 300ms ease-in-out;
        -ms-transition: width 300ms ease-in-out;
        -o-transition: width 300ms ease-in-out;
        transition: width 300ms ease-in-out; }
    .dropzone .dz-preview.dz-error .dz-error-message {
      display: block; }
    .dropzone .dz-preview.dz-error:hover .dz-error-message {
      opacity: 1;
      pointer-events: auto; }
    .dropzone .dz-preview .dz-error-message {
      pointer-events: none;
      z-index: 1000;
      position: absolute;
      display: block;
      display: none;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      border-radius: 8px;
      font-size: 13px;
      top: 130px;
      left: -10px;
      width: 140px;
      background: #be2626;
      background: linear-gradient(to bottom, #be2626, #a92222);
      padding: 0.5em 1.2em;
      color: white; }
      .dropzone .dz-preview .dz-error-message:after {
        content: '';
        position: absolute;
        top: -6px;
        left: 64px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #be2626; }

        .twitter-tweet, .fb_iframe_widget
        {
          margin: 0 auto !important;
        }



        .pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
    content: " ";
    display: table;
}
.pika-single:after { clear: both }
.pika-single { *zoom: 1 }

.pika-single.is-hidden {
    display: none;
}

.pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
}

.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px;
}

.pika-title {
    position: relative;
    text-align: center;
}

.pika-label {
    display: inline-block;
    *display: inline;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
}
.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0;
}

.pika-prev,
.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    /* hide text using text-indent trick, using width value (it's enough) */
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5;
    *position: absolute;
    *top: 0;
}

.pika-prev:hover,
.pika-next:hover {
    opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
    float: left;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
    *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
    float: right;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
    *right: 0;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
    cursor: default;
    opacity: .2;
}

.pika-select {
    display: inline-block;
    *display: inline;
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

.pika-table th,
.pika-table td {
    width: 14.285714285714286%;
    padding: 0;
}

.pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
}

.pika-button {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5;
}

.pika-week {
    font-size: 11px;
    color: #999;
}

.is-today .pika-button {
    color: #33aaff;
    font-weight: bold;
}

.is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px;
}

.is-inrange .pika-button {
    background: #D5E9F7;
}

.is-startrange .pika-button {
    color: #fff;
    background: #6CB31D;
    box-shadow: none;
    border-radius: 3px;
}

.is-endrange .pika-button {
    color: #fff;
    background: #33aaff;
    box-shadow: none;
    border-radius: 3px;
}

.is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3;
}

.pika-button:hover {
    color: #fff;
    background: #ff8000;
    box-shadow: none;
    border-radius: 3px;
}

/* styling for abbr */
.pika-table abbr {
    border-bottom: none;
    cursor: help;
}

#datepicker
{
  /*padding: 5px;*/
  /*margin-left: 10px;*/
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  /*font-size: 1.1em;*/
}

.socialShare
{
  clear: both;
  text-align: center;
  padding-bottom: 10px;
}

.socialShare .vk
{
 background: #526e8f;
}
.socialShare .tw
{
  background: #00b7ec
}
.socialShare .fb
{
  background: #425497;
}
.socialShare .socialTitle
{
  color: black;
  width: 180px;
  /*font-size: 0.9em;*/
}

.socialShare div
{
  -webkit-transition: all 0.30s linear;
  -moz-transition: all 0.30s linear;
  -ms-transition: all 0.30s linear;
  -o-transition: all 0.30s linear;

  cursor: pointer;

  font-size: 14px;
  display: inline-block;
  /*width: 150px;*/
  height:22px;
  line-height: 22px;
  margin-left: 10px;
  color: white;

  border-radius: 4px;

  padding-left: 10px;
  padding-right: 10px;
}

.embededContent
{
	margin: 0 auto;
	text-align: center;
}

.userPublicationContent iframe
{
	margin: 0 auto !important;
  max-width: 100%;
  width: 100%;
}
.userPublicationContent a:hover, .niceLink:hover
{
  color:#f15246;text-decoration:none;border-bottom:1px solid rgba(241,82,70,.4)
}

.userPublicationContent a, .niceLink
{
    color: #1c69a9;
    text-decoration: none;
    border-bottom: 1px solid rgba(28,105,169,.4);
}
.userPublicationContent img
{
  margin: 0 auto;
  display: block;
  max-width: 100%;
}
.userPublicationContent img
{
	padding: 0px;
}
.userPublicationContent p
{
  /*padding-left: 25px;  padding-right: 25px;*/
}
.userPublicationContent
{
  /*padding-left: 25px;  padding-right: 25px;*/
  font-size: 1.3em; line-height: 1.5;
}

#cke_editor
{
  width: 850px !important;
}

.cke_image_resizer_wrapper
{
  max-width: 100% !important;
}

.cke_chrome
{
  border: none !important;
}

.cke_float .cke_top {
  border: 1px solid transparent !important;
  border-bottom: 1px solid #ccc !important;
  }

  .cke_editable img
  {
    max-width: 100%;
  }


@keyframes saveAnimation
{
    0% { background-color: white; }
    50% { background-color: #b3e79a; }
    100% { background-color: white; }
}
@-webkit-keyframes saveAnimation
{
    0% { background-color: white; }
    50% { background-color: #b3e79a; }
    100% { background-color: white; }
}
.saveAnimation
{
    -webkit-animation: saveAnimation 1s linear 1;
    -moz-animation: saveAnimation 1s linear 1;
    animation: saveAnimation 1s linear 1;
}

.spinner {
	margin: 0 auto;
	margin-top: 50px;
  width: 40px;
  height: 40px;
  /*margin: 100px auto;*/
  background-color: #F98459;

  border-radius: 100%;  
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}


.userProfilePublicationItem
{
  width: 100%;
  height: 50px;
}

.publicationsContent
{
  /*padding-top: 20px;*/
  padding-bottom: 20px;
}

.userBlogActions i:hover
{
	color: blue;
}
.userBlogActions i
{
  padding: 10px;
}

.userBlogInfoWrap
{
  margin: 0 auto; text-align: center; font-size: 1.1em; opacity: 0.7; 
  width: 100%;
  padding: 15px;
  /*float: right;*/
}

.userBlogInfoWrap div
{
  /*display:inline-block;*/

padding: 10px;
}


.loadMoreButton:hover
{
	color: white;
	background: #BFC5CF none repeat scroll 0% 0%;
}

.loadMoreButton
{
	text-transform: uppercase;
	background: #E4E6EA none repeat scroll 0% 0%;
	color: #839098;
	font-size: 1.1em;
	cursor: pointer;
	margin: 0 auto;
	/*width: 100%;*/
	text-align: center;
	margin-top: 20px;
	padding: 15px;
}

#FbNewsRating
{
  /*width: 1340px;*/
  width: 100%;
  margin: 0 auto;
}


#closePollPopoup:hover
{
  color: rgba(249, 132, 89, 1.0) !important;
}


.afterRollPopupActive
{
  bottom: 0px !important;
}

#authTitle
{
  margin-left: 20px;
  font-size: 1.5em;
}

.showPollResults:hover
{
  color: rgba(249, 132, 89, 1.0); 
}
.showPollResults
{
  margin: 0 auto;
  border: 1px solid #ddd;
  width: 200px;
  text-align: center;
  padding: 15px;
  border-radius: 30px;
  text-transform: uppercase;
  cursor: pointer;
}

.additionalVote a
{
  color: #1c69a9;
    text-decoration: none;
    border-bottom: 1px solid rgba(28,105,169,.4);
}

.watchMore:hover
{
    background: rgba(0,0,0,.2);
}

.watchMore
{
      /*background: #e9eaed;*/
    text-align: center;
    padding: 15px;
    cursor: pointer;
    text-transform: uppercase;
    background: rgba(0,0,0,.3);
    color: white;
}

/* **************** */
.newYearBackground
{
  font-family: "Exo 2";
  width: 100%;
  height: 100%;
  height: -moz-calc(100% - 55px);
  height: -webkit-calc(100% - 55px);
  height: calc(100% - 55px);
 
/*min-height: 800px;*/
  background: url(../images/bg0.jpg);
  background-attachment: fixed;
  background-size: auto 100%;

  text-align: center;

  padding: 20px;
  /*padding-top: 95px;*/
  z-index: 999;
  position: relative;

-webkit-box-shadow: inset 0px 0px 678px 84px rgba(0,0,0,0.76);
-moz-box-shadow: inset 0px 0px 178px 24px rgba(0,0,0,0.76);
box-shadow: inset 0px 0px 178px 24px rgba(0,0,0,0.76);
}

.newYearField
{

  vertical-align: top;
  width: 400px;
  height: 340px;
  margin-left: 20px;
  margin-right: 20px;

  /*border: 1px solid;*/
  /*border-color: #e5e6e9 #dfe0e4 #d0d1d5;*/
  border-radius: 5px;

  display: inline-block;

  background: white;

  overflow: hidden;

}

.newYearHeader
{
  width: 100%;
  /*height: 30px;*/
  font-size: 1.5em;
  padding: 10px;

  /*border: 1px solid white;*/

  -webkit-box-shadow: 0px 2px 37px -9px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 37px -9px rgba(0,0,0,0.75);
box-shadow: 0px 2px 37px -9px rgba(0,0,0,0.75);

  color: white;
}




    .blogItemNew
    {
        height: 300px;
        float: left; 
        width: 32% !important;  
        margin: 5px;

/*      background-position: center center !important;
      background-size: cover !important;
*/      /*background-size: 100% auto !important;*/
        /*background-size: cover;*/

        /*padding: 10px;*/

/*        position: relative;
        overflow: hidden;
*/    }
