html, body {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding: 0;
    background-color: white;     
    margin: 0;
    color: #55585e;
}   
body { 
    position: relative;
}   

mark {
    background-color: transparent;
    color: inherit;
    text-decoration: inherit;
}

a:link {
	text-decoration: none;
	color: #e21a36;
	transition: 300ms;
}
a:hover {
	text-decoration: none;
	color: #000;
	transition: 300ms;
}

img, fieldset, button {
    border: 0;    
    outline: 0;
}
iframe { 
    border: 0px solid silver;
    box-sizing: border-box;
}
h2 {
	font-size: 40px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
	color: black;
	margin: 0;
}
h3 {
	font-size: 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
	color: black;
	margin: 0;
}
h4 {
	font-size: 25px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
	color: black;
	margin: 0;
}
h5 {
	font-size: 23px;
    font-family: 'Open Sans', sans-serif;
	color: #55585e;
	font-weight: 500;
	margin: 0;
}
.slide_content img {
    margin-top: 21px;
    margin-left: 27px;
    position: absolute;
    max-width: 40px;
}

.mail {
    font-size: 20px;
    margin-top: 28px;
    margin-left: 80px;
    position: absolute;
}
.phone {
    font-size: 20px;
    margin-top: 28px;
    margin-left: 284px;
    position: absolute;
}
.phone2 {
    font-size: 20px;
    margin-top: 28px;
    margin-left: 408px;
    position: absolute;
}
.phone3 {
    font-size: 20px;
    margin-top: 28px;
    margin-left: 534px;
    position: absolute;
	display: none;
}
/*
.rl_template h2 {
    font-weight: 500;    
    margin-top: 0;
}
.rl_template h3 { 
    font-weight: 500;    
    margin-top: 0;
}
.rl_template h4 { 
    font-weight: 500;    
    margin-top: 0;
} */
div.orbittour-container {
    margin-bottom: 50px;
}
.clear {clear:both}
.adaptive_image.loading {
    background-color: #EEEEEE;    
}

.rl_class_margin_auto {
	margin: 0 auto;
}

.rl_template_span { 
    max-width: 1600px;
    margin: auto;    
}

.acontrol {
    height: 30px;    
}
.ac_border {
    background-color: white;    
}
.max_width {max-width:1600px; margin: 0 auto}
.button, .overlay_button, .cart_button {
    -webkit-appearance: none;
    font: inherit;
    font-size: inherit;
    background-color: white;
    border: 0;
    color: white;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    text-align: center;
    text-decoration: none !important;
    outine: 0;
    color: white;
    font-weight: 700;
    padding: 0 100px;
    font-size: 18px;
    position: relative;
    overflow: hidden;
    background-color: #e21a36;
    transition: 400ms;
}
.button:hover {       
    color: white;
    background-color: #000;
	transition: 400ms;
}
.button2 {
	text-transform: uppercase;
    -webkit-appearance: none;
    font: inherit;
    font-size: inherit;
    background-color: white;
    border: 0;
    color: white;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    text-decoration: none !important;
    outine: 0;
    color: white;
    font-weight: 700;
    padding: 20px 40px;
    font-size: 18px;
    position: relative;
    overflow: hidden;
    background-color: #e21a36;
    transition: 400ms;
}
.button2:hover {       
    color: white;
    background-color: #000;
	transition: 400ms;
}
#home {
    margin:0 auto;  
    box-sizing:border-box; 
}
#home_slideshow {
    background-image: url(../img/slider-bgr.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    border-bottom:7px solid #e21a36;
}
.slide_content h2 {
    font-size:58px;
    font-weight:700;
    color:#1b1a1a;
    text-transform:uppercase;
}
.slideshow > li.back {display:none!important}
#home_tags {
    padding: 80px 0;    
}
#home_tags table {
    max-width: 1600px;
    margin: auto;
    border-spacing: 0;
}
#home_tags .home_tag_icon {
    vertical-align: middle;
    width: 150px;
    text-align: center;
    height: 110px;
}
#home_tags .home_tag_icon img {
    max-width:50%;
}
#home_tags .home_tag_sep {
    width: 40px;    
}
#home_tags .home_tag_content {
    vertical-align: middle;
    border-left:2px solid #f4f4f4; 
    padding: 20px;
    color:#959595;
    
}
#home_tags .home_tag_icon2 {
    display: none;    
}
#home_tags h3 {
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;   
    color:#006633;
    font-size:24px; 
}
#home_tags strong {
    color: #006633; 
}

