@import url("bootstrap.min.css");
@import url("camera.css");
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600);
@import url(https://fonts.googleapis.com/css?family=Kaushan+Script);

/* color #402000 colro secundario #934900*/

html, body {
  height: 100%;
}


body {
    color: #111 !important;
    font-family: 'Open Sans' !important;
    font-size: 14px !important;
	font-weight: 400 !important;
    line-height: 24px;
    background: url('fdo.jpg') repeat ;


}

.iconWhatsApp{
    position:fixed;bottom:2%;right:5%;z-index:88888
    }

.texselect{
    color: #fff;
    font-family: 'Kaushan Script', cursive;
    font-size: 20px;
    /*text-decoration: underline;*/
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #111 !important;
    font-weight: 600 !important;

}

h1, h2, h3 {
    margin-bottom: 10px;
    margin-top: 20px;
}
h4, h5, h6 {
    margin-bottom: 10px;
    margin-top: 10px;
}
h1, .h1 {
    font-size: 36px;
}
h2, .h2 {
    font-size: 30px ;
}
h3, .h3 {
    font-size: 24px;
}
h4, .h4 {
    color: #402000 !important;
    font-family: 'Kaushan Script', cursive;
    font-size: 24px;
}
h5, .h5 {
    font-size: 14px;
}
h6, .h6 {
    font-size: 12px;
}
h1 small, .h1 small {
    font-size: 24px;
}
h2 small, .h2 small {
    font-size: 18px;
}
h3 small, .h3 small, h4 small, .h4 small {
    font-size: 14px;
}
hr{
    color:#934900;
}

p {
    color: #111;
    font-family: Open Sans,Arial,sans-serif !important;
    font-size: 14px !important;
	text-align: justify;
}
.gustos{
    text-align: left;
    background-color: #fff;
    text-transform: capitalize;
    margin: 5px;
    padding: 10px;
}
.texch {
    color: #111;
    font-family: Open Sans,Arial,sans-serif !important;
    font-size: 11px !important;
	text-align: justify;
}
::selection {
    background: #169FE6;
    color: #fff;
}

a {
    color: #999999;
	transition: color 0.2s ease 0s;
}

a:hover {
    color: #934900;
	text-decoration: none;
}

a, a:visited, a:focus, a:active, a:hover { outline: 0 !important }

ul { 
    list-style: none;
    padding: 0;
}

img {
    max-width: 100%;
	height: auto;
}


.icon-users:before {
    content: "\f099";
}


.headline {
  margin-top: 0;
  margin-bottom: 16px;
}

.separator {
  margin-bottom: 50px;
  clear: both;
}

.m10 {
  margin-bottom: 10px;
  clear: both;
}

.m20 {
  margin-bottom: 20px;
  clear: both;
}

.m25 {
  margin-bottom: 25px;
  clear: both;
}

.m30 {
  margin-bottom: 30px;
  clear: both;
}

.m40 {
  margin-bottom: 40px;
  clear: both;
}

.m50 {
  margin-bottom: 50px;
  clear: both;  
}

.m60 {
  margin-bottom: 60px;
  clear: both;  
}

.btn i {
  margin-right: 7px;
}

.highlight.blue {
    border-radius: 3px;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
    color: #fff;
    padding: 2px 6px;
    background: #2183bd;
}
.highlight.green {
    border-radius: 3px;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
    color: #fff;
    padding: 2px 6px;
	background: #73b819;
}

.highlight.orange {
    border-radius: 3px;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
    color: #fff;
    padding: 2px 6px;
	background: #ec560c;
}

.topbar {
    background-color: #402000;
    color: #ccc;
    font-size: 13px;
    line-height: 40px;
    border-bottom: 1px solid #d9dee1;
}

.topbar  p {
    margin-bottom: 0;
}

ul.top-contact {
  float: left;
  margin: 0;
}

ul.top-contact li {
    float: left;
	color: #fff;
}

ul.top-contact li a {
	color: #fff;
}

ul.top-contact a:hover{
  color: #ccc;
}

ul.top-contact li i {
    margin-right: 7px;
    font-size: 14px;
    color: #cacaca;
}

ul.top-contact li:first-child {
    margin-right: 18px;
}

ul.top-social {
  float: right;
  margin: 0;
}

ul.top-social li {
  float: left;
  margin: 0;
}

ul.top-social li  a {
  display: block;
  font-size: 16px;
  color: #cacaca;
  margin-left: 18px;
}

ul.top-social li  a :hover{
  color: #fff;
}

/* header */
.banner {
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    min-height: 76px;
    left: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 500;
}

/* logo */
a.logo {
  line-height: 86px;
}

/* menu */
nav {
    float: right;
	position: relative;
}

.menu li {
	float: left;
	position: relative;
}

ul.menu li a {
	color: #111;
	display: block;
	font-size: 12px;
    font-weight: 600;
	line-height: 76px;
	padding: 0 24px;
	margin: 0;
	vertical-align: middle;
    text-transform: uppercase;
	text-decoration: none;
    transition: all 0.4s ease-in-out 0s;
}

ul.menu li a.current, ul.menu li a:hover {
	color: #934900;
}

/* Dropdown styles */
ul.menu ul.sub-menu {
	position: absolute;
	left: -9999px;
	list-style: none;
	opacity: 0;
	transition: opacity 1s ease;
	z-index: 999;
    border-top: 3px solid #934900 !important;
}

ul.menu ul.sub-menu li {
	float: none;
}

ul.menu ul.sub-menu a {
	white-space: nowrap;	
}

/* Displays the dropdown on hover and moves back into position */
.menu li:hover ul.sub-menu {
	background: rgba(255,255,255,0.7);
	border-radius: 0 0 6px 6px;
	box-shadow: inset 0px 2px 4px rgba(0,0,0,0.4);
	left: 5px;
	opacity: 1;
}

/* Persistant Hover State */
.menu li:hover a {
    display: block;
}

ul.sub-menu li a {
	background: #edebeb !important;
	border-radius: 0;
    border-bottom: 1px solid #DCDADB !important;
	box-shadow: none;
	color: #444;
	display: block;
    min-width: 170px;
	font-size: 12px;
	font-weight: normal;
	line-height: 10px;
	margin: 0;
	padding: 12px 20px !important;
	vertical-align: middle;
	text-decoration: none;
	text-transform: none;
}

ul.sub-menu li a:hover {
	background: #F5F4F4 !important;
	color: #444;
}

}

