/*LESS COLORS*/
/*LESS TRANITION*/
.transition-main {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-webkit-transition: all 1s;
  transition: all 1s;
}
.transition-med {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.transition-fast {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-webkit-transition: all 0.25s;
  transition: all 0.25s;
}
@font-face {
  font-family: 'Manus';
  src: url('fonts/Manus.eot');
  src: url('fonts/Manus.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
   url('fonts/Manus.woff') format('woff'), /* Modern Browsers */
   url('fonts/Manus.ttf') format('truetype'), /* Safari, Android, iOS */
   url('fonts/Manus.svg#e09b8af18c3964676f44d5510bb65aed') format('svg');
  font-style: normal;
  font-weight: 400;/* IE9 Compat Modes */
  /* Legacy iOS */
}
.script {
  font-family: 'Manus', "Brush Script MT", cursive;
}
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  background: url(../images/main-bg.jpg) no-repeat center top fixed #2c3a42;
  background-size: cover;
}
#main {
  padding: 60px 100px 0;
}
#footer {
  position: relative;
}
.clear {
  clear: both;
}
/*SVG LOGO*/
.logo .m-letter,
.logo .frame {
  fill: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-webkit-transition: all 0.6s;
  transition: all 0.6s;
  cursor: pointer;
}
.logo:hover .m-letter,
.logo:hover .frame {
  fill: #ffffff;
}
.contact .logo .m-letter,
.contact .logo .frame {
  fill: white;
  cursor: default;
}
#main .logo {
  float: left;
  position: relative;
  width: 105px;
  height: 98px;
  padding-right: 25px;
}
#main .logo a {
  display: inline-block;
  position: absolute;
  width: 105px;
  height: 98px;
}
#main .logo .name {
  position: absolute;
  left: 130px;
  top: 3px;
}
#main .logo h1 {
  font-size: 36px;
  letter-spacing: 0.025em;
  font-weight: 300 !important;
  color: rgba(255, 255, 255, 0.45);
  margin: 35px 0 0;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-webkit-transition: all 1s;
  transition: all 1s;
  transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
  opacity: 0.0;
}
#main .logo h1 strong {
  color: white;
  margin-left: -5px;
  font-weight: 400;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-webkit-transition: all 1s;
  transition: all 1s;
  transition-delay: 0.75s;
  -webkit-transition-delay: 0.75s;
  opacity: 0.0;
}
#main .logo h2 {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.25);
  margin: -5px 0 0 15px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-webkit-transition: all 1s;
  transition: all 1s;
  transition-delay: 1s;
  -webkit-transition-delay: 1s;
  opacity: 0.0;
}
#main .logo h1,
#main .logo h2 {
  float: left;
  width: 300px;
}
#main .logo:hover .name h1 {
  opacity: 1.0;
}
#main .logo:hover .name h1 strong {
  opacity: 1.0;
}
#main .logo:hover .name h2 {
  opacity: 1.0;
  margin: 10px 0 0 15px;
}
#main img.main-logo {
  opacity: 0.7;
  cursor: pointer;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-webkit-transition: all 1s;
  transition: all 1s;
}
#main img.main-logo:hover {
  opacity: 1.0;
}
#main .headline {
  clear: left;
  padding-top: 70px;
}
#main .headline h3 {
  font-weight: 100;
  font-size: 54px;
  color: #ffffff;
  letter-spacing: 0.025em;
}
#main .headline h3 em {
  font-family: 'Manus', "Brush Script MT", cursive;
  font-size: 92px;
  color: #ee4037;
  letter-spacing: 0;
  margin-left: 20px;
}
#main .welcome {
  width: 765px;
}
#main .welcome p {
  margin: 25px 0 0;
  font-size: 16px;
  color: #8f9ba3;
  letter-spacing: 0.02em;
  line-height: 34px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.45);
}
#main .welcome a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  border-bottom: solid 1px transparent;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-webkit-transition: all 0.25s;
  transition: all 0.25s;
  padding-bottom: 5px;
}
#main .welcome a:hover {
  color: #ffffff;
  border-bottom-color: #ffffff;
  padding-bottom: 2px;
}
#main .links {
  margin: 50px 0 0;
}
#main .links ul {
  list-style: none;
  height: 100px;
}
#main .links ul li {
  float: left;
  margin: 0 20px 0 0;
}
#main .links ul li a {
  display: block;
  width: 50px;
  height: 50px;
  border: solid 2px #ffffff;
  border-radius: 40px;
  opacity: 0.3;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-webkit-transition: all 0.25s;
  transition: all 0.25s;
}
#main .links ul li:hover a {
  border-color: rgba(255, 255, 255, 0);
  opacity: 1.0;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
  transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
}
#main .links ul li.twitter:hover a {
  background: #55ACEE;
}
#main .links ul li.dribbble:hover a {
  background: #ea4c89;
}
#main .links ul li.linkedin:hover a {
  background: #0C74B4;
}
#main .links ul li.gplus:hover a {
  background: #DC4C34;
}
#main .links ul li .label {
  cursor: default;
  color: #ffffff;
  opacity: 0.0;
  padding: 3px 0 0;
  width: 100%;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.025em;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-webkit-transition: all 0.25s;
  transition: all 0.25s;
}
#main .links ul li:hover .label {
  padding: 13px 0 0;
  opacity: 0.6;
}
body.contact .header h1 {
  margin: 15px 0 25px;
}
body.contact #main .links {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 50px;
}
body.contact #main .links ul.connect {
  width: 276px;
  margin: auto;
}
body.contact #main .links ul li.gplus {
  float: left;
  margin: 0;
}
#main h1 {
  margin: 0;
  font-weight: 100 !important;
  font-size: 3.25em;
  font-weight: 700;
  color: #ffffff;
}
#main h2 {
  font-size: 1.25em;
  font-weight: 400;
  margin: 10px 0 45px;
}
#footer {
  width: 100%;
  position: absolute;
  bottom: 55px;
  font-size: 30px;
  letter-spacing: 0.05em;
}
#footer .cta {
  text-align: center;
  color: #ffffff;
  font-family: 'Manus', "Brush Script MT", cursive;
}
#footer .cta .text {
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.6);
}
@-webkit-keyframes contact {
  0% {
    top: 0;
    opacity: 0.0;
  }
  100% {
    top: 15px;
    opacity: 0.8;
  }
}
@-moz-keyframes contact {
  0% {
    top: 0;
    opacity: 0.0;
  }
  100% {
    top: 15px;
    opacity: 0.8;
  }
}
@-o-keyframes contact {
  0% {
    top: 0;
    opacity: 0.0;
  }
  100% {
    top: 15px;
    opacity: 0.8;
  }
}
@keyframes contact {
  0% {
    top: 0;
    opacity: 0.0;
  }
  100% {
    top: 15px;
    opacity: 0.8;
  }
}
#footer .cta i {
  position: absolute;
  margin: 22px 0 0 -14px;
  text-align: center;
  -webkit-animation: contact 1s ease-in infinite alternate;
  /* Safari 4+ */

  -moz-animation: contact 1s ease-in infinite alternate;
  /* Fx 5+ */

  -o-animation: contact 1s ease-in infinite alternate;
  /* Opera 12+ */

  animation: contact 1s ease-in infinite alternate;
  /* IE 10+ */

}
#contact-box {
  position: fixed;
  bottom: -245px;
  width: 100%;
  height: 250px;
  background: #ee4037;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-webkit-transition: all 1s;
  transition: all 1s;
}
#contact-box:hover {
  bottom: 0;
}
#contact-box .open-tab {
  position: absolute;
  left: 50%;
  margin: -20px 0 0 -20px;
  width: 20px;
  height: 10px;
  color: #ffffff;
  background: #ee4037;
  text-align: center;
  padding: 5px 10px 8px;
  border-radius: 4px 4px 0 0;
  font-size: 14px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-webkit-transition: all 0.6s;
  transition: all 0.6s;
}
#contact-box:hover .open-tab {
  color: #ee4037;
  margin-top: 0;
}
#contact-box .cta-box {
  width: 40%;
  max-width: 540px;
  height: 250px;
  float: left;
  background: url(../images/cta-box-bg.png) 3% top no-repeat;
  background-size: 40%;
  padding: 35px 0 0 17%;
}
#contact-box .idb-box {
  width: 25%;
  max-width: 300px;
  height: auto;
  float: left;
  margin: 25px 0 0 6%;
  padding: 10px 5% 10px 6%;
  border-left: solid 2px rgba(255, 255, 255, 0.8);
}
#contact-box h2 {
  color: #ffffff;
  font-family: 'Manus', "Brush Script MT", cursive;
  font-size: 42px;
  margin: 0 0 15px 0;
}
#contact-box h3 {
  color: #ffffff;
  font-family: 'Manus', "Brush Script MT", cursive;
  font-size: 42px;
  margin: 0 0 15px 0;
}
#contact-box p {
  color: #ffffff;
  font-size: 15px;
  line-height: 22px;
}
#contact-box a.cta {
  display: inline-block;
  border: solid 2px #ffffff;
  padding: 11px 15px 10px;
  margin: 20px 0 0;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-webkit-transition: all 0.6s;
  transition: all 0.6s;
}
#contact-box a.cta:hover {
  background: #ffffff;
  color: #ee4037;
}
/*DRIBBBLE SHOTS*/
section.related .dribbble {
  width: 70%;
  margin: 0 15%;
  text-align: center;
}
section.related h2 {
  color: #ffffff;
  font-size: 42px;
  margin-bottom: 15px;
  font-family: 'Manus', "Brush Script MT", cursive;
}
ul#shotsByPlayerId {
  list-style: none;
  display: inline-block;
  width: 100%;
}
ul#shotsByPlayerId li {
  float: left;
  position: relative;
  width: 28%;
  text-align: center;
  margin-right: 8%;
}
ul#shotsByPlayerId li:last-child {
  margin: 0;
}
ul#shotsByPlayerId li a {
  display: block;
}
ul#shotsByPlayerId li h3 {
  z-index: -10;
  position: absolute;
  bottom: 10px;
  width: 100%;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-webkit-transition: all 0.25s;
  transition: all 0.25s;
  opacity: 0.0;
}
ul#shotsByPlayerId li:hover h3 {
  bottom: -30px;
  opacity: 0.8;
}
ul#shotsByPlayerId li img {
  z-index: 10;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-webkit-transition: all 0.25s;
  transition: all 0.25s;
}
ul#shotsByPlayerId li:hover img {
  imgtransform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
