@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,500,700italic,700);
/* 
font usage: font-family: 'Roboto', sans-serif;
*/
@import url(https://fonts.googleapis.com/css?family=Lato:400,400italic,700,700italic);
/*
font usage: font-family: 'Lato', sans-serif;
*/

html,body{
    height: 100%;
}

body{
    font-family: 'Lato',sans-serif;
    font-weight: 400;
}
p{
    color: #888;
}
h1,h2,h3,h5,h6{
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    font-weight: 700;
}
a{
    color: #58b325;
}
a:hover{
    color: #398110;
    text-decoration: none;
}
img{
    max-width: 100%;
    height: auto;
}
button{
    background: none;
    border: none;
    color: #58b325;
    text-decoration: none;
}
/***}
ul, li{
    list-style: none;
    padding: 0;
    margin: 0;
}
/*******Navigation*******/

/*******#dot-nav{    
	right: 10px;
	top: 50%;
	margin-top: -50px;
	height: 100px;
	z-index: 999;
}

#dot-nav ul {
	list-style: none;
	margin:0;
	padding: 0;
}
#dot-nav li {
	position: relative;
	background-color: #bdc3c7;
	border:3px solid #bdc3c7;
	border-radius: 15px 15px 15px 15px;
	cursor: pointer;
	padding: 5px;
	height: 10px;
	margin: 10px 10px 0px 0px;
	width: 10px;
	vertical-align:bottom;
}
#dot-nav li.active, #dot-nav li:hover {
	background-color: #8e44ad;
}

#dot-nav a {
	outline: 0;
	vertical-align:top;
	margin: 0px 0px 0px 25px;
	position: relative;
	top:-5px;*********/
}
.awesome-tooltip + .tooltip > .tooltip-inner {
    background-color: #8e44ad; 
    color: #f5f5f5; 
    border: 1px solid #8e44ad; 
}
.awesome-tooltip + .tooltip.left > .tooltip-arrow{
    top:50%;
    right:0;
    margin-top:-5px;
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    border-left:5px solid #8e44ad;
}
/**************Banner***************/

.main{
    width: 100%;
    min-height: 100%;
    background: url('../img/gallery/Stephen%20MCMillian_Poster.jpg') center center no-repeat;
    padding: 3em 0 4.5em;
    position: relative;
    color: black;
}

.overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    top: 0;
}

.logo{
    text-align: center;
    margin-top: 60px;
    margin-bottom: 50px;
}
/*******Services*******/

#services{
    padding-top: 45px;
    padding-bottom: 45px;
}

.services-block{
    position: relative;
    margin-bottom: 50px;
}

.services-block [class ^="fa"]{
    position: absolute;
    display: block;
    font-size: 40px;
    margin: -13px,0,0;
    color: #58b325;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.services-block, .services-block [class ^="fa"], .services-block:hover [class ^="fa"] {
	-webkit-transition: all 0.8s linear;
    -moz-transition: all 0.8s linear;
    -o-transition: all 0.8s linear;
    -ms-transition: all 0.8s linear;
    transition: all 0.8s linear;
}
.services-block:hover [class ^="fa"]{
	transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);

}
.service_box_right{
    margin: 10px 10px 23px 60px;
    padding: 0 20px 0;
}

.service_box_right h3{
    font-family: 'Roboto',sans-serif;
    font-size: 18px;
    color: #202830;
    margin-bottom: 15px;
}

.service_box_right p{
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #5d5d5d;
    font-size: 14px;
    line-height: 20px;
   
}

    

/*************Social Area*********/

#social{
    width: 100%;
    background-color: #eee;
    background-image:url('../img/gallery/Me%20doing%20a%20split.jpg');
    background-attachment: fixed;
    background-repeat: repeat;  
}
.social-bg-overlay{
    background-color: rgba(0,0,0,0.2);
    padding-top: 100px;
    padding-bottom: 80px;
}
.spmedia-social ul{
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    text-align: center;
}
.spmedia-social ul li{
    display: inline-block;
    margin-right: 15px;
}
.spmedia-social ul li:last-child{
    margin-right: 0;
}

