/* section background
/* -------------------------------------------------- */

#subheader{
background:url(/clubic/images/background/bg-subheader.jpg) top left fixed;
background-size:cover;
}

#fun-facts{
background:url(/clubic/images/background/bg-3.jpg) top left fixed;
background-size:cover;
}

#section-contact{ 
background:url(/clubic/images/background/bg-4.jpg) top left fixed;
background-size:cover;
}

#section-skill-bar{ 
background:url(/clubic/images/background/bg-8.jpg) top left fixed;
background-size:cover;
}

#info-address{background:url(/clubic/images/background/bg-3.jpg) top fixed;}
#logo-full{ background:#000; padding:60px 0 60px 0;}
#view-all-projects{background:#F06807; padding:60px 0 60px 0;}
#section-about-us-2{background:#f8f8f8; height:100%;}
#section-about-us-2 .image-container{background: rgba(0, 0, 0, 0) url('/clubic/images/algerie2.svg') no-repeat scroll 50% 50%;}


.dark #section-about-us-2{background:#222; height:100%;}
#section-welcome{background:url(/clubic/images/background/bg-5.jpg);}
#section-welcome-2{background:url(/clubic/images/background/bg-6.jpg);}
#section-welcome-3{background:url(/clubic/images/background/bg-7.jpg) top left;}
.dark #section-portfolio{background:#222;}

#section-testimonial{ background:url(/clubic/images/background/bg-2.jpg) top fixed;}

.border-deco .text-item
{
	background-color: rgba(0,0,0,0.3);
	padding: 0 10px;
}

#mainmenu a
{
	text-decoration: underline;
	color: #222;
	background-color: rgba(255,255,255,0.4);
	font-size: 13px;
}

.text-slider
{
	font-weight: bold;
	font-size: 46px;
	line-height: 56px;
}

.comConnectForm label
{
	color: #222;
	border: 0;
	background-color: transparent;
	margin-top:10px;
	padding-left: 0;
	padding-bottom: 0;
	box-shadow: none;
}

.comConnectForm input, .comConnectForm select, .comConnectForm textarea
{
	color: #222;
	border: 0;
	background-color: rgba(255,255,255,0.3);
	border: 1px solid #222;
}

.comConnectForm select option
{
	background-color: #EEE;
}

.comConnectForm input.btn
{
	background-color: transparent;
	margin-top: 10px;
}

#logobanner
{
	max-width: 500px;
	display: block;
	margin: 20px auto;
	padding: 10px;
	background-color: rgba(0,0,0,0.6);
}

.dark .btn-border, .dark a.btn-border
{
	background: rgba(0,0,0,0.5);
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#section-contact label
{
	display: none;
}

.comConnectForm label
{
	margin: 0;
	height: auto;
}

.comConnectForm .col-md-6, .comConnectForm .col-md-3, .comConnectForm .col-md-4
{
	margin-bottom: 15px;
}

@media only screen and (max-width: 480px){
	#logo .logo-1 {
		width: 200px;
	}
	
}