@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,900");
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 14px;
  vertical-align: baseline;
  font-family: 'Source Sans Pro', Helvetica, Arial, "sans-serif";
  font-weight: 300;
  color: #404040;
  box-sizing: border-box; }

html {
  background-color: #f2f2f2; }

html, body {
  height: 100%; }

body {
  background: url(../images/background-texture.png) repeat center 0;
}

ul li {
  list-style: none; }

a {
  text-decoration: none; }

p {
  line-height: 20px;
  margin-bottom: 30px; }

p:last-child {
  margin-bottom: 0; }

img {
  vertical-align: middle; }

em, em * {
  font-style: italic; }

strong, strong * {
  font-weight: 900; }

u, u * {
  text-decoration: underline; }

h1, h1 *, h2, h2 *, h3, h3 *, h4, h4 * {
  font-weight: 900; }

h1 {
  margin-bottom: 30px;
  text-align: center; }

h1, h1 * {
  color: #ff7800;
  font-size: 40px;
  line-height: 43px; }

input[type="text"], input[type="password"], input[type="email"], input[type="date"] {
  border: solid 1px #ccc;
  height: 40px;
  padding: 0 15px;
  width: 100%; }

input[type="submit"], input[type="button"] {
  background-color: #ff7800;
  color: #fff;
  width: 100%;
  height: 40px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 15px;
  cursor: pointer;
  -webkit-appearance: none; }

textarea {
  border: solid 1px #ccc;
  padding: 10px 14px;
  width: 100%;
  height: 150px;
  resize: none; }

select {
  background: url(../images/select-arrow-pink.svg) no-repeat right 0;
  background-size: 40px 40px;
  border: solid 1px #ccc;
  height: 40px;
  padding:0 40px 0 14px;
  width: 268px; }

select {
  background:#fff url(../images/arrow-dropbox.png) no-repeat right 0;
  background-size: 38px 38px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;}

option {
  padding: 10px; }

.wrapper {
  width: 960px;
  margin: 0 auto; }

.mfp-content {
  text-align: center; }

#mfp-w2c {
  position: relative;
  background: #FFF;
  display: inline-block;
  text-align: left;
  padding: 30px;
  width: auto;
  max-width: 960px;
  min-width: 240px;
  margin: 20px auto; }

#mfp-w2c h1 {
  text-align: center; }

/* ############################################################################
							HEADER & FOOTER
############################################################################ */
header {
  background-color: #ff7800;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 1001;
  box-shadow: 0 0 10px rgba(0,0,0,0.3); }

