/*
Theme Name: Q Tech
Theme URI: http://www.3obpo.com
Author: Jeeky Vincent Mojica
Author URI: http://www.3obpo.com
Description: Wordpress theme for Qtech.
Version: 1.0
*/


@font-face{
	font-family: PFDinDisplayPro;
	src: url(fonts/pfdindisplaypro-regular.ttf);
	
}
body{
	background: #000;
	font-family: PFDinDisplayPro,"Helvetica Neue",Helvetica,Arial,sans-serif;
	
}

.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

ul{
	padding: 0 !important;
}


@media (min-width:768px) {
	.navbar-header{
		margin-right: 10px !important;
    	margin-left: 40px !important;
	}
	
	.navbar-right{
		margin-right: 4px !important;
	}
	
	.navbar-inverse{
		height: 100px;
		border-bottom: 5px solid #6A0002;
	}

	.navbar-nav li a {
	 	line-height: 60px;
	 	font-size: 24px;
	 	font-family: PFDinDisplayPro,"Helvetica Neue",Helvetica,Arial,sans-serif;
	 	height: 95px;
	 	text-transform: uppercase;
	}
	
	.navbar-brand img{
		width: 250px;
		height: 75px;
		margin-left: -45px;
	}	

	/* Carousel Background */

	.carousel-caption{
		background: rgba(0,0,0,.5);
		left: 0;
		right: 0;
		text-align: left;
	}

	.carousel-caption h1{
		max-width:50% !important;
		font-size: 46px;
		text-transform: uppercase; 
	}

	.carousel-caption p{
		
		color: #585858;
		font-size: 22px;
		text-align: left;

	}   

	.back{
		background: #1A1A1A; 
		padding: 10px;
	} 

	.carousel-indicators{
		background-color: #1A1A1A;
		padding: 10px;
		width: 100%;
		left:30%;
		bottom: -10px;
		border-bottom: 5px solid #6A0002;
	}
	.carousel-indicators li{
		background-color: #585858; 
		border: 1px solid #585858;
		height: 18px;
		width: 18px;
	} 



	.title{
		font-size: 30px;
	}
	.content-section{
		padding-top: 100px;
	}

	/* Showroom Section */

	.showroom-section{
		width: 100%;
		color: #fff;
		background: url('img/showroom-bg.png') no-repeat top center scroll;
		background-color: #000;
	    -webkit-background-size: cover;
	    -moz-background-size: cover;
	    background-size: cover;
	    -o-background-size: cover;
	}
	
	.showroom-section ul li{
		border-radius: 20px;
		-moz-border-radius: 20px; 
		-webkit-border-radius: 20px;
	}
	
	.showroom-section li{
		list-style: none;
		margin-bottom: 30px;
		font-size: 90%;
	}

	.showroom-section h2{
		margin-bottom: 30px;
		text-transform: uppercase;	
	}

	.group{
		width: 25%;
	}
	
	.showroom-section .bordhover{
		border: 5px solid transparent;
		border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
	}
	
	.showroom-section .bordhover:hover{
		border: 5px solid #7F7568;
		border-radius: 23px;
		-webkit-border-radius: 23px;
		-moz-border-radius: 23px;
	}
	.showroom-section li img{
		height: auto;
		min-width: 100%;
		border-top-left-radius: 20px;
		-moz-border-radius-topleft: 20px;
		-webkit-border-top-left-radius:20px;
		border-top-right-radius: 20px;
		-moz-border-radius-topright: 20px;
		-webkit-border-top-right-radius:20px;
	}
	
	.game-bg{
		background: url('img/title-bg.png') bottom center;
		background-color: transparent;
		padding: 2px 10px;
		height: 40px;
		min-width: 100%;
		border-bottom-left-radius: 20px;
		-moz-border-radius-bottomleft: 20px;
		-webkit-border-bottom-left-radius:20px; 
		border-bottom-right-radius: 20px;
		-moz-border-radius-bottomright: 20px;
		-webkit-border-bottom-right-radius:20px;
	}
	
	h3{
	 	line-height: 20px !important;
	 }

	.game-bg h3 a{
		text-transform: uppercase;
		text-decoration: none;
		color: #fff;
		font-size: 70%;
		font-weight: 800;
		font-family: PFDinDisplayPro,"Helvetica Neue",Helvetica,Arial,sans-serif;
		letter-spacing: 2px;
	}

	.game-bg .entry-title{
		text-align: center;
		margin-top: 5px;
		width: 100%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
	}

	.show-more{
		background-color: #1A1A1A;
		width: 100%;
		height: 60px;
		border-bottom: 5px solid #6A0002;
	}

	.show-more a{
		font-size: 16px;
		color: #fff;
		text-transform: uppercase;
		text-decoration: none;
		padding: 15px 30px 15px 30px;

	}

	.show-more li{
		background-color: #221E1D;
		width: 200px;
		height: 55px; 
		margin-left: 8px;
		list-style: none;
	}

	.show-more li a{
		display: table-cell;
		vertical-align: middle;
	}

	/* News Section */

	.news-section{
		width: 100%;
		padding-top: 100px;
		background: url(img/blurred-texture.jpg) no-repeat center center scroll;
		background-color: #000;
    	-webkit-background-size: cover;
    	-moz-background-size: cover;
    	background-size: cover;
    	-o-background-size: cover;
	}

	.news-section h2{
		margin-bottom: 30px;
		text-transform: uppercase;
		color: #fff;
	}

	.news-section .row{
		padding-bottom: 30px;
		color: #525252;
	}

	.news-section li{
		list-style: none;
	}

	.news-section .description{
		margin-top: -10px;
		background-color: #1A1A1A;
		padding: 10px 20px 10px;
	}

	.news-section h3{
		margin-top: 0px;
		padding-top: 10px;
		padding-left: 20px;
		color: #fff;
	}

	.news-section .title-header{
		background-color: #221e1d;

	}

	hr.title-sep{
		height: 1px;
		border: 0;
		border-top: 1px solid #6A0002;
		padding: 0px;
		margin: 0px;
	}

	.title-header p{
		padding-bottom: 10px;
		padding-left: 20px;
	}

	.news-section img{
		height: 260px;
	}

	/* About Section */

	.about-section{
		width: 100%;
		padding-top: 100px;
		background: url(img/blurred-texture.jpg) no-repeat center center scroll;
		background-color: #000;
    	-webkit-background-size: cover;
    	-moz-background-size: cover;
    	background-size: cover;
    	-o-background-size: cover;
	}

	.about-section h2{
		margin-bottom: 30px;
		text-transform: uppercase;
		color: #fff;
	}

	.about-section img{
		width: 100%;
		height: 370px;
	}

	.about-section .about-desc{
		background-color: #221E1D;
		padding: 20px 50px 20px 50px;
		color: #585858;
		font-size: 16px;
		margin-bottom: 80px;
	}

	/* Get Started Section */

	.get-started-section{
		width: 100%;
		padding-top: 100px;
		background: url(img/blurred-texture.jpg) no-repeat center center scroll;
		background-color: #000;
    	-webkit-background-size: cover;
    	-moz-background-size: cover;
    	background-size: cover;
    	-o-background-size: cover;
	}

	.get-started-section h2{
		margin-bottom: 30px;
		text-transform: uppercase;
		color: #fff;
	}

	.get-started-section i{
		font-size: 300px;
		color: #fff;
	}

	/*.col-xs-15{
    	width:20%;
	}
	*/


	.fa-rotate-45 {
		font-size: 100px !important;
		color: #6A0002 !important;
	    -webkit-transform: rotate(45deg);
	    -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	    -o-transform: rotate(45deg);
	    transform: rotate(45deg);
	}

	.arrow{
		display: table-cell;
		vertical-align: middle;
		padding: 90px;
	}

	.circle{
		width: 250px;
    	height: 250px;
		background-color: #1A1A1A;
    	border-radius: 50%;
    	border: 8px solid #fff;
    	padding: 100px 0px;

    	
	}

	.circle span{
		font-size: 24px;
		color: #fff;
		width: 250px;
		text-align: center;
		text-transform: uppercase;		
		line-height: normal;
    	display: table-cell;
    	vertical-align: middle;
    	display: block;
    	margin-left: -6px;
    }

	.box{
		margin-left: 25px;
		background-color: #221E1D;
		padding: 40px;
		margin-bottom: 30px;
		color: #fff;
		height: 430px;
	}	

	.box span{
		color: #6A0002;
	}

	.form-control{
		border-radius: 0px !important;
		background-color: #907E7E;
		border-color: #907E7E;
		height: 40px;
	}

	textarea.form-control{
		height: 100px;
		resize:none;
	}

	.btn-primary{
		width: 100%;
		border-radius: 0px !important;
		background-color: #1A1A1A;
		border-color: #1A1A1A;
		height: 50px;
		font-size: 24px;
	}

	.btn-primary:hover{
		background-color: #6A0002;
		border-color: #1A1A1A;
	}

	.box .fa{
		font-size: 24px;
		color: #6A0002;
	}

	.contact{
		padding-top: 80px;
		
	}
}

