/**
 * Grid
 */

.vc_row,
.vc_column-inner
{
	background-position: center center;
	background-size: cover;
}

.vc_row--slide
{
	height: 40vh;
	padding: 25px;
}

.vc_row--slide img
{
	transition: transform 0.3s;
}

.vc_row--slide img:hover
{
	transform: scale(1.5, 1.5);
}

/**
 * Pretty Photo
 */

.pp_pic_holder .pp_top,
.pp_pic_holder .pp_bottom,
.pp_pic_holder .pp_expand,
.pp_pic_holder .pp_close
{
	display: none !important;
}

.pp_pic_holder .pp_left,
.pp_pic_holder .pp_right,
.pp_pic_holder .pp_content
{
	background: none !important;
}

/**
 * Google maps
 */

.wpb_gmaps_widget .wpb_wrapper
{
	padding: 0 !important;
}

/**
 * Contactform 7
 */

.wpcf7-form-control-wrap
{
	position: relative;
}

.wpcf7-checkbox .wpcf7-list-item
{
	margin: 0;
	width: 33.33333333%;
	text-transform: uppercase;
}

.wpcf7-select
{
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
	border: 0;
	border-radius: 0;
	padding: 5px 20px;
	width: 100%;
	height: 40px;
	background: #c3c3c3;
	color: white;
	letter-spacing: 3px;
	line-height: 30px;
	outline: 0;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	text-transform: uppercase;
	cursor: pointer;
}

.wpcf7-select-arrow
{
	position: absolute;
	right: 10px;
	padding: 5px;
	color: white;
	line-height: 35px;
	pointer-events: none;
}

/**
 * Responsive
 */

@media (max-width: 1000px)
{
	.vc_row--1-3
	{
		height: 50vh;
	}

	.wpcf7-checkbox .wpcf7-list-item
	{
		width: 50%;
	}
}

@media (max-width: 768px)
{
	.vc_row--1-3
	{
		height: 66vh;
	}

	.vc_row--reverse
	{
		flex-direction: column-reverse;
	}

	.wpcf7-checkbox .wpcf7-list-item
	{
		width: 100%;
	}
}

/**
 * Animate.min.css
 */

@media only screen and (max-width : 768px)
{
	.animated
	{
		/*CSS transitions*/
		-o-transition-property: none !important;
		-moz-transition-property: none !important;
		-ms-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;

		/*CSS transforms*/
		-o-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;

		/*CSS animations*/
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;

		opacity: 1 !important;
		visibility: visible !important;
		filter: none !important;
	}
	
	.wpb_animate_when_almost_visible
	{
		opacity: 1 !important;
	}
}