#home_tabs {
    margin-top: 80px;
    margin-bottom: 40px;
    width: 100%;
    overflow:hidden;
}
#home_tabs td {
    padding: 10px;
    vertical-align: middle;
}
#home_tabs .home_tabs_title {
    color: #878a91;
    font-size: 25px;
    float: left;
    background: white;
    text-transform: uppercase;
    white-space: nowrap;
    padding-left: 0;
}
#home_tabs .home_tabs_sep {
    background-image: url(../img/pattern.png);
    background-repeat: repeat-x;
    background-position: center;
    width: 100%;    
}
#home_tabs .home_tabs_tab {
    cursor: pointer;
    white-space: nowrap;   
    color: #94979f;
    font-size: 13px;
    text-transform: uppercase;
}
#home_tabs .home_tabs_tab.active {
    color: #006633;
}

#home_tabs a {
    color: black;
    font-size: 20px;
    font-weight: 300;
    padding: 0px 45px;
    padding-bottom:15px;
	transition: 300ms;
}
#home_tabs a:hover {
    color:#d25600;
    border-bottom:2px solid #f47721; 
    padding-bottom:15px;
    padding-top: 15px;
    transition: 300ms;
    background-color: #f4772124; 
}
#home_tabs a.active {
    color:#d25600;
    border-bottom:2px solid #d25600; 
    padding-bottom:15px;
}

#home_content_right {
     width:80%; 
     float:left;   
}
.slide_content {
    width:40%;
    font-size:20px;
	color: #fff;
}
.slide_content h3 {
    font-size:46px;
    color:#919297;
    margin-bottom:40px;
    margin-top:0;
    margin-left:40px;
	border-bottom: #8080804a solid 1px;
	
}
.slide_content h2 {
    margin-bottom:0;
    margin-left:40px;
	margin-top:30px;
}
.slide_content .red_bgr {
    background:#e21a36;
    padding:30px;
    box-sizing:border-box;
    min-height:30%;
    font-weight:700;
}
.slide_content .red_bgr ul {list-style-type:none}
.slide_content .red_bgr ul li {
    font-size:24px;
    margin-bottom:10px;
}
.slide_content .red_bgr ul li span{
    font-size:18px;
}
.cta {
    color:white;
    background:#006633;
    border-radius:45px;
    border:5px solid #009933;
    padding:10px 65px;
    text-decoration:none;
}
*:focus {
    outline: none;
}
#contact_form {width:80%; margin:0 auto;}
#inquiry_form h3 {font-size:30px; text-transform:uppercase; text-align:center; color:#353535; font-weight:700; margin-bottom:80px; position:relative}
#inquiry_form {margin-top:100px;}
#inquiry_form h3:after {
    content:"";
    position:absolute;
    bottom:-20px;
    left:50%;
    transform:translateX(-50%);
    width: 90px;
    height:3px;
    background:#e21a36;
}
#contact_form .form_half {width:47%; float:left;}
#contact_form .form_half:nth-of-type(2n+1){margin-right:2.5%;}
#contact_form .form_half:nth-of-type(2n){margin-left:2.5%;}
#contact_form .input_label {font-size:18px; color:#353535; padding-left:20px; font-weight:400; margin-bottom:5px}
#contact_form input {background:#ececec; font-family: 'Open Sans', sans-serif; color:black; margin-bottom:20px; border:0; padding:20px; box-sizing:border-box; width:100%}
#contact_form textarea {background:#ececec; font-family: 'Open Sans', sans-serif; color:black; border:0; padding:20px; box-sizing:border-box; width:100%; min-height:150px;}
#contact_form .ac_bullet {
    width: 15px;
    height: 15px;
    top: 18px;
    left: 10px;
}
#contact_form_message {margin-top:20px; text-align:center}
#contact_form_submit {margin-top:40px;}
.regul_text {font-size:14px; color:#353535;}

#mailing_box  {
    border-top: 1px solid #d9d9d9;
    background-image: url(../img/newsletter-bgr.jpg);
    background-position: 30% 0%;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top:20px;
    padding-bottom:20px;
}
.mailing_box_column{
    float:left;
}
.mailing_box_column:nth-of-type(1){
    width:45%;
}
.mailing_box_column:nth-of-type(2){
    width:40%;
    margin-right:5%;
}
.mailing_box_column:nth-of-type(3){
    width:10%;
    position:relative;
}
#mailing_box input {position:relative; top:30px}
#mailing_box input[type=text] {
    border-radius:45px;
    border:1px solid;
    padding:10px 35px;
    box-sizing:border-box;
    width:100%;
}
#mailing_box h4 {
    font-size:40px;
    text-transform:uppercase;
    color:#006633;
    display:inline-block;
    margin-top:20px;
    margin-bottom:10px;
}
#subscribe_form {
    width:60%;
    margin:0 auto;
}
.layout_banner {
    height:350px;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}
