*{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
}


/***************************************
			MOBILE NAVBAR
****************************************/

.sh-dropdown{
	display: none;
	}

.page_center{
	font-family: Arial, tahoma;
	font-size: 14px;
	width: 1000px;
	margin: 0 auto;
	padding: 0px 15px 0px 15px;
}

/***************************************
				LOGO & TAGLINE
****************************************/

.sh-topbar{
	padding: 40px;
}

.sh-logo{
	max-width: 100%;
	padding-left: 20px;
	margin-top: 0px;
	vertical-align: top;
	float: left;
}

.sh-tagline{
	font-weight: 500;
	margin: 10px 10px 0 0;
	float: right;
}


/***************************************
				NAVBAR
****************************************/

.sh-div-navbar{
	margin-top: 10px;
}

.sh-navbar{
	text-align: center;
	background-color: #999;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
	display: flex;
	list-style: none;
	padding: 15px 20px;
	flex-wrap: wrap;
}

.sh-navbar li{
	color: #000;
	border-left: 1px solid;
	flex-grow: 1;
}

.sh-navbar li:first-child{
	border:none;
}

.sh-navbar a{
	text-decoration: none;
	font-size: 16px;

}
.navelement{
	color: #000;
}

.sh-navbar a:hover{
	color: #fff;
}

.active{
	color: #fff;
}

.bounce:hover{
	display: inline-block;
	vertical-align: middle;
 	animation: bounce 1.2s ;
}




/***************************************
				SLIDER
****************************************/
.home{
	text-align: center;
}


.myslides{
	width: 90%;
	vertical-align: middle;
}

.slideshow{
	position: relative;
}

.image-slider{
	display: none;
}


.imgtext
{
  color: #f2f2f2;
  font-size: 20px;
  padding: 20px 15px;
  position: absolute;
  left: 60px;
  bottom: 100px;
  width: 40%;
  background: rgba(0, 0, 0, .7);
  text-align: center;
}

.flex-active-slide .imgtext
{
	-webkit-animation: bottom-slide 2s;
  animation: bottom-slide 2s;
}

.imgtext-big{
	max-width: 60%;
}

.fade
{
  animation-name: fade-image;
  animation-duration: 1.5s;
}


/***************************************
				MAIN CONTENT
****************************************/

.content{
	text-align: left;
	padding-bottom: 32px;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	
}

.content div{
	flex-grow: 1;
	border-right: 1px solid;
	margin-top: 15px;
}

.content div:last-child{	
	border-right: none;
}

.titleimg{
	text-align: left;
	padding: 10px 0px;
	margin-top: 12px;
	margin-bottom: 0px;
}

.content-text{
	font-size: 13px;
	display: block;
	border-top: 3px solid;
	padding: 20px 50px 0px 5px;
}

.content-1{
	margin-right: 20px;
}

.content2{
	margin-left: 20px;
}


/***************************************
				FOOTER
****************************************/

.footer {
	padding: 26px 0px;
}

.footer-navbar{
	text-align: center;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
	display: flex;
	margin-bottom: 5px;
	list-style:none;
	padding: 0 250px;
	text-decoration: none;
}

.footer-navbar li{
	flex-grow: 1;
	overflow: hidden;
	border-left: 1px solid;
	text-decoration: none;
	padding:0px;
	font-size: 13px;
}

.footer-navbar li:first-child{
	border: none;

}

.footer-navbar a:hover, .footer-bottom a:hover{
	text-decoration: none;
	}
	
.footer-navbar a, .footer-bottom a{
	color: #000;
}

.footer-bottom{
	text-align: center;
	margin-bottom: 5px;
}
.privacy{
	border-left: 1px solid;
	padding-left: 10px;
}





/***************************************
				ANIMATIONS
****************************************/


@-webkit-keyframes bottom-slide{
	from{bottom:0px}
	  to {bottom:100px}
  }

@keyframes bottom-slide{
  from{bottom:0px}
    to {bottom:100px}
}

@keyframes bounce {
	0%, 100%, 20%, 50%, 80% {
		-webkit-transform: translateY(0);
		-ms-transform:     translateY(0);
		transform:         translateY(0)
	}
	40% {
		-webkit-transform: translateY(-30px);
		-ms-transform:     translateY(-30px);
		transform:         translateY(-10px)
	}
	60% {
		-webkit-transform: translateY(-15px);
		-ms-transform:     translateY(-15px);
		transform:         translateY(-10px)
	}
}



