/*
Theme Name: PRO_BS_006_M
Theme URI: http://isky.hk
Author: ISKYHK
Author URI: http://isky.hk/
Description: Transport, a customized and responsive WordPress Theme for Architects, Engineers and various Builders to design Transport websites
Version: 1.3.5
License:
License URI:
Text Domain: transport
Tags: custom-colors,custom-header,full-width-template,post-formats,sticky-post,theme-options
*/ 

@media only screen and (max-width: 1199px) {
  .empty_space1199 {
    display: none;
  }
}	


@media only screen and (max-width: 991px) {
    .break991 {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .break992 {
        display: none;
    }
}

.vc_tta-title-text{
	color: #993300;
	font-size: 20px;
	font-weight: bold;
}

.button2 {
	background-color: #800000;
	color: #fff;
	border: none;
	padding: 10px 40px; 
	transition-duration: 0.4s;
	border-radius: 4px;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	font-family: 'Karla', 'sans-serif';
}

.button2:hover{
	background-color: #d54700;
	color: white;
}

.button_ma {
	background-color: #800080;
	color: #fff;
	border: none;
	padding: 10px 40px; 
	transition-duration: 0.4s;
	border-radius: 4px;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	font-family: 'Karla', 'sans-serif';
}

.button_ma:hover{
	background-color: #b300b3;
	color: white;
}

.button_xmas {
	background-color: #006b08;
	color: #fff;
	border: none;
	padding: 10px 40px; 
	transition-duration: 0.4s;
	border-radius: 4px;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	font-family: 'Karla', 'sans-serif';
}

.button_xmas:hover{
	background-color: #00b90e;
	color: white;
}