.spmedia-social ul li a{
    width: 75px;
    height: 75px;
    display: inline-block;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    color: #58b325;
    font-size: 36px;        
}

.spmedia-social ul li a:hover{
    background-color: #398110;
    color: #fff;
}

/*****************About Area**************/

#about{
    padding-top: 85px;
    padding-bottom: 65px;
}
 h2.about-head{
    font-size: 24px;
     text-transform: uppercase;
     margin-bottom: 20px;
    
}

h2.about-head span{
    color: forestgreen;
}

 p.about-head {
    font-size: 16px;
    color: #5d5d5d;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    line-height: 21px;
    margin-bottom: 20px; 
}

 h3.about-head {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 30px;  
}

h3.about-head span{
    color: forestgreen;
}

.about-gallery{
    float: left;
    margin-bottom: 20px;
    text-align: center;
}

.about-gallery a{
    width: 105px;
    height: 105px;
    margin: 0 5px 5px 0;
    display: inline-block;
    overflow: hidden;
}
#about .quote{
    margin-bottom: 30px;
}
#about .quote .quote-icon{
    color: #58b325;
    font-size: 30px;
    width: 45px;
    float: left;
}
#about .quote blockquote{
    border: 0;
    margin: 0;
    padding: 0;
    padding-left: 45px;
    font-size: 18px;
    font-family: 'Lato',sans-serif;
    font-weight: 700;
    line-height: 24px;
    font-style: italic;
    margin-bottom: 8px;
}
#about .quote p.quote-by{
    padding-left: 45px;
    color: #58b325;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
/***************feeds***********/

#twitter{
    width: 100%;
    height: auto;
    background-color: #eee;
    background-image: url('../img/gallery/SM%20Dance%20Photo.jpg');  
    background-attachment: fixed;
    background-repeat: repeat;  
}
.twitter-bg-overlay{
    background-color: rgba(0,0,0,0.2);
    padding-top: 115px;
    padding-bottom: 80px;
}
    
/***.twitter-icon{
    display: inline-block;
    height: 75px;
    width: 75px;
    /***margin: 0 auto;***/
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    color: #58b325;
    font-size: 36px;  ***/  
}
    
    



/******************Contact****************/

#contact{
    padding-top: 120px;
    padding-bottom: 80px;
}
    
.form-group{
    padding-bottom: 30px;
}

.form-group input,
.form-group textarea{
    padding: 9px;
    border: 1px solid #ddd;
    background-color: transparent;
    border-radius: 2px;
    box-shadow: none;
    font-family: 'Lato',sans-serif;
    font-size: 14px;
    font-style: italic;
}
.form-group input.form-control{
    height: 60px;
}
.form-group textarea.form-control{
    height: 150px;
}

.form-control:focus{
    box-shadow: none;
    border: 1px solid #ddd;  
}



button.contact{
    width: 100%;
    background-color: #58b325;
    font-family: 'Roboto',sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 0;
    box-shadow: none;
    border-radius: 2px;
    margin-bottom: 40px;
}

#contact address{
    color: 5d5d5d;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 700;
}

#contact h3{
    font-family: 'Roboto',sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
}

#contact h3 span{
    color: forestgreen;
}

#contact .contact-number p span,
#contact .contact-email p span,
#contact .contact-mobile p span,
#contact .contact-fax p span{
    font-size: 18px;
    color: #58b325;
    padding-right: 10px    
}

#contact .contact-number p,
#contact .contact-email p,
#contact .contact-mobile p,
#contact .contact-fax p{
    font-size: 22px;
    color: #202830;
    font-weight: 700;
    margin-bottom: 10px;
}

.footer{
    padding-top: 30px;
    padding-bottom: 20px;
    background-color: #202830;
}

.footer p{
    color: #fff;
    text-align: center;
}
