/*
Name:
Date: 2-16-2020
Author: Ace_luffy
Autor URI: http://www.creationcrew.com/
*/

@font-face {
  font-family: "FuturaBT-Bold";
  src: url("../fonts/FUTURAB.eot"); /* IE9 Compat Modes */
  src: url("../fonts/FUTURAB.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/FUTURAB.otf") format("opentype"), /* Open Type Font */
    url("../fonts/FUTURAB.svg") format("svg"), /* Legacy iOS */
    url("../fonts/FUTURAB.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/FUTURAB.woff") format("woff"), /* Modern Browsers */
    url("../fonts/FUTURAB.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BloomerDEMO-Regular";
  src: url("../fonts/BloomerDEMO.eot"); /* IE9 Compat Modes */
  src: url("../fonts/BloomerDEMO.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/BloomerDEMO.otf") format("opentype"), /* Open Type Font */
    url("../fonts/BloomerDEMO.svg") format("svg"), /* Legacy iOS */
    url("../fonts/BloomerDEMO.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/BloomerDEMO.woff") format("woff"), /* Modern Browsers */
    url("../fonts/BloomerDEMO.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GROBOLD";
  src: url("../fonts/GROBOLD.eot"); /* IE9 Compat Modes */
  src: url("../fonts/GROBOLD.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/GROBOLD.otf") format("opentype"), /* Open Type Font */
    url("../fonts/GROBOLD.svg") format("svg"), /* Legacy iOS */
    url("../fonts/GROBOLD.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/GROBOLD.woff") format("woff"), /* Modern Browsers */
    url("../fonts/GROBOLD.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }


  a {
      color:#ba3d3d;
      -o-transition:.5s;
      -ms-transition:.5s;
      -moz-transition:.5s;
      -webkit-transition:.5s;
      transition:.5s;
    }
    a:hover {
      color:#999999;
      text-decoration: none;
    }


audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

.hidden {
  display: none !important; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }


body {
  	background: url('../images/bg_out.jpg') no-repeat center top #111111; color: #ffffff}

.container {
  position: relative;
  width: 1000px;
  margin: 0px auto 0;
  border: 0px solid black;
  background: ; }

.containerxx {
  position: relative;
  width: 1000px;
  margin: 0px auto 0;
  border: 0px solid black;
  box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.75);
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: white; }
#logo img {
  max-width: 100%;
  height: auto; }

#logo {
  position: absolute;
  z-index: 10;
  left: 105px;
  top: 64px; }

#sublogo {
  position: absolute;
  z-index: 10;
  left: 126px;
  top: 394px; }

#slider ul {
  list-style: none;
  padding: 0;
  margin: 0; }

nav#main {
  border-radius: 10px;
  border-top: 0px solid black;
  text-align:center;
  border-bottom: 0px solid black;
background: rgb(166,3,40);
background: linear-gradient(180deg, rgba(166,3,40,1) 0%, rgba(123,1,29,1) 99%);
  height: 68px;
  line-height: 68px; }
  nav#main a.toggle {
    display: none;
    width: 42px;
    height: 34px;
    margin: 12px;
    background: url(../img/icon-nav-toggle.png) no-repeat; }
  nav#main ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    nav#main ul li {
      display: inline-block;
      border: 0px solid #fff;
      height: 32px;
      line-height: 32px;
      vertical-align: middle;
}
      nav#main ul li a {
        padding: 0 30px;
        font-family: 'BloomerDEMO-Regular';
        text-transform: uppercase;
        font-size: 40px;
        text-decoration: none;
		color: #fff;

		 }
    nav#main ul li.last {
      border-right: 0; }
    nav#main ul li.right {
      border-right: 0;
      background: #570014;
	  font-family: 'BloomerDEMO-Regular';
	  text-transform: uppercase;
      font-size: 40px;
      height: 57px;
      line-height: 58px;
	  text-transform: uppercase;
      border: 0;
      border-left: 0px solid black;
      text-shadow: 2px 2px #00233d;
	  border-radius: 10px;
	  }
	  nav#main ul li.right:hover {
		-webkit-box-shadow: 0 0 9px rgba(239,203,104,0.4) inset;
		-moz-box-shadow: 0 0 9px rgba(239,203,104,0.4) inset;
		box-shadow: 0 0 9px rgba(239,203,104,0.4) inset;
		text-shadow: 0 0 10px rgba(255,255,255,0.6), 1px 1px 1px rgba(255,255,255, 0.75), -1px 2px 2px rgba(255,255,255, 0.75), 2px -1px 2px rgba(255,255,255, 0.75), -1px -1px             1px rgba(255,255,255, 0.75);
          }
		nav#main ul li.right a {
			color: #fff;
		}


