/* Just for product pages */

.featurebox h2 {
    text-align: center;
}

.product-title {
	width:100%;
	height: 400px;
	background: linear-gradient(#6d181d 0%, #d32932 100%);
    position: relative;
    top: -40px;            	
}

.platform-menu {
	height: 35px;
	position: absolute;
	text-align: center;
	line-height: 35px;
	top:10px;
	width:100%;
	color: white;
	display: table-cell;
}

.platform-menu-items {
    background-color: rgba(0, 0, 0, 0.20);
	border-radius: 5px;
	width:intrinsic;
	max-width: 170px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
}

.platform-menu a {
	font-weight: 300;
	color:rgba(255, 255, 255, 0.75);
}

.platform-menu a:hover {
	color:white;
	text-decoration: none;
	transition-property: color;
	transition-duration: 0.35s;
}

.platform-item {
	margin-left: 10px;
}

.product-icon-and-title {
	height: 256px;
	position: relative;
	top: 72px;
	clear: both;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.product-title-text {
	display: table-cell;
	vertical-align: middle;
	height: 256px;
	line-height: 1.2;
}

.product-icon {
	height: 256px;
	width: 256px;
	background-repeat: no-repeat;
	background-size: 256px 256px;
	float: left;
}

.product-title h1 {
	color: white;
	font-size: 60px;
}

.product-title p {
	color: rgba(255, 255, 255, 0.50);
	font-size: 40px;
	font-weight: 200;
}

#content {
	position: relative;
	top: -40px;
}

#footer {
    position: relative;
    top: -40px;
}


#product-content h2 {
	color: #b6161e;
}

.submenu {
	position: absolute;
	top: 285px;
}

.submenu-items {
    max-width: 200px;
    background-color: rgba(0, 0, 0, 0.20);
}

.screenshotbox {
	height: intrinsic;
	width:intrinsic;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.screenshotbox img {
	margin-right: 10px;
}

.ipad_screenshotbox img {
	border: 1px solid #b7b6b6;
	clear: both;
}

.iphone_screenshotbox img {
	border: 1px solid #b7b6b6;
	clear: both;
}
        	

@media screen and (max-width: 760px) {
    .product-title {
        position: relative;
        top: 50px;
    }
    
	.product-title h1 {
    	font-size: 48px;
    	margin-top: 12px;
   	}
   	
   	.product-title p {
       	font-size: 30px;
   	}
   	
    .product-icon {
        background-size: 128px 128px;
        width: 100%;
        height: 128px;
        background-position: center center;
        display: block;
        clear: both;
    }
    
    .product-icon-and-title {
        width: 100%;
        height: 300px;
    }
    
    .product-title-text {
    	float: left;
    	width: 100%;
    }
    
   	#content {
       	top: 50px;
   	}

    #footer {
        position: relative;
        top: 50px;
    }
}

@media screen and (max-width: 360px) {
    .product-title h1 {
    	font-size: 36px;
   	}
   	
   	.product-title p {
       	font-size: 24px;
   	}
    	
	.screenshotbox img {
    	width: 50px;
    	height: auto;
    	margin-right: 0px;
	}
}
