/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

.tm-features-slideshow .uk-slideshow,
.tm-features-slideshow .uk-slideshow > li { min-height: 400px; }


.linktocontact > a {

	color: #ffffff;
    font-size: 15px;
    /*border: 1px solid white;*/
    line-height: 50px;
    display: block;
    width: 355px;
    text-align: center;
	margin:auto;
		
		}
		
span.linktocontact {

	color: #ffffff;
    font-size: 15px;
    border: 1px solid white;
    line-height: 50px;
    display: block;
    width: 355px;
    text-align: center;
	margin:auto;
		
		}

.linktocontact > a:hover {		
		
		color:#0076A0 !important;
		background-color:#ffffff;
		
		}
		
span.linktocontact:hover {		
		
		color:#0076A0 !important;
		background-color:#ffffff;
		transition:all 0.3s ease-in-out;
		text-decoration:none;
		
		}
		
		
input#payment_id_3 { 

display:inline-block; 

}