/* Car Repair - One Page Landing Page */
/************ TABLE OF CONTENTS ***************
1.  Fonts
1.  Fonts
2.  Reset
3.  Global Settings
4.  Column style
5.  Main Header style
6.  Advantages
7.  What We Do
8.  How can we help
9.  Rewiev
10. Why Choose Certified Service
11. We service most makes and models
12. Carusel (Slider)
13. Contact
14. Footer
15. Shortcodes
15. Responsive Style


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

/*** 
====================================================================
	Icon fonts
====================================================================
  	*/

@font-face {
  font-family: "Flaticon";
  src: url("fonts/Flaticon.eot");
  src: url("fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("fonts/Flaticon.woff") format("woff"),
       url("fonts/Flaticon.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}



[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon;
        font-size: 20px;
font-style: normal;
margin-left: 20px;
}



.flaticon-24-hours:before { content: "\f100"; }
.flaticon-aerosol:before { content: "\f101"; }
.flaticon-air-filter:before { content: "\f102"; }
.flaticon-airbag:before { content: "\f103"; }
.flaticon-autolift:before { content: "\f104"; }
.flaticon-automatic-wash-car:before { content: "\f105"; }
.flaticon-balancing:before { content: "\f106"; }
.flaticon-battery:before { content: "\f107"; }
.flaticon-brake-disk:before { content: "\f108"; }
.flaticon-car:before { content: "\f109"; }
.flaticon-car-painting:before { content: "\f10a"; }
.flaticon-car-search:before { content: "\f10b"; }
.flaticon-car-wash:before { content: "\f10c"; }
.flaticon-chassis:before { content: "\f10d"; }
.flaticon-cracked-windshield:before { content: "\f10e"; }
.flaticon-cross-wrench:before { content: "\f10f"; }
.flaticon-damage:before { content: "\f110"; }
.flaticon-electric-car:before { content: "\f111"; }
.flaticon-evacuator:before { content: "\f112"; }
.flaticon-exhaust-pipe:before { content: "\f113"; }
.flaticon-fix-sign:before { content: "\f114"; }
.flaticon-flat-tire:before { content: "\f115"; }
.flaticon-funnel:before { content: "\f116"; }
.flaticon-fuse:before { content: "\f117"; }
.flaticon-garage:before { content: "\f118"; }
.flaticon-gas-station:before { content: "\f119"; }
.flaticon-gears:before { content: "\f11a"; }
.flaticon-hammer-and-wrench:before { content: "\f11b"; }
.flaticon-headlight:before { content: "\f11c"; }
.flaticon-jerrycan:before { content: "\f11d"; }
.flaticon-key:before { content: "\f11e"; }
.flaticon-mirror:before { content: "\f11f"; }
.flaticon-motor:before { content: "\f120"; }
.flaticon-oil:before { content: "\f121"; }
.flaticon-piston:before { content: "\f122"; }
.flaticon-radiator:before { content: "\f123"; }
.flaticon-screwdriver-and-wrench:before { content: "\f124"; }
.flaticon-shock-absorber:before { content: "\f125"; }
.flaticon-signaling:before { content: "\f126"; }
.flaticon-spark-plug:before { content: "\f127"; }
.flaticon-steering-wheel:before { content: "\f128"; }
.flaticon-tachometer:before { content: "\f129"; }
.flaticon-tank:before { content: "\f12a"; }
.flaticon-timing-belt:before { content: "\f12b"; }
.flaticon-tinting:before { content: "\f12c"; }
.flaticon-traffic-cone:before { content: "\f12d"; }
.flaticon-transmision:before { content: "\f12e"; }
.flaticon-voltage:before { content: "\f12f"; }
.flaticon-wheel:before { content: "\f130"; }
.flaticon-wheel-and-manometer:before { content: "\f131"; }


/*** 
====================================================================
	Reset
====================================================================
 ***/

* {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
/*** 

====================================================================
	Global Settings
====================================================================

 ***/
section {
position: relative;
}
html,
body {
    margin: 0 auto;
    padding: 0;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.6;
    max-width: 1280px;
    background: #000 url("img/bg.jpg") top center no-repeat fixed;
}
.page-wrapper {
    background: #fff;
    box-shadow: 0px 15px 65px 15px #000;
}
p {
    margin: 0 0 15px 0;
}
h1 {
    font-size: 58px;
}
h2 {
    font-size: 45px;
}
h3 {
    font-size: 34px;
}
h4 {
    font-size: 28px;
}
h5 {
    font-size: 24px;
}
h6 {
    font-size: 17px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 20px 0 15px;
    font-weight: 300;
    line-height: 1.5;
}
a {
    text-decoration: none;
    color: #31aff5;
}
a:hover {
    text-decoration: none;
    color: #0094D6;
}
a,
a:hover,
a:focus,
button,
button:hover {
    outline: 0;
    text-decoration: none;
    transition: .4s;
}
b,
strong {
font-weight: 600;
}
hr {
color: #f2f2f2;
    background-color: #f2f2f2;
    border: 0px none;
    height: 1px;
    clear: both;
    margin: 20px 0;
}

hr {
color: #f2f2f2;
    background-color: #f2f2f2;
    border: 0px none;
    height: 1px;
    clear: both;
    margin: 20px 0;
}



/*** 

====================================================================
	Button style
====================================================================

***/

.btn {
    border: 0;
    cursor: pointer;
       vertical-align: middle;
    display: inline-block;
    cursor: pointer;
     background-color: #31aff5;
    padding: 10px 15px;
    margin: 5px;
    border-radius: 3px ;
-moz-border-radius: 3px ;
-webkit-border-radius: 3px ;
	line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    color: #fff;
	font-weight: 600;
}


.btn:hover,
.btn:active,
.btn:focus {
  background: #30a7e9;
}



.btn_medium {
    font-size: 24px;
    padding: 15px 40px;
}
.btn_big {
    font-size: 33px;
    padding: 20px 50px;
}
a.btn:hover {
    color: #fff;
}
.btn_white {
    background: #fff;
    border: 1px solid #fff;
    color: #000;
}
.btn_white:hover {
    background: #fff;
    color: #000;
}
.btn_color_border {
    background: transparent;
    border: 1px solid #31aff5;
    color: #31aff5;
}
a.btn_color_border:hover,
.btn_color_border:hover {
    background: transparent;
    border: 1px solid #30a7e9;
    color: #30a7e9;
}
.btn_white_border,
.btn_white_border:hover,
a.btn_white_border:hover {
    background: #ffffff;
    border: 1px solid #fff;
    color: #31aff5;
}
.clear {
    clear: both;
    overflow: hidden;
}
.container {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}
.row {
    margin: 0 -15px;
}
.line-white {
    background-color: #fff;
   clear: both;
   height: 1px;
    max-width: 80px;
    margin: 20px auto;
}

.line-black {
    background-color: #000;
     clear: both;
 height: 1px;
    max-width: 80px;
    margin: 20px auto;
}

.line-orange {
background-color: #31aff5;
    clear: both;
  height: 1px;
    max-width: 80px;
    margin: 20px auto;
}


.line-left {
    margin-left: 0;
}

.title-white {
    font-size: 40px;
    text-align: center;
    color: #fff;
    line-height: 60px;
	font-weight: 500;
}
.title-black {
    font-size: 40px;
    text-align: center;
    color: #000;
    line-height: 60px;
    margin-bottom: 20px;
		font-weight: 500;
}



.subtitle-white {
    font-size: 21px;
    text-align: center;
    color: #fff;
    font-weight: 300;
}
.subtitle-black {
    font-size: 21px;
    text-align: center;
    color: #222;
    margin-bottom: 50px;
    font-weight: 300;
	    line-height: 30px;
}
.text-white {
    color: #fff;
}
img {
    max-width: 100%;
    height: auto;
}
.alignleft {
    float: left;
    margin: 5px 10px 5px 0;
}
.alignright {
    float: right;
    margin: 5px 0 5px 10px;
}
.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
/*** 

====================================================================
	Column style
====================================================================

***/

.col-2 {
    width: 50%;
    padding: 0 15px;
    float: left;
   margin-bottom: 20px;
    min-height: 1px;
    position: relative;
}
.col-3 {
    width: 33.33%;
    padding: 0 15px;
    float: left;
    margin-bottom: 20px;
    min-height: 1px;
    position: relative;
}
.col-4 {
    width: 25%;
    padding: 0 15px;
    float: left;
  margin-bottom: 20px;
    min-height: 1px;
    position: relative;
}
.col-5 {
    width: 20%;
    padding: 0 15px;
    float: left;
   margin-bottom: 20px;
    min-height: 1px;
    position: relative;
}
.col-6 {
    width: 16.666%;
    padding: 0 15px;
    float: left;
   margin-bottom: 20px;
    min-height: 1px;
    position: relative;
}
.col-7 {
    width: 66.66666667%;
    padding: 0 15px;
    float: left;
   
}
.col-15 {
    width: 15%;
    padding: 0 15px;
    float: left;
}
.col-60 {
    width: 60%;
    padding: 0 15px;
    float: left;
}
.col-25 {
    width: 25%;
    padding: 0 15px;
    float: left;
}
.col-100 {
    width: 100%;
    padding: 0 15px;
}
.docs-example .one div,
.docs-example.docs-example .two div,
.docs-example .three div,
.docs-example .four div,
.docs-example .five div,
.docs-example .six div,
.docs-example .seven div,
.docs-example .eight div,
.docs-example .nine div,
.docs-example .ten div,
.docs-example .eleven div,
.docs-example .twelve div {
    background: #EEE;
    text-align: center;
    border-radius: 4px;
    font-size: 1rem;
    text-transform: uppercase;
    height: 30px;
    line-height: 30px;
    margin-bottom: .75rem;
    font-weight: 600;
    letter-spacing: .1rem;
    margin-bottom: 1.5rem;
}
.one {
    width: 10%;
    float: left;
    padding: 0 15px;
    min-height: 1px;
}
.two {
    width: 15%;
    float: left;
    padding: 0 15px;
    min-height: 1px;
}
.three {
    width: 20%;
    float: left;
    padding: 0 15px;
    min-height: 1px;
}
.four {
    width: 30%;
    float: left;
    padding: 0 15px;
    min-height: 1px;
}
.five {
    width: 40%;
    float: left;
    padding: 0 15px;
    min-height: 1px;
}
.six {
    width: 50%;
    padding: 0 15px;
    float: left;
    min-height: 1px;
    position: relative;
}
.seven {
    width: 60%;
    float: left;
    padding: 0 15px;
    min-height: 1px;
}
.eight {
    width: 70%;
    float: left;
    padding: 0 15px;
    min-height: 1px;
}
.nine {
    width: 80%;
    float: left;
    padding: 0 15px;
    min-height: 1px;
}
.ten {
    width: 85%;
    float: left;
    padding: 0 15px;
    min-height: 1px;
}
.eleven {
    width: 90%;
    float: left;
    padding: 0 15px;
    min-height: 1px;
}
.twelve {
    width: 100%;
    float: left;
    padding: 0 15px;
    min-height: 1px;
}
/*** 

====================================================================
	Main Header style
====================================================================

***/



.sub_header {
    padding: 10px 0 0 0;
    border-bottom: 1px solid #efefef;
    font-size: 15px;
}

.sub_header .fa {
    font-size: 18px;
	    vertical-align: middle;
}
.sub_header p {
	    vertical-align: middle;
		    margin: 0;
}

.sub_header .col-2{
margin: 0 0 10px 0;
}
.sub_header .left_block {
text-align: left;
}
.sub_header .right_block {
text-align: right;
}

.sub_header .right_block i:nth-child(2n){
    margin-left: 30px;
}


/* home v1 */



.home {
    background: url("img/home_v3_b.jpg") 50% 50% no-repeat;
    background-size: cover;
    width: 100%;
    max-height: 800px;
    position: relative;

}

.oblique_white_left_to_right_inside{
    position: relative;
    z-index: 2;
    overflow: visible;
}
.oblique_white_left_to_right_inside:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -45px;
    overflow: visible;
    width: 100%;
    height: 90px;
    background: #ffffff;
    z-index: 1;
    -webkit-transform: skewY(-4deg);
    -moz-transform: skewY(-4deg);
    -ms-transform: skewY(-4deg);
    -o-transform: skewY(-4deg);
    transform: skewY(-4deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: initial;
}



.oblique_white_right_to_left_inside{
    position: relative;
    z-index: 2;
    overflow: visible;
}
.oblique_white_right_to_left_inside:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -45px;
    overflow: visible;
    width: 100%;
    height: 90px;
    background: #ffffff;
    z-index: 1;
    -webkit-transform: skewY(4deg);
    -moz-transform: skewY(4deg);
    -ms-transform: skewY(4deg);
    -o-transform: skewY(4deg);
    transform: skewY(4deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: initial;
}



.oblique_gray_left_to_right_inside{
    position: relative;
    z-index: 2;
    overflow: visible;
}
.oblique_gray_left_to_right_inside:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -45px;
    overflow: visible;
    width: 100%;
    height: 90px;
    background: #f8f8f8;
    z-index: 1;
    -webkit-transform: skewY(-4deg);
    -moz-transform: skewY(-4deg);
    -ms-transform: skewY(-4deg);
    -o-transform: skewY(-4deg);
    transform: skewY(-4deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: initial;
}


.oblique_gray_right_to_left_inside{
    position: relative;
    z-index: 2;
    overflow: visible;
}
.oblique_gray_right_to_left_inside:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -45px;
    overflow: visible;
    width: 100%;
    height: 90px;
    background: #f8f8f8;
    z-index: 1;
    -webkit-transform: skewY(4deg);
    -moz-transform: skewY(4deg);
    -ms-transform: skewY(4deg);
    -o-transform: skewY(4deg);
    transform: skewY(4deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: initial;
}

/*  outside */


.oblique_white_left_to_right_outside{
    position: relative;
    z-index: 2;
    overflow: visible;
}
.oblique_white_left_to_right_outside:before {
    content: '';
    position: absolute;
    left: 0;
    top: -45px;
    overflow: visible;
    width: 100%;
    height: 90px;
    background: #ffffff;
    z-index: 1;
    -webkit-transform: skewY(-4deg);
    -moz-transform: skewY(-4deg);
    -ms-transform: skewY(-4deg);
    -o-transform: skewY(-4deg);
    transform: skewY(-4deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: initial;
}



.oblique_white_right_to_left_outside{
    position: relative;
    z-index: 2;
    overflow: visible;
}
.oblique_white_right_to_left_outside:before {
    content: '';
    position: absolute;
    left: 0;
    top: -45px;
    overflow: visible;
    width: 100%;
    height: 90px;
    background: #ffffff;
    z-index: 1;
    -webkit-transform: skewY(4deg);
    -moz-transform: skewY(4deg);
    -ms-transform: skewY(4deg);
    -o-transform: skewY(4deg);
    transform: skewY(4deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: initial;
}



.oblique_gray_left_to_right_outside{
    position: relative;
    z-index: 2;
    overflow: visible;
}
.oblique_gray_left_to_right_outside:before {
    content: '';
    position: absolute;
    left: 0;
    top: -45px;
    overflow: visible;
    width: 100%;
    height: 90px;
    background: #f8f8f8;
    z-index: 1;
    -webkit-transform: skewY(-4deg);
    -moz-transform: skewY(-4deg);
    -ms-transform: skewY(-4deg);
    -o-transform: skewY(-4deg);
    transform: skewY(-4deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: initial;
}


.oblique_gray_right_to_left_outside{
    position: relative;
    z-index: 2;
    overflow: visible;
}
.oblique_gray_right_to_left_outside:before {
    content: '';
    position: absolute;
    left: 0;
    top: -45px;
    overflow: visible;
    width: 100%;
    height: 90px;
    background: #f8f8f8;
    z-index: 1;
    -webkit-transform: skewY(4deg);
    -moz-transform: skewY(4deg);
    -ms-transform: skewY(4deg);
    -o-transform: skewY(4deg);
    transform: skewY(4deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: initial;
}



.home_padding {
padding: 200px 0;
}

.home .col-3,
.home .col-7 {
    margin-bottom: 0;
}
.home .info {
    float: right;
}
.home .info .phone {
    color: #fff;
    font-size: 30px;
    text-align: right;
    margin-bottom: 10px;
}
.home .order {
    padding: 10px 20px;
    margin-top: -10px;
}

.home_v3 .title-white {
    padding-top: 200px;
}

.home .title-white {
    font-size: 55px;
    text-shadow: 0px 3px 10px #000;
    color: #fff;
    text-transform: uppercase;
}
.home .title-black {
    font-size: 55px;
}



/*video home */
.home_video {
    overflow: hidden;
	    width: 100%;
}

.home_video_block video {
width: 100%;
}


.home_video .home_video_block{
position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;


}

.home_form {
float: right;
max-width: 450px;
}


.z-index {
z-index: 9;
    position: relative;
}

.home_video_block {
    background: url(http://www.transitplus.ru/video/index/index.jpg) center center no-repeat;
    background-size: cover; /* Should be run through an auto-prefixer */
}





/* home v2 */

.header_block {
    height: 100%;
    margin: auto;
}
.home_v2 div:not(.owl-controls) {
min-height: 600px;
    height: 100%;
    background-size: cover;
	    z-index: 1;
}
.home_v2 [class*="slide_"] {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.home_v2 {
    position: relative;
    height: 100%;
}
.home_v2 .subtitle-white {
    text-transform: capitalize;
}
.home_v2 .slide_1 {
    background: url('img/sl-1.jpg') 50% 50% no-repeat;
}
.home_v2 .slide_2 {
    background: url('img/b1.jpg') 50% 50% no-repeat;
}
.home_v2 .slide_3 {
    background: url('img/sl-2.jpg') 50% 50% no-repeat;
}
.home_v2 div.slide_title {
    position: relative;
}
.home_v2 .col-3,
.home_v2 .col-7 {
    margin-bottom: 0;
}
.home_v2 .info {
    float: right;
}
.home_v2 .info .phone {
    color: #fff;
    font-size: 30px;
    text-align: right;
    margin-bottom: 10px;
}
.home_v2 .order {
    padding: 10px 20px;
    margin-top: -10px;
}

.home_v2 .line-white {
     margin: 25px auto;
    display: block;
}
.home_v2 .header {
    position: absolute;
    z-index: 10;
}
.home_v2 .owl-controls {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: 10px;
    text-align: center;
}
.home_v2 .owl-controls .owl-nav div {
    position: absolute;
    top: 0;
    bottom: 0;
    display: inline-block;
    zoom: 1;
    margin: 0;
    color: #FFF;
    opacity: .6;
    font-size: 45px;
}
.home_v2 .owl-controls .owl-nav .owl-prev {
    left: 25px;
}
.home_v2 .owl-controls .owl-nav .owl-next {
    right: 25px;
}
.bts  {
    margin-top: 30px;
}
.bts .btn {
    font-size: 16px;
}


.action {
    cursor: pointer;
    width: 60px;
    margin-left: -30px;
    height: 60px;
    background: url(img/arrow@2x.png) no-repeat center bottom;
    background-size: 30px 30px;
    display: block;
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    transition: 0.3s ease 0s;
}
.action:active {
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
}
.action_v3 {
    bottom: 120px;
}
/* home v3 */

.home_bg_3 {
    background: url("img/b1.jpg") 50% 20% no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    position: relative;
}

.home_bg_3 .action {
    bottom: 90px;
}

.home_bg_3 .margin_form {   
margin: 90px auto;
    float: right;
    width: 100%;
}

/* home v4 car wash*/
.home_v4 div:not(.owl-controls) {
    height: 100%;
    background-size: cover;
	position: relative;
}
.home_v4 [class*="slide_"] {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.home_v4 {
    position: relative;
    height: 100%;
}
.home_v4 .subtitle-white {
    text-transform: capitalize;
}
.home_v4 .slide_1 {
    background: url('img/carwash_sl_1.jpg') 50% 50% no-repeat;
}
.home_v4 .slide_2 {
    background: url('img/carwash_sl_2.jpg') 50% 50% no-repeat;
}
.home_v4 div.slide_title {
    position: relative;
}
.home_v4 .col-3,
.home_v4 .col-7 {
    margin-bottom: 0;
}
.home_v4 .info {
    float: right;
}
.home_v4 .info .phone {
    color: #fff;
    font-size: 30px;
    text-align: right;
    margin-bottom: 10px;
}
.home_v4 .order {
    padding: 10px 20px;
    margin-top: -10px;
}

.home_v4 .line-white {
     margin: 25px auto;
	     display: block;
}
.home_v4 .header {
    position: absolute;
    z-index: 10;
}
.home_v4 .owl-controls {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: 10px;
    text-align: center;
}
.home_v4 .owl-controls .owl-nav div {
    position: absolute;
    top: 0;
    bottom: 0;
    display: inline-block;
    zoom: 1;
    margin: 0;
    color: #FFF;
    opacity: .6;
    font-size: 45px;
}
.home_v4 .owl-controls .owl-nav .owl-prev {
    left: 25px;
}
.home_v4 .owl-controls .owl-nav .owl-next {
    right: 25px;
}
.home_v4 .btn {
    font-size: 16px;
    margin-top: 60px;
}


.btn i {
    border-right: 1px solid rgba(255, 255, 255, 0.27);
    padding-right: 10px;
    margin-right: 10px;
}



/* home v5 */

.home_v5 {
    background: url("img/carwash_sl_2.jpg") 50% 50% no-repeat;
    background-size: cover;
    width: 100%;
max-height: 800px;
    height: 100%;
    position: relative;
}


.home_v5 div.slide_title {
    position: relative;
}
.home_v5 .col-3,
.home_v5 .col-7 {
    margin-bottom: 0;
}
.home_v5 .info {
    float: right;
}
.home_v5 .info .phone {
    color: #fff;
    font-size: 30px;
    text-align: right;
    margin-bottom: 10px;
}
.home_v5 .order {
    padding: 10px 20px;
    margin-top: -10px;
}

.home_v5 .line-white {
        margin: 25px auto;
		    display: block;
}
.home_v5 .header {
    position: absolute;
    z-index: 10;
}
.home_v5 .owl-controls {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: 10px;
    text-align: center;
}
.home_v5 .owl-controls .owl-nav div {
    position: absolute;
    top: 0;
    bottom: 0;
    display: inline-block;
    zoom: 1;
    margin: 0;
    color: #FFF;
    opacity: .6;
    font-size: 45px;
}
.home_v5 .owl-controls .owl-nav .owl-prev {
    left: 25px;
}
.home_v5 .owl-controls .owl-nav .owl-next {
    right: 25px;
}
.home_v5 .btn {
    font-size: 16px;
    margin-top: 60px;
}





.title_and_subtitle_center {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 50%;
    top: 30%;
    margin: auto;
	max-width: 1170px;
}

.title_and_subtitle_center_for_slider {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    margin: auto;
}

/* finish */

/* =======================================
	menu on computer
========================================== */
.gray_bg {
background: rgba(245, 245, 245, 0.5);
}
.header {
    padding: 40px 10px 10px 10px;
    position: absolute;
    right: 0;
    left: 0;
    -webkit-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    transition: 0.3s ease 0s;
    z-index: 99;
}
.header.scrollMenu {
    padding: 15px 5px 10px 5px;
}




 @-webkit-keyframes slideInDown {
 from {
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
 visibility: visible;
 padding: 1.5em 0;
}
 to {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 padding: .75em 0;
}
}
 @keyframes slideInDown {
 from {
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
 visibility: visible;
 padding: 1.5em 0;
}
 to {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 padding: .75em 0;
}
}


.header .logo {
    width: 192px;
    height: 57px;
    background: url("img/acn-logo-ls.png") no-repeat top center;
    display: block;
    float: left;
    top: -14px;
    position: relative;
	    background-size: cover;
}
/* header on other then home page */

.header_other_page .logo {
    width: 192px;
    height: 25px;
    background: url("img/logo-black.png") no-repeat top center;
    display: block;
    top: 6px;
    position: relative;
	    background-size: cover;
}
/*** 

====================================================================
	Header v3
====================================================================

 ***/

.header_v3 {
        padding: 25px 0 15px 0!important;
    position: relative;
}
.header_v3 .logo {
    width: 192px;
    height: 28px;
    display: block;
    float: left;
    background: url("img/logo-black.png") no-repeat top center;
    top: 5px;
    position: relative;
	    background-size: cover;
}

.header_v3 .col-7 {
padding-right: 0;
}


/*** 

====================================================================
	More about us
====================================================================

 ***/




.car_repair_icon {
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    left: 0px;
    top: 5px;
    color: #34b1c4;
    font-size: 48px;
    line-height: 70px;
    text-align: center;
}

.car_repair_text {
    padding-left: 115px;
}

 .car_repair_title {
    
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
 .car_repair_i {
    color: #31aff5;
}

.car_repair_i:before {
    font-size: 77px;
}

.car_repair_p {
  color: #858585;  
    
}

/*** 

====================================================================
	Advantages
====================================================================

 ***/

.advantages {
    padding: 70px 0 70px 0;
}
.advantages .title {
    font-size: 20px;
    text-align: center;
    margin: 20px 0;
}
.iconAdvantages {
    font-size: 65px;
    color: #31aff5;
    text-shadow: 10px 10px 3px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-bottom: 30px;
}
.advantages .subtitle {
    text-align: center;
    color: #848484;
}
.advantages .more {
    font-size: 16px;
    text-align: center;
    margin: 20px 0;
    text-transform: uppercase;
}



.left_img {
    line-height: 0;
    background: url(img/car_service.jpg);
    width: 100%;
    height: 600px;
}
	
	
	
.left_img_wash {
    line-height: 0;
    background: url(img/seat-wash.jpg);
	    background-position: 50% 50%;
    background-size: cover;
    width: 100%;
    height: 600px;

}

.left_img_wash_2 {
    line-height: 0;
    background: url(img/bmw_wash.jpg);
	    background-position: 50% 50%;
    background-size: cover;
    width: 100%;
    height: 600px;
}
	
/*** 

====================================================================
	What We Do
====================================================================

 ***/

.what-we-do {
    padding: 120px 0;
}
.what-we-do .block {
    padding: 20px 0 20px 10px;
    line-height: 30px;
    border: 1px solid #e7ebeb;
    background: #fff;
	    box-shadow: 0 5px 25px rgba(0,0,0,.1);
    -webkit-transition: translate .18s,box-shadow .18s;
    transition: translate .18s,box-shadow .18s;
    border-radius: 3px;
}
.what-we-do .block:hover {
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1);
}

.what-we-do-block {
margin-bottom: 20px;
}


.what-we-do hr {
margin: 50px 0;
}

.what-we-do-title {
    font-size: 30px;
    margin: 50px 0 25px;
}

.what-we-do-desc {
    color: #848e92;
}

.what-we-do .link {
    margin: 20px 0;
    display: block;
}


ul.circle {} 

ul.circle li {
    list-style-type: none;
}
ul.circle li {
    padding: 2px 30px 10px 35px;
    position: relative;
	    margin: 5px 0;
}
ul.circle li:before {
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    height: 3px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #31aff5;
    top: 15px;
    left: 15px;
}	

ul.white li:before {
    border: 1px solid #fff;
	}
/*** 

====================================================================
	How can we help
====================================================================

 ***/

.formCapture {
    padding: 150px 0;
 background: #e4e4e2 url(img/call_to_action_bg.jpg) 50% 0%;
    background-size: cover;
}
.formCapture_info {
    text-align: center;
    margin-top: 35px;
    font-size: 40px;
    line-height: 50px;
}
.formCapture .line-orange {
 margin-left: 0;
}

.formCapture .title-black {
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}
.formCapture .subtitle-black {
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
} 




/*** 

====================================================================
	How can we help - wash car 
====================================================================

 ***/

.call_to_action_wash {
    padding: 150px 0;
 background: #e4e4e2 url(img/call_to_action_wash.jpg) 50% 0%;
    background-size: cover;
}
.call_to_action_wash .info {
    text-align: center;
    margin-top: 35px;
    font-size: 40px;
    line-height: 50px;
}
.call_to_action_wash .line-orange {
 margin-left: 0;
}

.call_to_action_wash .title-black {
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}
.call_to_action_wash .subtitle-black {
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
} 



/*** 

====================================================================
	Rewiev
====================================================================

 ***/

.rewiev {
    padding: 120px 0;
	position: relative;
}

.rewiev  .owl-nav {
    position: absolute;
    z-index: 9;
    top: 40%;
    margin: auto;
    width: 100%;
}

.rewiev .owl-prev:after {
    content: "\f104";
    font-family: FontAwesome;
	left: 23%;
    position: absolute;
    font-size: 70px;
	 color: #9c9c9c;
}
.rewiev .owl-next:after {
    color: #9c9c9c;
	    content: "\f105";
    font-family: FontAwesome;
    right: 23%;
    position: absolute;
    font-size: 70px;
}


.rewiev img {
    border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius:  3px 3px 0 0;
}
.rewiev .owl-item {
-webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    filter: blur(5px);
	}
	
.rewiev .owl-item.active + .owl-item {
-webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    filter: blur(0px);
}
	
	.rewiev .owl-item {
    background: #fff;

	    border-radius:  0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius:  0 0 3px 3px;
}



.rewiev .item_content {
    padding: 20px;

}

.rewiev .owl-theme .owl-controls {
    margin-top: 30px;
}

.rewiev .title {
     font-size: 26px;
    margin: 20px 0;
}
.rewiev .subtitle {
    color: #848484;
    line-height: 24px;
    font-style: italic;
}
.rewiev .name {
    font-style: initial;
    margin: 10px 0;
    font-weight: 600;
    color: #000;
	    
}

/*** 

====================================================================
	Why Choose Certified Service
====================================================================

 ***/

.why-certified-service {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}
.why-certified-service .title {
    font-size: 20px;
    text-align: center;
    margin: 20px 0;
}
.why-certified-service .subtitle {
    font-size: 17px;
    text-align: center;
    color: #848484;
}
.why-certified-service .more {
    font-size: 16px;
    text-align: center;
    margin: 20px 0;
    text-transform: uppercase;
}
.why-certified-service .padding {
    padding: 10px 30px 30px 30px;
}
.why-certified-service .border {
    border: 1px solid #eaeaea;
    background: #fff;
}
.why-certified-service .border:hover {
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1);
}
.populyarn__questions {
    width: 100%;
    background: #fff;
    position: relative;
}
.populyarn__questions-h2 {
    padding: 62px 0 32px 0;
    text-transform: uppercase;
    border-bottom: 3px solid #000;
    margin-bottom: 38px;
    display: inline-block;
}
.populyarn__questions-list {
    list-style: none;
    margin-top: 50px;
    padding-left: 100px;
}
.populyarn__questions-list > li {
    font-size: 16px;
    line-height: 25px;
    color: #000;
    padding-bottom: 25px;
    padding-left: 40px;
    position: relative;
    cursor: pointer;
}

.populyarn__questions-list > li:before {
    content: '+';
    position: absolute;
    top: 3px;
    left: 0px;
    width: 18px;
    height: 18px;
    border: 1px solid #31aff5;
    color: #31aff5;
    font-size: 20px;
    line-height: 17px;
    text-align: center;
    cursor: pointer;
	  border-radius: 3px ;
-moz-border-radius: 3px ;
-webkit-border-radius: 3px ;
}
.populyarn__questions-list > li.active:before {
    content: '-';
    position: absolute;
    top: 3px;
    left: 0px;
    width: 18px;
    height: 18px;
    border: 1px solid #31aff5;
    color: #31aff5;
    font-size: 15px;
    line-height: 16px;
    text-align: center;
    cursor: pointer;
	  border-radius: 3px ;
-moz-border-radius: 3px ;
-webkit-border-radius: 3px ;
}
.populyarn__questions-li-hide {
     padding: 20px 0;
    display: none;
    color: #626262;
    line-height: 30px;
}
.aboda__questions {
    font-size: 24px;
    line-height: 30px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    padding-top: 33px;
}
.populyarn__questions-bttn {
    border: 1px solid #6adbd9;
    color: #6adbd9;
    font-size: 16px;
    line-height: 54px;
    padding: 0 42px;
    display: table;
    border-radius: 5px;
    margin: 20px auto 48px;
    font-family: 'circe-light';
}
.populyarn__questions-bttn:hover {
    border: 1px solid #000;
    color: #000;
}
.populyarn__questions-bttn:active {
    border: 1px solid #6adbd9;
    color: #fff;
    background: #6adbd9;
}
/*** 

====================================================================
	We service most makes and models
====================================================================

 ***/

.brands {
    padding: 120px 0;
    background: #fff;
}

.brands img {
    margin: 15px auto;	
}


img.image_size_50 {
    max-width: 50%;
}
.brands .owl-carousel .item {
    padding: 10px 55px;
}

.brands .border_right {
    border-right: 1px solid #f8f8f8;
} 

.brands  .no_border_right {
 border-right: 1px solid transparent;
}

.brands .border_bottom{
    border-bottom: 1px solid #f8f8f8;
} 

.brands  .no_border_bottom{
 border-bottom: 1px solid transparent;
}

.brands .col-6 {
margin: 0;
}


/*** 

====================================================================
	Carusel (Slider)
====================================================================

 ***/
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}
/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
    
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    
    opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    
    opacity: 1;
    text-decoration: none;
}
/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    
    opacity: 1;
}
/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
/* preloading images */

.owl-item.loading {
    min-height: 150px;
}
.owl-theme .owl-controls .owl-nav .disabled {
    opacity: .5;
    cursor: default
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}
.owl-prev:after {
    content: "\f104";
    font-family: FontAwesome;
}
.owl-next:after {
    content: "\f105";
    font-family: FontAwesome;
	
}

.home_v2 .owl-controls .owl-dots {

}

/*home v9*/
.title-black-left {
    font-size: 40px;
    text-align: left;
    color: #000;
    line-height: 60px;
    margin-bottom: 20px;
    font-weight: 500;
}
.subtitle-black-left {
    font-size: 21px;
    text-align: left;
    color: #222;
    margin-bottom: 30px;
    font-weight: 300;
    line-height: 30px;
}
/*** 

====================================================================
	Contact us
====================================================================

 ***/
 
input, textarea {
display: block;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 15px;
    line-height: 1.5;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    transition: all .2s ease-out;
    border-color: #dadddf;
    color: #848e92;
	}
input:focus, textarea:focus { 
border-color: #a3a5a7;
 }

.contact .title {
    margin: 0 0 60px 0;
}
.contact {
    padding: 120px 0;
    color: #7E7E7E;
}

.contact.oblique_white_left_to_right_inside:after {
    background: #292929;
	}
.contact ul li {
    list-style: none;
}
.data-list li,
.data-list-alt li {
    padding-left: 45px;
    padding-bottom: 30px;
    position: relative;
}
.data-list-alt li {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
}
.data-list .icon,
.data-list-alt .icon {
    position: absolute;
    top: 12px;
    left: 0;
    font-size: 130%;
    opacity: 0.4;
}

/*** 

====================================================================
	Map
====================================================================

 ***/
 
 .map {
 
 }

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive-16by9 {
    padding-bottom: 33.25%;
}
.embed-responsive {
    overflow: visible;
}


.footer_up {    
background-color: #292929;
padding: 40px 0;
}
.footer_up  h4 {
    color: #fff;
	    font-weight: 500;
}

.footer_up  p, .footer_up  a {
    color: #666;
}

.footer_up  a:hover{
    color: #fff;
}
.footer_up .meta {
       display: block;
    margin-top: 10px;
    color: #fff;
}
.footer_up ul.white li {
 
	}
.footer_up ul.white li:before {
    border: 1px solid #666;
	}
	
	.footer-icons {
	list-style: none;
	}
	
		.footer-icons li{
padding: 5px 0;
	}
	
.footer-icons  i {
    margin-right: 15px;
	    width: 25px;
}




.subscribe	{
		    position: relative;
		}					
		.subscribe i{
		    position: absolute;
    right: 10px;
    top: 13px;
    color: #a9a9a9;
    cursor: pointer;
}		

.subscribe_btn {
     width: 40px;
    height: 40px;
    text-indent: -5000px;
    border: 0;
    position: absolute;
    right: 0;
    top: 3px;
    z-index: 9;
	background: transparent;
	    cursor: pointer;
}

/*** 

====================================================================
	Footer
====================================================================

 ***/

.footer {
    padding: 0 0;
       background-color: #222;
	color: #a5a5a5;
}
.copyright {
    margin-top: 20px;
}
ul.social-network {
    list-style: none;
    display: inline;
    float: right;
    margin-left: 0 !important;
    margin-top: 15px;
    padding: 0;
}
ul.social-network li {
    display: inline;
    margin: 0 5px;
}
.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 18px;
}
.social-circle li i {
    margin: 0;
    line-height: 33px;
    text-align: center;
}
.social-circle i {
    color: #bdbdbd;
    line-height: 58px;
    border-radius: 50%;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}
.social-circle i:hover {
    color: #a5a5a5 ;
}




#back-top a{
 color: #ffffff;
}
#back-top {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
position: fixed;
    bottom: 30px;
    right: 40px;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #ffffff;

    background: #31aff5;
    /* font-size: 20px; */
    line-height: 36px;
    cursor: pointer;
	    z-index: 9;
	}
	
/*** 

====================================================================
	Shortcodes
====================================================================

 ***/
 
 
 /* colums same height without js */
 .colums_container_equal_height
{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
 
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
    .colums_item_equal_height
    {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
	
	
	
 
 
 	.statistics_achieved {
    text-transform: uppercase;
    display: block;
    font-size: 14px;
    color: #848e92;
    padding-top: 6px;
    letter-spacing: .5px;
}

.statistics i {
 font-size: 40px;
    color: #31aff5;
}

 
 /* form */


 .form-style-heading{font-weight:700;font-style:italic;border-bottom:2px solid #ddd;margin-bottom:10px;
 font-size:15px;padding-bottom:3px}
 
 .form-style label{display:block;margin:0 0 15px}
 .form-style label>span{width:100px;font-weight:700;float:left;padding-top:8px;padding-right:5px}
 

 
 .form-style .input-field:focus,
 .form-style .select-field:focus,
 .form-style .tel-number-field:focus,
 .form-style .textarea-field:focus{
 border:1px solid #0C0}
 
 

 


 .form-style .error{
     background: #FFE8E8;
    color: red;
    border-left: 3px solid red;
    padding: 5px 0 5px 10px;
	}

 
.popup_icon i {
    display: block;
    width: 80px;
    height: 80px;
    margin: 20px auto 15px;
    border: 3px solid #2dbf5b;
    line-height: 74px;
    border-radius: 50%;
    font-size: 38px;
    text-align: center;
    color: #2dbf5b;
    background: transparent;
}


.popup_title {
    display: block;
    margin-bottom: 6px;
    color: #091d25;
    font-size: 30px;
	    text-align: center;
}
.popup_subtitle {
  font-size: 20px;
    color: #6b777c;
    text-align: center;
    margin-bottom: 25px;
}



/* form end */
 
.white-popup-block {
 background: #f7f7f7;
    padding: 20px 30px;
    text-align: left;
    max-width: 450px;
    margin: 40px auto;
    position: relative;
	    border-radius: 3px ;
-moz-border-radius: 3px ;
-webkit-border-radius: 3px ;
}

.white-popup-block-right {
    background: #f7f7f7;
    width: 100%;
    padding: 20px 30px;
    text-align: left;
    max-width: 450px;
    float: right;
    position: relative;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}




.fix_background_on_scroll {
	    background-attachment: fixed;
}


.light_font_style {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
.normal_font_style {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.bold_font_style {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
.shortcode_page .container {
    max-width: 960px;
}

.shortcode_page .scrollMenu {
    position: absolute;
}


.shortcode_page .menu_shortcode_page {
    position: relative;
	width: 100%;
	padding: 20px 0;
}
.shortcode_page .menu_shortcode_page .menu_inside {
text-align: center;
    max-width: 250px;
	margin: auto;
}
.shortcode_page .menu_shortcode_page .menu_inside  a{
display: block;
	margin-bottom: 15px;
}


.shortcode_page .container1170 {
    max-width: 1170px;
    margin: auto;
}

.shortcode_page .btn{
    margin: 20px 5px 0px 5px;
    width: auto;
}
.select_color {
    padding: 120px 0;
    background: #f8f8f8;
}
.select_transparent {
    padding: 20px 0;
}
.select_color_2 {
    padding: 120px 0;
   background-color: #31aff5;
}
.highlight {
    color: #31aff5;
}
.medium_title {
    font-size: 32px;
}
.small_title {
    font-size: 22px;
}
.call_to_action_1 {
  background-color: #31aff5;
    padding: 30px 0;
}
.call_to_action_2 {
 background-color: #31aff5;
    padding: 30px 0;
}

.call_to_action_2 .title-white {
    text-align: left;
    font-weight: 200;
}
.call_to_action_2 .subtitle-white {
    text-align: left;
    font-size: 15px;
}
.call_to_action_2 i {
    font-size: 60px;
    color: #fff;
    display: block;
    float: left;
    margin-right: 10px;
}
.call_to_action_2 a {
    text-align: right;
    float: right;
}
blockquote {
    position: relative;
    margin: 20px 0;
    background: #f7f7f7;
    border: 1px solid #f0f0f0;
    border-left: 3px solid #e0e0e0;
    padding: 20px 25px;
    font-weight: 300;
}
blockquote.style_2 {
    border-right: 3px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
}
blockquote.style_3 {
    border-top: 3px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
}
blockquote h1,
blockquote h2,
blockquote h3,
blockquote h4,
blockquote h5,
blockquote h6 {
    margin-top: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}
.fa {
    padding: 0 5px;
	
		-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.fa:hover {
-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.fa_color {
    color: #31aff5;
}
.fa_2 {
    font-size: 2em !important;
}
.fa_3 {
    font-size: 4em !important;
}
.fa_4 {
    font-size: 7em !important;
}
.fa_5 {
    font-size: 12em !important;
}
.fa_6 {
    font-size: 20em !important;
}
/* accordion */

.accordion {} .accordion .block {
    border: 1px solid #f0f0f0;
    margin: 20px 0;
}
.accordion .round,
.accordion .round {
    border-radius: 50px;
}
.round_block {
    border-radius: 50px;
}
.round_block.block.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transition: 0.5s;
}
.accordion .accordion_title {
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    padding: 15px 15px 15px 45px;
    color: #606060;
    position: relative;
    cursor: pointer;
    background-color: rgb(242, 240, 240);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), color-stop(0.5, rgb(251, 249, 249)), color-stop(0.5, rgb(247, 245, 246)), to(rgb(248, 248, 248)));
    box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px inset, rgba(0, 0, 0, 0.0470588) 0px 1px 2px;
}
.accordion .active .accordion_title {
    border-bottom: 1px solid #ebebeb;
}
.accordion .block .accordion_title:before {
    content: '+';
    position: absolute;
    top: 17px;
    left: 15px;
    width: 20px;
    height: 20px;
    line-height: 17px;
    font-size: 25px;
    text-align: center;
    cursor: pointer;
}
.accordion .active .accordion_title:before {
    content: '-';
    position: absolute;
    top: 17px;
    left: 15px;
    width: 20px;
    height: 20px;
    font-size: 25px;
    line-height: 16px;
    text-align: center;
    cursor: pointer;
}
.accordion .accordion_hide {
    padding-top: 18px;
    display: none;
    color: #626262;
    line-height: 25px;
    padding: 15px;
}
ul.tabs {
    margin: 0 0 -3px 0;
    text-align: center;
    padding: 0;
    display: inline-block;
    float: left;
    list-style: none;
    height: auto;
    /* width: 100%; */
    
    border-bottom: solid 2px #efefef;
}
ul.tabs li {
    float: left;
    cursor: pointer;
    line-height: 31px;
    overflow: hidden;
    border: none;
    position: relative;
    z-index: 1;
    border-top: solid 2px #F9F9F9;
    padding: 10px 30px;
    background-color: rgb(242, 240, 240);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), color-stop(0.5, rgb(251, 249, 249)), color-stop(0.5, rgb(247, 245, 246)), to(rgb(248, 248, 248)));
    box-shadow: rgba(255, 255, 255, 0.17) 0px 1px 0px inset, rgba(0, 0, 0, 0.10) 0px 1px 2px;
}
.tab_last {
    border-right: 1px solid #333;
}
ul.tabs li.active {
    display: block;
    background: #fff;
    color: #333;
    border-top: solid 2px #31aff5;
    box-shadow: 0px -1px 1px 0 rgba(0, 0, 0, 0.16);
}
.tab_container {
    border: 1px solid #efefef;
    clear: both;
    float: left;
    width: 100%;
    background: #fff;
    overflow: auto;
}
.tab_content {
    padding: 20px;
    display: none;
}
.tab_drawer_heading {
    display: none;
}
/* massony gallery */

.masonry {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
}
.masonry img {
    display: inline-block;
    margin: 0 0 5px;
    width: 100%;
    box-shadow: 2px 2px 4px 0 #ccc;
}
.gallery_style_2 {
    column-gap: 0;
    line-height: 0;
}
.gallery_style_2 img {
    margin: 0px 5px 5px 5px;
}
/**/
/* ligtbox and pop up */
/* animation from ligtbox and pop up */

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.mfp-figure {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
    -ms-animation-duration: .3s;
    -o-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}
/* timer */

.bg_waiting {
background: url(img/waiting.jpg);
background-size: cover;
}
.big_padding {
padding: 150px 0;
}
.z_index {
z-index: 1;
position: relative;
}

.black_bg {
background: rgba(0, 0, 0, 0.5);
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
    position: absolute !important;
    z-index: 1;
}
.timer_block {
    padding: 15px 15px;
    background: #fff;
}
.timer_desc {
    font-size: 20px;
    text-align: center;
    color: #DF1515;
    line-height: 19px;
    margin-bottom: 20px;
}
.timer {
    text-align: center;
}
.timer .day_block,
.timer .hour_block,
.timer .min_block,
.timer .sec_block {
    padding: 10px 30px;
    font-weight: 300;
    display: inline-block;
    position: relative;
}
.timer .sec_block {
    border: 0;
}
.timer .day,
.timer .hour,
.timer .min,
.timer .sec {
    font-size: 60px;
    line-height: 90px;
    font-weight: 800;
}
.timer .desc {
    font-size: 16px;
    /* line-height: 0; */
}

.timer_style_2 {
   background: #f8f8f8;
}

.timer_style_2 .day_block, 
.timer_style_2 .hour_block, 
.timer_style_2 .min_block{
    border-right: 1px solid #efefef;
}

.quote {
    position: relative;
    margin: 0 1px;
    display: block;
    padding: 0 100px;
    font-size: 17px;
    font-weight: 300;
    text-align: center;
    line-height: 1.6;
    border: none;
}
.quote:before {
    left: 0;
    content: "\f10d";
}
.quote:after {
    right: 0;
      content: "\f10e";
}
.quote:before,
.quote:after {
    font-family: FontAwesome;
    position: absolute;
    top: 20%;
    color: #31aff5;
    font-size: 25px;
}




/* home v4 car wash*/

.testimonials_title {
font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    max-width: 500px;
    background: rgba(0, 0, 0, 0.31);
    border-radius: 5px;
    padding: 20px;
}
.testimonials p {
    color: #fff;
    font-size: 15px;
    text-transform: initial;
    line-height: 30px;
    margin-top: 20px;
}
.testimonials .title_and_subtitle_center_for_slider {
    top: 30%;
}

.testimonials div:not(.owl-controls) {
    background-size: cover;
	position: relative;
}
.testimonials [class*="slide_"] {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.testimonials {
    position: relative;

}
.testimonials .subtitle-white {
    text-transform: capitalize;
}
.testimonials .testimonials_slide_1 {
    background: url('img/testimonials_1.jpg') 50% 50% no-repeat;
}
.testimonials .testimonials_slide_2 {
    background: url('img/testimonials_2.jpg') 50% 50% no-repeat;
}
.testimonials div.slide_title {
    position: relative;
}
.testimonials .col-3,
.testimonials .col-7 {
    margin-bottom: 0;
}
.testimonials .info {
    float: right;
}
.testimonials .info .phone {
    color: #fff;
    font-size: 30px;
    text-align: right;
    margin-bottom: 10px;
}
.testimonials .order {
    padding: 10px 20px;
    margin-top: -10px;
}

.testimonials .line-white {
    margin: 25px 0 5px 0;
}
.testimonials .header {
    position: absolute;
    z-index: 10;
}
.testimonials .owl-controls {
      position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
}
.testimonials .owl-controls .owl-nav div {
    position: absolute;
    top: 0;
    bottom: 0;
    display: inline-block;
    zoom: 1;
    margin: 0;
    color: #FFF;
    opacity: .6;
    font-size: 45px;
}
.testimonials .owl-controls .owl-nav .owl-prev {
    left: 25px;
}
.testimonials .owl-controls .owl-nav .owl-next {
    right: 25px;
}
.testimonials .btn {
    font-size: 16px;
    margin-top: 60px;
}
.testimonials .btn i {
    border-right: 1px solid rgba(255, 255, 255, 0.27);
    padding-right: 10px;
    margin-right: 10px;
}





/* tables */

table {
    border-collapse: collapse;
    text-align: left;
    margin-bottom: 20px;
    color: #000000;
    width: 100%;
}
th.empty {
    background: #fff;
}
tr.empty:hover {
    background: #fff;
}
th {
    background-color: #31aff5;
    font-weight: normal;
    font-size: 15px;
    padding: 15px 20px;
    color: #fff;
    border-right: 1px solid #d7d7d7;
}
tbody tr {} tbody tr:nth-child(even) {
    background-color: #ffffff;
}
tbody tr:hover {
    background-color: #eaeaea;
}
td {
    padding: 15px 20px;
    border: #d7d7d7 1px solid;
}
/* FRON END */

.select {
    background: #f8f8f8;
    padding: 40px 0;
}
.concept {
    padding: 40px 0;
}
.concept img {
    border: 1px solid #efefef;
}
.concept .design_name {
color: #656464;
    margin: 10px 0;
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    font-weight: 500;
}

.template {
    padding: 40px 0;
}
.template img {
    border: 1px solid #efefef;
}
.template .design_name {
    color: #8e8e8e;
    text-transform: uppercase;
}
/* extra shortcode */

.color_white {
    color: #fff;
}
.color_black {
    color: #fff;
}
.no_margin {
    margin: 0;
}
.no_padding {
    padding: 0;
}
.space20 {
    margin-bottom: 20px;
}
.space30 {
    margin-bottom: 30px;
}
.space40 {
    margin-bottom: 40px;
}
.space50 {
    margin-bottom: 50px;
}
.space55 {
    margin-bottom: 55px;
}
.space60 {
    margin-bottom: 60px;
}
.space70 {
    margin-bottom: 70px;
}
.space80 {
    margin-bottom: 80px;
}
.space90 {
    margin-bottom: 90px;
}
.space100 {
    margin-bottom: 100px;
}
.space110 {
    margin-bottom: 110px;
}
.space120 {
    margin-bottom: 120px;
}
.space130 {
    margin-bottom: 130px;
}
.space140 {
    margin-bottom: 140px;
}
.space150 {
    margin-bottom: 150px;
}
.space160 {
    margin-bottom: 160px;
}
.space170 {
    margin-bottom: 170px;
}
.space180 {
    margin-bottom: 180px;
}
.space190 {
    margin-bottom: 190px;
}
.space200 {
    margin-bottom: 200px;
}
.margin-top-20 {
    margin-top: 20px;
}
.margin-top-30 {
    margin-top: 30px;
}
.margin-top-40 {
    margin-top: 40px;
}
.margin-top-50 {
    margin-top: 50px;
}
.margin-top-60 {
    margin-top: 60px;
}
.margin-top-70 {
    margin-top: 70px;
}
.margin-top-80 {
    margin-top: 80px;
}
.margin-top-90 {
    margin-top: 90px;
}
.margin-top-100 {
    margin-top: 100px;
}
.text_center {
    text-align: center;
}
.text_left {
    text-align: left;
	margin-left: 0;
}
.text_right {
    text-align: right;
}
.text_style {
    text-transform: capitalize;
}
/* ==========================================================================
   Statistics
   ========================================================================== */

.statistics_achieved {
    text-transform: uppercase;
    display: block;
    font-size: 14px;
    color: #848e92;
    padding-top: 6px;
    letter-spacing: .5px;
}
.statistics i {
    font-size: 40px;
    color: #31aff5;
}
/* ==========================================================================
   Video tour
   ========================================================================== */

.video-tour {
    background: url(img/bg-video-tour.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
    -ms-interpolation-mode: nearest-neighbor;
    height: 330px;
    overflow: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}
.video-tour::before {
    background: rgba(0, 0, 0, 0.3);
}
.video-tour::before {
    background: rgba(0, 0, 0, 0.3);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
}
.video-tour h2 {
    margin: 0;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.video-tour h2 em {
    font-weight: 800;
    font-size: 30px;
    font-style: normal;
}
.video-tour h2 span {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    vertical-align: middle;
}
.video-tour h2 em,
.video-tour h2 span {
    display: block;
}
.video-tour .play-btn {
    font-size: 16px;
    margin: 24px 0;
    vertical-align: middle;
}
.video-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    max-width: 100%;
}
.play-btn {
    width: 81px;
    height: 81px;
    line-height: 90px;
    background-color: rgb(237, 94, 41);
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    transition: all .8s ease;
}
.play-btn:hover {
    background-color: rgba(49, 175, 245, 0.68);
}
.play-btn i {
    color: #fff;
}
.video-tour h2 em,
.video-tour h2 span {
    display: inline;
}





/* ==========================================================================
   05. PORTFOLIO
   ========================================================================== */



/*------------------------------------------*/
/*	  Portfolio Item
/*------------------------------------------*/ 

.portfolio_item {
	position: relative;	
	padding: 0;
	line-height: 0;
}

.portfolio_item a {
	cursor: url(http://www.freeiconspng.com/uploads/zoom-icon-png-4.png),crosshair;
}



.portfolio_item .hover_overlay {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

.portfolio_item .hover_overlay img {
    -webkit-transition: all 600ms;
    -moz-transition: all 600ms;
    -o-transition: all 600ms;
    transition: all 600ms;
} 

/*------------------------------------------*/
/*	  Overlay Content 
/*------------------------------------------*/ 

.portfolio_item .overlay_content {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 20;
	width: 100%;
	zoom: 1;
	opacity: 0;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

/*------------------------------------------*/
/*	  Overlay Content Text
/*------------------------------------------*/ 

.portfolio_item .overlay_content h4 {
	color: #fff;
	font-size: 17px;
	line-height: 17px;
	text-transform: uppercase;
	margin-bottom: 8px;
	padding-left: 20px;
}

.portfolio_item .overlay_content p {
	color: #fff;
	font-size: 15px;
	line-height: 20px;
	padding: 0 20px;
}

/*------------------------------------------*/
/*	  Overlay Background 
/*------------------------------------------*/ 

.portfolio_item .item-overlay {
	opacity: 0;
	-moz-opacity: 0; 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(10, 10, 10, 0.75);
	-moz-transition: opacity 400ms ease-out;
	-webkit-transition: opacity 400ms ease-out;
	-o-transition: opacity 400ms ease-out;
	transition: opacity 400ms ease-out;
}

/*------------------------------------------*/
/*	  Image Hover Effect 
/*------------------------------------------*/ 

.portfolio_item .hover_overlay:hover > img {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.portfolio_item .hover_overlay:hover .item-overlay {
	opacity: 1; 
	-moz-opacity: 1; 
}

.portfolio_item:hover .overlay_content {
	bottom: 10%;
	opacity: 1; 
	-moz-opacity: 1; 
}



/* ==========================================================================
   06. PRICING
   ========================================================================== */ 



.pricing-table {
	background-color: #fff;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #EAEAEA;
}

/*------------------------------------------*/
/*	 Table Header
/*------------------------------------------*/

.pricing-table h3 {
	font-size: 23px;	
	line-height: 23px;	
	font-weight: 700;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 0;	
} 

/*------------------------------------------*/
/*	 Table Price Plan
/*------------------------------------------*/

.pricing-section {
padding: 100px 0 100px 0;
}

section.select_transparent.text_center.gallery-section {
    padding: 50px 0;
}

.pricing-table .price {
	padding-top: 25px;
	padding-bottom: 0px;
	
}

.pricing-row .col-4 {
    padding:10px;
}
.pricing-row .col-4:hover {
    background:#31aff5;
}




.pricing-table .price span {
	font-size: 60px;
	line-height: 60px;
	font-weight: 900;
}

.pricing-table .price sup {
	font-size: 50px;
	font-weight: 900;
    top: -8px;
}

.pricing-table .price p {
    color: #a9a9a9;
    font-size: 14px;
    line-height: 14px;
    text-transform: capitalize;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 0;
}
.breakdown {
    margin-top: 20px;
    line-height: 17px;
}
.pricing-table ul.features b, .breakdown b {
    color: #444;
}

/*------------------------------------------*/
/*	 Table Body
/*------------------------------------------*/

.pricing-table ul.features {
    color: #666;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    padding: 10px 50px;
    margin-top: 20px;
    list-style: none;
    min-height: 230px;
}

.pricing-table ul.features li {
    padding: 10px 0;
} 

/*------------------------------------------*/
/*	 Table Button
/*------------------------------------------*/

.pricing-table .btn {
	margin: 10px 0 40px;
}

/*------------------------------------------*/
/*	 Table Highlight
/*------------------------------------------*/

.pricing-table.best_price {
background: #f8f8f8;
}



.pricing-notice p {
	font-size: 17px;
	line-height: 17px;
	font-weight: 400;
	margin-bottom: 0;	
}

.pricing-notice p span {
	color: #222;
	font-weight: 900;
}





/*** 

====================================================================
	Content
====================================================================

 ***/

.content_img {
    line-height: 0;
}
.content_img img {
    max-height: 600px;
}
.content_text {
    padding: 0 30px;
	 
}


/* preloader style start */

.loader {
    position: fixed;
    z-index: 1200;
    display: table;
    height: 100%;
    width: 100%;
}
.bg-white {
    background-color: #fff;
}
.loader-inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.ball-pulse-sync>div,
.ball-pulse>div {
    width: 15px;
    height: 15px;
    margin: 2px;
    display: inline-block;
}
.ball-pulse-sync>div,
.ball-pulse>div,
.ball-scale>div {
    background-color: #fff;
    border-radius: 100%;
}
.ball-pulse>div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
/* preloader color */
.ball-pulse-color > div {
    background-color: #31aff5 !important;
}
.ball-pulse-sync>div,
.ball-pulse>div {
    width: 15px;
    height: 15px;
    margin: 2px;
    display: inline-block
}
.ball-pulse-sync>div,
.ball-pulse>div,
.ball-scale>div {
    background-color: #fff;
    border-radius: 100%
}
@-webkit-keyframes scale {
    0%, 80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    45% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: .7
    }
}
@keyframes scale {
    0%, 80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    45% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: .7
    }
}
.ball-pulse>div:nth-child(1) {
    -webkit-animation: scale .75s -.24s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: scale .75s -.24s infinite cubic-bezier(.2, .68, .18, 1.08)
}
.ball-pulse>div:nth-child(2) {
    -webkit-animation: scale .75s -.12s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: scale .75s -.12s infinite cubic-bezier(.2, .68, .18, 1.08)
}
.ball-pulse>div:nth-child(3) {
    -webkit-animation: scale .75s 0s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: scale .75s 0s infinite cubic-bezier(.2, .68, .18, 1.08)
}
.ball-pulse>div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
@-webkit-keyframes ball-pulse-sync {
    33% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    66% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@keyframes ball-pulse-sync {
    33% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    66% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
.ball-pulse-sync>div:nth-child(1) {
    -webkit-animation: ball-pulse-sync .6s -.14s infinite ease-in-out;
    animation: ball-pulse-sync .6s -.14s infinite ease-in-out
}
.ball-pulse-sync>div:nth-child(2) {
    -webkit-animation: ball-pulse-sync .6s -.07s infinite ease-in-out;
    animation: ball-pulse-sync .6s -.07s infinite ease-in-out
}
.ball-pulse-sync>div:nth-child(3) {
    -webkit-animation: ball-pulse-sync .6s 0s infinite ease-in-out;
    animation: ball-pulse-sync .6s 0s infinite ease-in-out
}
.ball-pulse-sync>div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}
@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}
.ball-scale>div {
    height: 60px;
    width: 60px;
    animation: ball-scale 1s 0s ease-in-out infinite
}
.ball-scale-random>div,
.ball-scale>div {
    display: inline-block;
    margin: 2px;
    -webkit-animation: ball-scale 1s 0s ease-in-out infinite
}
.ball-scale-random {
    width: 37px;
    height: 40px
}
.ball-scale-random>div {
    background-color: #fff;
    border-radius: 100%;
    position: absolute;
    height: 30px;
    width: 30px;
    animation: ball-scale 1s 0s ease-in-out infinite
}
.ball-rotate>div,
.ball-rotate>div:after,
.ball-rotate>div:before {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%
}
.ball-rotate,
.ball-rotate>div {
    position: relative
}
.ball-scale-random>div:nth-child(1) {
    margin-left: -7px;
    -webkit-animation: ball-scale 1s .2s ease-in-out infinite;
    animation: ball-scale 1s .2s ease-in-out infinite
}
.ball-scale-random>div:nth-child(3) {
    margin-left: -2px;
    margin-top: 9px;
    -webkit-animation: ball-scale 1s .5s ease-in-out infinite;
    animation: ball-scale 1s .5s ease-in-out infinite
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
.ball-rotate>div {
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.ball-rotate>div:first-child {
    -webkit-animation: rotate 1s 0s cubic-bezier(.7, -.13, .22, .86) infinite;
    animation: rotate 1s 0s cubic-bezier(.7, -.13, .22, .86) infinite
}
.ball-rotate>div:after,
.ball-rotate>div:before {
    margin: 2px;
    content: "";
    position: absolute;
    opacity: .8
}
.ball-rotate>div:before {
    top: 0;
    left: -28px
}
.ball-rotate>div:after {
    top: 0;
    left: 25px
}
.ball-clip-rotate>div {
    border-radius: 100%;
    margin: 2px;
    border: 2px solid #fff;
    border-bottom-color: transparent;
    height: 25px;
    width: 25px;
    background: 0 0!important;
    display: inline-block;
    -webkit-animation: rotate .75s 0s linear infinite;
    animation: rotate .75s 0s linear infinite
}
@keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes scale {
    30% {
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
.ball-clip-rotate-pulse {
    position: relative;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px)
}
.ball-clip-rotate-pulse>div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%
}
.ball-clip-rotate-pulse>div:first-child {
    background: #fff;
    height: 16px;
    width: 16px;
    top: 7px;
    left: -7px;
    -webkit-animation: scale 1s 0s cubic-bezier(.09, .57, .49, .9) infinite;
    animation: scale 1s 0s cubic-bezier(.09, .57, .49, .9) infinite
}
.ball-clip-rotate-pulse>div:last-child {
    position: absolute;
    width: 30px;
    height: 30px;
    left: -16px;
    top: -2px;
    background: 0 0;
    border: 2px solid;
    border-color: #fff transparent;
    -webkit-animation: rotate 1s 0s cubic-bezier(.09, .57, .49, .9) infinite;
    animation: rotate 1s 0s cubic-bezier(.09, .57, .49, .9) infinite;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}
@keyframes rotate {
    0% {
        -webkit-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1)
    }
    50% {
        -webkit-transform: rotate(180deg) scale(.6);
        transform: rotate(180deg) scale(.6)
    }
    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1)
    }
}
.ball-clip-rotate-multiple {
    position: relative
}
.ball-clip-rotate-multiple>div {
    position: absolute;
    left: -20px;
    top: -20px;
    border: 2px solid #fff;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-radius: 100%;
    height: 35px;
    width: 35px;
    -webkit-animation: rotate 1s 0s ease-in-out infinite;
    animation: rotate 1s 0s ease-in-out infinite
}
.ball-clip-rotate-multiple>div:last-child {
    display: inline-block;
    top: -10px;
    left: -10px;
    width: 15px;
    height: 15px;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    border-color: #fff transparent;
    -webkit-animation-direction: reverse;
    animation-direction: reverse
}
@-webkit-keyframes ball-scale-ripple {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 1
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .7
    }
    100% {
        opacity: 0
    }
}
@keyframes ball-scale-ripple {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 1
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .7
    }
    100% {
        opacity: 0
    }
}
.ball-scale-ripple>div {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    border: 2px solid #fff;
    -webkit-animation: ball-scale-ripple 1s 0s infinite cubic-bezier(.21, .53, .56, .8);
    animation: ball-scale-ripple 1s 0s infinite cubic-bezier(.21, .53, .56, .8)
}
@-webkit-keyframes ball-scale-ripple-multiple {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 1
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .7
    }
    100% {
        opacity: 0
    }
}
@keyframes ball-scale-ripple-multiple {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 1
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .7
    }
    100% {
        opacity: 0
    }
}
.ball-scale-ripple-multiple {
    position: relative;
    -webkit-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    transform: translateY(-25px)
}
.ball-scale-ripple-multiple>div:nth-child(0) {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}
.ball-scale-ripple-multiple>div:nth-child(1) {
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s
}
.ball-scale-ripple-multiple>div:nth-child(2) {
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s
}
.ball-scale-ripple-multiple>div:nth-child(3) {
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s
}
.ball-scale-ripple-multiple>div {
    position: absolute;
    top: -2px;
    left: -26px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 2px solid #fff;
    -webkit-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21, .53, .56, .8);
    animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21, .53, .56, .8)
}
@-webkit-keyframes ball-beat {
    50% {
        opacity: .2;
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
@keyframes ball-beat {
    50% {
        opacity: .2;
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
.ball-beat>div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    display: inline-block;
    -webkit-animation: ball-beat .7s 0s infinite linear;
    animation: ball-beat .7s 0s infinite linear
}
.ball-beat>div:nth-child(2n-1) {
    -webkit-animation-delay: -.35s!important;
    animation-delay: -.35s!important
}
@-webkit-keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
    5% {
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}
@keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
    5% {
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}
.ball-scale-multiple {
    position: relative;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px)
}
.ball-scale-multiple>div:nth-child(2) {
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s
}
.ball-scale-multiple>div:nth-child(3) {
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s
}
.ball-scale-multiple>div {
    background-color: #fff;
    border-radius: 100%;
    position: absolute;
    left: -30px;
    top: 0;
    opacity: 0;
    margin: 0;
    width: 60px;
    height: 60px;
    -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
    animation: ball-scale-multiple 1s 0s linear infinite
}
@-webkit-keyframes ball-triangle-path-1 {
    33% {
        -webkit-transform: translate(25px, -50px);
        transform: translate(25px, -50px)
    }
    66% {
        -webkit-transform: translate(50px, 0);
        transform: translate(50px, 0)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}
@keyframes ball-triangle-path-1 {
    33% {
        -webkit-transform: translate(25px, -50px);
        transform: translate(25px, -50px)
    }
    66% {
        -webkit-transform: translate(50px, 0);
        transform: translate(50px, 0)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}
@-webkit-keyframes ball-triangle-path-2 {
    33% {
        -webkit-transform: translate(25px, 50px);
        transform: translate(25px, 50px)
    }
    66% {
        -webkit-transform: translate(-25px, 50px);
        transform: translate(-25px, 50px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}
@keyframes ball-triangle-path-2 {
    33% {
        -webkit-transform: translate(25px, 50px);
        transform: translate(25px, 50px)
    }
    66% {
        -webkit-transform: translate(-25px, 50px);
        transform: translate(-25px, 50px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}
@-webkit-keyframes ball-triangle-path-3 {
    33% {
        -webkit-transform: translate(-50px, 0);
        transform: translate(-50px, 0)
    }
    66% {
        -webkit-transform: translate(-25px, -50px);
        transform: translate(-25px, -50px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}
@keyframes ball-triangle-path-3 {
    33% {
        -webkit-transform: translate(-50px, 0);
        transform: translate(-50px, 0)
    }
    66% {
        -webkit-transform: translate(-25px, -50px);
        transform: translate(-25px, -50px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}
.ball-triangle-path {
    position: relative;
    -webkit-transform: translate(-29.99px, -37.51px);
    -ms-transform: translate(-29.99px, -37.51px);
    transform: translate(-29.99px, -37.51px)
}
.ball-triangle-path>div:nth-child(1) {
    -webkit-animation-name: ball-triangle-path-1;
    animation-name: ball-triangle-path-1;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}
.ball-triangle-path>div:nth-child(2) {
    -webkit-animation-name: ball-triangle-path-2;
    animation-name: ball-triangle-path-2;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}
.ball-triangle-path>div:nth-child(2),
.ball-triangle-path>div:nth-child(3) {
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out
}
.ball-triangle-path>div:nth-child(3) {
    -webkit-animation-name: ball-triangle-path-3;
    animation-name: ball-triangle-path-3;
    animation-delay: 0;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite
}
.ball-pulse-rise>div,
.ball-triangle-path>div:nth-child(3) {
    -webkit-animation-delay: 0;
    -webkit-animation-iteration-count: infinite
}
.ball-triangle-path>div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 1px solid #fff
}
.ball-grid-beat>div,
.ball-pulse-rise>div {
    background-color: #fff;
    height: 15px;
    border-radius: 100%;
    margin: 2px
}
.ball-triangle-path>div:nth-of-type(1) {
    top: 50px
}
.ball-triangle-path>div:nth-of-type(2) {
    left: 25px
}
.ball-triangle-path>div:nth-of-type(3) {
    top: 50px;
    left: 50px
}
@-webkit-keyframes ball-pulse-rise-even {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    25% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    50% {
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }
    75% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
@keyframes ball-pulse-rise-even {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    25% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    50% {
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }
    75% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
@-webkit-keyframes ball-pulse-rise-odd {
    0% {
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }
    25% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    75% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
}
@keyframes ball-pulse-rise-odd {
    0% {
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }
    25% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    75% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
}
.ball-pulse-rise>div {
    width: 15px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: cubic-bezier(.15, .46, .9, .6);
    animation-timing-function: cubic-bezier(.15, .46, .9, .6);
    animation-iteration-count: infinite;
    animation-delay: 0
}
.ball-pulse-rise>div:nth-child(2n) {
    -webkit-animation-name: ball-pulse-rise-even;
    animation-name: ball-pulse-rise-even
}
.ball-pulse-rise>div:nth-child(2n-1) {
    -webkit-animation-name: ball-pulse-rise-odd;
    animation-name: ball-pulse-rise-odd
}
@-webkit-keyframes ball-grid-beat {
    50% {
        opacity: .7
    }
    100% {
        opacity: 1
    }
}
@keyframes ball-grid-beat {
    50% {
        opacity: .7
    }
    100% {
        opacity: 1
    }
}
.ball-grid-beat {
    width: 57px
}
.ball-grid-beat>div:nth-child(1) {
    -webkit-animation-delay: .21s;
    animation-delay: .21s;
    -webkit-animation-duration: .63s;
    animation-duration: .63s
}
.ball-grid-beat>div:nth-child(2) {
    -webkit-animation-delay: -.08s;
    animation-delay: -.08s;
    -webkit-animation-duration: .94s;
    animation-duration: .94s
}
.ball-grid-beat>div:nth-child(3) {
    -webkit-animation-delay: .59s;
    animation-delay: .59s;
    -webkit-animation-duration: 1.37s;
    animation-duration: 1.37s
}
.ball-grid-beat>div:nth-child(4) {
    -webkit-animation-delay: .06s;
    animation-delay: .06s;
    -webkit-animation-duration: 1.05s;
    animation-duration: 1.05s
}
.ball-grid-beat>div:nth-child(5) {
    -webkit-animation-delay: .65s;
    animation-delay: .65s;
    -webkit-animation-duration: 1.59s;
    animation-duration: 1.59s
}
.ball-grid-beat>div:nth-child(6) {
    -webkit-animation-delay: .74s;
    animation-delay: .74s;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}
.ball-grid-beat>div:nth-child(7) {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s;
    -webkit-animation-duration: 1.45s;
    animation-duration: 1.45s
}
.ball-grid-beat>div:nth-child(8) {
    -webkit-animation-delay: .26s;
    animation-delay: .26s;
    -webkit-animation-duration: .73s;
    animation-duration: .73s
}
.ball-grid-beat>div:nth-child(9) {
    -webkit-animation-delay: .38s;
    animation-delay: .38s;
    -webkit-animation-duration: .97s;
    animation-duration: .97s
}
.ball-grid-beat>div {
    width: 15px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: ball-grid-beat;
    animation-name: ball-grid-beat;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0
}
.ball-grid-beat>div,
.ball-grid-pulse>div {
    display: inline-block;
    float: left;
    -webkit-animation-iteration-count: infinite
}
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: .7
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}
@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: .7
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}
.ball-grid-pulse {
    width: 57px
}
.ball-grid-pulse>div,
.ball-spin-fade-loader>div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px
}
.ball-grid-pulse>div:nth-child(1) {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s;
    -webkit-animation-duration: .71s;
    animation-duration: .71s
}
.ball-grid-pulse>div:nth-child(2) {
    -webkit-animation-delay: -.13s;
    animation-delay: -.13s;
    -webkit-animation-duration: 1.23s;
    animation-duration: 1.23s
}
.ball-grid-pulse>div:nth-child(3) {
    -webkit-animation-delay: .53s;
    animation-delay: .53s;
    -webkit-animation-duration: 1.36s;
    animation-duration: 1.36s
}
.ball-grid-pulse>div:nth-child(4) {
    -webkit-animation-delay: .38s;
    animation-delay: .38s;
    -webkit-animation-duration: .79s;
    animation-duration: .79s
}
.ball-grid-pulse>div:nth-child(5) {
    -webkit-animation-delay: .45s;
    animation-delay: .45s;
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s
}
.ball-grid-pulse>div:nth-child(6) {
    -webkit-animation-delay: .46s;
    animation-delay: .46s;
    -webkit-animation-duration: 1.56s;
    animation-duration: 1.56s
}
.ball-grid-pulse>div:nth-child(7) {
    -webkit-animation-delay: -.07s;
    animation-delay: -.07s;
    -webkit-animation-duration: 1.17s;
    animation-duration: 1.17s
}
.ball-grid-pulse>div:nth-child(8) {
    -webkit-animation-delay: .31s;
    animation-delay: .31s;
    -webkit-animation-duration: 1.45s;
    animation-duration: 1.45s
}
.ball-grid-pulse>div:nth-child(9) {
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
    -webkit-animation-duration: 1.13s;
    animation-duration: 1.13s
}
.ball-grid-pulse>div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0
}
@-webkit-keyframes ball-spin-fade-loader {
    50% {
        opacity: .3;
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
@keyframes ball-spin-fade-loader {
    50% {
        opacity: .3;
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
.ball-spin-fade-loader {
    position: relative;
    top: -10px;
    left: -10px
}
.ball-spin-fade-loader>div:nth-child(1) {
    top: 25px;
    left: 0;
    -webkit-animation: ball-spin-fade-loader 1s -.96s infinite linear;
    animation: ball-spin-fade-loader 1s -.96s infinite linear
}
.ball-spin-fade-loader>div:nth-child(2) {
    top: 17.05px;
    left: 17.05px;
    -webkit-animation: ball-spin-fade-loader 1s -.84s infinite linear;
    animation: ball-spin-fade-loader 1s -.84s infinite linear
}
.ball-spin-fade-loader>div:nth-child(3) {
    top: 0;
    left: 25px;
    -webkit-animation: ball-spin-fade-loader 1s -.72s infinite linear;
    animation: ball-spin-fade-loader 1s -.72s infinite linear
}
.ball-spin-fade-loader>div:nth-child(4) {
    top: -17.05px;
    left: 17.05px;
    -webkit-animation: ball-spin-fade-loader 1s -.6s infinite linear;
    animation: ball-spin-fade-loader 1s -.6s infinite linear
}
.ball-spin-fade-loader>div:nth-child(5) {
    top: -25px;
    left: 0;
    -webkit-animation: ball-spin-fade-loader 1s -.48s infinite linear;
    animation: ball-spin-fade-loader 1s -.48s infinite linear
}
.ball-spin-fade-loader>div:nth-child(6) {
    top: -17.05px;
    left: -17.05px;
    -webkit-animation: ball-spin-fade-loader 1s -.36s infinite linear;
    animation: ball-spin-fade-loader 1s -.36s infinite linear
}
.ball-spin-fade-loader>div:nth-child(7) {
    top: 0;
    left: -25px;
    -webkit-animation: ball-spin-fade-loader 1s -.24s infinite linear;
    animation: ball-spin-fade-loader 1s -.24s infinite linear
}
.ball-spin-fade-loader>div:nth-child(8) {
    top: 17.05px;
    left: -17.05px;
    -webkit-animation: ball-spin-fade-loader 1s -.12s infinite linear;
    animation: ball-spin-fade-loader 1s -.12s infinite linear
}
.ball-spin-fade-loader>div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute
}
@-webkit-keyframes ball-spin-loader {
    75% {
        opacity: .2
    }
    100% {
        opacity: 1
    }
}
@keyframes ball-spin-loader {
    75% {
        opacity: .2
    }
    100% {
        opacity: 1
    }
}
.ball-spin-loader {
    position: relative
}
.ball-spin-loader>span:nth-child(1) {
    top: 45px;
    left: 0;
    -webkit-animation: ball-spin-loader 2s .9s infinite linear;
    animation: ball-spin-loader 2s .9s infinite linear
}
.ball-spin-loader>span:nth-child(2) {
    top: 30.68px;
    left: 30.68px;
    -webkit-animation: ball-spin-loader 2s 1.8s infinite linear;
    animation: ball-spin-loader 2s 1.8s infinite linear
}
.ball-spin-loader>span:nth-child(3) {
    top: 0;
    left: 45px;
    -webkit-animation: ball-spin-loader 2s 2.7s infinite linear;
    animation: ball-spin-loader 2s 2.7s infinite linear
}
.ball-spin-loader>span:nth-child(4) {
    top: -30.68px;
    left: 30.68px;
    -webkit-animation: ball-spin-loader 2s 3.6s infinite linear;
    animation: ball-spin-loader 2s 3.6s infinite linear
}
.ball-spin-loader>span:nth-child(5) {
    top: -45px;
    left: 0;
    -webkit-animation: ball-spin-loader 2s 4.5s infinite linear;
    animation: ball-spin-loader 2s 4.5s infinite linear
}
.ball-spin-loader>span:nth-child(6) {
    top: -30.68px;
    left: -30.68px;
    -webkit-animation: ball-spin-loader 2s 5.4s infinite linear;
    animation: ball-spin-loader 2s 5.4s infinite linear
}
.ball-spin-loader>span:nth-child(7) {
    top: 0;
    left: -45px;
    -webkit-animation: ball-spin-loader 2s 6.3s infinite linear;
    animation: ball-spin-loader 2s 6.3s infinite linear
}
.ball-spin-loader>span:nth-child(8) {
    top: 30.68px;
    left: -30.68px;
    -webkit-animation: ball-spin-loader 2s 7.2s infinite linear;
    animation: ball-spin-loader 2s 7.2s infinite linear
}
.ball-spin-loader>div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: green
}
.ball-zig-zag-deflect>div,
.ball-zig-zag>div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px 2px 2px 15px;
    top: 4px;
    left: -7px
}
@-webkit-keyframes ball-zig {
    33% {
        -webkit-transform: translate(-15px, -30px);
        transform: translate(-15px, -30px)
    }
    66% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}
@keyframes ball-zig {
    33% {
        -webkit-transform: translate(-15px, -30px);
        transform: translate(-15px, -30px)
    }
    66% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}
@-webkit-keyframes ball-zag {
    33% {
        -webkit-transform: translate(15px, 30px);
        transform: translate(15px, 30px)
    }
    66% {
        -webkit-transform: translate(-15px, 30px);
        transform: translate(-15px, 30px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}
@keyframes ball-zag {
    33% {
        -webkit-transform: translate(15px, 30px);
        transform: translate(15px, 30px)
    }
    66% {
        -webkit-transform: translate(-15px, 30px);
        transform: translate(-15px, 30px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}
.ball-zig-zag {
    position: relative;
    -webkit-transform: translate(-15px, -15px);
    -ms-transform: translate(-15px, -15px);
    transform: translate(-15px, -15px)
}
.ball-zig-zag>div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute
}
.ball-zig-zag>div:first-child {
    -webkit-animation: ball-zig .7s 0s infinite linear;
    animation: ball-zig .7s 0s infinite linear
}
.ball-zig-zag>div:last-child {
    -webkit-animation: ball-zag .7s 0s infinite linear;
    animation: ball-zag .7s 0s infinite linear
}
@-webkit-keyframes ball-zig-deflect {
    17%, 84% {
        -webkit-transform: translate(-15px, -30px);
        transform: translate(-15px, -30px)
    }
    34%,
    67% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px)
    }
    100%,
    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}
@keyframes ball-zig-deflect {
    17%, 84% {
        -webkit-transform: translate(-15px, -30px);
        transform: translate(-15px, -30px)
    }
    34%,
    67% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px)
    }
    100%,
    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}
@-webkit-keyframes ball-zag-deflect {
    17%, 84% {
        -webkit-transform: translate(15px, 30px);
        transform: translate(15px, 30px)
    }
    34%,
    67% {
        -webkit-transform: translate(-15px, 30px);
        transform: translate(-15px, 30px)
    }
    100%,
    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}
@keyframes ball-zag-deflect {
    17%, 84% {
        -webkit-transform: translate(15px, 30px);
        transform: translate(15px, 30px)
    }
    34%,
    67% {
        -webkit-transform: translate(-15px, 30px);
        transform: translate(-15px, 30px)
    }
    100%,
    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}
.ball-zig-zag-deflect {
    position: relative;
    -webkit-transform: translate(-15px, -15px);
    -ms-transform: translate(-15px, -15px);
    transform: translate(-15px, -15px)
}
.ball-zig-zag-deflect>div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute
}
.ball-zig-zag-deflect>div:first-child {
    -webkit-animation: ball-zig-deflect 1.5s 0s infinite linear;
    animation: ball-zig-deflect 1.5s 0s infinite linear
}
.ball-zig-zag-deflect>div:last-child {
    -webkit-animation: ball-zag-deflect 1.5s 0s infinite linear;
    animation: ball-zag-deflect 1.5s 0s infinite linear
}
@-webkit-keyframes line-scale {
    0%, 100% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }
    50% {
        -webkit-transform: scaley(.4);
        transform: scaley(.4)
    }
}
@keyframes line-scale {
    0%, 100% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }
    50% {
        -webkit-transform: scaley(.4);
        transform: scaley(.4)
    }
}
.line-scale>div:nth-child(1) {
    -webkit-animation: line-scale 1s -.4s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: line-scale 1s -.4s infinite cubic-bezier(.2, .68, .18, 1.08)
}
.line-scale>div:nth-child(2) {
    -webkit-animation: line-scale 1s -.3s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: line-scale 1s -.3s infinite cubic-bezier(.2, .68, .18, 1.08)
}
.line-scale>div:nth-child(3) {
    -webkit-animation: line-scale 1s -.2s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: line-scale 1s -.2s infinite cubic-bezier(.2, .68, .18, 1.08)
}
.line-scale>div:nth-child(4) {
    -webkit-animation: line-scale 1s -.1s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: line-scale 1s -.1s infinite cubic-bezier(.2, .68, .18, 1.08)
}
.line-scale>div:nth-child(5) {
    -webkit-animation: line-scale 1s 0s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: line-scale 1s 0s infinite cubic-bezier(.2, .68, .18, 1.08)
}
.line-scale>div {
    animation-fill-mode: both;
    display: inline-block
}
.line-scale-party>div,
.line-scale>div {
    background-color: #fff;
    border-radius: 2px;
    margin: 2px;
    width: 4px;
    height: 35px;
    -webkit-animation-fill-mode: both
}
@-webkit-keyframes line-scale-party {
    0%, 100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
}
@keyframes line-scale-party {
    0%, 100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
}
.line-scale-party>div:nth-child(1) {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    -webkit-animation-duration: .35s;
    animation-duration: .35s
}
.line-scale-party>div:nth-child(2) {
    -webkit-animation-delay: .68s;
    animation-delay: .68s;
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s
}
.line-scale-party>div:nth-child(3) {
    -webkit-animation-delay: .44s;
    animation-delay: .44s;
    -webkit-animation-duration: .39s;
    animation-duration: .39s
}
.line-scale-party>div:nth-child(4) {
    -webkit-animation-delay: .17s;
    animation-delay: .17s;
    -webkit-animation-duration: .8s;
    animation-duration: .8s
}
.line-scale-party>div {
    animation-fill-mode: both;
    display: inline-block;
    -webkit-animation-name: line-scale-party;
    animation-name: line-scale-party;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0
}
@-webkit-keyframes line-scale-pulse-out {
    0%, 100% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }
    50% {
        -webkit-transform: scaley(.4);
        transform: scaley(.4)
    }
}
@keyframes line-scale-pulse-out {
    0%, 100% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }
    50% {
        -webkit-transform: scaley(.4);
        transform: scaley(.4)
    }
}
.line-scale-pulse-out>div {
    background-color: #fff;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    display: inline-block;
    -webkit-animation: line-scale-pulse-out .9s -.6s infinite cubic-bezier(.85, .25, .37, .85);
    animation: line-scale-pulse-out .9s -.6s infinite cubic-bezier(.85, .25, .37, .85)
}
.line-scale-pulse-out>div:nth-child(2),
.line-scale-pulse-out>div:nth-child(4) {
    -webkit-animation-delay: -.4s!important;
    animation-delay: -.4s!important
}
.line-scale-pulse-out>div:nth-child(1),
.line-scale-pulse-out>div:nth-child(5) {
    -webkit-animation-delay: -.2s!important;
    animation-delay: -.2s!important
}
@-webkit-keyframes line-scale-pulse-out-rapid {
    0%, 90% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }
    80% {
        -webkit-transform: scaley(.3);
        transform: scaley(.3)
    }
}
@keyframes line-scale-pulse-out-rapid {
    0%, 90% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }
    80% {
        -webkit-transform: scaley(.3);
        transform: scaley(.3)
    }
}
.line-scale-pulse-out-rapid>div {
    background-color: #fff;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    display: inline-block;
    vertical-align: middle;
    -webkit-animation: line-scale-pulse-out-rapid .9s -.5s infinite cubic-bezier(.11, .49, .38, .78);
    animation: line-scale-pulse-out-rapid .9s -.5s infinite cubic-bezier(.11, .49, .38, .78)
}
.line-scale-pulse-out-rapid>div:nth-child(2),
.line-scale-pulse-out-rapid>div:nth-child(4) {
    -webkit-animation-delay: -.25s!important;
    animation-delay: -.25s!important
}
.line-scale-pulse-out-rapid>div:nth-child(1),
.line-scale-pulse-out-rapid>div:nth-child(5) {
    -webkit-animation-delay: 0s!important;
    animation-delay: 0s!important
}
@-webkit-keyframes line-spin-fade-loader {
    50% {
        opacity: .3
    }
    100% {
        opacity: 1
    }
}
@keyframes line-spin-fade-loader {
    50% {
        opacity: .3
    }
    100% {
        opacity: 1
    }
}
.line-spin-fade-loader {
    position: relative;
    top: -10px;
    left: -4px
}
.line-spin-fade-loader>div:nth-child(1) {
    top: 20px;
    left: 0;
    -webkit-animation: line-spin-fade-loader 1.2s -.84s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s -.84s infinite ease-in-out
}
.line-spin-fade-loader>div:nth-child(2) {
    top: 13.64px;
    left: 13.64px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: line-spin-fade-loader 1.2s -.72s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s -.72s infinite ease-in-out
}
.line-spin-fade-loader>div:nth-child(3) {
    top: 0;
    left: 20px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation: line-spin-fade-loader 1.2s -.6s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s -.6s infinite ease-in-out
}
.line-spin-fade-loader>div:nth-child(4) {
    top: -13.64px;
    left: 13.64px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: line-spin-fade-loader 1.2s -.48s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s -.48s infinite ease-in-out
}
.line-spin-fade-loader>div:nth-child(5) {
    top: -20px;
    left: 0;
    -webkit-animation: line-spin-fade-loader 1.2s -.36s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s -.36s infinite ease-in-out
}
.line-spin-fade-loader>div:nth-child(6) {
    top: -13.64px;
    left: -13.64px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: line-spin-fade-loader 1.2s -.24s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s -.24s infinite ease-in-out
}
.line-spin-fade-loader>div:nth-child(7) {
    top: 0;
    left: -20px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation: line-spin-fade-loader 1.2s -.12s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s -.12s infinite ease-in-out
}
.line-spin-fade-loader>div:nth-child(8) {
    top: 13.64px;
    left: -13.64px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out
}
.line-spin-fade-loader>div {
    background-color: #fff;
    border-radius: 2px;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    width: 5px;
    height: 15px
}
@-webkit-keyframes triangle-skew-spin {
    25% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
        transform: perspective(100px) rotateX(180deg) rotateY(0)
    }
    50% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
        transform: perspective(100px) rotateX(180deg) rotateY(180deg)
    }
    75% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
        transform: perspective(100px) rotateX(0) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
        transform: perspective(100px) rotateX(0) rotateY(0)
    }
}
@keyframes triangle-skew-spin {
    25% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
        transform: perspective(100px) rotateX(180deg) rotateY(0)
    }
    50% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
        transform: perspective(100px) rotateX(180deg) rotateY(180deg)
    }
    75% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
        transform: perspective(100px) rotateX(0) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
        transform: perspective(100px) rotateX(0) rotateY(0)
    }
}
.triangle-skew-spin>div {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #fff;
    -webkit-animation: triangle-skew-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite;
    animation: triangle-skew-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite
}
@-webkit-keyframes square-spin {
    25% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
        transform: perspective(100px) rotateX(180deg) rotateY(0)
    }
    50% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
        transform: perspective(100px) rotateX(180deg) rotateY(180deg)
    }
    75% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
        transform: perspective(100px) rotateX(0) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
        transform: perspective(100px) rotateX(0) rotateY(0)
    }
}
@keyframes square-spin {
    25% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
        transform: perspective(100px) rotateX(180deg) rotateY(0)
    }
    50% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
        transform: perspective(100px) rotateX(180deg) rotateY(180deg)
    }
    75% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
        transform: perspective(100px) rotateX(0) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
        transform: perspective(100px) rotateX(0) rotateY(0)
    }
}
.square-spin>div {
    width: 50px;
    height: 50px;
    background: #fff;
    -webkit-animation: square-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite;
    animation: square-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite
}
.pacman>div:first-of-type,
.pacman>div:nth-child(2) {
    width: 0;
    height: 0;
    border-right: 25px solid transparent;
    border-top: 25px solid #fff;
    border-left: 25px solid #fff;
    border-bottom: 25px solid #fff;
    border-radius: 25px;
    position: relative;
    left: -30px
}
@-webkit-keyframes rotate_pacman_half_up {
    0%, 100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }
    50% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes rotate_pacman_half_up {
    0%, 100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }
    50% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@-webkit-keyframes rotate_pacman_half_down {
    0%, 100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
    50% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}