header {
  background: -webkit-gradient(radial, center center, 0, center center, 460, from(#ffffff), to(#e3e3e3));
  background: -webkit-radial-gradient(circle, #ffffff, #e3e3e3);
  background: -moz-radial-gradient(circle, #ffffff, #e3e3e3);
  background: -o-radial-gradient(circle, #ffffff, #e3e3e3);
  background: -ms-radial-gradient(circle, #ffffff, #e3e3e3);
  background: radial-gradient(circle, #ffffff, #e3e3e3);
  background-color: #ffffff; }

header * {
  color: #404040; }

header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%; }

header .wrapper .left {
  display: flex;
  padding-right: 60px; border-right: solid 1px #a6a6a6;
  height: 100%;
  align-items: center;
}

header .wrapper .left img {width:200px;}

header .wrapper .right {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-left: 60px;
	align-items: center
}
header .wrapper .right .text {
  font-size: 14px;
  line-height: 20px;
	margin-right: 10px;
}

header .wrapper .right .btn-social {
  display: block;
  width:26px;
  height:26px;
  border-radius: 13px;
  margin-left: 10px;
  opacity:0.7;
  transition: all 0.3s ease-in-out;
}

header .wrapper .right .btn-social:hover {
  opacity:1;
}

header .wrapper .right #header-social , header .wrapper .right #header-share {
  display: flex;
	align-items: center;
}

header .wrapper .right #header-social a{
  background: #ff7800;
	color:#fff;
	opacity: 0.7;
	transition: all 0.3s ease-in-out;
	width:30px;
	height:30px;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
}
header .wrapper .right #header-social a i {
	color:#fff;
}

header .wrapper .right #header-social a:hover{

	opacity: 1;
	transition: all 0.3s ease-in-out;
}


#header-share {display: flex;align-items: center;}
#header-share .w2-share-container {margin-left: 5px;}
.w2-share-container {display: inline-flex;align-self: center;}
.w2-share-container * {color: #ff7800;}
.jssocials-share-link { background-color: transparent !important;border-radius: 50%; border:solid 1px #ff7800; height: 26px;width: 26px; display: inline-flex; justify-content: center; align-items: center; opacity: 0.7; transition: all 0.3s ease-in-out; }
.jssocials-share-link:hover {opacity: 1;}
#header-share .jssocials-share-link {width:30px; height: 30px;}

#header-game {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 1000; }

#header-game .wrapper {
  background-color: #fff;
  height: 100%;
  display: flex;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  border-radius: 0 0 4px 4px; }

#header-game .box {
  padding: 0 20px;
  display: flex;
  align-items: center;
  height: 100%; }

#header-game .box:not(:last-child) {
  border-right: solid 1px #a6a6a6; }

#header-game .box-content {
  color: #ff7800;
  font-weight: 300;
  font-size: 20px;
  line-height: 23px; }

#header-game .box-back a {
  display: flex;
  align-items: center; }

#header-game .box-back .icon {
  background: url(../images/icon-game-list.png) no-repeat center center;
  width: 30px;
  height: 30px;
  margin-right: 10px; }

#header-game .box-back .stadium .icon {
  background: url(../images/icon-stadium.png) no-repeat center center;
}

#header-game .box-game .left {
  width: 40px; }

#header-game .box-game .mid {
  width: 30px;
  flex-shrink: 0;
  text-align: center;
  color: #a6a6a6;
  line-height: 20px;
  font-weight: 300;
  text-transform: uppercase; }

#header-game .box-game .right {
  width: 40px; }

#header-game .box-game .icon {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  height: 40px; }

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 130px;
  z-index: 1000; }

footer .wrapper {
  height: 100%;
  width: 100%;
}

footer .top {
  background: url(../images/label-footer.png) no-repeat center center;
  color: #a6a6a6;
  text-align: center;
  width: 150px;
  height: 30px;
  font-size: 12px;
  line-height: 20px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .bot {
  background-color: #fff;
  height: 70px;
  position: relative;
  z-index: 2;
  box-shadow: 0 -1px 4px rgba(0,0,0,0.2);
}

footer .bot ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  width: 960px;
  padding: 0 20px;
  margin: 0 auto;}

footer .bot li {
  height: 100%; }

footer .bot li a {
  height: 100%;
  min-width: 70px;
  display: flex;
  align-items: center; }

footer .bot li img {
  height: 30px; }

footer .extra {
  background: #cfcfcf;
  height: 30px;
  position: relative;
  z-index: 2;
  text-align: center;

}

footer .extra a {margin: 0 10px; display: inline-block; padding: 5px 0;}
footer .extra a:hover {color:#ff7800}

#general-container {
  padding: 160px 0; }

#games-container .list {
  display: flex;
  flex-wrap: wrap; }

#games-container .item {
  background-color: #fff;
  width: 31.5%;
  height: 315px;
  border-radius: 4px;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
  overflow: hidden;
  margin-bottom: 25px;
  margin-right: 25px; }

#games-container .item:nth-child(3n+3) {
  margin-right: 0; }

#games-container .item-content {
  height: 100%;
  position: relative; }

#games-container .item .top {
  height: 175px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px #ccc;
  position: relative; }

#games-container .item .top .left {
  width: 50%; }