.single_news {
    width:30%;
    margin:1.5%;
    float:left;
    border-bottom:2px solid #dcdcdc;
    position:relative;
    padding-bottom:30px;
    height:380px;
    cursor:pointer;
	margin-top: 100px;
    margin-bottom: 100px;
}
.single_news h3 {
    font-size:25px;
    color:white;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:80%;
    margin:0 auto;
    text-align: center;
    text-transform:uppercase;
}
.single_news_cover {
    background-size:cover;
    height:220px;
    position:relative;
    border-radius:25px;
    margin-bottom:20px;
    background-position:center;
}
.single_news_overlay {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.22);
    border-radius:25px;
}
.exposed_home {
    background-color:#f3f4f9;
    padding-top:40px;
    padding-bottom:40px;
}
#home_slideshow {position:relative;}
.slideshow_bullets {
    position: absolute;
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
    z-index:999;
}
.slideshow_bullets a {
    border: 3px solid #e21a36;
    border-radius: 50%;
    background: transparent;
    width: 15px;
    height: 15px;
    position: relative;
    display: inline-block;
    margin-right: 15px;
    cursor: pointer;
}
.slideshow_bullets > a.active {
    background-color: #e21a36;
} 
.slideshow_bullets > a.active:after {
    display:none
}
#footer {
    color: black;    
    background:white;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.09);
	background-size: contain;
    max-width:1500px;
    margin:0 auto;
    position:relative;
    margin-top:150px;
    z-index:0;
}
.footer_heart {
background-image: url(../img/icon-heart-footer.png);
    position: absolute;
    top: -38%;
    left: 50%;
    transform: translateX(-50%);
    background-size: contain;
    width: 100%;
    background-position: center;
    height: 200%;
    background-repeat: no-repeat;
    z-index:-1;
}

#bottom_cont {max-width:1500px; margin:0 auto;}
#footer ul {list-style-type:none; margin-left:0; padding-left:0;}
#footer li {margin-bottom:10px;}
#footer > table {
    max-width: 1600px;
    margin: auto;
    width: 100%;  
    border-spacing: 0; 
    padding: 35px 30px;  
    background-color:white; 
    min-height:300px;  
}
#footer_menu ul {list-style-type:none}
#footer_menu li {display:inline-block!important; position:relative; margin-right:20px; text-transform:uppercase; font-size:16px; color:black; text-decoration:none; padding-bottom:5px; width: 236px;}
#footer_menu li a { text-transform:uppercase; font-weight:700; font-size:16px; color:black; text-decoration:none}
#footer_menu li:hover {border-bottom:2px solid #dd1d37}

