
/**
*  TYPOGRAPHY
**/

html, body, p{
	font-family: 'Avenir-Light', sans-serif;
	font-size:16px;
	line-height:1.9rem;
	letter-spacing: 0.06rem;
}

h1{
    font-family: 'Avenir-Heavy', sans-serif;
    font-size:30px;
    text-transform: uppercase;
}
h2, h3{
    font-family: 'Avenir-Heavy', sans-serif;
}
 h4, h5{
	font-family: 'Avenir-Light', sans-serif;
}

.heroImgTitle{
 	font-family:'Avenir-Light', sans-serif;
}
footer{
	font-family:'Avenir-Light', sans-serif;
	font-size:11px;
}
nav{
	font-family:'Avenir-Light', sans-serif;
	font-size:13px;
}

.a_gradient_bg_up{
	background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.8) , rgba(0,0,0,0));
	background: -o-linear-gradient(top, rgba(0,0,0,0.8) , rgba(0,0,0,0)); 
	background: -moz-linear-gradient(top, rgba(0,0,0,0.8) , rgba(0,0,0,0)); 
	background: linear-gradient(to top, rgba(0,0,0,0.8) , rgba(0,0,0,0));
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.btn-default {
	padding:15px 50px;
    border-radius: 0;
}
iframe{
	margin-bottom:0;
}
.services_section{
	height:220px;
	width:100%;
}
.services_box{
	color:#fff;
    padding: 70px 20px;
	background:rgba(0,0,0,0.8);
}
.gradient_bg_r, .gradient_bg_l {
	background:#000;
}

.row-no-gutter {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutter [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}


.about_img{
	height:300px;
	background-size:cover; 
	background-position: 30% center; 
}
.about_text{
	display:block;
	width:100%;
}
.blue_box {
    color: #fff;
    background-color: rgba(0, 30, 97, 0.9);
    padding: 57px 35px;
}
.about_name, .about_title{
	text-align:center;
}

h3.about_name{
	margin:0;
}
.about_title{
	margin-bottom:15px;
}
.about_company, .service_content{
    margin: 100px 0;
    background-color:#fff;
}
.about_company > h2{
	text-align:center;
}
.mg-btm{
	margin-bottom:2px;
}
.dark-bg{
	background-color:#000;
}
.entry-header::before{
    background: rgba(0, 0, 0, 0.5);
    content: "";
    width: 200%;
    margin-left: -50%;
    height: 400px;
    position: absolute;
    top: 0;
    z-index: 1;
}
.about-entry-title,
.services-entry-title,
.entry-title{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 150px;
    color: #fff;
    z-index: 5;
    font-size:48px;
}
.services_title,
.avatar-title, 
.avatar-cat,
.theme-title,
.theme-cat,
.avatar-entry,
.theme-entry{
	text-align: center;
}

/********   AVATAR & THEMES-SINGLE   ********/
.dp_themes, .dp_avatars{
	margin-top:0px;
}

.avatar-header{
	margin-top:0px;
}
.avatar-vid-bg{
	width:100%;
	height:300px;
}
#avatar_vid{
	display:none;
}
.avatar-content{
	margin:50px 0 150px 15px;
}
.breadcrumb{
	background-color: transparent;
	padding:15px;
	margin:0;
	font-size:0.8rem;
	line-height:1.4rem;
}
.breadcrumb-nav a{
	color:#0032A0;
	text-decoration: none;
}
#theme-header{
	/*height:270px;*/
	overflow:hidden;
}

.theme-title, 
.avatar-title{
	color:#001e61;
	margin:0;
	margin-bottom:7px;
	text-transform: uppercase;
}
.theme-cat,
.avatar-cat{
	margin:0;
	font-size:18px;
}
.theme-desc,
.avatar-desc{
	margin:60px 0;
	text-align:left;
}

.theme-content{
	margin:50px 0 150px 15px;
}
.themes-title{
	margin:0;
}
.themes-desc{
	font-size: 24px;
	margin:10px 0;
}
.theme-playstation,
.avatar-xbox{
	background-color:#0032A0;
	padding:15px 50px;
}



/********   AVATARS / THEMES COLLECTION  ********/

#avatars-grid-page,
#themes-grid-page{
	background-color:#000;
}