@media (max-width:767px){
	
	.navbar-brand{
		padding: 0px 15px;
	}

	.navbar-brand img{
		width: 150px;
		height: 50px;
	}
	
	.content-section{
		padding-top: 50px;
	}	
	/* Showroom Section */

	.showroom-section{
		width: 100%;
		color: #fff;
		background: url('img/showroom-bg.png') no-repeat top center scroll;
		background-color: #000;
	    -webkit-background-size: cover;
	    -moz-background-size: cover;
	    background-size: cover;
	    -o-background-size: cover;
	}
	
	.showroom-section ul li{
		border-radius: 20px;
		-moz-border-radius: 20px; 
		-webkit-border-radius: 20px;
	}
	
	.showroom-section li{
		list-style: none;
		margin-bottom: 30px;
		font-size: 70%;
	}

	.showroom-section h2{
		margin-bottom: 30px;
		text-transform: uppercase;	
	}

	.group{
		width: 200px;
	}
	
	
	.showroom-section li img{
		height: auto;
		min-width: 100%;
		border-top-left-radius: 20px;
		-moz-border-radius-topleft: 20px;
		-webkit-border-top-left-radius: 20px;
		border-top-right-radius: 20px;
		-moz-border-radius-topright: 20px;
		-webkit-border-top-right-radius: 20px;
	}
	
	.game-bg{
		background: url('img/title-bg.png') bottom center;
		background-color: transparent;
		padding: 2px 10px;
		height: 40px;
		min-width: 100%;
		border-bottom-left-radius: 20px;
		-moz-border-radius-bottomleft: 20px;
		-webkit-border-bottom-left-radius: 20px; 
		border-bottom-right-radius: 20px;
		-moz-border-radius-bottomright: 20px;
		-webkit-border-bottom-right-radius: 20px;
	}
	
	h3{
	 	line-height: 20px !important;
	 }

	.game-bg h3 a{
		text-transform: uppercase;
		text-decoration: none;
		color: #fff;
		font-size:60%;
		font-weight: 800;
		font-family: PFDinDisplayPro,"Helvetica Neue",Helvetica,Arial,sans-serif;
		letter-spacing: 2px;
	}

	.game-bg .entry-title{
		text-align: center;
		margin-top: 5px;
		width: 100%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
	}

	.show-more{
		background-color: #1A1A1A;
		width: 100%;
		height: 60px;
		border-bottom: 5px solid #6A0002;
	}

	.show-more a{
		font-size: 16px;
		color: #fff;
		text-transform: uppercase;
		text-decoration: none;
		padding: 15px 30px 15px 30px;

	}

	.show-more li{
		background-color: #221E1D;
		width: 200px;
		height: 55px; 
		margin-left: 5px;
		list-style: none;
	}

	.show-more li a{
		display: table-cell;
		vertical-align: middle;
	}
}