#games-container .item .top .mid {
  width: 30px;
  flex-shrink: 0;
  text-align: center;
  color: #a6a6a6;
  font-size: 20px;
  line-height: 20px;
  font-weight: 900;
  text-transform: uppercase; }

#games-container .item .top .right {
  width: 50%; }

#games-container .item .top .icon {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  height: 80px;
  margin-bottom: 5px; }

#games-container .item .top .text {
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 15px; }

#games-container .item .bot {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 140px;
  text-align: center;
  padding: 30px;
  position: relative;
  z-index: 1; }

#games-container .item .bot .date {
  color: #404040;
  font-size: 30px;
  line-height: 33px; }

#games-container .item .bot .hour {
  color: #a6a6a6;
  font-size: 30px;
  line-height: 33px; }

#games-container .item .ongoing {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 140px;
  text-align: center;
  padding: 30px;
  position: relative;
  z-index: 2; }

#games-container .item .ongoing {
  background: -webkit-gradient(radial, center center, 0, center center, 460, from(#ffac00), to(#fe7800));
  background: -webkit-radial-gradient(circle, #ffac00, #fe7800);
  background: -moz-radial-gradient(circle, #ffac00, #fe7800);
  background: -o-radial-gradient(circle, #ffac00, #fe7800);
  background: -ms-radial-gradient(circle, #ffac00, #fe7800);
  background: radial-gradient(circle, #ffac00, #fe7800);
  background-color: #ffac00;
  transition: all 0.3s ease-in-out;}

#games-container .item .ongoing:hover {
  box-shadow: 0 -1px 10px rgba(0,0,0,0.5)
}

#games-container .item .ongoing * {
  color: #fff; }

#games-container .item .ongoing.ended * {
  color:#404040;
}

#games-container .item .ongoing .title {
  display: block;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 5px;
}

#games-container .item .ongoing .icon {
  background:url(../images/photo-icon.png) no-repeat center -25px;
  display: inline-flex;
  width: 25px;
  height: 25px;
  flex-shrink: 0;}

#games-container .item .ongoing.ended .icon{
  background-position: center 0;
}

#games-container .item .ongoing .text {
  display: block;
  font-size: 30px;
  line-height: 33px; }

#games-container .item .ongoing.ended {
  background: -webkit-gradient(radial, center center, 0, center center, 460, from(#ffce9c), to(#ff9e48));
  background: -webkit-radial-gradient(circle, #ffce9c, #ff9e48);
  background: -moz-radial-gradient(circle, #ffce9c, #ff9e48);
  background: -o-radial-gradient(circle, #ffce9c, #ff9e48);
  background: -ms-radial-gradient(circle, #ffce9c, #ff9e48);
  background: radial-gradient(circle, #ffce9c, #ff9e48);
  background-color: #ffce9c; }


#games-container .item .ongoing.finalfour {
  background: -webkit-gradient(radial, center center, 0, center center, 460, from(#202f5b), to(#0c3b5b));
  background: -webkit-radial-gradient(circle, #202f5b, #0c3b5b);
  background: -moz-radial-gradient(circle, #202f5b, #0c3b5b);
  background: -o-radial-gradient(circle, #202f5b, #0c3b5b);
  background: -ms-radial-gradient(circle, #202f5b, #0c3b5b);
  background: radial-gradient(circle, #202f5b, #0c3b5b);
  background-color: #202f5b;
}

#games-container .item .finalfour .title {
  display: block;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 5px;
  color:white; }

#games-container .item .finalfour .icon {
  color:white;
}


#games-container .item .finalfour .text {
  color:white;
}

#game-detail h1.title {
  margin-bottom: 5px; }

#game-detail h3.subtitle {
  text-align: center;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 23px;
  font-weight: 300;
  color:#ff7800}

#game-detail .content {
  display: flex;
  justify-content: center; }

#game-detail .left {
  padding-right:30px;
  display: flex;
  align-items: center;
}
#game-detail .left img,
#game-detail .left svg {
  width: 600px;
}

#game-detail .right {
  width: 350px;
  flex-shrink: 0; }

#game-detail-content {
  background-color: #fff;
  padding: 30px;
  box-shadow: 0 0 10px #a6a6a6;
  border-radius: 4px; }

#game-detail-content h4 {
  position: relative;
  text-align: center;
  margin-bottom: 15px; }

#game-detail-content h4 .line {
  background-color: #44c8f5;
  position: absolute;
  top: 12px;
  left: 0;
  height: 1px;
  width: 100%;
  display: block; }

#game-detail-content h4 .text {
  background-color: #fff;
  color: #003f70;
  font-size: 20px;
  line-height: 20px;
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 0 10px; }

#game-detail-content .presentation {
  color: #404040;
  font-size: 20px;
  line-height: 23px;
  font-weight: 300;
  margin-bottom: 10px; }

