
.container{min-height: 100%;}

html,body{
	min-height: 100%;
	height: 100%;
}

.normal{background: url(../images/triangular.png) repeat;}

.container{background:rgba(255, 255, 255, 0.7);}

.image_bg{
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
.bf{background: url(../images/bf.jpg) no-repeat center center fixed;}
.csgo{background: url(../images/csgo.jpg) no-repeat center center fixed;}
.lol{background: url(../images/lol.jpg) no-repeat center center fixed;}
.dota{background: url(../images/dota.jpg) no-repeat center center fixed;}
.osu{background: url(../images/osu.jpg) no-repeat center center fixed;}

.top_space{margin-top:45px;}

.btn-lg, .btn-group-lg>.btn{padding: 25px 62px;}

.sweet-alert button{background: #141414 !important}

ul.navbar-right:last-child { margin-right:0px;}

.cc_container .cc_btn, .cc_container .cc_btn:visited{
    color: #F5F5F5 !important;
    background-color: #2780E3 !important;
}

.navbar-nav>li>a{transition: .5s;}
.navbar-nav>li>a.face:hover{ background: #3b5998;}
.navbar-nav>li>a.twitter:hover{ background: #55acee;}
.navbar-nav>li>a.steam:hover{ background: #171A21;}
.navbar-nav>li>a.ts:hover{ background: #8494B9;}
.navbar-nav>li>a.google:hover{background: #dd4b39;}

.seo{display: none;}

.social ul li a span{
	background: #222;
    width: auto!important;
    padding: 10px;
    margin-right: 20px;
    transition: all .3s;
    color: #efefef;
}
.social ul li a {
    display: block;
    width: 100%;
    color: inherit;
    border-bottom: 3px solid #222;
    text-decoration: none;
    transition: all .3s;
}
.social li {
    margin-bottom: 10px;
}
.social ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

div.alert{display: none !important;}

.center{
    margin: 0 auto;
}