/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { 
	border: 0;
}
body{
	font-family: arial,helvetica;
	color: #333;
	color: rgba(0,0,0,0.5);
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
h1{
	font-size: 2.8em;
}
p{
	font-size: 1.28em;
}
.intro p{
	width: 52%;
	margin: 0 auto;
	font-size: 1.28em;
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 10px;
}
.section {
	text-align:center;
}
@keyframes fade-slide-down {
  0% {
    opacity: 0;
    transform: translateY(-9rem);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
 @keyframes fade-slide-down-small {
  0% {
    opacity: 0;
    transform: translateY(-4rem);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
 @keyframes fade-slide-up {
  0% {
    opacity: 0;
    transform: translateY(9rem);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

#menu li {
	display:inline-block;
	margin: 10px;
	color: #000;
	float: right;
	-webkit-border-radius: 10px;
            border-radius: 10px;
}
#menu li.active{
	background: #00ccff;
	color: #fff;
}
#menu li a{
	text-decoration:none;
	color: #000;
}
#menu li.active a:hover{
	color: #000;
}
#menu li:hover{
	background: rgba(255,255,255, 0.8);
}
#menu li a,
#menu li.active a{
	padding: 9px 18px;
	display:block;
}
#menu li.active a{
	color: #fff;
}
#menu{
	position:fixed;
	top:0;
	left:0;
	height: 60px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
	background: rgba(255,255,255,0.9);
}
.menu-logo {
	height: 60px;
	vertical-align: top;
}
#home {
	color: #fff;
	text-shadow: 0px 2px 4px #333;
}
#home:before {
	background-image: url('../images/background.jpg');
	background-size: cover;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}
