*{
	margin:0px;
	padding:0px;
	}
	
body{
	font-size:15px;
	}
	

a:hover {
    color: inherit;
    outline: medium none;
    text-decoration: none;
    transition: all 0.9s ease 0s;
}
	
ul{
	list-style:none;
	}
	
img{
	border:none;
	}
	
.banner{
	background:rgba(0, 0, 0, 0) url(../images/a.jpg) no-repeat;
	position:relative;
	}
	
.banner-info{
	background:rgba(0, 0, 0, 0) url(../images/dott.png) repeat;
	padding:60px 0;
	
	}
.banner-left img{
	width:75%;
	border:5px solid rgba(255, 255, 255, 0.68);}

.banner-right h2::before{
	border-color: #f3e000 transparent transparent;
    border-style: solid;
    border-width: 10px 10px 0;
    bottom: -9px;
    content: "";
    height: 0;
    left: 12px;
    position: absolute;
    width: 0;
	}	
.banner-right h2{
	background: #f3e000 none repeat scroll 0 0;
    color: #000;
    display: inline-block;
    font-size: 1.2em;
    padding: 0.5em 1.5em;
    position: relative;
	margin:0 0;
	}
.banner-right h1{
	color:#fff;
	font-weight:100;
	
	}
.banner-right h6{
	color:#fff;
	font-size:15px;
	letter-spacing:5px;
	}
	
ul.address{
	border-top:1px solid #afafaf;
	padding-top:10px;
	margin-top:10px;
	color:#fff;
	}
	
ul.address li ul.address-text li:nth-child(1){
	width:20%;
	}
	
ul.address li ul.address-text li{
	color:#fff;
	display:inline-block;
	font-size:16px;
	font-weight:100;
	margin-top:15px;
	}
ul.address li ul.address-text li a{
	color:#fff;	
	}
ul.address li ul.address-text li a:hover{
	color:#10A7AF;
	}
.fa-linkedin, .fa-twitter, .fa-facebook, .fa-wordpress{
	margin-right:10px;
	}
	
.navbar-inverse{
	background:#10A7AF;
	border-color:#10A7AF;
	}
.navbar{
	border-radius:0px;
	}
	
.navbar-inverse .navbar-nav > li > a{
	color:#fff;
	font-weight:600;
	font-size:16px;
	padding-left:83px;
	padding-right:83px;
	font-family: 'Overlock', cursive;
	}
.navbar-inverse .navbar-nav > li > a:hover{
	background:#015054;
	color:#fff;
	}

.about-me{
	padding-top:40px;
	padding-bottom:60px;
	}	
.about-me h3{
	margin:0 0;
	border-bottom: 4px double rgba(247, 197, 106, 0.35);
    color: #10A7AF;
    font-size: 35px;
    margin-bottom: 1em;
    padding-bottom: 0.2em;
    text-align: center;
	}
h1, h2, h3, h4, h5, h6{
	font-family: 'Overlock', cursive;
	}
	
.about-me img{
	border:4px solid #10A7AF;
	}
.about-me a img{
    
    border: none;
    float: left;
    margin-right: 10px;
}
.about-me a{
    color: #000;
   
}
.about-me a:hover{
    color: #10A7AF;
}

.about-me h4{
	font-weight:600;
	margin-top:20px;
	}
    
.about-me h2{
    text-decoration: underline;
}

.about-me ul li a:hover{
    color: #10A7AF;
}	
.footer{
	border-top:1px solid #10A7AF;
	text-align:center;
	padding:10px 0;
	}
.footer p{
	margin:0;
	}
	
.btn-success{
	background:#10A7AF;
	border:#10A7AF;
	padding-left:25px;
	padding-right:25px;
	}

.btn-success:hover{
	background:#015054;
	border:#015054;
	}
	
.btn-success.active.focus{
	background:#015054;
	border:#015054;
	}
	
.gallery-box{
	height:200px;
	overflow:hidden;
    background:#FFF;
	padding:5px;
    box-shadow: 0 6px 12px rgba(0,0,0,.30);
    margin-bottom: 10px;
    }
 .gallery{
    margin-bottom: 20px;
 }
	
.gallery-box img{
	width:100%;
	height:100%;
	cursor: pointer;
	}	
	
.gallery-me{
	padding-top:40px;
	padding-bottom:30px;
	}
	
.gallery-me h3{
	margin:0 0;
	border-bottom: 4px double rgba(247, 197, 106, 0.35);
    color: #10A7AF;
    font-size: 35px;
    margin-bottom: 1em;
    padding-bottom: 0.2em;
    text-align: center;
	}
	
/**.gallery-me img{
	border:4px solid #10A7AF;
	border-radius:2px;
	}
	
.gallery-me img:hover{
	border:none;
	}**/
	
.about-me ul li{
	list-style:outside;
	margin-left:15px;
	line-height:26px;
	}
.modal-body p{
    padding-top: 10px;
}
.text{
    background: #10A7AF;
    padding: 8px;
    text-align: center;
}
.text p{
    color: #fff;
    margin-bottom: 0px;
    font-size: 14px;
}    
    
/**************activitis start****************************/    
.modal-title{
    color: #10A7AF;
    font-weight: 600;
    font-size: 20px;
}   

.modal-body img{
   margin: 0 auto;
} 
.activity-img{
    background: #fff;
    width: 110px;
    height: 110px;
    padding: 5px;
}
.activity-img img{
    width: 100%;
    height: 100%;
}
.activity{
    background: #f4f4f4;
    margin-top: 30px;
    padding: 20px;
}

.activity-text p{
    font-size: 14px;
}
.about-me h4{
    font-size: 20px;
}