@keyframes rotate_pacman_half_down {
    0%, 100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
    50% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}
@-webkit-keyframes pacman-balls {
    75% {
        opacity: .7
    }
    100% {
        -webkit-transform: translate(-100px, -6.25px);
        transform: translate(-100px, -6.25px)
    }
}
@keyframes pacman-balls {
    75% {
        opacity: .7
    }
    100% {
        -webkit-transform: translate(-100px, -6.25px);
        transform: translate(-100px, -6.25px)
    }
}
.pacman {
    position: relative
}
.pacman>div:nth-child(3) {
    -webkit-animation: pacman-balls 1s -.66s infinite linear;
    animation: pacman-balls 1s -.66s infinite linear
}
.pacman>div:nth-child(4) {
    -webkit-animation: pacman-balls 1s -.33s infinite linear;
    animation: pacman-balls 1s -.33s infinite linear
}
.pacman>div:nth-child(5) {
    -webkit-animation: pacman-balls 1s 0s infinite linear;
    animation: pacman-balls 1s 0s infinite linear
}
.pacman>div:first-of-type {
    -webkit-animation: rotate_pacman_half_up .5s 0s infinite;
    animation: rotate_pacman_half_up .5s 0s infinite
}
.pacman>div:nth-child(2) {
    -webkit-animation: rotate_pacman_half_down .5s 0s infinite;
    animation: rotate_pacman_half_down .5s 0s infinite;
    margin-top: -50px
}
.pacman>div:nth-child(3),
.pacman>div:nth-child(4),
.pacman>div:nth-child(5),
.pacman>div:nth-child(6) {
    background-color: #fff;
    border-radius: 100%;
    margin: 2px;
    width: 10px;
    height: 10px;
    position: absolute;
    -webkit-transform: translate(0, -6.25px);
    -ms-transform: translate(0, -6.25px);
    transform: translate(0, -6.25px);
    top: 25px;
    left: 70px
}
@-webkit-keyframes cube-transition {
    25% {
        -webkit-transform: translateX(50px) scale(.5) rotate(-90deg);
        transform: translateX(50px) scale(.5) rotate(-90deg)
    }
    50% {
        -webkit-transform: translate(50px, 50px) rotate(-180deg);
        transform: translate(50px, 50px) rotate(-180deg)
    }
    75% {
        -webkit-transform: translateY(50px) scale(.5) rotate(-270deg);
        transform: translateY(50px) scale(.5) rotate(-270deg)
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}
@keyframes cube-transition {
    25% {
        -webkit-transform: translateX(50px) scale(.5) rotate(-90deg);
        transform: translateX(50px) scale(.5) rotate(-90deg)
    }
    50% {
        -webkit-transform: translate(50px, 50px) rotate(-180deg);
        transform: translate(50px, 50px) rotate(-180deg)
    }
    75% {
        -webkit-transform: translateY(50px) scale(.5) rotate(-270deg);
        transform: translateY(50px) scale(.5) rotate(-270deg)
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}
.cube-transition {
    position: relative;
    -webkit-transform: translate(-25px, -25px);
    -ms-transform: translate(-25px, -25px);
    transform: translate(-25px, -25px)
}
.cube-transition>div {
    width: 10px;
    height: 10px;
    position: absolute;
    top: -5px;
    left: -5px;
    background-color: #fff;
    -webkit-animation: cube-transition 1.6s 0s infinite ease-in-out;
    animation: cube-transition 1.6s 0s infinite ease-in-out
}
.cube-transition>div:last-child {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}
@-webkit-keyframes spin-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes spin-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
.semi-circle-spin {
    position: relative;
    width: 35px;
    height: 35px;
    overflow: hidden
}
.semi-circle-spin>div {
    position: absolute;
    border-width: 0;
    border-radius: 100%;
    -webkit-animation: spin-rotate .6s 0s infinite linear;
    animation: spin-rotate .6s 0s infinite linear;
    background-image: -webkit-linear-gradient(transparent 0, transparent 70%, #fff 30%, #fff 100%);
    background-image: linear-gradient(transparent 0, transparent 70%, #fff 30%, #fff 100%);
    width: 100%;
    height: 100%
}



/*** 

====================================================================
	CUSTOM CSS
====================================================================

 ***/

section.select_color ul.circle {
    text-align: left;
    font-size: 18px;
    font-weight: normal;
    margin: 0 auto;
    max-width: 680px;
    border: 15px solid #eaeaea;
    padding: 50px 20px;
}
section.select_color ul.circle li {
    margin:0 auto;
}
i.fa.fa-check {
    color: #000;
}
ul.circle b {
    color: #08ab08;
}
section.select_color .title-black.animation_fade_in {
    text-transform: uppercase;
}

section.select_color ul.circle li:before {
    display: none;
}
.subtitle-black.additional-pricing {
    font-size: 21px;
    text-align: center;
    color: #222;
    margin-bottom: 30px;
    font-weight: 300;
    line-height: 30px;
    margin-top: 30px;
}
.additional-pricing-content {
    max-width:700px;
    margin: 10px auto;
}
.additional-pricing-content b {
    text-align: center;
    text-transform: uppercase;
    color: #666;
    display: block;
    margin: 30px 0 5px;
}
.additional-pricing-content p {
    text-align:justify;
}
ul.parts-services {
    text-align: justify;
    font-size: 18px;
    font-weight: normal;
    margin: 80px auto 0;
    max-width: 680px;
    border: 15px solid #eaeaea;
    padding: 10px 20px 30px;
}
ul.parts-services b {
    color: #31aff5;
}
ul.parts-services i.fa.fa-check-circle {
    color: #31aff6;
}
#contact .contact-info ul {
    margin: 0 auto;
    border: 15px solid #EAEAEA;
    padding: 50px;
    max-width:600px;
    font-size: 21px;
}
.social-circle li a {
    width: auto;
}
#purchase i.fa.fa-phone {
    font-size: 36px;
    position: relative;
    top: 10px;
    left: 3px;
    color: #000;
}
#purchase {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid #fff;
    color: #31aff5;
}
section#photos {
    padding: 100px 0;
}
li.warranty-mobile {
    font-size: 21px;
    color: #f8f8f8;
    font-weight: bold;
    border: 5px solid #348608;
    padding: 10px !important;
    display: block;
    text-align: center;
    max-width: 90%;
    margin-top: 20px !important;
    background: #08ab08;
}
 
 li.warranty-mobile i, li.warranty-mobile span {
    color: #fff900;
}
/* preloader style finish */
/* Style from 1025px and bigger display */

