/* ==================================
BREAKPOINT MIXINS
================================== */
body.test:after {
  background: red;
  color: #fff;
  content: "undefined";
  left: 0;
  -webkit-opacity: 80;
  -moz-opacity: 80;
  opacity: 80;
  padding: .5em 1em;
  position: fixed!important;
  text-align: center;
  top: 0;
  z-index: 99999;
}
@media only screen and (max-width: 540px) {
  body.test:after {
    background: yellow;
    content: "mobile";
  }
}
@media only screen and (min-width: 581px) and (max-width: 800px) and (orientation : portrait) {
  body.test:after {
    background: orange;
    content: "tablet-portrait";
  }
}
@media only screen and (min-width: 801px) and (max-width: 949px) {
  body.test:after {
    background: red;
    content: "tablet";
  }
}
@media only screen and (min-width: 950px) and (max-width: 1128px) {
  body.test:after {
    background: purple;
    content: "desktop";
  }
}
@media only screen and (min-width: 1129px) {
  body.test:after {
    background: blue;
    content: "desktop-xl";
  }
}
/* DEFINING NORMAL FONT-NAMES INSTEAD OF WEIGHTS */
/* DEFINING FONTS  */
/* Widths */
@media only screen and (min-width: 320px) and (max-width: 580px) {
  #chevron-light,
  #chevron-dark {
    font-size: 32px;
    margin-left: -16px;
  }
  h1.light {
    text-shadow: 0 1px 20px rgba(42, 80, 128, 0.9) !important;
  }
}
.work {
  width: 100% !important;
  margin: 0 auto!important;
}
@media only screen and (min-width: 1px) and (max-width: 949px) {
  .work {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.work li {
  /* ==================================
		ON MOBILE WE'RE ADDRESSING .RESPGRID CLASSES 'CAUSE WE'RE ONLY SHOWING TWO COLUMNS 
		================================== */
}
@media only screen and (min-width: 1px) and (max-width: 949px) {
  .work li {
    background: transparent!important;
    overflow: visible!important;
    float: left;
    padding: 0 !important;
    height: auto !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }
}
@media only screen and (max-width: 540px) {
  .work li {
    width: 100% !important;
  }
}
@media only screen and (min-width: 801px) and (max-width: 949px) {
  .work li:nth-child(3),
  .work li:last-child {
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 581px) and (max-width: 800px) and (orientation : portrait) {
  .work li:nth-child(3),
  .work li:last-child {
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 321px) and (max-width: 580px) {
  .work li.respgrid-2-1,
  .work li.respgrid-2-2 {
    width: 48% !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 580px) {
  .work li.respgrid-2-1 {
    margin-right: 4% !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 580px) {
  .work li.respgrid-2-2 {
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 1px) and (max-width: 949px) {
  .work li a,
  .work li a:visited {
    display: inline !important;
    width: 100% !important;
    height: 0 !important;
    padding-top: 100%;
  }
}
.work li a div,
.work li a:visited div {
  /*@media @mobile_and_tablet {
					display: block !important; 
					max-width: 100%!important;
					width: 100%;
					height: 0 !important;
					padding-top: 100%;
				}*/
}
@media only screen and (min-width: 1px) and (max-width: 949px) {
  .work li a div img,
  .work li a:visited div img {
    display: block!important;
    max-width: 100%;
    height: auto !important;
    top: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 580px) {
  .work li a div img,
  .work li a:visited div img {
    max-width: 100%;
  }
}
/* ==================================
=OTHER WORK TILES
================================== */
@media only screen and (min-width: 1px) and (max-width: 949px) {
  #work-cases h3 {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
#work-cases-thumbs li {
  /*@media @mobile_and_tablet {
				width: 40% !important; 
				//border: 1px solid red;
				//overflow: visible!important; 
				height: auto !important;
				padding: 0 !important; 
				.box-sizing(border-box)!important; 	
				background: transparent!important; 
				margin-right: 4% !important;
			}*/
}
@media only screen and (min-width: 1px) and (max-width: 949px) {
  #work-cases-thumbs li:nth-child(5),
  #work-cases-thumbs li:nth-child(6) {
    display: none;
  }
}
@media only screen and (min-width: 1px) and (max-width: 949px) {
  #work-cases-thumbs li {
    width: 31% !important;
    margin: 0 3.5% 0 0 !important;
    height: auto !important;
  }
  #work-cases-thumbs li:nth-child(3) {
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 1px) and (max-width: 949px) {
  #work-cases-thumbs li a div {
    max-width: 100%!important;
    width: 100%;
    height: 0 !important;
    padding-top: 100%;
    overflow: hidden;
  }
  #work-cases-thumbs li a div img {
    width: 100%;
  }
  #work-cases-thumbs li a div .overlay {
    position: absolute;
  }
}
@media only screen and (min-width: 1px) and (max-width: 949px) {
  #work-cases-thumbs li a,
  #work-cases-thumbs li a:visited {
    display: inline !important;
    width: 100% !important;
    height: 0 !important;
    padding-top: 100%;
  }
}
@media only screen and (min-width: 1px) and (max-width: 949px) {
  #work-cases-thumbs li a div,
  #work-cases-thumbs li a:visited div {
    display: block !important;
    max-width: 100%!important;
    width: 100%;
  }
}
@media only screen and (min-width: 1px) and (max-width: 949px) {
  #work-cases-thumbs li a div img,
  #work-cases-thumbs li a:visited div img {
    display: block!important;
    max-width: 100%;
    height: auto !important;
    top: 0;
  }
}
@media only screen and (min-width: 1px) and (max-width: 949px) {
  #work-cases-thumbs li:nth-child(4),
  #work-cases-thumbs li:nth-child(5) {
    display: none;
  }
}
/* ==================================
=DRIBBBLE
================================== */
@media only screen and (min-width: 1px) and (max-width: 949px) {
  #dribbble h2 {
    font-size: 26px !important;
  }
  #dribbble h2 span {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 949px) {
  #dribbble {
    height: auto !important;
    width: 100% !important;
    margin-top: 0 !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 580px) {
  #dribbble #dribbble-link {
    display: block !important;
    width: 100%;
    float: none !important;
  }
}
@media only screen and (min-width: 1px) and (max-width: 949px) {
  #dribbble h2 {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 581px) and (max-width: 800px) and (orientation : portrait) {
  #dribbble div > div.wrap {
    margin-bottom: -20px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 580px) {
  #shotsByPlayerId * {
    display: none !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 580px) {
  #shotsByPlayerId {
    max-width: 100%!important;
    overflow: auto;
  }
}
#shotsByPlayerId .dribbble-shot {
  /*@media @mobile{
			width: 47% !important;
			max-width: inherit !important;
			margin-right: 3% !important;
			border: 0;
		}*/
}
@media only screen and (min-width: 1px) and (max-width: 949px) {
  #shotsByPlayerId .dribbble-shot {
    display: inline-block !important;
    max-width: 23%;
    margin-right: 3%;
    height: auto !important;
    float: left;
  }
}
@media only screen and (min-width: 320px) and (max-width: 580px) {
  #shotsByPlayerId .dribbble-shot {
    max-width: 31%;
    margin-right: 3%;
  }
}
#shotsByPlayerId .dribbble-shot:last-child {
  /*@media @mobile {
				display: block !important;
			}*/
}
@media only screen and (max-width: 540px) {
  #shotsByPlayerId .dribbble-shot:last-child {
    display: none !important;
  }
}
@media only screen and (min-width: 1px) and (max-width: 949px) {
  #shotsByPlayerId .dribbble-shot:nth-child(3) {
    margin-right: 3%;
  }
}
#shotsByPlayerId .dribbble-shot a {
  /*@media @mobile {
				height: 0 !important;
				padding-top: 100% !important;
			}

			* {
				@media @mobile-all {
					display: none;
				}
			}*/
}
@media only screen and (min-width: 1px) and (max-width: 949px) {
  #shotsByPlayerId .dribbble-shot a {
    display: block;
    width: 100%;
  }
}
/* ==================================
=WORK WITH US
================================== */
@media only screen and (min-width: 1px) and (max-width: 949px) {
  #work-with-us {
    padding: 40px 0 20px 0;
  }
}
@media only screen and (min-width: 1px) and (max-width: 949px) {
  #work-with-us h3 {
    font-size: 24px;
  }
}
/* ==================================
=TESTIMONIALS
================================== */
@media only screen and (min-width: 320px) and (max-width: 580px) {
  .testimonial-text {
    width: 100%!important;
    font: italic 400 20px/30px 'Whitney A', 'Whitney B', "Helvetica", "Arial", sans-serif;
    color: #484a53;
  }
}
