/*====================================*\

	FONTS

\*====================================*/

@import url(../comments/app/assets/fontawesome/css/font-awesome.min.css);


/*====================================*\

	 Right-top login menu area

\*====================================*/

.logincon {
  float: right;
  padding: 0;
  position: relative;
}
.logincon:hover .dropdown-menu {
  display: block;
}
.logincon a {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  padding: 0 0 0 10px;
}
.logincon i {
  margin-right: 1px;
  font-size: 14px;
  width: 20px;
  text-align: center;
}
.logincon a .fa-angle-down {
  margin-left: 5px;
}
.logincon:hover a {
  color: #333;
}
.logincon .dropdown-menu a {
  font-size: 12px;
  font-weight: 400;
  padding: 3px 7px 3px 10px;
}
.short a {
  padding: 5px 9px;
  color: #aaa;
  font-size: 12px;
  font-weight: 400;
}
.short a.active {
  color: #000 ;
  background-color: #eee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}


/*====================================*\

	Form login/register area

\*====================================*/

.loginbox {
  padding-bottom: 0;
}
.typerq {
  float: left;
  padding: 0 5px 0 5px;
  position: relative;
}
.typerq:hover {
  background-color: #eee;
}
.typerq:hover .dropdown-menu {
  display: block;
}
.typerq a {
  color: #999;
  width: 160px;
  text-align: left;
  font-size: 13px;
  font-weight: 600;
  padding: 0 7px 0 10px;
}
.typerq:hover a {
  color: #333;
}
.typerq a.selected,
.typerq a.selected:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #0088cc;
}
.typerq a .fa-selected {
  display: none;
}
.typerq a.selected .fa-selected {
  display: block;
  float: right;
  margin-right:-5px;
  margin-top:3px;
  font-weight: 400;
}
.typerq i {
  margin-right: 5px;
  font-size: 14px;
  width: 15px;
}
.typerq a .fa-angle-down {
  margin-left: 15px;
}
.callingsing {
  display: none;
}
.callingsing.open {
  display: block;
}
.boxinput {
  display: block;
  padding: 0 135px 5px 10px;
}
.boxinput input {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1.1px;
  width: 100%;
  border: 2px solid #cbd2d6;
  border: 2px solid rgba(0, 39, 59, 0.2);
  padding: 5px 7px;
  margin: 0;
  border-radius: 4px;
}
a.social-button {
  float: left;
  width: 30px;
  margin-left: 5px;
  margin-top: 1px;
  height: 30px;
  display: block;
}
a.social-button .fa-stack-2x {
  color: #D4D7D8;
  font-size: 32px;
  line-height: 100%;
}
a.social-button .fa-stack-1x {
  color: #eee;
  color: rgba(255, 255, 255, 0.88);
  line-height: 150%;
}
a.social-button .twitter .fa-stack-2x {
  color: #55acee ;
}
a.social-button .facebook .fa-stack-2x {
  color: #3b5998;
}
a.social-button .google-plus .fa-stack-2x {
  color: #dd4b39;
}
a.social-button .easycomment .fa-stack-2x {
  color: #ff6626;
}
a.social-button:hover .fa-stack-1x {
  color: #fff;
}


/*====================================*\

	Dropdown-menu Style

\*====================================*/

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 120px;
  padding: 4px 0;
  margin: 0;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.top {
  padding: 10px 10px;
  top: auto;
  bottom: 150%;
  min-width: 220px;
  border-color: rgba(0, 0, 0, 0.1);
}
.dropdown-menu.top .topicon {
  float: left;
  width: 90px;
  height: 90px;
  padding: 1px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.dropdown-menu.top .topcontent {
  margin-left: 104px;
  font-size: 14px;
  font-weight: 600;
}
.dropdown-menu.top .topcontent h3 {
  margin-bottom: 5px;
}
.dropdown-menu.top .topcontent .infos span {
  margin-top: 5px;
  font-weight: 400;
  display: block;
  color: #ddd;
  font-size: 11px;
}
.dropdown-menu.top .topcontent .infos strong {
  font-weight: 400;
  margin-top: 2px;
  display: block;
  color: #aaa;
  font-size: 11px;
}
.dropdown-menu::before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  position: absolute;
  top: -5px;
  left: 9px;
}
.dropdown-menu.top::before {
  bottom: -13px;
  left: 9px;
  top: auto;
  border-left: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #fff;
}
.dropdown-menu.top .loader {
  opacity: 0.5;
}
.dropdown-menu a {
  display: block;
  padding: 6px 15px;
  clear: both;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #0088cc;
}
.pull-right .dropdown-menu {
  left: auto;
  right: 0;
}
.pull-right .dropdown-menu:before {
  left: auto;
  right: 9px;
}