@media screen and (min-width: 1025px) {
    .menu-button {
        display: none;
    }
}
/*** 

====================================================================
	Responsive Style
====================================================================

 ***/
/* Style from  768px to 1024px (ipad and others) */

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  
 	
.fix_background_on_scroll {
background-attachment: initial !important;
}
  .navicon-line {

    background-color: #fff !important;
}

li.warranty {
    display: none;
}
    li.warranty-mobile {
    font-size: 21px;
    color: #f8f8f8;
    font-weight: bold;
    border: 5px solid #348608;
    padding: 10px !important;
    display: block;
    text-align: center;
    max-width: 90%;
    margin-top: 20px !important;
    background: #08ab08;
}
 
 li.warranty-mobile i, li.warranty-mobile span {
    color: #fff900;
}


   
    .header .logo {
      background: url("img/acn-logo.png");
    margin-top: 8px;
    margin-left: 10px;
    background-size: cover;
    }
    .title-white,
    .title-black,
    .call_to_action_wash_info {
        font-size: 35px;
        line-height: 40px;
    }
	
		.rewiev .owl-item.active + .owl-item {
-webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    filter: blur(5px);
}

	.rewiev .owl-item.active {
-webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    filter: blur(0px);
}

	.repair_makes .col-2 {
	width: 33.33%;
	}
	
	.populyarn__questions-list {
    margin-top: 0px;
    padding-left: 0px;
}

}
/* Style from max width 767 (iphone 3,4,5,6 and others small when ipad)*/

