/*
Template: cesis
Theme Name: cesis child theme
Theme URI: http://cesis.co
Description: <strong>A superflexible and responsive Business Theme by Tranmautritam team</strong> - <br/>Update notifications available on twitter and facebook:<br/> <a href='https://twitter.com/tranmautritam'>Follow me on twitter</a><br/> - <a href='https://www.facebook.com/tranmautritam.designer'>Join the Facebook Group</a> A theme by <a href="http://themeforest.net/user/tranmautritam?ref=tranmautritam">Tranmautritam Team</a>.
Version: 1.0
Author: Tranmautritam Team
Author URI: http://themeforest.net/user/tranmautritam?ref=tranmautritam
License: Themeforest Split Licence
License URI: -
*/


/************************************************************************************

Put your custom CSS below this block :)

*************************************************************************************/

/* [2] Transition property for smooth transformation of images */
.zoom img {
  transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.zoom:hover img {
  transform: scale(1.1);
}


/* [2] Transition property for smooth transformation of images */
.zoomlight img {
  transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.zoomlight:hover img {
  transform: scale(1.05);
}


.survey_answer_image, .survey_answers {
	  transform: scale(1.0);
  transition: transform .5s ease;
}

.survey_answer_image:hover, .survey_answers:hover {
  transform: scale(1.05);
}

.survey_open_answers:hover, .survey_open_answers {
	transform: scale(1.0) !important;
}

.CONFIRMER {
    width: 23px !important;
    margin-top: -5px !important;
	text-align: center !important;
}

.ms-custom-checkbox-field {

    height: 70px;
    text-align: left;
    padding-top: 20px !important;

}

.ms-participant-form a.send-participant-form, .ms-participant-form a.confirm-ms-form {

    padding: 15px 20px !important;
    font-size: 24px !important;
    margin: 5px 0px 0px 0px !important;

}

a.confirm-ms-form:hover {
	background-color: orange;
}

.header_mobile .menu-item span {
	font-size: 20px !important;
	transition: transform .5s ease;
	padding: 25px 15px !important;
	font-weight: 700 !important;
	color: #666666 !important;
	font-family: Lato, Open Sans, Tahoma, Verdana !important;
	 
}

.header_mobile .menu-item span:hover {
	color: #2c8f98 !important;
}

