@charset "UTF-8";
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	padding: 0;
/*	height: auto;*/
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(//monsieur-peinture.com/wp-content/themes/welding-work-pro/css/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
    text-indent: -9999px;
    display: block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius:  50px;
    -webkit-border-radius:  50px;
    border-radius: 50px;

}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
	width: 17px;
    height: 17px;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	/*left: 10px;*/
	background: url(//monsieur-peinture.com/wp-content/themes/welding-work-pro/css/images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(//monsieur-peinture.com/wp-content/themes/welding-work-pro/css/images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	bottom: 5%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(//monsieur-peinture.com/wp-content/themes/welding-work-pro/css/images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(//monsieur-peinture.com/wp-content/themes/welding-work-pro/css/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: center;
    width: 30%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}


.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-default-pager a:hover,
.bx-wrapper .bx-default-pager a.active {
    background: #000;
}

@media only screen and (min-width: 1500px){
	.menu-wrapper{
	/*	padding-right:60px;*/
}
.no-right-block .menu-wrapper{
	padding-right:0;
}
}
@media only screen and (min-width: 991px){
#mobile-menu{display:none;}
.mainmenu{	position:relative;	}
.overlapblackbg{display:none;}
.menu-wrapper{position:relative;}
.mainmenu{
	/*float:left;*/
	padding:0;
	text-align:right;
	margin-bottom:0;
}
.mainmenu>li{position:relative;}
.mainmenu li{list-style:none;}
.navigation .mainmenu>li>a{
	display:block;
	font-size: 18px;
	color: #fff;
    margin: 0;
    padding: 4px 0 4px 0;
	font-weight: 500;
    line-height: 20px;
	text-decoration:none;
	position:relative;	
	vertical-align:middle;
	-webkit-box-shadow:0 0 1px transparent;
	box-shadow:0 0 1px transparent;
	white-space:nowrap;
	-webkit-transform:translateZ(0);
	transform:translateZ(0);
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;	
	transition: all 0.3s;
	border-bottom: 0px solid #000;
}
.navigation .mainmenu li.current_page_item a:before{
	text-decoration:none;
}
.navigation .mainmenu>li>a span{
	font-size:14px;
	color:#929292;
	margin-left:5px;
}
.navigation .mainmenu>li>a>.fa-angle-down{
	position:absolute;
	font-size:13px;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
	color:#565656;
	bottom:35px;
	left:50%;
}
.navigation .mainmenu>li.menu-item-has-children>a{
	position:relative;
}
.navigation .mainmenu>li.menu-item-has-children>a:after{
	content: "\f078";
    font-family: "Fontawesome";
    font-weight: 500;
    position: absolute;
    right: -16px;
    font-size: 11px;
}
.menu-click{display:none}
.mainmenu .sub-menu{
	min-width:250px;
	position:absolute;
	z-index:999;
	margin-top:0px;
	padding:0 2px;	
	opacity:0;
	top:100%;
}
.mainmenu .sub-menu li{position:relative;}
.mainmenu .sub-menu li a{
	background-image:none;
	color:#fff;
	border-right:0 none;
	text-align:left;
	display:block;
	line-height:1.5em;
	padding:10px 20px;
	text-transform:none;
	font-size:14px;
	font-weight:500;
	letter-spacing:0.025em;
}
.mainmenu .sub-menu li:last-child a{
	border-bottom:none;
}
.mainmenu .sub-menu li.menu-item-has-children>a{
	position:relative;
}
.mainmenu .sub-menu li.menu-item-has-children>a:after{
	content:"\f107";
	font-family:"Fontawesome";
	font-weight:900;
	position:absolute;
	right:12px;
	-webkit-transform:rotate(-90deg);
	-ms-transform:rotate(-90deg);
	transform:rotate(-90deg);
	font-size:13px;
	opacity:0.35;
}
.mainmenu .sub-menu li:last-child>a{
	border-bottom:0;
}
.menuexpandermain{
	display:none;
}
.mainmenu li:hover .sub-menu{display:block}
.mainmenu .sub-menu .sub-menu,.mainmenu .sub-menu .sub-menu .sub-menu{
	-webkit-box-shadow:1px 5px 30px rgba(0,0,0,0.25);
	box-shadow:1px 5px 30px rgba(0,0,0,0.25);
	position:absolute;left:100%;
	top:-20px;
	opacity:0;
	-webkit-transform-origin:0% 0%;
	-ms-transform-origin:0% 0%;
	transform-origin:0% 0%;
	-webkit-transition:-webkit-transform 0.4s,opacity 0.4s;
	transition:transform 0.4s,opacity 0.4s;
	z-index:1001;
}
.mainmenu .right-side-menu>.sub-menu{
	left:auto !important;
	right:100%;
}
.mainmenu .right-side-menu>.sub-menu li.menu-item-has-children>a:after{
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg)
	;transform:rotate(90deg);
}
.mainmenu .sub-menu li{
	position:relative;
	display:block;
}
.mainmenu li>.sub-menu,.mainmenu li>.megamenu>.sub-menu{
	-webkit-transform-style:preserve-3d;
	-ms-transform-style:preserve-3d;
	-o-transform-style:preserve-3d;
	transform-style:preserve-3d;
	-webkit-transform:rotateX(-90deg);
	transform:rotateX(-90deg);
	visibility:hidden;
}
.mainmenu li:hover>.sub-menu,.mainmenu li:hover>.megamenu>.sub-menu{
	-webkit-transform:rotateX(0deg);
	transform:rotateX(0deg);
	opacity:1 !important;
	visibility:visible;
}
.mainmenu li:hover>a,.mainmenu>li>a:hover,.mainmenu>li>a.active{
	background-color:transparent;
	text-decoration:none;

}
.mainmenu .sub-menu>li>a:hover,
.mainmenu .sub-menu .sub-menu>li>a:hover,
.mainmenu .sub-menu .sub-menu .sub-menu>li>a:hover{
	
	border-radius:0 !important;
	text-decoration:none;
}

.megamenu .sub-menu .current-menu-item>a,
.megamenu .current-menu-ancestor>a,
.megamenu.current-menu-ancestor .current-menu-ancestor>a{
	background-color:transparent;
}
.megamenu .sub-menu .current-menu-parent>a,.megamenu .sub-menu .current-menu-item>a{
	background-color:transparent;
}
.no-right-block .sub-menu{
	left:auto !important;
	right:100%;
}
.no-right-block .sub-menu li.menu-item-has-children>a:after{
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
}
.no-right-block .mainmenu>li>.sub-menu{
	right:0 !important;
	}
}
@media only screen and (min-width: 1301px) and (max-width: 1400px){
	.navigation .mainmenu>li>a{
		/*padding:45px 25px;*/
	}
.navigation .mainmenu .sub-menu{
	min-width:245px !important;
	}
}
.entry-content .page-links span{
	border:1px solid #ebebeb;
	display:inline-block;
	font-size:1em;
	padding:0.4em 0.8em;
	font-weight:500;
}

@media only screen and (max-width: 992px){
.hamburger-menus{
	width:30px;
	height:30px;
	position:relative;
	-webkit-transition:.1s;
	transition:.1s;
	margin:15px 5px;
	cursor:pointer;
	display:inline-block;
	float: right;
}
.hamburger-menus span{
	width:5px;
	height:5px;
	/*background-color:#000;*/
	display:block;
	border-radius:50%;
}
.hamburger-menus span:nth-child(1){
	position:absolute;
	left:0;top:0;
}
.hamburger-menus span:nth-child(2){
	position:absolute;
	left:12px;
	top:0;
}
.hamburger-menus span:nth-child(3){
	position:absolute;
	right:0;
	top:0;
}
.hamburger-menus span:nth-child(4){
	position:absolute;
	left:0;
	top:12px;
}
.hamburger-menus span:nth-child(5){
	position:absolute;
	left:12px;
	top:12px;
}
.hamburger-menus span:nth-child(6){
	position:absolute;
	right:0px;
	top:12px;
}
.hamburger-menus span:nth-child(7){
	position:absolute;
	left:0px;
	bottom:0px;
}
.hamburger-menus span:nth-child(8){
	position:absolute;
	left:12px;
	bottom:0px;
}
.hamburger-menus span:nth-child(9){
	position:absolute;
	right:0px;
	bottom:0px;
}
.hamburger-menus:hover span{
	-webkit-transform:scale(1.3);
	-ms-transform:scale(1.3);
	transform:scale(1.3);
	-webkit-transition:350ms cubic-bezier(0.8, 0.5, 0.2, 1.4);
	transition:350ms cubic-bezier(0.8, 0.5, 0.2, 1.4);
	-webkit-box-shadow:0px 2px 3px rgba(0,0,0,0.4);
	box-shadow:0px 2px 3px rgba(0,0,0,0.4);
}
.hamburger-menus.click-menu{
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	cursor:pointer;
	-webkit-transition:0.2s cubic-bezier(0.8, 0.5, 0.2, 1.4);
	transition:0.2s cubic-bezier(0.8, 0.5, 0.2, 1.4);
}
.hamburger-menus.click-menu span{
	border-radius:50%;
	-webkit-transition-delay:200ms;
	transition-delay:200ms;
	/*background-color:rgba(255,255,255,0.767);*/
	-webkit-transition:0.5s cubic-bezier(0.8, 0.5, 0.2, 1.4);
	transition:0.5s cubic-bezier(0.8, 0.5, 0.2, 1.4);
}
.hamburger-menus.click-menu span:nth-child(2){
	position:absolute;
	left:6px;
	top:6px;
}
.hamburger-menus.click-menu span:nth-child(4){
	position:absolute;
	left:6px;
	top:18px;
}
.hamburger-menus.click-menu span:nth-child(6){
	position:absolute;
	right:6px;
	top:6px;
}
.hamburger-menus.click-menu span:nth-child(8){
	position:absolute;
	left:18px;
	bottom:6px;
}
.site-header {
    position: relative;
    background: #000;
}
.mobi {
    display: none;
}
.mobi1 {
    display: block;
}
header .share-btn {text-align: center;    float: none;right: 0;}
header svg {
    display: none;
}
.Header-navbtn {
    display: block;
    text-align: center;
}

header .Header-navbtn .btn {
	float: none;
}
.Header-btn {
    display: none;
}
.header-left-block{
	background:#12141c;
	width:100%;
	display:block;
	overflow:hidden;
}
.header-left-block .site-branding{
	float:left;
}
.header-left-block .site-branding>a{
	display:inline-block;
}
.header-left-block .site-navigation{float:right;}
.header-right-block{display:none;}
.navigation{
overflow-y:auto;
overflow-x:hidden;
    width: 50vw;
    height: 100%;
    position: fixed;
    left: -100%;
    padding: 0;
    top: 0;
    margin: 0;
    z-index: 1010;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-right: 5px solid #000;
 
}
.navigation .mainmenu li {
    display: block;
    position: relative;
    line-height: normal;
    margin-right: 35px;
    margin: 0;
}
.navigation .mainmenu>li>a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 30px;
    overflow: hidden;
    padding: 5px 20px;
    position: relative;
    text-decoration: none;
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    vertical-align: middle;
    letter-spacing: 0.015em;
    font-size: 15px;
    text-align: left;
}
.navigation{
	width:25vw;
	height:100%;
	position:fixed;
	left:-100%;
	padding:0;
	top:0;
	margin:0;
	z-index:1010;
	-webkit-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
	/*background:#fff;*/
}
.navigation.menuopen{
	left:0;-webkit-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
}
.navigation .menu-content>li{
	width:240px;
	display:block;
	float:none;
	border-right:
	none;background-color:transparent;
	position:relative;
	text-align:left;
	white-space:inherit;
}
ul.mainmenu{
	padding:0;
	margin:0;
	list-style:none;
}
.overlaybg{
	left:0;
	z-index:100;
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	display:none;
	cursor:pointer;
}
 #menu-primary-menu .sf-arrows .sf-with-ul{
 	border:none;
 }
.menu-wrapper{
	position:relative;
	z-index:9999;
}
.mainmenu li{
	position:relative;
}
.mainmenu li a .fa-angle-down{
	display:none;
}
.menu-click{
	position:absolute;
	top:0;
	right:0;
	display:block;
	cursor:pointer;
	z-index:120;
}
.menu-click i{
	display:block;
	-webkit-background-size:25px;
	background-size:25px;
	font-size:14px;
	/*color:#000;*/
	float:right;
	padding:15px 20px;
	width:54px;
	-webkit-transition:-webkit-transform 0.1s ease;
	transition:transform 0.1s ease;
}
.menu-extend.fa-plus::before{
	content:"\f068";
	font-family:"Fontawesome";
	font-weight:900;
}
ul.sub-menu{
	list-style:none;
	padding:0;
	margin:0;
	display:none;
}
header ul.sub-menu li a{
padding: 12px 32px 12px 20px;
    font-size: 16px;
    letter-spacing: 0;
    border-right: solid 0px;
    background-color: transparent;
    line-height: 25px;
    position: relative;
    color: #fff;
    display: block;
}
.navigation .mainmenu li:hover > ul {
    position: relative;
}
}
@media only screen and (max-width: 768px){.navigation{width:255px;}}
@media only screen and (min-width: 784px) and (max-width: 1300px){
	body.admin-bar .navigation{
		top:32px;
	}
}
@media only screen and (min-width: 601px) and (max-width: 783px){
	body.admin-bar .navigation{
		top:45px;
		}
}
.social-item.on-banner li a{
	border-width:3px;
	line-height:25px;
}
.social-item.on-banner li{
	display:inline-block;
	margin-right:5px;
}
.video-popup-block .video-popup-btn>i{
	position:absolute;
	color:#fff;
	width:75px;
	height:75px;
	border:2px solid #fff;
	text-align:center;
	line-height:70px;
	border-radius:50px;
	left:0;
	right:0;
	margin:auto;
	top:50%;
	font-size:30px;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}
.video-popup-block .video-popup-btn img{
	border-radius:5px;
	width:100%;
}
.hero-block{
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	height:100vh;
	position:relative;
	overflow:hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1500px){
	.hero-block{
		height:150vh;
		}
}
.hero-block .horizontal-border{
	background:#aeaeae;
	width:2px;
	height:50px;
	display:inline-block;
	margin-top:115px;
	opacity:0;
	-webkit-transition:.3s ease;transition:.3s ease;
	-webkit-transform:translateX(0.3125rem) rotate(0.002deg);
	-ms-transform:translateX(0.3125rem) rotate(0.002deg);
	transform:translateX(0.3125rem) rotate(0.002deg);
	-webkit-transition-delay:1s;transition-delay:1s;
	-webkit-transition-duration:1s;transition-duration:1s;
}
.hero-block .hero-subheading{
	color:#ddd;
	margin-top:15px;
	opacity:0;
	-webkit-transition:.3s ease;
	transition:.3s ease;
	-webkit-transform:translateX(0.3125rem) rotate(0.002deg);
	-ms-transform:translateX(0.3125rem) rotate(0.002deg);
	transform:translateX(0.3125rem) rotate(0.002deg);
	-webkit-transition-delay:1s;transition-delay:1s;
	-webkit-transition-duration:1s;
	transition-duration:1s;
}
@media only screen and (min-width: 768px) and (max-width: 991px){
	.hero-block .hero-subheading{
		font-size:1.875em;
		margin-bottom:15px;
		}
}
@media only screen and (max-width: 767px){
	.hero-block .hero-subheading{
	font-size:1.5em;
	margin-bottom:15px;
	}
}
.hero-block .hero-title{
	font-size:7.323em;
	font-weight:800;
	color:#fff;
	letter-spacing:0.015em;
	margin-bottom:0;
	opacity:0;
	-webkit-transition:0.5s cubic-bezier(0.03, 0.18, 0.05, 1.01);
	transition:0.5s cubic-bezier(0.03, 0.18, 0.05, 1.01);
	-webkit-transition-duration:1s;transition-duration:1s;
	-webkit-transform:translateY(1.25rem);
	-ms-transform:translateY(1.25rem);
	transform:translateY(1.25rem);
}
@media only screen and (min-width: 768px) and (max-width: 991px){
	.hero-block .hero-title{
		font-size:4.25em;
		}
}
@media only screen and (max-width: 767px){
	.hero-block .hero-title{
		font-size:3.5em;
		margin-bottom:28px;
	}
}
.hero-block .hero-designation{
	list-style:none;
	padding-left:0;
	font-size:1.953em;
	margin:0 -30px 40px;
	opacity:0;-webkit-transition:.3s ease;
	transition:.3s ease;
	-webkit-transform:translateX(0.3125rem) rotate(0.002deg);
	-ms-transform:translateX(0.3125rem) rotate(0.002deg);
	transform:translateX(0.3125rem) rotate(0.002deg);
	-webkit-transition-delay:1s;
	transition-delay:1s;
	-webkit-transition-duration:1s;
	transition-duration:1s;
	}
