/* ==== Google font ==== */

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,300italic,400italic,600,600italic,700');
@import url(https://fonts.googleapis.com/css?family=Felipa); /* font-family: 'Felipa', cursive; */
@import url(https://fonts.googleapis.com/css?family=Merriweather+Sans); /* font-family: 'Merriweather Sans', sans-serif; */

/* ===================================
1. General
==================================== */

body {
  font-family:'Source Sans Pro', sans-serif;
  font-size:18px;
  font-weight:400;
  line-height:1.5;
  height: 100%;
  color:#000;
}

a {color: #137dd5;}
a:hover {color: #0d548f;}

.clear {
  clear:both;
}*/

p {
  font-family:'Source Sans Pro', sans-serif;
  line-height: 1.6;
  font-size: 19px;
  font-weight: 400;
  margin-bottom: 1.3em;
}

em {font-style="italic"}

strong {font-weight: 600;}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.2;
  text-rendering: optimizelegibility;
}

h1 {font-family: 'Felipa', cursive; font-size: 60px;}

h1.place {font-size: 60px; color: #137dd5;}

h1.blogs {font-size: 42px; color: #fff;}

h1.blogsingle {font-size: 36px; color: #0d548f;}

h2 {font-family: 'Felipa', cursive; font-size: 36px; color: #0d548f;}

h2.agent {font-size: 36px; color: #FB5106;}

h3 {font-size: 30px;}

h4 {font-size: 23px;}

h1 a:hover, a:hover h1, h2 a:hover, a:hover h2 {text-decoration: none;} 

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .commentFeed, .input-append .add-on, .input-prepend .add-on, a, th, td, img, div, section, article, legend {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
  height: 2.1em;
  line-height: 1.4;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #aaa;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #aaa;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #aaa;
}

textarea {resize: vertical;}

textarea.invisibles, input[type="text"].invisibles {
  border: none;
  outline: none;
 /* -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;*/
  -webkit-transition: none;
     -moz-transition: none;
       -o-transition: none;
          transition: none;
}

.checkbox.one-checkbox {margin: 1em 0;}

.corners {border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;}

.corners-top {border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0;}

.corners-bottom {border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px;}

.corners-right {border-radius: 0 4px 4px 0; -moz-border-radius: 0 4px 4px 0; -webkit-border-radius: 0 4px 4px 0;}

.corners-left {border-radius: 4px 0 0 4px; -moz-border-radius: 4px 0 0 4px; -webkit-border-radius: 4px 0 0 4px;}

.no-corners {border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0;}

.border-top {border-top: 1px solid #bfbfbf;}

.border-right {border-right: 1px solid #bfbfbf;}

.border-bottom {border-bottom: 1px solid #bfbfbf;}

.border-left {border-left: 1px solid #bfbfbf;}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
	content: none;
}

iframe, video {
	margin: 0;
	padding: 0;
	border: 0;
}

/* ===================================
Transparent colors
==================================== */

.bgWhite-transp {
  /* Fallback for web browsers that doesn't support RGBa */
	background: rgb(255, 255, 255);
	/* RGBa with 0.6 opacity */
	background: rgba(255, 255, 255, 0.7);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#99FFFFFF);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#99FFFFFF)";
}

.bgBlack-transp {
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.7);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

/*Opacity*/

.opacity0 {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0;}

.opacity5 {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter: alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5;}

.opacity8 {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity: 0.8; opacity: 0.8;}

a.opacity0:hover, a.opacity3:hover, a.opacity5:hover, a.opacity8:hover, a .opacity0:hover, a .opacity3:hover, a .opacity5:hover, a .opacity8:hover {
	/*opacity*/
  	opacity: 1;
  	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  	filter: alpha(opacity=100);
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* ===================================
colors
==================================== */

.blue-bg {background-color: #137dd5;}

.blue {color: #137dd5;}

.dkblue-bg {background-color: #0d548f;}

.dkblue {color: #0d548f;}

.ltblue-bg {background-color: #e9f4fd;}

.ltblue {color: #e9f4fd;}

.grey-background {color: #443c49:}

.grey {color: #443c49:}



/* ===================================
welcome
==================================== */

.hero-section {position: relative; height: 500px;}

.carousel  {margin: 0;}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {width: 100%;}

.carousel-caption {background: transparent; top: 20em; text-align: center; color: #fff; text-shadow: 0 0 15px rgba(0, 0, 0, 0.6), 0 -1px 1px rgba(0, 0, 0, 0.6);}

.carousel-caption h1 {font-weight: 600;}

.carousel-control {border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; font-size: 25px; top: 50%;}


.call-action {width: 100%; padding: 1em 0; position: absolute; bottom: 2em;}

.call-action form {margin: 0;}

.call-action select, .call-action .input-prepend .add-on {
  font-size: 18px; 
  vertical-align: middle; 
  height: 44px;
  margin-bottom: 0;
  margin-left: 0;
}


.hero-form {display: inline-block; width: 100%; padding: .5em;}


.home-content {padding: 2em 0; background-color:  #e9f4fd;}

.home-content hr {margin: 15px 0 10px;}

.home-content .block .well {background-color: #fff;}

.home-content blockquote {border-left-color: #0d548f;}

.well {background-color: #e9f4fd; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0;}

.well.well-small {}


section.block {margin-bottom: 1.5em;}

.block .listPost h3 {font-size: 20px;}

.block .contentPost {font-size: 17px; margin-bottom: .5em; color: #443c49;}

.block .mediaPost, .block .metaPost {margin-bottom: 0;}


.listExperiences {margin-top: 1em;}

.listExperiences .well {display: inline-block; width: 100%;}

.contentExp {display: inline-block; width: 63%; vertical-align: top;}

.experiences-block .mediaPost {width: 30%; margin-right: .5em; margin-top: 0; display: inline-block; vertical-align: top;}

.experiences-block h3 {font-size: 20px; margin-top: 0;}


.block blockquote {font-style: italic; color: #777}

.block blockquote i {margin-right: 10px !important; font-size: 20px;}

.block blockquote h3 a, .block blockquote i {color: #222;}


p.titlePost, p.contentPost {margin-bottom: .3em; line-height: 1.4;}

p.titlePost {margin-top: -.3em;}



/* ===================================
layout
==================================== */

.wrap-body {
  width:100%;
  min-height: 100%;
  position: relative;
  margin:0;	
	padding:0;
}

.notification {position: absolute; top: 0; margin: 0; z-index: 9999; width: 100%;}

.navbar {margin: 0;}

.navbar .nav.nav-main > li > a {color: #efefef; text-shadow: none;}

.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #333;
  color: #999;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.nav-main .dropdown-menu li > a:hover,
.nav-main .dropdown-menu li > a:focus,
.nav-main .dropdown-submenu:hover > a {
  background-color: #000;
  background-image: none;
}

.navbar .dropdown-menu.dropdown-large {
  max-width: none;
  width: 600px;
}

.navbar .dropdown-large ul {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  margin-left: -4px;
}

.navbar .dropdown-large ul li {
  list-style: none;
  display: block;
  margin: .3em 0;
}

.navbar .dropdown-large ul li a {
  list-style: none;
  line-height: 1.4;
  padding: 0 1em;
  display: block;
  color: #333333;
}

.navbar .dropdown-large ul li a:hover {
  color: #efefef;
  text-decoration: none;
}


.wrap-body > header {
  padding: 1em 0;
  background-color: #000;
  position: relative;
}

.sec-nav {font-size: 14px; font-weight: 400; margin-top: -10px; color: #137dd5;}

.sec-nav > ul {text-align: right;color: #137dd5;}

.sec-nav > ul > li {position: relative;color: #137dd5;}

.sec-nav ul.inline > li {padding: 0;color: #137dd5;}

.sec-nav > ul > li > a {padding: 0 15px; color: #137dd5;}

.sec-nav > ul > li > a:hover {text-decoration: none; color: #0d548f;}

.navbar .brand {
  margin: 0;
  background-color: transparent;
  position: absolute;
  top: 0;
  padding: 10px 0;
}

.brand img {max-height: 78px;}

.alt-brand {
  margin: 0 0 40px;
  background-color: transparent;
  position: absolute;
  bottom: 0;
}

.alt-brand img {max-height: 45px;}

.header-phone {font-size: 24px;}

.header-phone i {margin-right: 5px;}

.wrap-content {}

.wrap-content > .container {padding-bottom: 2em;}

.breadcrumb {font-size: 14px; background-color: transparent; padding: .7em 0;}

.header-page {padding: 1em 0 .5em; background-color: #137dd5; color: #fff;}

.header-page h1 {margin: 0; font-size: 40px;}

.header-page p {margin-bottom: 0.3em;}


/* ===============================
Article Post  
================================ */

.listPost h2 {font-size: 32px; font-weight: 600;}

article.post h2 {color: #fb5106;}

article.post h2 a {color: #1F4F82;}

.metaPost {font-size: 15px; color: #999; display: inline-block; width: 100%; margin-bottom: 1em;}

.metaPost a {color: #999; text-decoration: underline;}

.contentPost, .mediaPost {display: inline-block; width: 100%; margin-bottom: 1em;}

.contentPost table {margin: 1em 0; width: 100%;}

.contentPost td {vertical-align: top;}

.contentPost ul, .contentPost ol {margin-left: 20px;}

.contentPost li {width: 100%; margin-top: 10px; line-height: 1.4;}

.contentPost blockquote {margin-top: 1em;}

.contentPost blockquote p {font-size: 19px; line-height: 1.6; margin-bottom: 1em; font-weight: 400; font-style: italic;}

.mediaPost {margin-top: 1em;}

.mediaPost img {width: 100%;}

.more-post, .more-post small {display: block;}

a.more-post {color: #0d548f; text-decoration: none;}

.offerPost {
  display: inline-block; 
  width: 100%;
  margin: 1em 0;
  padding: 1em 1.5em; 
  color: #000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.offerPost img {margin-right: 1.5em; width: 20%;}

.offerPost h2 {margin-top: 0; margin-bottom:.1em; font-size: 40px;}

.offerPost p {margin-bottom: 0.5em; font-size: 24px; font-weight: 300;}

.offerPost .btn {font-size: 20px;}


/* ===============================
Product Legend Section
================================ */
.legend {border:5px solid #d20000; border-radius: 15px; background-color: #d20000; padding: 15px; color: #fff;}


/* ===============================
Right Side Sections
================================ */

.right-side {color: #555;}

.right-side section {margin-bottom: 2em;}

.right-side section.well {padding: 0 19px;}

section.block header {padding: .7em 0 .5em; display: block;}

section.block .content-section {padding: .5em 0 1em; display: block;}

section.block .content-section2 {padding: .5em 0 1em; display: block; color: #fff;}

section.block header h2 {font-size: 30px; margin: 0; color: #0d548f;}

section.block header p {margin-bottom: 0; color: #888; margin-top: .3em;}

section.block .content-section form {margin: 0;}

.simpleList li {margin: .3em 0; display: inline-block; width: 100%; line-height: 1.4; color: #000;}

.simpleList li:first-child {margin-top: 0;}

.simpleList li:last-child {margin-bottom: 0;}

.simpleList li i {margin-right: .5em;}

.simpleList li img.img-polaroid {width: 100%;}

.tags {display: inline-block; width: 100%; margin-bottom: .5em;}

.tags a {padding: 3px 8px; background-color: #137dd5; color: #fff; margin-right: .5em; margin-bottom: .5em; display: inline-block; width: auto;}

.tags a:hover {text-decoration: none; background-color: #0d548f; color: #fff;}


.simpleList .btn {width: 100%; margin-top: .7em;}



/* ===============================
Icons 
================================ */

.list-icon {color: #0d548f;}

.list-icon a {color: #0d548f; text-decoration: underline;}

.list-icon a i {color: #0d548f; text-decoration: none;}

.list-icon i {margin-right: .6em !important; font-size: 20px; color: #0d548f;}


.icon-quote-left {color: #0d548f;}

.icon-quote-left {color: #0d548f; text-decoration: underline;}

.icon-quote-left {color: #0d548f; text-decoration: none;}

.icon-quote-left {margin-right: .6em !important; font-size: 20px; color: #0d548f;}


.icon-48 {color: #0d548f;}

.icon-48 {color: #0d548f; text-decoration: underline;}

.icon-48 {color: #0d548f; text-decoration: none;}

.icon-48 {margin-right: .6em !important; font-size: 20px; color: #0d548f;}


.priceExp {font-size: 28px; color: #0d548f;}

.affix .well {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}





/* ===============================
Thumbnails
================================ */

.thumbnail {text-align: center; position: relative;}

.thumbnail h4 {margin: 0; font-size: 18px;}

.placesThumbs .thumbnail {margin: 0 1em; min-height: 225px;}

.wrap-imgThumb {display: inline-block; width: 100%; height: 170px; overflow: hidden;}

.wrap-imgThumb img {width: 100%; min-height: 170px;}

.thumbnail .caption {padding: 3px 5px 9px;}




/* ===============================
User Profile
================================ */

.user-profile header {margin-bottom: 1em;}

.user-profile header h1 {font-size: 37px; margin: 0;}

.user-profile header .btn-large {font-size: 15px; padding: 11px 10px; width: 100%;}




/* ===============================
Favorite Places
=============================== */

.place-header > header {padding: 1em 0 .5em; background-color: #000;}

.place-header > header .brand {}

.place-header > header .brand img {max-height: 68px;}

#hero-img {
    background-attachment: fixed;
    background-clip: border-box;
    background-color: transparent;
    background-origin: padding-box;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -999;
}

.breadcrumb.breadcrumbsBg {margin:0;}

.breadcrumb.breadcrumbsBg > li {text-shadow: 0 1px 0 #000; color: #fff;}

.breadcrumb.breadcrumbsBg > li > a {color: #fff;}

.transpInfo {padding: 2em 0;}

.transpInfo section.block {padding: 0 1em;}

.transpInfo .bgBlack-transp {color: #efefef;}

.transpInfo .block .btn {margin-bottom: 1em;}



/* ===============================
Blank-pages
================================ */

.blank-page {padding: 3.5em 0;}

.headerBlank {padding-bottom: 1em;}

.headerBlank h2 {margin: 0; font-weight: 600; font-family: 'Felipa', cursive; font-size: 36px; color: #0d548f;}

.contentBlank legend {border: none; padding: 0 .5em; background-color: #ebebeb; font-size: 15px;}

.facebook-login p {font-size: 14px; color: #666; line-height: 1.3;}

.blank-page form {margin-bottom: 0;}

.blank-page input[type="text"], .blank-page input[type="email"], .blank-page input[type="date"], .blank-page input[type="tel"], .blank-page input[type="email"], .blank-page input[type="password"], .blank-page input[type="submit"], .blank-page textarea {
  width: 100%;
}

.blank-page form p {font-size: 15px; margin-top: .7em; margin-bottom: 0;}

.well .nav-tabs > .active > a, .well .nav-tabs > .active > a:hover, .well .nav-tabs > .active > a:focus {
  background-color: transparent;
  border-bottom-color: #F5F5F5;
}


/* ===============================
Forms
================================ */

.wrap-input {display: inline-block; width: 100%; position: relative;}

.wrap-input input[type="text"], .wrap-input input[type="email"], .wrap-input input[type="tel"] {
  width: 100%;
}

.wrap-input.right-element input[type="text"] {padding-right: 2em;}

.wrap-input.left-element input[type="text"] {padding-left: 2em;}

.wrap-input .element-input {
  position: absolute; 
  z-index: 99; 
  top: 0; 
  width: auto; 
  line-height: 1.4;
  color: #555;
}

.right-element .element-input {right: 0;}

.left-element .element-input {left: 0;}

.element-input > i {padding: 0 10px; line-height: 1.6;}

.right-element .element-input .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.left-element .element-input .btn {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.offer-form input {width: 100%;}

.offer-form input[type="submit"] {margin-top: .7em;}

.hero-form input[type="text"] {font-size: 17.5px; padding: 11px 6px; margin: 0; height: 45px; width: 100%;}

.hero-form .btn-large {width: 100%; padding: 8px 0; font-size: 22px; font-weight: 600; height: 45px;}

.hero-form .wrap-input .element-input {top: 8px;}


.top-forms select {width: 100%;}


.modal-header {background-color: #443c49; color: #fff;}

.modal form {margin: 0;}

.modal-header {padding: 15px;}

.modal-header p {margin: 0; font-size: 16px;}

.modal form input[type="text"], .modal form input[type="email"], .modal form input[type="tel"], .modal form textarea {
  width: 100%;
}

form .form-inline {line-height: 25px; margin-bottom: 12px;}

form .form-inline label.radio {margin-right: 1em;}

.group-fields {
    display: inline-block;
    margin-bottom: 1em;
    width: 100%;
}

.hide-formFeed.in {border-top: 1px dashed #bfbfbf; padding: .4em;}

.hide-formFeed .upload {margin: 0;}

.hide-formFeed small {font-size: .6em;}

.upload {
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 1em;
    position: relative;
    width: 100px;
}

.upload input[type="file"] {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.bottom-form-content {padding-top: 1em;}


/* ===============================
Footer
================================ */

footer{
  background: #000;
	color:#bfbfbf;
  font-size: 15px;
}

footer > .container {padding-top: 2em; padding-bottom: 3em;}

footer p {font-size: 15px;}

footer a {color: #137dd5;}

/* Map */
#mappy { height: 450px; width: 100%;}

/* ===================================
Apps Pages Button
==================================== */
.orange-bg {background-color: #fb5106;}
.orange {color: #fb5106;}

.btn-orange.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn-orange {
  color: #443c49;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #fb5106;
  *background-color: #cb4003;
  background-image: -moz-linear-gradient(top, #fb5106, #cb4003);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fb5106), to(#cb4003));
  background-image: -webkit-linear-gradient(top, #fb5106, #cb4003);
  background-image: -o-linear-gradient(top, #fb5106, #cb4003);
  background-image: linear-gradient(to bottom, #fb5106, #cb4003);
  background-repeat: repeat-x;
  border-color: #cb4003 #cb4003 #46380f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd5ad31', endColorstr='#ff856b1c', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-orange:hover,
.btn-orange:active,
.btn-orange.active,
.btn-orange.disabled,
.btn-orange[disabled] {
  color: #efefef;
  background-color: #cb4003;
  *background-color: #cb4003;
}



/* ===============================
Our Team
================================ */
.wrap-bg {
background-repeat:no-repeat;
background-attachment:fixed top;
background-size:100%;
}

.ourteam
{
width: 60%;
background-color:black;
color: white;
opacity:0.8;
padding: 15px;
border-radius: 15px;
filter:Alpha(opacity=50); /* IE8 and earlier */
margin-left:auto;
margin-right:auto;
margin-bottom: 100px;
}



/* ===============================
Share Group
================================ */


.group-share {display: inline-block; width: 100%; margin-top: 5px;}

.share-btn {display: inline-block; width: auto; margin-left: 6px; vertical-align: top; line-height: 1;}

.group-share .share-btn:first-child {margin:0;}

.share-btn .btn {padding: 0; height: 20px; line-height: 18px; font-family: 'Helvetica Neue',Arial,sans-serif; font-size: .6em; position: relative; vertical-align: top; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;}

#article_right_header .share-btn span {font-weight: 600;}

.share-btn .btn > span {padding: 0 7px 0 23px; white-space: nowrap; font-weight: 600;}

.share-btn i {position: absolute; top: 2%; height: 16px; width: 16px; left: 4px;}

.facebook-share-button i {background: url(https://media.gttwl.com/attachments/rainbowtravel.gttwl2.com/ltmq6z/1369767046_original.jpg) no-repeat; background-size: 100%;}