#footer_menu .footer_second_level {position:absolute; margin-top:20px; list-style-type: circle!important;}
#footer_menu .footer_second_level li {display:block;}
#footer_menu .footer_second_level li:hover {border-bottom:none}
#footer_menu .footer_second_level li a {text-transform:none!important;font-size: 14px;font-weight: 600; transition: 400ms}
#footer_menu .footer_second_level li a:hover {text-transform:none!important;font-size: 14px;font-weight: 600;  transition: 200ms; color: #dd1d37}
#footer td:nth-of-type(1) { 
    width: 25%;
    vertical-align: top;    
}
#footer td:nth-of-type(2) { 
    width: 75%;
    vertical-align: top;    
}
#footer a {
    color: black;
    text-decoration: none;    
}
#footer li {display:inline;}
#footer h3 {
    margin-top: 0;
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
    text-transform:uppercase;
}
#footer_social * {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}
#footer_social img {
    max-height: 20px;    
}     
#footer .icon {
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}   

#bottom_cont {
    height:70px;
    color:black;
    position:relative;
}
#bottom_left {
    line-height:70px;
    float:left;
    margin-left:50px;
	font-size: 16px;
}
#bottom a { color: black }

#bottom_right {
    line-height:70px;
    float:right;
    margin-right:50px;
	font-size: 16px;
}
#bottom_right ul {list-style-type:none; display:inline}
#bottom_right li {display:inline}
#bottom_right li a {color: white; text-decoration:none; }
#bottom_right li {
    border-right: 1px solid black;
    padding-right: 15px;
    padding-left: 15px;
}
#bottom_right img {
    vertical-align:middle;
}
#bottom_right li:last-child {border-right:0}


#search_form {
    position: relative;
    height: 32px;    
    margin-bottom: 20px;
}
#search_form > .acontrol {
    height: 30px;
    line-height: 30px;
    margin-right: 34px;
}
#search_form > button {
    top: 0;
    right: 0;
    display: block;
    border: 0;
    outline: 0;
    background-color: #006633;
    position: absolute;   
    width: 32px;
    height: 32px; 
    border-radius: 3px;
}
#search_form > button > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.5);
}
#search_menu .layout_menu > ul > li > a {
    display: none;    
}
#search_menu .layout_menu > ul > li > ul {
    padding: 0;    
}
.single_gallery {
    width:22%;
    height:250px;
    background-size:cover;
    background-repeat:no-repeat;
    margin:1.5%;
    float:left;
    position:relative;
}   
.single_gallery a {position:absolute; top:0; left:0; width:100%; height:100%;}  
@media(max-width: 1600px) {  
    .exposed_home {
        padding-left: 10%;
        padding-right: 10%;
        box-sizing: border-box;
    }
    #mailing_box h4 {font-size:35px;}
    .max_width {max-width:80%;}
}

@media(max-width: 1450px) {  
    .single_news {height:380px}
}
@media(max-width: 1366px) {  
    #home_tags {width:90%; margin:0 auto;}
    #subscribe_form {width:80%}
    #footer_menu li {width:180px}
}

@media(max-width: 1024px) {  
    .slideshow > li {background-position:center}
    .single_news {height:445px}
    #home_tags .home_tag_icon {width:50px}
    .slide_content {width:60%}
    .footer_second_level {display:none}
}

@media(max-width: 1000px) {
    #usp td {
        text-align: center;
        vertical-align: top;    
    }
    #usp td img {
        position: static;
        transform: none;
    }
    #usp td div {
        margin-left: 0;
    }    
}