/* responsive menu */
nav#menu {
    display: none;
}

.responsive-menu {
    display: none;
    float: left;
    margin: 25px 40px 25px 10px;
}
.responsive-menu i {
    font-size: 28px !important;
	color: #A0A0A0;
}



/***********************************/

h3.rojo{
    color: red !important;
}

h4.bla{
    color: #fff !important;
}

.centrar{
    text-align: center;
}

.img-responsive{
  display: block;
  max-width: 100%;
  height: auto;
}

.contenedor-tabla{
display: table;
width: 100%;
}
.contenedor-fila{
display: table-row;

}
.contenedor-columna{
display: table-cell;
text-align: center;
}

#ex4 img {
    margin-top: 5px;border: 5px solid #EEEEEE; border-image: none; box-shadow: 4px 4px 4px rgba(0,0,0,0.2); -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out; -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2); -moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
}

.tgris {
 	background: #eee;
 	border-radius: 10px;
    line-height:25px;
    padding: 15px;
    margin-top: 10px;
    text-align: center;
    filter:alpha(opacity=80); 
    opacity:0.8;

}
.tgris1 {
 	background: #eee;
 	border-radius: 10px;
    line-height:25px;
    padding: 15px;
    margin-top: 10px;
    filter:alpha(opacity=80); 
    opacity:0.8;

}

