@import url("forms.css");
@import url("header.css");
@import url("news-box.css");
@import url("paginator.css");
@import url("banners.css");
@import url("footer.css");
@import url("socials.css");

/* INTERNAL */

@import url("collage.css");
@import url("content.css");
@import url("section-box.css");
@import url("clubs-list.css");
@import url("clubs-table.css");
@import url("club-view.css");
@import url("volunteers-list.css");
@import url("volunteers-table.css");
@import url("volunteer-view.css");
@import url("gallery-box.css");
@import url("gallery-view.css");
@import url("news-view.css");
@import url("table.css");
@import url("wiki.css");

/* Reset CSS */

* {
 margin: 0;
 padding: 0;
 box-sizing: border-box;
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
}

ul li {
 background: url("../img/internal/bullet.png") no-repeat 0 14px;
 background-size: 6px 6px;
 list-style-type: none;
 margin: 0;
 padding: 5px 0 0 15px; 
}

body {
 font-family: 'Open Sans', sans-serif;
 font-weight: 400;
 font-size: 17px;
 line-height: 1.4;
 color: #1f1c17;
 text-align: left;
 background-color: #fff;
}

#main_content {
 display: flex;
 flex-direction: column;
 height: 100vh;
 float: left;
 width: 100%;
 border-top: 0 solid #fff;
}

#content {
 flex: 1 0 auto;
 float: left;
 width: 100%;
}

#site_bottom {
 float: left;
 width: 100%;
 margin: 40px 0 0 0;
 flex: 0 0 auto;
}

.container {
 max-width: 1009px;
 margin: 0 auto;
}

.container.container_home {
 max-width: 1225px;
 margin: 0 auto;
}

.container.container_1066 {
 max-width: 1066px;
}

.container.container_925 {
 max-width: 925px;
}

.container.container_925 .wrapper {
 padding: 0;
}

.container.container_wide {
 max-width: 1920px;
}

.wrapper {
 float: left;
 width: 100%;
}

.container_wide>.wrapper {
 padding: 0;
}

.title_home {
 float: left;
 width: 100%;
 margin: 42px 0 14px 0; 
 font-family: 'Open Sans', sans-serif;
 font-weight: 800;
 font-size: 30px;
 line-height: 1.3;
 color: #064481;
 text-align: left;
}

.text_home {
 float: left;
 width: 100%;
 margin: 0 0 27px 0;
 font-weight: 400;
 font-size: 14px;
 line-height: 1.2;
 color: #6a6a6a;
 text-align: left;
}

a:link,
a:visited,
a:hover {
 font-family: 'Open Sans', sans-serif;
 font-weight: 400;
 font-size: 17px;
 line-height: 1.25;
 color: #1e9bcc;
 text-decoration: none;
 -webkit-transition: 0.2s ease-in-out;
 -moz-transition: 0.2s ease-in-out;
 -o-transition: 0.2s ease-in-out;
 transition: 0.2s ease-in-out;
}

a:hover {
 color: #1e9bcc;
}

.hide_me {
 opacity: 0;
}

.show_me {
 opacity: 1;
 -webkit-transition: 0.8s ease-in-out;
 -moz-transition: 0.8s ease-in-out;
 -o-transition: 0.8s ease-in-out;
 transition: 0.8s ease-in-out;
 animation: move_down 0.8s ease-in-out;
}

@keyframes move_down {
 0% {
  transform: translateY(-40px)
 }
 100% {
  transform: translate(0);
 }
}

@media screen and (max-width:1250px) {
 .wrapper {
  padding: 0 2%;
 }
}

@media screen and (max-width:1200px) {
 #main_content,
 #main_content.int {
  border-top: 80px solid #fff;
 }
 .title_home {
  margin: 24px 0 12px 0;
  font-size: 29px;
 }
 .text_home {
  margin: 0 0 25px 0;
  font-size: 15px;
 }
}

@media screen and (max-width:970px) {
 .container.container_925 {
  max-width: 100%;
 }
 .container.container_925 .wrapper {
  padding: 0 2%;
 }
}

@media screen and (max-width:950px) {
 body {
  font-size: 16px;
 }
 .wrapper,
 .container.container_925 .wrapper {
  padding: 0 2.5%;
 }
 .title_home {
  margin: 20px 0 10px 0;
  font-size: 28px;
 }
 .text_home {
  margin: 0 0 22px 0;
  font-size: 14px;
 }
 a:link,
 a:visited,
 a:hover {
  font-size: 16px;
 }
}

@media screen and (max-width:750px) {
 .title_home {
  font-size: 26px;
 }
 .text_home {
  margin: 0 0 16px 0;
  font-size: 13px;
 }
}

@media screen and (max-width:700px) {
 ul li {
  padding: 6px 0 0 15px;
 }
 body {
  font-size: 15px;
 }
 a:link,
 a:visited,
 a:hover {
  font-size: 15px;
  line-height: 1.35;
 }
}

@media screen and (max-width:676px) {
 .wrapper,
 .container.container_925 .wrapper {
  padding: 0 3%;
 }
 #site_bottom {
  margin: 30px 0 0 0;
 }
 ul li {
  padding: 7px 0 0 15px;
 }
 a:link,
 a:visited,
 a:hover {
  font-size: 15px;
  line-height: 1.35;
 }
}

@media screen and (max-width:550px) {
 .wrapper,
 .container.container_925 .wrapper {
  padding: 0 4%;
 }
 .title_home {
  font-size: 24px;
 }
 .text_home {
  margin: 0 0 14px 0;
  font-size: 12px;
 }
}

@media screen and (max-width:450px) {
 ul li {
  padding: 8px 0 0 15px;
 }
 body {
  font-size: 14px;
 }
 a:link,
 a:visited,
 a:hover {
  font-size: 14px;
 }
}

@media screen and (max-width:350px) {
 #site_bottom {
  margin: 20px 0 0 0;
 }
}
