﻿@font-face {
    font-family: 'scg';
	src: url('../font/scg-lig.eot');
	src: url("../font/scg-lig.eot?#iefix") format("embedded-opentype"), url('../font/scg-lig.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'scg';
	src: url('../font/scg-reg.eot');
	src: url("../font/scg-reg.eot?#iefix") format("embedded-opentype"), url('../font/scg-reg.ttf') format('truetype');;
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'scg';
	src: url('../font/scg-bol.eot');
	src: url("../font/scg-bol.eot?#iefix") format("embedded-opentype"), url('../font/scg-bol.ttf') format('truetype');;
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'scg';
	src: url('../font/scg-italic.eot');
	src: url("../font/scg-italic.eot?#iefix") format("embedded-opentype"), url('../font/scg-italic.ttf') format('truetype');;
    font-weight: bold;
    font-style: italic;
}
html,body{
	font-family: 'scg', Helvetica, Arial, sans-serif;
	font-size: 14px;
}
textarea:focus, input:focus{
    outline: none;
}
.navbar_custom{
	font-size:30px;
	cursor:pointer;
	color:#009985;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    background-image: linear-gradient(to bottom, #00c4e4, #009985);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align:center;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #fff;
    display: block;
    transition: 0.3s;

}

.sidenav a.active{
	color:#fff;
	font-weight: bold;
}

.sidenav a .lang_menu {
    color: #fff;
}

.sidenav a:hover{
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.col.menu{
	margin-top : 1%;
	text-align: center;
	font-size: 1.2em;
	padding: 0;
	font-weight: 100;
}
.col.menu a{
	text-decoration: none;
	color: #000000;
}
.col.menu.active{
	color:#009985;
	margin-top : 1%;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	padding: 0;
	font-weight: bold;
}
.col.menu.active a{
	text-decoration: none;
	color: #009985;
}
.search{
    background: transparent;
    border: none;
    border-bottom: 1px solid #e9e9e9;
    width: 90%;
}
.fa-search{
	color:#9b9b9b;
}
.height-100{
	height: 100%;
}
.gradient.menu{
	width: 98%;
  	height: 100px;
  	background-image: linear-gradient(to right, #00c4e4, #009985);
  	margin: 1% auto;
}
.footer{
	height: 223px;
	background-image: url('../images/path-6@3x.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: top left;
	display: flex;
	color: #fff;
	font-size: 1.1em;
}
.footer .social{
	display: inline-block;
	font-size: 1.5em;
	margin-left: 15px;
	cursor: pointer;
}
.footer .copyright{
	display: block;
	align-self: flex-end;
}
.footer .logo_content{
	margin-left: 20px;
	align-self: flex-end;
}
.footer .menu_content{
	align-self: flex-end;
	text-align:center;
	margin-bottom: 10px;
}
.footer .social_content{
	align-self: flex-end;
	text-align:right;
	margin-right: 10px;
}
.menu_content a {
    text-decoration: none;
    color: #fff;
}
.footer_copyright{
	display: none;
	min-height: 35px;
	background-image: url('../images/bg-footer-xs.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: top left;
	color: #fff;
	text-align: center;
}
.footer .logo{
	margin: 2%;
}
@media(max-width:992px){
	.navbar-collapse{
		margin: 2% 0% 0 50%;
	    border-top: 1px solid #ddd;
	}
	.footer_copyright{
		display: flex;
	}
	.footer{
		height: 165px;
		background-image: url('../images/path-6-m@3x.png');
	}
}

iframe {
	border: 0;
	height: 600px;
	width: 100%;
 }

@media(max-width:767px){
	.footer .logo_content{
		margin-left:0;
	}
	iframe {
		border: 0;
		height: 100%;
		width: 100%;
	 }
}