/***************************************
		MEDIA QUERY //64EM // 1024PX //
****************************************/


@media only screen and (max-width:63.9em) {
	.page_center{
		margin: 0 auto;
		width: 100%;
		text-align: center;
	}

	.sh-topbar{
		padding: 20px;
		margin: 0 auto;
	}

	.sh-logo{
		display: block;
		float: none;
		margin: 0 auto;
		padding: 0px;
	}

	.sh-tagline{
		display: block;
		margin: 0 auto;
		float: none;
	}

	.sh-navbar{
		width: 90%;
		margin: 0 auto;
	}

	.sh-navbar a{
		font-size: 15px;
	}
	

	.home{
		width: 90%;
		margin: 0 auto;
	}

	
	.content{
	width: 85%;
	text-align: center;
	display: block;
	padding: 0px;
	margin: 0 auto;
	margin-bottom: 20px;
	}

	.content-text{
	border:none;
	padding: 0px 15px;
	}

	.content div{
		border:none;
	}

	.titleimg{
	text-align: center;
	padding: 10px 0px;
	margin-top: 12px;
	margin-bottom: 20px;
	}

	.content2{
		margin: 0 auto;
	}

	.footer-navbar{
		padding: 0 200px;
	}

	.footer-navbar a{
	font-size: 12px;
	}

	.footer-bottom a{
		font-size: 12px;
	}


	/****** animation ******/
	@keyframes bottom-slide{
  		from {bottom:10px}
    	to {bottom:100px}
	}

	.imgtext {
		font-size: 12px;
	}
}



/********************************************
		MEDIA QUERY //50EM // 800PX //
*********************************************/


@media (max-width:50em){


	.sh-logo{
		padding: 0 10px;
	}

	.sh-tagline{
		font-size: 15px;
	}

	.sh-navbar, .home{
		width: 100%;		
	}

	.sh-navbar a{
		font-size: 13px;	
	}

	


	.footer-navbar{
		padding: 0 100px;
	}

	.imgtext {
		font-size: 11px;
	}


}


/********************************************
		MEDIA QUERY //40EM // 640PX //
*********************************************/

@media (max-width: 40em){
.footer-navbar{
		padding: 0 50px;
	}
}



/********************************************
		MEDIA QUERY //34EM // 544PX //
*********************************************/

@media  (max-width: 34em){
	.sh-navbar{
		display: none;

	}

	.sh-dropdown{
		position: relative;
  		display: inline-block;
  		vertical-align: middle;
  		padding: 10px 0 0 0;
	}

	.sh-topbar{
		padding: 10px;
	}

	.content-text{
		font-size: 12px;
	}

	.dropbtn{
		width: 10%;
		cursor: pointer;
	}

	.dropdown-content {
		  display: none;
		  background-color: #f1f1f1;
		  width: 100%;
		  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
		  z-index: 1;
		  overflow: auto;
	}

	.dropdown-content a {
		  color: black;
		  padding: 12px 16px;
		  text-decoration: none;
		  display: block;
	}

	.dropdown-content a:hover {background-color: #ddd}

	.show {display:block;}

	.imgtext {
		font-size: 9px;
		padding: 10px 7px;
	}

	.sec-img, .sec-img:first-child{
		max-width: 40%;
	}

	.footer-navbar{
		padding: 0 ;
	}

	.footer-navbar a{
		font-size: 12px;
	}
	
}


/********************************************
		MEDIA QUERY //26EM // 416PX //
*********************************************/
@media  (max-width: 26em)
{
	.footer-bottom{
		font-size: 10px;
	}

	.footer-navbar {
		display: block;
	}
	.footer-navbar li{
		border: none;
	}

	.privacy{
	border:none;
	}
	
	.imgtext{
		font-size: 10px;
		bottom: 20px;
	}	

	@keyframes bottom-slide{
    	from{bottom:0px}
      	to {bottom:20px}
  	}	

}


/********************************************
		MEDIA QUERY //16EM // 256PX //
*********************************************/

@media  (max-width: 16em)
{	

@keyframes bottom-slide{
    	from{bottom:0px}
      	to {bottom:15px}
  	}

  	.imgtext {font-size: 10px; bottom: 15px;}

}