a.drib-link {
  display: inline-block;
  font-size: 18px;
  margin: 40px 0 0;
}
/*CONTACT FORM*/
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
body.contact {
  color: rgba(0, 0, 0, 0.45);
  background: #ee4037;
}
a {
  color: rgba(255, 255, 255, 0.35);
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-webkit-transition: all 0.6s;
  transition: all 0.6s;
}
a:hover,
a:focus {
  color: #ffffff;
}
.header {
  margin: auto;
  padding: 2em 1em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.35);
}
.header .logo {
  width: 75px;
  height: 70px;
  margin: 0 auto;
}
.header h1 {
  margin: 0;
  font-weight: 400;
  font-size: 3.5em;
  color: #ffffff;
  font-family: 'Manus', "Brush Script MT", cursive;
}
/* To Navigation Style */
.top {
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.7em;
  line-height: 2.75;
  background: #2c3a42;
}
.top a {
  display: inline-block;
  padding: 0 1.25em;
  text-decoration: none;
  letter-spacing: 0.05em;
}
.top i {
  margin-right: 0.4em;
}
.top i.fa-dribbble {
  display: block;
  float: left;
  margin-top: 9px;
}
.top span.right {
  float: right;
}
.top span.right a {
  display: block;
  float: left;
}
form#theForm ul {
  list-style: none;
}
form#theForm ul.questions {
  width: 70%;
  margin: 0 15%;
}
form#theForm ul li {
  width: 100%;
  float: right;
  margin: 0 0 60px 0;
}
form#theForm ul li label {
  width: 48%;
  text-align: right;
  margin: 10px 2% 0 0;
  float: left;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: -0.02em;
}
form#theForm ul li input,
form#theForm ul li textarea {
  float: left;
  width: 50%;
  max-width: 350px;
  box-sizing: border-box;
  border: none;
  border-bottom: 5px solid rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0.1);
  color: #ffffff;
  font-size: 24px;
  padding: 12px 18px;
}
section.related button[type='submit'] {
  text-align: center;
  margin: 0 auto;
  border: solid 2px #ffffff;
  border-radius: 0;
  background: transparent;
  padding: 21px 60px 20px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  cursor: pointer;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-webkit-transition: all 0.6s;
  transition: all 0.6s;
}
section.related button[type='submit']:hover {
  background: white;
  color: #ee4037;
}
section.related .alt-email {
  font-size: 14px;
  margin-top: 15px;
}
section.related .alt-email a {
  color: rgba(0, 0, 0, 0.65);
  padding-bottom: 7px;
  border-bottom-color: transparent;
}
section.related .alt-email a:hover {
  padding-bottom: 0;
  border-bottom: solid 2px white;
  color: white;
}
section {
  padding: 5em 2em 3em;
  background: rgba(0, 0, 0, 0.1);
  text-align: center;
}
section.related {
  padding: 2em 0 4em;
  background: transparent;
  font-size: 1.5em;
}
@media screen and (max-width: 1024px) {
  #main {
    width: 90%;
    padding: 60px 5% 0;
  }
  #main .welcome {
    width: 100%;
  }
  #contact-box {
    position: relative;
    bottom: 0;
    height: intrinsic;
    margin: 45px 0 0;
  }
  #contact-box .cta-box {
    width: 100%;
    max-width: intrinsic;
    padding: 55px 5% 0 30%;
    border-bottom: solid 2px rgba(255, 255, 255, 0.8);
  }
  #contact-box .idb-box {
    width: 100%;
    max-width: intrinsic;
    padding: 35px 30% 40px 10%;
    border: none;
    background: url(../images/idb-box-bg.png) no-repeat right bottom;
    margin: 0;
  }
  #footer {
    position: relative;
    bottom: 0;
    margin: 20px 0 0;
  }
  section {
    padding: 3em 1em 1em;
  }
  #contact-box .open-tab {
    display: none;
  }
  form#theForm ul.questions {
    width: 90%;
    margin: 0 5%;
  }
  form#theForm ul li input,
  form#theForm ul li textarea,
  form#theForm ul li input {
    font-size: 17px;
  }
  form#theForm ul li label {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  #main {
    width: 80%;
    padding: 60px 10% 0;
  }
  .contact #main h1 {
    font-size: 3.0em;
    line-height: 1.2em;
  }
  #main .logo .name h1 {
    opacity: 1.0;
  }
  #main .logo .name h1 strong {
    opacity: 1.0;
  }
  #main .logo .name h2 {
    opacity: 1.0;
    margin: 10px 0 0 15px;
  }
  #main .headline h3 {
    line-height: 1.4em;
  }
  #main .headline h3 em {
    display: inline;
    float: left;
    margin: 20px 0;
    width: 100%;
  }
  #contact-box .cta-box {
    width: 100%;
    max-width: intrinsic;
    padding: 30px 5% 35px 35%;
    border-bottom: solid 2px rgba(255, 255, 255, 0.8);
    background-size: 50%;
    height: auto;
  }
  #contact-box p {
    font-size: 14px;
  }
  #contact-box h2 {
    font-size: 36px;
  }
  .header {
    font-size: 0.8em;
  }
  section.related {
    font-size: 1.2em;
  }
  .icon span {
    display: none;
  }
  form#theForm ul li {
    margin: 0 0 30px 0;
  }
  form#theForm ul li input,
  form#theForm ul li textarea,
  form#theForm ul li input,
  form#theForm ul li label {
    width: 100%;
    text-align: left;
    max-width: intrinsic;
  }
  form#theForm ul li label {
    margin: 0 0 5px;
  }
  ul#shotsByPlayerId li h3 {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  #main .logo {
    padding: 0;
    left: 50%;
    margin-left: -52px;
  }
  #main .logo .name {
    position: relative;
    left: 0;
    margin-left: -55px;
  }
  #main .logo .name h1 {
    margin: 10px 0 0;
  }
  #main .headline {
    padding: 120px 0 0;
    text-align: center;
  }
  #main .welcome p {
    font-size: 14px;
    line-height: 28px;
    text-align: center;
  }
  #main .links ul {
    width: 276px;
    margin: auto;
  }
  #main .links ul li.gplus {
    margin: 0;
  }
  #contact-box .cta-box {
    background-image: none;
    width: 80%;
    padding: 30px 10% 50px;
  }
  .contact #main h1 {
    font-size: 2.5em;
    line-height: 1.2em;
  }
  .contact #main h2 {
    font-size: 1.0em;
  }
}