@media only screen and (max-width: 767px){
	.hero-block .hero-designation{
		display:none;
	}
}
@media only screen and (max-width: 991px){
	.hero-block .hero-designation{
		font-size:1.25em;
		margin:0 -30px 30px;
 }
}
.hero-block .hero-designation>li{display:inline-block;position:relative;color:#e51681;padding:20px 30px}@media only screen and (max-width: 767px){.hero-block .hero-designation>li{padding:20px 30px 0}}.hero-block .hero-designation>li:after{content:"";width:5px;height:5px;background:#fff;display:inline-block;position:absolute;right:0;top:50%;border-radius:50%}@media only screen and (max-width: 767px){.hero-block .hero-designation>li:after{top:70%}}.hero-block .hero-designation>li:last-child::after{width:0;height:0;background:transparent}.hero-block .hero-video-btn{opacity:0;-webkit-transition:.3s ease;transition:.3s ease;-webkit-transform:translateX(0.3125rem) rotate(0.002deg);-ms-transform:translateX(0.3125rem) rotate(0.002deg);transform:translateX(0.3125rem) rotate(0.002deg);-webkit-transition-delay:1s;transition-delay:1s;-webkit-transition-duration:1s;transition-duration:1s}.hero-block .hero-video-btn i{color:#fff;width:75px;height:75px;border:2px solid #fff;display:inline-block;border-radius:50%;text-align:center;line-height:70px;margin-right:15px;-webkit-transition:0.35s ease-in-out;transition:0.35s ease-in-out}.hero-block .hero-video-btn .video-title{color:white;font-weight:700;text-transform:uppercase;letter-spacing:0.10em;-webkit-transition:0.35s ease-in-out;transition:0.35s ease-in-out}.hero-block .hero-video-btn:hover i,.hero-block .hero-video-btn:hover .video-title{color:#e51681}.hero-block .hero-video-btn:hover i{border-color:#e51681}.hero-block .hg-background-image{background-position:top center}@media only screen and (max-width: 767px){.hero-block .hg-background-image{background-position:60% 50%}}.hero-block .hg-background{opacity:0;-webkit-transition:0.05s ease;transition:0.05s ease;-webkit-transition-delay:0.05s;transition-delay:0.05s}.loading-done .hero-block .hero-subheading{opacity:1;-webkit-transform:translateX(0) rotate(0.002deg);-ms-transform:translateX(0) rotate(0.002deg);transform:translateX(0) rotate(0.002deg)}.loading-done .hero-block .hero-title{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.loading-done .hero-block .hero-designation{opacity:1;-webkit-transform:translateX(0) rotate(0.002deg);-ms-transform:translateX(0) rotate(0.002deg);transform:translateX(0) rotate(0.002deg)}.loading-done .hero-block .horizontal-border,.loading-done .hero-block .hero-video-btn{opacity:1;-webkit-transform:translateX(0) rotate(0.002deg);-ms-transform:translateX(0) rotate(0.002deg);transform:translateX(0) rotate(0.002deg)}.loading-done .hg-background{opacity:1}.wp-block-intrinsic-core-hero-banner>.hero-block>.container-xl{position:relative;z-index:5}.wp-block-intrinsic-core-hero-banner>.hero-block>.hg-background{z-index:0}.social-status i{margin-right:5px}.counter-item{padding:0 30px}.counter-item .count-element{width:77px;height:77px;margin:auto}.counter-item .count-element>*{margin:0;text-align:center;line-height:70px;color:#fff;font-weight:600}.counter-item .counter-title{margin-top:10px}.counter-item.ver-two .count-element{width:auto;height:auto}.counter-item.ver-two .count-element>*{color:#4d4d4d;line-height:1.4em;text-align:left;font-size:30px;font-weight:800}.col-md-auto:first-of-type .counter-item{padding-left:0}.service-card{background:#27282b;position:relative;overflow:hidden;padding:45px;-webkit-perspective:1000px;perspective:1000px}.service-card .service-icon{font-size:60px;display:block;margin-bottom:20px}.service-card .shadow-icon{font-size:195px;position:absolute;right:-60px;bottom:-60px;opacity:0.25;z-index:0}.service-card .service-title{color:#fff;font-weight:600;letter-spacing:0.015em;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,0.07)}.service-card .service-list{color:#c3c3c3;font-size:18px}.service-card .service-list ul{list-style:none;padding:0;margin:0}.service-card .service-list ul>li{padding-top:15px}.service-card .service-list ul>li:first-child{padding-top:0}.service-card .service-list .service-content>p{margin-bottom:0}.service-card .service-list .service-hover-content{position:absolute;top:0;opacity:0;padding:45px;width:100%;left:0;height:100%;background:#e51681;visibility:hidden;color:#fff;-webkit-transform:translateY(50%);-ms-transform:translateY(50%);transform:translateY(50%);-webkit-transition:all 0.35s ease-in-out;transition:all 0.35s ease-in-out}.service-card .service-list .service-hover-content ul{list-style:none;padding:0;margin:0}.service-card .service-list .service-hover-content ul>li{padding-top:15px;position:relative}.service-card .service-list .service-hover-content ul>li:before{content:'';width:5px;height:5px;background:#fff;display:inline-block;border-radius:30px;margin-right:9px;position:relative;top:-4px}.service-card .service-list .service-hover-content ul>li:first-child{padding-top:0}.service-card.dark{background:#252c48}.service-card:hover .service-hover-content{opacity:1;visibility:visible;-webkit-transform:translateY(0%);-ms-transform:translateY(0%);transform:translateY(0%)}.service-carousel .owl-item.center .service-card{background:#12141c}.service-carousel .owl-item.center .service-card.dark{background:#252c48}.service-carousel .owl-dots{text-align:center;margin-top:30px}.service-carousel .owl-dots .owl-dot{width:16px;height:5px;display:inline-block;background:#cbcaca;margin:0 3px}.service-carousel .owl-dots .owl-dot.active{width:30px;background:#e51681}.wp-block-intrinsic-core-service-items .service-card{background:inherit;margin-bottom:30px}.wp-block-intrinsic-core-service-items .service-list{list-style:none;padding:0;margin:0;font-size:18px}.wp-block-intrinsic-core-service-items .service-list>li{padding-top:15px}.wp-block-intrinsic-core-service-items .service-list>li:first-child{padding-top:0}.work-for-brand a{display:block}.work-for-brand a img{display:block;margin:auto}@media only screen and (max-width: 767px){.work-for-brand .row>.col{-ms-flex-preferred-size:inherit;-webkit-flex-basis:inherit;flex-basis:inherit;-webkit-box-flex:inherit;-ms-flex-positive:inherit;-webkit-flex-grow:inherit;flex-grow:inherit;max-width:100%;margin:30px 0}}
.team-item{margin-bottom:5px}@media only screen and (min-width: 768px){.team-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}}@media only screen and (max-width: 768px){.team-item{margin-bottom:30px}}.team-item .team-description{position:relative;padding-left:75px;margin-left:35px}@media only screen and (max-width: 992px){.team-item .team-description{padding-left:50px;margin-left:30px}}.team-item .team-description:before{content:"";width:45px;height:4px;background:#e12d1e;position:absolute;left:0;top:17px}.team-item .team-description .team-title{font-weight:700;margin-bottom:5px}@media only screen and (max-width: 767px){.team-item .team-thumb{min-width:100%;margin-bottom:30px}}@media only screen and (max-width: 767px){.team-item .team-thumb img{width:100%}}.team-item .team-content{color:#767676}.skill-bar{margin-bottom:45px}.progress-title-holder{position:relative;font-size:18px}.progress-mark span,.progress-title-holder{color:#121212;font-weight:700;margin:0 0 15px;letter-spacing:0.015em;white-space:nowrap}.progress-title{z-index:100}.progress-wrapper{width:100%;z-index:10}.progress-mark{position:absolute;bottom:0;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.progress-mark span.percent{color:#121212}.progress-content{background-color:#e51681;width:0%}.progress-outter{background-color:#fafafa}.progress-content,.progress-outter{height:6px}.skill-progress.dark .progress-mark span,.skill-progress.dark .progress-title-holder{color:#fff}.mock-up-block img{display:block;margin:auto}@media only screen and (min-width: 992px){.hg-promo-numbers>.row>.col-lg-3 .tg-promo-number{position:relative}}@media only screen and (max-width: 991px){.hg-promo-numbers>.row>.col-lg-3 .tg-promo-number{margin-bottom:60px}}@media only screen and (min-width: 992px){.hg-promo-numbers>.row>.col-lg-3 .tg-promo-number:after{content:"";background:rgba(255,255,255,0.15);width:1px;position:absolute;right:-15px;top:15%;height:150px}}@media only screen and (max-width: 991px){.hg-promo-numbers>.row>.col-lg-3 .tg-promo-number:after{content:"";background:rgba(255,255,255,0.15);height:1px;position:absolute;bottom:30px;left:0;right:0;width:150px;margin:auto}}@media only screen and (min-width: 992px){.hg-promo-numbers>.row>.col-lg-3:last-of-type .tg-promo-number:after{content:"";background:transparent;width:0;position:absolute;right:0;top:0;height:0}}
.tg-promo-number .odometer{font-size:7.323em;color:#fff;line-height:1;font-weight:600}.tg-promo-number .promo-title{color:#fff;text-transform:uppercase;letter-spacing:0.015em;font-weight:600}@media (min-width: 768px){.wp-block-intrinsic-core-counter-items.alignfull .container{max-width:720px}}@media (min-width: 992px){.wp-block-intrinsic-core-counter-items.alignfull .container{max-width:960px}}@media (min-width: 1200px){.wp-block-intrinsic-core-counter-items.alignfull .container{max-width:1140px}}
.call-to-action{position:relative;text-align:center;overflow:hidden}.call-to-action .call-to-title{font-size:2.9292em;color:#fff;font-weight:600}.call-to-action .btn-call-to{background:#e51681;color:#fff;border-radius:0;font-weight:700;padding:15px 45px;display:inline-block;text-transform:uppercase;letter-spacing:0.015em}.wp-block-intrinsic-core-call-to-action .hg-overlay:before{background-color:transparent}.wp-block-intrinsic-core-call-to-action .hg-overlay .hg-background-image{opacity:0.25}.mail-subscribe-block{text-align:center}.mail-subscribe-block .form-control{padding:15px 30px;border-radius:30px}.mail-subscribe-block .newsletter-btn{padding:15px 30px;border-radius:30px;border:0 none;font-size:16px;font-weight:600}.company-content img{display:block;margin:auto}@media only screen and (max-width: 992px){.company-content a{margin-bottom:45px;display:block}}
.tabs-nav-area{text-align:center;position:relative;border-bottom:1px solid #cbcaca;margin-bottom:90px}@media only screen and (min-width: 992px){.tabs-nav-area{max-width:75%;margin-left:auto;margin-right:auto}}
.tabs-content.active{display:block !important}.contact-block{position:relative}.portfolio-filter{list-style:none;padding:0}.portfolio-filter li a{display:block;color:#fff;letter-spacing:0.05em;padding:15px 0;font-weight:bold}@media only screen and (max-width: 1200px){.portfolio-filter li a{padding:15px}}@media only screen and (max-width: 1200px){.portfolio-filter li{display:inline-block}}
.portfolio-item{position:relative}@media only screen and (max-width: 1200px){.portfolio-item{padding:0}}.portfolio-item .portfolio-thumb{position:relative;overflow:hidden;height:100%;width:100%;margin-bottom:30px !important;display:-ms-flexbox;display:-webkit-box;display:-webkit-flex;display:flex;-ms-flex-align:start;-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start}@media only screen and (max-width: 1200px){.portfolio-item .portfolio-thumb{margin-bottom:30px}}@media only screen and (max-width: 767px){.portfolio-item .portfolio-thumb{margin-bottom:15px}}.portfolio-item .portfolio-thumb img{width:100%;opacity:1;visibility:visible;-webkit-transform-style:flat;transform-style:flat;-webkit-transform-origin:50% 50% 0;-ms-transform-origin:50% 50% 0;transform-origin:50% 50% 0;-webkit-transition:all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);transition:all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)}.portfolio-item .portfolio-thumb .overlay-wrapper{width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden;visibility:hidden;-webkit-transform-style:flat;transform-style:flat;opacity:0;-webkit-transform:matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0.999);transform:matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0.999)}.portfolio-item .portfolio-thumb .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(229,22,129,0.75);visibility:hidden;opacity:0;-webkit-transform-style:flat;transform-style:flat;-webkit-transform:matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0.99917);transform:matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0.99917)}.portfolio-item .portfolio-thumb .overlay:before{position:absolute;top:30px;right:30px;bottom:30px;left:30px;border:1px solid rgba(255,255,255,0.45);content:''}.portfolio-item .portfolio-thumb .popup{display:block;position:absolute;font-size:20px;text-align:center;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:100%;vertical-align:middle}@media only screen and (max-width: 767px){.portfolio-item .portfolio-thumb .popup{margin-top:-45px}}.portfolio-item .portfolio-thumb .popup .popup-inner{display:inline-block;margin:0;position:relative;visibility:hidden;opacity:0;-webkit-transform:translate(0, -50%) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform:translate(0, -50%) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);-webkit-transform-origin:50% 50% 0;-ms-transform-origin:50% 50% 0;transform-origin:50% 50% 0;-webkit-transform-style:flat;transform-style:flat;-webkit-transition:all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);transition:all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)}.portfolio-item .portfolio-thumb .popup .popup-inner a{font-size:20px;line-height:22px;color:#fff;font-weight:400;padding:15px;display:block}.portfolio-item .content{display:block;width:100%;position:absolute;left:0;bottom:0px;font-size:20px;text-align:center}.portfolio-item .content h3{margin:0 0 10px;-webkit-transform:translate(0, 50%) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform:translate(0, 50%) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);-webkit-transform-origin:50% 50% 0;-ms-transform-origin:50% 50% 0;transform-origin:50% 50% 0;-webkit-transform-style:flat;transform-style:flat;-webkit-transition:all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);transition:all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);display:block;position:relative;visibility:hidden;opacity:0;font-size:18px;color:white;letter-spacing:0.015em;font-weight:600;text-transform:uppercase}.portfolio-item .content .cate{margin:0 0 60px;-webkit-transform-origin:50% 50% 0;-ms-transform-origin:50% 50% 0;transform-origin:50% 50% 0;-webkit-transform-style:flat;transform-style:flat;-webkit-transform:translate(0, 50%) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform:translate(0, 50%) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);font-size:16px;line-height:20px;color:#fafafa;-webkit-transition:all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);transition:all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);font-weight:400;display:block;position:relative;visibility:hidden;opacity:0}.portfolio-item .content .cate a:hover{color:#fff}.portfolio-item:hover .overlay-wrapper{visibility:visible;opacity:1;-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0)}.portfolio-item:hover .content .cate,.portfolio-item:hover .content h3{visibility:visible;opacity:1;-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0)}.portfolio-item:hover .overlay-wrapper .overlay{visibility:visible;opacity:1;-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0)}.portfolio-item:hover .popup .popup-inner{visibility:visible;opacity:1;-webkit-transform:translate(0, -50%);-ms-transform:translate(0, -50%);transform:translate(0, -50%)}.portfolio-item:hover .portfolio-thumb img{opacity:0;visibility:hidden;-webkit-transform:matrix3d(1.5, 0, 0, 0, 0, 1.5, 0, 0, 0, 0, 1, 0, 0, 0, 0.001, 1.0);transform:matrix3d(1.5, 0, 0, 0, 0, 1.5, 0, 0, 0, 0, 1, 0, 0, 0, 0.001, 1.0)}.portfolio-details .portfolio-title{font-weight:700;margin-bottom:30px}.portfolio-details .portfolio-content{font-size:18px;margin-bottom:30px}.portfolio-details .more-info{font-weight:700}.portfolio-details.dark .portfolio-title,.portfolio-details.dark .more-info{color:#fff}.portfolio-details.dark .portfolio-content{color:#e1e1e1}.portfolio-carousel-gallery .item{border-style:solid;border-width:1px;border-color:#efefef}.portfolio-carousel-gallery .owl-dots{text-align:center;margin-top:30px}.portfolio-carousel-gallery .owl-dots .owl-dot{display:inline-block;padding:0 5px}.portfolio-carousel-gallery .owl-dots .owl-dot span{background-color:#c1c1c1;width:20px;height:5px;display:block}.portfolio-carousel-gallery .owl-dots .owl-dot.active span{background:#7540ee}.portfolio-meta{list-style:none;padding:0}.portfolio-meta li{margin-top:20px;font-size:16px}.portfolio-meta li span{margin-right:10px;color:#777;font-weight:500}.dark .portfolio-meta li strong{color:#fff}.dark .portfolio-meta li span{color:#e1e1e1}.testimonial-block{position:relative;overflow:hidden}.client-testimonial .testimonial-details{background:#27282b;padding-bottom:75px;padding-left:75px;padding-right:75px;padding-top:105px}.client-testimonial .client-thumb{width:100px;height:100px;border:5px solid #fff;border-radius:50%;margin:auto;position:relative;margin-bottom:-60px;overflow:hidden}.client-testimonial .client-thumb img{width:100%;height:100%}.client-testimonial .testimonial-details{text-align:center}.client-testimonial .testimonial-details .client-name{color:#fff;font-size:25px;font-weight:600;margin-bottom:30px}.client-testimonial .testimonial-details .details p{color:#ddd;font-size:20px}.client-testimonial.dark .testimonial-details{background:#1b1d38}.testimonial-carousel .owl-dots{text-align:center;margin-top:30px}.testimonial-carousel .owl-dots .owl-dot{width:16px;height:5px;display:inline-block;background:#cbcaca;margin:0 3px}.testimonial-carousel .owl-dots .owl-dot.active{width:30px;background:#e51681}.post-item .post{margin-bottom:30px}.post-item .post .post-thumb{position:relative;margin-bottom:16px !important}.post-item .post .post-thumb .entry-date{background-color:#fff;font-weight:700;font-size:15px;position:absolute;top:15px;left:-40px;padding:15px;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);-webkit-transform-origin:bottom;-ms-transform-origin:bottom;transform-origin:bottom;letter-spacing:0.015em}.post-item .post .post-thumb img{display:block;margin:auto}@media only screen and (max-width: 767px){.post-item .post .post-thumb img{width:100%}}.post-item .post .entry-title{margin-bottom:15px;font-weight:700;font-size:20px;margin-bottom:10px}.post-item .post .entry-title a:hover{color:#e51681}.post-item .post .post-detail{padding:10px 30px}.post-item .post .post-detail .entry-cat{color:#828282;font-weight:500}.post-item .post .post-detail .entry-cat a:hover{color:#e51681}.post-item.dark .post-thumb .entry-date{background-color:#1b1d38;color:#fff}.post-item.dark .entry-title{color:#fff}@media only screen and (min-width: 390px){.post-item article.post{max-width:350px;margin-left:auto;margin-right:auto}}
.blog-latest-items .post{margin-bottom:30px}.blog-latest-items .post .post-thumb{margin-bottom:0}.blog-latest-items .post .post-thumb img{display:block;margin:auto}.blog-latest-items .post .post-details{background:#fff;padding:60px}@media only screen and (max-width: 767px){.blog-latest-items .post .post-details{padding:30px}}.blog-latest-items .post.sticky h2.entry-title:after{content:"\f08d";font-family:"Fontawesome";font-weight:600;color:#dedede;position:absolute;right:-22px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);top:-30px;font-size:25px}@media only screen and (max-width: 767px){.blog-latest-items .post.sticky h2.entry-title:after{top:-18px;right:-12px}}.blog-latest-items .post .entry-title{font-weight:700;margin-bottom:20px;margin-top:-8px;position:relative}.blog-latest-items .post .entry-content{color:#2d2d2d;font-size:18px}.blog-latest-items .post .entry-content .more-link{display:table;background:#e51681;color:#fff;font-size:15px;font-weight:600;padding:15px 45px;margin-top:30px;letter-spacing:0.015em}.blog-latest-items .post .entry-content .more-link i{font-size:11px;margin-left:7px}.blog-latest-items .post .entry-content>p:last-of-type{margin-bottom:0}.blog-latest-items.dark .post-details{background:#1b1d38}.blog-latest-items.dark .entry-title{color:#fff}.blog-latest-items.dark .entry-content{color:#e1e1e1}.blog-latest-items.dark .post.sticky h2.entry-title:after{color:#2a3138}.full-content .blog-latest-items .post .post-details:not(.blog-post-items){background:transparent;padding:0}.blog-page-block{overflow-x:hidden}.blog-single-page .post{margin-bottom:45px}.blog-single-page .post-details .entry-meta{margin:0 -20px 25px}.blog-single-page .post-details .entry-meta i{margin-right:5px;color:rgba(0,0,0,0.45)}.blog-single-page .post-details .entry-meta li{display:inline-block;padding:0 20px 10px}.blog-single-page .post-details .entry-meta .entry-category a{margin-right:5px}.blog-single-page .post-details .entry-title{font-size:35px;margin-bottom:30px}.blog-single-page.dark .entry-meta i{margin-right:5px;color:rgba(255,255,255,0.45)}.blog-single-page.dark table td,.blog-single-page.dark table th{border:1px solid rgba(255,255,255,0.35) !important}.blog-single-page .entry-content>p:last-of-type{margin-bottom:1.3em !important}.blog-single-page .entry-content ul li,.blog-single-page .entry-content ol li{margin-top:10px;line-height:1.6em}.blog-single-page .entry-content>ul,.blog-single-page .entry-content>ol{padding-left:20px}.blog-single-page .entry-content a{text-decoration:underline}.blog-single-page .entry-content a:hover{text-decoration:underline}.blog-single-page .entry-content table{width:100%;margin-bottom:30px}.blog-single-page .entry-content blockquote{background:#f1f1f1;padding:30px;color:#5f5f5f;font-weight:600;position:relative;border-left:4px solid #000;padding-left:1em}.blog-single-page .entry-content blockquote p{font-size:25px;margin-bottom:20px}.blog-single-page .entry-content blockquote cite{font-style:normal;font-size:16px}.blog-single-page .entry-tag a{display:inline-block;border:2px solid #c3c3c3;padding:10px 20px;border-radius:30px;font-weight:500;color:rgba(42,42,42,0.75);-webkit-transition:all 0.35s ease-in-out;transition:all 0.35s ease-in-out;margin-right:10px;margin-bottom:10px}.blog-single-page .entry-tag a:before{content:"#";margin-right:5px}.blog-single-page .entry-tag a:hover{border-style:solid;border-width:2px;border-color:#e51681;border-radius:30px;background:#e51681;color:#fff;padding:10px 20px}.blog-single-page.dark h1,.blog-single-page.dark h2,.blog-single-page.dark h3,.blog-single-page.dark h4,.blog-single-page.dark h5,.blog-single-page.dark h6{color:#fff}.blog-single-page.dark blockquote{background:#13152e;color:#909090;border-left-color:rgba(255,255,255,0.35) !important}.blog-single-page.dark pre{background:#13152e;color:inherit}.blog-single-page.dark .entry-tag a{color:#e1e1e1;border-color:#4d4e5f}.blog-single-page.dark .entry-meta{color:#909090}.blog-single-page.dark .page-links span,.blog-single-page.dark .post-password-form input[type="password"]{border-color:rgba(255,255,255,0.35)}.blog-single-page.dark input{color:inherit}.intrinsic-blog .post-detail{margin-bottom:30px}.intrinsic-blog .post-detail .entry-title{font-weight:700;font-size:20px !important;margin-bottom:10px;margin-top:0}.intrinsic-blog .post-detail .entry-title a{color:inherit !important}.intrinsic-blog .post-detail .entry-cat{font-size:16px}.page-content-main{overflow:hidden}.full-content .post .entry-content>.alignwide{max-width:none;width:65vw;max-width:none;margin-left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}@media only screen and (max-width: 1450px) and (min-width: 1300px){.full-content .post .entry-content>.alignwide{width:80vw}}@media only screen and (max-width: 1299px) and (min-width: 600px){.full-content .post .entry-content>.alignwide{width:95vw}}@media only screen and (max-width: 600px){.full-content .post .entry-content>.alignwide{margin-left:0;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);width:100%}}.full-content .post .entry-content>.alignfull{width:100vw;max-width:none;margin-left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.wp-block-embed .wp-block-embed__wrapper:before{padding-top:0 !important}.wp-block-quote.is-large p,.wp-block-quote.is-style-large p{font-style:normal}.wp-block-quote cite{font-weight: 500;position: absolute;right: 2em;color: #fff;font-style: unset;font-size: 22px;bottom: 0.8em;}.wp-block-pullquote{padding:0}.wp-block-pullquote blockquote{margin-bottom:0;background:transparent !important;border-left:0 none !important;padding-left:0}.wp-block-pullquote blockquote p{font-size:35px !important}.wp-block-pullquote blockquote>p:last-of-type{margin-bottom:15px !important}blockquote.wp-block-pullquote{border-left:0 none !important;padding-left:0}.wp-block-gallery{padding:0 !important}.wp-block-quote:not(.is-large):not(.is-style-large){}.wp-block-file{margin-bottom:1.5em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file a.wp-block-file__button{text-decoration:none}.wp-block-file a.wp-block-file__button:active,.wp-block-file a.wp-block-file__button:focus,.wp-block-file a.wp-block-file__button:hover,.wp-block-file a.wp-block-file__button:visited{-webkit-box-shadow:none;box-shadow:none;color:#fff;opacity:.85;text-decoration:none}ul.wp-block-latest-posts{padding-left:0}.wp-block-quote.is-large p,.wp-block-quote.is-style-large p{font-size:24px;font-style:italic;line-height:1.6}.wp-block-button__link{text-decoration:none !important}.wp-block-file__button{background:#32373c;border-radius:2em;color:#fff;font-size:13px;padding:.5em 1em}*+.wp-block-file__button{margin-left:0.75em}.has-pale-pink-background-color{background-color:#f78da7}.has-vivid-red-background-color{background-color:#cf2e2e}.has-luminous-vivid-orange-background-color{background-color:#ff6900}.has-luminous-vivid-amber-background-color{background-color:#fcb900}.has-light-green-cyan-background-color{background-color:#7bdcb5}.has-vivid-green-cyan-background-color{background-color:#00d084}.has-pale-cyan-blue-background-color{background-color:#8ed1fc}.has-vivid-cyan-blue-background-color{background-color:#0693e3}.has-very-light-gray-background-color{background-color:#eee}.has-cyan-bluish-gray-background-color{background-color:#abb8c3}.has-very-dark-gray-background-color{background-color:#313131}.has-pale-pink-color{color:#f78da7}.has-vivid-red-color{color:#cf2e2e}.has-luminous-vivid-orange-color{color:#ff6900}.has-luminous-vivid-amber-color{color:#fcb900}.has-light-green-cyan-color{color:#7bdcb5}.has-vivid-green-cyan-color{color:#00d084}.has-pale-cyan-blue-color{color:#8ed1fc}.has-vivid-cyan-blue-color{color:#0693e3}.has-very-light-gray-color{color:#eee}.has-cyan-bluish-gray-color{color:#abb8c3}.has-very-dark-gray-color{color:#313131}.wp-block-image.aligncenter{display:block;margin-left:auto;margin-right:auto;text-align:center}.wp-block-image.is-resized{width:-webkit-min-content;width:-moz-min-content;width:min-content;display:-ms-inline-grid;-ms-grid-columns:min-content}.wp-block-categories.aligncenter{text-align:center}.wp-block-quote.is-large{border-left:0 none !important}.wp-block-button__link:not(.has-background),.wp-block-button__link:not(.has-background):active,.wp-block-button__link:not(.has-background):focus,.wp-block-button__link:not(.has-background):hover{background-color:#32373c}.wp-block-button.is-style-outline .wp-block-button__link{background:transparent;border:2px solid transparent}.wp-block-button.is-style-outline .wp-block-button__link.has-pale-pink-background-color{border-color:#f78da7}.wp-block-button.is-style-outline .wp-block-button__link.has-vivid-red-background-color{border-color:#cf2e2e}.wp-block-button.is-style-outline .wp-block-button__link.has-luminous-vivid-orange-background-color{border-color:#ff6900}.wp-block-button.is-style-outline .wp-block-button__link.has-luminous-vivid-amber-background-color{border-color:#fcb900}.wp-block-button.is-style-outline .wp-block-button__link.has-light-green-cyan-background-color{border-color:#7bdcb5}.wp-block-button.is-style-outline .wp-block-button__link.has-vivid-green-cyan-background-color{border-color:#00d084}.wp-block-button.is-style-outline .wp-block-button__link.has-pale-cyan-blue-background-color{border-color:#8ed1fc}.wp-block-button.is-style-outline .wp-block-button__link.has-vivid-cyan-blue-background-color{border-color:#0693e3}.wp-block-button.is-style-outline .wp-block-button__link.has-very-light-gray-background-color{border-color:#eee}.wp-block-button.is-style-outline .wp-block-button__link.has-cyan-bluish-gray-background-color{border-color:#abb8c3}.wp-block-button.is-style-outline .wp-block-button__link.has-very-dark-gray-background-color{border-color:#313131}.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background),.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):active,.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):focus,.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):hover{border-color:#32373c}.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color),.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):active,.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):focus,.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):hover{color:#32373c}.wp-block-button__link:not(.has-text-color),.wp-block-button__link:not(.has-text-color):active,.wp-block-button__link:not(.has-text-color):focus,.wp-block-button__link:not(.has-text-color):hover{color:#fff}.wp-block-cover-image.has-parallax{background-attachment:fixed}.wp-block-cover-image.has-background-dim:before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background-color:rgba(0,0,0,0.5)}.wp-block-cover-image.has-background-dim.has-background-dim-10:before{background-color:rgba(0,0,0,0.1)}.wp-block-cover-image.has-background-dim.has-background-dim-20:before{background-color:rgba(0,0,0,0.2)}.wp-block-cover-image.has-background-dim.has-background-dim-30:before{background-color:rgba(0,0,0,0.3)}.wp-block-cover-image.has-background-dim.has-background-dim-40:before{background-color:rgba(0,0,0,0.4)}.wp-block-cover-image.has-background-dim.has-background-dim-50:before{background-color:rgba(0,0,0,0.5)}.wp-block-cover-image.has-background-dim.has-background-dim-60:before{background-color:rgba(0,0,0,0.6)}.wp-block-cover-image.has-background-dim.has-background-dim-70:before{background-color:rgba(0,0,0,0.7)}.wp-block-cover-image.has-background-dim.has-background-dim-80:before{background-color:rgba(0,0,0,0.8)}.wp-block-cover-image.has-background-dim.has-background-dim-90:before{background-color:rgba(0,0,0,0.9)}.wp-block-cover-image.has-background-dim.has-background-dim-100:before{background-color:#000}.wp-block-cover-image.components-placeholder{height:inherit}p.is-small-text{font-size:14px}p.is-regular-text{font-size:16px}p.is-large-text{font-size:36px}p.is-larger-text{font-size:48px}p.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;line-height:.68;font-weight:100;margin:.05em .1em 0 0;text-transform:uppercase;font-style:normal}p.has-background{padding:20px 30px}.wp-block-latest-comments__comment{font-size:15px;line-height:1.1;list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{min-height:36px;list-style:none}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:52px}.has-dates .wp-block-latest-comments__comment,.has-excerpts .wp-block-latest-comments__comment{line-height:1.5}.wp-block-latest-comments__comment-excerpt p{font-size:14px;line-height:1.8;margin:5px 0 20px}.wp-block-latest-comments__comment-date{color:#8f98a1;display:block;font-size:12px}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:24px;display:block;float:left;height:40px;margin-right:12px;width:40px}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.is-grid{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0;list-style:none}.wp-block-latest-posts.is-grid li{margin:0 16px 16px 0;width:100%}@media (min-width: 600px){.wp-block-latest-posts.columns-2 li{width:-webkit-calc(50% - 16px);width:calc(50% - 16px)}.wp-block-latest-posts.columns-3 li{width:-webkit-calc(33.33333% - 16px);width:calc(33.33333% - 16px)}.wp-block-latest-posts.columns-4 li{width:-webkit-calc(25% - 16px);width:calc(25% - 16px)}.wp-block-latest-posts.columns-5 li{width:-webkit-calc(20% - 16px);width:calc(20% - 16px)}.wp-block-latest-posts.columns-6 li{width:-webkit-calc(16.66667% - 16px);width:calc(16.66667% - 16px)}}.page-content-main .post-details .entry-title{font-size:60px}@media only screen and (min-width: 992px){.page-content-main .post-details{max-width:85%;margin:auto}}
#innerpage-box blockquote span {
    font-weight: 600;
}/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */
.swiper-container{
    margin-left:auto;margin-right:auto;position:relative;overflow:hidden;
    list-style:none;padding:0;z-index:1;
}
.swiper-container-no-flexbox .swiper-slide{float:left;}
.swiper-container-vertical>.swiper-wrapper{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;flex-direction:column;
}
.swiper-wrapper{
    position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;
    display:-webkit-flex;display:-ms-flexbox;display:flex;
    -webkit-transition-property:-webkit-transform;
    transition-property:-webkit-transform;-o-transition-property:transform;
    transition-property:transform;transition-property:transform,-webkit-transform;
    -webkit-box-sizing:content-box;box-sizing:content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper{
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
}
.swiper-container-multirow>.swiper-wrapper{
    -webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.swiper-container-free-mode>.swiper-wrapper{
    -webkit-transition-timing-function:ease-out;
    -o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto; 
}
.swiper-slide{
    -webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;
    position:relative;-webkit-transition-property:-webkit-transform;
    transition-property:-webkit-transform;-o-transition-property:transform;
    transition-property:transform;transition-property:transform,-webkit-transform;
}

.swiper-slide-invisible-blank{visibility:hidden;}
.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}
.swiper-container-autoheight .swiper-wrapper{
    -webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;
    align-items:flex-start;-webkit-transition-property:height,
    -webkit-transform;transition-property:height,-webkit-transform;
    -o-transition-property:transform,height;transition-property:transform,height;
    transition-property:transform,height,-webkit-transform;
}
.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px;  
}
 .swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,
 .swiper-container-3d .swiper-slide-shadow-bottom,
 .swiper-container-3d .swiper-slide-shadow-left,
 .swiper-container-3d .swiper-slide-shadow-right,
 .swiper-container-3d .swiper-slide-shadow-top,
 .swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}
 .swiper-container-3d .swiper-slide-shadow-bottom,
 .swiper-container-3d .swiper-slide-shadow-left,
 .swiper-container-3d .swiper-slide-shadow-right,
 .swiper-container-3d .swiper-slide-shadow-top{
    position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;
    z-index:10; 
}
.swiper-container-3d .swiper-slide-shadow-left{
    background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0))); 
    background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0));
}
.swiper-container-3d .swiper-slide-shadow-right{
    background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0)); 
}
.swiper-container-3d .swiper-slide-shadow-top{
    background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0)); 
}
.swiper-container-3d .swiper-slide-shadow-bottom{
    background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
}
.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{
    -ms-touch-action:pan-y;
    touch-action:pan-y; 
}
.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{
    -ms-touch-action:pan-x;
    touch-action:pan-x; 
}
/*.swiper-button-next,.swiper-button-prev{
    position:absolute;
    top:50%;z-index:10;
    cursor:pointer;
    background-size:27px 44px;
    background-position:center;
    background-repeat:no-repeat; 
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}
.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:25px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:25px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}
*/
/*fade*/
.swiper-container-fade.swiper-container-free-mode .swiper-slide{
    -webkit-transition-timing-function:ease-out;
    -o-transition-timing-function:ease-out;
    transition-timing-function:ease-out; 
}
.swiper-container-fade .swiper-slide{
    pointer-events:none;
    -webkit-transition-property:opacity;
    -o-transition-property:opacity;
    transition-property:opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none;}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto;} 