#game-detail-content .box {
  margin-bottom: 10px; }

#game-detail-content .notes {
  color: #404040;
  font-weight: 300;
  margin-bottom: 10px;
  line-height: 17px;}

#game-detail-content .box-submit input {
  background: -webkit-gradient(radial, center center, 0, center center, 460, from(#ffac00), to(#fe7800));
  background: -webkit-radial-gradient(circle, #ffac00, #fe7800);
  background: -moz-radial-gradient(circle, #ffac00, #fe7800);
  background: -o-radial-gradient(circle, #ffac00, #fe7800);
  background: -ms-radial-gradient(circle, #ffac00, #fe7800);
  background: radial-gradient(circle, #ffac00, #fe7800);
  background-color: #ffac00;
  border-radius:3px;
  transition: all 0.3s ease-in-out;
}

#game-detail-content .box-submit input:hover {
  box-shadow: 1px 1px 8px rgba(0,0,0,0.5);

}

#game-photos form {
  display: flex;
  width:100%;
  justify-content: center;

}

#game-photos form #game-detail-content .box {
  width: 200px;
  margin-right: 30px;
}

#game-photos form #game-detail-content .box-sector {
	width:270px;
}

#game-photos form #game-detail-content .box-row {
	width:150px
}

#game-photos form #game-detail-content .box-event {
	width: 310px;
}

#game-photos form #game-detail-content .box-submit {
	width:140px;
}

#game-photos form #game-detail-content .box:last-child {
  margin-right: 0;
}

#game-photos form #game-detail-content{
  background: none;
  box-shadow: none;
  border-radius: 0;
  display: flex;
  align-self: flex-end;
  padding: 0;
}


#game-photos h4{
	margin:20px 0;
	color:#ff7800;
	font-size: 20px;
	border-top: solid 1px #ff7800;
    padding-top: 20px;
}

#game-photos-content {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 20px 0;
}
#game-photos-content .item {
  background-size: cover;
  background-position: center center;
  display: flex;
  width: 176px;
  height: 264px;
  margin: 8px;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
}

#game-photos-content .item .mask {
  background: rgba(0,0,0,0.8);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
  opacity: 0
}

#game-photos-content .item:hover .mask {
  opacity:1;
}

#game-photos-content .item .icon {
  background:url(../images/icon-plus-photo.png) no-repeat center center;
  display: block;
  width: 52px; height: 52px;
  position: absolute;
  z-index: 1;
  top:50%;
  margin-top: -26px;
  left:50%;
  margin-left: -26px;
  transition: all 0.5s ease-in-out;
  opacity: 0
}
#game-photos-content .item:hover .icon {
  opacity:1;
}

#game-photos-content .item .text {
  display: inline-block;
  color:#fff;
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
  opacity: 0;
  padding: 0 10px;
  text-align: center;
}

#game-photos-content .item:hover .text {
  opacity:1;
}