#header img {
  width: 100%;
  height: auto; }





footer {
 border-radius: 15px 15px 0px 0px;
  background: #580014; }
  footer ul {
    list-style: none;
    padding: 26px 0 10px;
    margin: 0;
    overflow: hidden;
    text-align: center; }
    footer ul li {
      display: inline-block;
      vertical-align: top;
  font-family: "FuturaBT-Bold";
      color: #fff;
      font-size: 16px; }
      footer ul li a {
        color: inherit;
        text-decoration: none;
        border-right: 1px solid #fff;
        padding: 0 14px; }
	        footer ul li a:hover {
	        	color: #fff;
	        }
  footer ul li:last-child a {
    border-right: 0; }
  footer p {
  font-family: "FuturaBT-Bold";
    color: #fff;
    font-size: 13px;
    text-align: center;
    margin: 0 25px 0px;
    padding-bottom: 20px; }
    footer p a {
    	text-decoration: none;
    }
	    footer p a:hover {
	    	text-decoration: underline;
	    }





#single {
  padding: 13px;
  width: 100%;
  max-width: 1000px;
  margin: 10px  0 auto;
  border: 0px solid #dedede;
  border-radius: 5px;
  margin-bottom: 12px;
  border-radius: 10px; background:#580014; }
  #single img {
    width: 100%;
    height: auto; }
  #single .big {
  max-width: 100%;
    position: relative;
    display: block;
    border: 0px solid #d5d5d5; }
    #single .big .bottom {
      position: absolute;
      bottom: 0;
      width: 100%;
      /*background: rgba(255, 255, 255, 0.5);*/
      background: rgba(255, 255, 255, 0.8);
      padding: 5px; }
      #single .big .bottom .name {
        font-size: 20.4px;
        font-family: "FuturaBT-Bold";
        color: black;
        float: left;
        font-weight: bold;
        line-height: 1.2;
        text-align: center; }
      #single .big .bottom .time {
        font-size: 20.4px;
        font-family: "FuturaBT-Bold";
        color: black;
        float: right;
        font-weight: bold;
        line-height: 1.2;
        text-align: center; }
  #single .list {
    overflow: hidden;
    margin: 7px 0 0; }
    #single .list a {
      display: block;
      float: left;
      margin-right: 4px;
      margin-bottom: 4px;
      width: 308px;
      border: 1px solid #d5d5d5; }
  #single .description {
    background-color: white;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
background:#3a000d;
    margin: 6px 0 10px; }
    #single .description p {
      font-size: 16px;
      font-family: "FuturaBT-Bold";
      color: #fff;
      line-height: 1.2;
      text-align: center;
      padding: 20px;
      margin: 0; }
  #single .click {
  margin-top:10px;
    background: #848000;
    box-shadow: 0 0 19px rgba(0, 0, 0, 0.70) inset;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 5px;
    color: #aefd01;
    display: block;
    font-family: "GROBOLD";
    font-size: 67px;
    height: 100px;
    letter-spacing: -1px;
    line-height: 100px;
    text-align: center;
    text-decoration: none;
    text-shadow: 3px 3px 3px rgba(0,0,0,0.96), -3px 3px 3px rgba(0,0,0,0.96), 3px -3px 3px rgba(0,0,0,0.96), -3px -3px 3px rgba(0,0,0,0.96);
    text-transform: uppercase;
    width: 100%; }
    #single .click:hover {

    }
    #single .click i {
      font-style: normal; }

