/*
Author: Techuso llc
Author URI: http://www.techuso.com
Description: Custom theme for professionals template. 
Version: 1.0
*/

.slide-image > img {
    width: 100% !important;
    height: auto !important;
}

#content h1.sectionHeading {
    margin: 25px 0;
}

#content h1.sectionHeading {
    color: #4d4842;
    font-size: 48px;
    letter-spacing: -1px;
    font-family: georgia;
    margin: 25px 0;
    font-weight: normal;
}

.header-slider{
	margin-bottom: 20px;
}

.header-slider h1.sectionHeading {
    color: #4d4842;
    font-size: 48px;
    letter-spacing: -1px;
    font-family: georgia;
    margin: 25px 0;
    font-weight: normal;
}

.main-content{
	margin: 20px auto;
}

.main-content .left-content{
	width: 73%;
	float: left;
	margin-right: 2%;
}

.left-content h2{
	color: #654b73;
	 font-size: 250%;
	}
	
.left-content p{
	 font-size: 20px;
    line-height: 25px;
}

.left-content a img {
    margin-right: 5px;
    width: 18%;
}

.main-content .right-content{
	width:25%;
	float: left;
}

.right-content li {
	 background-color: #c7c4be;
    border-radius: 0 20px;
    font-weight: bold;
    line-height: 25px;
    list-style: outside none none;
    margin: 0 auto 7px;
    max-width: 220px;
    padding: 10px;
    text-align: left;
     min-height:40px;

	}
	
.right-content li:hover {
    background-color: #c9b8db;
}
	
.right-content li a{
	color: #f4f4f4;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	}

.right-content ul.children{
	display: none;
}

.content-25{
	float: left;
	width: 30%;	
}

.content-50{
	float: left;
	width: 69%;
}

.content-50-divider{
	width: 1%;
	float: left;
}

.content-50.tools img {
    width: 100%;
    margin-right: -40px;
}

.secundary-content.res{
	display: none;
}

.content-50 img {
    height: auto;
    width: 100%;
}

.secundary-content {
    margin: 40px auto;
}

.box-button {
    background-color: #765886;
    border-radius: 20px 0;
    max-width: 273px;
    min-height: 330px;
}

.box-button h3 {
    color: #fff;
    font-family: Georgia;
    font-size: 250%;
    font-weight: 100;
    padding: 15px 19px;
    text-align: left;
    line-height: 50px;
}

.training-dates h3 {
    color: #765886;
    font-family: 'Corbel W01 Regular';
    font-size: 180%;
    font-weight: 100;
    line-height: 48px;
    margin-bottom: 15px; 
}

.training-dates ul {
    margin: 0 0 30px;
}


.training-dates li {
    color: #777;
    font-size: 23px;
    line-height: 30px;
    list-style: none;
}

.training-dates li span {
    color: #c00319;
}
.training-dates p{
	margin-top: 70px;
}

.training-dates a {
    background-color: #538073;
    border-radius: 45px;
    color: #fff;
    font-family: 'Corbel W01 Regular';
    font-size: 150%;
    font-weight: 600;
    padding: 30px 15px;
    text-decoration: none;
}

.training-dates a:hover{
	background-color: #4F7C70;
	color: #f9f9f9;
}

.training-dates{
	float: left;
	width: 30%;
}

.certificate{
	float: left;
	width: 68%;
	margin-left: 2%;
}

.certificate > img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 550px;
    width: 100%;
}

.training-content{
	margin-top: 30px;
}