@media(max-width: 900px) {
    .mailing_box_column:nth-of-type(1){
        width: 40%;
    }
    .mailing_box_column:nth-of-type(2){
        width: 36%;
        margin-right:5%;
    }
    .mailing_box_column:nth-of-type(3){
        width: 4%;
        position:relative;
    }
}
@media (max-width: 800px) and (orientation:landscape){
    .slide_content {
        width: 70%!important;
    }
}
@media(max-width: 800px) {
    #home_tabs td {word-wrap: break-word; white-space: normal!important;}
    #home_tags table, 
    #home_tags tr, 
    #home_tags tbody {
        display: block;
    }
    #home_tags td { display: none }
    #home_tags td.home_tag_content {
        display: block;
        padding-left: 120px;    
        position: relative;
        margin-bottom: 20px;
    }
    #home_tags .home_tag_content {border-left:0}
    #home_tags .home_tag_icon2 {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100px;
        display: block;
    }
    #home_tags .home_tag_icon2 > img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); 
        max-width:85px   
    }
    #footer {background-image:unset}
    #footer table {
        margin: auto;    
    }
    #footer tr {
        display: block;    
    }
    #footer td:first-of-type {
        display: block;
        width: auto;
        padding: 10px;
        text-align: left;
        border: 0 !important;
    }
     #footer td:nth-of-type(2) {
        display: inline-block;
        width: auto;
        padding: 10px;
        text-align: left;
        border: 0 !important;
    }
    #footer td:nth-of-type(3) {
        display: inline-block;
        width: auto;
        padding: 10px;
        text-align: left;
        border: 0 !important;
    }
    #footer td > div { 
        margin-left: 70px;
    }    
    .single_news {height:380px; width:100%;}
    .slide_content {
        top: -29px;
        position: relative;
    }
    .slide_content {width:60%}
    #footer_menu .footer_second_level { display:none}
    .single_gallery {width:47%}
}

@media(max-width: 700px) {
    #footer_info, #footer_map {
        width: auto;
        float: none;
    }  
    #bottom_left, #bottom_right {
        margin: 0;
        float: none;   
        line-height: 20px; 
    }
    #bottom_cont { 
        height: auto;    
        padding: 20px;
    }
    .footer_heart {height:100%; margin-top: 300px;}
    #footer_menu .footer_second_level {display:block; position:relative}
}

@media(max-width: 500px) {
    .mailing_box_column {width:100%!important}
    #footer {
    background-image: url(../img/bgr-footer-mobile2.png);
    background-position: bottom center;
    background-size: 100%;
    }
    .single_gallery {width:97%}
    .slide_content {top:0; font-size:14px; width:100%}
    .slide_content h2 {font-size:36px;}
    .slide_content h3 {font-size:24px;}
    .slide_content .red_bgr {padding:15px;}
    #mailing_box {padding-bottom:75px}
    .slide_content .red_bgr ul li span {font-size:13px}
    .slide_content .red_bgr ul li {font-size:16px}
    .slide_content {position:relative; height:95%}
    .slideshow_bullets  {left:unset; right:0; bottom:50%; transform:unset}
    .slideshow_bullets a {display:block; margin-bottom:10px}
    .red_bgr {position:absolute; bottom:0;}
    #home {width:100%}
    .layout .layout_content {padding-top:0!Important}
    #home_tabs .home_tabs_tab {white-space:normal}
	.slide_content .red_bgr {width: 100%}
	.mail {font-size: 15px; margin-top: 126px; margin-left: -40px; position: absolute;}
	.slide_content img {margin-top: 121px;margin-left: -77px; position: absolute; max-width: 30px;}
	.phone {font-size: 15px; margin-top: 158px; margin-left: -41px; position: absolute;}
	.phone2 {font-size: 15px; margin-top: 188px; margin-left: -41px; position: absolute;}
    .phone3 {
        font-size: 15px;
        margin-top: 220px;
        margin-left: -41px;
        position: absolute;
    }
	
    
}
@media(max-width: 370px) {
    #footer img {max-width:100%; height:auto!important}
    #footer td > div {margin-left:0}
 
}