#game-photos-content .item .text * {
  color:#fff;
}

h1.no-photos {
	background: url(../images/icon-no-photo.png) no-repeat center 0;
	padding-top:180px;
	margin: 50px auto 0 auto;
	font-size: 20px;
	line-height: 25px;
	font-weight: normal;
	width: 300px
}

.wrapper.photo-detail {
  display: flex;
  justify-content: space-between;
}

#photo-detail {
  width: 70%;
  padding-right: 30px;
  position: relative;
}

#photo-detail .image img {
  width: 100%;
  border-radius: 3px;
}

#photo-detail .top {
  margin-bottom: 20px;
}

#photo-detail .top h2{
  font-size: 25px;
  color:#ff7800;
  text-align: left;
  line-height: 30px; 
}

#photo-detail .top h4 {
  font-size: 20px;
  color:#ff7800;
  font-weight: 300;
  text-align: left;
}

#photo-detail .social{
  background: rgba(0,0,0,0.8);
  position: relative;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-top: -60px;
}

#photo-detail .social .text {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 900;
  margin-right: 10px;
}

#photo-detail .social .jssocials-share-link {
  display: inline-flex;
  width:42px;
  height:42px;
  border:solid 2px #fff;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  opacity: 0.5;
}

#photo-detail .social .jssocials-share-link .fa {
	font-size: 20px;
}

#photo-detail .social .btn-social:hover {
  opacity:1;
}

#photo-detail .social * {
  color: #fff;
}

#photo-detail .description {
  background: #fff;
  padding: 30px;
  border-radius: 0 0 3px 3px;
}

#photo-sponsored {
  width: 30%;
  padding-top: 80px;
}

#photo-sponsored h2{
  font-size: 18px;
  line-height: 22px;
  color: #ff7800;
  text-align: center;
  margin-bottom: 20px;
}
#photo-sponsored .image {
  margin-bottom: 30px;
  border-radius: 3px;
  overflow: hidden;
}
#photo-sponsored .image img {
  width:100%;
}

#photo-sponsored h3, #photo-detail .description h3 {
  font-size: 20px; line-height: 23px;
}
#photo-sponsored p, #photo-detail .description p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}
#photo-sponsored .link a {
  font-weight: 900;
  font-size: 16px,
}

.db-content {
  width: 80%;
  margin: 0 auto;
}

.db-content h2{
  color: #ff7800;
  font-size: 40px;
  line-height: 43px;
  text-align: center;
}