@media (max-width:480px){
	.navbar-brand img{
		width: 150px;
		height: 50px;
	}
	
	.content-section{
		padding-top: 50px;
	}
	
	/* Showroom Section */

	.showroom-section{
		width: 100%;
		color: #fff;
		background: url('img/showroom-bg.png') no-repeat top center scroll;
		background-color: #000;
	    -webkit-background-size: cover;
	    -moz-background-size: cover;
	    background-size: cover;
	    -o-background-size: cover;
	}
	
	.showroom-section ul li{
		border-radius: 20px;
		-moz-border-radius: 20px; 
		-webkit-border-radius: 20px;
	}
	
	.showroom-section li{
		list-style: none;
		margin-bottom: 30px;
		font-size: 90%;
	}

	.showroom-section h2{
		margin-bottom: 30px;
		text-transform: uppercase;	
	}

	.group{
		width: 50%;
	}
	
	
	.showroom-section li img{
		height: auto;
		min-width: 100%;
		border-top-left-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-webkit-border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		-moz-border-radius-topright: 10px;
		-webkit-border-top-right-radius: 10px;
	}
	
	.game-bg{
		background: url('img/title-bg.png') bottom center;
		background-color: transparent;
		padding: 2px 10px;
		height: 40px;
		min-width: 100%;
		border-bottom-left-radius: 10px;
		-moz-border-radius-bottomleft: 10px;
		-webkit-border-bottom-left-radius: 10px; 
		border-bottom-right-radius: 10px;
		-moz-border-radius-bottomright: 10px;
		-webkit-border-bottom-right-radius: 10px;
	}
	
	h3{
	 	line-height: 20px !important;
	 }

	.game-bg h3 a{
		text-transform: uppercase;
		text-decoration: none;
		color: #fff;
		font-size:70%;
		font-weight: 800;
		font-family: PFDinDisplayPro,"Helvetica Neue",Helvetica,Arial,sans-serif;
		letter-spacing: 1px;
	}

	.game-bg .entry-title{
		text-align: center;
		margin-top: 5px;
		width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
	}

	.show-more{
		background-color: #1A1A1A;
		width: 100%;
		height: 60px;
		border-bottom: 5px solid #6A0002;
	}

	.show-more a{
		font-size: 16px;
		color: #fff;
		text-transform: uppercase;
		text-decoration: none;
		padding: 15px 30px 15px 30px;

	}

	.show-more li{
		background-color: #221E1D;
		width: 200px;
		height: 55px; 
		margin-left: 5px;
		list-style: none;
	}

	.show-more li a{
		display: table-cell;
		vertical-align: middle;
	}
	
}

