@import url('https://fonts.googleapis.com/css?family=Droid+Sans');/*--- Paragraph Font --*/
@import url('https://fonts.googleapis.com/css?family=Ubuntu+Condensed'); /*--- Headings Font --*/
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);



body{
	background: #F0F0F0;
	color: #555;
	font-family: sans-serif;
	line-height: 100%;
	
	text-transform:none;
}

h3{
	font-size: 170%;

}

}
h5{
	font-size: 110%;
	color: #868686;
	
}
img{
	max-width:100%;
}
header{
	background-color: rgba(65,65,65,0.4);
	height: 86px;
	position: fixed;
	z-index: 1000;
	width: 100%;
	opacity: .9;
	top:0;
}
header-inner{
	max-width: 1200px;
	margin: 0 auto;
}
#logo {
	float: left;
	width: 200px;
	margin: 16px 50px;
}

/* start nav*/



/* Slideshow container */
.slideshow-container {
  width:100%;
  position: relative;
  margin: 0 auto;
  }

.slideshow-container img{
  width:100%;
  position: relative;
  margin: 0 auto;
	pointer-events: none;
  }

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 0;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 25px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
  background-color: rgba(0,0,0,0.5);
}

/* Position the "prev button" to the right */
.prev {
  left: 0;
  border-radius: 0 3px 3px 0;
  background-color: rgba(0,0,0,0.5);
}




/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color:#000000;
  font-size: 7px;
  padding: 2px;
  position: absolute;
  bottom: 2px;
  width: 20%;
  right:0;
border-radius: 2px 0 0 2px;
font-weight: 600;
  font-family: Montserrat, sans-serif;
line-height: 190%;


}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 90px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0px 1px;
  background-color: #bbb;
  border-radius: 50%;
  display:inline-block;
  transition: background-color 0.2s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/*--- start inner wrapper*/

#inner-wrapper{
	max-width: 1200px;
	margin: 0 auto;

}

.circle{
	margin: 0 auto;
	width: 150px;
	height: 150px;
	background:#464646;
	border-radius: 50%;
	text-align: center;
margin-top: 50px;
}
.one-sec{
	width:100%;
	display: block;
	margin: 0 auto;
	padding: 10px 10px;
}
.one-sec h3{
	text-align: center;
	padding-top:30px;
}
.one-sec i{
	color: #f0F0F0;
	font-size:590%;
	padding:20%;
}
.one-sec p{
	text-align: center;
	text-decoration: none;
	font-size:18px;
	padding:7%;
	max-width:1200px;
	line-height: 109%;
}
.one-sec a{

	text-decoration: none;
}

#topic{
 text-align: center;
	max-width:1000px;
display: block;
     
margin: 3% auto;

}

#topic h3{
	text-align: center;
	font-size: 18px;
padding-bottom: 10px;
	font-weight:600;
}
#topic p{
	text-align: left;
	font-size: 15px;
	text-decoration: none;
line-height: 120%;
}
#topic a{

	text-decoration: none;
}
.one-third{
	width: 400px;
	display: inline-block;
margin: 5px;

	

	
}


/*start footer*/
footer{
	text-align: center;
	background:#333;
	overflow:hidden;
	opacity: .8;
}
#footer-inner{
	max-width: 1200px;
	margin: 0 auto;
}
footer .one-third{
	width:33%;
	margin: 3% 0;
	float:left;
}

footer h3{
	color:#ffffff;
padding-bottom: 20px;
font-size: 23px;
	font-family:Sans-serif, "DejaVu Serif", Georgia, "serif";
	opacity: .8;
}
#footer-third p{
	color:#D9D9D9;
	text-align: center;
	line-height: 190%;

}
footer h5{
	font-family: 'Droid Sans', sans-serif;
	text-align: center;
	color:#FFFFFF;
	opacity: .6;
line-height: 190%;
}
#footer-third{
	border-right: 1px solid #D9D9D9;
	max-height: 350px;
	min-height: 350px;
}
footer a{
	color:#D9D9D9;
	text-decoration: none;
}
.footersub{
font-size: 12px;
}
.social li{
	display: block;
}
.social i{
	font-size: 245%;
	padding:2% 6%;
	color:#959595;
}
.social i:hover{
	color:#f5f5f5;
}
h5 a:hover {
	text-decoration: none;
	color:#ffffff;

}

footer a:hover{
	color:#ffffff;
}
/* start footer second*/
footer.second {
	border-top: 1px solid #D9D9D9;
	max-height: 200px;
	padding: 1%;
	opacity: .95;
}
.second p{
	color:#D9D9D9;
}

span.cssbox_full {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.8);
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s linear;
  
}