@media only screen and (max-width: 767px) {
    .flexnav.one-page {
        position: fixed;
    }
	
.fix_background_on_scroll {
background-attachment: initial !important;
}

	
    nav ul ul {
        background: transparent !important;
    }
    .scrollMenu .top_menu .flexnav li.item-with-ul ul li a {
        color: #000 !important;
    }
    nav ul li.item-with-ul:hover:after {
        display: none;
    }
    .populyarn__questions-list {
        padding-left: 0px;
    }
    .header .col-3 {
        width: 33.33%;
    }
    .header .col-7 {
        width: 66.66666667%;
    }
    .col-3 {
        width: 100%;
    }
    .col-2 {
        width: 100%;
    }
    .col-4 {
        width: 100%;
    }
	.col-6 {
	width: 50%;
	}
    .col-7 {
        width: 100%;
    }


    .header {
        background: #fff;
        padding: 10px 0;
			position: relative;
    }
    .menu .order {
        margin: 20px 0;
    }
    .header .logo {
        background: url("img/acn-logo-ls.png");
        top: -6px;
        background-size: cover;
	
    }
    #purchase strong {
        color: #222;
        display: block;
    }
    #purchase i.fa.fa-phone {
        font-size: 36px;
        position: relative;
        top: 10px;
        left: 3px;
        color: #000;
        display: block;
        margin-bottom: 20px;
    }
 
 li.warranty {
    display: none;
}
    li.warranty-mobile {
    font-size: 21px;
    color: #f8f8f8;
    font-weight: bold;
    border: 5px solid #348608;
    padding: 10px !important;
    display: block;
    text-align: center;
    max-width: 90%;
    margin-top: 20px !important;
    background: #08ab08;
}
 
 li.warranty-mobile i, li.warranty-mobile span {
    color: #fff900;
}
    #contact .contact-info ul {
        margin: 0 auto;
        border: 15px solid #EAEAEA;
        padding: 10px;
        max-width: 600px;
        font-size: 16px;
    }

    ul.circle li {
    padding: 2px 10px 10px 15px;
    position: relative;
    margin: 5px 0;
    font-size: 16px;
}

    ul.parts-services {
    text-align: left;
    font-size: 18px;
    font-weight: normal;
    margin: 40px auto 0;
    max-width: 680px;
    border: 15px solid #eaeaea;
    padding: 10px 10px 20px;
}
	
	.menu-button.one-page {

    top: 3px  !important;
	}
	.header.scrollMenu {
    padding: 5px;

}
   
   .flexnav.flexnav-show li {
    padding: 10px 0 !important;
}
    .title-white,
    .title-black,
    .call_to_action_wash_info {
        font-size: 29px;
         line-height: 55px;
    }
	
	.home .title-white {
    font-size: 44px;
    line-height: 44px;
    text-shadow: 0px 3px 6px #000;
}
	.home_padding {
    padding: 70px 0;
}
	
