@charset "utf-8";
/* CSS Document */
a[href^=tel] {
    color: inherit;
    text-decoration: none;
}
.logo {
	position: absolute;
	left: 50%;
	top: 40%;
	margin-left: -240px;
	z-index: 9999;
	margin-top: -144px;
	display: block;
}
.logo p {
	text-align: center;
	font-family: open-sans, Arial, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 1.7em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.hidden
{
        position:absolute;
        clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
          clip: rect(1px, 1px, 1px, 1px);
}
.cb-slideshow,
.cb-slideshow:after {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.cb-slideshow:after {
    content: '';
    background: transparent url(../images/pattern.png) repeat top left;
}
.cb-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s;
}
.cb-slideshow li div {
    z-index: 1000;
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-animation: titleAnimation 36s linear infinite 0s;
    -moz-animation: titleAnimation 36s linear infinite 0s;
    -o-animation: titleAnimation 36s linear infinite 0s;
    -ms-animation: titleAnimation 36s linear infinite 0s;
    animation: titleAnimation 36s linear infinite 0s;
}
.cb-slideshow li div h3 {
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 100px;
	padding: 0;
	line-height: 200px;
	color: #FFFFFF;
}
.cb-slideshow li:nth-child(1) span {
	background-image: url(../images/hand2.jpg)
}
.cb-slideshow li:nth-child(2) span {
	background-image: url(../images/building5.jpg);
	-webkit-animation-delay: 6s;
	-moz-animation-delay: 6s;
	-o-animation-delay: 6s;
	-ms-animation-delay: 6s;
	animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) span {
	background-image: url(../images/city5.jpg);
	-webkit-animation-delay: 12s;
	-moz-animation-delay: 12s;
	-o-animation-delay: 12s;
	-ms-animation-delay: 12s;
	animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) span {
	background-image: url(../images/hand2.jpg);
	-webkit-animation-delay: 18s;
	-moz-animation-delay: 18s;
	-o-animation-delay: 18s;
	-ms-animation-delay: 18s;
	animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) span {
	background-image: url(../images/building5.jpg);
	-webkit-animation-delay: 24s;
	-moz-animation-delay: 24s;
	-o-animation-delay: 24s;
	-ms-animation-delay: 24s;
	animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) span {
	background-image: url(../images/city5.jpg);
	-webkit-animation-delay: 30s;
	-moz-animation-delay: 30s;
	-o-animation-delay: 30s;
	-ms-animation-delay: 30s;
	animation-delay: 30s;
}
.cb-slideshow li:nth-child(2) div {
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) div {
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) div {
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) div {
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) div {
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}
/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -webkit-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -webkit-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	}
	25% {
	    opacity: 0;
	}
	100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -moz-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -moz-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	}
	25% {
	    opacity: 0;
	}
	100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -o-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -o-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	}
	25% {
	    opacity: 0;
	}
	100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -ms-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -ms-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	}
	25% {
	    opacity: 0;
	}
	100% { opacity: 0 }
}
@keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	}
	25% {
	    opacity: 0;
	}
	100% { opacity: 0 }
}
/* Animation for the title */
@-webkit-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -webkit-transform: translateY(50px);
	}
	8% {
	    opacity: .6;
	    -webkit-transform: translateY(0px);
	}
	17% {
	    opacity: .6;
	    -webkit-transform: scale(1);
	}
	19% { opacity: 0 }
	25% {
	    opacity: 0;
	    -webkit-transform: scale(10);
	}
	100% { opacity: 0 }
}
@-moz-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -moz-transform: translateY(50px);
	}
	8% {
	    opacity: .6;
	    -moz-transform: translateY(0px);
	}
	17% {
	    opacity: .6;
	    -moz-transform: scale(1);
	}
	19% { opacity: 0 }
	25% {
	    opacity: 0;
	    -moz-transform: scale(10);
	}
	100% { opacity: 0 }
}
@-o-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -o-transform: translateY(50px);
	}
	8% {
	    opacity: .6;
	    -o-transform: translateY(0px);
	}
	17% {
	    opacity: .6;
	    -o-transform: scale(1);
	}
	19% { opacity: 0 }
	25% {
	    opacity: 0;
	    -o-transform: scale(10);
	}
	100% { opacity: 0 }
}
@-ms-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -ms-transform: translateY(50px);
	}
	8% {
	    opacity: .6;
	    -ms-transform: translateY(0px);
	}
	17% {
	    opacity: .6;
	    -ms-transform: scale(1);
	}
	19% { opacity: 0 }
	25% {
	    opacity: 0;
	    -webkit-transform: scale(10);
	}
	100% { opacity: 0 }
}
@keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    transform: translateY(50px);
	}
	8% {
	    opacity: .6;
	    transform: translateY(0px);
	}
	17% {
	    opacity: .6;
	    transform: scale(1);
	}
	19% { opacity: 0 }
	25% {
	    opacity: 0;
	    transform: scale(10);
	}
	100% { opacity: 0 }
}
/* info bkg image */
.info-bkg {
	background-repeat: no-repeat;
	background-position: center center fixed;
	background-image: url(../images/record.jpg);
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}
.info-bkg:after {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.info-bkg:after {
    content: '';
    background: transparent url(../images/pattern.png) repeat top left;
}

/* Animation for the info bkg images */
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}
#content {
}
.logo-info {
	width: 388px;
	margin-top: 50px;
}
.close {
	width: 70px;
}
#textcontent {
	color: #FFFFFF;
	font-family: open-sans, Arial, sans-serif;
	text-align: center;
	text-transform: none;
	padding-top: 2%;
	padding-left: 30%;
	padding-right: 30%;
	margin-left: 0px;
}
#textcontent p {
	font-size: 1.5em;
	line-height: 1.7em;
	letter-spacing: 0.1em;
	margin-bottom: 2em;
}
#textcontent a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#textcontent a:visited {
    color: #FFFFFF;
}
#textcontent a:hover {
	color: #BBDDFF;
}
#textcontent a:active {
	color: #FCE676;
}
#textprivacy {
	color: #FFFFFF;
	font-family: open-sans, Arial, sans-serif;
	text-align: left;
	text-transform: none;
	padding-top: 2%;
	padding-left: 10%;
	padding-right: 10%;
	margin-left: 0px;
	padding-bottom: 2%;
}
#textprivacy h1 {
	font-size: 2em;
	font-variant: normal;
	font-weight: bold;
	margin-bottom: 2.2em;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #BBDDFF;
}
#textprivacy h2 {
	color: #FFF3C0;
	font-size: 1.5em;
	font-weight: bold;
}
#textprivacy p {
	font-size: 1.5em;
	line-height: 1.7em;
	letter-spacing: 0.1em;
	margin-bottom: 2em;
}
#textprivacy ul {
    padding: 0px;
    margin: 0px;
	list-style-type: disc;
	margin-bottom: 2em;
}
#textprivacy ul li {
	list-style-type: disc;
	margin-left: 30px;
	margin-right: 10px;
	padding-bottom: 0.5em;
	list-style-position: outside;
	font-size: 1.5em;
}
.foot {
	z-index: 9990;
	position: relative;
	margin-bottom: 30px;
	margin-top: 30px;
	padding-left: 10%;
	padding-right: 10%;
}
.foot p {
	color: #E0E0E0;
	font-size: 1.3em;
	line-height: 1.5em;
	letter-spacing: 0.1em;
}
.foot a:link {
	color: #E0E0E0;
}
.foot a:visited {
    color: #E0E0E0;
}
.foot a:hover {
	color: #FFFFFF;
}
.foot a:active {
    color: #FFFFFF;
}
.dark {
	color: #8F8F8F;
	font-size: 0.7em;
	text-transform: uppercase;
}
.dark a:link {
	color: #8f8f8f;
}
.dark a:visited {
	color: #8f8f8f;
}
.dark a:hover {
    color: #FFFFFF;
}
.dark a:active {
    color: #FFFFFF;
}

