/* CSS Document */

.ventures{ background: #fff; }

.page-ventures section#themo_page_header_1{
	background-size: cover;
}

.ventures .circle-lrg-icon i{
	padding: 40px;
    width: 92%;    
    max-width: 156px;
    max-height: 156px;
    margin: auto;
}

.apply-now-btn { display: none; }

#themo_html_2 .apply-now-btn{
	padding: 20px;
	display: block;
	max-width: 550px;
	width: 100%;
	margin: 40px auto 15px auto;
	border: 2px solid #fff;
	cursor: pointer;
}

#application_form .modal-body{ padding: 20px !important; }

.circle-lrg-icon .hovered{ background: #fff; }
.circle-lrg-icon:hover .unhovered { display: none !important; }
.circle-lrg-icon:hover .hovered { display: block !important; }

#application_form .modal-content{
	background: #f3f3f3;	
    border-radius: 0;
    padding: 20px;
}
#application_form .frm_button_submit{
	width: 100%;
    border-radius: 0;
    padding: 20px;
    background: #f01e67;
    color: #fff;
}
#application_form input, #application_form textarea{
	border-radius: 0
}
.modal-header{
	border-bottom: 0;
	padding-bottom: 0;
}
#application_form label{
	font-size: 12px;
    font-weight: bold;
}
#application_form label:first-child{
	margin-top: 0;
}
#application_form .close{
	background: #f01e67;
    padding: 4px 9px 7px 9px;
    opacity: 1;
    color: #fff;
    border: 1px solid #d6799f;
    border-radius: 25px;
    right: -14px;
    top: -10px;
    font-size: 18px !important;
}
#application_form .modal-dialog{
	padding: 20px;
}
.my-projects-cont {
    height: 150px;
    line-height: 150px;
    width: 100%;
    text-align: center;
    background: #fff;
    border-radius: 2px;
	-webkit-box-shadow: 5px 5px 5px -3px rgba(0,0,0,0.57);
	-moz-box-shadow: 5px 5px 5px -3px rgba(0,0,0,0.57);
	box-shadow: 5px 5px 5px -3px rgba(0,0,0,0.57);
	margin-bottom: 15px;
}
.my-projects-cont img{
	max-height: 100%;
}
.projects-cont {
	padding-top: 0;
}
.projects-cont h2{
	margin: 30px 0;
}