/*
***************************************************** /

* Template Name: Golden

* Template URI: http://golden.eb2a.com/index.html

* Author: Bouthaina

* Author URI: https://themeforest.net/user/bouthaina09

* Description:  Golden - One Page Responsive Template

* Version: 1.0.0

* Tags: html5, css3, jquery, bootstrap, template, modern, responsive, personal, cv, team, corporate, business

*****************************************************/

/*
|------------------------------------------------------
| CSS INDEX
|------------------------------------------------------

1. GLOBAL STYLESHEET

2. NAVBAR & HEADER & FOOTER

3. ABOUT SECTION

4. TEAM SECTION

5. SERIVES SECTION

6. WROK SECTION

7. PRICES SECTION

8. CONTACT SECTION


/*==========================================================

                    1. START GLOBAL STYLESHEET

===========================================================*/

*{
    box-sizing: border-box;
}

body {
    font-family: 'PT Sans Caption', sans-serif;
}

.upper {
    text-transform: uppercase;
}

.logo {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 5px;
}


/*==========================================================

                2. START NAVBAR & HEADER & FOOTER

===========================================================*/
#home,
#about,
#hist,
#serv,
#team,
#work,
#prices,
#contact{
    background-repeat: no-repeat;
    background-position: 38px center;
    background-size: 21px;
    cursor: pointer;
}

#home{background-image: url(../images/icons/icon-home.svg);}

#about{background-image: url(../images/icons/icon-about.svg);}

#hist{background-image: url(../images/icons/icon-hist.svg);}

#serv{background-image: url(../images/icons/icon-serv.svg);}

#team{background-image: url(../images/icons/icon-team.svg);}

#work{background-image: url(../images/icons/icon-work.svg);}

#prices{background-image: url(../images/icons/icon-prices.svg);}

#contact{background-image: url(../images/icons/icon-contact.svg);}

.nav {
    background-image: url(../images/background-nav.png);
    width: 180px;
    height: 100%;
    color: #f8f7f7;
    position: fixed;
    z-index: 9999;
}

.nav .colors h2 {
    font-size: 12px;
    margin: 40px auto 0;
}

