body {
	margin: 0px;
	padding: 0px;
	background-color:#f0f0f0;
}
textarea {
	resize: none;
}
img {
	max-width: 100%;
}
a:focus {
	outline: none;
}
a:hover {
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	text-decoration: none;
}

/*Teaching Artists Sec css st*/
.thumBox {
	text-align:center;
	position:relative;
}
.thumBox .main-pic {
	margin-bottom:15px;
	overflow:hidden;
	position:relative;
	margin: 0px;
	background-image:url(../img/thumb-border-img.jpg);
	background-repeat:no-repeat;
	background-size:100% 100%;
	padding:10px;
}
.thumBox .main-pic img{
	max-width: inherit;
	width: 100%;
	min-height:280px;
}

.thumBox h4 {
    color:#000;
    font-size: 22px !important;
    line-height: 26px !important;
    font-weight: 900;
    text-align: left;
}
.teachingArtistsSec .owl-carousel .owl-nav .owl-prev {
    left: -60px;
    top: 45%;
}
.teachingArtistsSec .owl-carousel .owl-nav .owl-next {
    top: 45%;
    right: -60px;
}


/*Teaching Artists Sec css nd*/

.white-post-sec{
	display: flex;
	flex-flow: row wrap;
	margin:0px !important;
	padding-left: 0px !important;
}
.white-post-sec li.white-thumbox{
	float:left;
	width:25%;
	padding:0px 5px;
	box-sizing:border-box;
	list-style-type:none;
	margin-bottom: 10px;
}
.white-thumbox .main-content-box{
	width:100%;
	border:1px solid #d7d7d7;
	transition:0.4s;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
}
.top-box{
	background-color:#fff;
	position:relative;
}
.top-box h4{
	position:absolute;
	top:14px;
	left:20px;
	right: 20px;
	padding:0px;
	margin:0px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	color:#3c3950;
	text-transform: uppercase;
	text-align: left;
	transition:0.4s;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	z-index:9;
}
.grafics-img {
    width: 100%;
    display: block;
}
.text-content{
	padding:17px 20px;
	background-color:#f2f2f2;
	border-top:1px solid #d7d7d7;
}
.text-content p{
	font-size:14px;
	font-weight:300;
	line-height:19px;
	min-height: 115px;
	font-family: 'Lato', sans-serif;
	margin: 0 0 0.5em;
}
.text-content p a{
	color:#e2231a !important;
	text-decoration: none;
}
.white-post-sec li.white-thumbox:hover .top-box h4{
	color:#f49020;
}
.white-post-sec li.white-thumbox:hover .main-content-box{
	box-shadow: 0px 0px 20px #c8c8c8;
}
.white-thumbox .text-content a{
	font-size:16px !important;
	color:#e2231a;
	font-family: 'Lato';
	text-decoration:none;
	font-weight: 500 !important;
}

 @media (max-width: 1200px) {}
 @media (max-width: 992px) {
	.white-post-sec li.white-thumbox {
		width: 50%;
	}
	.text-content p {
		min-height: 100px;
	}
	.vc_section.service-sec {
		padding: 40px 0px !important;
	}
	.big-button .gem-button{
		margin: 0px;
		font-size: 20px;
	}
ul.teachingArtistsSec li.blog-item-list {
    padding: 0px 10px;
}	 
	 
 }
 @media (max-width: 767px) {
.our-blog-sec h2 {
    text-align: center;
}
.text-content p{
	font-size:15px;
	line-height:20px;
	margin: 0 0 0.5em;
}	 
	 	 
}

@media (max-width: 600px) {
	
}

 @media (max-width: 480px) {
	.white-post-sec li.white-thumbox {
		width: 100%;
	}
	.text-content p {
		min-height: inherit;
	}	 
 }