/* Styles form page blocks */

.pad30	{
		padding:30px;
		}

.r5	{
		border-radius:5px;
		}

.cookiecolor	{
		color:White !important;
		}

.cookiebg	{
		background-color: rgba(255, 102, 0,.6);
		}

.cookiemsg	{
		overflow: hidden;
		                 z-index:10000;
		                right:0;
		                position:fixed;
		}

.goTop	{
		position:fixed;
		            z-index: 9999;
		            right: 50px;
		            bottom:5px;
		            width: 50px;
		            height: 50px;
		            border-radius: 500px;
		            border-style: 1px solid grey;
		            background-color:#1E90FF;
		            border-color: grey;
		            background-color: rgba(0,0,0,0.4);
		            border-width: 1px 1px 1px 1px;
		            padding:15px;
		            cursor:pointer;
		}

.noselect	{
		-webkit-touch-callout: none;
		                 -webkit-user-select: none;
		                  -khtml-user-select: none;
		                    -moz-user-select: none;
		                     -ms-user-select: none;
		                         user-select: none;
		}

/* END Styles form page blocks */

    @media(min-width:992px){
        .top_bg_real {
            padding-top:200px;
            padding-left:20%;
            position:relative;
            width: 100%;
            height: 650px;
            background-position: center top;
            background-repeat: no-repeat;
            background-size: auto 100%;
            background-color:rgba(0,0,0,.05);
        }
    }
    @media(max-width:991px){
        .top_bg_real {
            padding-top:300px;
            position: relative;
            width: 100%;
            display: inline-flex;
            left: inherit;
            top: -16px;
            background-position: 80% top;
            background-color:rgba(0,0,0,.05);
            background-repeat: no-repeat;
            background-size: auto 50%;
        }
        .top_textbox {
            padding-top:20px;
            background-color:white;
            padding-right:15;
            padding-left:15;
            margin-left:0;
            margin-right:0;
        }
    }