:root{
	--navy: #00005cff;
	--halfnavy: #00005c88;
	--slightnavy: #ccccff;
	--halfwhite: #ffffff88;
	--halfblack: #00000088;
}

body,
html {
	font-family: 'Open Sans', helvetica, arial, sans-serif;
	text-rendering: optimizeLegibility!important;
	-webkit-font-smoothing: antialiased!important;
	color: #333
}

body {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	height: 100vh;
	background: var(--navy);
}

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

h1,h2,h3,h4,h5,h6{
	font-family: gabriela, serif;
	color: var(--navy);
}

.about h2{
	margin-top: 40px;
}
p {
	font-family: lato, sans-serif;
	color: #000;
	font-size: 16px
}

p a {
	color: #09442b;
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #FF0000;
}

li {
font-size: 18px;
}

.features p, .features li{
	font-family: gabriela, serif;
}
.features h2{
	font-size: 20px;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}

.clearfix {
	display: inline-block
}

* html .clearfix {
	height: 1%
}

.clearfix {
	display: block
}

ul,
ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
	list-style: none
}

hr {
	height: 2px;
	width: 60px;
	background: #f00;
	position: relative;
	border: 0;
	margin: 30px 0 0 0
}

a.button{
display:inline-block;
padding:0.3em 1.45em;
margin:0.1em;
border:0.15em solid #bbb;
box-sizing: border-box;
text-decoration:none;
font-weight:400;
color:#333;
background: rgb(204,204,204);
background: linear-gradient(0deg, rgba(204,204,204,1) 0%, rgba(238,238,238,1) 100%);
text-align:center;
position:relative;
}
a.button:hover{
border-color:#7a7a7a;
}
a.button:active{
background-color:#999999;
}
@media all and (max-width:30em){
a.button{
display:block;
margin:0.2em auto;
}
}

.disabled {
	pointer-events: none;
	opacity: .5
}

.invite_box{
border: 1px solid navy;
width: 90%;
padding: 0.5em 2em 1em;
text-align: center;
margin: 1em auto;
}
#copyCode{
	border: transparent;
	background: transparent;
	padding: 0;
	text-align: center;
	font-size: 0.95em;
}
#terms-message{
	position: fixed;
	display: none;
	bottom: 0;
	left: 0;
	right: 0;
	background: #403030;
	color: white;
	font-size: 14px;
	text-align: center;
	padding: 16px;
	box-shadow: 2px 2px 3px #555;
	z-index: 101;
}

#accept-terms{
	background-color: rgb(220,0,0);
	padding: 8px 15px;
	margin: 10px;
	color: #FFF;
}

.account_options td {
padding: 5px 5px 0 0;
vertical-align: top;
}
.account_options{
	margin-bottom: 2em;
}
.red{
	color: #FF0000 !important;
}
.round{
	border-radius: 50%;
}
.status{
padding: 0px 6px;
font-size: 0.8em;
text-transform: uppercase;
}
.active_item{
background: green;
color: white;
}
.cancelled_item{
background: grey;
color: white;
}
#menu {
	/* padding: 20px; */
	transition: all .8s
}

#menu.navbar-default {
	background: var(--navy);

}

#menu a.navbar-brand {
	font-size: 18px;
	color: #f00;
	font-weight: 700;
	text-shadow: 0 1px 1px #000;
	padding: 0 !important;
	height: auto;
}

#menu a.navbar-brand i.fa {
	color: #88bb45
}

#menu a.navbar-brand img {
    width: 190px;
    height: auto;
    margin-top: -3px;
    margin-left: -3px;
    transition: all .8s;
}

#menu.navbar-default .navbar-nav>li>a {
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
	text-shadow: 0 3px 3px #000;
	padding: 10px 10px;
	margin: 8px;
	cursor: pointer;
	/* margin: 16px 8px 4px 8px; */
}

#menu.navbar-default .navbar-nav>li>a:hover {
	color: #ffff14
}

.onX {
	/* background-color: #46260aee !important; */
	background: var(--navy) !important;
	border-bottom: px solid var(--halfnavy) !important;
	padding: 0!important
}

.onX a {
	text-shadow: none !important;
	color: #fff !important;
}
.onX img {
    /* width: 180px !important; */
    /* margin-top: 1px !important; */
    /* margin-left: -5px !important; */
}

.open > a{
	background-color: rgba(0, 0, 0, 0.4)!important;
}