.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}
.home_v2 .owl-controls {
    top: 90%;
}

.title_and_subtitle_center {
    top: 20%;
	}
.bts .btn {
    font-size: 16px;
    padding:  10px;
	}
    .navicon-line {
        background-color: #000;
    }
    ul.tabs {
        display: none;
    }
    .tab_drawer_heading {
        margin: 0;
        padding: 5px 20px;
        display: block;
        cursor: pointer;
        background-color: rgb(242, 240, 240);
        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), color-stop(0.5, rgb(251, 249, 249)), color-stop(0.5, rgb(247, 245, 246)), to(rgb(248, 248, 248)));
        box-shadow: rgba(255, 255, 255, 0.17) 0px 1px 0px inset, rgba(0, 0, 0, 0.10) 0px 1px 2px;
        border-bottom: 1px solid #efefef;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .d_active {
        background: #fff;
        color: #333;
        border-top: solid 2px #e95825;
    }
    .footer {
        text-align: center;
    }
	
	.shortcode_page .btn {
    display: block;
	}
	
	/*rewiev*/
	.rewiev .owl-item {
-webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    filter: blur(0px);
	}
	


	
	/* call to action 2*/
.call_to_action_2 .title-white {
    font-size: 23px;
    text-align: center;
}
.call_to_action_2 .subtitle-white {
  font-size: 12px;
    text-align: center;
}
.call_to_action_2 i {
display: none;
}