.texto{
	font-size: 14px;
	color: #484849;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}

.titulo{
	font-size: 14px;
	color: #484849;
}

/***********************************/

/* footer */
.footer {
    margin-top: 60px;
}

.footer-top {
    background-color: #402000;
	padding: 40px 0;
}

.footer-top p {
    color: #dcdcdc !important;  
}

.footer-top a {
    color: #fff !important;  
	transition: color 0.2s ease 0s;
}

.footer-top a:hover {
  color: #934900 !important;
}

.widget_recent_entries ul li {
  line-height: 23px;
  font-size: 14px;
  padding: 10px 0;
  border-bottom: 1px dashed #515658;
}

.widget_recent_entries ul li:first-child {
  padding: 0 0 10px;
}

.widget_recent_entries ul li:last-child {
  border-bottom: 0;
}

h3.widget-title {
    color: #fff !important;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.825;
    margin: 0 0 15px;
}

.tagcloud a {
    background-color: #2c3030;
	color: #dadada;
    border-radius: 2px;
    display: block;
    float: left;
    font-size: 12px !important;
    height: 24px;
    line-height: 22px;
    margin: 0 6px 6px 0;
    padding: 0 10px;
}

.rubcloud a {
    background-color: #402000;
	color: #dadada;
    border-radius: 2px;
    display: block;
    float: left;
    font-size: 20px !important;
    height: 24px;
    line-height: 22px;
    margin: 0 6px 6px 0;
    padding: 0 10px;
    font-weight: bold;
}


.footer-contact li {
	border: 0 !important;
	line-height: 23px !important;
	padding: 5px 0 !important;
}

.footer-contact li i {
    color: #787878;
    float: left;
    font-size: 14px;
    margin-right: 10px;
    text-align: center;
    width: 16px;
	line-height: 23px !important;
}

.footer-contact li span {
    display: block;
    overflow: hidden;
	color: #dadada;
}

ul.footer-social {
    list-style: none;
	margin-top: 25px;
}

ul.footer-social li {
    float: left;
}

ul.footer-social li a {
    display: block;
    font-size: 15px;
	background-color: #F6F6F6;
    color: #646464 !important;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border-radius: 50%;
	margin-right: 5px;
}

ul.footer-social li a.icon-twitter:before {
  content: "\f099";
  font-family: 'FontAwesome';
}

ul.footer-social li a.icon-twitter:hover {
   background: #46c0fb;
   color: #fff !important;
}

ul.footer-social li a.icon-dribbble:before {
  content: "\f17d";
  font-family: 'FontAwesome';
}

ul.footer-social li a.icon-dribbble:hover {
  background: #ea4c89;
  color: #fff !important;
}

ul.footer-social li a.icon-facebook:before {
  content: "\f09a";
  font-family: 'FontAwesome';
}

ul.footer-social li a.icon-facebook:hover {
  background: #4863ae;
  color: #fff !important;
}

ul.footer-social li a.icon-google-plus:before {
  content: "\f0d5";
  font-family: 'FontAwesome';
}

ul.footer-social li a.icon-google-plus:hover {
  background: #dd4b39;
  color: #fff !important;
}

ul.footer-social li a.icon-rss:before {
  content: "\f09e";
  font-family: 'FontAwesome';
}

ul.footer-social li a.icon-rss:hover {
  background: #ff7f25;
  color: #fff !important;
}

ul.footer-social li a.icon-linkedin:before {
  content: "\f0e1";
  font-family: 'FontAwesome';
}

ul.footer-social li a.icon-linkedin:hover {
  background: #0083a8;
  color: #fff !important;
}

.footer-bottom {
    background-color: #402000;
    color: #a1a1a1;
	line-height: 60px;
}

ul.footer-menu {
  float: right;
  margin: 0;
}

ul.footer-menu li {
  float: left;
  margin: 0;
}

ul.footer-menu li a {
  display: block;
  margin-right: 18px;
  color: #a1a1a1;
}

.footer-bottom p {
  margin: 0;
  color: #a1a1a1;
}

.footer-bottom a:hover {
  color: #fff !important;
}

#camera_wrap_1 {
  margin-bottom: 60px;
}