@media (max-width:420px){
	.navbar-brand img{
		width: 150px;
		height: 50px;
	}
	
	.content-section{
		padding-top: 50px;
	}
	
	/* Showroom Section */

	.showroom-section{
		width: 100%;
		color: #fff;
		background: url('img/showroom-bg.png') no-repeat top center scroll;
		background-color: #000;
	    -webkit-background-size: cover;
	    -moz-background-size: cover;
	    background-size: cover;
	    -o-background-size: cover;
	}
	
	
	.showroom-section ul li{
		border-radius: 20px;
		-moz-border-radius: 20px; 
		-webkit-border-radius: 20px;
	}
	
	.showroom-section li{
		list-style: none;
		margin-bottom: 30px;
		font-size: 90%;
	}

	.showroom-section h2{
		margin-bottom: 30px;
		text-transform: uppercase;	
	}

	.group{
		width: 50%;
	}
	
	
	.showroom-section li img{
		height: auto;
		min-width: 100%;
		border-top-left-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-webkit-border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		-moz-border-radius-topright: 10px;
		-webkit-border-top-right-radius: 10px;
	}
	
	.game-bg{
		background: url('img/title-bg.png') bottom center;
		background-color: transparent;
		padding: 1px 10px;
		height: 30px;
		min-width: 100%;
		border-bottom-left-radius: 10px;
		-moz-border-radius-bottomleft: 10px;
		-webkit-border-bottom-left-radius: 10px; 
		border-bottom-right-radius:  10px;
		-moz-border-radius-bottomright:  10px;
		-webkit-border-bottom-right-radius: 10px;
	}
	 #ajax-posts{
	 	/*margin-right: 35px;*/
	 }
	 
	 h3{
	 	line-height: 10px !important;
	 }
	 
	.game-bg h3 a{
		text-transform: uppercase;
		text-decoration: none;
		color: #fff;
		font-size:50%;
		font-weight: 800;
		font-family: PFDinDisplayPro,"Helvetica Neue",Helvetica,Arial,sans-serif;
		letter-spacing: 1px;
	}

	.game-bg .entry-title{
		text-align: center;
		margin-top: 5px;
		width: 100%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
	}

	.show-more{
		background-color: #1A1A1A;
		width: 100%;
		height: 60px;
		border-bottom: 5px solid #6A0002;
	}

	.show-more a{
		font-size: 16px;
		color: #fff;
		text-transform: uppercase;
		text-decoration: none;
		padding: 15px 30px 15px 30px;

	}

	.show-more li{
		background-color: #221E1D;
		width: 200px;
		height: 55px; 
		margin-left: 5px;
		list-style: none;
	}

	.show-more li a{
		display: table-cell;
		vertical-align: middle;
	}
	
}