.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus{
	background-color: transparent !important;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	/* color: #ffff14!important; */
	font-weight: 600;
	border-bottom: 1px solid #fff;
	background-color: transparent
}

.navbar-toggle {
	border-radius: 0
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #f00;
	border-color: #f00
}

.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF
}
a#dropdown-toggle{
	padding: 0 !important;
	margin: 0 !important;
}

.dropdown-menu{
background-color: white;
min-width: 260px;
/* border: 1px solid #ffffff88; */
}
div.dropdown-menu{
	color: var(--navy);
	font-weight: normal;
}
.dropdown-menu a {
    color: #333;
    padding: 8px 24px;
    display: block;
    clear: both;
    font-size: 1.15em;
}
.dropdown-menu a:hover{
	text-decoration: none;
	background: var(--navy);
	color: white;
}
.menu-login{
padding: 20px;
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 500px !important;
}
.fade-in{
    -webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 3s; /* Firefox < 16 */
        -ms-animation: fadein 3s; /* Internet Explorer */
         -o-animation: fadein 3s; /* Opera < 12.1 */
            animation: fadein 3s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


.icon-blink {
	animation: blinker 2s ease infinite
}

@keyframes blinker {
	50% {
		opacity: 0
	}
}
section{
	border: 1px solid transparent;
}
.section-title {
	padding-bottom: 50px;
	padding-bottom: 0
}

header {
	color: #cfcfcf;
	position: relative;
	height: 100%;
	height: calc(100vh - 60px);
	display: flex;
	align-items: center;
	justify-content: center
}


.splash{
	/* position: relative; */
	padding: 2%;
}

.splash-logo {
    width: 100%;
    max-width: 360px;
    min-width: 300px;
    height: auto;
}
.splash-name {
    font-family: gabriela, serif;
    text-align: center;
    color: #fff;
    text-align: center;
    font-size: 7em;
    margin-top: -0.7em;
    margin-bottom: -.3em;
    text-shadow: 0px 10px 10px var(--navy);
}

.splash-text {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    text-align: center;
    font-size: 2.5em;
    margin-top: -.3em;
    letter-spacing: 3px;
    text-shadow: 0px 10px 10px var(--navy);
}
.cta-buttons{
	margin-top: 3em;
}
.grey-shadow{
	box-shadow: 0 0 28px rgba(0,0,0,0.9)
}

.color {
	color: #f00;
	font-weight: 700
}
.brand{	
	color: var(--navy);
	font-weight: bold;
}
.btn-red {
	font-family: lato, sans-serif;
	transition: all .3s;
	background-color: #f00;
	background: -moz-linear-gradient(top, #ff7f7f 0, #f00 10%, #f00 100%);
	background: -webkit-linear-gradient(top, #ff7f7f 0, #f00 10%, #f00 100%);
	background: linear-gradient(to bottom, #ff7f7f 0, #f00 10%, #f00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7f7f', endColorstr='#ff0000', GradientType=0);
	border: 2px solid #ffffff88;
	color: #FFF !important;
}

.btn-red:hover,
.btn-red:focus,
.btn-red.focus,
.btn-red:active,
.btn-red.active {
	color: #FFF !important;
	background-color: #f00;
	background: -moz-linear-gradient(top, #ff7f7f 0, #f00 50%, #f00 100%);
	background: -webkit-linear-gradient(top, #ff7f7f 0, #f00 50%, #f00 100%);
	background: linear-gradient(to bottom, #ff7f7f 0, #f00 50%, #f00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7f7f', endColorstr='#ff0000', GradientType=0);
	text-decoration: none;
}

.btn-blue {
	color: blue;
	border: 1px solid blue;
	margin-top: 8px;
	transition: all .3s;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue.focus,
.btn-blue:active,
.btn-blue.active {
	background: #66b0cc;
	background: -moz-linear-gradient(top, #66b0cc 0, #0095cc 50%, #0095cc 100%);
	background: -webkit-linear-gradient(top, #66b0cc 0, #0095cc 50%, #0095cc 100%);
	background: linear-gradient(to bottom, #66b0cc 0, #0095cc 50%, #0095cc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66b0cc', endColorstr='#0095cc', GradientType=0);
	border: 1px solid #FFF;
	color: #FFF;
	text-decoration: none;
}

p a.btn-red,
p a.btn-blue {
	margin: 0
}

.btn-red,
.btn-blue {
	font-family: lato, sans-serif;
	font-size: 1.2em;
	margin: 8px 0;
	display: inline-block;
	text-shadow: none !important;
	text-decoration: none;
	padding: 6px 18px;
	cursor: pointer;
	border-radius: 6px;
}

.account_info_table, .profile_table, .stat_table{
	font-size: 1.35em;
	width: 100%;
	max-width: 380px;
	margin: 1em auto;
}
.account_info_table td, .profile_table td, .stat_table td{
    padding: 1px 8px;
    text-align: left;
	vertical-align: top;
}
.account_info_table tr, .profile_table tr, .stat_table tr{
    border-bottom: 1px dashed #ccc;
}
.account_info_table td:nth-child(1), .profile_table td:nth-child(1), .stat_table td:nth-child(1) {
    font-weight: bold;
    padding-left: 0;
    font-size: 0.9em;
    white-space: nowrap;
    color: var(--navy);
}
.account_info_table td:nth-child(2), .stat_table td:nth-child(2), .stat_table td:nth-child(3){
	text-align: right;
}
form.login{
	max-width: 320px;
	margin: 0 auto;
	min-width: 240px;
}
form#send_points, form#request_points, form#send_time, form#request_time {
    background: #ff9c1b;
    padding: 0.5em 1em;
    border: 1px solid transparent;
    border-radius: 1em;
    max-width: 380px;
    margin: 0 auto;
}
form#request_points {
    background: #ffde6a;
}
form#send_time {
    background: #b1d8b7;
}
form#request_time {
    background: #dceed3;
}
input, select, textarea {
    border: 1px solid var(--navy);
    color: var(--navy);
    font-size: 17px;
    width: 100%;
    margin-bottom: .75em;
	display: block;
    clear: both;
    padding: 5px 10px;
	background: #fff;
}
textarea{
	min-height: 4em;
}
input[type='radio'], input[type='checkbox']{
	width: auto;
	display: inline;
}
#pieCharts{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 200px
}
#pieCharts canvas{
	width: 42% !important;
	height: auto !important;
	margin: 4% !important;
}
#keyTable{
	margin: 1rem auto;
}
#keyTable td{
	font-size: 16px;
	padding: 3px;
}
#time_options{
	width: 100%;
	margin: 1em auto;
}
#time_options th, #time_options td{
	width: 50%;
	background: #1a8e7d;
}
form#send_time #send_button,
form#request_time #send_button{
	background: #1a8e7d;
	color: #fff;
}
form#send_points #send_button,
form#request_points #send_button{
	background: #f95300;
	color: #fff;
}
.content {
    margin: 0 auto;
    max-width: 900px;
	padding: 4em 10px;
	padding: 3%;
}
.menu-container {
    margin: 0 auto;
    max-width: 900px;
	padding: 10px;
}
main {
    background-color: #fff;
    padding-top: 66px;
}
.material-symbols-outlined{
	vertical-align: middle;
  font-display: block;
}

