/*---------------------------
[Template Structure]
Project:	 SlideOut
Version:	 1.0
Primary Use: Site Template 
Layout:      Responsive
Platforms:   Mobile & Tablet
-----------------------------
@charset "UTF-8";
/* 1. General */

/*Backgrounds */
.bg1{
    background-image:url(../images/1.jpg);   
    background-position:center center;
}
.bg2{
    background-image:url(../images/2.jpg);   
    background-position:center center;
}
.bg3{
    background-image:url(../images/3.jpg);   
    background-position:center center;
}
.bg4{
    background-image:url(../images/4.jpg);   
    background-position:center center;
}
/*Center Socials*/
.facebook-color{
    background-color:#3b5998;
    color:#FFFFFF;
}
.twitter-color{
    background-color:#4099ff;
    color:#FFFFFF;
}
.google-color{
    background-color:#d34836;
    color:#FFFFFF;
}
.pinterest-color{
    background-color:#C92228;
    color:#FFFFFF;
}
.sms-color{
    background-color:#27ae60;
    color:#FFFFFF;
}
.mail-color{
    background-color:#3498db;
    color:#FFFFFF;
}
/*//////*/
/*Footer*/
/*//////*/

/*Center Socials*/

/*Content Heading*/

/*Thumbnails Columns*/
.thumb-clear{
	height:40px;
	display:block;
	width:100%;
}
.thumb-left{
	line-height:24px;
	display:block;
	padding-bottom:10px;
}
.thumb-left a{
	display:block;
	text-align:right;
}
.thumb-left img{
	width:100px;
	height:100px;
	border-radius:100px;
	float:left;
	margin-right:20px;
    transition:all 500ms ease;
}
.thumb-left img:hover{
    transform:scale(0.9, 0.9);
    transition:all 500ms ease;
}
.thumb-left strong{
	color:#1a1a1a;
	display:inline-block;
	padding-bottom:5px;
	font-size:13px;
}
.thumb-left em{
	font-style:normal;
}
.thumb-right{
	line-height:24px;
	display:block;
	padding-bottom:10px;
}
.thumb-right img{
	width:100px;
	height:100px;
	border-radius:100px;
	float:right;
	margin-left:20px;
    transition:all 500ms ease;
}
.thumb-right img:hover{
    transform:scale(0.9, 0.9);
    transition:all 500ms ease;
}
.thumb-right strong{
	color:#1a1a1a;
	display:inline-block;
	padding-top:5px;
	padding-bottom:5px;
	font-size:13px;
}
.thumb-right em{
	font-style:normal;
}
@media (min-width:600px){
	.thumb-left img{
		width:140px;
		height:140px;
		border-radius:150px;	
	}
	
	.thumb-left em{
		line-height:28px;	
	}
	
	.thumb-left strong{
		padding-top:10px;	
	}
	
	.thumb-right img{
		width:140px;
		height:140px;
		border-radius:150px;	
	}
	
	.thumb-right em{
		line-height:28px;	
	}
	
	.thumb-right strong{
		padding-top:10px;	
	}	
}
/*////////////////////*/
/*Quote & Staff Slider*/
/*////////////////////*/

/* Quote Slider */