.swiper-container-cube{overflow:visible;} 
.swiper-container-cube .swiper-slide{
    pointer-events:none;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    z-index:1;visibility:hidden;
    -webkit-transform-origin:0 0;
    -ms-transform-origin:0 0;transform-origin:0 0;
    width:100%;
    height:100%;
}

/*cube*/
.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none;}
.swiper-container-cube.swiper-container-rtl .swiper-slide{
    -webkit-transform-origin:100% 0;
    -ms-transform-origin:100% 0;
    transform-origin:100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible;}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top{
    z-index:0;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
}
.swiper-container-cube .swiper-cube-shadow{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:100%;
    background:#000;opacity:.6;
    -webkit-filter:blur(50px);
    filter:blur(50px);z-index:0;
}

/*flip*/

.swiper-container-flip{overflow:visible;}
.swiper-container-flip .swiper-slide{
    pointer-events:none;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    z-index:1;
}
.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none;}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top{
    z-index:0;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden; 
}
.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px;}/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(//monsieur-peinture.com/wp-content/themes/welding-work-pro/css/images/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}/*
* 	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;
	background: url(//monsieur-peinture.com/wp-content/themes/welding-work-pro/css/images/AjaxLoader.gif) no-repeat center center
}/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{/*background:0 0;*/color:inherit;border:none;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//monsieur-peinture.com/wp-content/themes/welding-work-pro/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:35px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:23px;height:23px;margin:5px 14px;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}/*.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}*//*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(//monsieur-peinture.com/wp-content/themes/welding-work-pro/images/overlay.png) repeat 0 0; opacity: 0.9; filter: alpha(opacity = 90);    background: #000;}
#colorbox{outline:0;}
/*    #cboxTopLeft{width:21px; height:21px; background:url(//monsieur-peinture.com/wp-content/themes/welding-work-pro/images/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(//monsieur-peinture.com/wp-content/themes/welding-work-pro/images/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(//monsieur-peinture.com/wp-content/themes/welding-work-pro/images/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(//monsieur-peinture.com/wp-content/themes/welding-work-pro/images/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(//monsieur-peinture.com/wp-content/themes/welding-work-pro/images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(//monsieur-peinture.com/wp-content/themes/welding-work-pro/images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(//monsieur-peinture.com/wp-content/themes/welding-work-pro/images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(//monsieur-peinture.com/wp-content/themes/welding-work-pro/images/border.png) 0 -29px repeat-x;}*/
    #cboxContent{background:#f87a00; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#fff; font-size: 11px;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#fff;font-size: 12px;}
        #cboxLoadingOverlay{background:url(//monsieur-peinture.com/wp-content/themes/welding-work-pro/images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(//monsieur-peinture.com/wp-content/themes/welding-work-pro/images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(//monsieur-peinture.com/wp-content/themes/welding-work-pro/images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(//monsieur-peinture.com/wp-content/themes/welding-work-pro/images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{position:absolute;top: 0;right: 0px; background:url(//monsieur-peinture.com/wp-content/themes/welding-work-pro/images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
.lz-gallery-images {
    margin-bottom: 0px;
}


/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.heart-pulse {
    animation: heart-pulse 0.8s ease-out alternate;
    animation-iteration-count: infinite;
}
@keyframes heart-pulse {
  0% {
    transform: scale(0.75, 0.75);
  }
  30% {
    transform: scale(1, 1);
  }
}
.sp{
       -webkit-animation: sp 3s linear infinite;
    animation: sp 3s linear infinite;
}
@keyframes sp {
    from {
        transform: translate(0, 0px);
    }

    65% {
        transform: translate(0, 30px);
    }

    to {
        transform: translate(0, -0px);
    }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}


.dot-bricks {
  animation: dot-bricks 2s infinite ease;
}
@keyframes dot-bricks {
  0% {
    box-shadow: 9991px -16px 0 0 #9880ff, 9991px 0 0 0 #9880ff, 10007px 0 0 0 #9880ff;
  }
  8.333% {
    box-shadow: 10007px -16px 0 0 #9880ff, 9991px 0 0 0 #9880ff, 10007px 0 0 0 #9880ff;
  }
  16.667% {
    box-shadow: 10007px -16px 0 0 #9880ff, 9991px -16px 0 0 #9880ff, 10007px 0 0 0 #9880ff;
  }
  25% {
    box-shadow: 10007px -16px 0 0 #9880ff, 9991px -16px 0 0 #9880ff, 9991px 0 0 0 #9880ff;
  }
  33.333% {
    box-shadow: 10007px 0 0 0 #9880ff, 9991px -16px 0 0 #9880ff, 9991px 0 0 0 #9880ff;
  }
  41.667% {
    box-shadow: 10007px 0 0 0 #9880ff, 10007px -16px 0 0 #9880ff, 9991px 0 0 0 #9880ff;
  }
  50% {
    box-shadow: 10007px 0 0 0 #9880ff, 10007px -16px 0 0 #9880ff, 9991px -16px 0 0 #9880ff;
  }
  58.333% {
    box-shadow: 9991px 0 0 0 #9880ff, 10007px -16px 0 0 #9880ff, 9991px -16px 0 0 #9880ff;
  }
  66.666% {
    box-shadow: 9991px 0 0 0 #9880ff, 10007px 0 0 0 #9880ff, 9991px -16px 0 0 #9880ff;
  }
  75% {
    box-shadow: 9991px 0 0 0 #9880ff, 10007px 0 0 0 #9880ff, 10007px -16px 0 0 #9880ff;
  }
  83.333% {
    box-shadow: 9991px -16px 0 0 #9880ff, 10007px 0 0 0 #9880ff, 10007px -16px 0 0 #9880ff;
  }
  91.667% {
    box-shadow: 9991px -16px 0 0 #9880ff, 9991px 0 0 0 #9880ff, 10007px -16px 0 0 #9880ff;
  }
  100% {
    box-shadow: 9991px -16px 0 0 #9880ff, 9991px 0 0 0 #9880ff, 10007px 0 0 0 #9880ff;
  }
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.float-bob-x {
  -webkit-animation-name: float-bob-x; animation-name: float-bob-x; }
@keyframes float-bob-x {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatex(20px);
  }
  100% {
    transform: translatey(0px);
  }
}


.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
}
@keyframes float-bob-y {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}

.mymove {
  -webkit-animation-name: mymove;
  animation-name: mymove;
}

@keyframes mymove {
  0%   {top: 0px; left: 0px; color: #6f34fe;}
  25%  {top: 0px; left: 100px; color: #6f34fec7;}
  50%  {top: 50px; left: 100px; color: #6f34fe75;}
  75%  {top: 100px; left: 0px; color: #6f34fe4a;}
  100% {top: 0px; left: 0px; color: #d2cddf80;}
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url(//monsieur-peinture.com/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//monsieur-peinture.com/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//monsieur-peinture.com/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//monsieur-peinture.com/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//monsieur-peinture.com/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//monsieur-peinture.com/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}/*
 * Nivo Lightbox v1.2.0
 * http://dev7studios.com/nivo-lightbox
 *
 * Copyright 2013, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

.nivo-lightbox-overlay *{
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

.nivo-lightbox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999;
	width: 100%;
	height: 100%;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nivo-lightbox-overlay.nivo-lightbox-open {
	visibility: visible;
	opacity: 1;
}
.nivo-lightbox-wrap  {
	position: absolute;
	top: 10%;
	bottom: 10%;
	left: 10%;
	right: 10%;
}
.nivo-lightbox-content {
	width: 100%;
	height: 100%;
}
.nivo-lightbox-title-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	text-align: center;
}
.nivo-lightbox-nav { display: none; }
.nivo-lightbox-prev {
	position: absolute;
	top: 50%;
	left: 0;
}
.nivo-lightbox-next {
	position: absolute;
	top: 50%;
	right: 0;
}
.nivo-lightbox-close {
	position: absolute;
	top: 2%;
	right: 2%;
}

.nivo-lightbox-image { text-align: center; }
.nivo-lightbox-image img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
}
.nivo-lightbox-content iframe {
	width: 100%;
	height: 100%;
}
.nivo-lightbox-inline,
.nivo-lightbox-ajax {
	max-height: 100%;
	overflow: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* https://bugzilla.mozilla.org/show_bug.cgi?id=308801 */
}
.nivo-lightbox-error {
	display: table;
	text-align: center;
	width: 100%;
	height: 100%;
	color: #fff;
	text-shadow: 0 1px 1px #000;
}
.nivo-lightbox-error p {
	display: table-cell;
	vertical-align: middle;
}

/* Effects
 **********************************************/
.nivo-lightbox-notouch .nivo-lightbox-effect-fade,
.nivo-lightbox-notouch .nivo-lightbox-effect-fadeScale,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideLeft,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideRight,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideUp,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideDown,
.nivo-lightbox-notouch .nivo-lightbox-effect-fall {
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	    -ms-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
}

/* fadeScale */
.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	-webkit-transform: scale(0.7);
	   -moz-transform: scale(0.7);
	    -ms-transform: scale(0.7);
	        transform: scale(0.7);
}
.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

/* slideLeft / slideRight / slideUp / slideDown */
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	   -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	    -ms-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	     -o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	        transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
	-webkit-transform: translateX(-10%);
	   -moz-transform: translateX(-10%);
	    -ms-transform: translateX(-10%);
	        transform: translateX(-10%);
}
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
	-webkit-transform: translateX(10%);
	   -moz-transform: translateX(10%);
	    -ms-transform: translateX(10%);
	        transform: translateX(10%);
}
.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateX(0);
	   -moz-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
}
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
	-webkit-transform: translateY(-10%);
	   -moz-transform: translateY(-10%);
	    -ms-transform: translateY(-10%);
	        transform: translateY(-10%);
}
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
	-webkit-transform: translateY(10%);
	   -moz-transform: translateY(10%);
	    -ms-transform: translateY(10%);
	        transform: translateY(10%);
}
.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}