h3 {
	font-size: 22px;
	color: #09442b;
	/* font-weight: normal; */
	display: block;
	border-bottom: 1px dashed #09442b;
}

h4 {
	/* border-bottom: 1px solid #b8dea2; */
	/* padding-bottom: 20px; */
	/* display: inline-block; */
	color: #0e0f2c
}

p {
	color: #0e0f2c;
	font-size: 16px
}

table.reminders{
	
}
a {
	color: #f00;
	text-decoration: none;
}

p.navigation {
	clear: both;
	text-align: center;
	color: #000;
	font-size: 16px!important
}

.bigger {
	font-size: 120%
}
.profile-pic{
	width: 100%;
	height: auto;
}
.disabled{
	pointer-events: none;
    opacity: 0.66;
}
.writing{
	font-size: 1.4em;
	line-height: 1.66em;
	font-family: Georgia, times, serif;
	font-style: italic;
}
.right {
	text-align: right!important
}
.big-right{
	float: right;
}
.center {
	text-align: center!important
}
.margin-small{
	margin: 10px !important;
}
.margin-large{
	margin: 25px !important;
}

.section-title.center {
	padding: 30px 0
}
.orange{
	background: orange;
}
.clear{
	clear: both !important;
}
.space {
	margin-top: 40px !important;
}
.bottomSpace{
	margin-bottom: 2em !important;
}
.valign{
	vertical-align: middle;
}
.full-width {
	width: 100%;
	height: auto;
	clear:both;	
}
.shadow{
	box-shadow: 0 8px 8px #666;
}
.hid{
	display: none;
}
.formError{
	display: none;
	margin-top: -0.5em;
	color: red;
}
.blocked_ac {
    display: inline-block;
    background-color: lightgrey;
    padding: 2px 6px;
    margin-right: 6px;
}