@media only screen and (min-width: 1300px) {


  #single .list a:nth-child(3n) {
    margin-right: 0; } }
@media only screen and (min-width: 1050px) and (max-width: 1299px) {


  #logo {
    position: absolute;
    z-index: 10;
    left: 105px;
    top: 60px;
    width: 300px; }



  .container {
    width: 966px; }

  #latest .entries .entry:nth-child(3n) {
    margin-right: 0; }

  #single .list a:nth-child(3n) {
    margin-right: 0; }

  nav#main {
    height: 60px;
    line-height: 56px; }

  nav#main ul li.right {
    height: 56px; margin:3px;
    line-height: 56px; }

  nav#main ul li a {
    font-size: 40px; }

 }

  #latest .entries .entry {
    width: 304px; }

  #join .video {
    float: none;
    margin: 0 auto 20px; }

}
@media only screen and (max-width: 1049px) {


  nav#main {
    height: auto;
    line-height: 40px;
    position: relative; }

  nav#main a.toggle {
    display: block; }

  nav#main ul {
    display: block; }

  nav#main ul li {
    display: none;
    width: 100%;
    float: none !important;
	    text-align: center;
    border: 0; }

  nav#main ul li.show {
    display: inline-block !important; }

  nav#main ul li.last {
    margin-bottom: 10px; }

  nav#main ul li.right {

 }

  nav#main ul li a {
    font-size: 28px; }

	}
@media only screen and (min-width: 881px) and (max-width: 1049px) {
  #logo {
    position: absolute;
    z-index: 10;
    left: 105px;
    top: 70px;
    width: 200px; }



  .container {
    width: 811px; }

  #latest .entries .entry:nth-child(2n) {
    margin-right: 0; }

  #single .list a:nth-child(3n) {
    margin-right: 0; }

  #single .click {
    font-size: 56.6px; }


  #single .list a {
    width: 256px; }




 }
@media only screen and (min-width: 721px) and (max-width: 880px) {
  #logo {
    position: absolute;
    z-index: 10;
    left: 85px;
    top: 20px;
    width: 200px; }


  .container {
    width: 655px; }


  #single .list a:nth-child(2n) {
    margin-right: 0; }

  #single .click {
    font-size: 42.6px; }


	 }
@media only screen and (max-width: 720px) {
  #logo {
    position: absolute;
    z-index: 10;
    left: 85px;
    top: 20px;
    width: 200px; }



  .container {
    width: auto;
    margin: 0 !important;
    border: 0;
    box-shadow: none;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px; }



	#single .description {
		padding: 35px;
		position: relative;
	}
	#single .description::after {
		color: #d2ff00;
		content: "Read more";
		cursor: pointer;
		display: block;
		font-weight: bold;
		float: left;
		margin: 0.4em 0 0;
		text-align: center;
		text-transform: uppercase;
		width: 100%;
	}

}
@media (max-width:767px){
	#single .description {
		padding: 25px;
		position: relative;
	}
	#single .description::after {
		color: #d2ff00;
		content: "Read more";
		cursor: pointer;
		display: block;
		font-weight: bold;
		float: left;
		margin: 0.2em 0 0 ;
		text-align: center;
		text-transform: uppercase;
		width: 100%;

	}
	#single .description:hover::after {
		text-decoration: underline;
	}
	#single .description.opened::after {
		content: "Read less";
	}
	#single .description p {
		cursor: pointer;
		max-height: 4.5em;
		margin-bottom: 0.5em;
		padding: 0;
		overflow: hidden;
		-webkit-transition: max-height 0.2s ease-in;
		-moz-transition: max-height 0.2s ease-in;
		-ms-transition: max-height 0.2s ease-in;
		-o-transition: max-height 0.2s ease-in;
		transition: max-height 0.2s ease-in;
	}
	#single .description.opened p {
		max-height: none;
		overflow: visible;
	}
}
@media only screen and (max-width: 670px) {
  #logo {
    position: absolute;
    z-index: 10;
    left: 55px;
    top: 10px;
    width: 140px; }


  body {
    min-width: 450px; }




  #single .list a {
    width: 100%; }
    #single .list a img {
      width: 100%; } }


