@import "animate.css";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Fjalla+One);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300);
/*========================================================
                    Main layout styles
=========================================================*/
body {
  font: 400 14px/20px "Arial", sans-serif;
  color: #838383;
  background: url(../images/main-background.png) repeat;
  min-width: 1250px;
}
@media (max-width: 1199px) {
  body {
    min-width: 10px;
  }
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #de683f;
}
img {
  max-width: 100%;
}
* {
  -webkit-text-size-adjust: none;
}
/* ======= Headers ======= */
h2 {
  font: 400 26px/30px "Fjalla One", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
}
h3 {
  font: 400 21px/30px "Fjalla One", sans-serif;
  color: #ffffff;
}
h4 {
  font: 400 24px/24px "Fjalla One", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
}
.heading1 {
  margin-bottom: 39px;
}
/* ======= Buttons ======= */
.btn-default {
  display: inline-block;
  font: 400 16px/16px "Fjalla One", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  padding-left: 20px;
  position: relative;
}
.btn-default:before {
  position: absolute;
  left: 0;
  top: 3px;
  content: '';
  display: block;
  width: 11px;
  height: 11px;
  overflow: hidden;
  background: url(../images/arrow2.png) no-repeat center 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-default:hover {
  color: #5e1a4b;
}
.btn-default:hover:before {
  background-position: center -11px;
}
.btn-default.btn-default__inset1 {
  color: #5e1a4b;
}
.btn-default.btn-default__inset1:before {
  background-position: center -11px;
}
.btn-default.btn-default__inset1:hover {
  color: #ffffff;
}
.btn-default.btn-default__inset1:hover:before {
  background-position: center 0;
}
/* ======= Wrappers ======= */
.big-wrapper {
  width: 1230px;
  margin: 91px auto 87px;
  background: #2d2d2d;
}
@media (max-width: 1199px) {
  .big-wrapper {
    width: auto;
  }
}
.border-bottom1 {
  position: relative;
}
.border-bottom1:after {
  height: 1px;
  width: 100%;
  overflow: hidden;
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/dashed-border.png) repeat-x;
}
.wrapper1 {
  padding: 60px 0 68px;
}
.wrapper1.wrapper1__inset1 {
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .wrapper1 .grid_3 {
    margin-top: 40px;
  }
}
.wrapper2 {
  padding-bottom: 34px;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  background: #c20670;
}
#header #stuck_container {
  padding: 47px 0 39px;
}
#header #stuck_container.isStuck {
  background: #c20670;
  padding: 10px 0;
  position: absolute;
  left: 0;
}
#header #stuck_container.isStuck h1 span.first {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 3px;
}
#header #stuck_container.isStuck nav {
  margin-top: 15px;
}
@media (max-width: 767px) {
  #header {
    text-align: center;
  }
}
/* ======= Logo ======= */
h1 {
  float: left;
  display: inline-block;
  color: #ffffff;
}
h1 a {
  display: block;
}
h1 a:hover {
  color: #ffffff;
}
h1 span {
  display: block;
}
h1 span.first {
  font: 400 60px/60px "Fjalla One", sans-serif;
  margin-bottom: -2px;
}
h1 span.second {
  font: 400 15px/16px "Georgia", serif;
  letter-spacing: 0.05em;
  color: #ffccba;
}
@media (max-width: 1199px) {
  h1 {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  h1 {
    float: none;
  }
}
/* ======= Main menu variables ======= */
/* ======= Sub menus common variables ======= */
/* ======= First level sub menu variables ======= */
/* ======= Second level sub menu variables ======= */
nav {
  float: right;
  margin-top: 25px;
}
@media (max-width: 1199px) {
  nav {
    margin-right: 20px;
  }
}
/* Main menu styles
========================================================*/
.sf-menu > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: relative;
  text-align: center;
}
.sf-menu > li + li {
  margin-left: 42px;
}
.sf-menu > li > .sf-with-ul:after {
  display: block;
  font-family: FontAwesome;
  font-size: 10px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f0d7";
  color: #ffffff;
  bottom: -10px;
  left: 50%;
  margin-left: -3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu > li > a {
  text-transform: none;
  font: 400 18px/18px "Georgia", serif;
  display: inline-block;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #ffffff;
}
.sf-menu > li > a:hover {
  color: #450d33;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a:active {
  background: transparent;
  color: #131a48;
}
.sf-menu .sfHover > a:after {
  color: #ffccba;
}
.sf-menu > li.current > a {
  color: #ffccba;
}
.sf-menu > li.current > .sf-with-ul:after {
  color: #ffccba;
}
.sf-menu > li.sfHover > a {
  color: #ffccba;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  display: none;
  min-width: 90px;
  font: 400 14px/14px "Georgia", serif;
  position: absolute;
  top: 44px;
  left: 50%;
  margin-left: -45px;
  background: #3b3b3b;
  text-align: center;
  padding: 10px 0 8px 0;
  z-index: 2;
}
.sf-menu ul li {
  position: relative;
  display: block;
  padding: 11px 0 9px;
}
.sf-menu ul li + li {
  border-top: 1px solid #4d4d4d;
}
.sf-menu ul li > .sf-with-ul:after {
  display: block;
  font-family: FontAwesome;
  font-size: 10px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f0da";
  color: #ffffff;
  bottom: 7px;
  right: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu ul li a {
  color: #ffffff;
  text-transform: none;
}
.sf-menu ul li a:hover {
  color: #c20670;
}
.sf-menu ul > .sfHover > a:after {
  color: #c20670;
}
.sf-menu ul li.sfHover > a {
  color: #c20670;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -1px;
  left: 90px;
  margin-left: 0;
  background: #ffffff;
  z-index: 4;
  text-align: center;
  padding: 7px 0 5px;
}
.sf-menu ul ul li + li {
  border-top: 1px solid #e7e7e7;
}
.sf-menu ul ul li a {
  color: #191a0e;
  text-transform: none;
  display: inline-block;
}
.sf-menu ul ul li a:hover {
  color: #de683f;
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  nav {
    width: 100%;
    float: none;
  }
  .select-menu {
    border-radius: none;
    display: block;
    text-transform: capitalize;
    float: none;
    color: #de683f;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    background: #ffffff;
    font: 400 18px/18px "Georgia", serif;
    text-align: left;
    border: 1px solid #c1c1c1;
    padding: 2px 0;
    position: relative;
  }
  .select-menu option {
    text-align: left;
    position: relative;
  }
}
/*Core variables and mixins*/
/* Stuck menu styles
========================================================*/
.isStuck {
  z-index: 999;
  position: fixed;
  -webkit-box-shadow: 0 0 4px 0 #000000;
  box-shadow: 0 0 4px 0 #000000;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content.common {
  padding-top: 60px;
}
/* ======= banner 1 Welcome ======= */
.banner1 {
  padding: 57px 0 57px;
  margin-bottom: 46px;
  border-top: 8px solid #575757;
  margin-top: -144px;
  background: #2d2d2d;
  z-index: 20;
}
.banner1 .heading {
  text-align: center;
  margin-bottom: 58px;
}
.banner1 .heading span {
  display: block;
}
.banner1 .heading span.first {
  font: 300 50px/46px "Open Sans", sans-serif;
  color: #de683f;
  margin-bottom: 6px;
}
.banner1 .heading span.second {
  font: 300 34px/46px "Open Sans", sans-serif;
  color: #ffffff;
}
@media (max-width: 1199px) {
  .banner1 {
    margin-top: 10px;
    border-top: none;
  }
}
/* ======= Box 1 Welcome ======= */
.box1 .image-wrapper {
  position: relative;
  text-align: center;
}
.box1 .image-wrapper a {
  display: block;
}
.box1 .image-wrapper a:hover span {
  color: #ffccba;
}
.box1 .image-wrapper span {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  position: absolute;
  display: block;
  font: 400 23px/26px "Open Sans", sans-serif;
  color: #ffffff;
  left: 0;
  right: 0;
  bottom: 35px;
}
@media (max-width: 979px) {
  .box1 .image-wrapper span {
    font-size: 18px;
    bottom: 20px;
  }
}
@media (max-width: 767px) {
  .box1 {
    margin-bottom: 50px;
  }
}
/* ======= Box 2 Tryouts ======= */
.box2 {
  margin-bottom: 58px;
}
.box2 .link-wrapper {
  display: block;
}
.box2 .link-wrapper:hover .content {
  background: #4b4b4b;
}
.box2 .content {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #c20670;
  color: #ffffff;
  padding: 47px 37px 51px;
}
@media (max-width: 979px) {
  .box2 .content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .box2 .content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.box2 .content .label {
  font: 400 48px/48px "Fjalla One", sans-serif;
  margin-bottom: 22px;
}
.box2 .content h4 {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 22px;
}
.box2 .content h4 a:hover {
  color: #ffccba;
}
.box2 .content h4:after {
  height: 1px;
  width: 100%;
  overflow: hidden;
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/dashed-border2.png) repeat-x;
}
.box2 .content p {
  font: 400 13px/24px "Trebuchet MS", serif;
  text-transform: uppercase;
}
.box2 .btn-default {
  margin-top: 30px;
}
/* ======= Box 3 Wrapper ======= */
.box3-wrapper {
  padding-bottom: 27px;
  border-bottom: 1px solid #494845;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .box3-wrapper {
    margin-bottom: 50px;
  }
}
/* ======= Box 3 Experience ======= */
.box3 img {
  margin-bottom: 29px;
}
.box3 h3 {
  margin-bottom: 9px;
}
@media (max-width: 767px) {
  .box3 {
    margin-bottom: 50px;
  }
  .box3 img {
    width: 100%;
  }
}
/* ======= Contact information ======= */
address.location {
  margin-top: 46px;
  margin-bottom: 20px;
}
address.location span {
  display: block;
  font: 15px/24px "Fjalla One", sans-serif;
}
address.mail {
  padding-bottom: 60px;
  margin-bottom: 48px;
  display: block;
}
address.mail span {
  display: block;
}
address.mail span a {
  font: 16px/24px "Fjalla One", sans-serif;
  color: #de683f;
  padding-left: 30px;
  display: inline-block;
  position: relative;
}
address.mail span a:before {
  position: absolute;
  content: '';
  display: block;
  width: 22px;
  height: 19px;
  left: 0;
  top: 0;
  overflow: hidden;
  background: url(../images/envelope.png) no-repeat center 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
address.mail span a:hover {
  color: #ffffff;
}
address.mail span a:hover:before {
  background-position: center -19px;
}
/* ======= Box 4 About baseball club ======= */
.box4 {
  padding-bottom: 59px;
  padding-left: 263px;
  position: relative;
}
.box4 img {
  position: absolute;
  left: 0;
  top: 5px;
}
.box4 h3 {
  margin-top: -5px;
  margin-bottom: 9px;
}
.box4 .btn-default {
  margin-top: 37px;
}
@media (max-width: 767px) {
  .box4 {
    padding-left: 0;
  }
  .box4 img {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
  }
}
/* ======= Blockquote 1 Testimonials ======= */
.blockquote1 {
  margin-top: -5px;
  position: relative;
  padding-left: 53px;
  margin-bottom: 38px;
}
.blockquote1:before {
  display: block;
  font-family: FontAwesome;
  font-size: 30px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  line-height: 30px;
  color: #c20670;
  left: 0;
  top: 3px;
  content: '\f10d';
}
.blockquote1 cite {
  display: block;
  margin-bottom: 11px;
}
.blockquote1 .who {
  display: inline-block;
  font: 400 15px/24px "Fjalla One", sans-serif;
  color: #ffffff;
}
.blockquote1 .simple-link {
  font-size: 15px;
  line-height: 24px;
}
/* ======= Box 5 Awards & Honors ======= */
.box5 {
  margin-top: -5px;
  position: relative;
  margin-bottom: 39px;
  padding-left: 96px;
}
.box5 img {
  background: #4b4b4b;
  position: absolute;
  left: 0;
  top: 5px;
  border-radius: 300px;
}
.box5 h3 {
  margin-bottom: 9px;
}
/* ======= Box 6 Gallery ======= */
.box6 {
  margin-bottom: 40px;
}
.box6 .content {
  border-top: 1px solid #ce633d;
  background: #c20670;
  padding: 18px 18px 17px;
}
.box6 .content p {
  font: 13px/24px "Trebuchet MS", serif;
  text-transform: uppercase;
  color: #ffffff;
}
.box6 .content p a:hover {
  color: #ffccba;
}
/* ======= Post 2 Blog ======= */
.post1 {
  position: relative;
  padding-left: 96px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .post1 {
    padding-left: 0;
  }
}
.post1 .info {
  position: absolute;
  left: 0;
  top: 0;
  background: #de683f;
  color: #ffffff;
  width: 96px;
}
@media (max-width: 767px) {
  .post1 .info {
    position: relative;
    width: 100%;
    text-align: center;
  }
}
.post1 .info time {
  display: block;
  padding: 27px 5px 27px 16px;
  position: relative;
}
@media (max-width: 767px) {
  .post1 .info time {
    padding: 5px;
  }
}
.post1 .info time .date {
  display: block;
  font: 48px/48px "Fjalla One", sans-serif;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .post1 .info time .date {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 0;
  }
}
.post1 .info time .month {
  display: block;
  text-transform: uppercase;
  font: 24px/20px "Fjalla One", sans-serif;
}
@media (max-width: 767px) {
  .post1 .info time .month {
    font-size: 14px;
    line-height: 14px;
  }
}
.post1 .info time:after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  overflow: hidden;
  left: 0;
  bottom: 0;
  background: url(../images/dashed-border2.png) repeat-x;
}
.post1 .info a.comments {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  padding: 12px 5px 16px 16px;
  font: 13px/24px "Trebuchet MS", serif;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .post1 .info a.comments {
    padding: 5px;
    font-size: 14px;
    line-height: 14px;
  }
}
.post1 .info a.comments span {
  display: block;
}
.post1 .info a.comments:hover {
  color: #ffccba;
  background: url(../images/main-background.png) repeat;
}
.post1 img {
  margin-bottom: 28px;
}
.post1 .by {
  display: block;
  color: #ffffff;
  font: 15px/24px "Fjalla One", sans-serif;
  margin-bottom: 13px;
}
.post1 .by a {
  color: #de683f;
}
.post1 .by a:hover {
  color: #ffffff;
}
.post1 .btn-default {
  margin-top: 27px;
}
/* ======= Box 7 Privacy Policy ======= */
.box7 {
  margin-top: -5px;
  margin-bottom: 25px;
}
.box7 h3 {
  margin-bottom: 10px;
}
.box7 .simple-link {
  margin-top: 30px;
  margin-bottom: 7px;
}
/* ======= Google Map  ======= */
.google-map1 {
  height: 417px;
  margin-bottom: 25px;
}
/* ======= Address  ======= */
.contacts-page-address {
  margin-top: 25px;
  margin-bottom: 74px;
  font: 18px/30px "Fjalla One", sans-serif;
  color: #ffffff;
}
.contacts-page-address address {
  display: inline-block;
  position: relative;
  padding-left: 40px;
}
@media (max-width: 767px) {
  .contacts-page-address address {
    display: block;
    margin-bottom: 40px;
  }
}
.contacts-page-address address:before {
  display: block;
  font-family: FontAwesome;
  font-size: 30px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  line-height: 44px;
  color: #de683f;
  left: 0;
  top: -11px;
}
.contacts-page-address address.home:before {
  content: '\f015';
}
.contacts-page-address address.phones:before {
  content: '\f095';
}
.contacts-page-address address.email:before {
  content: '\f0e0';
}
.contacts-page-address address span {
  display: block;
}
.contacts-page-address address + address {
  margin-left: 60px;
}
@media (max-width: 767px) {
  .contacts-page-address address + address {
    margin-left: 0;
  }
}
/* ======= Simple link ======= */
.simple-link {
  font: 18px/30px "Fjalla One", sans-serif;
  display: inline-block;
  color: #de683f;
}
.simple-link:hover {
  color: #ffffff;
}
/* ======= List 1 ======= */
.list1 li {
  position: relative;
  font: 400 13px/16px "Fjalla One", sans-serif;
  color: #838383;
  text-transform: uppercase;
}
.list1 li a {
  padding-left: 25px;
  position: relative;
}
.list1 li a:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 11px;
  height: 11px;
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  background: url(../images/arrow1.png) no-repeat center 0;
}
.list1 li a:hover {
  color: #de683f;
}
.list1 li a:hover:before {
  background-position: center -11px;
}
.list1 li + li {
  margin-top: 10px;
}
.list1.list1__offset1 {
  margin-top: -2px;
  margin-bottom: 40px;
}
.list1.list1__offset2 {
  margin-top: -2px;
  margin-bottom: 60px;
}
.list1.list1__inset1 {
  padding-bottom: 57px;
}
/* ======= Social buttons 1 ======= */
.socials1 li {
  display: inline-block;
}
.socials1 li + li {
  margin-left: 12px;
}
@media (max-width: 1199px) {
  .socials1 li {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .socials1 li + li {
    margin-left: 0;
  }
}
.socials1 li a i {
  color: #2d2d2d;
  background: #4b4b4b;
  text-align: center;
  font-size: 20px;
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 200px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.socials1 li a i:hover {
  color: #ffffff;
  background: #de683f;
}
.socials1.socials1__offset1 {
  margin-top: -4px;
}
/* ======= Gallery  ======= */
.gallery_image a.big-image {
  display: block;
  position: relative;
  background: #c20670;
}
.gallery_image a.big-image img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
.gallery_image a.big-image .gallery_hover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery_image a.big-image .gallery_hover i {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 40px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -21px;
}
.gallery_image a.big-image:hover img {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.gallery_image a.big-image:hover .gallery_hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.gallery_image a.big-image:hover .gallery_hover i {
  opacity: 1;
  filter: alpha(opacity=100);
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  padding: 40px 0 37px;
  background: #252525;
  font: 400 15px/18px "Fjalla One", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #ffffff;
  font-size: 43px;
  line-height: 38px;
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #de683f;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*Core variables and mixins*/