.nav .colors span {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-top: 0;
    position: absolute;
    top: 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.nav .colors span:nth-of-type(1){
    background-color: #cb1d49;
    left: 20px;
}

.nav .colors span:nth-of-type(2){
    background-color: #287592;
    left: 60px;
}

.nav .colors span:nth-of-type(3){
    background-color: #928928;
    left: 100px;
}

.nav .colors span:nth-of-type(4){
    background-color: #289244;;
    left: 140px;
}

.nav .colors span:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.nav h2 {
    text-align: center;
    margin: 23px auto 18px;
    font-size: 25px;
}

.nav h5 {
    text-align: center;
    margin: 23px auto 18px;
    font-size: 12px;
}

.nav ul li {
    padding: 13px;
    font-size: 17px;
    margin-bottom: 2px;
    width: 205px;
    margin-left: -17px;
    padding-left: 41%;
}

.nav ul li a{
    color: #f8f7f7;
    text-decoration: none;
    letter-spacing: 2px;
    font-size: 15px;
}

.nav ul li ul li {display: none;}

.nav .footer {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
}

.nav .footer .social-media {
    margin-bottom: 15px;
    padding-left: 18px;
}

.nav .footer .social-media a {
    text-decoration: none;
    color: #f8f7f7;
}

.nav .footer .social-media a i {
    margin-right: 21px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.nav .footer .social-media a i:hover {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
}

.nav .footer span {font-size: 10px;}


.my-container section:not(:first-of-type) {display: none;}

.header {
    background-image: url(../images/home.jpg);
    background-size: cover;
    background-position: center center;
    position: fixed; /* abs */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -2;
}

.header h1 {font-size: 70px;}

.header p {letter-spacing: 2.2px;font-size: 15px;}

.header h1,
.header p {
    text-align: center;
    margin-left: 180px;
    color: #f8f7f7;
    z-index: 2;
    margin-top: 0;
}

.header .overlay-header{
    background-color: rgba(255,255,255,0.15);
    position: fixed;
    top: 0;
    left: 36%;
    width: 40%;
    height: 100%;
    -webkit-transform: skewX(-45deg);
    -moz-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    -o-transform: skewX(-45deg);
    transform: skewX(-45deg);
    z-index: -1;
}

/*==========================================================

                    3. START ABOUT SECTION

===========================================================*/

.about-us {overflow: hidden;}

.about-us .img-about-us {
    margin-left: 180px;
    position: fixed;
}

.about-us h2 {
    margin: 40px 20px 20px;
    color: #7b7b7b;
}

.about-us p {
    color: #8e8c8c;
    margin: auto 50px 25px 20px;
    line-height: 2;
    font-size: 14px;
}

.about-us .cont-img-ubicacion {
    max-width: 90%;
    height: auto;
    position: relative;
	display: block;
    margin: 0 auto;
}

.about-us .img-ubicacion {
	width: 100% !important;
    height: 100% !important;
    display: block;
}

.about-us .col-md-5 {
    background-color: #FFF;
    height: 100%;
}

.about-us .skills i {
    margin: auto 20px;
    font-size: 31px;
}

.about-us .skills h3 {
    display: inline-block;
    padding-left: 20px;
    color: #7b7b7b;
}

.about-us .twoimages {
	width: 93%;
	margin: 0 auto;
}

.about-us .twoimages img {
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}

.about-us .text-link {
	line-height: 15px;
}



/*==========================================================

                    4. START TEAM SECTION

===========================================================*/


.team {
    padding-left: 180px;
    font-size: 30px;
    background-color: #f8f7f7;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
/*    overflow: hidden;*/
}

.team .row {
    margin: 0 0 40px 0;
}

.team .team1 {
    margin-top: 5%;
    width: 40%;
    margin-left: 5%;
}

.team .bg {
    background-color: #FFF;
    width: 90%;
    height: 200px;
    position: absolute;
    left: 100px;
    top: -15px;
}

.team img {border-radius: 7%;}

.team p {
    font-size: 13px;
    margin: 8px -16px auto 0px;
    color: #a29f9f;
}

.team h2 {
    margin-top: 0;
    padding-top: 25px;
    color: #7b7b7b;
    margin-bottom: 0;
}

.team .team1 h3 {
    font-size: 26px;
    margin-top: 0;
    margin-bottom: -15px;
}

.team .team1 span {
    font-size: 14px;
    color: #8d8d8d;
}

.team .team1 .txtmodal {
    font-size: 14px;
    color: #8d8d8d;
	margin: 0 5px 1rem 0;
	padding: 15px;
	text-align: justify;
}

.team .team1 .social-media {text-align: center;}

.team .team1 .social-media a i {
    margin-right: 21px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    font-size: 15px;
    color: #a29f9f;
}

.team .team1 .social-media a i:hover {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
}

.team .team1 .bg .right {
    border-right: 1px solid #DDD;
    width: 100%;
    height: 213px;
    position: absolute;
    left: 5%;
    top: -5px;
}

.team .team1 .bg .bottom {
    border-bottom: 1px solid #DDD;
    width: 100%;
    height: 1px;
    position: absolute;
    left: -7%;
    bottom: -20%;
}

.team .team1 .info {margin-left: 30px;}



/*==========================================================

                    5. START SERVICES SECTION

===========================================================*/


.serv {
    background-image: url(../images/entorno.jpg);
    background-size: cover;
	background-repeat: repeat;
    position: absolute;
    height: 100%;
    width: 100%;
    color: #f8f7f7;
    text-align: center;
    padding-left: 180px;
    z-index: 1;
	overflow-x: hidden;
    /*overflow: hidden;*/
}

.serv h2 {
    margin-top: 0;
    color: #f8f7f7;
    padding-top: 20px;
    margin-bottom: 40px;
    letter-spacing: 3px;
    font-size: 35px;
}

.serv .overlay-serv {
    background-color: rgba(37,37,37,0.8);
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.serv h3 {
    margin-top: 5px;
    font-size: 23px;
    letter-spacing: 3px;
}

.serv img {
    width: 17%;
}

.serv hr {width: 150px;}

.serv p {
    margin: 20px 15%;
    line-height: 1.8;
    letter-spacing: 1px;
    font-size: 12px;
}

@media(max-height: 570px){
        
    .serv {
        position: relative;
    }
}


/*==========================================================

                    6. START WORK SECTION

===========================================================*/

.work {padding-left: 180px;width: 100%;}

.thumb {
    position: relative;
    float: left;
    overflow: hidden;
    width: calc(100% / 3);
    color: #000000;
    text-align: right;
    font-size: 16px;
    background-color: #000000;
}

.thumb * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.thumb img {
    width: 100%;
    vertical-align: middle;
    backface-visibility: hidden;
}

.thumb figcaption {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: 1;
    padding: 30px 0 30px 10px;
    background-color: #ffffff;
    width: 40%;
    -webkit-transform: translateX(150%);
    -moz-transform: translateX(150%);
    -ms-transform: translateX(150%);
    -o-transform: translateX(150%);
    transform: translateX(150%);
}

.thumb figcaption:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 100%;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 120px 120px 120px 0;
    border-color: transparent #ffffff transparent transparent;
}

.thumb:after {
    position: absolute;
    bottom: 50%;
    right: 40%;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 120px 120px 0 120px;
    border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.thumb h3,
.thumb p {
    line-height: 1.5;
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
    margin: auto 5px;
}

.thumb h3 {
    margin: 18px 0 20px;
    line-height: 1.1;
    font-weight: bold;
    font-size: 18px;
    opacity: 0.75;
}

.thumb p {
    font-size: 11px;
}

.thumb i {
    position: absolute;
    bottom: 25%;
    left: 25%;
    font-size: 42px;
    color: #2a2a2a;
    opacity: 0;
    font-style: normal;
}

.thumb:hover img,
.thumb.hover img {
    zoom: 1;
    -webkit-filter: alpha(opacity=50);
    -moz-filter: alpha(opacity=50);
    -ms-filter: alpha(opacity=50);
    -o-filter: alpha(opacity=50);
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.thumb:hover:after,
.thumb.hover:after,
.thumb:hover figcaption,
.thumb.hover figcaption,
.thumb:hover i,
.thumb.hover i {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

/*==========================================================

                    7. START PRICES SECTION

===========================================================*/


.prices {padding-left: 180px;text-align: center;}

.prices .row {
    margin-right: 0;
    margin-left: 0;
}

.prices .bg-price {
    background-color: #f8f7f7;
    height: 100%;
    width: 100%;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: -1
}

.prices h2 {
    margin-top: 0;
    font-size: 45px;
    padding-top: 30px;
    letter-spacing: 3px;
    color: #7b7b7b;
    padding-bottom: 40px;
}

.prices img {
    width: 110px;
    margin: 26px auto;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.prices img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.prices p {color: #aaa;margin: auto 20px;}

.prices .price-table {
    width: 270px;
    height: 450px;
    margin-left: 37%;
    border-radius: 2%;
    padding-top: 8px;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    background-color: #FFF;
    box-shadow: 0 10px 10px #CCC;
}
.prices .price-table:hover ,
.prices .price-table:hover p{
    color: #FFF;
    border: none;
    -webkit-transform: scale(1.05);;
    -moz-transform: scale(1.05);;
    -ms-transform: scale(1.05);;
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.prices .price-table:hover input[type="submit"]{
    background-color: #FFF;
    box-shadow: none;
}

.prices h4 {
    margin: 30px;
    font-size: 34px;
    letter-spacing: -2px;
}

.prices input[type="submit"]{
    border: none;
    padding: 10px 45px;
    font-size: 16px;
    border-radius: 5px;
    box-shadow: 0 3px 10px #777;
    color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.prices input[type="submit"]:hover {box-shadow: none;}

.prices .table2 {margin-left: 54px;}

.prices .table3 {margin-left: -7.3%;}

/*==========================================================

                    8. START CONTACT SECTION

===========================================================*/


.contact {padding-left: 180px;}

.contact .bg-contact {
    background-color: #f8f7f7;
    height: 100%;
    width: 100%;
    position: fixed;
}

.contact .row {margin-right: 0;margin-left: 0;}

.contact h2 {
    margin: 27px;
    color: #7b7b7b;
    font-size: 30px;
}

.contact p {
    font-size: 13px;
    margin: -19px 25% 15px 28px;
    color: #aaaaaa;
    letter-spacing: 1px;
}

.contact .input {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contact input[type="text"],
.contact input[type="email"] {
    display: block;
    width: 310px;
    padding: 9px 15px;
    margin: 10px auto;
    background-color: transparent;
}

.contact textarea {
	height: 80px;
	display: block;
    width: 637px;
    padding: 9px 15px;
    margin: 10px 0 10px 15px;
    background-color: transparent;
}

.contact input[placeholder],
.contact textarea[placeholder]{letter-spacing: 1px;}

.contact input[type="submit"] {
    display: block;
    width: 440px;
    padding: 9px 15px;
    margin: 15px auto;
    border: none;
    color: #FFF;
    letter-spacing: 8px;
    font-size: 18px;
    box-shadow: 0 7px 10px #CCC;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.contact .g-recaptcha iframe {
	display: block;
	margin: 0 auto;
}

.contact input[type="submit"]:hover {box-shadow: none;}

.contact .address {margin-top: 15px;}

.contact .phone {margin-top: 60px;}

.contact .email {margin-bottom: 60px;}

.contact .info {
    border: 2px solid #dadada;
    padding: 14px;
    border-radius: 10px;
    margin: auto 40px;
    height: 85px;
}

.contact .info span {letter-spacing: 1px;}

.contact img {position: relative;top: 10px;}

.contact h3 {
    margin-top: 2px;
    font-size: 23px;
    letter-spacing: 2px;
}

.contact .left {float: left;margin-left: 20px;}

.contact .right {float: right;margin-right: 20px;}

.contact .left h3,
.contact .right h3 {font-size: 20px;margin-bottom: 5px;}

/* Start Map */

.google-wrapper {
    position: relative;
}

#google-map {
    width  : 100%;
    height : 300px;
}

.scrolloff {
    pointer-events: none;
}

/* End Map */

/* Start Loading */

.loading-overlay {
    background: #FFF;
    color: #444;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

.cssload-container {
	width: 120px;
	margin: 21% auto;
	font-size: 0;
	position: relative;
	transform-origin: 50% 50%;
		-o-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		-webkit-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
	animation: cssload-clockwise 6.9s linear infinite;
		-o-animation: cssload-clockwise 6.9s linear infinite;
		-ms-animation: cssload-clockwise 6.9s linear infinite;
		-webkit-animation: cssload-clockwise 6.9s linear infinite;
		-moz-animation: cssload-clockwise 6.9s linear infinite;
}
.cssload-container:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 65px;
	height: 65px;
	border: 10px solid rgb(229,229,229);
	border-radius: 100%;
		-o-border-radius: 100%;
		-ms-border-radius: 100%;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
	box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
}
.cssload-container:after {
	position: absolute;
	content: '';
	z-index: -1;
	top: 0;
	right: 0;
	width: 65px;
	height: 65px;
	border: 10px solid rgb(229,229,229);
	border-radius: 100%;
		-o-border-radius: 100%;
		-ms-border-radius: 100%;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
	box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
}

.cssload-lt, .cssload-rt, .cssload-lb, .cssload-rb {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 65px;
	height: 33px;
	opacity: 1;
}
.cssload-lt:before, .cssload-rt:before, .cssload-lb:before, .cssload-rb:before {
	position: absolute;
	content: '';
	width: 65px;
	height: 65px;
	border-top: 10px solid rgb(199,64,102);
	border-right: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid transparent;
	border-radius: 100%;
		-o-border-radius: 100%;
		-ms-border-radius: 100%;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
	box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.cssload-lt {
	margin-right: -10px;
	animation: cssload-lt 2.3s linear -2300ms infinite;
		-o-animation: cssload-lt 2.3s linear -2300ms infinite;
		-ms-animation: cssload-lt 2.3s linear -2300ms infinite;
		-webkit-animation: cssload-lt 2.3s linear -2300ms infinite;
		-moz-animation: cssload-lt 2.3s linear -2300ms infinite;
}
.cssload-lt:before {
	top: 0;
	left: 0;
	animation: cssload-not-clockwise 1.15s linear infinite;
		-o-animation: cssload-not-clockwise 1.15s linear infinite;
		-ms-animation: cssload-not-clockwise 1.15s linear infinite;
		-webkit-animation: cssload-not-clockwise 1.15s linear infinite;
		-moz-animation: cssload-not-clockwise 1.15s linear infinite;
}

.cssload-rt {
	animation: cssload-lt 2.3s linear -1150ms infinite;
		-o-animation: cssload-lt 2.3s linear -1150ms infinite;
		-ms-animation: cssload-lt 2.3s linear -1150ms infinite;
		-webkit-animation: cssload-lt 2.3s linear -1150ms infinite;
		-moz-animation: cssload-lt 2.3s linear -1150ms infinite;
}
.cssload-rt:before {
	top: 0;
	right: 0;
	animation: cssload-clockwise 1.15s linear infinite;
		-o-animation: cssload-clockwise 1.15s linear infinite;
		-ms-animation: cssload-clockwise 1.15s linear infinite;
		-webkit-animation: cssload-clockwise 1.15s linear infinite;
		-moz-animation: cssload-clockwise 1.15s linear infinite;
}

.cssload-lb {
	margin-right: -10px;
	animation: cssload-lt 2.3s linear -1725ms infinite;
		-o-animation: cssload-lt 2.3s linear -1725ms infinite;
		-ms-animation: cssload-lt 2.3s linear -1725ms infinite;
		-webkit-animation: cssload-lt 2.3s linear -1725ms infinite;
		-moz-animation: cssload-lt 2.3s linear -1725ms infinite;
}
.cssload-lb:before {
	bottom: 0;
	left: 0;
	animation: cssload-not-clockwise 1.15s linear infinite;
		-o-animation: cssload-not-clockwise 1.15s linear infinite;
		-ms-animation: cssload-not-clockwise 1.15s linear infinite;
		-webkit-animation: cssload-not-clockwise 1.15s linear infinite;
		-moz-animation: cssload-not-clockwise 1.15s linear infinite;
}

.cssload-rb {
	animation: cssload-lt 2.3s linear -575ms infinite;
		-o-animation: cssload-lt 2.3s linear -575ms infinite;
		-ms-animation: cssload-lt 2.3s linear -575ms infinite;
		-webkit-animation: cssload-lt 2.3s linear -575ms infinite;
		-moz-animation: cssload-lt 2.3s linear -575ms infinite;
}
.cssload-rb:before {
	bottom: 0;
	right: 0;
	animation: cssload-clockwise 1.15s linear infinite;
		-o-animation: cssload-clockwise 1.15s linear infinite;
		-ms-animation: cssload-clockwise 1.15s linear infinite;
		-webkit-animation: cssload-clockwise 1.15s linear infinite;
		-moz-animation: cssload-clockwise 1.15s linear infinite;
}

@keyframes cssload-clockwise {
	0% {
		transform: rotate(-45deg);
	}
	100% {
		transform: rotate(315deg);
	}
}

@-o-keyframes cssload-clockwise {
	0% {
		-o-transform: rotate(-45deg);
	}
	100% {
		-o-transform: rotate(315deg);
	}
}

@-ms-keyframes cssload-clockwise {
	0% {
		-ms-transform: rotate(-45deg);
	}
	100% {
		-ms-transform: rotate(315deg);
	}
}

@-webkit-keyframes cssload-clockwise {
	0% {
		-webkit-transform: rotate(-45deg);
	}
	100% {
		-webkit-transform: rotate(315deg);
	}
}

@-moz-keyframes cssload-clockwise {
	0% {
		-moz-transform: rotate(-45deg);
	}
	100% {
		-moz-transform: rotate(315deg);
	}
}

@keyframes cssload-not-clockwise {
	0% {
		transform: rotate(45deg);
	}
	100% {
		transform: rotate(-315deg);
	}
}

@-o-keyframes cssload-not-clockwise {
	0% {
		-o-transform: rotate(45deg);
	}
	100% {
		-o-transform: rotate(-315deg);
	}
}

@-ms-keyframes cssload-not-clockwise {
	0% {
		-ms-transform: rotate(45deg);
	}
	100% {
		-ms-transform: rotate(-315deg);
	}
}

@-webkit-keyframes cssload-not-clockwise {
	0% {
		-webkit-transform: rotate(45deg);
	}
	100% {
		-webkit-transform: rotate(-315deg);
	}
}

@-moz-keyframes cssload-not-clockwise {
	0% {
		-moz-transform: rotate(45deg);
	}
	100% {
		-moz-transform: rotate(-315deg);
	}
}

@keyframes cssload-lt {
	0% {
		opacity: 1;
	}
	25% {
		opacity: 1;
	}
	26% {
		opacity: 0;
	}
	75% {
		opacity: 0;
	}
	76% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}

@-o-keyframes cssload-lt {
	0% {
		opacity: 1;
	}
	25% {
		opacity: 1;
	}
	26% {
		opacity: 0;
	}
	75% {
		opacity: 0;
	}
	76% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}

@-ms-keyframes cssload-lt {
	0% {
		opacity: 1;
	}
	25% {
		opacity: 1;
	}
	26% {
		opacity: 0;
	}
	75% {
		opacity: 0;
	}
	76% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes cssload-lt {
	0% {
		opacity: 1;
	}
	25% {
		opacity: 1;
	}
	26% {
		opacity: 0;
	}
	75% {
		opacity: 0;
	}
	76% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes cssload-lt {
	0% {
		opacity: 1;
	}
	25% {
		opacity: 1;
	}
	26% {
		opacity: 0;
	}
	75% {
		opacity: 0;
	}
	76% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}

/* End Loading */