span.cssbox_full img {
  position: fixed;
  background-color: white;
  margin: 0;
  padding: 0;
  max-height: 90%;
  max-width: 90%;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 20px black;
  cursor:default;
}
.cssbox_prev:a hover{
background-color;black;
}
a.cssbox_close,
a.cssbox_prev,
a.cssbox_next {
  position: fixed;
  text-decoration: none;
  visibility: hidden;
  color: white;
  font-size: 36px;
}

a.cssbox_close {
  top: 1%;
  right: 1%
}

a.cssbox_close::after {
  content: '\00d7';
}

a.cssbox_prev,
a.cssbox_next {
  top: 50%;
  transform: translate(0%, -50%);
  
}
a.cssbox_prev{
  padding:26px 10px 26px 10px;
  left: 0;
  border-radius: 0 5px 5px 0;
  transition: 0.6s ease;
  background-color: rgba(0,0,0,0.2);
}

a.cssbox_prev:hover{
  left: 0;
  border-radius: 0 5px 5px 0;
  background-color: rgba(0,0,0,0.5);
}

a.cssbox_next{
  padding:26px 10px 26px 10px;
  right: 0;
  border-radius:5px 0 0 5px;
  transition: 0.6s ease;
  background-color: rgba(0,0,0,0.2);
}

a.cssbox_next:hover{
  right: 0;
  border-radius:5px 0 0 5px;
  background-color: rgba(0,0,0,0.5);
}



a:target ~ a.cssbox_close,
a:target ~ a.cssbox_prev,
a:target ~ a.cssbox_next {
  visibility: visible;
}

a:target > img.cssbox_thumb + span.cssbox_full {
  visibility: visible;
  opacity: 1;
  pointer-events: initial;
}

span.cssbox_full{
  cursor: initial;
}

.text{
	text-align:center center;
	position:absolute;
	font-size:19px;
	color:#F4f4f4;
	cursor:default;
	padding:10px 10px;
	background-color:rgba(0,0,0,0.4);
	margin-bottom:6%;
}



/*---responsive---*/

/* ************************** tab ************************* */

@media only screen and (min-width:715px) and (max-width:1200px){
	header{
	height: 86px;
	}

#logo {
	float: left;
	width: 170px;
	margin: 17px 50px;
}

	
/* Number text (1/3 etc) */
.numbertext {
  padding: 84px 12px;
}


/* Next & previous buttons */
.prev {
    margin-top: -22px;
  padding: 15px;
   font-size: 13px;
    border-radius: 0 3px 3px 0px;
}

.next {
    margin-top: -22px;
  padding: 15px;
   font-size: 13px;
    border-radius: 3px 0px 0px 3px;
}

/* Caption text */
.text {
  font-size: 13px;
  padding: 3px;
    bottom: 2px;
  width: 20%;
border-radius: 2px 0 0 2px;
font-weight: 600;

}
#topic{
 text-align: center;
max-width:800px;
display: block;
     margin-left: auto;
    margin-right: auto;


}.one-third{
width:350px;

}

	


#topic h3{
font-size:14px;
}
#topic p{
font-size:13px;
}	
.circle-image{
border-radius: 1px;
width: 100%;
display: block;
margin: 0 auto;
}


	
}
/* ************************** Phone ************************* */
@media only screen and (min-width:100px) and (max-width:714px){

header{
	height: 43px;
}

#logo {
	
	width: 100px;
	margin: 7px 5px;
}

	
/* Number text (1/3 etc) */
.numbertext {
  padding: 40px 12px;
}


/* Next & previous buttons */
.prev {
   
  padding: 8px;
   font-size: 13px;
}

.next {
    padding: 8px;
   font-size: 13px;
}

/* Caption text */
.text {
  font-size: 10px;
  padding: 3px;
    bottom: 2px;
  width:25%;

}

.dot {
  cursor:pointer;
  height: 9px;
  width: 9px;
margin-top: 20px 2px;

}
.circle{
	width: 80px;
	height: 80px;

}

.one-sec i{
	font-size:290%;
	padding:23%;
}
.one-sec p{

	max-width:650px;
}


#topic{
 text-align: center;
max-width:85%;
	padding-top: 10px;

}

#topic h3{
font-weight:600;
	font-size: 19px;
}
#topic p{
	width:100%;
	font-size: 13px;
text-align: center;

}

.one-third{
	width: 100%;
	display: inline-block;
	margin: 5px;
	
}

/********************start footer******************************/

footer h3{

font-size: 17px;
 font-weight: 800;

	
}
footer p{
	
	text-align: center;
	font-size: 14px;
}
footer h5{
	
 	font-size: 14px;


	
}

.social{
margin: -10%;
}
.social li{
	display: block;
}
.social i{
	padding:1.5% 6%;
        font-size: 200%;	
}



}