.indv-themes-grid,
.indv-avatars-grid{
	height:300px;
	margin:0;
	background-color:#000;
	overflow:hidden;
	display:inline-block;
}
.indv-inner{
	margin:1px;
	width:100%;
	height:100%;
}
.indv-themes-grid, 
.indv-avatars-grid{
	height:350px;
}
.indv-themes-grid a,
.indv-avatars-grid a{
	display:block;
}
.indv-themes-grid a:hover,
.indv-avatars-grid a:hover{
	transform: scale(1);
}
.indv-themes-text,
.indv-avatars-text{
	position:absolute;
	width:100%;
	height:350px;
	vertical-align: bottom;
}

.indv-avatars-img, .indv-themes-img{
	width:100%;
	height:100%;
}
.indv-text-box{
	color:#fff;
    position: absolute;
    bottom: 0;
    padding-left: 5%;
}
.indv-text-box .indv-themes-cat,
.indv-text-box .indv-avatars-cat{
    font-size: 11px;
    margin-bottom:15px;
    font-family: 'Avenir-Light', sans-serif;
    text-transform: uppercase;
    transition: all 0.25s ease-in;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
}
.indv-text-box .indv-themes-title,
.indv-text-box .indv-avatars-title{
	text-transform: uppercase;
	font-size:22px;
	margin-top:0;
	transition: all 0.25s ease-in;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
}
.indv-themes-text:hover .indv-themes-title,
.indv-avatars-text:hover .indv-avatars-title{
	font-size:28px;
}
.indv-themes-text:hover .indv-themes-cat,
.indv-avatars-text:hover .indv-avatars-cat{
    font-size: 15px;
}
.avatars-grid .indv-avatars-grid,
.themes-grid .indv-themes-grid{
	display:inline-block;
}
.load-more-themes,
.load-more-avatars{
	width:100%;
	padding:10px 0;
}

.int_logo{
	width: 250px;
    margin-bottom:10px;
}

@media (min-width:414px) and (max-width: 540px){
	#theme-header,
	#theme-vid{
		height:300px;
	}
	.breadcrumb{
		padding:15px;
	}
}
@media (min-width:541px) and (max-width: 767px){
	#theme-header,
	#theme-vid{
		height:530px;
	}
	.breadcrumb{
		padding:30px;
	}
}
@media(max-width:768px){
	.indv-themes-grid,
	.indv-avatars-grid{
		width:100%;
	}
}