#single .list {
	margin: 7px -3px 0;
	overflow: hidden;
}
#single .list img {
	float: left;
	padding: 3px;
	width: 33.3333%;
}





@media (max-width:720px){
	#single .click {
	  font-size: 45px;
	}
}
@media (max-width:670px){
	#single .click {
	  font-size: 50px;
	  height: 3em;
	  line-height: 1em;
	  padding: .5em;
	}
}
@media (max-width:579px){
	#single .click {
	  font-size: 53px;
	}
}
@media (max-width:479px){
	#single .click {
	  font-size: 30px;
	}
}
@media (max-width:379px){
	#single .click {
	  font-size: 38px;
	}
}




@media only screen and (max-width: 1049px) {

}


@media only screen and (min-width: 881px) and (max-width: 1049px) {


}
@media only screen and (max-width: 880px) {

}


@media only screen and (max-width: 640px) {

}

@media only screen and (max-width: 479px) {

}



/* Responsive Fixes from Designer */
#slider ul {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

#slider ul li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

#slider ul li:first-child {
  position: relative;
  display: block;
  float: left;
  }

#slider ul img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

nav#main a.toggle {
  visibility: hidden;
 }

@media (max-width:1049px){
  nav#main a.toggle {
    display: none;
  }
  nav#main ul li {
    display: inline-block;
    width: auto;
  }
  nav#main ul li.last {
    margin-bottom: 0;
  }
  nav#main ul li a {
    font-size: 35px;
    padding: 0 25px;
  }
  nav#main ul li.right {
    height: 47px;
    line-height: 42px; margin:2px;

  }
  }
@media only screen and (max-width: 760px) {
 nav#main { border-radius:1px;}

  nav#main ul li a {
    font-size: 35px; }

}

@media only screen and (max-width: 660px) {

  nav#main ul li a {
    font-size: 26px;
	    padding: 0 15px; }

}

}


/* CUSTOM */
@media only screen and (max-width: 640px) {
    #single .list a {
      width: 185px;
    }
    #single .list a img {
      width: 185px;
    }

    #single .list img {
      width: 185px;
    }
}


footer p a{
  color: #FFF;
}


#single .featured_update_banner{
  width: 100%;
  color: #000;
  background-color: #f7ec9e;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
}

#single .featured_update_banner h2{
  padding: 0;
  margin: 0;
}

/* Joinpage */
.jointext {
	font-family: 'GROBOLD'; font-size: 46px; color:#fff;
}


/* Joinpage */

#joinbox {
width:100%; float:left;
}

#joinbox .joinleft{
float:left;
width: 50%;
color:#fff;

}



#joinbox .joinleft .box{
	display: inline-block;

	width: 100%;
	vertical-align: top;
	background: #242424;
	border: 1px solid #454545;
	margin-top: 20px;
	padding: 25px;
	border-radius: 10px;
}


#joinbox .joinright{
float:left;
width: 50%;

}


ul{list-style:none}
ul.joinright{

	vertical-align: top;
	width: 100%;
	margin:20px 0 0 ;
}

#joinbox .joinright li{margin-bottom: 15px;}
#joinbox .joinright li img{border: 1px solid #d0d0d0;}

#joinbox .joinright li img{
	width: 100%;
	height: auto
}
@media screen and (max-width:720px) {
#joinbox .joinleft{ width: 98%; margin: 1%; }
#joinbox .joinright{ width: 95%; }

.jointext {
	font-family: 'GROBOLD'; font-size: 30px;
}
}
