/*****************************************************************************************************************
/* twitter *******************************************************************************************************
******************************************************************************************************************/

.twitter .view {
    display: block;
    position: relative;
    width: 100%;
    height: 320px;
    padding: 35px 32px 15px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border-radius: 4px;
}

.bg-twitter {
    background-color: #35aadc;
}

.twitter .view .view-title .icon-twitter-alt {
    float: left;
    font-size: 50px;
    width: 30%;
    margin-top: 5px;
}

.icon-twitter-alt {
    background-position: -60px -120px;
	background: url("/assets/images/socialfooter/twitter-4cb7a6273072fc2809cf26b284ab3cf7.png") no-repeat top left;
		background-position-x: left;
        background-position-y: top;
        background-size: auto auto;
}

[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    line-height: 1;
    background: url("/assets/images/socialfooter/twitter-4cb7a6273072fc2809cf26b284ab3cf7.png") no-repeat top left;
        background-position-x: left;
        background-position-y: top;
        background-size: auto auto;
    background-size: 480px auto;
    width: 1em;
    height: 1em;
    max-width: 60px;
    max-height: 60px;
}

#followTwitter{
	color: #ffffff;
}

.hidden-xs {
	padding-top: 30px;
}

.twitter .tweet {
    border: 1px solid #676a6d;
}
.twitter .mainTweet {
    border: 1px solid #676a6d;
}
.twitter .tweet {
    border: 1px solid #4fc4f6;
    border-radius: 4px;
}
.twitter .mainTweet {
    border: 1px solid #4fc4f6;
    border-radius: 4px;
}
.bg-gray {
    background-color: #f1f1f1;
}

.twitter .tweet .date {
    color: #5b5959;
    font-size: 14px;
}
.twitter .mainTweet .date {
    color: #5b5959;
    font-size: 14px;
}
.twitter .tweet .text {
    font-size: 18px;
    color: #000;
}
.twitter .mainTweet .text {
    font-size: 18px;
    color: #000;
}

.single-faq {
  text-align: center;
}

.single-faq h2 {
  color: #fff;
  background: #fab700;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  padding: 40px 0;
  text-align: center;
  font-size: 24px;
  display: inline-block;
  outline: 2px solid black;
}

.single-faq p {
  color: black;
  font-style: bold;
  font-size: 24px;
}

.single-faq h5 {
  margin-top: -90px;
  font-size: 24px;
  color: #fff;
}

.circle {
  border: 1px solid #fab700;
  border-radius: 68px;
  display: inline-block;
}

.inner {
  background-color: #fab700;
  border-radius: 50px;
  margin: 24px;
  height: 90px;
  width: 90px;
}
