/* CSS reset */

html,body {
	
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
input{
	
}
address,caption,cite,code,dfn,th,var {
	
}
ol,ul {
	list-style:none;
}
caption,th {
	
}
h1,h2,h3,h4,h5,h6 {
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* General Demo Style */


/* Media Queries */
@media screen and (max-width: 767px) {
	.container > header{
		text-align: center;
	}
	p.codrops-demos {
		position: relative;
		top: auto;
		left: auto;
	}
}

.cb-slideshow,
.cb-slideshow:after { 
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
	background-image: url(../AMQ-Interiors-bg.png);
	opacity: 1;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
}
@media screen and (orientation : portrait) {
.cb-slideshow,
.cb-slideshow:after { 
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
	background-image: url(../AMQ-Interiors-bg.png);
	opacity: 1;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
}
#email {
	width: 100%;
	font-size: 20px;
	bottom: 7%;
}
#number {
	width: 100%;
	font-size: 20px;
}
}
.cb-slideshow:after { 
	
}
.cb-slideshow li span { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 30s linear 0s;
    -moz-animation: imageAnimation 30s linear 0s;
    -o-animation: imageAnimation 30s linear 0s;
    -ms-animation: imageAnimation 30s linear 0s;
    animation: imageAnimation 30s linear 0s; 
}

.cb-slideshow li div h3 { 
}
.cb-slideshow li:nth-child(1) span { 
    background-image: url(../AMQ-Interiors-bg.png) 
}
@media screen and (orientation : portrait) {
	.cb-slideshow li:nth-child(1) span { 
    background-image: url(../AMQ-Interiors-bg.png) 
}
}

/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation { 
    0% { opacity: 0;
    -webkit-animation-timing-function: ease-in; }
    5% { opacity: 1; }
    20% { opacity: 1 }
    30% { opacity: 1 }
    100% { opacity: 1 }
}
@-moz-keyframes imageAnimation { 
    0% { opacity: 0;
    -moz-animation-timing-function: ease-in; }
    5% { opacity: 1;
         -moz-animation-timing-function: ease-out; }
    20% { opacity: 1 }
    30% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
    0% { opacity: 0;
    -o-animation-timing-function: ease-in; }
    5% { opacity: 1;
         -o-animation-timing-function: ease-out; }
    20% { opacity: 1 }
    30% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
    0% { opacity: 0;
    -ms-animation-timing-function: ease-in; }
    5% { opacity: 1;
         -ms-animation-timing-function: ease-out; }
    20% { opacity: 1 }
    30% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes imageAnimation { 
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    5% { opacity: 1;
         animation-timing-function: ease-out; }
    20% { opacity: 1 }
    30% { opacity: 0 }
    100% { opacity: 0 }
}

/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
	background-image: url(../AMQ-Interiors-bg.png);
	opacity: 1;
}