.slider-title {
    border-width: 0;
    font-family: Open Sans,Arial,sans-serif !important;
    font-size: 34px;
    line-height: 42px;
    margin: 0 0 8px;
    min-height: 0;
    min-width: 0;
    padding: 0;
    white-space: nowrap;
}

.slider-text {
    border-width: 0;
    font-family: Open Sans,Arial,sans-serif !important;
    font-size: 19px;
    line-height: 30px;
    margin: 0 0 8px;
    min-height: 0;
    min-width: 0;
    padding: 0;
    white-space: nowrap;
}

a.slider-link {
    border-width: 0;
    font-family: Open Sans,Arial,sans-serif !important;
    font-size: 15px;
    line-height: 30px;
    margin: 0;
    min-height: 0;
    min-width: 0;
    padding: 0;
    white-space: nowrap;
	color: #fff;
	text-decoration: none;
}

.slider_caption {
    position: absolute;
    border-style: none;
    border-width: 0;
    color: #fff;
    font-size: 19px;
    font-weight: 400;
    line-height: 30px;
    left: 154px;
    margin: 0;
    min-height: 0;
    min-width: 0;
    opacity: 1;
    padding: 30px;
    top: 89px;
    transform: none;
    visibility: visible;
    white-space: nowrap;
    z-index: 2;
}

.red {
    background: rgba(186, 20, 26, 0.92);
}

.blue {
    background: rgba(21, 112, 166, 0.92);
}

.purple {
    background: rgba(68, 35, 89, 0.92);
}

.features a img:hover {opacity:0.85; filter:alpha(opacity=85);}

ul.list-ok li {
  line-height: 30px;
}

ul.list-ok li i {
    background: #402000;
    border-radius: 50%;
    color: #ffffff;
    height: 18px;
    line-height: 18px;
    margin-right: 8px;
    text-align: center;
    width: 18px;
}

.clients{
    text-align: center;
}

ul.clients li {
  float: left;
}

.promobox-large {
  background: #f3d1af;
  padding: 30px 0;
}

.promobox-large h2.promo-title {
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    margin: 10px 0 0 25px;
} 

.promobox-large .btn {
  margin-right: 25px;
}

.promobox-large .btn i {
  margin-right: 13px;
}

/* #About Us Styles
================================================== */
.page-title {
    background: #f4f5f6;
    border-bottom: 1px solid #d9dee1;
    border-top: 1px solid transparent;
	padding: 15px 0;
	margin-bottom: 50px;
}

.page-title h3 {
    float: left;
    font-size: 23px;
	color: #111;
    font-weight: 300 !important;
    letter-spacing: 0;
    line-height: 1.6;
    margin: 0 !important;
    text-transform: none;
}

.breadcrumbs ul {
    float: right;
    font-size: 13px;
    font-weight: 500;
    margin-top: 12px;
}
.breadcrumbs ul li {
    display: inline-block;
    margin: 0 0 0 5px;
}
.breadcrumbs ul li:after {
    color: #000;
	content: ">";
    font-size: 12px;
    margin: 0 0 0 9px;
}
.breadcrumbs ul li:last-child:after, .breadcrumbs ul li:first-child:after {
    content: "";
    margin: 0;
}
.breadcrumbs ul li:last-child a, .breadcrumbs ul li a {
    color: #934900;
    font-weight: 600;
	transition: color 0.2s ease 0s;
}
.breadcrumbs ul li a:hover {
    color: #111;
}
.breadcrumbs ul li:first-child {
    margin-left: 0;
    padding-right: 0;
}
.breadcrumbs ul li:first-child, .breadcrumbs ul li:last-child {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #666;
}
.breadcrumbs ul li:last-child {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 0;
}

