body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #121421;
	font-family: 'Roboto', sans-serif;
}
.canvas_image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1000;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	background-image: url(images/main_bg.jpg) !important;	
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

.main_container {
	display: table;
	padding: 0;
	height: 100%;
	max-width: 1400px;
	width: 100%;
    margin: 0 auto;
	padding-top: 15px;
}

.theme_name {
	text-align: center;
	margin: 20px 0 40px 0;
}

.logo_img {
	max-width: 400px;
    margin-top: 60px;
    margin-bottom: 60px;
}

.canvas {
	z-index: -9999;
	position: fixed;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	z-index: -999;	
}

.canvas img{
	min-height: 50%;
	min-width: 50%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	height: auto;
}

.row
{
	width: 100%;
	display: block;
	vertical-align: middle;
	position: relative;
	margin: 0px;
	padding: 10px 0;
	overflow: auto;
}

.demo {
	display: inline;
	position: relative;
	width: 50%;
	float: left;
	padding: 25px;
}

.demo img {
	max-width: 100%;
	height: auto;
	transition: opacity 0.3s linear 0s;
	-webkit-transition: opacity 0.3s linear 0s;
}

.demo_inner {
	width: 100%;
	text-align: center;
}

.demo:hover > .demo_title {
	color: #fb3a64;
	letter-spacing: 7px;
}

.demo  img:hover {
	opacity: 0.8;
}

.clearfix {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.demo_title {
    font-family: "Roboto";
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 4px;
    text-align: center;
    margin-top: 25px;
    text-transform: uppercase;
	transition: all 0.4s linear 0s;
	-webkit-transition: all 0.4s linear 0s;		
}

.demo_details {
  display: block;
  line-height: 30px;
  font-size: 16px;
  color: #9498b3;
  text-align: center;
  margin-top: 7px;
}

.demos_page_title {
    margin: 0 auto;
	font-family: 'Roboto', sans-serif;
	color: #ffffff;
    font-size: 48px;
    font-weight: 900;
    margin: 0;
    line-height: 1.3em;	
}

.vibrant_color {
	color: #fb3a64;
}

.title_desc {
	display: block;
	color: #9498b3;
    font-size: 16px;
	line-height: 30px;
    padding-top: 20px;
    font-weight: 400;
	margin-bottom: 50px;
}

.slide_link {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 3px;
	text-indent:3px;
	text-decoration: none;
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;		
}
.slide_link:hover {
	letter-spacing: 5px;
}

@media only screen  and (max-width : 480px) {
	.demo {
		width: 100%;
		margin-bottom: 20px;
	}
	.row {
		padding: 0;
		top: 0;
	}
	.demo img:hover {
		opacity: 1;
	}
	.logo_img {
		padding: 0 25px;
		margin-top: 30px;
		margin-bottom: 50px;
		max-width: 100%;
	}
}

@media only screen  and (min-width: 480px) and (max-width : 768px) {
	.demo {
		width: 100%;
		margin-bottom: 20px;
	}
	.row {
		padding: 0;
		top: 0; 
	}
	.demo img:hover {
		opacity: 1;
	}
}

/* Portrait tablet to landscape and desktop */
@media only screen and (min-width: 768px) and (max-width: 979px) {
	.row{
		padding: 0
		margin-bottom: 20px;
	}
	.demo {
		padding: 15px;
	}
	.demo img:hover {
		opacity: 1;
	}	
}

@media only screen and (min-width: 980px) and (max-width: 1199px) {
	.row{
		padding: 0
	}
	.demo {
		padding: 15px;
	}
	.demo img:hover {
		opacity: 1;
	}	
}