#home .transparent-bg {
	background: rgba(255,255,255,.1);
	vertical-align: middle;
	height: inherit;
	width: 100vw;
	display: table-cell;
  	transition: background 1.5s ease;
}
#home .transparent-bg:hover  {
	background: rgba(0,0,0,0.1);
}
#home h1 {
	color: whitesmoke;
	margin-bottom: 20px;
	animation: fade-slide-down 1s 0s cubic-bezier(0, .3, 0, 1);
}
#home p {
	max-width: 360px;
	margin: 0 auto;
	color: whitesmoke;
	margin-top: 20px;
	margin-bottom: 20px;
	animation: fade-slide-down 1.5s 0s cubic-bezier(0, 2, 0, 1);
}
#home hr {
	border: 1px solid #fff;
	max-width: 360px;
}
#home img {
	max-width: 50px;
  	margin: 8px;
	animation: fade-slide-down 1.5s 0s cubic-bezier(0.8, 1.9, 0, 1);
}
#home img:hover {
	max-width: 50px;
	box-shadow: 0px 2px 6px #888;
	border-radius: 50%;
	filter:brightness(.95);
	-webkit-filter:brightness(.95);
}
.slide {
  	transition: background 2s ease;
  	display: table-cell;
  	vertical-align: middle;
}
.slide.partner {
	background-image: url(../images/server.jpg);
	background-size: cover;
}
.slide.partner:hover {
	background-position: 50% 50%;
}
.slide.partner h1 {
	color: #0000ff;
  	transition: color 2s ease;
}
.slide.partner p {
	color: #0000ff;
  	transition: color 2s ease;
}
.slide.partner .intro:hover > h1 {
	color: #333;
}
.slide.partner .intro:hover > p {
	color: #555;
}
.slide.partner .intro {
	background: rgba(0,204,255,0.95);
}
.slide.partner .intro .link {
	margin: 0 auto;
	margin-top: 25px;
}
.slide .intro .link a {
	position: relative;
	color: #09745c;
	background: rgba(255,255,255,0.6);
	padding: 10px;
	font-size: 1.2em;
}
.slide .intro .link a:hover {
	color: #13b18e;
	background: #f5f5f5;
	box-shadow: 0px 1px 3px #ccc;
}
.slide.partner .intro img {
	width: 50px;
}
.slide.icbc {
	background: linear-gradient(-45deg, #f69430, #ccc, #feac2a, #f1d34c);
	background-size: 400% 400%;
	-webkit-animation: Gradient 10s ease infinite;
	-moz-animation: Gradient 10s ease infinite;
	animation: Gradient 10s ease infinite;
}
.slide.cme {
	background: linear-gradient(-45deg, #637ee7, #ccc, #627eea, #aad0ff);
	background-size: 400% 400%;
	-webkit-animation: Gradient 10s ease infinite;
	-moz-animation: Gradient 10s ease infinite;
	animation: Gradient 10s ease infinite;
}
.slide.fl {
	background: linear-gradient(-45deg, #00aae4, #ccc, #80d4f1, #aad0ff);
	background-size: 400% 400%;
	-webkit-animation: Gradient 10s ease infinite;
	-moz-animation: Gradient 10s ease infinite;
	animation: Gradient 10s ease infinite;
}
.slide.wm {
	background: linear-gradient(-45deg, #cbc6c6, #eee, #333, #aad0ff);
	background-size: 400% 400%;
	-webkit-animation: Gradient 10s ease infinite;
	-moz-animation: Gradient 10s ease infinite;
	animation: Gradient 10s ease infinite;
}
.slide.upup {
	background: linear-gradient(-45deg, #81e53b, #f5f5f5, #b1e578, #c6e1a8);
	background-size: 400% 400%;
	-webkit-animation: Gradient 10s ease infinite;
	-moz-animation: Gradient 10s ease infinite;
	animation: Gradient 10s ease infinite;}
.slide .intro {
	background: rgba(255,255,255,0.5);
	height: 65vh;
	position: relative;
	top: 2vh;
	width: 100vw;
	display: table-cell;
	vertical-align: middle;
  	transition: background 2s ease;
}
.slide:hover > .intro, .slide .intro:hover {
	background: #eee;
}
.slide h1 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.slide h1 span {
	padding-left: 10px;
}
.slide p {
	font-size: 1.28em;
}
#about {
	background: #eee;
	background-size: 250px;
	background-repeat: no-repeat;
	background-position: -40% -100%;
  	transition: background 2.5s ease;
}
#about:hover {
	background: #00ccff;
	background-repeat: no-repeat;
	background-image: url(../images/widecom.png);
}
#about .intro {
	height: inherit;	
	background-repeat: no-repeat;
	background-position: bottom;
	display: table-cell;
	vertical-align: middle;
  	transition: background 2.5s ease;
}
#about .intro h1 {
	max-width: 220px;
	margin: 0 auto;
  	transition: color 2.5s ease;
}
#about .intro p {
	border-radius: 8px;
	padding: 20px;
	line-height: 2;
  	transition: background 2.5s ease;
}
#about:hover > div p {
	background: rgba(255,255,255,0.9);
}
#about:hover > div h1 {
	color: #0e9183;
}
#contact {
	background-image: url(../images/mailto-bg.jpg);
	background-size: cover;
  	transition: background 1.5s;
	color: #ccc;
}
#contact:hover {
	background-size: cover;
	background-position: 50% 50%;
}
#contact h1 {
	color: #bcbdbe;
  	transition: color 1.5s ease;
}
#contact:hover > div h1 {
	color: #333;
}
#contact p {
	text-align: center;
	color: #bcbdbe;
  	transition: color 3.5s ease;
}
#contact:hover > div p {
	color: #666;
}
#contact a {
	color: white;
	text-decoration: none;
}
#contact input {
	max-width: 95vw;
	min-width: 300px;
	height: 35px;
	font-size: 1em;
	border-radius: 8px;
	box-shadow: none;
	border: 2px solid #ccc;
	background: rgba(255,255,255,0.5);
	display: block;
	margin: 0 auto;
	left: 0;
	right: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
  	transition: border 1.5s ease;
}
#contact:hover > div input {
	border: 2px solid #999;
}
.button {
    position: relative;
    background-color: #05a56d;
    border: none;
    border-radius: 8px;
    font-size: 1.2em;
    color: #FFFFFF;
    height: 40px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
}
.button:after {
    content: "";
    background: #90EE90;
    display: block;
    position: absolute;
    padding-top: 300%;
    padding-left: 350%;
    margin-left: -30px!important;
    margin-top: -120%;
    opacity: 0;
    transition: all 0.10s;
    overflow: hidden;
}
.button:active:after {
    padding: 0;
    margin: 0;
    opacity: 1;
    transition: 0s;
    overflow: hidden;
}
.button:hover{
	background-color: #0b825f;
	box-shadow: 0px 2px 4px #ccc;
}
footer {
	position: absolute;
	padding-top: 10px;
	padding-bottom: 10px;
	bottom: 0;
	width: 100vw;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.7);
}
footer small {
	display: block;
	text-align: left;
	margin-left: 20px;
	margin-top: 10px;
}
footer a {
	text-align: right;
	float: right;
	display: block;
	margin-right: 20px;
	margin-top: 45px;
	font-size: 1em;
}
footer a img.phone-icon {
	width: 23px;
	padding-right: 5px;
	vertical-align: middle;
    filter: invert(100%);
}
footer a img.mail-icon {
	width: 23px;
	padding-right: 5px;
	vertical-align: middle;
    filter: invert(100%) brightness(200%);
}
footer a:hover {
	opacity: 0.7;
}
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100vw; /* Full width */
    height: 100vh; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal-content {
    background-color: rgba(255,255,255,0.95);
    margin: 15vh auto;
    height: 70vh;
    width: 75vw;
    border: 1px solid #888;
}
.modal .modal-content h1 {
    margin-top: 20vh;
}
.modal .modal-content p {
	width: 100%;
	font-size: 1.15em;
}
.modal .modal-content a {
	color: #15b9a7 !important;
}
.modal .modal-content a:hover {
	color: #0a7669 !important;
}
/* The Close Button */
.close {
    color: #aaa;
    float: right;
    margin-top: 10px;
    margin-right: 15px;
    font-size: 28px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
/* Google Translate CSS */
.goog-te-banner-frame.skiptranslate {
	display: none !important;
} 
body {
	top: 0px !important; 
}
#google_translate_element {
	position: absolute;
	bottom: 58px;
	right: 20px;
	height: 20px;
}
.skiptranslate.goog-te-gadget {
	position: absolute;
	right: 0px;
	font-size: 0em;
}
.skiptranslate.goog-te-gadget span {
	position: absolute;
	right: 90px;
	bottom: 7px;
	pointer-events: none;
}
.goog-tooltip {
    display: none !important;
}
.goog-tooltip:hover {
    display: none !important;
}
.goog-text-highlight {
    background-color: transparent !important;
    border: none !important; 
    box-shadow: none !important;
}
@media only screen and (max-width: 750px) {
	footer {
		padding-top: 0;
		padding-bottom: 5px;
	}
	footer a {
		text-align: center;
		float: none;
		display: inline-block;
		margin-left: 10px;
		margin-top: 0px;
	}
	footer small {
		text-align: center;
		margin-left: 0px;
		margin-top: 5px;
	}
	#google_translate_element {
		position: relative;
		bottom: 30px;
	}
	.skiptranslate.goog-te-gadget {
		bottom: 0px;
	}
	.skiptranslate.goog-te-gadget span {
		bottom: 33px;
		right: 0px;
	}
}
@media only screen and (max-width: 600px) {
	.hidden-mobile {
		display: none;
		visibility:hidden;
	}
	#menu li{
		background: #fea028;
		color: #fff;
	}
	#menu li a {
		color: white;
	}
	h1 {
		font-size: 2em;
	}
	p {
		font-size: 1.2em;
	}
	#about .intro {
		width: 100vw;
	}
	#about .intro p {
		line-height: 1.5;
		width: 80vw;
	}
	#intros .intro {
		height: 100vh;
		top: 0;
	}
	#intros .intro h1 {
		font-size: 1.6em;
		margin-top: 5px;
		margin-bottom: 10px;
	}
	#intros .intro h1 span {
		display: block;
		padding-left:0; 
	}
	#intros .intro p {
		line-height: 1.5;
		width: 70vw;
		margin-bottom: 20px;
	}
	#intros .intro img {
		width: 60px;
	}
	.slide .intro {
		background: rgba(0,0,0,0);
	}
	.slide.partner .intro {
		background: rgba(27,225,162,0.75);
	}
	.slide.partner .intro:hover {
		background: #eee;
	}
	#contact {
	  	background-image: url(../images/mailto-bg.jpg);
		background-position: 50% 50%;
	}
	#contact h1 {
		color: #bcbdbe;
	}
	#contact p {
		color: #bcbdbe;
	}
	#contact input {
		border-color: #ccc;
		box-shadow: 0px;
	    outline: none;
	}
	.modal .modal-content {
		height: 60vh;
   		width: 85vw;
   		padding: 15px;
	}
	.modal .modal-content h1 {
	    margin-top: 15vh;
	}
	.modal .modal-content p {
		font-size: 1.1em;
	}
}