/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */




/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */
  #layer_slider_1 a.tp-button.green.revicon-right-open-outline {
    letter-spacing: 1px !important;
    padding: 12px 14px 12px 12px !important;
    font-size: 16px !important;
    border-width: 0 !important;
    margin: 0 !important;
  }
}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */
	div#layer_slider_1 a.tp-button.green.revicon-right-open-outline {
		letter-spacing: 1px !important;
		padding: 10px 12px !important;
		font-size: 14px !important;
		border-width: 0 !important;
		margin: 0 !important;
	}
	div.tp-caption.button2, .button2 {
	margin: 70px 0 0 !important;
   }
	
	div.tp-caption.aboxedmediumlight, .aboxedmediumlight {
	font-size: 17px !important;
	line-height: 1.10111em !important;
	font-weight: 600;
	font-family: Raleway,sans-serif;
	color: #fff;
	padding: 8px 12px 12px 12px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	background-color: transparent;
	text-decoration: none;
	text-align: center;
	border-width: 0px;
	border-color: rgb(255,255,255);
	border-style: none;
	top: 106px !important;
}
	
	div.tp-caption.aboxedlargelight, .aboxedlargelight {
	font-size: 21px !important;
	line-height: 1.07147em !important;
	font-weight: 600;
	font-family: Raleway,sans-serif;
	color: #fff;
	padding: 8px 12px 12px 12px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	background-color: transparent;
	text-decoration: none;
	text-align: center;
	border-width: 0px;
	border-color: rgb(255,255,255);
	border-style: none;
	top: 48px !important;
	max-width: 207px !important;	
}
	
	
	div.tp-caption.ablack, .ablack {
	margin: 59px 0 0 !important;
}
	div.tp-caption.button1, .button1 {
	margin: 78px 0 0 0 !important;
}
	
}

