﻿.tm-footer > .uk-container {padding:0;}

.scrolldown-wrapper { position: absolute; right:0px; bottom:100px;}
a.findoutmore-button:hover {  text-decoration: none;}

p.findoutmore { 

width: 100%;
position: relative;
padding:10px 0 0 0;
line-height:1;
text-align:right;
margin:0;
	color:#fff;
}

p.findoutmore span:nth-child(1) { 
	display:inline;
	font-size:1.8rem;
	font-weight:400;
}

p.findoutmore span:nth-child(2) { 
	display:inline;
	font-size:2rem;
	font-weight:400;
}

p.findoutmore span:nth-child(3) { 
	display:block;
	font-size:1.2rem;
	font-weight:300;
}

section {
  position: relative;
  width: auto;
  width: 100%;
  height: 100%;
  text-align:right;
}


#section07  span {
  position: absolute;
  top: 0;
  left: auto;
  right:auto;
/* left:50%;*/
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 3px solid #f91b24;
  border-bottom: 3px solid #f91b24;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb07 2s infinite;
  animation: sdb07 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
#section07 span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
#section07 span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
#section07 span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* end scroll down button */


/* Ninja forms */

.popmake-overlay .size-medium { max-width:360px; background-color: #fff !important; border-top: 10px solid #f91b24 !important; border-bottom: 10px solid #222 !important; border-left: 10px solid #222 !important; border-right: 10px solid #222 !important;
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2) !important;
}

.nf-form-wrap { margin-top: 30px !important; }
.nf-form-title h3 {border-bottom: 5px solid #f91b24 !important; }
.nf-error-msg {font-size:12px; }
.nf-form-cont {text-align:center;}
.nf-form-cont h3 { font-size:26px; font-weight: 700; margin-bottom:0; text-transform: uppercase; }
.nf-form-fields-required { display: none;}
.nf-error-field-errors { display: none;}
.nf-field-label {margin-bottom:1px !important;}
.nf-field-label label { font-weight: 600 !important; color:#222 !important; font-size: 14px !important; text-transform:uppercase;}
.submit-wrap .nf-field-element .nf-element { 
	color: #fff !important;
	border: 0px solid #179ee6;
	text-align:center;
	text-transform:uppercase;

font-family: 'Roboto';
font-weight: bold;
text-transform: uppercase;

	letter-spacing: 1px;
	background: #f91b24 !important;
	margin-top:30px;
	opacity: 1 !important;
	cursor: pointer;
	border-radius: 500px;
	height: auto !important;

padding: 0 40px;
line-height: 53px;
font-size: 18px;

}


#ninja_forms_required_items, .nf-field-container {
    margin-bottom: 10px !important;
}

.nf-form-content .gonein60minutes { }
.nf-form-content .iagree { font-size:11px; font-style: italic;}

.nf-before-form-content .nf-form-fields-required {font-size:12px; font-style: italic; margin-bottom:10px;}
.popmake.theme-536 > .popmake-close, .popmake.theme-default-theme > .popmake-close {
    color:#222 !important;
    background-color: transparent !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 18px !important;
    padding: 5px 10px !important;
}

.nf-field-element input {
    border: 3px solid #303030;
    box-sizing: border-box;
    font-size: 14px;
    opacity: 0.6;
    outline: 0 none;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    width: 100% !important;
    height: 58px !important;
}

.widget-polylang ul {padding-left: 0px;  list-style:none; margin-bottom:0; }
.widget-polylang ul li {display:inline;}