/* #Contact Styles
================================================== */
ul.contact li {
    line-height: 25px;
}

ul.contact li i {
    float: left;
    color: #111;
	margin-right: 12px;
    line-height: 25px;	
}

ul.contact span {
    color: #111;
	margin-left: 24px;
	display: block;
}

ul.contact a {
    color: #2183bd
}


/* #Media Queries
================================================== */
/* Large desktop */
@media (min-width: 1200px) { 
  
 }

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 

ul.top-social {
  float: left;
}

.responsive-menu {
    display: block;
	}
  
  ul.menu {
    display: none;
  }
  
.slider-title {
    border-width: 0;
    font-size: 23px;
    line-height: 29px;
    margin: 0 0 5.46606px;
    min-height: 0;
    min-width: 0;
    padding: 0;
    white-space: nowrap;
}

.slider-text {
    border-width: 0;
    font-size: 13px;
    line-height: 20px;
    margin: 0 0 5.46606px;
    min-height: 0;
    min-width: 0;
    padding: 0;
    white-space: nowrap;
}

.slider_caption {
    border-width: 0;
    font-size: 13px;
    left: 21px;
    line-height: 20px;
    margin: 0;
    min-height: 0;
    min-width: 0;
    opacity: 1;
    padding: 20px;
    top: 61px;
    transform: none;
    visibility: visible;
    white-space: nowrap;
    z-index: 2;
}

a.slider-link {
    border-width: 0;
    font-size: 10px;
    line-height: 20px;
    margin: 0;
    min-height: 0;
    min-width: 0;
    padding: 0;
    white-space: nowrap;
}	
  
 }

/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 

ul.top-social {
  float: left;
}

.responsive-menu {
    display: block;
	}
  
  ul.menu {
    display: none;
  }
  
.slider-title {
    border-width: 0;
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 4.1991px;
    min-height: 0;
    min-width: 0;
    padding: 0;
    white-space: nowrap;
}

.slider-text {
    border-width: 0;
    font-size: 10px;
    line-height: 16px;
    margin: 0 0 4.1991px;
    min-height: 0;
    min-width: 0;
    padding: 0;
    white-space: nowrap;
}

a.slider-link {
    border-width: 0;
    font-size: 8px;
    line-height: 16px;
    margin: 0;
    min-height: 0;
    min-width: 0;
    padding: 0;
    white-space: nowrap;
}

.slider_caption {
    border-width: 0;
    font-size: 10px;
    left: 16px;
    line-height: 16px;
    margin: 0;
    min-height: 0;
    min-width: 0;
    opacity: 1;
    padding: 16px;
    top: 47px;
    transform: none;
    visibility: visible;
    white-space: nowrap;
    z-index: 2;
}  
  
 }