.db-content h3{
  text-align: center;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 23px;
  font-weight: 300;
  color: #ff7800;
}
.db-content .item {margin-bottom: 40px;}
.db-content h3.title {margin-bottom: 10px; text-align: left;}
.db-content h4{font-size:16px; }
.db-content a {color:#ff7800}
.db-content a:hover {text-decoration: underline;}
.db-content ul, .db-content ol {margin: 20px 0 20px 15px;}
.db-content ul li{list-style: disc; }
.db-content ol li{list-style: decimal;}

/* ############################################################################
							RESPONSIVE
############################################################################ */

@media screen and (max-width: 1024px) {
  .wrapper {
    width: auto; padding: 0 10px;
  }
  #general-container {padding: 160px 0 50px 0}

  footer {height: auto; position: relative;}
  footer .wrapper{padding: 0;}
  footer .bot {padding: 20px; height: auto;}
  footer .bot ul {width: 100%; flex-wrap: wrap; justify-content: center;}
  footer .bot ul li {padding: 10px;}
	
	#game-detail .left {width:60%;}
	#game-detail .right {width:40%;} 

  #games-container .item {width: 32%; margin-right: 1%; }
  #games-container .item .ongoing .text {font-size: 25px;}
  #game-photos form #game-detail-content {justify-content: center; width: 100%;}
  #game-photos form #game-detail-content .box {width: 20%;}
  #game-photos-content .item {width:24%; height: 264px; margin: 10px auto;}
}

@media screen and (max-width: 768px) {

  header .wrapper .left a {height: 30px;}
  header .wrapper .left a img{height: 100%;}
  header .wrapper .left {padding-right: 20px;}
  header .wrapper .right {padding-left: 20px; justify-content: flex-start}
  header .wrapper .right #header-social, header .wrapper .right #header-share {flex-wrap: wrap;}
  header .wrapper .right #header-social .text, header .wrapper .right #header-share .text {width: 100%; display: block;}
  header .wrapper .right .btn-social{margin-left: 0; margin-right: 5px; }

	#game-detail .left {width:100%;}
	#game-detail .right {width:100%;} 
  #games-container .item {width:49%; margin-bottom: 10px}
  #games-container .item:nth-child(3n+3) {margin-right:1%}
  #games-container .item:nth-child(2n+2) {margin-right:0}
  #game-detail .content {flex-direction:column; width: 80%; margin: 0 auto;}
  #game-detail .content .left {padding: 0; margin-bottom: 30px;}
  #game-detail .content .right{margin: 0 auto;}

  #game-photos form #game-detail-content .box {width:25%; margin-right: 10px;}
}

@media screen and (max-width: 600px) {
  header {height: auto}
  header .wrapper {flex-direction: column; padding: 0;}
  header .wrapper .left {padding-right: 0; border-right: none; height: auto; padding: 15px; border-bottom: solid 1px #ccc; width: 100%; justify-content: center;}
  header .wrapper .right {padding:5px 0 10px 0; justify-content: center;}
  header .wrapper .right #header-social, 	header .wrapper .right #header-share {justify-content: center;}
  header .wrapper .right .text {font-size: 10px; text-align: center;}
  #header-game {top:122px; height: 50px;}
  #header-game .wrapper {justify-content: center;}
  #header-game .box {padding: 0 10px;}
  #header-game .box-game .left, #header-game .box-game .right {width:30px; height: 30px;}
  #header-game .box-game .icon {height:30px;}
  #header-game .box-game {border: none !important;}
  #header-game .box-local {display: none;}

  footer .bot li {width: 100%}
  footer .bot li a {justify-content: center; }

  #game-detail {padding-top: 40px; }
  #game-detail .content {width: 100%}
  /*#game-detail .content .left {display: none;}*/
  #game-detail .content .right {width: 100%;}

  h1.no-photos {width: 80%}	
  #game-photos, #photo-detail {padding-top: 40px;}
  #game-photos-content .item {width:48%; margin: 5px auto;}
  #game-photos form #game-detail-content {flex-wrap: wrap;}
  #game-photos form #game-detail-content .box {width: 50%; padding: 5px; margin: 0}

  #games-container .item {width:100%; margin-right: 0;  margin-bottom: 10px}
  #games-container .item:nth-child(3n+3) {margin-right:0}

  .wrapper.photo-detail {flex-direction: column;}
  #photo-detail {width:100%; margin-bottom: 30px; padding-right:0;}
  #photo-detail .top h2 {font-size: 30px;}
  #game-photos-content .item {height:250px;}
  #photo-detail .social .text {font-size: 10px;}
  #photo-detail .social .btn-social {background-size:120px 30px; width:30px; height:30px;}
  #photo-detail .social .btn-social.facebook {background-position: -2px -2px;}
  #photo-detail .social .btn-social.twitter {background-position: -62px -2px;}
  #photo-detail .social .btn-social.googleplus {background-position: -31px -2px;}
  #photo-sponsored h3, #photo-detail .description h3 {font-size: 16px;}
  #photo-sponsored p, #photo-detail .description p {font-size: 12px; line-height: 16px;}

  #photo-sponsored {width:100%; padding-top:0;}
  #photo-sponsored h2 {font-size: 18px; line-height: 22px;}


}

@media screen and (max-width: 480px) {

}
