/*
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 :)

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

.wpb_text_column  a{
	font-weight:bold;
	text-decoration:underline;
}

@media only screen and (max-width: 978px) {
  /* For mobile phones: */
  .custom_title{
		text-align: center !important;	
	  	max-width:30% !important;
	  margin:15px !important;
	}
	
	.wpb_gallery wpb_content_element{
		margin-bottom:0px !important;
	}
	.flexslider{
		margin: 0px !important;
	}
	vc_section{
		padding:15px !important;
	}
}

.flex-control-nav.flex-control-paging{
	display:none !important;
}

.custom_title{		
	  margin:15px;
	}


.maxWidth1200center{
	max-width:1200px !important;
	margin:auto !important;
}
.pricelist_img {
	
}
.pricelist_img:hover{
	opacity:0.8;
	-webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
	animation: wiggle 2s infinite;
}
@keyframes wiggle {
    0% { transform: rotate(0deg); }   
   5% { transform: rotate(2deg); }
   10% { transform: rotate(-2deg); }
  20% { transform: rotate(0deg); }
}

.pricelist-older{
	text-align: center;
}
.pricelist-older ul {
    list-style: none;
    margin: 0;
}
.pricelist-older li {
    padding: 5px !important;
    margin: 0px !important;
}
.pricelist-older h2.widgettitle{
	color:#fff;
}
.pricelist-older ul li a{
	color:#eee;
	font-size: 18px;
	padding: 5px !important;
}
.pricelist-older ul li a:hover{
	color: yellow;
}