@media(min-width:768px){
	.gradient_bg_r{
		background: -webkit-linear-gradient(left, rgba(0,0,0,1) , rgba(0,0,0,0.65));
		background: -o-linear-gradient(right, rgba(0,0,0,1) , rgba(0,0,0,0.65)); 
		background: -moz-linear-gradient(right, rgba(0,0,0,1) , rgba(0,0,0,0.65)); 
		background: linear-gradient(to right, rgba(0,0,0,1) , rgba(0,0,0,0.65));
	}

	.gradient_bg_l{
		background: -webkit-linear-gradient(right, rgba(0,0,0,1) , rgba(0,0,0,0.65));
		background: -o-linear-gradient(left, rgba(0,0,0,1) , rgba(0,0,0,0.65)); 
		background: -moz-linear-gradient(left, rgba(0,0,0,1) , rgba(0,0,0,0.65)); 
		background: linear-gradient(to left, rgba(0,0,0,1) , rgba(0,0,0,0.65));
	}
	.gradient_bg_down{
		background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) , rgba(0,0,0,0));
		background: -o-linear-gradient(bottom, rgba(0,0,0,0.5) , rgba(0,0,0,0)); 
		background: -moz-linear-gradient(bottom, rgba(0,0,0,0.5) , rgba(0,0,0,0)); 
		background: linear-gradient(to bottom, rgba(0,0,0,0.5) , rgba(0,0,0,0));
	}
	.gradient_bg_up{
		background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.5) , rgba(0,0,0,0));
		background: -o-linear-gradient(top, rgba(0,0,0,0.5) , rgba(0,0,0,0)); 
		background: -moz-linear-gradient(top, rgba(0,0,0,0.5) , rgba(0,0,0,0)); 
		background: linear-gradient(to top, rgba(0,0,0,0.5) , rgba(0,0,0,0));
	}
	.a_gradient_bg_up{
		background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.3) , rgba(0,0,0,0));
		background: -o-linear-gradient(top, rgba(0,0,0,0.3) , rgba(0,0,0,0)); 
		background: -moz-linear-gradient(top, rgba(0,0,0,0.3) , rgba(0,0,0,0)); 
		background: linear-gradient(to top, rgba(0,0,0,0.3) , rgba(0,0,0,0));
		-webkit-transition: all 0.5s linear;
		-moz-transition: all 0.5s linear;
		-o-transition: all 0.5s linear;
		transition: all 0.5s linear;
	}
	.a_gradient_bg_up:hover{
		background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.8) , rgba(0,0,0,0));
		background: -o-linear-gradient(top, rgba(0,0,0,0.8) , rgba(0,0,0,0)); 
		background: -moz-linear-gradient(top, rgba(0,0,0,0.8) , rgba(0,0,0,0)); 
		background: linear-gradient(to top, rgba(0,0,0,0.8) , rgba(0,0,0,0));
	}
	.breadcrumb{
		padding:30px;
	}
	.dp_themes, .dp_avatars{
		margin-top:0px;
	}
	.avatar-vid-bg{
		height:360px;
	}
	#avatar_vid{
		display:block;
	}
	#theme-header,
	#theme-vid{
		height:580px;
	}
	.indv-themes-grid,
	.indv-avatars-grid{
		height:300px;
	}
	.indv-themes-text,
	.indv-avatars-text{
		height:300px;
	}
	.theme-playstation,
	.avatar-xbox,
	.btn-default{
		padding:15px 100px;
	}
	.hvr-icon-down:before{
		right:35%;
	}
	.about_company, .service_content{
		margin:100px auto;
	}
	.about_company > h2{
		text-align:left;
	}
	.about_text{
		display:block;
		width:100%;
	}
	.about_img{
		height:500px;
		background-position: 10% center;
	}
	.blue_box{
	    width: 65%;
	    padding: 50px 60px;
	    display: block;
	    width: 100%;
	    margin-left: 0;
	    float:none;
	}
	.about_name, .about_title,
	.services_title,
	.avatar-title, 
	.avatar-cat,
	.theme-title,
	.theme-cat,
	.avatar-entry,
	.theme-entry{
		text-align:left;
	}

	.about-entry-title,
	.services-entry-title,
	.entry-title{
		font-size:60px;
	}
	.services_section{
		height:600px;
	}
	.services_box{
		position:absolute;
		margin-top:-600px;
		height:600px;
		padding: 25px 45px;
	}
	.services_title{
		text-align: left;
	}
}
@media(min-width:768px) and (max-width:992px){
	.indv-themes-grid,
	.indv-avatars-grid{
		width:50%;
	}
}
@media(min-width:992px){
	.indv-themes-grid,
	.indv-avatars-grid,
	.indv-themes-text,
	.indv-avatars-text{
		height:300px;
	}
	.hvr-icon-down:before{
		right:38%;
	}
	.avatar-vid-bg{
		height:480px;
	}
	#theme-header,
	#theme-vid{
		height:640px;
	}
	.about_text{
		position:absolute;
		margin-top:-700px;
	}
	.about_img{
		height:700px;
		background-position: 20% center;
	}
	.blue_box{
		margin-top: 120px;
		width:65%;
		padding: 50px 60px;
		margin-left:33.33333333%;
	}
	.services_box{
	    padding: 100px 80px;
	}


}
@media(min-width:1200px){

	/* Large screen Typography */

	html, body, p{
		font-size:19px;
		line-height:2.1rem;
		letter-spacing: 0.08rem;
	}
	.heroImgTitle{
        font-size:58px;
    }
	h1{
	    font-size:36px;
	}
	footer{
		font-size:13px;
	}
	.indv-themes-grid,
	.indv-avatars-grid,
	.indv-themes-text,
	.indv-avatars-text{
		height:350px;
	}
	.hvr-icon-down:before{
		right:40%;
	}
	.avatar-vid-bg{
		height:640px;
	}
	.about_img{
		background-position: 42% center;
	}
	.blue_box {
	    width: 55%;
	    margin-left: 45%;
        margin-top: 80px;
	}
	#theme-header,
	#theme-vid{
		height:720px;
	}
	.services_section{
		height:600px;
	}
	.services_box{
	    position: absolute;
	    margin-top: -600px;
	    height: 600px;
	    padding: 50px 75px 60px;
	}
	.services_desc{
		font-size:18px;
	}
	.int_logo{
		width:220px;
	    margin-top: 0px;
	}
	
}
@media (min-width:1600px){
	.services_section{
		height: 475px;
	}
	.services_box{
	    position: absolute;
	    margin-top: -475px;
	    height: 475px;
	}
}