/* CSS Document */

@media only screen and (min-width: 768px) {
	
}

@media only screen and (max-width: 767px) {

}

/* Chrome */
@media all and (-webkit-min-device-pixel-ratio: 0) {

}

/* IE */
@media all and (-ms-high-contrast: none) { 

}

/* Firefox */
@-moz-document url-prefix() {

}

html, body {
	margin:0;
	padding:0;
	height:100%;
	overflow: hidden;
}

html{
	background-size: cover;
	background-image:url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}

@font-face {
    font-family: 'Avenir Next';
    src: url('../fonts/AvenirNextLTPro-Cn.otf');
}

body {
	color:#FFFFFF;
	font-family: 'Avenir Next', Helvetica, Arial, sans-serif;
	font-size: 18px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a {
	text-decoration: none;
	color: rgb(255, 255, 255); /* Fall-back */
    color: rgba(255, 255, 255, 1);
}

a:hover {
	color: rgb(255, 255, 255); /* Fall-back */
    color: rgba(255, 255, 255, .5);
}

.selected {
	color: rgb(255, 255, 255); /* Fall-back */
    color: rgba(255, 255, 255, .5);
}

h1, h2, h3, h4 {

}

h1 {

}

h2 {

}

h3 {

}

p {
/*	margin-bottom:0;
	padding:0;*/
}

.clear {
	clear: both;
	height: 1px;
	margin-top: -1px;
	font-size: 1px;
	line-height: 1px;
}

.fl {float: left;}
.fr {float: right;}

.hidden {
	display: none;
}

#wrapper {
	min-height:100%;
	position:relative;
}

#menu {
	background: rgb(0, 0, 0); /* Fall-back */
    background: rgba(0, 0, 0, .5);
	width:350px;
	height:650px;
	position:absolute;
	top:0;
	left:100px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	overflow: hidden;
}

#menu-mobile {
	background: rgb(0, 0, 0); /* Fall-back */
    background: rgba(0, 0, 0, .5);
	width:250px;
	height:630px;
	position:absolute;
	top:0;
	left:25px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	overflow:hidden;
}

#content {
	background: rgb(0, 0, 0); /* Fall-back */
    background: rgba(0, 0, 0, .5);
	height:650px;
	position:absolute;
	top:0;
	right:100px;
	left:550px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	padding: 25px;
	overflow:hidden;
}

#content-mobile {
	background: rgb(0, 0, 0); /* Fall-back */
    background: rgba(0, 0, 0, .5);
	height:800px;
	position:absolute;
	top:0;
	right:25px;
	left:300px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	padding: 25px;
	overflow: hidden;
}

#footer {
	background: rgb(0, 0, 0); /* Fall-back */
    background: rgba(0, 0, 0, .5);
	width:100%;
	height:45px;
	position:absolute;
	bottom:0;
	left:0;
	overflow:hidden;
}

.logo {
	display:block;
	text-align:center;
	margin-top: 75px;
	margin-bottom: 75px;
	margin-left: auto;
    margin-right: auto;
}

.trademark {
	float: left;
	margin-top: 15px;
	margin-left: 15px;
	font-size: 16px;
}

.contact {
	float:right;
	font-size: 16px;
	direction: rtl;
	margin-right: 15px;
	margin-top: 15px;
}

.buttons {
	font-size:20px;
	font-stretch:condensed;
	font-weight:lighter;
	text-transform:uppercase;
	/*width: 300px;*/
	height: 36px;
	padding: 25px;

}

hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

#social {
	background: rgb(0, 0, 0); /* Fall-back */
    background: rgba(0, 0, 0, .5);
	width:160px;
	height:75px;
	position:absolute;
	top:0;
	right:200px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	overflow:hidden;
}

#social-mobile {
	background: rgb(0, 0, 0); /* Fall-back */
    background: rgba(0, 0, 0, .5);
	width:160px;
	height:75px;
	position:absolute;
	top:0;
	right:50px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	overflow: hidden;
}

.icons {
	display: inline-block;
	text-align:center;
	padding: 17px;
}

.header {
	font-size:24px;
	font-stretch:condensed;
	font-weight:lighter;
	text-transform:uppercase;
	margin-bottom: 50px;
}

.text {
	max-height: 500px;
	overflow-x:hidden;
	overflow-y:auto;
}

.text-mobile {
	max-height: 650px;
	overflow-x:hidden;
	overflow-y:auto;
}

.pics {
	display: inline-block;
	padding-right: 25px;
	padding-bottom: 25px;
}

.footer-social {
/*	background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, .5);*/
	width:100%;
	height:75px;
	position:absolute;
	bottom:0;
	left:0;
	overflow:hidden;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}

.header-form {
	font-size:20px;
	font-stretch:condensed;
	font-weight:lighter;
	text-transform:uppercase;
	margin-bottom: 35px;
}

.fieldset {
	width: 500px;
	background: rgb(0, 0, 0); /* Fall-back */
    background: rgba(0, 0, 0, .5);
}