#loading{
	position:fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0.5);
	z-index: 100;
	display: none;
}

.spinner {
    height: 100px;
    width: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -45px 0 0 -45px;
    -webkit-animation: rotation 10s infinite linear;
    -moz-animation: rotation 10s infinite linear;
    -o-animation: rotation 10s infinite linear;
    animation: rotation 1s infinite linear;
    border: 12px solid transparent;
    border-radius: 100%;
}

.spinner:before {
    content: "";
    display: block;
    position: absolute;
    /* left: -12px; */
    /* top: -12px; */
    height: 100%;
    width: 100%;
    border-top: 8px solid var(--navy);
    border-left: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid transparent;
    border-radius: 100%;
}

@-webkit-keyframes rotation {
   from {-webkit-transform: rotate(0deg);}
   to {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
   from {-moz-transform: rotate(0deg);}
   to {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
   from {-o-transform: rotate(0deg);}
   to {-o-transform: rotate(359deg);}
}
@keyframes rotation {
   from {transform: rotate(0deg);}
   to {transform: rotate(359deg);}
  }


.smaller {
	font-size: 90%!important
}

.tiny {
	font-size: 75%!important
}

.black {
	color: #000!important
}

.bold {
	font-weight: 700!important
}

.number {
	font-family: 'Courier New', Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace!important;
	letter-spacing: 2px;
}

.big {
	font-size: 32px!important
}
.left {
float: left;
text-align: left;
}
.right {
float: right;
text-align: right;
}

.disabled{
opacity: 50% !important;
-moz-opacity: 0.5 !important;
pointer-events: none !important;
}
.dim{
opacity: 66% !important;
}
.white{
	color: white !important;
}
.private{
	font-style: italic;
	color: lightgrey;
}
.navyBG{
	background: var(--navy);
}
.blueBG{
	background: var(--slightnavy);
}
.transBG{
	background: transparent;
}
#send_search_cont{
	position: relative;
}
#search_icon {
    position: absolute;
    right: 10px;
    top: 6px;
    font-size: 28px;
    color: var(--halfnavy);
}
#send_to{
	cursor: pointer;
}
#send_suggestions {
    position: absolute;
    left: 4px;
    top: 34px;
    background: #fff;
    border: 1px solid grey;
    box-shadow: 0 0 10px #888;
	width: 90%;
    max-width: 320px;
	z-index: 100;
	display: none;
}
#send_suggestions div{
	clear: both;
	padding: 8px 15px;
	border-bottom: 1px dotted grey;
	background: #fff;
	color: var(--navy);
	cursor: pointer;
}

#send_suggestions div:hover{
	background: var(--navy);
	color: #fff;
}
#send_button{
	background: var(--navy);
	color: goldenrod;
	font-weight: bold;
	border-radius: .75em;
}

#advanced_options{
}

#hour_amount, #min_amount{
	width: 40px;
}

.scheduled{
	display: block;
	clear: both;
	border: 1px solid #333;
	background: #fff;
	padding: 10px 20px 0;
	border-radius: 10px;
	margin-bottom: 16px;
}
#register_form{
	margin: 1em auto;
	width: 80%;
	max-width: 800px;
	padding: 1%;
}
.forms{
	margin: 1em auto;
	width: 90%;
	max-width: 400px;
	padding: 2%;
	margin-bottom: 2em;
	background: white;
	border-radius: 10px;
	}

#register_form input, #register_form textarea{
	color: var(--navy);
	width: 100%;
	font-size: 1.2em;
	padding: 0.5em;
	border: 1px solid var(--navy);
	margin-bottom: 1em;
}
#register_form textarea{
	height: 6em;
}
#register_form input[type="checkbox"]{
	width: auto;
	margin: auto;
	transform: scale(1.4);
}

tbody, input[type='search'], select[name='trans_table_length'], select[name='dir_table_length'], .paginate_button{
	 background: white !important;
}