/* Landscape phones and down */
@media (max-width: 480px) { 

ul.top-social {
  float: left;
}

  ul.menu {
    display: none;
  }
  
.slider-title {
    border-width: 0;
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 4.1991px;
    min-height: 0;
    min-width: 0;
    padding: 0;
    white-space: nowrap;
}

.slider-text {
    border-width: 0;
    font-size: 10px;
    line-height: 16px;
    margin: 0 0 4.1991px;
    min-height: 0;
    min-width: 0;
    padding: 0;
    white-space: nowrap;
}

a.slider-link {
    border-width: 0;
    font-size: 8px;
    line-height: 16px;
    margin: 0;
    min-height: 0;
    min-width: 0;
    padding: 0;
    white-space: nowrap;
}

.slider_caption {
    border-width: 0;
    font-size: 10px;
    left: 16px;
    line-height: 16px;
    margin: 0;
    min-height: 0;
    min-width: 0;
    opacity: 1;
    padding: 16px;
    top: 47px;
    transform: none;
    visibility: visible;
    white-space: nowrap;
    z-index: 2;
}    
/* #Portfolio Styles
================================================== */
nav.primary {
	width:auto;
	margin:30px auto;
	display:table;
}

nav.primary ul li  {
	float:left;
	list-style:none;
}

nav.primary ul li a {
	height:39px;
	display:block;
	font-size:15px;
	color:#000;
	padding:0 10px;
	text-decoration:none;
	line-height:39px;
}

nav.primary li a.selected {
    border-bottom: 3px solid #ED3131;
}

.main {
	padding:0;
	margin:0;
	display:block;
}

.entry {
	position:relative;
	float:left;
	margin:10px;
	cursor:pointer;
	width:360px;
	height:360px;
	padding:0;
}

.entry-4 {
	position:relative;
	float:left;
	margin:10px;
	cursor:pointer;
	width:265px;
	height:auto;
	padding:0;
}

.portfolio { margin:0; }

.magnifier {
	background:rgba(237,49,49,.7) url(../images/magnifier.png) no-repeat center;
	position:absolute;
	top:10px;
	left:10px;
	bottom:10px;
	right:10px;
	opacity:0;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}
.video-hover {
	background:rgba(237,49,49,.7) url(../images/video.png) no-repeat center;
	position:absolute;
	top:10px;
	left:10px;
	bottom:10px;
	right:10px;
	opacity:0;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}

.entry:hover .video-hover, .entry-4:hover .video-hover, .entry:hover .magnifier, .entry-4:hover .magnifier { opacity:1; }

img {
	max-width:100%;
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
-webkit-transition-duration: 0.8s;
   -moz-transition-duration: 0.8s;
        transition-duration: 0.8s;
}

.isotope {
-webkit-transition-property: height, width;
   -moz-transition-property: height, width;
        transition-property: height, width;
}

.isotope .isotope-item {
-webkit-transition-property: -webkit-transform, opacity;
   -moz-transition-property:    -moz-transform, opacity;
        transition-property:         transform, opacity;
}


ul.project-details li {
    border-top: 1px dashed #d9dee1;
    margin-bottom: 7px;
    padding-top: 7px;
}

ul.project-details li:first-child {
    border: 0;
	padding-top: 0;
}

ul.project-details li a {
    color: #2183bd;
}

ul.project-details li a:hover {
    color: #111;
}

ul.social-share li {
    display: inline-block;
}

ul.social-share li a {
    background: #fafafa;
    border: 1px solid #e2e2e2;
    border-radius: 50px;
    color: #65686d;
    display: block;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    transition: all 0.2s ease 0s;
    width: 28px;
	margin-right: 2px;
}

ul.social-share li a.fb:hover {
    background: #3c599d;
    border: 1px solid #365093;
    box-shadow: 0 1px 3px #ddd;
    color: #fff;
    text-shadow: 0 -1px 0 #2a3e7f;
}

ul.social-share li a.tw:hover {
    background: #29aae3;
    border: 1px solid #25a1e0;
    box-shadow: 0 1px 3px #ddd;
    color: #fff;
    text-shadow: 0 -1px 0 #1d90db;
}
ul.social-share li a.pt:hover {
    background: #cb2027;
    border: 1px solid #c01a1f;
    box-shadow: 0 1px 3px #ddd;
    color: #fff;
    text-shadow: 0 -1px 0 #bb161b;
}
ul.social-share li a.lin:hover {
    background: #017eb4;
    border: 1px solid #0171ac;
    box-shadow: 0 1px 3px #ddd;
    color: #fff;
    text-shadow: 0 -1px 0 #01589d;
}
ul.social-share li a.gl:hover {
    background: #d33b25;
    border: 1px solid #ca301e;
    box-shadow: 0 1px 3px #ddd;
    color: #fff;
    text-shadow: 0 -1px 0 #c6291a;
}
ul.social-share li a.dr:hover {
    background: #e24d87;
    border: 1px solid #dd4175;
    box-shadow: 0 1px 3px #ddd;
    color: #fff;
    text-shadow: 0 -1px 0 #d93663;
}
 
 
 
 
 
 
 