/* 

Additional Styling for Central Texas Caregivers

-------------------------------------
		  Table of Contents
-------------------------------------
	1. JumboTron
	2. Responsive Video
	3. fa-ul (Font Awesome List)

------------------------------------
		/------------------\		
    	+   1. JumboTron   +		
		\------------------/   		
------------------------------------
*/

.jumbotron {
	padding: 30px 15px;
  	margin-bottom: 20px;
  	background: rgba(255,255,255,0);	
}

.jumbotron .container {
	font-size: 24px;
}

/*
-------------------------------------
	   /---------------------\
       + 2. Responsive Video +
	   \---------------------/   
-------------------------------------
*/

.responsive-video {
	position: relative;
	padding-bottom: 55%;
	padding-top: 60px; 
	overflow: hidden;
	margin-bottom: 50px;
}

.responsive-video iframe, .responsive-video object, .responsive-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*
-------------------------------------
		/--------------------\
    	+  3. Font Awesome   +
		\--------------------/   
-------------------------------------
	*Font Awesome Unordered List*
*/

.fa-ul { margin-bottom: 40px; }

.fa-li { color: #4d5918; }

/* Change icon color - Call Us CTA */

.fa-phone:before {
	
	content: "\f095";
	
	color: #4d5918;	
	
	font-weight: bold;	
}

/*
-------------------------------------
		/--------------------\
    	+    4. PhotoBox     +
		\--------------------/   
-------------------------------------
*/

/* photobox 2 */

.photobox2 {

	margin-bottom: 20px;

}

.photobox2 img {
	
	box-shadow: 5px 5px 2px #666;

	margin: auto;

	width: 100%;

	-webkit-transition: all 0.3s ease-in-out;

	-moz-transition: all 0.3s ease-in-out;

	-ms-transition: all 0.3s ease-in-out;

	-o-transition: all 0.3s ease-in-out;

	transition: all 0.3s ease-in-out;

}

.photobox2:hover img { }

.photobox2-content {

	-webkit-transition: all 0.5s ease;

	-moz-transition: all 0.5s ease;

	-ms-transition: all 0.5s ease;

	-o-transition: all 0.5s ease;

	transition: all 0.5s ease;

}

.photobox2:hover .photobox2-content { /*border: 5px solid #528fcc;*/ }

.frame {
	border: 0px;
}

/* photobox_footer */

.photobox_footer {

	margin-bottom: 20px;

}

.photobox_footer img {

	margin: auto;

	width: 100%;
	
	height: auto;

	-webkit-transition: all 0.3s ease-in-out;

	-moz-transition: all 0.3s ease-in-out;

	-ms-transition: all 0.3s ease-in-out;

	-o-transition: all 0.3s ease-in-out;

	transition: all 0.3s ease-in-out;

}

.photobox_footer:hover img { }

.photobox_footer-content {

	-webkit-transition: all 0.5s ease;

	-moz-transition: all 0.5s ease;

	-ms-transition: all 0.5s ease;

	-o-transition: all 0.5s ease;

	transition: all 0.5s ease;

}

.photobox_footer:hover .photobox_footer-content { /*border: 5px solid #528fcc;*/ }

.frame {
	border: 0px;
}

/* photobox_about */

.photobox_about {

	margin-bottom: 20px;

}

.photobox_about img {

	margin: auto;

	width: 100%;
	
	height: auto;

	-webkit-transition: all 0.3s ease-in-out;

	-moz-transition: all 0.3s ease-in-out;

	-ms-transition: all 0.3s ease-in-out;

	-o-transition: all 0.3s ease-in-out;

	transition: all 0.3s ease-in-out;

}

.photobox_about:hover img { }

.photobox_about-content {

	-webkit-transition: all 0.5s ease;

	-moz-transition: all 0.5s ease;

	-ms-transition: all 0.5s ease;

	-o-transition: all 0.5s ease;

	transition: all 0.5s ease;

}

.photobox_about:hover .photobox_about-content { /*border: 5px solid #528fcc;*/ }

.frame {
	border: 0px;
}

/* logo-about-us */

.logo-about-us {
	
	list-style-type: none;
	
	margin: 0;
	
	padding: 0;

}

.logo-about-us li {

	display: inline;
	
	margin-top: 25px;

}