#trans_table{
position: relative;
	width: 90vw !important;
	margin: 0 auto !important;
	left: 50%;
  transform: translateX(-50%);
}
#trans_table th, #trans_table td{
	text-align: left;
}
th{
	background: var(--navy);
	color: white;
	padding: 5px 10px;
}
#preview_table td:nth-child(2), #trans_table td:nth-child(2),
#preview_table td:nth-child(3), #trans_table td:nth-child(3),
#preview_table td:nth-child(4), #trans_table td:nth-child(4),
#trans_table td:nth-child(5),  #trans_table td:nth-child(6),
#dir_table td:nth-child(3)
{
	text-align: right !important;
}
#preview_table td:nth-child(1), #trans_table td:nth-child(1)
{
	text-align: center !important;
}
.nowrap{
	white-space: nowrap;
}

.note_wrap{
	position: relative;
	cursor: pointer;
}
.note_box {
    position: absolute;
    top: 30px;
    right: 12px;
    width: 240px;
	border-radius: 4px;
    z-index: 200;
	padding: 2px;
	background: #eee;
	border: 1px solid #888;
	display: none;
}
.note_box input {
    margin: 0;
    display: inline;
    font-size: 1em;
    border: 1px solid transparent;
    width: 205px;
}
button.note_submit{
	border: none;
    outline: none;
    background: none;
    padding: 0;
}
#dir_table tr{
	cursor: pointer;
}
#dir_table tr:hover{
	background: var(--slightnavy);
}
.thumb{
	width: 50px;
	height: 50px;
}
.award-box{
	/* margin-top:2em; */
	clear: both;
	width: 100%;
	text-align: center;
	background: #333;
}
.award {
    width: 13.5%;
    height: 13.5%;
    margin: 1%;
}

#message_box {
	position: fixed;
	z-index: 2;
	top: 120px;
	left: 0;
	right: 0;
	margin: 0 33%;
	min-width: 300px;
	padding: 1% 2%;
	background-color: #bdf5bd;
	color: #333;
	border: 1px solid green;
	font-size: 18px;
	text-align: left;
	border-radius: 10px;
	box-shadow: 0 4px 6px #666;
	display: none
}

#message_close {
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 22px;
	color: #666;
	cursor: pointer
}

#message_close:hover {
	color: #f00
}
.error, .success, .reminders{
	position: relative;
	padding: 12px;
	width: 100%;
	max-width: 900px;
	margin: 1.6em auto;
}

.success{
background-color:  rgba(0,228,0,0.1);
border: 1px solid rgb(0,228,0);
}

.error{
background-color:  rgba(255,0,0,0.1);
border: 1px solid rgb(255,0,0);
font-weight: 600;
}

.reminders{
background-color:  rgba(255,234,0,0.7);
border: 1px solid rgb(80, 80, 80);
font-weight: 600;
}
#reminder_close{
	font-size: 1.8em;
	position: absolute;
	top: 0px;
	right: 10px;
	cursor: pointer;
}

#contact {
	position: relative;
	padding: 90px 0 60px 0;
	background-color: #FFF;
	min-height: 100%;
	min-height: 100vh
}

#contact form {
	padding: 30px 0
}

.contact-info i.fa {
	color: #f00;
	margin-right: 16px;
	font-size: 20px
}

label {
	/* display: block; */
	/* clear: both; */
	font-size: 1.15em;
	font-weight: 400;
	font-family: lato, sans-serif;
	margin-bottom: 3px;
}
:disabled{
	color: #666;
	border-color: #666;
	background: #eee;
}
.set_options td{
	padding: 6px;
	vertical-align: top;
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #555;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none
}

.btn:active,
.btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: 0;
	outline-offset: none
}

.btn-lg{
font-size: 22px;
padding: 12px 18px;
}
footer {
	background-color: #222;
	color: #777;
}

footer p {
	font-size: 14px;
	margin-top: 10px;
	text-align: center;
	color: #aaa
}

footer a {
	color: #aaa
}

footer a:hover,
footer a:focus {
	text-decoration: none;
	color: #f00
}

@media(max-width:768px) {


}


@media(max-width:603px) {

body {
	background-position: center left;
}

.big-right{
	float: initial;
}

.splash-text {
	font-size: 1.8em;
}
.splash-name {
    font-size: 5.5em;
}
#menu a.navbar-brand img {
    width: 200px;
    margin-top: 0;
    margin-left: 4px;
    margin-top: -6px;
    /* margin-left: -15px; */
}

label {
	float: none!important
}
.hover-bg .hover-text {
	padding: 15% 10%
}

.video-mobile{
	width: 300px !important;
}

.btn-blue{
	font-size: 13px;
}
}
