@charset "utf-8";

:focus {
  outline: 0;
}

body {
	display: flex;
    flex-direction: column;
    min-height: 100vh;
	font-size: 14px;
	line-height: 1.5em;
	color: #444;
	font-family: 'Helvetica Neue', helvetica, sans-serif, arial, serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
header{
	/*background: #222;*/
    border-bottom: 6px solid #fa4;
}
ol,
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
}

a {
	color: inherit;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: inherit;
	text-decoration: none;
}

a:hover,
a:focus {
	outline: none;
	text-decoration: none;
	color: inherit;
}

button:focus {
	outline: none;
}

main {
	flex: 1;
}

figure {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

img,
figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

figure a {
	position: absolute;
	top: 0%;
	left: 0%;
	right: 0%;
	bottom: 0%;
	display: flex;
	align-items: center;
	background: transparent;
	z-index: 1;
	transition: all .1s ease-in-out .2s;
}

figcaption {
	padding: 10px;
}

figcaption span {
	display: block;
    padding: 5px 0;
	text-align: left;
}


figure.img2 {
	box-shadow: 0px 60px 50px -40px rgba(0, 0, 0, 0.4);
	margin-bottom: 40px;
}

figure.img2 figcaption,
figure.img3 a span {
	width: 100%;
	font-size: 24px;
	transform: translate(-30%);
	opacity: 0;
	transition: all .2s ease-in-out .1s;
}

figure.img2 figcaption i,
figure.img3 span i {
  padding-left: 20px;
  font-size: 28px;
  vertical-align: middle;
}

figcaption .item-title {
	font-size: 18px;
  font-weight: bold;
}

figure.img2 a:hover,
figure.img3 a:hover {
	background: rgba(255, 255, 255, 0.9);
}

figure.img2 a:hover figcaption,
figure.img3 a:hover span {
	transform: translateY(0%);
	opacity: 1;
}
/*
  color: #cad3dc;
  color: #a4b0c0;
  color: #757e8d;
*/

section.clip {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	border-bottom: 1px solid #000;
}
section.clip div.home-slide {
	background: #fff;
    opacity: .9;
    border-radius: 4px;
    box-shadow: 0px 0px 40px;
}
section.gallery .item {
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 555px;
	height: 370px;
	box-shadow: 0 0 10px #ccc;
	border-radius: 4px;
}
section.home-header {
    border-bottom: 1px solid #ddd;
    background: #f8f8f8;
}
.container-fluid {
    width: 1200px;
}
.service {
	display: inline-block;
	padding: 1px 8px;
	margin: 5px 1px;
	background: #444;
	color: #eee;
	border-radius: 4px;
	border: 1px solid #444;
	box-shadow: 1px 1px 1px 1px #ccc;
	font-size: .8em;
}
.market {
	display: inline-block;
	padding: 1px 8px;
	margin: 5px 1px;
	background: #444;
	color: #eee;
	border-radius: 4px;
	border: 1px solid #444;
	box-shadow: 1px 1px 1px 1px #ccc;
	font-size: .8em;
}
.market:hover {
	color: #eee;
}

.gallery-view .az-row {
	align-items: inherit;
}
/*
.gallery-view .about-view {
	box-shadow: -30px 30px 70px -10px rgba(0, 0, 0, 0.18);
}
*/
.item-container figcaption {
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.09), 0px 65px 50px -45px #888888;
}


/*figcaption {
	position: absolute;
	top: 44%;
	width: 100%;
	font-size: 24px;
	transform: translateY(70%);
	opacity: 0;
	transition: all .2s ease-in-out .1s;
}
/*
figure.transition:hover a {
	background: linear-gradient(45deg, rgba(233, 229, 235, 0.8) 0%,#e9e5eb 69%,#dcc0ea 74%,#8eaadb 80%,#7be0d9 85%,#a2e079 90%,#e5e17b 95%,#e5a07b 100%);
}
*/

p {
	padding: 10px 0;
	font-size: 15px;
	color: #000;
}

