/*************************************************************************
        Copyright (C), V:Multiplayer Team & CRIX-DEV.COM
        All rights reserved to the V:Multiplayer Team
		License http://v-multiplayer.org/licenses/LICENSE-MAIN
*************************************************************************/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600);

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://themes.googleusercontent.com/static/fonts/lato/v7/9k-RPmcnxYEPm8CNFsH2gg.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(https://themes.googleusercontent.com/static/fonts/lato/v7/wkfQbvfT_02e2IWO3yYueQ.woff) format('woff');
}

iframe {
  border: 0;
}

a {
	color: #fe0000;
}
a:hover, a:focus {
	color: #e74c3c;
	text-decoration: none !important;
}
body {
  color: #5a5a5a;
}

body, 
h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 300 !important;
}

.navbar-wrapper {
    margin-bottom: 70px;
}

a.navbar-brand {
  font-weight: 600;
}

.featurette-heading {
    margin-top: 12px !important;
}

.marketing {
  padding-left: 15px;
  padding-right: 15px;
}

.marketing .col-lg-4,
.marketing .col-md-2 {
  text-align: center;
  margin-bottom: 20px;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p,
.marketing .col-md-2 p {
  margin-left: 10px;
  margin-right: 10px;
}

.marketing .col-md-2 .img-responsive {
    margin-left: auto;
    margin-right: auto;
}

.featurette-divider {
  margin: 45px 0;
}

.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

.nav-pills > li.active > a, 
.nav-pills > li.active > a:hover, 
.nav-pills > li.active > a:focus {
  background: transparent !important;
}

/* media queries */
@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 12px;
  }
}

@media (max-width: 1024px) {
  footer, p, 
  h1, h2, h3, h4, h5, h6 {
    text-align: center;
  }
  .row .col-md-1 {
    padding-bottom: 16px;  
  }
  footer .tooltip {
    z-index: 0;
  }
}

#primary_nav {
	position: absolute;
	right: 11%;
	top: 50%;
	margin-top: -16px;
	text-transform: uppercase;
	font-family: "Lato";
	font-size: 12px;
	padding-left: 200px;
	display:none;
}

@media (min-width: 1440px) {

	#primary_nav {
		display: inline;
	}
	
	#container {
		
	}
	
	.navbar-header{
		float: left; 
		position: relative; 
		height: 100%; 
		z-index: 20;
	}
	
    .navbar-collapse {
        float: right !important;
    }
    .featurette-heading {
      font-size: 50px;
    }

    a.navbar-brand {
		background: url(https://master.gta-mp.net/assets/official/logo_2015.png) no-repeat;
		background-size: contain;
		text-indent: -9999px;
		min-height: 45px;
		min-width: 600px;
		overflow: hidden;
    }
	.navbar-wrapper {
		margin-top: 20px;
	}

	.navbar {
		height:75px;
		margin-bottom: 50px;
	}
	
	.navbar .container {
		margin-top: 12px;
	}
	
	.navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:hover, .navbar .navbar-nav > .active > a:focus {
		background: transparent;
	}
}

@media (min-width: 1200px) {
    body:not(.home) .container.main {
      border: 0;
      box-shadow: 0 0 12px rgba(0,0,0,.3);
      background: #fff;
      padding-left: 30px;
      padding-right: 30px;
      margin-top: 180px;
      padding-top: 45px;
      padding-bottom: 25px;
    }

    body:not(.home) {
      background: url(1.png) fixed;
    }
}

#community_app_menu {
float: right;
}

ol, ul {
list-style: none;
}

#community_app_menu>li {
margin: 0 1px 0 0;
position: relative;
}

.ipsList_inline>li:first-child {
margin-left: 0;
}

.ipsList_inline>li {
display: inline-block;
margin: 0 3px;
}

.left {
/*
float: left;
*/
}

#community_app_menu>li>a {
	color: #eee;
	color: rgba(255,255,255,0.8);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: block;
	outline: none;
	padding: 0px 15px;
	line-height: 32px;
	height: 32px;
}

