.form-control
{
	width: 100%;
	height: 40px; 
	
}

.header-right {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 5px; 
    padding: 40px;
}

 
.small
{
	font-size: 12px;
	line-height: 15px;
}

.white
{
	color: white; 
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

.start-screen__slider-nav
{
	display: none; 
}

.hidden
{
	display: none; 
}

button, input, optgroup, select, textarea {
    padding: 0px 10px;
}

@media screen and (max-width: 991px) {
	.hide-mobile
	{
		display: none; 
	}	
	
	.start-screen--style-1 .start-screen__slide--1 .__title {
    line-height: .9 !important;
    font-size: 8rem !important;
    font-weight: 700 !important;
	    /* letter-spacing: -.05em; */
	}
}

@media screen and (min-width: 991px) {
	.hide-desktop
	{
		display: none; 
	}	
  
}

