/* CSS Document */
html {
    margin:0px;
    padding:0px;
	height: 100%;
}
body{
	margin: 0px;
	padding: 0px;
	/*font-family: 'Exo', sans-serif;*/
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	color:#373737;
	-webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
	background-color: rgb(25, 193, 243);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
	background-attachment: fixed;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.clear { 
	clear: both; background: none; float:none;
}
a img{ 
	border:none;
}
img{ 
	border:none;
	padding:0px;
	margin:0px;
	max-width: 100%;
}
iframe.iframe-responsive{
	max-width: 100%;
}
div{
	border:none;
	padding:0px;
	margin:0px;
}
/* FULL SIZE BACKGROUND */
/*.backstretch{
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}*/
/* MAIN LAYOUT */
.site-wrapper{
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
.user-menu-wrapper{
	background-color: rgba(255, 255, 255, 0.9);
}
.header-wrapper{
	/*background-color: #0071bc;
	background-color: rgba(25, 193, 243, 0.9);*/
	background-color: #ffffff;
    background-color: rgba(0,0,0, 0.5);
	-webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
}
.frontpage-carousel-wrapper{

}
.testimonials-carousel-wrapper{

}
.page-wrapper{
	padding-bottom: 15px;
}
.page-heading-wrapper{
	/*border-top: 5px solid #ffffff;
	border-top: 5px solid rgba(255, 255, 255, 0.9);*/
	-webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
	margin-top: 1px;
}
.page-wrapper .content-wrapper{
	padding-top: 15px;
}
.heading-wrapper{
}
.sitemap-wrapper{
}
.footer-wrapper{
}
.box-frame{
	/*width:960px;
	margin-bottom: 15px;*/
}
.group-selection .container{
	
}
.container-full{

}
#wpadminbar{
	display: none !important;
}
html {
	margin-top: 0px !important;
}

/***********************************

		HEADER

***********************************/
/* LOGO */
.navbar{
	margin-bottom: 15px;
}
#header #logo{
	width: 125px;
	height: 60px;
	margin: 0px;
	padding: 0px;
	overflow:hidden;
	position:relative;
	z-index:10;
	margin-top: 15px;
}
#header #logo a{
	width: 125px;
	height: 60px;
	padding: 0;
	margin: 0 auto;
	display: block;
	position: relative;
	background-size: auto 60px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image:url(../images/tennisbydennis.png);
}
#header #logo a:hover{
	text-decoration:none;
}
.no-svg #header #logo a{
	background-image:url(../images/tennisbydennis.png);
}



/*********************************** 

			CONTENT 

***********************************/		


/*********************************** 

			FOOTER 

***********************************/	
#footer a{
	color: #ffffff;
}
	
/***********************************

		MAIN CONBOX

***********************************/
.col-row{
	padding-top: 15px;
	padding-bottom: 0px;
}
.row-block{
	padding-left: 15px;
	padding-right: 15px;
}
.col-block{
	padding-top: 0px;
	padding-bottom: 15px;
}
.box-shadow{
	-webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
}
/* CONTENT BLOCK */
/*.backstretch{
	-webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
}*/

.media-video-box{
	padding-bottom: 15px;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive .embed-responsive-item, 
.embed-responsive embed, 
.embed-responsive iframe, 
.embed-responsive object, 
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/********************************************** 

		RESPONSIVNES

***********************************************/
@media (min-width: 480px) {

    .navbar-toggle {
        top: 15px;
        right: 0;
    }
}
@media (max-width: 767px) {

}
@media (min-width: 768px) {
	/*.container {
		width: 100%;
	}*/
    /* LOGO */
    #header #logo{
        width: 100px;
        height: 70px;
		margin: 0px;
		padding: 0px;
        overflow: hidden;
        position: absolute;
        top: 30px; 
        left: 0px;
        z-index: 10;
    }
    #header #logo a{
        width: 100px;
        height: 70px;
        background-size: auto 70px;
    }
	.container {
	    width: 100%;
	}
}
@media (min-width: 992px) {
	.container {
		width: 970px;
	}
    /* LOGO */
    #header #logo{
        width: 200px;
        height: 140px;
		margin: 0px;
		padding: 0px;
        overflow: hidden;
        position: absolute;
        top: 10px; 
        left: 0px;
        z-index: 10;
    }
    #header #logo a{
        width: 200px;
        height: 140px;
        background-size: auto 140px;
    }
}
@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
    /* LOGO */
    #header #logo{
		width: 240px;
		height: 180px;
		margin: 0px;
		padding: 0px;
        overflow: hidden;
        position: absolute;
        top: 10px; 
        left: 0px;
        z-index: 10;
    }
	#header #logo a {
		width: 240px;
		height: 180px;
		background-size: auto 180px;
	}

}
@media (min-width: 1400px) {

}