#primary_nav #nav_masterlist a:before {
	content: "\f00b";
}
#primary_nav #nav_wiki a:before {
	content: "\f02d";
}
#primary_nav #nav_cloud a:before {
	content: "\f0c2";
}
#primary_nav #nav_app_members a:before {
	content: "\f007";
}
#primary_nav #nav_app_forums a:before {
	content: "\f086";
}
#primary_nav #nav_irc a:before {
	content: "\f086";
}
#primary_nav #nav_bugstar a:before { 
	content: "\f188"; 
}
#primary_nav #nav_downloads a:before {
	content: "\f019";
}
#primary_nav #nav_sourecode a:before {
	content: "\f121";
}
#primary_nav #nav_tv a:before {
	content: "\f03d";
}
#primary_nav #nav_bans a:before {
	content: "\f05e";
}
#primary_nav #nav_other_apps a:before {
	content: "\f022";
}
#primary_nav #nav_none a:before {
	content: "";
}
#primary_nav #more_apps_menucontent #nav_donators a:before {
	content: "\f0d6";
}
#primary_nav #more_apps_menucontent #nav_faq a:before {
	content: "\f05a";
}

#primary_nav a:before {
	content: "\f015";
	display: inline-block;
	font-family: "FontAwesome";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 7px;
	font-size: 14px;
}

#community_app_menu>li>a {
	color: #eee;
	color: rgba(255,255,255,0.8);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: block;
	outline: none;
	padding: 0px 15px;
	line-height: 32px;
	height: 32px;
}

#primary_nav a:before {
	content: "\f02b";
	display: inline-block;
	font-family: "FontAwesome";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 7px;
	font-size: 14px;
}

#community_app_menu>li.active>a {
	background: url("https://forum.gta-mp.net/public/style_images/dispersion/transw20.png") repeat;
	background: rgba(14, 14, 14, 0.46);
	-webkit-box-shadow: inset rgba(255,255,255,0.1) 0px 1px 0px;
	-moz-box-shadow: inset rgba(255,255,255,0.1) 0px 1px 0px;
	box-shadow: inset rgba(63, 63, 63, 0.52) 0px 1px 1px;
	color: #fff;
	position: relative;
}

footer {
    margin-top: 60px;
    width: 100%;
    margin-left: 0;
    background-color: #222;
    border-top: 3px solid #030303 !important;
    box-shadow: inset 0px 0px 5px #000000;
    color: #fff;
    padding: 35px 0px;
}
footer p {
    margin: 0;
}

footer {
    padding-top: 0;
}
footer > .container {
    padding-top: 40px;
}
footer .review {
    border-top: 3px solid #e74c3c;
    border-bottom: 1px solid #080808;
    position: relative;
    width: 100%;
    padding: 50px 0;
    background: #c0392b;
    text-align: center;
}
footer .review h2 {
    padding-bottom: 32px;
    margin-top: 0;
}
footer .review p.author {
    margin-top: 10px;
}
footer .review .tooltip {
	  opacity: 1;
    display: block;
    position: relative;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
}
footer .review .tooltip .tooltip-inner {
	background-color: rgba(0,0,0,.7);
    font-size: 1.2em;
    max-width: auto;
    padding: 15px 35px;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
}

footer .tooltip.top .tooltip-arrow {
	border-top-color: rgba(0,0,0,.7);
}
footer { 
  font-size: 85%;
}

footer .nav > li > a {
  padding: 2px 0px;
}

footer p {
  margin-bottom: 10px;
}

footer .nav-pills > li > a, footer .nav-pills > li > a:hover, footer .nav-pills > li > a:focus {
  background: transparent;
  color: #fff;
}

footer hr {
  border-top-color: #686868;
}


#primary_extra_menucontent,#more_apps_menucontent,.submenu_container{background:url("https://forum.gta-mp.net/public/style_images/dispersion/trans80.png") repeat;background:rgba(20,20,20,0.9);font-size:12px;border:0;min-width:140px;-webkit-box-shadow:rgba(0,0,0,0.45) 0px 1px 5px;-moz-box-shadow:rgba(0,0,0,0.45) 0px 1px 5px;box-shadow:rgba(0,0,0,0.45) 0px 1px 5px}
#primary_extra_menucontent li, .submenu_container li, #more_apps_menucontent li{padding:0;border:0;float:none !important;min-width:150px}
#primary_extra_menucontent a, #more_apps_menucontent a, .submenu_container a{display:block;padding:8px 10px;color:#fff}
#primary_extra_menucontent a:hover, #more_apps_menucontent li:hover a, .submenu_container li:hover a{background:rgba(255,255,255,0.06);color:#fff}
#primary_extra_menucontent li:last-child a,#more_apps_menucontent li:last-child a{-moz-border-radius:0 0 4px 4px;-webkit-border-bottom-right-radius:4px;-webkit-border-bottom-left-radius:4px;border-radius:0 0 4px 4px}
#community_app_menu .submenu_container,#more_apps_menucontent.submenu_container{width:170px}
#community_app_menu .submenu_container li, #more_apps_menucontent.submenu_container li{width:170px}