.buttons {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}
.btn {
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 45px;
  margin: 0 0 2em;
  max-width: 160px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  padding: 15px 50px 15px 50px;
}

.btn:hover {
  text-decoration: none;
}

.btn-1 {
  background: #e02c26;
  font-weight: 100;
  text-align: center;
  color: white!important;
}
.btn-1 svg {
  height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.btn-1 rect {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-dasharray: 422, 0;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

.btn-1:hover {
  background: rgba(225, 51, 45, 0);
  font-weight: 700;
  letter-spacing: 1px;
  color: black!important;
}
.btn-1:hover rect {
  stroke-width: 5;
  stroke-dasharray: 15, 310;
  stroke-dashoffset: 48;
  -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}



.btn-2 {
  letter-spacing: 0;
      -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 1em;
    text-align: center;
}

.btn-2:hover,
.btn-2:active {
  letter-spacing: 5px;
}

.btn-2:after,
.btn-2:before {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border: 1px solid rgba(255, 255, 255, 0);
  bottom: 0px;
  content: " ";
  display: block;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 280ms ease-in-out;
  transition: all 280ms ease-in-out;
  width: 0;
}

.btn-2:hover:after,
.btn-2:hover:before {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-color: #e21a36;
  -webkit-transition: width 350ms ease-in-out;
  transition: width 350ms ease-in-out;
  width: 70%;
}

.btn-2:hover:before {
  bottom: auto;
  top: 0;
  width: 70%;
}
.btn-3 {
  background: #e3403a;
  border: 1px solid #da251f;
  box-shadow: 0px 2px 0 #d6251f, 2px 4px 6px #bababa;
  font-weight: 900;
  letter-spacing: 1px;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
    color: white !important;
}

.btn-3:hover {
  background: #000;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 6px 10px 10px #bababa;
  color: #ec817d;
  text-decoration: none;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}

.btn-4 {
  border: 1px solid;
  overflow: hidden;
  position: relative;
}
.btn-4 span {
  z-index: 20;
}
.btn-4:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .2;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: -10;
}

.btn-4:hover:after {
  left: 120%;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.btn-5 {
  border: 0 solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
  outline: 1px solid;
  outline-color: rgba(255, 255, 255, 0.5);
  outline-offset: 0px;
  text-shadow: none;
  -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}

.btn-5:hover {
  border: 1px solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 15px;
  text-shadow: 1px 1px 2px #427388;
}

/*.container {
    -webkit-box-align: left;
    align-items: left;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: left;
    justify-content: left;
    padding: 1em;
    text-align: left;
}*/
.container {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 1em;
    text-align: center;
}



.btn6:link,
.btn6:visited {
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 40px;
    display: inline-block;
    border-radius: 100px;
    transition: all .2s;
    position: absolute;
}

.btn6:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.btn6:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.btn-white6 {
    background-color: red;
    color: #fff;
}

.btn6::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .4s;
}

.btn-white6::after {
    background-color: red;
}

.btn6:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
}

.btn-animated6 {
    animation: moveInBottom 5s ease-out;
    animation-fill-mode: backwards;
}

@keyframes moveInBottom {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.wrapper{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

a.btn7{
  display: block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-family: sans-serif;
  text-decoration: none;
  color: #333;
  border: 2px solid #333;
  letter-spacing: 2px;
  text-align: center;
  position: relative;
  transition: all .35s;
}

a.btn7 span{
  position: relative;
  z-index: 2;
}

a.btn7:after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #ff003b;
  transition: all .35s;
}

a.btn7:hover{
  color: #fff;
}

a.btn7:hover:after{
  width: 100%;
}