@media screen and (max-width: 1140px) { 
.cb-slideshow li div h3 {
	font-size: 80px;
	line-height: 140px;
}
}
@media screen and (max-width: 767px) {
.cb-slideshow li div h3 {
	font-size: 60px;
	line-height: 80px;
}
.logo {
	width: 400px;
	margin-left: -200px;
	margin-top: -108px;
}
.logo-info {
	width: 320px;
}
.close {
	width: 50px;
}
#textcontent {
	padding-left: 20%;
	padding-right: 20%;
}
#textcontent p {
	font-size: 1.4em;
}
#textprivacy h1 {
	font-size: 1.8em;
}
#textprivacy p {
	font-size: 1.4em;
}
#textprivacy ul li {
	font-size: 1.4em;
}
.foot p {
	font-size: 1.2em;
}
}
@media screen and (max-width: 480px) { 
.cb-slideshow li div h3 {
	font-size: 40px;
	line-height: 40px;
}
.logo {
	width: 280px;
	margin-left: -140px;
	margin-top: -85px;
}
.logo-info {
	width: 252px;
}
.close {
	width: 46px;
}
#textcontent {
	padding-left: 10%;
	padding-right: 10%;
}
#textcontent p {
	font-size: 1.2em;
}
#textprivacy h1 {
	font-size: 1.6em;
}
#textprivacy p {
	font-size: 1.2em;
}
#textprivacy ul li {
	font-size: 1.2em;
}
.foot p {
	font-size: 1.1em;
}
}