.call_to_action_2 a {
    text-align: center;
    float: none;
    display: block;
    margin-top: 10px !important;
}

	/* timer start*/
	.bg_waiting {
    background: url(img/waiting.jpg);
    background-size: cover;
    background-position: 65% 50%;
}

.timer .day_block, .timer .hour_block, .timer .min_block, .timer .sec_block {
    padding: 5px;
	}
	
	.timer .day, .timer .hour, .timer .min, .timer .sec {
    font-size: 35px;
    line-height: 50px;
	}
	.timer .desc {
    font-size: 14px;
	}
	/* timer finish*/


ul.social-network {
        float: none;
    }
    .one,
    .two,
    .three,
    .four,
    .five,
    .six,
    .seven,
    .eight,
    .nine,
    .ten,
    .eleven,
    .twelve {
        width: 100%;
    }
    .spesial_responsive_colums .one {
        width: 20%;
    }
    .spesial_responsive_colums .two {
        width: 25%;
    }
    .spesial_responsive_colums .three {
        width: 30%;
    }
    .spesial_responsive_colums .four {
        width: 35%;
    }
    .spesial_responsive_colums .five {
        width: 40%;
    }
    .spesial_responsive_colums .six {
        width: 50%;
    }
    .spesial_responsive_colums .seven {
        width: 60%;
    }
    .spesial_responsive_colums .eight {
        width: 65%;
    }
    .spesial_responsive_colums .nine {
        width: 70%;
    }
    .spesial_responsive_colums .ten {
        width: 75%;
    }
    .spesial_responsive_colums .eleven {
        width: 80%;
    }
    .spesial_responsive_colums .twelve {
        width: 100%;
    }
    h1 {
        font-size: 38px;
    }
    h2 {
        font-size: 32px;
    }
    h3 {
        font-size: 28px;
    }
    h4 {
        font-size: 23px;
    }
    h5 {
        font-size: 19px;
    }
    h6 {
        font-size: 16px;
    }
    .medium_title {
        font-size: 24px;
    }
    .small_title {
        font-size: 20px;
    }
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
    .quote {
        padding: 0 20px;
    }
    .quote:before,
    .quote:after {
        position: relative;
        top: 0;
        margin: 20px 0 0 0;
        display: block;
    }
    .statistics .col-4 {
        width: 50%;
    }
	
	
	#back-top {
    bottom: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    line-height: 28px;
	}

}