.az-row {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.padding-0 {
	padding: 0
}


.spacer-10,
.spacer-20,
.spacer-30,
.spacer-40,
.spacer-50,
.spacer-60,
.spacer-70,
.spacer-80,
.spacer-90,
.spacer-120,
.spacer-130,
.spacer-150,
.spacer-200{
	margin:10px 0;
	border-color:transparent !important;
}
.spacer-10{
	margin:10px 0;
}
.spacer-20{
	margin:20px 0;
}
.spacer-30{
	margin:30px 0;
}
.spacer-40{
	margin:40px 0;
}
.spacer-50{
	margin:50px 0;
}
.spacer-60{
	margin:60px 0;
}
.spacer-70{
	margin:70px 0;
}
.spacer-80{
	margin:80px 0;
}
.spacer-90{
	margin:90px 0;
}
.spacer-120{
	margin:120px 0;
}
.spacer-130{
	margin:130px 0;
}
.spacer-150{
	margin:150px 0;
}
.spacer-200{
	margin:200px 0;
}

.yellow {
	color: #fb992a
}

/* Menu */

.address {
	padding: 0 4%;
	color:#444;
	line-height: 1.3em;
	height: 100px;
}

.address .wrap > * {
	flex: auto;
	flex-grow: 0;
	padding: 20px;
	border-left: 1px solid rgba(255,255,255,0.1);
}

.address .wrap.az-row {
  flex-wrap: wrap;
}

.address .wrap.az-row >:first-child {
	padding-left: 0;
	margin-right: auto;
	border: inherit;
}
.col.az-row {
  align-items: flex-start
}

.col i {
  padding-right: 10px;
}

.logo {
	display: inline-block;
	width: auto;
	font-family: lato;
    font-size: 35px;
    font-weight: bold;
    text-shadow: 2px 3px #ddd;
    padding: 15px 0;
}
.menu {
	padding: 0 4%;
  background: #3a3a3a;
	/*border-bottom: 1px solid #b9b9b9;*/
}

.address.bg-menu-small {
	padding: 10px 0;
	font-size: 20px;
	color: #fff;
	background: #2f2e2d;
}

.menu .az-row > * {
	flex: auto;
	flex-grow: 0;
	/*color: #000;*/
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	border-right: 1px solid #3a3a3a;
}

.phone {
	font-size: 20px
}
.menu .az-row >:first-child {
	border-left: 1px solid #3a3a3a;
}

.menu .az-row >:last-child {
	margin-left: auto;
	border:	inherit;
}

.menu a,
.menu span {
	display: block;
	color: #eee;
}

.menu span {
    padding: 20px;
    font-size: 14px;
}

.menu i {
  font-size: 28px;
  display: none;
}

.menu a:hover,
.menu a.active {
	background: #666;
}

.vertical.menu-small {
	top: 10px;
}

.vertical a{
    display: block;
    padding: 20px 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.vertical i {
	display: none;
}

.vertical a.current {
	color: #fff;
	border-bottom: none;
	border-left: 3px solid;
}

.btn-menu {
	position: absolute;
	top: 20px;
	right: 15px;
	padding: 10px 15px;
	cursor: pointer;
	border: 1px solid #fff;
	border-radius: 4px;
}

.md-close {
	display: none;
	/*
    padding: 10px 20px;
	margin-bottom: 0;
	text-align: right;
	color: #fff;
	*/
}

article {
	padding: 20px 0;
}

/*
.title-header,
.title-header2,
.sub-heading {
	text-align: center;
}
*/
/*
.sub-heading {
	font-size: 20px;
}
*/

.work .sub-heading {
	font-size: initial;
	color: #444;
}

.title-header2 {
	padding: 10px;
}

.bg1 {
	background: #f6f5f3;
}

.bg3 {
	background: #ddd;
}

.bg4 {
	background: #d6a386;
}

.bg-quote {
    padding: 6px 30px;
    font-size: 20px;
    background: -webkit-linear-gradient(rgba(255, 211, 124, 0.76), rgb(246, 144, 29));
    background: linear-gradient(rgba(255, 211, 124, 0.76), rgb(246, 144, 29));
    color: #444;
    border: 1px solid #fb7;
}

.c-white {
	color: #fff;
}

.bg-white {background: #fff}

.red {color: #d50002;}

.bg-gray {
	background: #f2f2f2;
}

.quote {
  display: flex;
  flex-flow: row wrap;
  padding: 10px 0;
  border-radius: 10px;
  font-size: 24px;
}

.quote > * {
  flex: 1;
  width: 50%;
  text-align: center;
}


.quote .quote-title {
	flex: 1 auto;
	width: 100%;
}

.quote .btn {
	margin: 10px;
	background: #5f5f5f;
	color: #fff;
}

.bunner-quote	{
  margin-bottom: 40px;
  cursor: pointer;
}

.bunner-quote ul {
  display: inline-block;
  min-width: 220px;
  padding: 20px;
  box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.15), 0px 30px 40px -30px rgba(0, 0, 0, 0.4);
}

.bunner-quote span {
  font-size: 18px;
}

.bunner-quote i {
  font-size: 45px;
  padding-bottom: 10px;
}

.work {
	text-align: center;
}

.work .last{
	border-left: 1px solid #c3c4c5;
}

.work a {
	display: block;
	min-height: 250px;
	padding: 20px 5px 10px;
}

.work a:hover {
	background: #fff;
}

.work > .row {
	box-shadow: 0 3px 8px #888;
	border-radius: 8px;
}
.slides > .row {
	box-shadow: 0 3px 8px #000;
	border-radius: 8px;
}
.work > .row > div, .slides > .row > div {
	min-height: 250px;
	padding: 10px;
	background: #efefef;
}

.work > .row > div:first-child, .slides > .row > div:first-child {
	border-radius: 8px 0 0 8px;
	border-right: 1px solid #777;
}
.work > .row > div:last-child, .slides > .row > div:last-child {
	border-radius: 0 8px 8px 0;
}

.icon {
	display: inline-block;
	max-width: 250px;
}

.service > .row {
	background: #f5f5f5;
}

.service a {
	display: block;
	padding-bottom: 40px;
}

.service .title-header {
	margin-bottom: 0;
	padding: 10px 0;
}

.service .sub-heading {
	padding: 10px;
}

.service .sub-heading span {
	display: block;
	text-align: left;
	padding: 20px 5px 10px;
}

.service .sub-heading span i {
	padding-left: 10px;
}
 
.service a:hover .title-header,
.service a:hover .sub-heading {
	background: #fff;
}

.service a:hover .sub-heading span {
	color: #C01A2C;
}

.bg-residential {
	position: relative;
	padding: 100px 0;
	background: url(../img/residencial-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}

.bg-commercial {
	position: relative;
	padding: 100px 0;
	background: url(../img/commercial-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}

.bg-commercial2 {
	position: relative;
	padding: 100px 0;
	background: url(../img/commercial-bg2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 60%;
}

.about-section {
	padding: 0;
	background: #f2f2f2;
}

.about-section article {
	padding: 20px 30px;
}


.about-residential,
.about-exterior {
	/*
	padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.03), -50px 50px 50px rgba(0, 0, 0, 0.16)
  */
}

.about-residential .title-header,
.about-exterior .title-header{
	font-size: 60px;
}

.bg-exterior {
	position: relative;
	padding: 100px 0;
	background: url(../img/exterior-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100%;
}

.gallery-header .az-row {
	align-items: inherit;
}

.gallery-header .az-row > * {
	flex: 1;
	padding: 10px;
}

.gallery-header .az-row > .last {
	flex: 1.8;
}

.gallery-header .row {
	margin: 0;
}

.gallery-header .row > * {
	margin-bottom: 40px;
}

.gallery-description > div {
	display: flex;
  flex-flow: column;
  justify-content: center;
  height: 100%;
  background: #ddd;
}

.breadcrumb-header .az-row > * {
	flex: 1;
}

.breadcrumb-header li {
	font-size: 18px;
  padding-right: 20px;
}

.breadcrumb-header li i {
   padding-left: 10px;
}

.breadcrumb-header .title-header {
	text-align: left;
}


.slider-box {
	
}

.slider {
	overflow: hidden;
}

.slider .master-slider {
	
}

footer {
	padding: 40px 0;
	color: #999;
    background: #2f2e2d;
}

/**************** Carousel Gallery  ************** */

.carousel-gallery {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

.carousel-gallery > :first-child,
.carousel-gallery > :last-child {
	flex: 1 1 auto;
	max-width: 55px;
}

.carousel-gallery > :first-child {
	padding-right: 15px;
}

.carousel-gallery > :last-child {
	padding-left: 15px; 
}

.carousel-gallery > .carousel-inner {
	flex: 1 1 80%;
}

.carousel-gallery .control {
	display: flex;
	height: 100%;
	align-items: center;
}

.carousel-gallery .control:hover {
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
}

.carousel-gallery .control > i{
	flex: 1;
	text-align: center;
	font-size: 30px;
}


.contact-container {
    display: flex;
    align-items: center;
}

.contact-container > div {
	flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;	
}

.contact-container > div > div {
	font-size: 18px;
	width: 280px;
	text-align: left;	
}

.contact-container > div > div > span {
    width: 65px;
    display: inline-block;
    flex: 1 1 auto;
    max-width: 80px;	
}

.contact-container > div > * {
	text-align: center;
	padding-bottom: 20px;
	color: #333;
}


.contact-box {
	border: 1px solid #c3c4c5;
	background: #fff;
	padding: 0 30px 30px;
	border-radius: 8px;
	box-shadow: -20px 19px 20px 0px rgba(0, 0, 0, 0.5);
}

.contact-box h2 {
	border-bottom: 2px solid #888;
	padding-bottom: 10px;
}

.contactus {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow-y: auto;
	z-index: 1600;
	transform: translateX(-100%);
}

.contactus:before,
.contactus:after {
	position: fixed;
	content: '';
	top: 0;
	bottom: 0;
	transition: all .3s;
	z-index: -1;
}

.contactus:before {
	left:0;
	width:0;
	background: url(../img/left_bg.jpg);
	background-size: cover;
	background-position: 99%
}

.contactus:after {
	right:0;
	width:0;
	background: url(../img/right_bg.jpg);
	background-size: cover;
	background-position: 0%: 
}

.contactus .md-close {
	font-size: 20px;
	padding: 2px 10px 4px;
	margin-bottom: 5px;
	background: #f5f5f5;
	border-radius: 4px;
	opacity:0;
	transition: all .1s ease-in-out .1s;
}

.contactus .md-close:hover {
  color: #b3b3b3;
}

.md-popup .contactus {
	transform: translateX(0%);
}

.md-popup .contactus:before,
.md-popup .contactus:after {
	width: 50%
}

.md-popup .contactus .md-close {
	opacity:1;
}

.modal.popup {
	z-index: 9999;
}

.wpcf7{
	width: 100%;
	height:100%;
	z-index: 10;
	opacity:0;
	transform: translateY(-30%);
	transition: all .3s ease-in-out .5s ;
}

.md-popup .wpcf7{
	opacity:1;
	transform: translateY(0%)
}

.wpcf7 > div{
	width: 100%;
	height:100%;
	vertical-align:middle;
}

.wpcf7 .control-label{
  display: block;
  font-size: 16px;
  text-shadow: none;
  font-weight: normal;
}

.wpcf7 input,.wpcf7 textarea { 
	display: block;
	width: 100%;
	background: transparent;
	border: 0;
	border-bottom: 1px solid #ccc;
	box-shadow: none;
    border-radius: 0;
	padding: 5px 15px 5px;
	margin-bottom: 20px;
	font-size: 16px;
	color: #000;
}

.wpcf7 input:focus,.wpcf7 textarea:focus { 
	outline: 0;
}

.wpcf7-submit,
.btn-go,
.submit-btn {
	transition: all .2s;
	font-size: 18px;
	color: #C01A2C;
	background: linear-gradient(135deg,#E2E2E2 0%,#F7F7F7 100%);
  border-color: #d4d4d4;
  box-shadow: 0 -1px 7px 1px #fff, inset 0 2px 0 0 #FFF, inset 0 -2px 0 0 #D4D4D6, 0px 2px 5px 0 #C1C1C1;
}

.wpcf7-submit:hover,
.btn-go:hover {
  box-shadow: none;
}

.wpcf7 textarea {
	min-height: 100px;
}

.wpcf7-submit:hover{
}

.modal-body span {
	font-size: 1.5em;
}

::-webkit-input-placeholder {
  color: #b9b9b9;
  font-size: 13px;

}

:-moz-placeholder { /* Firefox 18- */
  color: #b9b9b9;
  font-size: 13px; 
}

::-moz-placeholder {  /* Firefox 19+ */
  color: #b9b9b9;
  font-size: 13px; 
}

:-ms-input-placeholder {  
   color: #b9b9b9;
   font-size: 13px;  
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: transparent!important;
    background: transparent!important;
}

/* --------------------------------------------------
	Forms & form elements
----------------------------------------------------- */
.form-control{
	border-radius: 0;
	box-shadow: none;
	border: none;
	border-bottom: 1px solid #ccc;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	height: 41px;
	background: transparent;
	color:#000
}
.form-control.input-lg{
	height:51px;
}
.form-control.input-sm{
	height:32px;
}
.form-control:hover,
.form-control:focus{
	box-shadow: none;
}
label{
	font-size: 14px;
	font-weight: normal;
	color: #666;
}
.form-control::-moz-placeholder {
  color: #C3C3C3;
  opacity: 1;
  font-size:13px;
  font-weight:500;
	font-style: italic;
}
.form-control:-ms-input-placeholder {
  color: #C3C3C3;
  font-size:13px;
  font-weight:500;
	font-style: italic;
}
.form-control::-webkit-input-placeholder {
  color: #C3C3C3;
  font-size:13px;
  font-weight:500;
	font-style: italic;
}
.form-control.input-sm::-moz-placeholder {
  font-size:11px;
}
.form-control.input-sm:-ms-input-placeholder {
  font-size:11px;
}
.form-control.input-sm::-webkit-input-placeholder {
  font-size:11px;
}
.form-control.input-lg::-moz-placeholder {
  font-size:15px;
}
.form-control.input-lg:-ms-input-placeholder {
  font-size:15px;
}
.form-control.input-lg::-webkit-input-placeholder {
  font-size:15px;
}
.checkbox label, .radio label{
	padding-left:30px;
	margin-bottom:5px;
}
.form-group {
    position: relative;
}

fieldset legend{
	border:none;
	margin:0;
	display:inline-block;
	width:auto;
	padding:0 10px;
	font-size:13px;
	color:#bbb;
	font-weight:600;
}
.dark-bg label,
.color-bg label,
.img-bg label,
.img-bg-color-overlay label,
.dark-bg .checkbox label,
.color-bg .checkbox label,
.img-bg .checkbox label,
.img-bg-color-overlay .checkbox label,
.dark-bg .radio label,
.color-bg .radio label,
.img-bg .radio label,
.img-bg-color-overlay .radio label,
.dark-bg .form-control,
.color-bg .form-control,
.img-bg .form-control,
.img-bg-color-overlay .form-control,
.dark-bg .custom-select .custom-text, 
.dark-bg .custom-select.disabled span.custom-text:hover,
.color-bg .custom-select .custom-text, 
.color-bg .custom-select.disabled span.custom-text:hover,
.img-bg .custom-select .custom-text, 
.img-bg .custom-select.disabled span.custom-text:hover,
.dark-bg-color-overlay .custom-select .custom-text, 
.dark-bg-color-overlay .custom-select.disabled span.custom-text:hover{
	color:#fff;
}
.dark-bg .form-control,
.color-bg .form-control,
.img-bg .form-control,
.img-bg-color-overlay .form-control{
	background-color:transparent;
}
.dark-bg fieldset,
.color-bg fieldset,
.img-bg fieldset,
.img-bg-color-overlay fieldset{
	border-color:rgba(255, 255, 255, 0.3);
}
.dark-bg fieldset legend,
.color-bg fieldset legend,
.img-bg .form-control fieldset legend,
.img-bg-color-overlay fieldset legend{
	color:rgba(255, 255, 255, 0.5);
}
.dark-bg .form-control::-moz-placeholder,
.color-bg .form-control::-moz-placeholder,
.img-bg .form-control::-moz-placeholder,
.img-bg-color-overlay .form-control::-moz-placeholder{
	color:rgba(255, 255, 255, 0.5);
}
.dark-bg .form-control::-ms-input-placeholder,
.color-bg .form-control::-ms-input-placeholder,
.img-bg .form-control::-ms-input-placeholder,
.img-bg-color-overlay .form-control::-ms-input-placeholder{
	color:rgba(255, 255, 255, 0.5);
}
.dark-bg .form-control::-webkit-input-placeholder,
.color-bg .form-control::-webkit-input-placeholder,
.img-bg .form-control::-webkit-input-placeholder,
.img-bg-color-overlay .form-control::-webkit-input-placeholder{
	color:rgba(255, 255, 255, 0.5);
}
.dark-bg .form-control,
.color-bg .form-control,
.img-bg .form-control,
.img-bg-color-overlay .form-control,
.dark-bg .custom-select .custom-text, 
.dark-bg .custom-select.disabled span.custom-text:hover,
.color-bg .custom-select .custom-text, 
.color-bg .custom-select.disabled span.custom-text:hover,
.img-bg .custom-select .custom-text, 
.img-bg .custom-select.disabled span.custom-text:hover,
.dark-bg-color-overlay .custom-select .custom-text, 
.dark-bg-color-overlay .custom-select.disabled span.custom-text:hover{
	border-color:rgba(255, 255, 255, 0.5);
}
.dark-bg .form-control:focus,
.color-bg .form-control:focus,
.img-bg .form-control:focus,
.img-bg-color-overlay .form-control:focus{
	border-color:#fff;
}
.widget .search-form .form-group{
	width:100%;
	display:block;
	position:relative;
}
.widget .search-form .form-group .form-control{
	display:block;
	padding-right:60px;
}
.widget .search-form .form-group .btn{
	position:absolute;
	top:0;
	right:0;
	width:50px;
}
label sup{
	font-size:120% !important;
	top:0;
}
.subscription-success,
.subscription-error,
.response{
	display:block;
	line-height:1.6em;
	max-width: 660px;
    margin: auto;
    font-size: 14px;
}
.subscription-success i,
.subscription-error i,
.success i{
	font-size:20px;
	float:left;
	margin:0 15px 0 0;
}

.error-msg {
	position: absolute;
    top: 15px;
	color: #e80000;
	font-weight: normal;
}

.error-msg label{
	font-weight: normal;
	color:#e80000;
}

.success {
	display: block;
	background: #fff;
    padding: 30px 20px 30px;
    border-radius: 6px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.47)
}

.response { text-align: center;}

.response button {
	padding:2px 10px
}


.md-modal-menu {
	position: fixed;
	top: 100px;
	right: -100%;
	width: 50%;
	height:	100vh;
	background: #2f2e2d;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 2000
}

.md-modal-menu.open {
	right: 0
}

.w3-animate-right {
	position: relative;
	animation: animateright 0.4s
}

@keyframes animateright {
	from {
		right: -300px;
		opacity: 0
	}

	to {
		right: 0;
		opacity: 1
	}
}