html, body {
  margin: 0 !important;
  width: 100%;
  height: auto;
  background-color: white;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  outline:0;
}

button:focus {
  outline:0;
}

.ad_location{
  width:100%;
  height:250px;
  background-color: #ccc;
}

.snt_local_w{
  overflow: hidden;
  width:300px;
  height:auto;
  margin:0 auto;
}

.fgw{
  /*border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;*/
  border-top: 3px solid #676767;
  width:100%;
  height:250px;
  position: relative;
}

/*top text*/
.fgw-logo{
  width:25px;
  height:25px;
  background-color: #39abff;
  background-image: url("public/Fin_Widget_Icon.png");
  background-position: center center !important;
  background-repeat: no-repeat;
  border-radius: 50%;
  margin: 7px 5px;
  position: absolute;
  top:0;
  left:0;
}
.fgw-logo:hover{
  background-color: #000000;
  z-index: 3;
}

.fgw-text{
  width:100%;
  height:45px;
  margin-top:2px;
  padding-top: 2px;
  position:relative;
  overflow: hidden;
}

.fgw-t1{
  top: 0;
  font-size:18px;
  text-align: left;
  overflow: hidden;
  text-align: left;
  color:#676767;
  font-family: Belizio,Georgia,serif;
  font-weight:bold;
  padding-left: 20px;
}
.fgw-t2{
  margin-top: 3px;
  margin-bottom: 2px;
  font-size:14px;
  text-align: left;
  line-height: 14px;
  max-width: 295px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px;
  text-align: center;
}
/*top text END*/

/*image && button*/
.fgw-middle{
  position: relative;
  width:100%;
  height:105px;
}
.fgw-image{
  width:100px;
  height:100px;
  margin:5px 0 0 35px;;
  border-radius: 50%;
  box-shadow: 0 0 0 3px #cccccc;
  float:left;
  /*remove below cause its funny*/
  text-align: center;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.fgw-content{
  width:50%;
  height:45px;
  margin-top:10px;
  float:right
}

.fgw-content1{
  font-size: 24px;
  color:#50bc55;
  font-family: Georgia, serif;
  font-weight: bold;
  text-align: left;
  margin-bottom:5px;
}

.fgw-content2{
  font-size: 16px;
  /*font-family: HN;*/
  font-family: 'Lato';
  color:#000000;
  text-align: left;
  line-height: 1em;
}

.fgw-leftnav{
  position: absolute;
  height:60px;
  width:30px;
  border-radius: 0 90px 90px 0;
  -moz-border-radius: 0 90px 90px 0;
  -webkit-border-radius: 0 90px 90px 0;
  border:none;
  left: 0;
  top:25%;
  background-color: #000;
  color:#fff;
  font-size: 25px;
  padding-right: 10px;
  cursor: pointer;
}

.fgw-leftnav:hover{
  background-color: #39abff;
}

.fgw-rightnav{
  height:60px;
  width:30px;
  border-radius: 90px 0 0 90px;
  -moz-border-radius: 90px 0 0 90px;
  -webkit-border-radius: 90px 0 0 90px;
  border:none;
  position: absolute;
  right: 0;
  top:25%;
  background-color: #000;
  color:#fff;
  font-size: 25px;
  padding-left: 10px;
  cursor: pointer;
}
.fgw-rightnav:hover{
  background-color: #39abff;
}

/*image && button END*/

.fgw-list{
  width:100%;
  height: 20px;
  text-align: center;
  position: absolute;
  bottom:0;
  margin-bottom: 5px;
}

.fgw-presentedby{
    position: absolute;
    bottom: 3px;
    left: 5px;
    color:#aaaaaa;
    text-align: left;
    font-size: 10px;
}

#fgw-graph{
  width:100%;
  height:80px;
  margin-top: 5px;
  padding: 0 20px;
}

.fgw-list-link{
  color:#000;
  font-size: 10px;
  width:100px;
  border-radius: 5px;
  text-align: left;
  line-height: 26px;
  font-weight: bold;
}

.fgw-list-link:hover{
  color:#3098ff;
}

.fgw-list-link:hover #swc-blue{
  color:#3098ff;
}

.fgw-rightnav:active{
  background-color: #39abff;
}

.fgw-leftnav:active{
  background-color: #39abff;
}

#swc-blue{
  color:#000000;
}

.swc-space{
  margin:0 2px;
  font-size: 14px;
}
.fgw-t2-title{
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
  display:inline-block;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 14px;
  padding-top: 3px;
}
.fgw-t2-title:hover{
  color:#39abff;
}
.fgw-t2-loc{
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 12px;
}
.fgw-t2-loc:hover{
  color:#39abff;
}

/*
<div class="hover">
  <div class="hover-txt1">View</div>
  <div class="hover-txt2">Profile</div>
</div>
*/
.hover{
  width:100%;
  height:100%;
  border-radius: 50%;
  opacity: 0;
  text-align: center;
}
.hover-txt1{
  width:100%;
  height:50px;
  padding-top:20px;
  font-size: 32px;
  /*font-family: HN-L;*/
  font-family: 'Lato';
  color:white;
}
.hover-txt2{
  width:100%;
  height:50px;
  font-size: 18px;
  line-height: 24px;
  /*font-family: HN;*/
  font-family: 'Lato';
  color:white;
}
.hover:hover{
  width:100%;
  height:100%;
  border-radius: 50%;
  opacity: 1;
  background:rgba(48,152,255,0.75);
}

/* Begin required CSS. */
.line-clamp
{
	display            : block;
	display            : -webkit-box;
	-webkit-box-orient : vertical;
	position           : relative;

	line-height        : 1.2;
	overflow           : hidden;
	text-overflow      : ellipsis;
	padding            : 0 !important;
}
.line-clamp:after
{
	content    : '...';
	text-align : right;
	bottom     : 0;
	right      : 0;
	width      : 25%;
	display    : block;
	position   : absolute;
	height     : calc(1em * 1.2);
	background : linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 75%);
}
@supports (-webkit-line-clamp: 1)
{
	.line-clamp:after
	{
		display : none !important;
	}
}
.line-clamp-1
{
	-webkit-line-clamp : 1;
	height             : calc(1em * 1.2 * 1);
}
.line-clamp-2
{
	-webkit-line-clamp : 2;
	height             : calc(1em * 1.2 * 2);
}
.line-clamp-3
{
	-webkit-line-clamp : 3;
	height             : calc(1em * 1.2 * 3);
}
.line-clamp-4
{
	-webkit-line-clamp : 4;
	height             : calc(1em * 1.2 * 4);
}
.line-clamp-5
{
	-webkit-line-clamp : 5;
	height             : calc(1em * 1.2 * 5);
}
/* End required CSS. */
