.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {clear: both}

/**
 * For IE6 + 7
 */

* html .clearfix,
*:first-child+html .clearfix {zoom: 1}	


body {
    height: 100%;
    background-size: cover;
    background:url(../images/articles/desktop-background.gif) no-repeat center center fixed;
    background-color: #000;
    font-family: 'Rajdhani', sans-serif!important;
}

h1 {
    display: none;
}

.logo {
	float: left;
    width: 100%;
    position: relative;
    min-height: 610px;
}

.logo img {
    position: absolute;
    left: 50%;
    margin-left: -125px;
    margin-top: 10px;
}

.text {
	padding-top: 15px;
    float: left;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}


#desktop {
	width: 100%;
    color: #FFF;
    text-align: center;
    background-repeat: no-repeat;
    text-transform: uppercase;
    word-spacing: 20px;
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 15.5px;
}

#mobile {
	display: none;
}

@media (max-width: 500px) {
	body {
		transform: scale(-10px, -10px);
		background:url(../images/articles/mobile_2.gif); 
		background-size: cover;
	}
	h1 {
		margin-top: 10px;
	    top: 40px;
	    background: url("../images/articles/logo-m.png");
	    background-repeat: no-repeat;
	    margin-left: -80px;
	}
   	#desktop {
		display: none;
    }
    
    #mobile {
	    display: block;
	    position: absolute;
	    color: #FFF;
	    bottom: 11%;
	    width: 93%;
	    text-align: center;
	    font-weight: 600;
	    line-height: 25px;
	    font-size: 18px;
	    text-transform: uppercase;
	    letter-spacing: 10px;
	    left: 17px;
    }
    
    .logo img {
	    position: absolute;
	    left: 50%;
	    margin-left: -65px;
	    margin-top: 10px;
	    width: 128px;
	    height: auto;
	}
}

@media only screen 
    and (min-device-width : 414px) 
    and (max-device-width : 736px)
    and (device-width : 414px)
    and (device-height : 736px)
    and (orientation : portrait) 
    and (-webkit-min-device-pixel-ratio : 3) 
    and (-webkit-device-pixel-ratio : 3)
{ 
	    .logo img {
	    position: absolute;
	    left: 50%;
	    margin-left: -65px;
	    margin-top: 100px;
	    width: 128px;
	    height: auto;
	}
	
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}