/* fall */
.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
	-webkit-perspective: 1000px;
	   -moz-perspective: 1000px;
	        perspective: 1000px;
}
.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
	-webkit-transform: translateZ(300px);
	   -moz-transform: translateZ(300px);
	    -ms-transform: translateZ(300px);
	        transform: translateZ(300px);
}
.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
	    -ms-transform: translateZ(0);
	        transform: translateZ(0);
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay { 
	background: #666;
	background: rgba(0,0,0,0.6); 
}
.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading { background: url(//monsieur-peinture.com/wp-content/themes/welding-work-pro/css/loading.gif) no-repeat 50% 50%; }

.nivo-lightbox-theme-default .nivo-lightbox-nav {
	top: 10%;
	width: 8%;
	height: 80%;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0.5;
}
.nivo-lightbox-theme-default .nivo-lightbox-nav:hover { 
	opacity: 1; 
	background-color: rgba(0,0,0,0.5);
}
.nivo-lightbox-theme-default .nivo-lightbox-prev { 
	background-image: url(//monsieur-peinture.com/wp-content/themes/welding-work-pro/css/images/prev.png); 
	border-radius: 0 3px 3px 0;
}
.nivo-lightbox-theme-default .nivo-lightbox-next { 
	background-image: url(//monsieur-peinture.com/wp-content/themes/welding-work-pro/css/images/next.png); 
	border-radius: 3px 0 0 3px;
}

.nivo-lightbox-theme-default .nivo-lightbox-close {
	display: block;
	background: url(//monsieur-peinture.com/wp-content/themes/welding-work-pro/css/images/close.png) no-repeat 5px 5px;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	padding: 5px;
	opacity: 0.5;
}
.nivo-lightbox-theme-default .nivo-lightbox-close:hover { opacity: 1; }

.nivo-lightbox-theme-default .nivo-lightbox-title-wrap { bottom: -7%; }
.nivo-lightbox-theme-default .nivo-lightbox-title {
	font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	background: #000;
	color: #fff;
	padding: 7px 15px;
	border-radius: 30px;
}

.nivo-lightbox-theme-default .nivo-lightbox-image img {
	background: #fff;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	   -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	        box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}
.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
	background: #fff;
	padding: 40px;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	   -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	        box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}

@media (-webkit-min-device-pixel-ratio: 1.3),
       (-o-min-device-pixel-ratio: 2.6/2),
       (min--moz-device-pixel-ratio: 1.3),
       (min-device-pixel-ratio: 1.3),
       (min-resolution: 1.3dppx) {

	.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading { 
		background-image: url(//monsieur-peinture.com/wp-content/themes/welding-work-pro/css/images/loading@2x.gif); 
		background-size: 32px 32px;
	}
	.nivo-lightbox-theme-default .nivo-lightbox-prev { 
		background-image: url(//monsieur-peinture.com/wp-content/themes/welding-work-pro/css/images/prev@2x.png); 
		background-size: 48px 48px;
	}
	.nivo-lightbox-theme-default .nivo-lightbox-next { 
		background-image: url(//monsieur-peinture.com/wp-content/themes/welding-work-pro/css/images/next@2x.png); 
		background-size: 48px 48px;
	}
	.nivo-lightbox-theme-default .nivo-lightbox-close { 
		background-image: url(//monsieur-peinture.com/wp-content/themes/welding-work-pro/css/images/close@2x.png); 
		background-size: 16px 16px;
	}
	
}/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 1.5em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	/*content: '\f107';
	font-family: FontAwesome;
	position: absolute;
	right: 2em;
	height: 0;
	width: 0;*/
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	content: '\f105';
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}
.sf-arrows .sf-with-ul:before{
content: '\f107';
    position: absolute;
    right: 4px;
    top: 5%;
	font-family: FontAwesome;
    font-weight: 400;
    font-size: 14px;
/*    -webkit-transform: skew(25deg);
    -ms-transform: skew(25deg);
    transform: skew(25deg);*/
}/*==========================
	Custom css
==========================*/
.text-gray-dark {
    color: #9a9a9a;
}
.header-nav .nav > li.active > a{
	color:#fff;
}
.header-nav .nav > li.active > a,
.header-nav .nav > li:hover > a{
	color:#fff;
}
/* Home Pages */
.navbar-nav > li > a > span{
	font-size:18px;
}
.site-header.header-transparent .top-bar{
	border:0;
}
.dlab-topbar-left ul li,
.dlab-topbar-right ul li{
	font-size: 15px;
	color:#fff;
	opacity:0.7;
	vertical-align: middle;
}
.dlab-topbar-left ul li i,
.dlab-topbar-right ul li i {
    font-size: 18px;
	vertical-align: middle;
}
.text-black .dlab-topbar-left ul li,
.text-black .dlab-topbar-right ul li{
	color:#000;
}
.logo-header,
.is-fixed .logo-header{
	/*width:120px;
	height:60px;*/
}
.dlab-topbar-right ul li {
    padding-left: 15px;
}
.header-nav .nav > li > a,
.is-fixed .header-nav .nav > li > a{
	text-transform: capitalize;
	font-weight:600;
	padding: 20px 12px;
}
.extra-nav{
	padding-top:10px;
	padding-bottom:10px;
}
.is-fixed .extra-nav{
	padding-top:10px;
	padding-bottom:10px;
}
/* Slider */
.overlay-black-dark:after {
    opacity: 0.85;
}
.main-slider{
	padding-bottom:0;
}
.main-slider .dlab-bnr-inr-entry{
	vertical-align: middle;
}

/* Owl Slider */
.slide-item{
	position:relative;
}
.slide-item .slide-content{
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	padding-bottom: 180px;
    padding-top: 100px;
}
.slide-item-img img{
	object-fit:cover;
	height:850px;
}

.slide-content-box {
	position: relative;
    top: 30%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	transition:all 1s ease 0.5s;
	-webkit-transition:all 1s ease 0.5s;
	-o-transition:all 1s ease 0.5s;
	-moz-transition:all 1s ease 0.5s;
}
.main-slider .tp-shapewrapper.ov-tp{
	background-color: rgba(0, 0, 0, 0.75);
}
@media only screen and (max-width: 1200px) {
	.slide-item-img img{
		height:750px;
	}
}
@media only screen and (max-width: 991px) {
	.dlab-topbar-left ul li, 
	.dlab-topbar-right ul li{
		/*font-size:13px;*/
	}
}
@media only screen and (max-width: 767px) {
	.slide-item-img img{
		height:650px;
	}
	.product-gallery-bx.on-show-slider{
		position:sticky;
		top:80px;
	}
}
/* service box In slide */
.service-box-slide{
	bottom: 0;
    padding: 30px 0;
    position: absolute;
    width: 100%;
	border-top:1px solid rgba(255,255,255,0.5);
	z-index: 1;
}
.service-box-slide .container{
	display:block;
}
.service-box-slide .bx-style-1{
	border-color:rgba(255,255,255,0.5);
}
.service-box-slide .bx-style-1:hover{
	background-color:rgba(255,255,255,0.05);
}
.button-lg {
    font-size: 16px;
    padding: 15px 25px;
}
.button-lg.outline-2 {
	padding: 13px 23px;
}
.service-box-slide p{
	opacity:0.9;
	font-size:15px;
}
.service-box-slide .icon-content {
    overflow: unset;
}
.dlab-bnr-inr-entry.full-height{
	min-height:500px;
	max-height:500px;
}
/* abuot box */
.abuot-box{
	background: #ffffff none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
    padding: 40px 20px 20px;
    position: relative;
    width: 120%;
    z-index: 1;
	margin-top:40px;
}
.about-img img{
	border-radius:8px;
}
.text-gray-dark{
	color:#5a5a5a;
}

/* box item service */
.item-service-content{
	border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    padding: 30px;
    text-align: center;
}
.item-service-content p{
	font-size:15px;
}
.box-item-service .icon-bx-md{
	color:#b2b2b2;
}
.box-item-service .site-button.m-b40{
	margin-bottom:40px;
}
.development-box{
	position:relative;
}
.development-box:after{
	border-top: 2px dashed #e2e2e2;
    content: "";
    display: block;
    height: 2px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 100%;
}
.round-center {
    background: #ffffff none repeat scroll 0 0;
    border: 4px solid;
    border-radius: 25px;
    display: inline-block;
    height: 25px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 25px;
    z-index: 1;
}

.box-item-service:hover .item-service-content,
.box-item-service:hover h5,
.box-item-service:hover .icon-bx-md{
	color:#fff;
}
/* Why Choose us */
.choseus-tabs .nav{
	text-align:center;
	border-bottom:1px solid rgba(255,255,255,0.1);
	
}
.choseus-tabs .nav li{
	display:inline-block;
}
.choseus-tabs .nav li a:hover{
	border:0;
}
.choseus-tabs .nav li a{
	color:#acacac;
	font-size:16px;
	border-bottom: 2px solid rgba(0,0,0,0);
	margin-bottom: -1px;
	padding:0 10px 15px 15px;
	display: inline-block;
}
.choseus-tabs .nav li a.active{
	color:#fff;
}
.chosesus-content .list-checked li:before{
	content:"\e64d";
	font-family: 'themify';
	font-size: 18px;
}
.chosesus-content .list-checked li {
	padding:8px 5px 8px 30px;
	margin-bottom: 10px;
}
.chosesus-content .list-checked li span{
	opacity: 0.7;
}
.chosesus-content .abuot-box{
	margin-top:50px;
	padding-left:30px;
	padding-right:30px;
	left:-20%;
}
.chosesus-content .abuot-box p{
	color:#363636;
	font-size:15px;
	
}

/* choses-info */
.choses-info{
	border-top:1px solid rgba(255,255,255,0.1);
	position:relative;
	z-index:1;
	text-align:center;
}
.choses-info-content [class*="col-"] {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.choses-info-content [class*="col-"]:last-child {
	border-right:0;
}

/* portfolio box */
.portfolio-box .icon-bx-xs{
	border:1px solid rgba(255,255,255,0.2);
	background-color:rgba(0,0,0,0);
	color:#fff;
	border-radius:0;
	font-size:18px;
}
.portfolio-box .dlab-info-has{
	z-index:11;
}
.dlab-img-overlay1:hover:before, 
.dlab-box:hover .dlab-img-overlay1:before{
	opacity:0.8;
}
.portfolio-carousel .item{
	padding:0 15px;
}
.portfolio-carousel .item .dlab-box,
.portfolio-section .dlab-box{
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
}
.portfolio-section .container-fluid{
	padding-left:100px;
	padding-right:100px;
}
/* testimonial video */
.testimonial-text.video{
	padding:15px;
}
.video-testimonial{
	overflow:hidden;
	border-radius:4px;
	position:relative;
}
.video-testimonial-play {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
.video-testimonial-play a{
	color: #ffffff;
    font-size: 45px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.op5{
	opacity:0.5;
}
.op6{
	opacity:0.6;
}
.op7{
	opacity:0.7;
}
.op8{
	opacity:0.8;
}
.op9{
	opacity:0.9;
}
/* inquiry-form */
.inquiry-form{
	background-color:#fff;
	padding:40px;
	box-shadow:0 0 30px 0 rgba(0,0,0,0.3);
	border-radius: 15px;
	margin-top: -40px;
}
.inquiry-form .input-group-addon{
	border-width: 0 0 1px;
    font-size: 18px;
    padding: 9px 0 0;
    vertical-align: top;
	border-style: solid;
}
.inquiry-form .form-control{
	border-width: 0 0 1px;
	font-size: 16px;
}
textarea.form-control{
	height:auto;
}
.footer-top {
	background-color:#292929;
}
.footer-bottom{
	background-color:#292929;
}
.footer-contact-info.service-box-slide{
	padding:0;
	position:unset;
	border-top:0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.service-box-slide .icon-sm img,
.footer-contact-info .icon-sm img {
    border-radius: 2px;
    height: 20px;
	width: auto;
}
.footer-contact-info.service-box-slide p {
    font-size: 12px;
    opacity: 0.5;
}
.footer-contact-info .icon-bx-wraper .dlab-tilte {
	font-size: 16px;
}
.footer-contact-info .icon-sm {
    text-align: left;
    width: 25px;
}
.footer-contact-info .icon-sm i {
    font-size: 20px;
}
.exp-services .section-head p {
    font-size: 18px;
	line-height: 32px;
	max-width: 1000px;
}
.exp-services .section-head p strong {
    font-size: 22px;
    font-weight: 600;
}
/* footer */
footer .widget_services .list-2 li{
	width: 50%;
	float: left;
	list-style-type: circle !important;
	list-style-position: inside;
	padding: 5px 5px 5px 0px;
}
footer .widget_services .list-2 li:before{
	content:none;
}
.subscribe-form input {
    background-color: rgba(255,255,255,0.05);
    border: 0;
    border-radius: 0 !important;
    height: 50px;
    padding: 10px 20px;
    margin-right: 0;
    color: #fff;
    font-size: 13px;
}
.subscribe-form .input-group-btn {
    padding-left: 0;
}
.footer-content-box{
	border: 1px solid rgba(255, 255, 255, 0.04);
	padding: 25px 30px;
	border-radius: 6px;
	background-color: rgba(255,255,255,0.03);
}

/* Inner Pages */
.abuot-box.left{
	right:auto;
	left:-20%;
	margin-top: 50px;
}
.about-service .icon-bx-wraper{
	border:1px solid rgba(255,255,255,0.1);
	background-color:rgba(255,255,255,0.05);
	border-radius:8px;
}
/* pulsating circle buy now button on preview */


.dlab-bnr-inr-entry {
    vertical-align: bottom;
}
.inquiry-form.inner{
	border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    box-shadow: none;
    margin-top: 0;
    padding: 20px;
	position:sticky;
	top:100px;
}
.icon-bx-wraper.expertise {
    background-color: rgba(0, 0, 0, 0.01);
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 13px;
}

/* contact-page */
.contact-page .container{
	display:;
}
.contact-page{
	padding-bottom: 50px;
    padding-top: 200px;
}
.contact-page .inquiry-form{
	margin-top:0;
}
.contact-page .bx-style-1{
	border-color: rgba(255, 255, 255, 0.1);
	background-color: rgba(255, 255, 255, 0.05);
	border-radius:8px;
	color:#fff;
}
.contact-page .bx-style-1 p{
	opacity:0.8;
}
.contact-page-1 .inquiry-form{
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    box-shadow: none;
    margin-top: 0;
    padding: 40px;
}
.contact-page-1 .icon-bx-wraper.bx-style-1, 
.contact-page-1 .icon-bx-wraper.bx-style-2{
	border: 2px solid rgba(0, 0, 0, 0.1);
	border-radius: 15px;
}
/* Box Layout */


/* Responsive */
@media only screen and (max-width: 1200px) {
	.portfolio-section .container-fluid{
		padding-left:15px;
		padding-right:15px;
	}
}
@media only screen and (max-width: 1024px) {
    .abuot-box{
		margin-top:20px;
	}
}
@media only screen and (max-width: 991px) {
    .dlab-topbar-left ul li{
		padding-right: 5px;
	}
	.dlab-topbar-right ul li{
		padding-left: 5px;
	}
	.navbar-toggler,
	.is-fixed .navbar-toggler{
		 margin: 10px 10px 10px 15px;
   		 float: right;
   		 box-shadow: none;
	}
	.chosesus-content .p-l30{
		padding-left:0;
	}
	.choses-info-content h2{
		font-size:28px;
		margin-bottom:0;
		line-height:35px;
	}
	.choses-info-content h4{
		font-size:14px;
		margin-bottom:0;
	}
	.header-nav .nav > li > a, 
	.is-fixed .header-nav .nav > li > a{
		padding: 10px 15px;
	}
	.header-nav .nav > li.active > a, 
	.header-nav .nav > li:hover > a{
		color:#000;
	}
	
}
@media only screen and (max-width: 767px) {
	.slide-content p{
		display:none;
	}
	.slide-content-box{
		text-align:center;
	}
	.owl-slider.owl-theme .owl-dots {
		bottom: 180px;
		margin-top: 0;
		position: absolute;
		right: auto;
		text-align: center;
		top: auto;
		transform: translateY(-50%);
		width: 100%;
	}
	.site-header .navbar-toggler, 
	.site-header .is-fixed .navbar-toggler {
		margin: 10px 6px 10px 10px;
	}
	.slide-content .button-lg {
		font-size: 13px;
		padding: 10px 15px;
	}
	.text-white .site-button.outline {
		padding: 8px 15px;
	}
	.abuot-box {
		background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
		border-radius: 0;
		box-shadow: none;
		margin-top: 0;
		padding: 0;
		position: relative;
		width: 100%;
		z-index: unset;
	}
	.abuot-box [class*="col-"]{ 
		padding:0;
	}
	.choseus-tabs .title-head {
		display: unset;
	}
	.chosesus-content .abuot-box {
		background-color: rgba(255, 255, 255, 0.05);
		border-radius: 5px;
		left: auto;
		margin-top: 0;
		padding: 20px;
	}
	.chosesus-content .abuot-box p{
		color: #ffffff;
		font-size: 14px;
		opacity: 0.8;
	}
	.choses-info-content [class*="col-"] {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
	.inquiry-form{
		margin-top:0;
	}
	.contact-page{
		padding-bottom: 50px;
		padding-top: 100px;
	}
}


/* Write text */
.ml2 {
	color: #ffffff;
    font-size: 30px;
    font-weight: 400;
    margin: 0;
}
.ml2 .letter {
  display: inline-block;
  line-height: 1em;
}
.ml12 {
  font-weight: 300;
  font-size: 1.8em;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  color:#000;	
}

.ml12 .letter {
  display: inline-block;
  line-height: 1em;
}
#loading-area{
	background-image:none;
	display: table;
	text-align:center;
	background-color:rgba(0,0,0,0);
	background-size:cover;
}
#loading-area .ml12{
	display:table-cell;
	vertical-align:middle;
	color:#000;
	width:100%;
}

/* Time Line Css ========================== */
/* Time Line */
.time-line {
    position: relative;
}
.time-line:after {
    border-radius: 2px;
    content: "";
    height: 100%;
    position: absolute;
    right: 50%;
    top: 0;
    width: 4px;
	display:block;
}
.time-line .line-left-box,
.time-line .line-right-box{
	
	width: 40%;
	position:relative;
	z-index: 1;
}
.line-right-box .line-content-box,
.line-left-box .line-content-box{
	background: #ffffff none repeat scroll 0 0;
    border-radius: 12px;
    box-shadow: 1px 1px 62px 0 rgba(0, 0, 0, 0.1);
    padding: 30px;
}
.line-left,
.line-right{
	position:relative;
	display:table;
	width:100%;
}
	
.line-left:after {
    content: "";
    height: 4px;
    position: absolute;
    top: 50%;
	left:40%;
    width: 10%;
}	
.line-right:after {
    content: "";
    height: 4px;
    position: absolute;
	right:40%;
    top: 50%;
    width: 10%;
}	
.time-line .line-left-box {
	float: left;
}
.time-line .line-right-box {
	float: right;
}
.time-line .line-left-box  .line-content-box{
	padding-right:60px;
}
.time-line .line-right-box  .line-content-box{
	padding-left:60px;
}
.line-num {
    border-radius: 40px;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.3);
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
	font-family:"Nunito",sans-serif;
    height: 80px;
    line-height: 80px;
    text-align: center;
    width: 80px;
}
.time-line .line-left-box .line-num{
	position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.time-line .line-right-box .line-num{
	position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.faa-horizontal.animated{
    -webkit-animation:horizontal 5s ease infinite;
    animation:horizontal 5s ease infinite
}
/* Faqs */
.faq-1 .panel{
	margin-bottom: 15px; 
	transition: all 0.5s;
}
.faq-1 .acod-title a{
	padding: 20px;
	color: #000;
}
.faq-1 .panel:hover{
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.1);
	transition: all 0.5s;
}
.faq-1 .acod-head a::after{
	top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
	right: 20px;
}
.faq-video{
	position: relative;
}
.faq-video .play-btn{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	font-size: 65px;
}
@keyframes horizontal{
    0%{
        -webkit-transform:translate(0,0);
        transform:translate(0,0)
    }
    6%{
        -webkit-transform:translate(20px,0);
        transform:translate(0,20px)
    }
    12%{
        -webkit-transform:translate(0,0);
        transform:translate(0,0)
    }
    18%{
        -webkit-transform:translate(0,20px);
        transform:translate(0,20px)
    }
    24%{
        -webkit-transform:translate(0,0);
        transform:translate(0,0)
    }
    30%{
        -webkit-transform:translate(0,20px);
        transform:translate(0,20px)
    }
    100%,36%{
        -webkit-transform:translate(0,0);
        transform:translate(0,0)
    }
}

@media only screen and (max-width: 767px) {
	.line-left, 
	.line-right{
		margin-bottom:30px;	
	}
	.line-num{
		height:40px;
		width:40px;
		font-size:16px;
		line-height:40px;
	}
	.time-line:after,
	.line-right:after{
		right:auto;
		left:0;
	}
	.time-line .line-left-box, 
	.time-line .line-right-box{
		width:90%;
		float: right;		
	}
	.time-line .line-left-box .line-num,
	.time-line .line-right-box .line-num{
		left:-20px;
	}
	.time-line .line-left-box{
		padding-right:30px;
	}
	.time-line .line-right-box{
		padding-left:30px;
	}
	.ft-gallery-box{
		margin-top:0;
	}
	.time-line .line-left-box  .line-content-box{
		padding-right:30px;
	}
	.time-line .line-right-box  .line-content-box{
		padding-left:30px;
	}
	.line-left:after{
		left: 0;
	}
	.time-line .line-right-box,
	.time-line .line-left-box{
		padding:0;
	}
	.abuot-box.left{
		left:auto;
	}
	.box-title {
		font-size: 22px;
		line-height: 35px;
	}
}
.owl-slider-banner{
	position:relative;
}
.owl-slider-banner .owl-theme .owl-dots .owl-dot{
	border: 1px solid rgba(255,255,255,0.4);
}
.owl-slider-banner .owl-theme .owl-dots .owl-dot.active, 
.owl-slider-banner .owl-theme .owl-dots .owl-dot:hover{
	border: 1px solid #fff;
}
.owl-slider-banner .owl-theme .owl-dots .owl-dot span{
	background-color: rgba(255,255,255,0.4);
}
.owl-slider-banner .owl-theme .owl-dots .owl-dot.active span, 
.owl-slider-banner .owl-theme .owl-dots .owl-dot:hover span{
	background-color: rgba(255,255,255,1);
}
/* Effect 10: Corner indicator */
.la-anim-10 {
	position: fixed;
	top: 0;
	right: 0;
	width: 300px;
	height: 300px;
	background: #84ba3f;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: translateX(100%) translateY(-100%) rotate(45deg);
	transform: translateX(100%) translateY(-100%) rotate(45deg);
	pointer-events: none;
	z-index: 9999999999999999;
}

.la-anim-10.la-animate {
	-webkit-transform: translateX(50%) translateY(-50%) rotate(45deg);
	transform: translateX(50%) translateY(-50%) rotate(45deg);
}

/* Loading circle idea from http://codepen.io/Metty/details/lgJck */
.la-anim-10::before,
.la-anim-10::after {
	position: absolute;
	bottom: 30px;
	left: 50%;
	display: block;
	border: 5px solid #fff;
	border-radius: 50%;
	content: '';
}

.la-anim-10::before {
	margin-left: -40px;
	width: 80px;
	height: 80px;
	border-right-color: rgba(0,0,0,0.2);
	border-left-color: rgba(0,0,0,0.2);
	-webkit-animation: rotation 3s linear infinite;
	animation: rotation 3s linear infinite;
}

.la-anim-10::after {
	bottom: 50px;
	margin-left: -20px;
	width: 40px;
	height: 40px;
	border-top-color: rgba(0,0,0,0.2);
	border-bottom-color: rgba(0,0,0,0.2);
	-webkit-animation: rotation 1s linear infinite;
	animation: rotation 1s linear infinite;
}


@-webkit-keyframes rotation {
	0% 		{ -webkit-transform: rotate(0deg); }
	50% 	{ -webkit-transform: rotate(180deg); }
	100% 	{ -webkit-transform: rotate(360deg); }
}

@keyframes rotation {
	0% 		{ transform: rotate(0deg); }
	50% 	{ transform: rotate(180deg); }
	100% 	{ transform: rotate(360deg); }
}

/* Error */
.dz_error-404 .dz_error{
    border-radius: 50%;
    font-size: 70px;
    font-weight: 700;
    height: 200px;
    line-height: 200px;
    margin: 20px 0;
    text-align: center;
    width: 200px;
}
.dz_error-405 .dz_error{
    color: #afafaf;
    font-family: poppins;
    font-size: 200px;
    font-weight: 700;
	line-height: 200px;
	text-align:center;
}
.dz_error-405 .error-head{
    font-size: 50px;
    font-weight: 700;
}
.dz_error-405 .error-content{
	font-size: 21px;
	font-weight: 500;
}
.dz_error-405 .form-control.bg-black{
	background-color:rgba(0,0,0,0.1);
	font-size:15px;
}
.shop-account .site-button.active.show{
	color: #fff;
}
 
/* responsive */
@media only screen and (max-width: 1024px){
	.title-box span {
		display:none;
	}
	.sticky-top .inquiry-form .g-recaptcha{
		transform: scale(0.75);
		-webkit-transform: scale(0.75);
		-moz-transform: scale(0.75);
		-o-transform: scale(0.75);
		transform-origin: 0 0;
		-o-transform-origin: 0 0;
		-moz-transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
		margin-right: -60px;
	}
}
@media only screen and (max-width: 991px) {
	.header-nav .nav > li .sub-menu, 
	.header-nav .nav > li .mega-menu{
		border-top:0;
		box-shadow:none;
	}
	.choseus-tabs .nav {
		display: table;
	}
	.choseus-tabs .nav li {
		display: table-cell;
	}
	.dz_error-405 .subscribe-form{
		margin:auto;
	}
	.dz_error-405{
		text-align:center;
	}
}
@media only screen and (max-width: 767px) {
	.shop-action .icon-bx-wraper.left{
		text-align:center;
	}
	.shop-action .icon-bx-wraper.left .icon-md{
		float:none;
		margin-right:0;
		margin-bottom:15px;
	}
	.top-bar{
		/*display:none;*/
	}
	.slide-item .slide-content{
		padding-top: 60px;
	}
	.service-box-slide p{
		font-size: 13px;
	}
	.choseus-tabs .nav li a{
		font-size: 14px;
	}
	.chosesus-content .about-img{
		margin-bottom:20px;
	}
	.dz_error-404 .dz_error{
		font-size: 35px;
		height: 100px;
		line-height: 100px;
		margin: 0;
		width: 100px;
	}
	.dz_error-404 .error-head{
		font-size: 20px;
		margin-bottom: 5px;
	}
	.dz_error-405 .dz_error{
		font-size: 120px;
		line-height: 120px;
	}
	.dz_error-405 .error-head{
		font-size: 35px;
		margin: 10px 0;
	}
	.dz_error-405 .dlab-divider{
		margin: 15px 0;
	}
	.dlab-coming-soon .logo-header{
		margin: auto;
	}
}

@media only screen and (max-width: 599px) {
	.footer-bottom .text-left,
	.footer-bottom .text-right{
		text-align:center !important;
	}
	.choseus-tabs .nav li a {
		font-size: 13px;
		padding: 5px;
	}
}
@media only screen and (max-width: 360px) {
	.abuot-box{
		margin: 0;
	}
	.abuot-box.left{
		margin-top: 30px;
	}
	.our-about-info .box-title{
		margin: 20px 0;
	}
}
/* New Page */
/* form-tax */
.form-tax{
	box-shadow: 10px 10px 40px 0 rgba(39,50,114,0.25);
	max-width:700px;
	margin-left:-50px;
}
.form-tax label{
	font-size:15px;
	text-transform:capitalize;
}
.form-tax .bootstrap-select .dropdown-toggle,
.form-tax input.form-control{
	border: 2px solid #e7ecf1 !important;
	border-radius:4px;
	height: 45px;
	padding: 10px 20px;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option{
	font-size: 15px;
}
.form-tax .site-button{
	padding: 12px 25px;
}
.form-tax .form-group {
	margin-bottom: 15px;
}
.tax-info-chart .form-tax{
	box-shadow:none;
	margin-left: 0;
	max-width:100%;
}
.chart-box{
	padding:30px;
	background: #fff;
	width: 100%;
}
/* Team */
.team-section{
	position: relative;
	overflow: hidden;
}
.team-section .team-content{
    position: absolute;
    bottom: -46px;
    width: 100%;
    padding: 10px 25px;
	transition: all 0.5s;
}
.team-section:hover .team-content{
	bottom: 0;
	transition: all 0.5s;
}
.team-section .team-content a{
	font-size: 18px;
	margin-right: 10px;
}


.dlab-box-icon .icon-cell > div i{
	line-height:65px;
	transition:all 0.5s;
}
.dlab-box-icon .icon-cell > div{
	width:65px;
	height:65px;
	overflow:hidden;
	display:block;
}
.dlab-box-icon:hover .icon-cell span{
	margin-top:-65px;
	transition:all 0.5s;
}
.dlab-box-icon .icon-cell span{
	display:block;
	transition:all 0.5s;
}
.site-button-link.border-link {
    border-bottom: 2px solid;
    border-radius: 0;
    padding: 0;
}
@media only screen and (max-width: 1024px){
	.facility .icon-bx-wraper.dlab-box-icon{
		padding: 40px 20px;
	}
}
@media only screen and (max-width: 768px){
	.facility .icon-bx-wraper.dlab-box-icon{
		padding: 70px;
	}
	.form-tax {
		max-width: 90%;
		margin: auto;
	}
}
@media only screen and (max-width: 360px){
	.facility .icon-bx-wraper.dlab-box-icon{
		padding: 40px 20px;
	}
}

/* header-style-1 */
.site-header.header-style-1 .header-nav .nav > li > a,
.site-header.header-style-1 .is-fixed .header-nav .nav > li > a{
	padding: 19px 12px 19px 12px;
}
.site-header.header-style-1 .is-fixed .extra-nav,
.site-header.header-style-1 .extra-nav{
	padding: 16px 0 16px 0;
}
.site-header.header-style-1 .is-fixed .logo-header,
.site-header.header-style-1 .logo-header{
	height: 60px;
}
.site-header.header-style-1 .site-button-link.white{
	color:#fff;
}	
.site-header.header-style-1 .site-button{
	color:#fff;
}
.site-header.header-style-1 .navbar-toggler{
	margin:23px 0 20px 10px;
}
.site-header.header-style-1 .logo-header,
.site-header.header-style-1 .logo-header img{
	    max-width: 150px;
}
@media only screen and (max-width: 991px){
	.site-header.header-style-1 .header-nav .nav > li > a, 
	.site-header.header-style-1 .is-fixed .header-nav .nav > li > a{
		padding: 10px 20px 10px 20px;
	}
	.site-header.header-style-1.mo-left .header-nav .logo-header img{
		width: 150px;
	}
	.site-header.header-style-1.mo-left .header-nav .logo-header{
		padding: 10px 20px;
		height: auto;
	}
	.site-header.header-style-1.mo-left .header-nav .nav > li > .sub-menu, 
	.site-header.header-style-1.mo-left .header-nav .nav > li > .mega-menu{
		box-shadow:none;
	}
	.site-header.header-style-1 [class*="bg-"] .header-nav .nav > li.active > a, 
	.site-header.header-style-1 [class*="bg-"] .header-nav .nav > li > a,
	.site-header.header-style-1 [class*="bg-"] .header-nav .nav > li.current-menu-item > a{
		color:#273272;
	}
	.site-header.header-style-1 .header-nav .nav > li .sub-menu li a{
		color:#101042;
	}	
}

/** RADIAL PROGRESS **/
.arrow {
  border: 2em solid transparent;
  height: 0;
  margin: 50vh auto;
  width: 0;
}
.arrow.down {
  border-bottom: none;
  border-top-color: #e5e5e5;
}
.arrow.up {
    border-bottom-color: #e5e5e5;
    border-top: none;
}
svg.radial-progress {
  height: auto;
  max-width: 200px;
  padding: 1em;
  transform: rotate(-90deg);
  width: 100%;
}
svg.radial-progress circle {
  fill: rgba(0,0,0,0);
  stroke: #fff;
  stroke-dashoffset: 219.91148575129; /* Circumference */
  stroke-width: 10;
}
svg.radial-progress circle.incomplete { opacity: 0.25; }
svg.radial-progress circle.complete { stroke-dasharray: 219.91148575129; /* Circumference */ }
svg.radial-progress text {
  fill: #000;
  font: 400 1em/1 'Oswald', sans-serif;
  text-anchor: middle;
}
/*** COLORS ***/
/* Primary */
svg.radial-progress:nth-of-type(6n+1) circle { 
	stroke: #6cc000; 
}


/* Banner Curv */
.rubik h1,
.rubik h2,
.rubik h3,
.rubik h4,
.rubik h5,
.rubik h6,
.rubik{
	font-family: 'Rubik', sans-serif;
}
.banner-curv:after{
	content: "";
	background-image: url(//monsieur-peinture.com/wp-content/themes/welding-work-pro/images/curv.png);
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	z-index: 9;
	background-position: bottom;
	background-repeat: no-repeat;
	background-size:100%;
}
.tab-bx,
.site-button.btn-icon i,
.footer-gradient,
.overlay-primary.gradient:after,
.tp-overlay-pera,
.overlay-primary.testimonial-curv-bx:after,
.about-progress .progress-bar{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#184bd7+0,6c00ae+100 */
	background: rgb(24,75,215); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(24,75,215,0.9) 0%, rgba(108,0,174,0.9) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(24,75,215,0.9) 0%,rgba(108,0,174,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(24,75,215,0.9) 0%,rgba(108,0,174,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#184bd7', endColorstr='#6c00ae',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.overlay-primary.testimonial-curv-bx:after{
	opacity:0.9;
}
.overlay-primary.testimonial-curv-bx:before{
	background-image: url(//monsieur-peinture.com/wp-content/themes/welding-work-pro/images/background/bg2.png);
	background-position: top;
	content: "";
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	background-repeat:no-repeat;
}
.footer-gradient{
	position:relative;
}
.footer-gradient .footer-top,
.footer-gradient .footer-bottom{
	background-color:rgba(0,0,0,0);
}
.footer-content-link{
	padding: 130px 30px 0;
}
.testimonial-curv-bx .testimonial-9 {
    background-color: #fff;
    padding: 0px 30px 30px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    text-align: center;
	border-radius: 50px;
}
.testimonial-curv-bx .testimonial-9 .testimonial-pic {
    margin-bottom: 0px;
    margin-top: -50px;
	box-shadow: 0px 4px 8px 0 rgba(0,0,0,0.1);
}
.testimonial-curv-bx .testimonial-two-dots-bx .item {
	padding: 55px 25px 25px 25px;
}
.testimonial-curv-bx  .testimonial-text p{
	color:#000;
	font-size:18px;
	font-weight:300;
	font-family: 'Rubik', sans-serif;
}
.testimonial-curv-bx  .testimonial-name{
	font-size: 22px;
	text-transform: capitalize;
	font-family: 'Rubik', sans-serif;
	font-weight:500;
}
.testimonial-curv-bx .testimonial-9 .testimonial-position{
	text-transform: capitalize;
	font-family:  'Rubik', sans-serif;
	color: #888;
	font-size: 16px;
	font-style: inherit;
	margin-bottom: 10px;
}
.site-button.btn-icon:after{
	content:none;
}
.site-button.btn-icon{
	padding: 18px 70px 18px 35px;
	border-radius: 30px;
	font-size: 16px;
	color: #000;
	font-weight: 400;
	text-transform: capitalize;
	position:relative;
}
.site-button.btn-icon i {
    width: 52px;
    height: 52px;
    position: absolute;
    border-radius: 30px;
    top: 3px;
    color: #fff;
    line-height: 52px;
    font-size: 22px;
    text-align: center !important;
	right:2px;
}
/* About Box */
.workspace-bx h2,
.contact-form-bx h2,
.pricing-bx h2,
.about-progress h2,
.testimonial-curv-bx h2{
	font-size:55px;
	line-height:65px;
}
.about-progress .progress{
	height: 4px;
	border-radius: 0;	
}
.progress-bx{
	position:relative;
	margin-bottom:30px;
}
.count-box{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 22px;
	color: #000;
}
.img-half-bx{
	background-image: url(//monsieur-peinture.com/wp-content/themes/welding-work-pro/images/pattern/pattern2.png);
	padding: 0 90px 50px 0px;
	text-align: left;
	background-size: 26px;
	margin-left: 40px;
	margin-top: 50px;
}
.img-half-bx img{
	margin-left: -40px;
	margin-top: -50px;
	box-shadow: 0 0 35px 0 rgba(40,0,69,0.30);
}
.br-top:before{
	height: 70px;
	position: absolute;
	content: "";
	top: 0;
	width: 100%;
	background-image: url(//monsieur-peinture.com/wp-content/themes/welding-work-pro/images/curv2.png);
	z-index: 1;
	display: block;
	background-repeat: repeat-x;
	background-position: top;
}
/* Tab Market */
.tab-bx{
	padding-top:0;
}
.tab-market ul li a i,
.tab-market ul li a span{
	width:100%;
	display:block;
}
.tab-market ul {
    border-bottom: 0px;
    background-color: #fff;
    float: none;
    display: inline-block;
    width: auto;
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
	border-radius: 20px;
	z-index: 2;
	position:relative;
}
.tab-market ul li{
	display:inline-block;
	vertical-align: middle;
}
.tab-market ul li a i{
	font-size:40px;
	margin-bottom: 15px;
}
.tab-market ul li a span{
	
}
.tab-market ul li a{
	text-align: center;
	font-size: 18px;
	padding: 20px 30px 16px 30px;
	display: block;
	background: #fff;
	position: relative;
	overflow: hidden;
}
.tab-market ul li:first-child a{
	-webkit-border-radius: 20px 0 0 20px;
	-moz-border-radius: 20px 0 0 20px;
	border-radius: 20px 0 0 20px;
}
.tab-market ul li:last-child a{
	-webkit-border-radius: 0 20px 20px 0;
	-moz-border-radius: 0 20px 20px 0;
	border-radius: 0 20px 20px 0;
}
.tab-market ul li a.active{
	transform: scale(1.1);
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
	z-index: 3;
}
.tab-market ul li a:after{
	content: "";
	position: absolute;
	width: 0;
	left:50%;
	height: 4px;
	background: #490bb8;
	left: 0px;
	top: 0;
	transition:all 0.5s;
}
.tab-market ul li a.active:after{
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
}
.pricing-bx .pricingtable-wrapper.style1{
	background-color:#fff;
	border:0;
	border-radius:40px;
}
.pricing-bx .pricingtable-wrapper.style1.active{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#184bd7+0,6c00ae+100 */
	background: rgb(24,75,215); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(24,75,215,0.9) 0%, rgba(108,0,174,0.9) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(24,75,215,0.9) 0%,rgba(108,0,174,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(24,75,215,0.9) 0%,rgba(108,0,174,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#184bd7', endColorstr='#6c00ae',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color:#fff;
}
.pricing-bx .pricingtable-wrapper.style1.active .pricingtable-bx,
.pricing-bx .pricingtable-wrapper.style1.active h4,
.pricing-bx .pricingtable-wrapper.style1.active .pricingtable-icon i,
.pricing-bx .pricingtable-wrapper.style1.active .pricingtable-features li i,
.pricing-bx .pricingtable-wrapper.style1.active .pricingtable-price,
.pricing-bx .pricingtable-wrapper.style1.active .pricingtable-features li{
	background-color:rgba(0,0,0,0);
	color:#fff;
}
.pricing-bx .pricingtable-wrapper.style1.right{
	border-radius: 0 30px 30px 0px;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.05);
}
.pricing-bx .pricingtable-wrapper.style1.left{
	border-radius: 30px 0 0px 30px;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.05);
}
/* Contact Form Bx */
.contact-form-bx .form-control{
	background-color: transparent;
	border-width: 0 0 0px 0;
	border-bottom-color: #771cb8;
	padding: 0;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	position:relative;
	padding: 25px 0;
}
.contact-form-bx textarea.form-control{
	height: 207px;
}
.contact-form-bx label {
    position: absolute;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    top: 14px;
    left: 20px;
	transition:all 0.5s;
}
.contact-form-bx .focused label {
	font-size: 12px;
	top: -10px;
    left: 0;
	color: #707070;
}

.contact-form-bx .input-group:after{
	width:100%;
	height:3px;
	content:"";
	border-radius:4px;
	box-shadow: 10px 10px 20px 0 rgba(0,7,66,0.75);
	bottom:0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#184bd7+0,6c00ae+100 */
	background: rgb(24,75,215); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(24,75,215,0.9) 0%, rgba(108,0,174,0.9) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(24,75,215,0.9) 0%,rgba(108,0,174,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(24,75,215,0.9) 0%,rgba(108,0,174,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#184bd7', endColorstr='#6c00ae',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.contact-form-bx .form-control::-moz-placeholder{
	color:#000;
}
.subscribe-bx .contact-form-bx .input-group:after{
	background:#fff;
}
.subscribe-bx .contact-form-bx label,
.subscribe-bx .contact-form-bx .form-control{
	color:#fff;
}
.workspace-bx .portfolio-box .dlab-media{
	border-radius:10px;
	box-shadow:0 0 15px 0 rgba(4,0,46,0.20);
}
.workspace-bx .dlab-img-overlay1:before{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#184bd7+0,6c00ae+100 */
	background: rgb(24,75,215); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(24,75,215,0.9) 0%, rgba(108,0,174,0.9) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(24,75,215,0.9) 0%,rgba(108,0,174,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(24,75,215,0.9) 0%,rgba(108,0,174,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#184bd7', endColorstr='#6c00ae',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	opacity:0.1;
}
.workspace-bx .dlab-media:hover .dlab-img-overlay1:before{
	opacity:0.9;
}

.sort-title-bx.text-white{
	color: #fff;
}
.sort-title-bx{
	font-family:  'Rubik', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	color: #000;
	position: absolute;
	width: 100%;
	top: 12px;
	max-width: 1140px;
	left: 50%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	z-index: 1;
}
.sort-title-bx:after{
	text-transform: capitalize;
	content: attr(data-name);
	opacity: 0.1;
	font-size: 65px;
	font-weight: 600;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
/*  */
.arrow-bx{
	width: 80px;
	height: 55px;
	background-image: url(//monsieur-peinture.com/wp-content/themes/welding-work-pro/images/arrow-1.png);
	background-size: 100%;
	background-repeat: no-repeat;
}
.header-gradient .header-nav .nav > li:hover > a,
.header-gradient .header-nav .nav > li.active > a{
	color:#fff;
}
@media only screen and (max-width: 1400px){

	.rev-slider-full .site-button.btn-icon i {
		display:none;
	}
	.rev-slider-full .site-button.btn-icon{
		padding: 15px 25px 15px 25px;
	}
	
}
@media only screen and (max-width: 991px){
	.header-gradient .header-nav .nav > li:hover > a,
	.header-gradient .header-nav .nav > li.active > a{
		color:#000;
	}
}
@media only screen and (max-width: 576px){
	.rev-slider-full .site-button.btn-icon i {
		display:none;

	}
	.rev-slider-full .site-button.btn-icon{
		padding: 15px 25px 15px 25px;
	}
}

@media only screen and (max-width: 768px){
	.tab-market ul li a {
		font-size: 16px;
		padding: 20px 20px 16px 20px;
	}
}
@media only screen and (max-width: 767px){
	.tab-market ul li a {
		font-size: 13px;
		padding: 20px 10px 16px 10px;
	}
	.tab-market ul li a i{
		font-size: 30px;
	}
	.workspace-bx h2, 
	.contact-form-bx h2, 
	.pricing-bx h2, 
	.about-progress h2, 
	.testimonial-curv-bx h2{
		font-size: 35px;
		line-height: 40px;
	}
	.footer-bottom .text-left, 
	.footer-bottom .text-right{
		text-align: center!important;
	}
	.footer-content-link {
		padding: 50px 0 0;
	}
	.pricing-bx .pricingtable-wrapper.style1.right,
	.pricing-bx .pricingtable-wrapper.style1.left{
		border-radius: 30px;
	}
	.pricingtable-wrapper.style1.active {
		transform: translateY(0);
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		margin-bottom:30px;
	}
	.dlab-bnr-inr .breadcrumb-row ul{
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 576px){
	.tab-market ul li a {
		border-radius: 0!important;
	}
	.tab-market ul li{
		float: left;
		width: 50%;
	}
	.workspace-bx h2, 
	.contact-form-bx h2, 
	.pricing-bx h2, 
	.about-progress h2, 
	.testimonial-curv-bx h2{
		font-size: 30px;
		line-height: 35px;
	}
	.img-half-bx{
		padding: 0 0 50px;
	}
	.testimonial-curv-bx .testimonial-two-dots-bx .item {
		padding: 50px 10px 10px 10px;
	}
	.testimonial-curv-bx .testimonial-9{
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
		padding: 0px 10px 10px;
		border-radius: 20px;
	}
}
/* Home 5 */
.header-ind.header .top-bar.bg-dark{
	background-color: #020d26 !important;
	padding: 10px 0;
}
.header-ind.header .top-bar.bg-dark .dlab-topbar-left ul li, 
.header-ind.header .top-bar.bg-dark .dlab-topbar-right ul li{
	color: #d8e0f3;
	opacity: 1;
}
.header-ind .header-nav .nav > li > a{
	padding: 28px 12px;
}
.header-ind .extra-nav {
    padding-top: 18px;
    padding-bottom: 18px;
}
.header-ind .logo-header{
	height: 80px;
}

.rubik-font h1,
.rubik-font h2,
.rubik-font h3,
.rubik-font h4,
.rubik-font h5,
.rubik-font h6,
.rubik-font p,
.rubik-font{
	font-family:rubik;
}

/* service box */
.ind-ser-bx{
	padding: 30px 30px 80px 30px;
	border-radius:4px;
	box-shadow: 0 6px 20px 0 rgba(3,0,24,0.15);
	background-color:#fff;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
	margin-top:-60px;
}
.ind-ser-bx:hover{
	transform:translateY(-10px);
	-ms-transform:translateY(-10px);
	-o-transform:translateY(-10px);
	-moz-transform:translateY(-10px);
	-webkit-transform:translateY(-10px);
}
.ind-ser-bx:hover .btn-block{
	background-color: var(--bg-color);
}
.ind-ser-bx .dlab-tilte{
	font-weight:400;
	margin-bottom:10px;
}
.ind-ser-bx .btn-block{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 16px 30px;
	border-radius: 0 0 4px 4px;
	font-size: 18px;
	font-weight: 400;
	background-color:#020d26;
}

.industry-service{
	padding-bottom:80px;
}
.footer-white .subscribe-form input{
	background-color: rgba(0,0,0,0.1);
	border-radius: 4px 0px 0px 4px !important;
	font-size: 15px;
	color:#000;
}
.footer-white .subscribe-form .form-control::-moz-placeholder {
    color: #000;
}
.footer-white .subscribe-form .form-control:-moz-placeholder {
    color: #000;
}
.footer-white .subscribe-form .form-control:-ms-input-placeholder {
    color: #000;
}
.footer-white .subscribe-form .form-control::-webkit-input-placeholder {
    color: #000;
}

.bg-blue-light{
	background-color:#f5f5fa;
}
/* explore-projects */
.explore-projects .item{
    padding: 15px;
}
.explore-projects .dlab-box {
	box-shadow:0 0 15px 0 rgba(3,0,24,0.15);
	border-radius: 4px;
	overflow: hidden;
}
.explore-projects .dlab-info {
	padding:30px 30px 60px 30px;
}
.explore-projects .dlab-box .dlab-title{
	font-weight:500;
}
.explore-projects .dlab-box .btn-block{
	position: absolute;
	bottom: 0;
	border-radius: 0px 0px 4px 0px;
	margin: 0;
	border-top: 1px solid rgba(0,0,0,0.1);
	font-weight: 400;
	padding: 15px 30px;
	font-size: 14px;
}
.explore-projects .dlab-box:hover .btn-block{
	color:#fff;
	background-color: var(--bg-color);
}
.explore-carousel{
	margin-top:-15px;
}


/* ind client */
.ind-client .testimonial-8 .testimonial-text{
	padding: 30px;
	color:#000;
}
.ind-client .testimonial-box.owl-theme .owl-dots.disabled{
	margin-top:0;
}


/* Contact Form Bx */
.support-box-form .form-control{
	background-color: transparent;
	border-width: 0 0 0px 0;
	border-bottom-color: #771cb8;
	padding: 0;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	position:relative;
	padding: 25px 0;
}
.support-box-form textarea.form-control{
	height: 207px;
}
.support-box-form label {
    position: absolute;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    top: 14px;
    left: 0;
	transition:all 0.5s;
}
.support-box-form .focused label {
	font-size: 12px;
	top: -10px;
    left: 0;
	color: #fff;
}
.support-box-form .input-group:after{
	width:100%;
	height:2px;
	content:"";
	bottom:0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#184bd7+0,6c00ae+100 */
	background: rgba(255,255,255,0.2);
}
.support-box-form .form-control::-moz-placeholder{
	color:#fff;
}
.support-form{
	padding:40px 25px;
}
.support-box-form{
	border-radius:4px;
	box-shadow: 0 0 20px 0 rgba(23,7,0,0.10);
	overflow:hidden;
}
.our-support{
	position:relative;
	z-index:1;
}
.our-support:before{
	content:"";
	width:100%;
	background-color:#fff;
	height:250px;
	top:0;
	display:block;
	z-index:-1;
	position:absolute;
	
}

/* our projects */
.our-projects .row{
	height:700px;
}
.our-projects .ind-ser-info-bx {
	border-right:1px solid rgba(255,255,255,0.1);
}
.ind-service-info{
	padding:20px;
	position:relative;
	width: 100%;
	overflow: hidden;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
}
.ind-service-info:hover{
	background-color: var(--bg-color);
}
.ind-service-info-in h2{
	font-size:45px;
	font-weight:700;
	margin-bottom: 10px;
}
.ind-service-info-in h2 span{
	font-size:24px;
	font-weight:400;
	display: block;
	
}
.ind-service-info-in{
	position: absolute;
	top: 100%;
	width: 100%;
	padding: 20px;
	left: 0;
	transform: translateY(-100%);
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
}
.ind-service-info .site-button.outline{
	padding: 25px 30px;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	position: absolute;
	bottom: -150px;
	left: 0;
	border: 0;
	background-color: rgba(255,255,255,0.2);
	border-radius: 0;
	transition:all 1s;
	-moz-transition:all 1s;
	-ms-transition:all 1s;
	-webkit-transition:all 1s;
	-o-transition:all 1s;
}
.ind-service-info .site-button.outline:hover{
	color:#fff;
}
.ind-service-info-in  p{
	display:none !important;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
	opacity:0;
}
.ind-service-info > span{
	font-size:85px;
	opacity:0.1;
	font-weight:700;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
}
/* hover */
.ind-service-info:hover  > span{
	opacity:0.3;
}
.ind-service-info:hover .ind-service-info-in  p{
	display:flex !important;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
	opacity:1;
}
.ind-service-info:hover .ind-service-info-in{
	top: 50%;
	width: 100%;
	padding: 20px;
	left: 0;
	transform: translateY(-50%);
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
}

.ind-service-info:hover .site-button.outline{
	bottom: 0;
}
/* under construction */
.under-construction{
	background-color:#f0f5f9;
}
.under-construction .header-ind{
	padding-top:50px;
}
.under-construction .header-ind .logo-header{
	max-width: 100%;
}
.under-construction h2{
	font-size:100px;
	font-family:rubik;
	line-height:80px;
	text-transform:uppercase;
	color:#62aad8;
	display: block;
	clear: both;
}
.under-construction h2 span{
	font-size:45px;
	color:#eab847;
}
.under-construction .header-ind .logo-header {
    height: auto;
    width: 100%;
}
@media only screen and (max-width: 1200px){
	.ind-ser-bx  .dlab-tilte{
		font-size: 24px;
	}
}
@media only screen and (max-width: 991px){
	.header-ind .navbar-toggler{
		margin: 30px 0 30px 15px;
	}
	.header-ind .header-nav .nav > li  > a {
		padding: 10px 15px;
	}
	.header-ind .header-nav .nav > li.active > a, 
	.header-ind .header-nav .nav > li:hover,
	.header-ind .header-nav .nav > li.active > a, 
	.header-ind .header-nav .nav > li:hover > a{
		color: #000;
	}
	.ind-service-info-in h2 {
		font-size: 30px;
	}
	.section-head .font-40,
	.box-title.font-40 {
		font-size: 30px;
		line-height: 40px;
	}
	.header-nav .nav > li.active > a, 
	.header-nav .nav > li:hover > a{
		color:#000;
	}
	.under-construction h2{
		font-size:70px;
		line-height:50px;
	}
	.under-construction h2 span{
		font-size:28px;
	}
}
@media only screen and (max-width: 768px){
	.ind-service-info-in h2{
		font-size: 30px;
		line-height: 36px;
	}
	.ind-service-info-in h2 span{
		font-size: 20px;
	}
	.section-head .box-title{
		font-size: 30px;
		line-height: 40px;
	}
	.add-to-call{
		text-align: center;
	}
	
}
@media only screen and (max-width: 767px){
	.ind-ser-bx{
		margin-top: 30px;
	}
	.add-to-call h2{
		font-size: 24px;
		line-height: 36px;
	}
	.header-ind .logo-header {
		height: 60px;
	}
	.header-ind .navbar-toggler {
		margin: 20px 0 20px 10px;
	}
	.header-ind .extra-nav {
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.our-projects .row {
		min-height: 1300px;
	}
	.support-form {
		padding: 30px 5px;
	}
	
}
@media only screen and (max-width: 576px){
	.under-construction h2 {
		font-size: 38px;
		line-height: 35px;
	}
	.under-construction h2 span {
		font-size: 20px;
	}
	.under-construction .header-ind .logo-header{
		margin-bottom: 10px;
	}
	.under-construction .header-ind {
		padding-top: 30px;
	}
}

/* Home Page 6 */
.header-seo.header .header-nav .nav > li > a{
	color:#4a4a4a;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}

.header-seo .dlab-topbar-left ul li, 
.header-seo .dlab-topbar-right ul li {
	color:#7a7a7a;
}
.header-seo.header-transparent .navbar-toggler span{
	/*background-color:#000;*/
}
.header-seo.header-transparent .is-fixed .main-bar {
	/*background-color: #FF9210;*/
}


/* About Bx2 Content */
.about-bx2-content{
	width:25
}
.title-bx h2{
	    color: #58468c;
    font-size: 50px;
    line-height: 55px;
    font-weight: 700;
}
.title-bx .dlab-separator{
	height:7px;
	width:82px;
	border-radius:10px;
}
.btn-long{
	padding-left:40px;
	padding-right:40px;
}


.bubbles-bx{
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	text-align: center;
	color: #fff;
	width: 220px;
	height: 220px;
	display: flex;
	text-align: center;
	align-items: center;
}
.bubbles-bx.bubbles-bx3{
	width: 200px;
	height: 190px;
	margin-bottom: 20px;
	margin-left: -50px;
}
.bubbles-bx.bubbles-bx2{
	width: 200px;
	height: 210px;
	margin-left: 125px;
}
.bubbles-bx.bubbles-bx4{
	width: 170px;
	height: 195px;
}
.bubbles-bx.bubbles-bx5{
	width: 170px;
	height: 170px;
}
.bubbles-bx .bubinbox{
	width:100%;
}
.bubbles-bx .bubinbox .dlab-tilte{
	font-size:15px;
	color:#fff;
	font-weight:500;
	font-family:'Poppins', sans-serif;
	margin-bottom:0;
}
.bubbles-bx .icon-lg img {
    height: 60px;
}

/*  Project Gallery  */
.product-gallery-bx .owl-nav{
	margin-top: 0;
	text-align: center;
	position: absolute;
	top: -50px;
}
.product-gallery-bx .owl-prev, 
.product-gallery-bx .owl-next {
    background-color: transparent;
	width: 70px;
	padding: 0;
	position:relative;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.product-gallery-bx .owl-prev:hover{
	transform: translateX(-20px);
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
	transform: translateX(-20px);
	transform: translateX(-20px);
	opacity:0.7;
} 
.product-gallery-bx .owl-next:hover {
	transform: translateX(20px);
	-moz-transform: translateX(20px);
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	-o-transform: translateX(20px);
	opacity:0.7;
}
.our-product-gallery .section-head {
    margin-bottom: 100px;
}
.product-gallery-bx .owl-stage-outer{
	border-radius: 10px 0 0px 10px;
}
.product-gallery-bx .overlay-icon{
	text-align:center;
}
.product-gallery-bx .overlay-icon a i {
    background-color: transparent;
    color: #fff;
	font-size: 30px;
}
/* Product */
.product-box{
	display: flex;
	align-items: center;
	background: #fff;
	box-shadow:0 0 20px 0 rgba(9,0,93,0.1);
	border-radius: 20px;
	overflow: hidden;
	width: 100%;
	margin-bottom: 30px;
}
.product-box .product-img,
.product-box .product-details{
	width:50%;
}
.product-box .rating-star{
	margin:10px 0 0 0;
	padding:0;
	list-style:none;
}
.product-box .rating-star li{
	font-size:14px;
	display:inline-block;
	color:#dedede;
	font-size: 13px;
}
.product-box .rating-star li.active{
	color:#ff8a73;
}
.product-box .product-details{
	padding: 20px 10px 20px 15px;
}

.product-box .product-details .product-title{
	font-family:poppins;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 5px;
}
.product-box .product-details .product-title a{
	color:#58468c;
}
.product-box .product-details .product-tage{
	background-color: #58468c;
    color: #fff;
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 2px;
}
.product-box .site-button{
	font-weight:400;
}
.product-price h4{
	font-size:20px;
	font-weight:500;
	font-family:poppins;
	color:#ff8a73;
	margin-bottom:10px;
}
.product-right .product-img{
	text-align:right;
}
.product-lg.product-box .product-details {
    padding: 20px 10px 20px 25px;
}
.product-lg.product-box .product-details .product-title{
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 10px;
}
.product-sm.product-box .product-img{
	width:35%;
}
.product-sm.product-box .product-details{
	width:65%;
}
.product-sm.product-box .product-details .product-title{
	font-size: 14px;
	line-height: 20px;
}
.product-sm.product-box .product-details .product-tage{
	font-size: 10px;
}
.product-sm.product-box .rating-star li{
	font-size: 11px;
}
.product-sm.product-box .rating-star{
	margin-top:0;
}
.product-sm.product-price h4{
	font-size: 16px;
	margin-bottom: 5px;
}
.product-box .product-img{
	transition:all 0.5s;
}
.product-box:hover .product-img{
	transform:scale(1.1);
}
.business-product{
	
}
/* Our Featured */
.our-featured .section-head{
	margin:100px 0;
}
/* Blog Box */
.blog-bx .post-title{
font-weight: 700;
    margin-bottom: 15px;
    margin-top: 0;
    font-size: 30px;
}
.blog-bx .post-title a{
	color:#58468c;
}

.blog-bx .dlab-post-meta ul li{
	font-weight:400;
	font-family:'Poppins', sans-serif;
	color:#959595;
	font-size: 12px;
	margin-right: 10px;
}
.blog-bx .dlab-post-meta ul li a{
	color:#959595;
}
.blog-bx .dlab-post-meta li::after{
	content:none;
}
.blog-bx .dlab-post-text{
	margin-bottom: 10px;
	padding-right: 35px;
}
.blog-bx .dlab-post-text p{
	font-weight:400;
	font-size:15px;
	color:#000;
}
.blog-bx .site-button-link{
	padding:0;
	font-size:24px;
}
.blog-bx .site-button-link i {
    margin-left: 0;
}

.blog-bx  .blog-number{
	font-weight:400;
	font-family:'Poppins', sans-serif;
	font-size:35px;
	color:#ff8a73;
	opacity:0.5;
}
.blog-bx.blog-img-bottom  .dlab-post-media{
	margin-top: 00px;
}
.blog-bx  .dlab-post-media{
	margin-bottom:50px;
}
.slide-img-curve{
	-webkit-mask-image: url(//monsieur-peinture.com/wp-content/themes/welding-work-pro/images/backborder.png);
    mask-image: url(//monsieur-peinture.com/wp-content/themes/welding-work-pro/images/backborder.png);
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
}
/*
.shape{
	-webkit-mask-image: url(//monsieur-peinture.com/wp-content/themes/welding-work-pro/images/section-shape.png);
	mask-image: url(//monsieur-peinture.com/wp-content/themes/welding-work-pro/images/section-shape.png);
	-webkit-mask-position: center center;
	mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100%;
	mask-size: 100%;
}
*/
.blog-curve-img img{
	-webkit-mask-image: url(//monsieur-peinture.com/wp-content/themes/welding-work-pro/images/blog/latest-blog/blog-bg2.png);
    mask-image: url(//monsieur-peinture.com/wp-content/themes/welding-work-pro/images/blog/latest-blog/blog-bg2.png);
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: 100%;
    /* margin-top: 0; */
    width: 100%;
}
.blog-curve-img a{
	display:block;
	position:relative;
	z-index:1;
}
.blog-curve-img a:after{
	content:"";
	background-image: url(//monsieur-peinture.com/wp-content/themes/welding-work-pro/images/blog/latest-blog/blog-bg1.png);
	    background-size: contain;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-repeat: no-repeat;
}
/* Newsletter Box */
.newsletter-bx .dzSubscribe{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+26,fff4f1+81 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 26%, rgba(255,244,241,1) 81%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 26%,rgba(255,244,241,1) 81%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 26%,rgba(255,244,241,1) 81%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff4f1',GradientType=0 ); /* IE6-9 */
	border-radius:30px;
	padding:30px 40px;
}
.newsletter-bx .contact-form-bx .input-group::after{
	height: 1px;
	background: #ff8a73;
	box-shadow: none;
	width: 96%;
	bottom: 0px;
	position: absolute;
}
.newsletter-bx .form-group{
	display:flex;
	margin-bottom:0;
}
.newsletter-bx .form-group .site-button{
	padding: 0px 40px;
	font-weight: 400;
	font-size: 16px;
}
.newsletter-bx .contact-form-bx .form-control{
	padding: 20px 0;
}
.newsletter-bx .contact-form-bx label{
    font-size: 14px;
    color: #787878;
    top: 9px;
    left: 15px;
}
.newsletter-bx .contact-form-bx label{
    font-size: 14px;
    color: #787878;
    top: 9px;
    left: 15px;
}
.newsletter-bx .contact-form-bx .focused label{
	font-size: 12px;
	color: #787878;
	top: -5px;
	left: 0px;
}
/* Team Curve Box */
.team-curve-bx .dlab-media img{
	-webkit-mask-image: url(//monsieur-peinture.com/wp-content/themes/welding-work-pro/images/our-team/team-bg1.png);
	mask-image: url(//monsieur-peinture.com/wp-content/themes/welding-work-pro/images/our-team/team-bg1.png);
	-webkit-mask-position: center center;
	mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100%;
	mask-size: 100%;
	box-sizing: border-box;
	padding: 0 10%;
}
.team-curve-bx .dlab-media{
	position:relative;
	z-index:1;
}
.team-curve-bx .dlab-media:after{
	content:"";
	background-image: url(//monsieur-peinture.com/wp-content/themes/welding-work-pro/images/our-team/team-bg2.png);
	background-size:100%;
	background-position:center;
	background-repeat:no-repeat;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
}
.team-curve-bx .title a{
	color:#ff8a73;
}
.team-curve-bx .title{
	font-weight:500;
	font-family:'Poppins', sans-serif;
}
.business-contact .contact-form-bx{
	max-width:900px;
	margin:auto;
}
.business-contact .form-group .site-button{
	padding: 10px 40px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
}
.business-contact .contact-form-bx .input-group::after{
	height: 1px;
	background: #ff8a73;
	box-shadow: none;
	width: 96%;
	bottom: 0px;
	position: absolute;
}
.business-contact .contact-form-bx label{
	font-size: 14px;
    color: #787878;
    top: 9px;
    left: 15px;
	font-family: 'Poppins', sans-serif;
}
.business-contact .contact-form-bx .focused label{
	font-size: 12px;
	color: #787878;
	top: 0px;
	left: 0px;
}
.business-contact .contact-form-bx textarea.form-control{
	height:100px;
}
.app-btn-bx .site-button,
.business-contact .site-button {
    padding: 8px 20px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
	font-size: 16px;
}
.app-btn-bx a i{
	margin-right:10px;
	font-size:24px;
}
.business-contact{
	padding-top: 190px;
	padding-bottom: 150px;
	   /* margin-top: 60px;*/
}
/* Business Footer */
.business-footer{
	background-image: url(//monsieur-peinture.com/wp-content/themes/welding-work-pro/images/background/bg20.jpg);
	background-position: top center;
	background-color:#fff;
	
}
.business-footer .footer-top{
	padding-top:100px;
	padding-top: 300px;
}
.business-footer .footer-top,
.business-footer .footer-bottom{
	background-color:rgba(0,0,0,0);
}
.business-footer .footer-top h5{
	font-family: 'Poppins', sans-serif;
	color: #ff8a73;
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 500;
}
footer.business-footer.footer-white.site-footer .widget_services ul li a, 
footer.business-footer.footer-white p, 
footer.business-footer.footer-white strong, 
footer.business-footer.footer-white b, 
footer.business-footer.footer-white, 
footer.business-footer.footer-white .footer-bottom, 
footer.business-footer.footer-white .footer-bottom a{
	color:#8d8d8d;
}
/* Testimonial Box */
/* Flip Box ============== */
.flip-bx{
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	        perspective: 1000px;
}
.flip-bx .front,
.flip-bx .back{
	background-size: cover;
	background-position: center;
	-webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	text-align: center;
	min-height: 280px;
	height: auto;
	border-radius: 4px;
	color: #fff;
}
.flip-bx .back{
	background:#ff8a73;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
}
.flip-bx .front{
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 26%, rgba(255,244,241,1) 81%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 26%,rgba(255,244,241,1) 81%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 26%,rgba(255,244,241,1) 81%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff4f1',GradientType=0 );
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}
.flip-bx .front:after{
	position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    opacity: .4;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    border-radius: 4px;
}
.flip-bx :hover .front,
.flip-bx :hover .back{
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}
.flip-bx:hover .back{
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.flip-bx:hover .front{
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.flip-bx .inner{
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
    transform: translateY(-50%) translateZ(60px) scale(0.94);
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 2rem;
    -webkit-box-sizing: border-box;
        box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
        perspective: inherit;
    z-index: 2;
}
.flip-bx .back .inner p{
	font-size:16px;
	color:#fff;
}
.flip-bx .back .inner .site-button-link{
	font-size:16px;
}
.testimonial-flip .front .testimonial-detail strong{
	font-family: 'Poppins', sans-serif;
	color: #ff8a73;
	text-transform:capitalize;
	font-size:20px;
	font-weight:500;
}
.testimonial-flip .front .testimonial-detail span{
	color:#707070;
	font-family: 'Poppins', sans-serif;
	text-transform:capitalize;
	font-size:14px;
	font-weight:500;
}

.testimonial-flip .front .testimonial-pic {
    border: 0 none;
    height: 90px;
    width: 90px;
    border: 5px solid #fff;
    box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.05);
	margin-bottom:15px;
}

.testimonial-flip .back p{
	font-size:14px;
}
.testimonial-flip .back .testimonial-detail strong{
	font-family: 'Poppins', sans-serif;
	color: #fff;
	text-transform:capitalize;
	font-size:20px;
	font-weight:500;
}
.testimonial-flip .back:after{
	content: "\f10e";
	font-family: FontAwesome;
	font-size: 60px;
	opacity: 0.3;
	bottom: 0px;
	position: absolute;
	right: 25px;
}
.testimonial-flip .back .testimonial-detail span{
	color:#fff;
	opacity:0.8;
	font-family: 'Poppins', sans-serif;
	text-transform:capitalize;
	font-size:14px;
	font-weight:500;
}
.feature-img-bx{
	position:relative;
	z-index:1;
}
.feature-img-bx:after{
	content:"";
	background-image: url(//monsieur-peinture.com/wp-content/themes/welding-work-pro/images/background/bg11.png);
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
}
.feature-img-bx img{
	-webkit-mask-image: url(//monsieur-peinture.com/wp-content/themes/welding-work-pro/images/background/bg12.png);
	mask-image: url(//monsieur-peinture.com/wp-content/themes/welding-work-pro/images/background/bg12.png);
	-webkit-mask-position: center center;
	mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: 100%;
}
.mfp-wrap{
	z-index: 999999;
}
.mfp-bg {
	z-index: 999999;
}
@media only screen and (max-width: 1200px){
	.our-featured .setResizeMargin,
	.our-product-gallery .setResizeMargin{
		padding-left:50px;
	}
	.blog-bx .dlab-post-media,
	.blog-bx.blog-img-bottom .dlab-post-media{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.product-sm.product-box .product-img{
		width:20%;
	}
	.product-sm.product-box .product-details{
		width:80%;
	}
}
@media only screen and (max-width: 991px){
	.bubbles-bx.bubbles-bx3{
		margin-left: -10px;
	}
	.bubbles-bx.bubbles-bx1{
		margin-bottom:20px;
	}
	.our-product-gallery{
		background-size: 60% !important;
		background-position: center right !important;
	}
	.our-product-gallery{
		
	}
	.title-bx h2 {
		color: #58468c;
		font-size: 35px;
		margin-bottom:0;
	}
	.about-bx2{
		background-size: 70%;
		padding-bottom:0;
	}
	.business-product{
		padding-top: 0;
	}
	.business-pro-blog{
		
	}
	.our-featured{
		padding-top:0;	
	}
	.our-featured .section-head{
		margin:0;
	}
	.blog-bx .post-title{
		font-size: 20px;
		line-height: 28px;
	}
	.business-blog{
		padding-top:0;
	}
	.newsletter-bx .title-bx{
		margin-bottom:20px;
	}
	.newsletter-bx .title-bx br{
		display:none;
	}
	.newsletter-bx{
		padding-top:0;
	}
	.newsletter-bx .dzSubscribe{
		padding: 30px 15px;
	}
	.business-contact {
		padding-top: 0px;
		padding-bottom: 0px;
		background-size: 100% !important;
	}
	.business-footer{
		background-size: 100%;
		background-repeat:no-repeat;
	}
	.business-footer .footer-top{
		padding-top: 100px;
		padding-top: 100px;
	}
}
@media only screen and (max-width: 767px){
	.about-bx2-content{
		text-align:left !important;
	}
	.title-bx h2{
		font-size: 28px;
		line-height: 35px;
	}
	.our-product-gallery .section-head {
		margin-bottom: 50px;
	}
	.about-bx2-content{
		margin-top:20px;
	}
	.blog-post.blog-bx{
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	.our-featured{
		padding-bottom:50px;
	}
	.blog-bx .post-title {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 5px;
	}
	.newsletter-bx{
		padding-bottom: 40px;
	}
}
@media only screen and (max-width: 576px){
	.bubbles-bx.bubbles-bx1{
		width: 150px;
		height: 150px;
	}
	.bubbles-bx.bubbles-bx3{
		width: 120px;
		height: 120px;
		margin-bottom: 20px;
		margin-left: 0;
		margin-top: 20px;
	}
	.bubbles-bx.bubbles-bx2 {
		width: 140px;
		height: 150px;
	}
	.bubbles-bx.bubbles-bx4 {
		width: 130px;
		height: 145px;
	}
	.bubbles-bx.bubbles-bx5{
		width: 170px;
		height: 170px;
	}
	.bubbles-bx .icon-lg img {
		height: 35px;
		margin-bottom: 5px;
	}
	.our-featured .setResizeMargin, 
	.our-product-gallery .setResizeMargin{
		padding-left: 15px;
	}
	.our-featured .section-head{
		margin-bottom:30px;
	}
	.newsletter-bx .form-group .site-button{
		padding: 0 10px;
		font-size: 13px;
	}
	.newsletter-bx .contact-form-bx label{
		left: 0;
	}
	.app-btn-bx a i {
		margin-right: 5px;
		font-size: 18px;
	}	
}

/* Home 7 */
.section-head .title-head{
	font-size: 44px;
	font-weight: 700;
	text-transform: uppercase;
}
.section-head .title-small{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 10px;
    opacity: 0.7;
    letter-spacing: 3px;
}
.list-arrow-right i{
	font-size: 12px;
	margin-right: 10px;
}
.list-arrow-right li{
	font-size: 16px;
	margin-bottom: 5px;
}
.about-1 {
    box-shadow: 0 0 15px 5px rgba(0,0,0,0.1);
    border-radius: 2px;
}
.about-1 .about-scale{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	z-index: 9;
}
.about-1 .icon-bx-wraper{
	margin-top: -120px;
}
.about-1 .dez-tilte span{
	display: block;
}
.site-button.long-btn {
    padding: 15px 60px;
}
.our-service .dez-tilte {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 3px;
    color: #333;
    margin-bottom: 5px;
}

/* Experts */
.experts-img {
    width: 80px;
    border-radius: 50px;
    overflow: hidden;
    margin-right: 20px;
	float: left;
}
.experts-info .experts-name {
    font-weight: 600;
	font-size: 18px;
	text-transform: capitalize;
	margin-bottom: 10px;
	line-height: 18px;
}
.experts-info-bx {
    display: flex;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 10px;
}
.experts-service {
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.8) !important;
    margin-bottom: 0;
}
.experts-box .dez-social-icon{
	display: inline-block;
	margin: 0 -3px;
	padding: 0;
	text-align: center;
	list-style:none;
}
.experts-box .dez-social-icon li{
	display:inline-block;
}
.experts-box .dez-social-icon li a {
    font-size: 13px;
    width: 25px;
    height: 25px;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 4px;
    line-height: 23px;
}
.experts-box:hover .dez-social-icon li a {
	border: 1px solid rgba(255,255,255,0.2);
	background-color:#fff;
	color:#333;
}
.our-team-bx{
	background-image:url(//monsieur-peinture.com/wp-content/themes/welding-work-pro/images/desktop.png), url(//monsieur-peinture.com/wp-content/themes/welding-work-pro/images/pattern/pt/pt1.png);
	background-repeat:no-repeat, repeat;
	background-position:left -30% bottom -50px;
}
.experts-box p{
	font-size:14px;
	line-height: 24px;
	margin-bottom: 15px;
}
/* Pricing Table */
.pricingtable-wrapper.style3 .pricingtable-features li span{
	float: right;
}
.pricingtable-wrapper.style3 {
    border: 1px solid rgba(0,0,0,0.1);
}
.pricingtable-wrapper.style3 .pricingtable-features li {
    text-align: left;
    padding: 5px 0;
    font-weight: 500;
	color:#000;
}
.pricingtable-wrapper.style3 .pricingtable-head::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 70px;
    left: 0px;
    transform: skewY(-3deg);
    bottom: -10px;
	z-index: -1;
	background-color: inherit;
}
.pricingtable-wrapper.style3 .bg-gray.pricingtable-head::after{
	background-color: #eef1ff;
}
.pricingtable-wrapper.style3 .pricingtable-head{
    padding: 25px 35px 10px;
	position: relative;
	z-index: 1;
}
.pricingtable-wrapper.style3 .pricingtable-features{
	padding: 20px 30px 0;
}
.pricingtable-wrapper.style3 .pricingtable-price .pricingtable-type:before{
	content: unset;
}
.pricingtable-wrapper .pricingtable-price,
.pricingtable-wrapper .pricingtable-title,
.pricingtable-wrapper .pricingtable-features li,
.pricingtable-wrapper .pricingtable-footer,
.pricingtable-wrapper .pricingtable-features{
	border: 0;
	background-color: unset;
}
.pricingtable-wrapper .pricingtable-price .pricingtable-bx span{
    font-size: 24px;
    font-weight: 400;
    margin-right: 5px;
}
.pricingtable-wrapper .pricingtable-price .pricingtable-bx{
    font-weight: 700;
    font-family: poppins;
    font-size: 60px;
	line-height: 60px;
	color: unset;
}
.pricingtable-wrapper.style3 .pricingtable-price .pricingtable-type{
    font-weight: 500;
    text-transform: capitalize;
    display: block;
}
.pricingtable-wrapper.style3 .pricingtable-content{
	font-weight: 500;
	padding-top: 20px;
	font-size: 14px;
	line-height: 24px;
	color:#333;
}
.pricingtable-wrapper.style3 .bg-gray {
    background-color: #eef1ff;
}
.pricingtable-wrapper.style3 .pricingtable-title h2{
    font-size: 22px;
    font-weight: 700;
	color: unset;
    text-transform: capitalize;
}
.pricingtable-wrapper.style3 .pricingtable-title p {
    font-size: 14px;
	font-weight: 400;
	color: unset;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 2px;
	opacity: .5;
}
.pricingtable-wrapper.style3 .bg-primary .pricingtable-content,
.pricingtable-wrapper.style3 .bg-primary .pricingtable-title p {
	color:#fff;
}
.pricingtable-wrapper.style3 .pricingtable-price{
	padding: 0;
}
.pricingtable-wrapper-box{
	z-index: 9;
	position: relative;
}
.pricingtable-wrapper-box [class*="col-"]:first-child .style4{
	border-radius: 30px 0 0 30px;
}
.pricingtable-wrapper-box [class*="col-"]:last-child .style4{
	border-radius: 0 30px 30px 0;
}
.border-ltr{
	border: 1px solid #dddddd;
	border-width: 0 1px;
}
.bg-href:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 250px;
	background-color: #f8f8f8;
	width: 100%;
}
.text-green-dark{
	color: #54b439;
}
.text-blue-dark{
	color: #4a64ff;
}
.title-light-bold {
    font-weight: 300;
    font-size: 36px;
    line-height: 40px;
	text-transform: capitalize;
}
.title-light-bold span{
	font-weight: 700;
}

/* Tickit box */
.tickit-box{
    border-radius: 15px;
    box-shadow: 0 0 0 0 rgba(0,0,0,0.7);
    padding: 50px 30px;
}
.purple-dark,
.bg-purple-dark{
	background-color: #663398!important;
}
.text-purple-dark{
	color: #663398!important;
}
.tickit-box .price span {
    font-size: 24px;
    font-weight: 200;
    position: absolute;
    top: -30px;
    left: 0;
}
.tickit-box .title{
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #000;
	font-size: 13px;
}
.tickit-box p{
	line-height: 30px;
	font-size: 18px;
}
.tickit-box .price {
    font-size: 130px;
    line-height: 130px;
    font-weight: bold;
    position: relative;
    padding-left: 20px;
    width: -moz-max-content;
    margin: 0 auto;
}
.tickit-info h2.font-50{
	font-weight: 700;
}
.tickit-info p {
    font-size: 27px;
    line-height: 40px;
    color: #f0f0f0;
}
.thumb-img {
    width: 80px;
    border-radius: 50%;
    overflow: hidden;
}
/* Our Stories Blog  */
.our-stories .dez-post-title .post-title {
    margin-top: 5px;
	font-weight: 500;
	font-size: 22px;
	line-height: 30px;
	color: #000;
	text-transform: capitalize;
}
.our-stories .dez-post-media{
	margin-bottom:15px;
	overflow: hidden;
}
.our-stories .dez-post-text p{
    font-size: 14px;
	font-weight: 400;
	line-height: 25px;
	color: #999999;
}
.our-stories .dez-post-tags span {
    font-size: 12px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #B1B1B1;
	font-weight: 700;
}
.tickit-info span{
    letter-spacing: 3px;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    color: #f2f2f2;
}
.socail-icon .site-button {
    height: 45px;
    width: 45px;
    padding: 10px 15px !important;
}
.contact-2 .support-box-form label{
	color:#000;
}
.contact-2 .support-box-form .input-group:after {
	background:#808080;
}
.contact-2 .support-form{
	padding:40px;
	border-radius: 15px;
}
.contact-2 .support-box-form .form-control {
	color:#000;
}
.contact-2 .support-box-form textarea.form-control {
    height: 140px;
}
.contact-info-bx span{
	display: block;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.contact-info-bx h3{
	font-size: 28px;
	line-height: 45px;
	font-weight: 300;
	margin-bottom: 30px;
}
@media only screen and (max-width: 991px){
	.our-service .icon-content.p-lr50{
		padding:0;
	}
	.our-stories .dez-post-media img{
		width:100%;
	}
	.our-team-bx {
		background-image: url(//monsieur-peinture.com/wp-content/themes/welding-work-pro/images/pattern/pt/pt1.png);
		background-repeat: repeat;
		background-position: bottom -50px;
	}
}
@media only screen and (max-width: 767px){
	.about-1 .icon-bx-wraper {
		margin-top: 0;
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	.about-1 .about-scale {
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	.about-1 {
		box-shadow: none;
	}
	.experts-box{
		padding:0;
		margin-bottom:30px;
	}
	.contact-info-bx{
		padding-left:0;
		padding-right:0;
	}
	.section-head .title-head {
		font-size: 30px;
	}
	.tickit-info h2.font-50{
		font-size: 30px;
		line-height: 40px;
	}
}
.icon-hover-bx .icon-bx-xl{
	position:relative;
	z-index:1;
}
.icon-hover-bx:hover .icon-bx-xl{
	border-color:#fff;
}
.icon-hover-bx .icon-bx-xl:after{
	background-color: var(--bg-color);
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	left: 50%;
	top: 50%;
	border-radius: 210px;
	z-index: -1;
	transform:translate(-50%, -50%);
	transition:all 0.5s;
}
.icon-hover-bx .icon-cell{
	width:100%;
}
.icon-hover-bx:hover .icon-bx-xl:after{
	background-color: var(--bg-color);
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	border-radius: 210px;
	z-index: -1;
	box-shadow: inset 0 0px 0px 6px rgba(255,255,255,0.3) , inset 0 0px 0px 15px rgba(255,255,255,0.3);
}
.icon-hover-bx:hover .icon-bx-xl .icon-cell{
	color:#fff;
}



.blog-bx .blog-number,
.team-curve-bx .title a,
.business-footer .footer-top h5,
.testimonial-flip .front .testimonial-detail strong,
.product-box .rating-star li.active,
.product-price h4{
	color:var(--bg-color);
}
.business-contact .contact-form-bx .input-group:after,
.newsletter-bx .contact-form-bx .input-group:after,
.flip-bx .back{
	background-color:var(--bg-color);
}
.woo-entry .overlay-icon a i{
	padding: 10px;
}
/* Sat Manu */
.header-nav .nav > li .sub-menu.left{
    left: auto;
	right: 0;
}
@media only screen and (max-width: 991px){
	.sort-title-bx, .sort-title-bx::after {
		padding-left: 30px;
	}
}
@media only screen and (max-width: 767px){
	.table-responsive table{
		min-width: 700px;
	}
	.sort-title-bx::after {
		font-size: 35px;
	}
	.shop-item-rating span{
		text-align: left;
	}
	.shop-item-rating {
		position: relative;
	}
}
.comments-area .comment-form p input[type="submit"] {
    cursor: pointer;
}

.is-fixed .main-bar .logo-header {
    display: none;
}