@font-face {
    font-family: Lato;
    src: url(fonts/Lato-Regular.ttf);
}


body{
	box-sizing: border-box;
	font-family: Lato, Myriad Pro, Tahoma, Arial, Calibri;
	font-variant-ligatures: no-common-ligatures;
	font-size:18px;
	background:#000000;
	color:#000000;
	width:100%;
	margin:auto;
	text-align:center;
}


.row::after {
    content: "";
    clear: both;
    display: table;
}
[class*="col-"] {
    float: left;
}

.col-25 {width: 25%;}
.col-25 p {margin:3px;}
.col-33 {width: 33%;}
.col-10 {width: 10%;}
.col-15{width: 15%;}
.col-20 {width: 20%;}
.col-30 {width: 30%;}
.col-40 {width: 40%;}
.col-45 {width: 45%;}
.col-50 {width: 50%;}
.col-60 {width: 60%;}
.col-70 {width: 70%;}
.col-75 {width: 75%;}
.col-90{width: 90%;}
.col-auto{width: auto;}


h1{
	font-weight:normal;
	font-size:40px;
	margin-top:50px;
	margin-bottom:10px;
	text-transform: uppercase;
}

h2{
	font-weight:normal;
	font-size:26px;
}

h3{
	font-weight:normal;
	font-size:20px;
	color:#808080;
	margin:0px;
	padding:0px;
	padding-top:8px;
}

h4{
	font-weight:normal;
	font-size:18px;
}

p{
	line-height:150%;
	letter-spacing:0.3px;
	font-size:16px;
}

.main_width{
	width:1440px;
	margin:auto;
}

.header{
	position:relative;
	z-index:11;
	background:#000000;
	color:#ffffff;
	width:100%;
	margin:auto;
	padding-top:5px;
}


.header a, .header a:hover{
	margin:0px;
	text-decoration:none;
	color:#ffffff;
}
.header a:hover{
	color:#e7c569;
}

.logo{
	text-align:left;
	float: left;
	width:50%;
}

.contact{
	text-align:right;
	float: left;
	width:50%;
	padding-top:30px;
}


.menu, .menu1{
	text-align:right;
	float: left;
	width:70%;
	padding-top:10px;
	padding-bottom:10px;
	/*text-transform:uppercase;*/
}

.menu1{
	width:100%;
}

.menu p, .menu a, .menu a:hover, .menu1 p, .menu1 a, .menu1 a:hover {
	display:inline;
	text-align:right;
	margin:0px;
	text-decoration:none;
	padding:8px;
	padding-left:10px;
	padding-right:10px;
	font-weight:normal;
	color:#ffffff;
	font-size:16px;
}

.menu a, .menu a:hover, .menu1 a, .menu1 a:hover{
	text-transform:uppercase;
}

.menu a:hover {
	color:#d8b583;
	border-top-style:solid;
	border-top-width:2px;
	border-top-color:#aaaaaa;
}

.menu1 a, .menu1 a:hover{
	color:#ffffff;
}

.menu1 a:hover{
	color:#d8b583;
}


.baner{
	position:relative;
	z-index:10;
	width:100%;
	background:#000000;
}

.content{
	position:relative;
	z-index:10;
	margin:auto;
	background:#ffffff;
	padding-top:40px;
}

.content p{
	color:#606060;
	text-align:justify;
}

.content hr{
	height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
	margin:0px;
	margin-bottom:5px;
}
.button, .button:hover {
	border:4px solid #000000;
	background-color:#000000;
	color:#ffffff;
	font-size:24px;
	padding:5px;
	padding-top:60px;
	padding-bottom:60px;
	border-radius: 20px;
	-webkit-transition:0.3s; /* For Safari 3.1 to 6.0 */
    transition:0.3s;
}

.button:hover {
	background-color:#ffffff;
	color:#000000;
}

.footer_over, .footer{
	position:relative;
	height:600px;
	width:100%;
	margin:auto;
	padding-top:5px;
	vertical-align:bottom;
}
	

.footer {
	position:fixed;
	z-index:5;
	bottom:0px;
	background:#ffffff;
	color:#ffffff;
	background-image:url('img/footer1.jpg');
	background-repeat: no-repeat;
	background-position:center center;
	background-attachment:fixed;
	background-size: cover;
}

.logo-top{
	padding-top:10px;
	width:100%;
	max-width:374px;
}
.logo_bottom{
	padding-top:100px;
	width:100%;
	max-width:250px;
}


@media only screen and (max-width: 1920px) {
	.main_width{
		width:75%;
	}
}

@media only screen and (max-width: 1440px) {
	p, body {
		font-size:14px;
	}
	h1 {
		font-size:30px;
	}
	h2 {
		font-size:18px;
	}
	h3 {
		font-size:15px;
	}
	.menu p, .menu a, .menu a:hover, .menu1 p, .menu1 a, .menu1 a:hover{
		font-size:14px;
	}
	.logo_top{
		width:100%;
		max-width:340px;
	}
	.logo_bottom{
		width:100%;
		max-width:250px;
		padding-top:60px;
	}
	
	.button, .button:hover {
		padding-top:40px;
		padding-bottom:40px;
		font-size:20px;
	}
	
	.footer_over, .footer{
		height:450px;
	}
	
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="col-"] {
        width: 100%;
		padding:0px;
    }
	[class*="col-"] p{
		display:inline;
		padding:6px;
	}
	.col-auto{
		width:auto;
		text-align:center;
	}
	.main_width{
		width:96%;
	}
	.logo{
		text-align:center;
		width:100%;
	}

	.contact{
		text-align:center;
		width:100%;
		display:none;
	}

	.menu{
		text-align:center;
		width:100%;
		padding-bottom:10px;
	}
	
	.language{
		text-align:right;
		width:100%;
		padding-top:0px;
	}
}

@media only screen and (max-width: 480px) {
	.col-auto{
		text-align:center;
		width: 100%;
		padding-top:10px;
		padding-bottom:20px;
		border-top:solid;
		border-top-color:#333333;
		border-top-width:1px;
		/*border-bottom:solid;
		border-bottom-color:#333333;
		border-bottom-width:1px;*/
	}
	
	.language{
		text-align:center;
	}
}

@media only screen and (max-height: 450px){
	.footer_over, .footer{
		height:300px;
	}
	.logo_bottom{
		padding-top:5px;
		max-width:160px;
	}
}
	