@import "https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,400&display=swap";
@import "https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900&display=swap";
body {
	font-size: 15px;
	font-family: roboto, sans-serif;
	color: #1f3571;
}

a {
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	text-decoration: none;
	color: #ffffff;
}

a:hover {
	text-decoration: none;
	color: #a1f1bd;
}

a:focus {
	text-decoration: none
}
.spacinf{
	
margin: 10px 10px;
	
display: flex;
	
flex-wrap: nowrap;
	
flex-direction: column;
	
align-items: center;
	
min-height: 279px;
	
padding: 10px;
	
border-radius: 0px 30px 0px 30px;
	
background: white;
}
.midinf{
	
padding: 70px 0px;
	
background: #2a2d99;
	
margin-bottom: 70px;
}
.tex2{

text-align: center;

color: black;
}
.texinf{

color: #201e1e;

font-size: 30px;

margin: 10px 0px;
}
.imginf{

max-width: 50px;
}
.btn-success{
	background-color: #bc1818;
    border-color: #bc1818;
}

button {
	outline: 0!important;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	padding: 0
}

button:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #1f3571;
	font-weight: 500;
	font-family: 'Roboto Slab', sans-serif
}
.infhead{
	color: white;
}
.d-table {
	width: 100%;
	height: 100%
}

.d-table-cell {
	vertical-align: middle
}

p {
	font-size: 15px;
	margin-bottom: 15px;
	line-height: 1.7;
	color: #000;
}

p:last-child {
	margin-bottom: 0
}

img {
	max-width: 100%;
	height: auto
}

.form-control {
	color: #060606;
	border: 1px solid #d7d7d7;
	background-color: #f4f4f4;
	font-size: 16px;
	padding: 5px 20px;
	width: 100%;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	border-radius: 0;
	margin-bottom: 10px;
}

.form-control::-webkit-input-placeholder {
	color: #adadad
}

.form-control:-ms-input-placeholder {
	color: #adadad
}

.form-control::-ms-input-placeholder {
	color: #adadad
}

.form-control::placeholder {
	color: #adadad
}
.form_busca input::-webkit-input-placeholder, .form_busca input:-ms-input-placeholder, ..form_busca input::-ms-input-placeholder, ..form_busca input::placeholder{
	color: #adadad !important;
}

.form-control:focus {
	color: #adadad;
	background-color: transparent;
	-webkit-box-shadow: unset;
	box-shadow: unset;
	outline: 0;
	border: 1px solid #adadad
}

.form-control:hover:focus,
.form-control:focus {
	-webkit-box-shadow: unset;
	box-shadow: unset
}

textarea.form-control {
	height: auto
}

.ptb-100 {
	padding-top: 80px;
	padding-bottom: 80px
}

.ptb-60 {
	padding-top: 60px;
	padding-bottom: 60px
}

.pt-100 {
	padding-top: 100px
}

.pb-100 {
	padding-bottom: 100px
}

.pt-70 {
	padding-top: 70px
}

.pb-70 {
	padding-bottom: 70px
}

.pb-150 {
	padding-bottom: 150px
}

.pt-50 {
	padding-top: 50px
}

.mt-30 {
	margin-top: 30px
}

.mb-30 {
	margin-bottom: 30px
}

.ml-15 {
	margin-left: 15px
}

.mr-15 {
	margin-right: 15px
}

.bg-color-f7f8f9 {
	padding: 0px 0 50px 0 !important;
	background-color: transparent;
	    position: relative;
    z-index: 10;
}
footer{
	position: relative;
    z-index: 10;
    background-color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-position: center;
}
footer:before, .navbar-area.is-sticky-n:before{
/*	background-image: url(../../imagens/footer.jpg);*/
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background-attachment: fixed;
	z-index: 0;
	left: 0;
	top: 0;
	opacity: 0.1;
}

.default-btn {
	font-size: 16px;
	color: #fff;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	text-align: center;
	position: relative;
	z-index: 1;
	overflow: hidden;
	display: inline-block;
	padding: 0px 30px;
	background-color: #1f3571;
}

.default-btn i {
	position: relative;
	top: 2px;
	font-size: 14px!important;
	color: #fff!important;
	margin-left: 5px
}

/*.default-btn::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	background-color: #bc1818;
	z-index: -1;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	border-radius: 4px
}
*/
.default-btn.border-radius {
	border-radius: 4px
}

.default-btn.border-radius-style {
	border-radius: 6px 0 6px 0
}

.default-btn:hover {
	color: #fff
}

.default-btn:hover::after {
	height: 100%;
	bottom: auto;
	top: 0;
	-webkit-animation: rotateIn .5s linear;
	animation: rotateIn .5s linear
}

.read-more {
	font-size: 15px;
	color: #1f3571;
	background-color: transparent;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.read-more i {
	position: relative;
	top: 3px
}

.read-more:hover {
	color: #3559b9;
	letter-spacing: 1px
}

.section-title {
	max-width: 700px;
	margin: -5px auto 50px;
	text-align: center;
	position: relative
}

.section-title .top-title {
	font-size: 15px;
	color: #adadad;
	display: block;
	margin-bottom: 8px;
	font-weight: 500
}

.section-title .top-title img {
	margin-right: 5px
}

.section-title .top-title.title-color {
	color: #adadad
}

.section-title h2 {
	font-size: 30px;
	margin-bottom: 20px
}

.section-title h2 span {
	color: #bc1818
}

.section-title h2:last-child {
	margin-bottom: 0
}

.section-title p {
	max-width: 600px;
	margin: auto
}

.section-title p span {
	color: #bc1818
}

.section-title.white-title span {
	color: #bc1818
}

.section-title.white-title h2 {
	color: #fff
}

.section-title.white-title p {
	color: #fff
}

.section-title.left-title {
	margin-left: 0;
	text-align: left;
	max-width: 100%
}

.navbar-area {
	position: relative;
	padding-top: 15px;
}

.navbar-area .container-fluid {
	padding-left: 30px;
	padding-right: 30px
}

.navbar-area.is-sticky-n {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	position: fixed;
	-webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	background-color: #fff
}
.navbar-area.is-sticky-n .lg_two{
	display: block !important;
}
.navbar-area.is-sticky-n .desktop-nav .navbar .navbar-nav .nav-item a{
	color: #000;
}
.navbar-area.is-sticky-n .lg_one{
	display: none !important;
}
.lg_two{
	display: none !important;
}
.navbar-area.is-sticky-n 

.navbar-area.is-sticky-n .navbar-brand {
	position: unset;
	padding-top: 5px;
	padding-bottom: 5px
}

.navbar-area.is-sticky-n .navbar-brand::before {
	top: -55px
}

.navbar-area.is-sticky-n .navbar-brand img {
	top: 0
}

.navbar-area.style-two {
	background-color: #bc1818
}

.navbar-area.style-two .container-fluid {
	max-width: 1400px
}

.navbar-area.style-two .desktop-nav .navbar {
	background-color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	padding-right: 30px
}

.navbar-area.style-two .desktop-nav .others-options .default-btn {
	display: block
}

.desktop-nav {
	padding-top: 0;
	padding-bottom: 0
}

.desktop-nav .navbar {
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	z-index: 2;
	padding-right: 0;
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 0
}

.desktop-nav .navbar ul {
	margin-bottom: 0;
	list-style-type: none
}

.desktop-nav .navbar .navbar-nav .nav-item {
	position: relative;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-right: 0;
    padding-left: 0;
    margin: 5px 0;
}

.desktop-nav .navbar .navbar-nav .nav-item a {
	    font-size: 15px;
	    text-transform: uppercase;
	    color: #1f3571;
	    line-height: 1;
	    position: relative;
	    font-weight: 400;
	    padding: 10px 0;
	    margin-left: 10px;
	    margin-right: 20px;
}

.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle::after {
	display: none
}

.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle::before {
	content: "\EA4E";
	position: absolute;
	top: 30%;
	right: -20px;
	font-family: remixicon!important;
	line-height: 1;
	font-size: 17px
}

.desktop-nav .navbar .navbar-nav .nav-item a:hover,
.desktop-nav .navbar .navbar-nav .nav-item a:focus,
.desktop-nav .navbar .navbar-nav .nav-item a.active {
	color: #a5a5a5;
}

.desktop-nav .navbar .navbar-nav .nav-item a i {
	font-size: 18px;
	line-height: 0;
	position: relative;
	top: 4px
}

.desktop-nav .navbar .navbar-nav .nav-item:last-child a {
	margin-right: 0
}

.desktop-nav .navbar .navbar-nav .nav-item:first-child a {
	margin-left: 0
}

.desktop-nav .navbar .navbar-nav .nav-item:hover a,
.desktop-nav .navbar .navbar-nav .nav-item:focus a,
.desktop-nav .navbar .navbar-nav .nav-item.active a {
	color: #999;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu {
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background: #fff;
	position: absolute;
	visibility: hidden;
	border-radius: 0;
	display: block;
	width: 260px;
	border: none;
	z-index: 99;
	opacity: 0;
	top: 80px;
	left: 0;
	padding: 0
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
	padding: 0;
	margin-top: 0px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
	color: #000;
    padding: 10px 15px;
    border-bottom: 1px dashed #ededed;
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    display: block;
    position: relative;
    text-transform: initial;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-toggle::after {
	display: none
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-toggle::before {
	content: "\EA4E";
	position: absolute;
	top: 14px;
	right: 13px;
	font-family: remixicon!important;
	line-height: 1;
	font-size: 17px
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
	color: #8b8b8b;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
	left: 250px;
	top: 0;
	opacity: 0;
	visibility: hidden
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
	color: #bc1818;
	border-bottom: 1px dashed #ededed;
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	position: relative
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.dropdown-toggle::after {
	display: none
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.dropdown-toggle::before {
	content: "\EA4E";
	position: absolute;
	top: 14px;
	right: 13px;
	font-family: remixicon!important;
	line-height: 1;
	font-size: 17px
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
	color: #bc1818
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: 250px;
	top: 0;
	opacity: 0;
	visibility: hidden
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #bc1818
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #bc1818
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: -250px;
	top: 0;
	opacity: 0;
	visibility: hidden
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #bc1818
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #bc1818
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: -250px;
	top: 0;
	opacity: 0;
	visibility: hidden
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #bc1818
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #bc1818
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: -250px;
	top: 0;
	opacity: 0;
	visibility: hidden
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #bc1818
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #bc1818
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: -250px;
	top: 0;
	opacity: 0;
	visibility: hidden
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #bc1818
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #bc1818
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #bc1818
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -15px
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #bc1818
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -1px
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #bc1818
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	top: -1px;
	visibility: visible
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #bc1818
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	top: -15px;
	visibility: visible
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
	color: #bc1818
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -15px
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
	color: #bc1818
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: 0
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child a {
	border-bottom: none
}

.desktop-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
	top: 100%;
	opacity: 1;
	margin-top: 0;
	visibility: visible
}

.desktop-nav .navbar .others-options ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
	margin-left: 10px;
}

.desktop-nav .navbar .others-options ul li {
	margin-right: 10px
}

.desktop-nav .navbar .others-options ul li:last-child {
	margin-right: 0
}

.desktop-nav .navbar .others-options ul li .sign-in {
	    position: relative;
	    top: 0px;
	    font-weight: 600;
	    color: #ffffff;
	    font-size: 20px;
	    width: auto;
	    height: auto;
	    border-radius: 40px;
	    border: 1px solid #ffffff;
	    line-height: 0px;
	    display: block;
	    height: 45px;
	    width: 45px;
	    line-height: 50px;
}
.text-right{
	text-align: right;
}
.text-left{
	text-align: left;
}
/*.midias-s a:hover{
    background: #6c0012;
}*/

.desktop-nav .navbar .others-options ul li .sign-in i {
	font-size: 20px;
    position: relative;
    top: 0px;
    font-weight: 400;
}


.desktop-nav .navbar .others-options ul li .sign-in:hover {
	color: #1f3571;
	background: #ffffff;
}

.desktop-nav .navbar .others-options ul li .default-btn {
	background-color: #bc1818
}

.desktop-nav .navbar .others-options ul li .search-btn {
	background-color: transparent;
	font-size: 20px;
	color: #fff;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.desktop-nav .navbar .others-options ul li .search-btn:hover {
	color: #bc1818
}

.desktop-nav .navbar .others-options ul li .cart-icon {
	position: relative;
	margin-right: 8px
}

.desktop-nav .navbar .others-options ul li .cart-icon span {
	position: absolute;
	top: -15px;
	left: 15px;
	background-color: #bc1818;
	color: #fff;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	font-size: 10px;
	border-radius: 50%;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.desktop-nav .navbar .others-options ul li .cart-icon i {
	font-size: 25px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.desktop-nav .navbar .others-options ul li .cart-icon:hover i {
	color: #bc1818
}

.desktop-nav .navbar .others-options ul li .search-box {
	position: relative
}

.desktop-nav .navbar .others-options ul li .search-box .search-input .form-control {
	border-radius: 4px;
    background-color: #ffffff;
    border-radius: 24px;
    border: 1px solid #ddd !important;
    height: 30px;
    font-size: 15px;
    color: #bc1818;
    border: 0px;
}
.desktop-nav .navbar .others-options ul li .search-box .search-input .form-control::placeholder{
	font-size: 15px;
    color: #bc1818 !important;
}

.desktop-nav .navbar .others-options ul li .search-box .search-input .search-btn {
	position: absolute;
	top: 0px;
	right: 8px
}

.mobile-responsive-nav {
	display: none;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.others-option-for-responsive {
	display: none!important
}

.others-option-for-responsive .dot-menu {
	padding: 0 10px;
	height: 30px;
	cursor: pointer;
	z-index: 999;
	position: absolute;
	right: 60px;
	top: -66px
}

.others-option-for-responsive .dot-menu .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 30px
}

.others-option-for-responsive .dot-menu .inner .circle {
	height: 5px;
	width: 5px;
	border-radius: 100%;
	margin: 0 2px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	background-color: #bc1818
}

.others-option-for-responsive .dot-menu:hover .inner .circle {
	background-color: #bc1818
}

.others-option-for-responsive .container {
	position: relative
}

.others-option-for-responsive .container .container {
	position: absolute;
	right: -2px;
	top: 15px;
	max-width: 320px;
	margin-left: auto;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	z-index: 2;
	padding-left: 15px;
	padding-right: 15px
}

.others-option-for-responsive .container .container.active {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleY(1);
	transform: scaleY(1)
}

.others-option-for-responsive .others-options {
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	padding: 20px;
	text-align: center
}

.others-option-for-responsive .others-options ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none
}

.others-option-for-responsive .others-options ul li {
	display: inline-block
}

.others-option-for-responsive .others-options ul li .sign-in {
	position: relative;
	top: 0px;
	font-weight: 600;
	color: #bc1818;
	font-size: 16px
}

.others-option-for-responsive .others-options ul li .sign-in i {
	font-size: 19px;
	position: relative;
	top: 5px;
	color: #bc1818;
	font-weight: 400
}

.others-option-for-responsive .others-options ul li .sign-in:hover {
	color: #bc1818
}

.others-option-for-responsive .others-options ul li .default-btn {
	background-color: #bc1818
}

.others-option-for-responsive .others-options ul li .search-btn {
	background-color: transparent;
	font-size: 20px;
	color: #bc1818;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.others-option-for-responsive .others-options ul li .search-btn:hover {
	color: #bc1818
}

.others-option-for-responsive .others-options ul li .cart-icon {
	position: relative;
	margin-right: 8px
}

.others-option-for-responsive .others-options ul li .cart-icon span {
	position: absolute;
	top: -15px;
	left: 15px;
	background-color: #bc1818;
	color: #fff;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	font-size: 10px;
	border-radius: 50%;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.others-option-for-responsive .others-options ul li .cart-icon i {
	font-size: 25px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.others-option-for-responsive .others-options ul li .cart-icon:hover i {
	color: #bc1818
}

.others-option-for-responsive .others-options ul li .search-box {
	position: relative;
	margin-right: 10px;
}

.others-option-for-responsive .others-options ul li .search-box .search-input .form-control {
	border-radius: 4px;
	background-color: #f7f8f9;
	height: 45px
}

.others-option-for-responsive .others-options ul li .search-box .search-input .search-btn {
	position: absolute;
	top: 8px;
	right: 16px
}

.banner-area {
	position: relative;
	z-index: -1;
	height: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover
}

.banner-area .container-fluid {
	padding-left: 30px;
	padding-right: 30px
}

.banner-area.banner-style-3 {
	background-image: url(../images/banner/banner-bg.jpg)
}

.banner-area.banner-style-3::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background-color: #fff
}


.banner-area .banner-bottom-shape {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0
}

.banner-area .shape {
	position: absolute;
	z-index: -1
}

.banner-area .shape.shape-1 {
	top: 0;
	left: 200px
}

.banner-area .shape.shape-2 {
	top: 30%;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center
}

.banner-area .shape.shape-3 {
	top: 0;
	right: 0
}

.banner-area .shape.shape-4 {
	bottom: 100px;
	left: 0
}

.banner-area .shape.shape-5 {
	bottom: 10%;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center
}

.banner-area .shape.shape-6 {
	top: 50%;
	right: 0
}

.banner-area .shape.shape-7 {
	bottom: 0;
	right: 0
}

.banner-shape {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1
}

.banner-content {
	max-width: 800px;
}

.banner-content .top-title {
	color: #bc1818;
	font-weight: 600;
	position: relative;
	padding-left: 60px;
	margin-bottom: 15px;
	display: block
}

.banner-content .top-title::before {
	content: "";
	position: absolute;
	top: 12px;
	left: 0;
	width: 50px;
	height: 2px;
	background-color: #bc1818
}

.banner-content h1 {
	font-size: 70px;
	margin-bottom: 20px;
	color: #fff;
	-webkit-animation: .3s fadeInUpBig;
	animation: .3s fadeInUpBig;
	font-weight: 800
}

.banner-content h1 span {
	font-size: 25px;
	display: block;
	width: 100%;
	margin-top: 21px;
	color: #fff
}

.banner-content p {
	margin-bottom: 12px;
	font-size: 18px;
	-webkit-animation: .6s fadeInUpBig;
	animation: .6s fadeInUpBig;
	color:#fff;
}

.banner-content .banner-btn {
	-webkit-animation: .9s fadeInUpBig;
	animation: .9s fadeInUpBig;
	margin-bottom: -7px;
    margin-top: 40px;
}

.banner-content .banner-btn .video-btn {
	height: 48px;
	width: 48px;
	margin-left: 30px
}

.banner-content .banner-btn .video-btn i {
	font-size: 25px
}

.banner-content .banner-btn .video-btn span {
	top: -12px
}

.banner-content.style-three {
	padding-top: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    align-items: center;
    margin: auto;
}

.banner-content.style-three .top-title {
	color: #fff
}

.banner-content.style-three .top-title::before {
	background-color: #fff
}

.banner-content.style-three h1 {
	font-size: 35px
}

.banner-img {
	text-align: center;
	margin-bottom: -100px;
	position: relative;
	-webkit-animation: .9s fadeInUpBig;
	animation: .9s fadeInUpBig
}

.banner-img .banner-img-shape {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1
}

.banner-img .shape {
	position: absolute
}

.banner-img .shape.shape-8 {
	top: 35%;
	left: 100px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	padding: 10px;
	border-radius: 4px
}

.banner-img .shape.shape-9 {
	bottom: 35%;
	right: 50px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	padding: 10px;
	border-radius: 4px
}

.banner-img .total-member {
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	padding: 30px 50px;
	position: absolute;
	bottom: 100px;
	border-radius: 4px
}

.banner-img .total-member span {
	display: block
}

.banner-img .total-member img {
	margin-bottom: 15px
}

.banner-img .total-member .title {
	margin-bottom: 5px
}

.banner-img .total-member .man {
	font-weight: 600;
	margin-bottom: 15px
}

.banner-img .total-member .total-member-list {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.banner-img .total-member .total-member-list li {
	display: inline-block;
	margin-left: -10px
}

.banner-img .total-member .total-member-list li a img {
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.banner-img .total-member .total-member-list li a:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	position: relative;
	z-index: 1
}

.banner-img .clients-comment {
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	padding: 30px;
	position: absolute;
	top: 50px;
	right: 0;
	border-radius: 4px;
	text-align: left;
	padding-right: 100px
}

.banner-img .clients-comment span {
	display: block
}

.banner-img .clients-comment img {
	margin-bottom: 15px;
	position: absolute;
	top: 50px;
	right: 30px
}

.banner-img .clients-comment .title {
	margin-bottom: 5px
}

.banner-img .clients-comment .man {
	font-weight: 600;
	margin-bottom: 15px
}

.banner-img .clients-comment .choose-list {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.banner-img .clients-comment .choose-list li {
	display: inline-block;
	margin-right: 20px;
	font-size: 14px
}

.banner-img .clients-comment .choose-list li.bg-color {
	background-color: #f0f7ff;
	border-radius: 4px;
	padding: 4px 8px
}

.banner-img .clients-comment .choose-list li:last-child {
	margin-right: 0
}

.banner-img.style-two {
	margin-bottom: 0;
	position: relative
}

.banner-img.style-two img {
	border-radius: 10px 0 10px 0
}

.banner-img.style-two .free-courses {
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	padding: 20px;
	max-width: 500px;
	position: absolute;
	bottom: 50px;
	left: -250px;
	border-radius: 10px 0 10px 0
}

.banner-img.style-two .free-courses a {
	display: block
}

.banner-img.style-two .free-courses h3 {
	text-align: left;
	font-size: 18px;
	margin-bottom: 10px
}

.banner-img.style-two .free-courses h3 a {
	color: #bc1818
}

.banner-img.style-two .free-courses .admin {
	font-size: 14px;
	text-align: left
}

.banner-img.style-two .free-courses:hover h3 a {
	color: #bc1818
}

.banner-img.style-two .shape-11 {
	position: absolute;
	left: -500px;
	bottom: 0
}

.banner-img.style-three .banner-img-shape {
	top: auto;
	bottom: 0
}

.banner-img.style-three .shape.shape-8 {
	background-color: transparent;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	left: auto;
	right: -90px;
	top: 0
}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.video-img {
	position: relative
}

.video-img .video-wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.video-content {
	background-color: #fff;
	padding: 50px;
	position: relative;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05)
}

.video-content ul {
	padding-left: 0;
	margin-bottom: 15px;
	list-style-type: none
}

.video-content ul li {
	display: inline-block;
	font-weight: 400;
	font-size: 15px;
	margin-right: 20px;
	position: relative
}

.video-content ul li::before {
	content: "";
	position: absolute;
	top: 4px;
	right: -13px;
	width: 1px;
	height: 70%;
	background-color: #bc1818;
	-webkit-transform: rotate(15deg);
	transform: rotate(15deg)
}

.video-content ul li:last-child {
	margin-right: 0
}

.video-content ul li:last-child::before {
	display: none
}

.video-content ul li a {
	font-weight: 500;
	color: #bc1818
}

.video-content ul li a:hover {
	color: #bc1818
}

.video-content h3 {
	font-size: 30px;
	max-width: 500px
}

.video-content .price {
	background-color: #bc1818;
	display: inline-block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	border-radius: 50px
}

.video-content .price sub {
	font-size: 10px;
	position: relative;
	top: -1px
}

.single-features {
	margin-bottom: 30px
}

.single-features img {
	border-radius: 50px;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05)
}

.single-features h3 {
	margin-bottom: 0;
	font-size: 20px;
	margin-left: 10px
}

.category-slide.owl-theme .owl-nav {
	position: absolute;
	top: -97px;
	right: -5px
}
.category-slide{
	overflow: hidden;
}

.category-slide.owl-theme .owl-nav .owl-prev,
.category-slide.owl-theme .owl-nav .owl-next {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #f7f8f9;
	border-radius: 50px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	margin: 0 5px
}

.category-slide.owl-theme .owl-nav .owl-prev:hover,
.category-slide.owl-theme .owl-nav .owl-next:hover {
	background-color: #bc1818
}

.single-category-item {
	margin-bottom: 30px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	margin-bottom: 30px
}

.single-category-item .category-content {
	background-color: #f9f9f9;
	padding: 30px
}

.single-category-item .category-content img {
	max-width: 65px;
	margin-right: 30px;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	border-radius: 50px
}

.single-category-item .category-content h3 {
	font-size: 22px
}

.single-category-item .category-content h3 a {
	color: #bc1818
}

.single-category-item:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px)
}

.single-category-item:hover .category-content h3 a {
	color: #bc1818
}

.about-area {
	background-image: url(../images/about-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover
}

.about-area.bg-2 {
	background-image: url(../images/about-bg-2.png)
}

.about-img {
	position: relative;
	z-index: 1;
	text-align: center
}

.about-img::before {
	content: "";
	position: absolute;
	bottom: 100px;
	left: 0;
	width: 100%;
	height: 400px;
	background-color: #ecf1f8;
	z-index: -1
}

.about-img .carlos {
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	padding: 30px;
	position: absolute;
	bottom: 150px;
	right: -100px
}

.about-img .carlos .carlos-review {
	position: relative;
	text-align: left;
	padding-left: 65px;
	margin-bottom: 20px
}

.about-img .carlos .carlos-review img {
	position: absolute;
	top: -5px;
	left: 0
}

.about-img .carlos .carlos-review h4 {
	font-size: 18px;
	margin-bottom: 0
}

.about-img .carlos .carlos-review span i {
	color: #bc1818;
	font-size: 15px;
	margin-right: 5px
}

.about-img .carlos ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left
}

.about-img .carlos ul li {
	margin-bottom: 5px;
	font-size: 15px
}

.about-img .carlos ul li:last-child {
	margin-bottom: 0
}

.about-img .carlos ul li i {
	position: relative;
	top: 2px
}

.about-content {
	max-width: 600px;
	margin-left: auto
}

.about-content .top-title {
	font-weight: 500;
	color: #bc1818;
	display: block;
	margin-bottom: 8px
}

.about-content .top-title img {
	margin-right: 5px
}

.about-content h2 {
	font-size: 40px;
	margin-bottom: 20px
}

.about-content h2 span {
	color: #bc1818
}

.about-content p {
	margin-bottom: 20px
}

.about-content ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none
}

.about-content ul li {
	margin-bottom: 10px;
	font-family: #bc1818;
	font-size: 18px;
	color: #bc1818;
	font-weight: 700
}

.about-content ul li:last-child {
	margin-bottom: 0
}

.about-content ul li i {
	top: 3px;
	position: relative;
	color: #bc1818;
	margin-right: 5px;
	font-size: 20px
}

.about-content .default-btn {
	margin-top: 25px
}

.about-content .mt-20 {
	margin-top: 20px
}

.about-img-wrap img {
	border-radius: 10px 0 10px 0
}

.about-img-wrap .about-img-3 {
	position: relative;
	margin-bottom: 30px;
	text-align: right
}

.about-img-wrap .about-img-3 .trainer {
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	padding: 30px 20px;
	max-width: 250px;
	border-radius: 10px 0 10px 0;
	position: absolute;
	top: 100px;
	left: 0;
	font-weight: 500
}

.about-img-wrap .about-img-3 .trainer img {
	margin-right: 10px
}

.about-img-wrap .about-img-4 {
	position: relative
}

.about-img-wrap .about-img-4 .video-bg {
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	padding: 30px 20px;
	width: 250px;
	border-radius: 10px 0 10px 0;
	position: absolute;
	top: 100px;
	right: 0
}

.about-img-wrap .about-img-4 .video-bg .video-btn {
	height: 48px;
	width: 48px;
	margin-left: 30px
}

.about-img-wrap .about-img-4 .video-bg .video-btn i {
	font-size: 25px
}

.about-img-wrap .about-img-4 .video-bg .video-btn span {
	top: -12px
}

.mb-24 {
	margin-bottom: 24px
}

.dowonload-content .top-title {
	color: #bc1818;
	display: block;
	margin-bottom: 8px;
	font-size: 15px;
	font-weight: 500
}

.dowonload-content h2 {
	font-size: 40px;
	margin-bottom: 30px
}

.dowonload-content .default-btn {
	margin-bottom: 50px
}

.partner-slide .partner-item {
	border: 1px solid #eee;
	padding: 10px;
	text-align: center;
	border-radius: 4px;
	opacity: .5;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.partner-slide.owl-carousel .owl-item img {
	width: auto;
	margin: auto
}

.partner-slide .owl-item.active.center .partner-item {
	opacity: 1
}

.courses-slide.owl-carousel .owl-item img {
	width: auto
}

.courses-slide.owl-theme .owl-nav {
	position: absolute;
	top: -97px;
	right: -5px
}

.courses-slide.owl-theme .owl-nav .owl-prev,
.courses-slide.owl-theme .owl-nav .owl-next {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #f7f8f9;
	border-radius: 50px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	margin: 0 5px
}

.courses-slide.owl-theme .owl-nav .owl-prev:hover,
.courses-slide.owl-theme .owl-nav .owl-next:hover {
	background-color: #bc1818
}

.single-courses-item {
	margin-bottom: 30px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	padding: 10px;
}

.single-courses-item .courses-img {
	position: relative
}

.single-courses-item .courses-img .teacher {
	position: absolute;
	bottom: -35px;
	right: 30px;
	border: 2px solid #fff;
	border-radius: 50px;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05)
}

.single-courses-item .courses-img ul {
	position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    padding-left: 0px;
    list-style-type: none;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 165px;
    font-size: 10px !important;
    text-align: center;
}

.single-courses-item .courses-img ul li {
	display: inline-block;
	background-color: #bc1818;
	color: #fff;
	padding: 5px 20px;
	font-size: 14px;
	margin-right: 10px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.single-courses-item .courses-img ul li.bg-5696fa {
	background-color: #5696fa
}

.single-courses-item .courses-img ul li.bg-fd9519 {
	background-color: #bc1818
}

.single-courses-item .courses-img ul li:last-child {
	margin-right: 0
}

.single-courses-item .courses-img ul li a {
	color: #fff
}

.single-courses-item .courses-img ul li:hover {
	background-color: #bc1818
}

.single-courses-item .courses-content {
	background-color: transparent;
	padding: 15px
}

.single-courses-item .courses-content .courses-view {
	padding-left: 0;
	margin-bottom: 20px;
	list-style-type: none
}

.single-courses-item .courses-content .courses-view li {
	display: inline-block;
	margin-right: 20px
}

.single-courses-item .courses-content .courses-view li:last-child {
	margin-right: 0
}

.single-courses-item .courses-content .courses-view li i {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 29px;
	text-align: center;
	border: 1px solid #eee;
	color: #bc1818;
	margin-right: 5px;
	border-radius: 50px;
	position: relative;
	top: 2px
}

.single-courses-item .courses-content h3 {
	font-size: 22px;
	margin-bottom: 15px
}
.pb-50{
	padding-bottom: 50px;
}
.single-courses-item .courses-content h3 a {
	color: #1f3571;
	text-align: center !important;
	display: block;
	font-size: 17px;
	font-weight: 600;
}
.spc-700{
	max-width: 700px;
	margin: auto;
}

.single-courses-item .courses-time {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none
}

.single-courses-item .courses-time li {
	display: block;
    font-weight: 800;
    color: #260a01;
}

.single-courses-item .courses-time li i {
	position: relative;
	top: 2px;
	color: #bc1818
}

.single-courses-item .courses-fee {
	margin-bottom: 0;
	list-style-type: none;
	background-color: #eef4fe;
	padding: 20px 30px
}

.single-courses-item .courses-fee li {
	display: inline-block;
	font-weight: 700;
	font-size: 18px;
	color: #bc1818
}

.single-courses-item .courses-fee li .read-more {
	color: #bc1818
}

.single-courses-item .courses-fee li .read-more:hover {
	color: #bc1818
}

.single-courses-item.style-three .courses-img img {
	border-radius: 4px 4px 0 0
}

.single-courses-item.style-three .courses-img ul {
	top: auto;
	bottom: 30px
}

.single-courses-item.style-three .courses-img ul li {
	border-radius: 4px;
	background-color: #bc1818
}



.single-courses-item.style-three .courses-content .courses-view li {
	font-size: 20px;
    color: #270901;
}

.single-courses-item.style-three .courses-content .courses-view li img {
	max-width: 30px;
	border-radius: 50px;
	margin-right: 5px
}

.single-courses-item.style-three .courses-content h3 {
	border-bottom: 1px solid #eee;
	padding-bottom: 0px;
	margin-bottom: 5px
}

.single-courses-item.style-two .courses-img img {
	/* border-radius: 10px 0 0 0; */
}

.single-courses-item.style-two .courses-content {
	border-radius: 5px;
}

.single-courses-item:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px)
}

.single-courses-item:hover h3 a {
	color: #3153b1;
}

.all-courses {
	text-align: center
}

.all-courses a {
	color: #bc1818
}

.courses-search-wrap {
	margin-bottom: 30px
}

.courses-search-wrap .search-box {
	position: relative;
	max-width: 400px;
	float: right
}

.courses-search-wrap .search-box .search-input .form-control {
	border-radius: 4px;
	background-color: #f7f8f9;
	height: 45px
}

.courses-search-wrap .search-box .search-input .search-btn {
	position: absolute;
	top: 13px;
	right: 18px;
	background-color: transparent
}

.single-instructors-item {
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	margin-bottom: 30px;
	transition: all ease .5s
}

.single-instructors-item .instructors-content {
	position: relative;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	padding: 20px
}

.single-instructors-item .instructors-content h3 {
	margin-bottom: 5px;
	font-size: 22px;
	margin-top: -5px
}

.single-instructors-item .instructors-content h3 a {
	color: #bc1818
}

.single-instructors-item .instructors-content span {
	display: block;
	font-size: 15px;
	margin-bottom: 10px
}

.single-instructors-item .instructors-content .review {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
	line-height: 1
}

.single-instructors-item .instructors-content .review li {
	display: inline-block
}

.single-instructors-item .instructors-content .review li i {
	font-size: 16px;
	position: relative;
	top: 3px;
	color: #bc1818
}

.single-instructors-item .instructors-content .review li span {
	font-size: 14px;
	color: #888;
	margin-bottom: 0
}

.single-instructors-item .instructors-content .instructors-social .control {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #bc1818;
	font-size: 20px;
	text-align: center;
	position: absolute;
	top: 41px;
	right: 20px;
	color: #fff;
	border-radius: 50%;
	z-index: 1
}

.single-instructors-item .instructors-content .instructors-social ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: -160px;
	right: 20px;
	opacity: 0;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.single-instructors-item .instructors-content .instructors-social ul li a i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #bc1818;
	color: #fff;
	font-size: 18px;
	text-align: center;
	border-bottom: 1px solid #eee;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	display: inline-block;
	border-radius: 50%;
	margin-bottom: 10px
}

.single-instructors-item .instructors-content .instructors-social ul li a:hover i {
	background-color: #bc1818
}

.single-instructors-item .instructors-content .instructors-social ul li:nth-child(4) a i {
	-webkit-transform: translateY(40px);
	transform: translateY(40px)
}

.single-instructors-item .instructors-content .instructors-social ul li:nth-child(3) a i {
	-webkit-transform: translateY(80px);
	transform: translateY(80px)
}

.single-instructors-item .instructors-content .instructors-social ul li:nth-child(2) a i {
	-webkit-transform: translateY(120px);
	transform: translateY(120px)
}

.single-instructors-item .instructors-content .instructors-social ul li:nth-child(1) a i {
	-webkit-transform: translateY(160px);
	transform: translateY(160px)
}

.single-instructors-item .instructors-content .instructors-social:hover ul {
	opacity: 1
}

.single-instructors-item .instructors-content .instructors-social:hover ul li:nth-child(4) a i {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.single-instructors-item .instructors-content .instructors-social:hover ul li:nth-child(3) a i {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.single-instructors-item .instructors-content .instructors-social:hover ul li:nth-child(2) a i {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.single-instructors-item .instructors-content .instructors-social:hover ul li:nth-child(1) a i {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.single-instructors-item:hover {
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px)
}

.single-instructors-item:hover .instructors-social .control {
	background-color: #bc1818;
	color: #fff
}

.single-instructors-item:hover .instructors-social .control::before {
	background-color: #bc1818
}

.motivation-area {
	background-image: url(../images/motivation-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover
}

.motivation-img {
	position: relative;
	z-index: 1
}

.motivation-img::before {
	content: "";
	position: absolute;
	top: 30px;
	right: -30px;
	width: 100%;
	height: 100%;
	background-color: #e5effa;
	z-index: -1
}

.motivation-content {
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	padding: 50px 100px
}

.motivation-content h2 {
	font-size: 40px;
	margin-bottom: 20px
}

.motivation-content h2 span {
	color: #bc1818
}

.motivation-content p {
	margin-bottom: 20px
}

.your-life-bg {
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	padding: 0 100px;
	position: relative
}

.your-life-bg::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #f4f9ff;
	-webkit-clip-path: polygon(80% 0, 100% 0, 100% 100%, 50% 100%);
	clip-path: polygon(80% 0, 100% 0, 100% 100%, 50% 100%)
}

.your-life-content h2 {
	font-size: 40px;
	margin-bottom: 25px
}

.your-life-content h2 span {
	color: #bc1818
}

.your-life-content p {
	margin-bottom: 30px
}

.your-life-img img {
	position: absolute;
	bottom: 0;
	right: 100px
}

.testimonials-area .left-title {
	margin-left: 120px
}

.testimonials-slide.owl-carousel .owl-item img {
	width: auto
}

.testimonials-slide .owl-item.active.center .single-testimonials-item {
	background-color: #fff
}

.testimonials-slide .owl-item.active.center .single-testimonials-item .quate {
	opacity: 1
}

.testimonials-slide.owl-theme .owl-nav .owl-prev,
.testimonials-slide.owl-theme .owl-nav .owl-next {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #fff;
	border-radius: 50px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	margin: 0 5px
}

.testimonials-slide.owl-theme .owl-nav .owl-prev:hover,
.testimonials-slide.owl-theme .owl-nav .owl-next:hover {
	background-color: #bc1818
}

.testimonials-slide-two.owl-carousel .owl-item img {
	width: auto
}

.testimonials-slide-two.owl-theme .owl-nav {
	text-align: left;
	margin-left: 120px
}

.testimonials-slide-two.owl-theme .owl-nav .owl-prev,
.testimonials-slide-two.owl-theme .owl-nav .owl-next {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #f7f8f9;
	border-radius: 50px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	margin: 0 5px
}

.testimonials-slide-two.owl-theme .owl-nav .owl-prev:hover,
.testimonials-slide-two.owl-theme .owl-nav .owl-next:hover {
	background-color: #bc1818
}

.testimonials-slide-three.owl-carousel .owl-item img {
	width: auto
}

.single-testimonials-item {
	padding: 30px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	margin-bottom: 30px
}

.single-testimonials-item .testimonials-mane {
	position: relative;
	padding-left: 75px;
	margin-bottom: 15px
}

.single-testimonials-item .testimonials-mane img {
	position: absolute;
	top: -3px;
	left: 0;
	border-radius: 50px
}

.single-testimonials-item .testimonials-mane h3 {
	font-size: 22px
}

.single-testimonials-item .testimonials-mane span {
	font-size: 15px;
	color: #bc1818
}

.single-testimonials-item p {
	margin-bottom: 20px
}

.single-testimonials-item .quate {
	opacity: .5;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.single-testimonials-item.style-testimonials {
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.single-testimonials-item.style-testimonials:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px)
}

.single-testimonials-item.style-testimonials:hover .quate {
	opacity: 1
}

.single-testimonials-item.style-three {
	background-color: #fff;
	border-radius: 4px
}

.single-testimonials-item.style-three .quate {
	opacity: 1
}

.testimonials-img {
	margin-right: -100px
}

.blog-slide.owl-theme .owl-nav {
	position: absolute;
	top: -97px;
	right: -5px
}

.blog-slide.owl-theme .owl-nav .owl-prev,
.blog-slide.owl-theme .owl-nav .owl-next {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #f7f8f9;
	border-radius: 50px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	margin: 0 5px
}

.blog-slide.owl-theme .owl-nav .owl-prev:hover,
.blog-slide.owl-theme .owl-nav .owl-next:hover {
	background-color: #bc1818
}

.single-blog-item {
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	margin-bottom: 0px
}

.single-blog-item .blog-content {
	padding: 20px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    background-color: #fff;
    text-align: center;
}

.single-blog-item .blog-content ul {
	    padding-left: 20px;
    margin-bottom: 20px;
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
}

.single-blog-item .blog-content ul li {
	list-style-type: none;
    display: inline-block;
    font-size: 15px;
    margin-top: 0px;
    text-align: center;
        margin-left: 10px;
}

.single-blog-item .blog-content ul li i {
	position: relative;
	top: 3px;
	width: 25px;
	height: 25px;
	line-height: 24px;
	text-align: center;
	border: 1px solid #eee;
	border-radius: 50px;
	display: inline-block;
	font-size: 15px;
	margin-right: 5px;
	color: #1f3571;
}

.single-blog-item .blog-content ul li img {
	max-width: 30px;
	border-radius: 50px;
	margin-right: 5px
}

.single-blog-item .blog-content h3 {
	font-size: 16px;
	text-align: center;
	margin-bottom: 10px
}

.single-blog-item .blog-content h3 a {
	color: #1f3571;
}

.single-blog-item.style-two img {
	border-radius: 10px 0 0 0
}

.single-blog-item.style-two .blog-content {
	border-radius: 0 0 10px 0
}

.single-blog-item:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px)
}

.single-blog-item:hover .blog-content h3 a {
	color: #000
}

.all-blog {
	text-align: center;
	font-weight: 500
}

.all-blog a {
	color: #bc1818
}

.subscribe-content {
	max-width: 600px
}

.subscribe-content h2 {
	font-size: 40px;
	margin-bottom: 15px
}

.subscribe-content h2 span {
	color: #bc1818
}

.newsletter-form {
	position: relative
}

.newsletter-form .form-control {
	background-color: #fff
}

.newsletter-form .default-btn {
	position: absolute;
	top: 0;
	right: 0;
	height: 55px
}

.newsletter-form #validator-newsletter {
	font-size: 14px;
	position: absolute;
	bottom: -30px;
	left: 0;
	color: red
}

.footer-area {
	background: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover
}

.single-footer-widget {
	margin-bottom: 30px
}

.single-footer-widget img {
	margin-bottom: 20px
}

.single-footer-widget p {
	color: #fff;
	margin-bottom: 20px
}

.single-footer-widget .social-link {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none
}

.single-footer-widget .social-link li {
	display: inline-block;
	margin-right: 10px
}

.single-footer-widget .social-link li:last-child {
	margin-right: 0
}

.single-footer-widget .social-link li a {
	background-color: #fff;
	color: #bc1818;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	display: inline-block;
	border-radius: 50px
}

.single-footer-widget .social-link li a i {
	font-size: 18px
}

.single-footer-widget .social-link li a:hover {
	background-color: #bc1818;
	color: #fff
}

.single-footer-widget .social-link.style-three {
	margin-bottom: 20px
}

.single-footer-widget .social-link.style-three li span {
	color: #fff;
	font-weight: 600
}

.single-footer-widget .social-link.style-three li a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #eee;
	background-color: transparent;
	color: #fff
}

.single-footer-widget .social-link.style-three li a i {
	font-size: 14px
}

.single-footer-widget .social-link.style-three li a:hover {
	background-color: #bc1818;
	border-color: #bc1818
}

.single-footer-widget h4 {
	font-size: 20px;
	color: #bc1818;
	margin-bottom: 15px
}

.single-footer-widget .newsletter-form .form-control {
	border-color: #fff;
	background-color: transparent;
	border-radius: 4px;
	margin-bottom: 20px;
	color: #bc1818
}
.single-footer-widget .newsletter-form .form-control::placeholder{
	color: #bc1818;
}
.single-footer-widget .newsletter-form .form-control:focus {
	border-color: #bc1818
}

.single-footer-widget .newsletter-form .default-btn {
	position: unset;
	background-color: #bc1818;
	display: block;
	width: 100%;
	border-radius: 4px
}

.single-footer-widget h3 {
	font-size: 20px;
	color: #bc1818;
	margin-bottom: 25px
}
.single-footer-widget h3 span{
	font-size: 16px;
}
.single-footer-widget .use-link {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none
}

.single-footer-widget .use-link li {
	margin-bottom: 10px
}

.single-footer-widget .use-link li:last-child {
	margin-bottom: 0
}

.single-footer-widget .use-link li a {
	color: #bc1818
}

.single-footer-widget .use-link li a i {
	position: relative;
	top: 2px
}

.single-footer-widget .use-link li a:hover {
	color: #bc1818
}

.single-footer-widget .information-link {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none
}

.single-footer-widget .information-link li {
	position: relative;
	padding-left: 30px;
	color: #bc1818;
	font-size: 14px;
	margin-bottom: 10px
}

.single-footer-widget .information-link li:last-child {
	margin-bottom: 0
}

.single-footer-widget .information-link li span {
	color: #bc1818;
	margin-bottom: 5px;
	display: block;
	font-size: 16px
}

.single-footer-widget .information-link li i {
	position: absolute;
	top: -3px;
	left: 0;
	color: #bc1818;
	font-size: 20px
}

.single-footer-widget .information-link li a {
	display: block;
	color: #bc1818
}

.copy-right-area {
	border-top: 0px solid #fff;
	padding-top: 15px;
	padding-bottom: 15px
}


.copy-right-area .copy-right-content p {
	color: #bc1818
}

.copy-right-area .copy-right-content p a {
	color: #bc1818
}

.single-live-stress-item {
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	padding: 30px;
	position: relative;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	margin-bottom: 30px
}

.single-live-stress-item.style-two {
	border-radius: 10px 0 10px 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    align-items: center;
    min-height: 190px;
    justify-content: center;
}

.single-live-stress-item .icon-shape {
	position: absolute;
	top: 10px;
	right: 10px;
	margin-bottom: 0
}

.single-live-stress-item img {
	margin-bottom: 20px;
	width: 60px;
}

.single-live-stress-item h3 {
	font-size: 18px;
	margin-bottom: 10px
}

.single-live-stress-item:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px)
}

.single-event-item {
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	margin-bottom: 30px
}

.single-event-item .event-img {
	position: relative
}

.single-event-item .event-img img {
	border-radius: 4px 4px 0 0
}

.single-event-item .event-img .get-ticket {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: rgba(22, 5, 107, .5);
	border-radius: 4px 4px 0 0;
	opacity: 0;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.single-event-item .event-img .get-ticket .default-btn {
	border-radius: 10px;
	background-color: #bc1818
}

.single-event-item .event-content {
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	padding: 30px;
	border-radius: 0 0 4px 4px
}

.single-event-item .event-content h3 {
	font-size: 22px;
	margin-bottom: 12px
}

.single-event-item .event-content h3 a {
	color: #bc1818
}

.single-event-item .event-content ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.single-event-item .event-content ul li {
	margin-bottom: 5px
}

.single-event-item .event-content ul li:last-child {
	margin-bottom: 0
}

.single-event-item .event-content ul li i {
	color: #bc1818;
	position: relative;
	top: 2px;
	margin-right: 4px
}

.single-event-item.style-two img {
	border-radius: 10px 0 0 0
}

.single-event-item.style-two .event-content {
	border-radius: 0 0 10px 0
}

.single-event-item:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px)
}

.single-event-item:hover .event-img .get-ticket {
	opacity: 1
}

.single-event-item:hover .event-content a {
	color: #bc1818
}

.single-inst-item {
	position: relative;
	margin-bottom: 30px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	margin-bottom: 30px
}

.single-inst-item img {
	border-radius: 4px
}

.single-inst-item a {
	background-color: rgba(22, 5, 107, .7);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 4px;
	opacity: 0
}

.single-inst-item a i {
	font-size: 30px;
	color: #fff;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.single-inst-item a:hover i {
	color: #bc1818
}

.single-inst-item:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px)
}

.single-inst-item:hover a {
	opacity: .9
}

.search-modal-area .modal-content {
	height: 100vh;
	border: none;
	border-radius: 0;
	background-color: rgba(0, 0, 0, .9);
	position: relative
}

.search-modal-area .modal-content form.search-box {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.search-modal-area .modal-content form.search-box .search-input {
	width: 810px;
	position: relative;
	padding: 30px
}

.search-modal-area .modal-content form.search-box .search-input .form-control {
	color: #fff;
	height: 60px;
	background-color: transparent
}

.search-modal-area .modal-content form.search-box .search-input .form-control::-webkit-input-placeholder {
	color: #eee
}

.search-modal-area .modal-content form.search-box .search-input .form-control:-ms-input-placeholder {
	color: #eee
}

.search-modal-area .modal-content form.search-box .search-input .form-control::-ms-input-placeholder {
	color: #eee
}

.search-modal-area .modal-content form.search-box .search-input .form-control::placeholder {
	color: #eee
}

.search-modal-area .modal-content form.search-box .search-input .search-btn {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 60px;
	height: 60px;
	line-height: 64px;
	font-size: 30px;
	background-color: #fff;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.search-modal-area .modal-content form.search-box .search-input .search-btn:hover {
	color: #fff;
	background-color: #bc1818
}

.search-modal-area .modal-content .closer-btn {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 30px;
	height: 30px;
	line-height: 32px;
	background-color: #ff3131;
	color: #fff;
	font-size: 20px;
	z-index: 1
}

.search-modal-area .modal-dialog {
	max-width: 100%;
	margin: 0
}

.search-modal-area.modal {
	overflow: hidden;
	padding: 0!important
}

.how-we-work-area {
	overflow: hidden
}

.work-area {
	overflow: hidden
}

.single-work-item {
	margin-bottom: 30px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.single-work-item.ml-30 {
	margin-left: 30px
}

.single-work-item.mr-30 {
	margin-right: 30px
}

.single-work-item .ml-30 {
	margin-left: 30px
}

.single-work-item .mr-30 {
	margin-right: 30px
}

.single-work-item .mb-30 {
	margin-bottom: -30px
}

.single-work-item img {
	border-radius: 10px 0 10px 0
}

.single-work-item .work-content {
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	border-radius: 10px 0 10px 0;
	padding: 30px;
	position: relative
}

.single-work-item .work-content h3 {
	font-size: 22px;
	margin-bottom: 15px
}

.single-work-item .work-content h3 a {
	color: #bc1818
}

.single-work-item:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px)
}

.single-work-item:hover .work-content h3 a {
	color: #bc1818
}

.counter-area {
	overflow: hidden
}

.counter-bg {
	background-color: #bc1818;
	padding: 50px;
	padding-bottom: 20px;
	border-radius: 0 0 0 10px;
	position: relative
}

.counter-bg::before {
	content: "";
	position: absolute;
	top: 0;
	right: -50%;
	width: 100%;
	height: 100%;
	background-color: #bc1818
}
.counter-bg::after {
	content: "";
	position: absolute;
	top: 0;
	left: -50%;
	width: 100%;
	height: 100%;
	background-color: #bc1818
}


.single-counter-item {
	position: relative;
	margin-bottom: 30px;
	z-index: 1;
	padding-left: 100px
}

.single-counter-item img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 72px
}

.single-counter-item h2 {
	font-size: 40px;
	color: #fff;
	line-height: 1;
	margin-bottom: 5px;
	position: relative
}

.single-counter-item h2 .target {
	position: relative;
	top: -1px;
	margin-left: -10px;
	font-size: 40px;
	color: #fff
}

.single-counter-item h4 {
	font-size: 16px;
	margin-bottom: 0;
	color: #fff;
	font-weight: 400
}

.successful-story-content {
	max-width: 600px
}

.successful-story-content .top-title {
	display: block;
	margin-bottom: 8px;
	font-weight: 500;
	font-size: 15px;
	color: #bc1818
}

.successful-story-content .top-title img {
	margin-right: 5px
}

.successful-story-content h2 {
	font-size: 40px;
	margin-bottom: 25px
}

.successful-story-content h2 span {
	color: #bc1818
}

.successful-story-content p {
	margin-bottom: 25px
}

.successful-story-content h6 {
	margin-bottom: 25px
}

.successful-story-content h6 span {
	color: #bc1818
}

.successful-story-content h6 a {
	color: #bc1818
}

.successful-story-content h6 a:hover {
	color: #bc1818
}

.before-after-content {
	position: relative;
	border: 10px solid #fff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05)
}

.before-after-content ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: absolute;
	z-index: 999;
	left: 10px;
	right: 10px;
	bottom: 10px
}

.before-after-content ul li {
	display: inline-block;
	font-weight: 600;
	font-size: 15px;
	background-color: #fff;
	padding: 5px 30px;
	color: #bc1818
}

.before-after-content ul .after {
	float: right
}

.ba-slider .handle {
	background: #fff
}

.ba-slider .handle::after {
	font-size: 23px;
	color: #bc1818;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-box-shadow: 0 2px 6px #fff, inset 0 2px 0 #fff, inset 0 60px 50px -30px #fff;
	box-shadow: 0 2px 6px #fff, inset 0 2px 0 #fff, inset 0 60px 50px -30px #fff;
	line-height: 60px;
	margin: 0;
	left: -30px;
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px)
}

.ba-slider .handle.ba-draggable:after {
	width: 64px;
	height: 64px;
	line-height: 60px;
	margin: 0
}

.page-title-area {
	background-position: center;
    position: relative;
    z-index: 1;
    background-position: center;
    padding-top: 0px;
    background-size: cover;
    background-image: url(../../imagens/bk.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.page-title-area .container-fluid{
    position: relative;
    z-index: 10;
}
/*.page-title-area:before{
	position: absolute;
	top: 0px;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 75%);
    z-index: 2;
}
.page-title-area:after {
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(../../imagens/08.png);
    opacity: 0.7;
    background-attachment: scroll;
    z-index: 1;
}*/

.page-title-area .page-shape-wrap {
	position: relative
}

.page-title-area .page-shape-wrap .shape {
	position: absolute
}

.page-title-area .page-shape-wrap .shape.shape-1 {
	position: absolute;
	bottom: 100px;
	left: 0;
	z-index: -1
}

.page-title-area .page-shape-wrap .shape.shape-2 {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
	max-width: 300px
}

.page-title-content {
	position: relative;
	z-index: 1;
	max-width: 700px;
	margin: auto;
	text-align: center;
	padding-top: 45px;
	padding-bottom: 45px
}

.page-title-content h1 {
	margin-bottom: 0px;
    font-size: 30px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
}

.page-title-content h2 {
	margin-bottom: 10px;
	font-size: 40px;
	color: #fff
}

.page-title-content ul {
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0;
	display: none;
}

.page-title-content ul li {
	display: inline-block;
	position: relative;
	font-size: 16px;
	padding-right: 15px;
	margin-left: 15px
}

.page-title-content ul li a {
	color: #fff
}

.page-title-content ul li a:hover {
	color: #bc1818
}

.page-title-content ul li::before {
	content: "";
	position: absolute;
	top: 5px;
	right: -3px;
	background-color: #bc1818;
	width: 1px;
	height: 15px;
	-webkit-transform: rotate(15deg);
	transform: rotate(15deg)
}

.page-title-content ul li.active {
	color: #fff
}

.page-title-content ul li:first-child {
	margin-left: 0
}

.page-title-content ul li:last-child {
	padding-right: 0
}

.page-title-content ul li:last-child::before {
	display: none
}

.faq-accordion {
	margin: auto;
	position: relative;
	z-index: 1
}

.faq-accordion .accordion {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0
}

.faq-accordion .accordion .accordion-item {
	border-radius: 0;
	display: block;
	margin-bottom: 15px;
	border: none
}

.faq-accordion .accordion .accordion-item:last-child {
	margin-bottom: 0
}

.faq-accordion .accordion .accordion-title {
	padding: 20px 60px 17px 30px;
	color: #bc1818;
	text-decoration: none;
	position: relative;
	display: block;
	font-size: 18px;
	font-weight: 500;
	background-color: #f4f4f4;
	border-radius: 0;
	z-index: 1
}

.faq-accordion .accordion .accordion-title i {
	position: absolute;
	right: 20px;
	top: 18px;
	font-size: 20px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.faq-accordion .accordion .accordion-title.active {
	border-radius: 0;
	color: #bc1818;
	border-bottom: 1px solid #bc1818
}

.faq-accordion .accordion .accordion-title.active i {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.faq-accordion .accordion .accordion-title.active i::before {
	content: "\f1af"
}

.faq-accordion .accordion .accordion-content {
	display: none;
	position: relative;
	margin-top: -6px;
	padding: 30px;
	background-color: #f4f4f4;
	border-radius: 0
}

.faq-accordion .accordion .accordion-content.show {
	display: block
}

.contact-form {
	max-width: 870px;
	margin: auto
}

.contact-form h2 {
	font-size: 36px;
	margin-bottom: 20px;
	margin-top: -5px;
	position: relative
}

.contact-form .form-group {
	margin-bottom: 30px
}

.contact-form .form-group label {
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 16px
}

.contact-form .form-group .form-control {
	background-color: #f7f8f9;
	border-color: #f7f8f9
}

.contact-form .form-group .form-control:focus {
	border-color: #bc1818
}

.contact-form .form-check {
	margin-bottom: 30px;
	padding-left: 35px
}

.contact-form .default-btn {
	width: 100%
}

.list-unstyled {
	color: #dc3545;
	margin-top: 10px;
	font-size: 14px
}

.hidden {
	display: none
}

#msgSubmit {
	margin-top: 20px;
	font-size: 20px
}

.contact-img {
	background-image: url(../images/contact-img.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%
}

.map-area iframe {
	display: block;
	border: none;
	width: 100%;
	height: 500px
}

.main-content-text h1,
.main-content-text h2,
.main-content-text h3,
.main-content-text h4,
.main-content-text h5,
.main-content-text h6 {
	margin-bottom: 15px
}

.main-content-text h1 {
	font-size: 30px
}

.main-content-text h2 {
	font-size: 26px
}

.main-content-text h3 {
	font-size: 22px
}

.main-content-text h4 {
	font-size: 22px
}

.main-content-text h5 {
	font-size: 20px
}

.main-content-text h6 {
	font-size: 18px
}

.main-content-text .gap-20 {
	margin-bottom: 30px
}

.main-content-text ul {
	padding: 0;
	list-style-type: none;
	margin-bottom: 0
}

.main-content-text ul li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 35px
}

.main-content-text ul li:last-child {
	margin-bottom: 0
}

.main-content-text ul li i {
	position: absolute;
	top: -6px;
	left: 0;
	color: #bc1818;
	font-size: 25px
}

.main-content-text ol {
	padding-left: 18px
}

.main-content-text ol li {
	margin-bottom: 10px
}

.main-content-text ol li::marker {
	color: #bc1818
}

.main-content-text ol li:last-child {
	margin-bottom: 0
}

.main-content-text a {
	color: #bc1818
}

.main-content-text a:hover {
	text-decoration: underline
}

.main-content-text .content-gap-mb-20 {
	margin-bottom: 20px
}

.main-content-text .content-gap-mb-30 {
	margin-bottom: 30px
}

.main-content-text.business-insurance-content {
	max-width: 860px;
	margin: auto
}

.main-content-text.health-insurance-content {
	max-width: 860px;
	margin: auto
}

.main-content-text.life-insurance-content {
	max-width: 860px;
	margin: auto
}

.main-content-text.car-insurance-content {
	max-width: 860px;
	margin: auto
}

.error-content {
	text-align: center;
	z-index: 1;
	position: relative
}

.error-content h1 {
	font-size: 300px;
	line-height: 1;
	font-weight: 700;
	color: #bc1818;
	margin-top: -38px
}

.error-content h1 .a {
	display: inline-block
}

.error-content h1 .red {
	color: #363636;
	display: inline-block
}

.error-content h1 .b {
	display: inline-block
}

.error-content h3 {
	margin: 30px 0 0;
	position: relative;
	color: #363636
}

.error-content p {
	margin: 20px 0;
	font-size: 19px;
	color: #bc1818
}

.coming-soon-area {
	height: 100vh
}

.coming-soon-content {
	max-width: 700px;
	border-radius: 5px;
	overflow: hidden;
	text-align: center;
	padding: 60px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	margin: auto
}

.coming-soon-content h2 {
	font-size: 40px;
	margin-top: -10px;
	margin-bottom: 0
}

.coming-soon-content #timer {
	margin-top: 40px
}

.coming-soon-content #timer div {
	border: 4px solid #bc1818;
	color: #bc1818;
	width: 100px;
	height: 105px;
	border-radius: 5px;
	font-size: 40px;
	font-weight: 800;
	margin-left: 10px;
	margin-right: 10px
}

.coming-soon-content #timer div span {
	display: block;
	margin-top: -2px;
	font-size: 17px;
	font-weight: 600
}

.coming-soon-content form {
	position: relative;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px
}

.coming-soon-content form .form-group {
	margin-bottom: 25px;
	width: 100%;
	position: relative
}

.coming-soon-content form .form-group .label-title {
	margin-bottom: 0;
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	pointer-events: none;
	width: 100%;
	height: 100%;
	color: #bc1818
}

.coming-soon-content form .form-group .label-title i {
	position: absolute;
	left: 0;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	top: 9px;
	font-size: 22px
}

.coming-soon-content form .form-group .label-title::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	background: #bc1818
}

.coming-soon-content form .form-group .input-newsletter {
	border-radius: 0;
	border: 1px solid #eee;
	padding: 10px 20px;
	color: #bc1818;
	height: 50px;
	display: block;
	width: 100%;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	font-size: 16px;
	font-weight: 400;
	background-color: #fff
}

.coming-soon-content form .form-group .input-newsletter::-webkit-input-placeholder {
	color: #bc1818;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.coming-soon-content form .form-group .input-newsletter:-ms-input-placeholder {
	color: #bc1818;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.coming-soon-content form .form-group .input-newsletter::-ms-input-placeholder {
	color: #bc1818;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.coming-soon-content form .form-group .input-newsletter::placeholder {
	color: #bc1818;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.coming-soon-content form .form-group .input-newsletter:focus {
	border-color: #bc1818;
	outline: 0!important
}

.coming-soon-content form .form-group .input-newsletter:focus::-webkit-input-placeholder {
	color: transparent
}

.coming-soon-content form .form-group .input-newsletter:focus:-ms-input-placeholder {
	color: transparent
}

.coming-soon-content form .form-group .input-newsletter:focus::-ms-input-placeholder {
	color: transparent
}

.coming-soon-content form .form-group .input-newsletter:focus::placeholder {
	color: transparent
}

.coming-soon-content form .validation-danger {
	margin-top: 15px;
	color: red
}

.coming-soon-content form .validation-success {
	margin-top: 15px
}

.coming-soon-content form p {
	margin-bottom: 0;
	margin-top: 20px
}

.coming-soon-content .newsletter-form .default-btn {
	margin-top: 0;
	height: 49px
}

.user-form-content {
	max-width: 800px;
	margin: auto;
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	padding: 50px;
	border-radius: 4px
}

.user-form-content h3 {
	margin-bottom: 20px;
	font-size: 40px
}

.user-form-content .user-form .form-group {
	margin-bottom: 30px
}

.user-form-content .user-form .form-group label {
	font-size: 15px;
	margin-bottom: 12px
}

.user-form-content .user-form .login-action {
	margin-bottom: 30px
}

.user-form-content .user-form .login-action .form-check {
	display: inline-block
}

.user-form-content .user-form .login-action .form-check a {
	color: #bc1818
}

.user-form-content .user-form .login-action .forgot-login {
	display: inline-block;
	float: right
}

.user-form-content .user-form .default-btn {
	margin-bottom: 30px;
	width: 100%
}

.user-form-content .or {
	text-align: center;
	font-size: 18px;
	display: block;
	margin-bottom: 30px;
	position: relative
}

.user-form-content .or::before {
	content: "";
	position: absolute;
	top: 12px;
	left: 0;
	width: 45%;
	height: 1px;
	background-color: #404142
}

.user-form-content .or::after {
	content: "";
	position: absolute;
	top: 12px;
	right: 0;
	width: 45%;
	height: 1px;
	background-color: #404142
}

.user-form-content .or-login {
	display: block;
	text-align: center;
	padding: 15px 30px;
	margin-bottom: 30px;
	font-size: 15px;
	color: #fff;
	font-weight: 400
}

.user-form-content .or-login.facebook {
	background-color: #3b5998
}

.user-form-content .or-login.google {
	background-color: #ea4335
}

.user-form-content .create {
	font-size: 16px
}

.user-form-content .create a {
	color: #bc1818
}

.form-check-input {
	background-color: #fff;
	border: 1px solid #bc1818;
	border-radius: 0!important;
	position: relative;
	top: 0
}

.instructors-content h3 {
	font-size: 22px
}

.instructors-content span {
	color: #bc1818;
	display: inline-block;
	margin-bottom: 20px
}

.instructors-content .review {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none
}

.instructors-content .review li {
	display: inline-block
}

.instructors-content .review li span {
	position: relative;
	top: -5px
}

.instructors-content .review li i {
	color: #bc1818;
	font-size: 20px
}

.instructors-content .contact {
	padding-left: 0;
	margin-bottom: 30px;
	list-style-type: none;
	margin-top: 20px
}

.instructors-content .contact li {
	margin-bottom: 10px
}

.instructors-content .contact li:last-child {
	margin-bottom: 0
}

.instructors-content .contact li span {
	color: #555;
	font-weight: 500;
	margin-bottom: 0
}

.instructors-content .follow-us {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
	margin-top: 20px
}

.instructors-content .follow-us li {
	display: inline-block;
	margin-right: 10px
}

.instructors-content .follow-us li:last-child {
	margin-right: 0
}

.instructors-content .follow-us li a {
	background-color: #bc1818;
	color: #fff;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	display: inline-block;
	border-radius: 50px
}

.instructors-content .follow-us li a i {
	font-size: 18px
}

.instructors-content .follow-us li a:hover {
	background-color: #bc1818;
	color: #fff
}

.contact-bg {
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	padding: 50px
}

.contact-bg .map-area iframe {
	height: 640px
}

.blog-details-content .blog-details-img {
	margin-bottom: 20px
}

.blog-details-content .blog-top-content {
	margin-bottom: 30px
}

.blog-details-content .blog-top-content .news-content h3 {
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	margin-bottom: 20px;
	font-size: 25px
}

.blog-details-content .blog-top-content .news-content .admin {
	padding-left: 0;
	margin-bottom: 20px
}

.blog-details-content .blog-top-content .news-content .admin li {
	list-style-type: none;
	display: inline-block;
	font-size: 15px;
	margin-right: 30px
}

.blog-details-content .blog-top-content .news-content .admin li:last-child {
	margin-right: 0
}

.blog-details-content .blog-top-content .news-content .admin li i {
	position: relative;
	top: 3px;
	width: 25px;
	height: 25px;
	line-height: 24px;
	text-align: center;
	border: 1px solid #eee;
	border-radius: 50px;
	display: inline-block;
	font-size: 15px;
	margin-right: 5px;
	color: #bc1818
}

.blog-details-content .blog-top-content .news-content .admin li img {
	max-width: 30px;
	border-radius: 50px;
	margin-right: 5px
}

.blog-details-content .blog-top-content blockquote {
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #fff;
	padding: 30px;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	border-left: 1px solid #bc1818
}

.blog-details-content .blog-top-content blockquote p {
	font-weight: 600;
	font-size: 18px;
	color: #bc1818;
	text-align: center;
	margin-bottom: 0
}

.blog-details-content .blog-top-content blockquote i {
	font-size: 50px;
	color: #fff;
	background-color: #bc1818;
	position: absolute;
	top: 30px;
	left: 30px;
	line-height: 1
}

.blog-details-content .news-content-2 {
	margin-bottom: 30px
}

.blog-details-content .news-content-2 h3 {
	font-size: 24px
}

.blog-details-content .single-blog-post-img {
	margin-bottom: 30px
}

.blog-details-content .tag-bar ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none
}

.blog-details-content .tag-bar .tag-list li {
	display: inline-block;
	margin-right: 10px
}

.blog-details-content .tag-bar .tag-list li:last-child {
	margin-right: 0
}

.blog-details-content .tag-bar .tag-list li span {
	color: #bc1818;
	font-size: 16px;
	font-weight: 700
}

.blog-details-content .tag-bar .tag-list li a {
	background-color: #f7f8f9;
	padding: 8px 20px;
	display: inline-block
}

.blog-details-content .tag-bar .tag-list li a:hover {
	background-color: #bc1818;
	color: #fff
}

.blog-details-content .tag-bar .socila-link li {
	display: inline-block;
	margin-right: 10px
}

.blog-details-content .tag-bar .socila-link li:last-child {
	margin-right: 0
}

.blog-details-content .tag-bar .socila-link li span {
	color: #bc1818;
	font-size: 16px;
	font-weight: 700
}

.blog-details-content .tag-bar .socila-link li a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	background-color: #f7f8f9;
	border-radius: 50px
}

.blog-details-content .tag-bar .socila-link li a:hover {
	background-color: #bc1818;
	color: #fff
}

.blog-details-content .comments {
	background-color: #f9fafb;
	padding: 20px;
	margin-bottom: 35px
}

.blog-details-content .comments h3 {
	margin-bottom: 30px;
	font-size: 24px;
	position: relative
}

.blog-details-content .comments ul {
	padding: 0;
	margin: 0;
	list-style-type: none
}

.blog-details-content .comments ul li {
	position: relative;
	padding-left: 100px;
	margin-bottom: 30px
}

.blog-details-content .comments ul li:last-child {
	margin-bottom: 0
}

.blog-details-content .comments ul li img {
	margin-bottom: 20px;
	position: absolute;
	left: 0;
	top: 0
}

.blog-details-content .comments ul li h3 {
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 16px;
	padding-left: 0
}

.blog-details-content .comments ul li h3::before {
	display: none
}

.blog-details-content .comments ul li span {
	display: block;
	margin-bottom: 15px
}

.blog-details-content .comments ul li a {
	font-size: 14px;
	font-weight: 600
}

.blog-details-content .comments ul li a:hover {
	letter-spacing: 1px
}

.blog-details-content .comments ul li a i {
	margin-right: 5px
}

.blog-details-content .leave-reply {
	background-color: #f9fafb;
	padding: 30px
}

.blog-details-content .leave-reply .star {
	color: #ff0018
}

.blog-details-content .leave-reply h3 {
	margin-bottom: 30px;
	font-size: 24px;
	position: relative
}

.blog-details-content .leave-reply p {
	margin-bottom: 30px
}

.blog-details-content .leave-reply .form-group {
	margin-bottom: 25px
}

.blog-details-content .leave-reply .form-group #chb1 {
	margin-right: 5px
}

.blog-details-content .leave-reply .form-group label {
	margin-bottom: 10px
}

.blog-details-content .leave-reply input[type=checkbox],
.blog-details-content .leave-reply input[type=radio] {
	margin-right: 5px;
	position: relative;
	top: 1px
}

.sidebar-widget {
	margin-bottom: 35px;
	position: relative;
	padding: 20px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05)
}

.sidebar-widget h3 {
	font-size: 20px;
	margin-bottom: 20px;
	position: relative;
	margin-top: -5px
}

.sidebar-widget.search .search-form {
	background-color: #fff
}

.sidebar-widget.search .search-form .search-button {
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 55px;
	background-color: #bc1818;
	top: 20px;
	right: 20px;
	font-size: 20px;
	color: #fff;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.sidebar-widget.search .search-form .search-button:hover {
	background-color: #bc1818
}

.sidebar-widget.recent-post ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none
}

.sidebar-widget.recent-post ul li {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
	position: relative;
	padding-left: 90px
}

.sidebar-widget.recent-post ul li:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0
}

.sidebar-widget.recent-post ul li a {
	font-size: 15px;
	color: #bc1818;
	margin-bottom: 15px;
	font-weight: 500
}

.sidebar-widget.recent-post ul li a:hover {
	color: #bc1818
}

.sidebar-widget.recent-post ul li a img {
	position: absolute;
	top: 0;
	left: 0
}

.sidebar-widget.recent-post ul li span {
	display: block;
	font-size: 14px
}

.sidebar-widget.categories ul {
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none
}

.sidebar-widget.categories ul li {
	position: relative;
	margin-bottom: 10px;
	font-size: 15px;
	position: relative;
	padding-left: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px
}

.sidebar-widget.categories ul li a span {
	float: right
}

.sidebar-widget.categories ul li::before {
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	width: 10px;
	height: 10px;
	background-color: #bc1818
}

.sidebar-widget.categories ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none
}

.sidebar-widget.tags ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

.sidebar-widget.tags ul li {
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 10px
}

.sidebar-widget.tags ul li a {
	border: 1px solid #eee;
	padding: 8px 12px;
	display: inline-block
}

.sidebar-widget.tags ul li a:hover {
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	background-color: #bc1818;
	color: #fff;
	border-color: #bc1818
}

.sidebar-widget.tags ul li:last-child {
	margin-bottom: 0
}

.sidebar-widget.video-courses {
	padding: 0
}

.sidebar-widget.video-courses .courses-video-img {
	position: relative
}

.sidebar-widget.video-courses .courses-video-img .video-play {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.sidebar-widget.video-courses .price-status {
	background-color: #fdfcfc;
	padding: 30px
}

.sidebar-widget.video-courses .price-status h2 {
	font-size: 40px;
	margin-bottom: 10px
}

.sidebar-widget.video-courses .price-status h4 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px
}

.sidebar-widget.video-courses .price-status .in-price-list {
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 30px
}

.sidebar-widget.video-courses .price-status .in-price-list li {
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 600;
	color: #bc1818;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 10px
}

.sidebar-widget.video-courses .price-status .in-price-list li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0
}

.sidebar-widget.video-courses .price-status .in-price-list li span {
	font-weight: 400;
	float: right
}

.sidebar-widget.video-courses .price-status .in-price-list li:last-child {
	margin-bottom: 0
}

.sidebar-widget.video-courses .price-status .cart-wish-btn {
	padding-left: 0;
	list-style: none;
	margin-bottom: 25px
}

.sidebar-widget.video-courses .price-status .cart-wish-btn li {
	display: block
}

.sidebar-widget.video-courses .price-status .cart-wish-btn li .default-btn {
	width: 100%
}

.sidebar-widget.video-courses .price-status .cart-wish-btn li .default-btn.active {
	background-color: #bc1818;
	margin-top: 10px
}

.sidebar-widget.video-courses .price-status .social-link {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	text-align: center
}

.sidebar-widget.video-courses .price-status .social-link li {
	display: inline-block;
	margin-right: 5px
}

.sidebar-widget.video-courses .price-status .social-link li a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #bc1818;
	color: #fff;
	display: inline-block;
	border-radius: 50px
}

.sidebar-widget.video-courses .price-status .social-link li a i {
	font-size: 18px
}

.sidebar-widget.video-courses .price-status .social-link li a:hover {
	background-color: #bc1818
}

.nav-tabs {
	display: block!important;
	margin-bottom: 30px;
	border: none;
	background-color: #f7f8f9;
	padding: 20px 30px
}

.nav-tabs .nav-item {
	display: inline-block;
	margin-right: 30px
}

.nav-tabs .nav-item:last-child {
	margin-right: 0
}

.nav-tabs .nav-item .nav-link {
	border: none;
	padding: 0;
	color: #888;
	font-weight: 600
}

.nav-tabs .nav-item .nav-link.active {
	background-color: transparent;
	color: #bc1818;
	position: relative
}

.nav-tabs .nav-item .nav-link.active::before {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #bc1818
}

.overview .tab .tabs {
	text-align: center;
	margin-bottom: 40px;
	padding-left: 0;
	list-style-type: none;
	background-color: #f5f1ee
}

.overview .tab .tabs li {
	display: table-cell;
	cursor: pointer;
	border-right: 1px solid #eee4dc;
	position: relative;
	z-index: 1;
	padding-left: 73px;
	padding-top: 20px;
	padding-right: 73px;
	padding-bottom: 20px
}

.overview .tab .tabs li::before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 2px;
	background-color: #bc1818;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.overview .tab .tabs li:last-child {
	border-right: none
}

.overview .tab .tabs li:hover::before {
	width: 100%;
	right: auto;
	left: 0
}

.overview .tab .tabs li.current {
	background-color: #fff
}

.overview .tab .tabs li.current::before {
	width: 100%;
	right: auto;
	left: 0
}

.overview-content .gap-mb-35 {
	margin-bottom: 35px
}

.overview-content h3 {
	font-size: 20px;
	margin-bottom: 20px
}

.overview-content ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.overview-content ul li {
	position: relative;
	margin-bottom: 15px;
	padding-left: 18px
}

.overview-content ul li:last-child {
	margin-bottom: 0
}

.overview-content ul li::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 50px;
	background-color: #bc1818
}

.curriculum-content ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none
}

.curriculum-content .title {
	margin-bottom: 30px
}

.curriculum-content .title li h3 {
	font-size: 20px;
	font-weight: 600;
	display: inline-block
}

.curriculum-content .title li span {
	float: right;
	color: #bc1818;
	font-size: 16px;
	margin-left: 30px;
	font-weight: 500
}

.curriculum-content .lesson {
	margin-bottom: 40px
}

.curriculum-content .lesson .border-bottom {
	border-bottom: 1px solid #e1e2e3;
	padding-bottom: 5px;
	margin-bottom: 20px
}

.curriculum-content .lesson .border-bottom h3 {
	font-size: 18px;
	display: inline-block
}

.curriculum-content .lesson .border-bottom span {
	float: right
}

.curriculum-content .lesson .lesson-list {
	margin-bottom: 15px
}

.curriculum-content .lesson .lesson-list:last-child {
	margin-bottom: 0
}

.curriculum-content .lesson .lesson-list a {
	color: #bc1818
}

.curriculum-content .lesson .lesson-list span {
	float: right;
	margin-left: 15px
}

.curriculum-content .lesson .lesson-list span.color {
	color: #bc1818
}

.instructor-content .instructors-content {
	margin-top: -25px
}

.instructor-content .instructors-content h3 {
	font-size: 20px;
	font-weight: 600;
	color: #bc1818;
	margin-bottom: 10px
}

.instructor-content .instructors-content .category {
	font-size: 15px;
	display: block;
	margin-bottom: 10px
}

.instructor-content .instructors-content .review {
	padding-left: 0;
	margin-bottom: 10px;
	list-style-type: none
}

.instructor-content .instructors-content .review li {
	display: inline-block
}

.instructor-content .instructors-content .review li i {
	color: #f6b429
}

.instructor-content .instructors-content .students {
	display: block;
	font-size: 15px;
	margin-bottom: 10px
}

.instructor-content .instructors-content .courses-7 {
	margin-bottom: 10px;
	display: block
}

.instructor-content .instructors-content .sosial-link {
	padding-left: 0;
	margin-bottom: 10px;
	list-style-type: none
}

.instructor-content .instructors-content .sosial-link li {
	display: inline-block;
	margin-right: 10px
}

.instructor-content .instructors-content .sosial-link li:last-child {
	margin-right: 0
}

.review-content .rating-point {
	background-color: #f5f1ee;
	padding: 15px;
	text-align: center
}

.review-content .rating-point h2 {
	font-size: 72px;
	color: #bc1818;
	line-height: 1
}

.review-content .rating-point ul {
	padding-left: 0;
	margin-bottom: 8px;
	list-style-type: none
}

.review-content .rating-point ul li {
	display: inline-block
}

.review-content .rating-point ul li i {
	color: #f6b429
}

.review-content .rating-point span {
	color: #bc1818;
	font-weight: 500
}

.review-content .rating-bar {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none
}

.review-content .rating-bar li {
	margin-bottom: 30px
}

.review-content .rating-bar li:last-child {
	margin-bottom: 0
}

.review-content .rating-bar .bar-1 {
	background-color: #eee4dc;
	height: 5px;
	width: 100%;
	position: relative;
	display: block
}

.review-content .rating-bar .bar-1::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background-color: #bc1818
}

.review-content .rating-bar .bar-2 {
	background-color: #eee4dc;
	height: 5px;
	width: 100%;
	position: relative;
	display: block
}

.review-content .rating-bar .bar-3 {
	background-color: #eee4dc;
	height: 5px;
	width: 100%;
	position: relative;
	display: block
}

.review-content .rating-bar .bar-4 {
	background-color: #eee4dc;
	height: 5px;
	width: 100%;
	position: relative;
	display: block
}

.review-content .rating-bar .bar-5 {
	background-color: #eee4dc;
	height: 5px;
	width: 100%;
	position: relative;
	display: block
}

.review-content .total-review {
	padding-left: 0;
	margin-bottom: 15px;
	list-style-type: none;
	line-height: 1
}

.review-content .total-review li {
	display: inline-block
}

.review-content .total-review li i {
	color: #f6b429
}

.review-content .total-review li span {
	position: relative;
	top: -2px;
	margin-left: 5px
}

.review-content h4 {
	font-size: 20px;
	font-weight: 600;
	margin-top: 50px
}

.review-content .feedback-list {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
	margin-top: 30px
}

.review-content .feedback-list li {
	position: relative;
	padding-left: 100px;
	display: inline-block;
	margin-bottom: 40px
}

.review-content .feedback-list li:last-child {
	margin-bottom: 0
}

.review-content .feedback-list li img {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50px
}

.review-content .feedback-list li h3 {
	font-size: 20px
}

.review-content .feedback-list li ul {
	padding-left: 0;
	margin-bottom: 15px;
	list-style-type: none
}

.review-content .feedback-list li ul li {
	padding-left: 0;
	margin-bottom: 0
}

.review-content .feedback-list li ul li i {
	color: #f6b429
}

.review-content .leave-reply {
	margin-top: 40px
}

.review-content .leave-reply h3 {
	margin-bottom: 10px;
	font-size: 24px;
	position: relative;
	margin-top: -5px
}

.review-content .leave-reply ul {
	padding-left: 0;
	margin-bottom: 30px;
	list-style-type: none
}

.review-content .leave-reply ul li {
	display: inline-block
}

.review-content .leave-reply ul li i {
	color: #f6b429
}

.review-content .leave-reply ul li span {
	margin-left: 5px;
	top: -3px
}

.review-content .leave-reply form p {
	margin-bottom: 30px
}

.review-content .leave-reply form .form-group {
	margin-bottom: 30px
}

.review-content .leave-reply form .form-group label {
	margin-bottom: 10px;
	font-weight: 500
}

.review-content .leave-reply form .form-group .form-control {
	background-color: #fff;
	border: 1px solid #ebebeb
}

.review-content .leave-reply form .form-group .form-control::-webkit-input-placeholder {
	color: #000
}

.review-content .leave-reply form .form-group .form-control:-ms-input-placeholder {
	color: #000
}

.review-content .leave-reply form .form-group .form-control::-ms-input-placeholder {
	color: #000
}

.review-content .leave-reply form .form-group .form-control::placeholder {
	color: #000
}

.event-details-content {
	max-width: 860px;
	margin: auto
}

.event-details-content .event-details-img {
	margin-bottom: 20px
}

.event-details-content .event-top-content .news-content h3 {
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	margin-bottom: 20px;
	font-size: 25px
}

.event-details-content .event-top-content .news-content .admin {
	padding-left: 0;
	margin-bottom: 20px
}

.event-details-content .event-top-content .news-content .admin li {
	list-style-type: none;
	display: inline-block;
	font-size: 15px;
	margin-right: 30px
}

.event-details-content .event-top-content .news-content .admin li:last-child {
	margin-right: 0
}

.event-details-content .event-top-content .news-content .admin li i {
	position: relative;
	top: 3px;
	width: 25px;
	height: 25px;
	line-height: 24px;
	text-align: center;
	border: 1px solid #eee;
	border-radius: 50px;
	display: inline-block;
	font-size: 15px;
	margin-right: 5px;
	color: #bc1818
}

.event-details-content .event-top-content .news-content .admin li img {
	max-width: 30px;
	border-radius: 50px;
	margin-right: 5px
}

.event-details-content .single-event-post-img {
	margin-bottom: 30px
}

.event-details-content .tag-bar ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none
}

.event-details-content .tag-bar .tag-list li {
	    display: inline-block;
    margin-right: 0px;
    margin-bottom: 0px;
}

.event-details-content .tag-bar .tag-list li:last-child {
	margin-right: 0
}

.event-details-content .tag-bar .tag-list li span {
	color: #1f3571;
	font-size: 16px;
	font-weight: 700
}

.event-details-content .tag-bar .tag-list li a {
	background-color: #f7f8f9;
	padding: 1px 10px;
	display: inline-block
}

.event-details-content .tag-bar .tag-list li a:hover {
	background-color: #b3b3b3;
	color: #fff
}

.event-details-content .tag-bar .socila-link li {
	display: inline-block;
	margin-right: 10px
}

.event-details-content .tag-bar .socila-link li:last-child {
	margin-right: 0
}

.event-details-content .tag-bar .socila-link li span {
	color: #bc1818;
	font-size: 16px;
	font-weight: 700
}

.event-details-content .tag-bar .socila-link li a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	background-color: #f7f8f9;
	border-radius: 50px
}

.event-details-content .tag-bar .socila-link li a:hover {
	background-color: #bc1818;
	color: #fff
}

.single-product {
	margin-bottom: 30px;
	position: relative;
	text-align: center;
	overflow: hidden
}

.single-product .product-img {
	position: relative
}

.single-product .product-img img {
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.single-product .product-img ul {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center
}

.single-product .product-img ul li {
	display: inline-block;
	margin: 0 5px
}

.single-product .product-img ul li a i {
	font-size: 20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #fff;
	color: #bc1818;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	display: inline-block;
	border-radius: 50%
}

.single-product .product-img ul li a:hover i {
	background-color: #bc1818;
	color: #fff
}

.single-product .product-content {
	background-color: #fff;
	z-index: 1;
	position: relative;
	padding-top: 20px
}

.single-product .product-content a h3 {
	margin-bottom: 10px;
	font-size: 20px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	font-weight: 600
}

.single-product .product-content a:hover h3 {
	color: #bc1818
}

.single-product .product-content .price {
	font-size: 16px;
	display: block;
	color: #bc1818;
	line-height: 1
}

.single-product .product-content .price del {
	margin-right: 10px;
	color: #bc1818
}

.single-product .new {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #d00000;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	color: #fff;
	font-size: 14px
}

.single-product .new.sell {
	background-color: green
}

.single-product:hover .product-img img {
	-webkit-transform: scale(1.1) rotate(3deg);
	transform: scale(1.1) rotate(3deg)
}

.single-product:hover .product-img ul {
	-webkit-transform: scaleY(1);
	transform: scaleY(1)
}

.single-product:hover .product-img::before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1)
}

.cart-area .cart-controller {
	background-color: #fff;
	border: 1px solid #ebebeb;
	border-bottom: none;
	margin-bottom: 35px
}

.cart-area .trash {
	text-align: center!important
}

.cart-area .trash .remove {
	color: #ed1d24;
	font-size: 20px
}

.cart-area .trash .remove:hover {
	color: #ed1d24
}

.cart-area .product-thumbnail {
	width: 130px
}

.cart-area .cart-table {
	text-align: center
}

.cart-area .cart-table table {
	margin-bottom: 0
}

.cart-area .cart-table table thead tr {
	border-style: none
}

.cart-area .cart-table table thead tr th {
	border: none;
	color: #bc1818;
	font-size: 16px;
	font-weight: 700;
	padding: 20px 30px
}

.cart-area .cart-table table tbody tr td {
	vertical-align: middle;
	border: none;
	border-bottom: 1px solid #dedede;
	white-space: nowrap;
	padding: 15px 30px
}

.cart-area .cart-table table tbody tr td a {
	color: #bc1818;
	font-weight: 700
}

.cart-area .cart-table table tbody tr td a:hover {
	color: #bc1818
}

.cart-area .cart-table table tbody tr td .default-btn {
	display: inline-block;
	color: #fff;
	font-weight: 600
}

.cart-area .cart-table table tbody tr td.product-quantity {
	width: 145px;
	padding: 0
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter {
	position: relative
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter input {
	height: 45px;
	color: #bc1818;
	outline: 0;
	display: block;
	border: none;
	background-color: #f8f8f8;
	text-align: center;
	width: 100%;
	font-size: 15px;
	font-weight: 700;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter input::-webkit-input-placeholder {
	color: #bc1818
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
	color: #bc1818
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
	color: #bc1818
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
	color: #bc1818
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter .minus-btn {
	position: absolute;
	top: 0;
	left: 0;
	background-color: transparent;
	cursor: pointer;
	color: #bc1818;
	width: 40px;
	height: 100%;
	line-height: 48px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	border: 1px solid #dedede
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter .minus-btn i {
	font-weight: 700
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter .minus-btn:hover {
	color: #fff;
	background-color: #bc1818
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter .plus-btn {
	position: absolute;
	top: 0;
	right: 0;
	background-color: transparent;
	cursor: pointer;
	color: #bc1818;
	width: 40px;
	height: 100%;
	line-height: 48px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	border: 1px solid #dedede
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter .plus-btn i {
	font-weight: 700
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter .plus-btn:hover {
	color: #fff;
	background-color: #bc1818
}

.cart-area .coupon-cart {
	padding-top: 5px;
	margin-bottom: 0
}

.cart-area .coupon-cart .form-group {
	position: relative
}

.cart-area .coupon-cart .form-group .form-control {
	border: 1px solid #dedede
}

.cart-area .coupon-cart .form-group .form-control:focus {
	border-color: #bc1818
}

.cart-area .coupon-cart .form-group .default-btn {
	position: absolute;
	top: 0;
	right: 0;
	padding: 15px 40px;
	height: 55px;
	line-height: 24px
}

.cart-area .coupon-cart .form-group .default-btn::before {
	display: none
}

.cart-area .coupon-cart .form-group .default-btn::after {
	display: none
}

.cart-area .coupon-cart .default-btn.update-cart {
	float: right;
	height: 50px
}

.cart-area .cart-totals {
	padding: 30px;
	border: 1px solid #ebebeb;
	background-color: #fff
}

.cart-area .cart-totals h3 {
	margin-bottom: 25px;
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid #ebebeb;
	font-size: 24px;
	position: relative
}

.cart-area .cart-totals ul {
	padding: 0;
	margin: 0 0 25px;
	list-style-type: none
}

.cart-area .cart-totals ul li {
	color: #bc1818;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #dedede
}

.cart-area .cart-totals ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0
}

.cart-area .cart-totals ul li span {
	float: right;
	color: #666;
	font-weight: 400
}

.cart-area .cart-totals .default-btn {
	display: block
}

.checkout-area .billing-details {
	padding: 30px;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	background-color: #fff
}

.checkout-area .billing-details h3 {
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid #ebebeb;
	font-size: 24px;
	position: relative
}

.checkout-area .billing-details .form-group {
	margin-bottom: 20px
}

.checkout-area .billing-details .form-group .form-control {
	background-color: #fff;
	border-color: #ebebeb
}

.checkout-area .billing-details .form-group label {
	display: block;
	color: #bc1818;
	margin-bottom: 10px;
	font-size: 16px
}

.checkout-area .billing-details .form-group label .required {
	color: #bc1818
}

.checkout-area .billing-details .form-group .nice-select {
	float: unset;
	line-height: 45px;
	color: #bc1818;
	padding-top: 0;
	padding-bottom: 0
}

.checkout-area .billing-details .form-group .nice-select .list {
	background-color: #fff;
	-webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1);
	box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1);
	border-radius: 0;
	margin-top: 0;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px
}

.checkout-area .billing-details .form-group .nice-select .list .option {
	-webkit-transition: .5s;
	transition: .5s;
	padding-left: 20px;
	padding-right: 20px
}

.checkout-area .billing-details .form-group .nice-select .list .option:hover {
	background-color: #bc1818!important;
	color: #fff
}

.checkout-area .billing-details .form-group .nice-select .list .option.selected {
	background-color: transparent
}

.checkout-area .billing-details .form-group .nice-select:after {
	right: 20px
}

.checkout-area .billing-details .form-group .nice-select .option:hover,
.checkout-area .billing-details .form-group .nice-select .option.focus,
.checkout-area .billing-details .form-group .nice-select .option.selected.focus {
	background-color: #bc1818!important;
	color: #fff!important
}

.checkout-area .billing-details .form-group textarea {
	padding-top: 13px
}

.checkout-area .billing-details .form-check {
	margin-bottom: 20px
}

.checkout-area .billing-details .form-check .form-check-label {
	color: #bc1818;
	font-weight: 600;
	font-size: 14px
}

.checkout-area .billing-details .form-check label {
	position: relative;
	top: 1px
}

.checkout-area .billing-details .col-lg-12:last-child .form-group {
	margin-bottom: 0
}

.checkout-area .cart-totals {
	margin-bottom: 30px;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	padding: 30px;
	background-color: #fff
}

.checkout-area .cart-totals h3 {
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid #ebebeb;
	font-size: 24px;
	position: relative
}

.checkout-area .cart-totals ul {
	padding: 0;
	margin: 0;
	list-style-type: none
}

.checkout-area .cart-totals ul li {
	color: #bc1818;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #dedede
}

.checkout-area .cart-totals ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0
}

.checkout-area .cart-totals ul li span {
	float: right;
	color: #666;
	font-weight: 400
}

.checkout-area .faq-accordion {
	margin-top: 0;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	background-color: #fff;
	padding: 30px;
	margin-bottom: 0
}

.checkout-area .faq-accordion h3 {
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid #ebebeb;
	font-size: 24px;
	position: relative
}

.checkout-area .faq-accordion .accordion {
	padding: 0;
	margin: 0;
	list-style-type: none
}

.checkout-area .faq-accordion .accordion .accordion-content {
	border-top: none;
	padding: 0;
	background-color: transparent
}

.checkout-area .faq-accordion .accordion .accordion-content .form-group {
	margin-bottom: 30px
}

.checkout-area .faq-accordion .accordion .accordion-title {
	padding: 0;
	position: relative;
	padding-left: 25px;
	background-color: transparent;
	border: none;
	margin-bottom: 10px;
	color: #bc1818;
	font-weight: 600
}

.checkout-area .faq-accordion .accordion .accordion-title.active::after {
	background-color: #bc1818
}

.checkout-area .faq-accordion .accordion .accordion-title.active::before {
	border-color: #bc1818
}

.checkout-area .faq-accordion .accordion .accordion-title::before {
	content: "";
	position: absolute;
	top: 2px;
	left: -4px;
	width: 17px;
	height: 17px;
	border: 1px solid #bc1818;
	border-radius: 50%;
	margin: 3px
}

.checkout-area .faq-accordion .accordion .accordion-title::after {
	content: "";
	position: absolute;
	top: 8px;
	left: 2px;
	width: 11px;
	height: 11px;
	background-color: #fff;
	border-radius: 50%;
	border-radius: 50%
}

.checkout-area .faq-accordion .accordion .accordion-title:hover {
	color: #bc1818
}

.checkout-area .faq-accordion .accordion .accordion-item {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 15px
}

.checkout-area .faq-accordion .form-check {
	font-size: 14px
}

.checkout-area .faq-accordion .form-check label {
	margin-bottom: 5px
}

.checkout-area .faq-accordion .form-check label a {
	color: #bc1818
}

.checkout-area .faq-accordion .form-check label a:hover {
	color: #bc1818
}

.checkout-area .log-in-coupon-code .faq-accordion {
	max-width: 100%;
	padding: 30px;
	margin-bottom: 30px
}

.checkout-area .log-in-coupon-code .faq-accordion .accordion-item {
	margin-bottom: 0
}

.checkout-area .log-in-coupon-code .faq-accordion .accordion-item p {
	padding-top: 15px;
	padding-bottom: 15px
}

.checkout-area .log-in-coupon-code .faq-accordion .accordion-item .accordion-title {
	margin-bottom: 0;
	font-weight: 600
}

.product-details-area .product-details-desc h3 {
	font-size: 25px
}

.product-details-area .product-details-desc p {
	margin-bottom: 0
}

.product-details-area .product-details-desc .price {
	margin-bottom: 22px;
	font-size: 20px;
	font-weight: 500
}

.product-details-area .product-details-desc .price span {
	padding: 0 5px
}

.product-details-area .product-details-desc .price del {
	color: #bc1818;
	margin-right: 10px
}

.product-details-area .product-details-desc .sku {
	padding: 0;
	margin: 0;
	list-style-type: none;
	margin-top: 30px;
	margin-bottom: 30px
}

.product-details-area .product-details-desc .sku li {
	margin-bottom: 20px;
	color: #bc1818;
	position: relative;
	font-weight: 600
}

.product-details-area .product-details-desc .sku li:last-child {
	margin-bottom: 0
}

.product-details-area .product-details-desc .sku li span {
	color: #bc1818;
	position: absolute;
	top: 0;
	left: 180px;
	font-weight: 400
}

.product-details-area .product-details-desc .product-add-to-cart {
	margin-bottom: 20px;
	margin-top: 20px
}

.product-details-area .product-details-desc .product-add-to-cart .quantities {
	display: inline-block;
	margin-right: 10px;
	font-size: 16px;
	font-weight: 600;
	color: #bc1818
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter {
	max-width: 130px;
	min-width: 130px;
	margin-right: 10px;
	text-align: center;
	display: inline-block;
	position: relative;
	border: 1px solid #cfcfcf
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter span {
	position: absolute;
	top: 0;
	background-color: transparent;
	cursor: pointer;
	color: #d0d0d0;
	width: 40px;
	height: 100%;
	line-height: 34px;
	-webkit-transition: .5s;
	transition: .5s
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter span:hover {
	color: #bc1818
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter span.minus-btn {
	left: 0;
	border-right: 1px solid #cfcfcf
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter span.plus-btn {
	right: 0;
	border-left: 1px solid #cfcfcf
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter input {
	height: 30px;
	color: #333;
	outline: 0;
	display: block;
	border: none;
	background-color: #f8f8f8;
	text-align: center;
	width: 100%
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter input::-webkit-input-placeholder {
	color: #333
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter input:-ms-input-placeholder {
	color: #333
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter input::-ms-input-placeholder {
	color: #333
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter input::placeholder {
	color: #333
}

.product-details-area .product-details-desc .social-wrap {
	padding: 0;
	margin: 0;
	list-style-type: none;
	margin-top: 20px
}

.product-details-area .product-details-desc .social-wrap li {
	display: inline-block;
	padding-right: 10px;
	color: #bc1818
}

.product-details-area .product-details-desc .social-wrap li span {
	display: inline-block;
	margin-right: 30px;
	font-weight: 600;
	position: relative;
	top: -2px
}

.product-details-area .product-details-desc .social-wrap li a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	display: inline-block;
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	color: #bc1818;
	position: relative;
	z-index: 1
}

.product-details-area .product-details-desc .social-wrap li a::before,
.product-details-area .product-details-desc .social-wrap li a::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: #bc1818;
	z-index: -1;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.product-details-area .product-details-desc .social-wrap li a::after {
	height: 0;
	width: 100%
}

.product-details-area .product-details-desc .social-wrap li a:hover::before {
	width: 100%;
	left: auto;
	right: 0
}

.product-details-area .product-details-desc .social-wrap li a:hover::after {
	height: 100%;
	left: auto;
	right: 0
}

.product-details-area .product-details-desc .social-wrap li a:hover {
	color: #fff
}

.product-details-area .product-details-desc .default-btn {
	margin-bottom: 0!important
}

.product-details-area .product-details-desc .default-btn i {
	position: relative;
	top: 2px;
	margin-right: 5px
}

.product-details-area .product-details-desc .category {
	font-size: 17px;
	font-weight: 600;
	margin-top: 15px
}

.product-details-area .product-details-desc .category span {
	font-weight: 400
}

.product-details-area .product-details-desc .product-review {
	position: relative;
	margin-bottom: 10px
}

.product-details-area .product-details-desc .product-review .rating i {
	color: #ffba0a
}

.product-details-area .product-details-desc .product-review .rating-count {
	position: absolute;
	top: 0;
	left: 110px
}

.product-details-area .product-details-image {
	text-align: center
}

.product-details-area .product-details-tab {
	margin-top: 50px;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	background-color: #fff;
	padding: 30px
}

.product-details-area .product-details-tab .tabs {
	list-style-type: none;
	padding: 0;
	border-bottom: 1px solid #eaedff;
	margin-bottom: 0
}

.product-details-area .product-details-tab .tabs li {
	display: inline-block;
	line-height: initial;
	margin-right: 15px;
	margin-bottom: 25px;
	color: #bc1818;
	font-size: 20px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
	cursor: pointer;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.product-details-area .product-details-tab .tabs li:hover {
	color: #bc1818
}

.product-details-area .product-details-tab .tabs li.current {
	color: #bc1818;
	position: relative
}

.product-details-area .product-details-tab .tabs li.current::before {
	content: "";
	position: absolute;
	bottom: -27px;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #bc1818
}

.product-details-area .product-details-tab .product-details-tab-content p {
	margin-bottom: 20px
}

.product-details-area .product-details-tab .product-details-tab-content p:last-child {
	margin-bottom: 0
}

.product-details-area .product-details-tab .product-details-tab-content .additional-information {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left
}

.product-details-area .product-details-tab .product-details-tab-content .additional-information li {
	border: 1px solid #eaedff;
	border-bottom: none;
	padding: 10px 15px;
	color: #57647c
}

.product-details-area .product-details-tab .product-details-tab-content .additional-information li:last-child {
	border-bottom: 1px solid #eaedff
}

.product-details-area .product-details-tab .product-details-tab-content .additional-information li span {
	display: inline-block;
	width: 30%;
	color: #bc1818
}

.product-details-area .product-details-tab .product-details-tab-content h3 {
	margin-bottom: 15px;
	font-size: 22px;
	margin-top: -5px
}

.product-details-area .product-details-tab .product-details-tab-content .product-review-form .review-title {
	position: relative
}

.product-details-area .product-details-tab .product-details-tab-content .product-review-form .review-title .rating {
	display: inline-block;
	position: relative;
	top: 1px
}

.product-details-area .product-details-tab .product-details-tab-content .product-review-form .review-title .rating .fas.fa-star {
	color: #ffba0a
}

.product-details-area .product-details-tab .product-details-tab-content .product-review-form .review-title .rating i {
	color: #ffba0a;
	font-size: 14px
}

.product-details-area .product-details-tab .product-details-tab-content .product-review-form .review-title p {
	margin-bottom: 0;
	display: inline-block;
	padding-left: 5px;
	line-height: initial
}

.product-details-area .product-details-tab .product-details-tab-content .product-review-form .review-title .btn {
	position: absolute;
	right: 0;
	bottom: 10px;
	padding: 10px 11px;
	font-size: 11px
}

.product-details-area .product-details-tab .product-details-tab-content .product-review-form .review-title .btn:focus {
	border: none!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	border: 4px;
	background-color: #bc1818
}

.product-details-area .product-details-tab .product-details-tab-content .product-review-form .review-comments {
	margin-top: 35px
}

.product-details-area .product-details-tab .product-details-tab-content .product-review-form .review-comments .review-item {
	margin-top: 30px;
	position: relative;
	padding-right: 200px;
	border-top: 1px dashed #eaedff;
	padding-top: 30px
}

.product-details-area .product-details-tab .product-details-tab-content .product-review-form .review-comments .review-item .rating .fas.fa-star {
	color: #ffba0a
}

.product-details-area .product-details-tab .product-details-tab-content .product-review-form .review-comments .review-item .rating i {
	font-size: 14px;
	color: #ffba0a
}

.product-details-area .product-details-tab .product-details-tab-content .product-review-form .review-comments .review-item h3 {
	margin-top: 10px;
	margin-bottom: 10px
}

.product-details-area .product-details-tab .product-details-tab-content .product-review-form .review-comments .review-item span {
	margin-bottom: 10px;
	font-size: 13px;
	display: block
}

.product-details-area .product-details-tab .product-details-tab-content .product-review-form .review-comments .review-item p {
	margin-bottom: 0
}

.product-details-area .product-details-tab .product-details-tab-content .product-review-form .review-comments .review-item .review-report-link {
	position: absolute;
	right: 0;
	color: #57647c;
	top: 40px;
	text-decoration: underline
}

.product-details-area .product-details-tab .product-details-tab-content .product-review-form .review-comments .review-item .review-report-link:hover {
	color: #ff4800
}

.product-details-area .product-details-tab .product-details-tab-content .product-review-form .review-form {
	margin-top: 30px
}

.product-details-area .product-details-tab .product-details-tab-content .product-review-form .review-form form .form-group {
	margin-bottom: 30px
}

.product-details-area .product-details-tab .product-details-tab-content .product-review-form .review-form form .form-group label {
	color: #444;
	margin-bottom: 12px;
	font-weight: 600;
	font-size: 14px
}

.product-details-area .product-details-tab .product-details-tab-content .product-review-form .review-form form .form-group textarea {
	padding-top: 15px
}

.product-details-area .product-details-tab .product-details-tab-content .product-review-form .review-form form .form-group .form-control {
	font-size: 14px
}

.product-details-area .product-details-tab .product-details-tab-content .product-review-form .review-form form .btn:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	border-radius: 0
}

.preloader {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	z-index: 99999
}

.preloader .content {
	width: 80px;
	height: 80px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative
}

.preloader .content::after {
	content: "";
	position: absolute;
	width: 90%;
	height: 90%;
	background: #fff
}

.preloader .content::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #bc1818;
	-webkit-animation: rotate-five 12s infinite alternate;
	animation: rotate-five 12s infinite alternate
}

.preloader .content .box {
	height: 50%;
	width: 50%;
	background: #bc1818;
	position: relative;
	z-index: 10;
	-webkit-animation: 12s rotate-five infinite alternate;
	animation: 12s rotate-five infinite alternate
}

.preloader.preloader-deactivate {
	visibility: hidden
}

@-webkit-keyframes rotate-five {
	0% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}
	50% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes rotate-five {
	0% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}
	50% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.go-top {
	position: fixed;
	cursor: pointer;
	left: 15px;
	bottom: 34px;
	border-radius: 60px;
	background-color: #bc1818;
	z-index: 4;
	width: 60px;
	text-align: center;
	height: 60px;
	line-height: 42px;
	-webkit-transform: scale(0);
	transform: scale(0);
	visibility: hidden;
	-webkit-transition: .9s;
	transition: .9s
}

.go-top i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	color: #fff;
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 20px
}

.go-top i:last-child {
	opacity: 0;
	visibility: hidden;
	top: 60%
}

.go-top::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50px;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #bc1818;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .5s;
	transition: .5s
}

.go-top:hover {
	color: #fff;
	background-color: #bc1818
}

.go-top:hover::before {
	opacity: 1;
	visibility: visible
}

.go-top:hover i:first-child {
	opacity: 0;
	top: 0;
	visibility: hidden
}

.go-top:hover i:last-child {
	opacity: 1;
	visibility: visible;
	top: 50%
}

.go-top:focus {
	color: #fff
}

.go-top:focus::before {
	opacity: 1;
	visibility: visible
}

.go-top:focus i:first-child {
	opacity: 0;
	top: 0;
	visibility: hidden
}

.go-top:focus i:last-child {
	opacity: 1;
	visibility: visible;
	top: 50%
}

.go-top.active {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	right: 15px;
	bottom: 34px;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.video-btn {
	display: inline-block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	border-radius: 0;
	color: #bc1818;
	position: relative;
	top: 3px;
	z-index: 1;
	background-color: rgb(117 0 23);
	border-radius: 50%;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.video-btn i {
	font-size: 42px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 1px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%
}

.video-btn::after,
.video-btn::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	bottom: 0;
	left: 0;
	border-radius: 0;
	border-radius: 50%;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	-webkit-animation: ripple 1.6s ease-out infinite;
	animation: ripple 1.6s ease-out infinite;
	background-color: rgb(117 0 23)
}

.video-btn span {
	position: absolute;
	top: 0;
	right: -105px;
	width: 100px;
	font-size: 15px
}

.video-btn:hover {
	background-color: rgba(22, 5, 107, .8)
}

.video-btn:hover::before,
.video-btn:hover::after {
	background-color: rgba(22, 5, 107, .8)
}

@-webkit-keyframes ripple {
	0%,
	35% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}
	50% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: .8
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(2);
		transform: scale(2)
	}
}

@keyframes ripple {
	0%,
	35% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}
	50% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: .8
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(2);
		transform: scale(2)
	}
}

.pagination-area {
	margin-top: 10px;
	text-align: center
}

.pagination-area .page-numbers {
	width: 45px;
	height: 45px;
	line-height: 45px;
	color: #bc1818;
	text-align: center;
	display: inline-block;
	position: relative;
	margin-left: 3px;
	margin-right: 3px;
	font-size: 17px;
	background: #f7f8f9;
	border-radius: 50px;
	font-weight: 600
}

.pagination-area .page-numbers:hover {
	color: #fff;
	background-color: #bc1818
}

.pagination-area .page-numbers i {
	font-size: 20px;
	font-weight: 400
}

.pagination-area .page-numbers.next {
	top: 3px
}

.pagination-area .page-numbers.current {
	color: #fff;
	border-color: #bc1818;
	background-color: #bc1818
}
.mobile-responsive-menu .logo{
	width: 390px;
}
#logo{
	width: 280px;
}
.midias-s{
	margin-right: 10px !important;
	margin-top: 0px;
}
.midias-s a{
	display: block;
    height: 30px;
    border-radius: 5px;
    line-height: 28px;
    text-align: center;
    color: #fff;
}
/*.midias-s a i{
	color: #bc1818 !important;
}*/
.video-foreground {
	display: none;
   min-height: 100vh;
   background: url(arquivos/img/8ab6e-slide1.jpg) no-repeat center center;
   background-size: cover;
   position: fixed;
   top: 0;
   z-index: -3;
}
.video_fogo{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
header{
	width: 100%;
	display: block;
	background-color: #2a2d99;
	position: relative;
	z-index: 30;
	/* background-image: url(../../imagens/bk.png); */
	background-repeat: no-repeat;
	background-size: cover;
}
.live-stress-area.pt-100.pb-70{
	    background-color: #fff;
    position: relative;
    z-index: 10;
}
a.comprar{
	width: 100%;
	background-color: #2a2d99;
	display: block;
	color: #fff;
	padding: 0px 10px;
	margin-top: 21px;
	border-radius: 5px;
	text-align: center;
}
.contact-area, .error-area{
	background-color: #fff;
    position: relative;
    z-index: 0;
}
.categorias-pro li{list-style: none;}
#centralizarp p{
	display: block !important;
	width: 100% !important;
}
.bk-header{
	background: #bc1818;
	padding: 10px;
}
.bk-header .city{
	color: #fff;
	margin-left: 20px;
}
.bk-header .city a{
	color: #fff;
	font-size: 20px;
}
.bk-header .city a:hover{
	color: #bc1818;
}
.bk-header .col-md-12{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.banner-area .img-banner{
	position: absolute;
	width: 100% !important;
	top: 0px;
	z-index: -2;
}

/*.banner-area.style-two.bg-color-f7f8f9.pt-100:before{
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    opacity: 0.4;
    background-color: #033f85;
}*/
/*slide video*/
.container_slide {
    position: relative;
    margin-bottom: 0;
    padding: 0;
    z-index: 0;
}
.container_slide ul{
	padding: 0;
	margin-bottom: 0;
}
.animation_scale_reverse.animated {
    opacity: 1;
    animation: escale_reverse 3s 1 cubic-bezier(0.77, 0, 0.175, 1);
}
.cycle-slideshow li {
    width: 100%;
    height: 740px;
    z-index: 10;
    background-position: center top;
    background-size: cover;
    background-color: #040309;
}
.cycle-slideshow li:before{
	position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 60%);
    z-index: 2;
}
.cycle-slideshow li:after {
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(../../imagens/08.png);
    opacity: 0.7;
    background-attachment: scroll;
    z-index: 1;
}
.waypoint {
    opacity: 0;
}
.container_slide .txt-banner {
    position: absolute;
    top: calc(50% - 100px);
    width: 100%;
    /* left: calc(50% - 405px); */
    line-height: 36px;
    text-align: center;
    z-index: 3;
}
.animation_left_d2.animated {
    opacity: 1;
    animation: fadeLeft 2s 1 cubic-bezier(0.77, 0, 0.175, 1);
}
.container_slide h1 {
    color: #fff;
}
.container_slide h2 {
    color: #fff;
}
.container_slide .bg-video {
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.container_slide .bg-video video {
    position: absolute;
    width: 1920px;
    max-width: 1920px;
    left: 50%;
    margin-left: -960px;
    top: 0;
}
.single-oque-fazemos-home .number {
   width: 35px;
    height: 35px;
    text-align: center;
    position: absolute;
    left: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.single-oque-fazemos-home h3 {
    font-size: 1.2rem;
    margin: 0;
    color: #333;
    text-align: center;
}
.single-oque-fazemos-home p{
	line-height: 20px;
}


#home-estamos-construindo .container{
	position: relative;
	z-index: 10;
	display: block;
}

.single-oque-fazemos-home:hover {
    color: #fff;
    background: #bc1818;
}

.single-oque-fazemos-home:hover h3,
.single-oque-fazemos-home:hover .number {
    color: #fff;
}

.single-oque-fazemos-home:hover img {
    filter: brightness(0) invert(1);
}

.single-oque-fazemos-home {
   background-color: #F9F9F9;
    margin: 10px;
    padding: 16px;
    padding-left: 50px;
    position: relative;
    transition: .2s ease-out;
    min-height: 120px;
    border-radius: 5px;
}
}

.box-home-sistema-construtivo h2 {
    color: var(--bs-primary);
    font-size: 2.5rem;
}

.box-home-sistema-construtivo {
    background-color: #efefef;
    margin-top: 100px;
}

.box-home-sistema-construtivo h3 {
    font-size: 1.3rem;
}

.box-home-sistema-construtivo a.btn {
    background-color: #F4F4F4;
}

.box-home-sistema-construtivo a.btn:hover {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: #fff;
}

.box-home-morar-tecverde {
    background-color: var(--bs-primary);
}

.box-home-morar-tecverde h2 {
    color: #fff;
    font-size: 2.6rem;
    font-weight: 700;
}

.box-home-morar-tecverde h3 {
    color: #fff;
    margin-bottom: 60px;
}

.box-home-morar-tecverde a.btn {
    background-color: var(--bs-primary);
    color: #fff;
    border: 1px solid #fff;
}

.box-home-morar-tecverde .fundo_left {
    background-image: url(../imgs/casa_back.svg);
    background-repeat: no-repeat;
    background-position: -130px 130px;
}

.box-home-morar-tecverde .fundo_left {
    background-image: url(../imgs/casa_back.svg);
    background-repeat: no-repeat;
    background-position: -130px 170px;
}

.box-home-morar-tecverde .fundo_right {
    background-image: url(../imgs/casa_back.svg);
    background-repeat: no-repeat;
    background-position: -130px 130px;
}

.box-home-morar-tecverde .fundo_right {
    background-image: url(../imgs/casa_back.svg);
    background-repeat: no-repeat;
    background-position: 120% -200px;
}

.box-home-estamos-construindo {
    background-color: #bc1818;
    color: #fff;
    margin-top: 60px;
    margin-bottom: 100px;
    position: relative;
}
.box-home-estamos-construindo:before {
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(../../imagens/08.png);
    opacity: 0.7;
    background-attachment: scroll;
    z-index: 0;
}

.box-home-estamos-construindo h2 {
    color: #fff;
}

.box-home-estamos-construindo h3 {
    color: #fff;
}

.img-mapa-home {
    position: relative;
}

.img-mapa-home img {
    top: -120px;
    position: absolute;
    left: 0px;
}

.desc-mapa-home {
    color: #fff;
}

.stats-mapa-home span {
   color: #ffffff;
    font-size: 19px;
    font-weight: 800;
    text-align: center;
}
.container_slide .slide__subtitle {
    display: block;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    line-height: 2;
    font-weight: 400;
    color: #fff;
    margin-bottom: 18px;
    /* text-transform: uppercase; */
    text-align: center;
}
.container_slide .banner-btn .bx{
	color: #fff;
    font-size: 70px;
}
.orcamento_s {
    border-radius: 0px 10px 0px 10px;
    background-color: #1f3571;
    border: 0px solid #ddd !important;
    font-size: 15px;
    color: #fff;
    border: 0px;
    padding: 5px 18px;
    margin: 5px;
}
.orcamento_s:hover{
	background-color: #3557b3;
	color: #fff;
}
.btn-light {
    color: #fff !important;
    background-color: #bc1818 !important;
    border-color: #f8f9fa !important;
}
.box-trabalhe-conosco h3{
	margin-bottom: 5px;
	text-align: left;
}
.box-trabalhe-conosco p{
	text-align: left;
}
@media(max-width: 1199px){
	.desktop-nav .navbar{
		display: flex;
    flex-direction: column;
	}
}
.box-home-estamos-construindo .stats-mapa-home .p-4{
	  display: flex;
    padding-left: 0px !important;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.box-home-estamos-construindo .stats-mapa-home .p-4 span{
	text-align: center;
}
.box-home-estamos-construindo .stats-mapa-home .p-4 img{
	    width: 50px;
    margin-right: 10px;
    filter: brightness(0) invert(1);
    margin-bottom: 10px;;
}
.box-home-informacoes {
   background-color: #bc1818;
    color: #fff;
    margin-top: 0px !important;
    margin-bottom: 0px;
    position: relative;
}
.box-home-informacoes:before {
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(../../imagens/08.png);
    opacity: 0.7;
    background-attachment: scroll;
    z-index: 0;
}
.box-home-informacoes .container{
	position: relative;
	z-index: 10;
}
.box-home-informacoes .container h2, .box-home-informacoes .container p{
	color: #fff;
}
@media(max-width: 991px){
	.home-hero-after{
		text-align: center;
    display: flex;
    justify-content: center !important;
}
.home-hero-after h2{
	margin-bottom: 10px !important;
}
.home-hero-after a{
	margin-top: 10px !important;
}
	.pesquisa{
		display: none;
	}
	.box-oque-fazemos-home h2, .box-oque-fazemos-home h1{
		width: 100%;
		text-align: center;
	}
	.box-oque-fazemos-home h1{
		margin-bottom: 20px;
	}
	.d-flex.stats-mapa-home{
		display: block !important;
	}
}
@media(max-width: 767px){
	.img-mapa-home img{
		    top: 0px;
    position: relative;
    left: 0px;
	}
}
.unidades .bg-warning {
    background-color: #bc1818!important;
    padding: 10px 25px;
    font-size: 18px;
    border-radius: 10px 0;
    margin-left: 20px;
    position: absolute;
    margin-top: -20px;
}
.unidades-produto .bg-warning {
    background-color: #eaa239!important;
    padding: 10px 25px;
    font-size: 18px;
    border-radius: 10px 0;
    margin-left: 20px;
    position: absolute;
    margin-top: -20px; 

}
.unidades-produto hr{
    background-color: #eee;
    opacity: 1;

}
.unidades figure{
    width: 100%;
    float: left;
    height: 250px;
    overflow: hidden;
    margin-bottom: 0;
    border-radius: 20px 20px 0 0;
}

.itens{
    background: #fff; 
    padding: 30px 20px; 
    float: left;   
}
.unidades h2{
    color: #304F7E;
    font-size: 18px;
    font-weight: 700;
}
.unidades p{
    font-size: 14px;
    margin: 0;
}
.unidades-produto h2{
    color: #304F7E;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
    float: left;
}
.unidades-produto p{
    font-size: 18px;
    color: #333; 
}
/* ===============================================
    Footer
------------------------*/
.footer {
      z-index: 1;
    position: relative;
    z-index: 1;
    background-position: center;
    background-size: cover;
}

.footer .footer-logo img {
  max-height: 46px;
}

.footer .footer-logo {
  position: relative;
  min-width: 260px;
}

.footer .footer-logo:after {
  display: block;
  height: 90%;
  content: '';
  position: absolute;
  right: 55px;
  width: 1px;
  top: 5%;
  background-color: rgba(255, 255, 255, .07);
}

.footer .social-icons li {
  font-weight: normal;
  text-align: center;
  position: relative;
  margin: 0;
}
.footer .social-icons{
	display: flex;
}

.footer .social-icons li a {
  width: 35px;
  height: 35px;
  line-height: 37px;
  border: 2px solid #1f3571;
  text-align: center;
  display: block;
  border-radius: 50px;
  margin: 0 3px;
  background-color: transparent;
  font-size: 16px;
  color: #1f3571;
}

.footer .social-icons li a i {
  color: #1f3571;
}

.footer .widget .widget-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 5px;
  display: inline-block;
  position: relative;
  color: #000;
}

.footer .widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* first-footer (newsletter) */
.first-footer {
  padding-top: 28px;
  padding-bottom: 5px;
  position: relative;
      background-image: url(../../imagens/bk.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.mt_140{
	margin-top: -107px;
}

.first-footer .featured-icon-box.icon-align-before-content {
  margin: 0;
}
.featured-icon-box {
    position: relative;
    margin: 15px 0;
}
.first-footer .featured-icon-box.icon-align-before-content .featured-title h3 {
  margin-bottom: 0;
  color: #1f3571 !important;
  font-weight: 700;
}

.first-footer .featured-icon-box.icon-align-before-content .featured-content .featured-desc p {
  color: #1f3571;
}
.featured-icon-box.icon-align-before-content .featured-icon i {
    display: inline-block;
    vertical-align: middle;
}
.second-footer.ttm-bgimage-yes.bg-footer.ttm-bg.ttm-bgcolor-darkgrey{
	background: transparent;
	position: relative;
	background-size: cover;
}
/*.second-footer.ttm-bgimage-yes.bg-footer.ttm-bg.ttm-bgcolor-darkgrey:before {
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(../imagens/08.png);
    opacity: 0.15;
    background-attachment: scroll;
    z-index: -1;
}*/

.ttm-bgimage-yes.bg-footer >.ttm-bg-layer {
  opacity: 0.80 !important;
}

.footer .second-footer {
  padding: 35px 0 0 0px;
}
.footer h3{
  color: #1f3571 !important;
}

.second-footer .container {
  position: relative;
}

.second-footer .widget-area .widget {
  padding: 0px 0px 0px;
}

/** menu-footer-quick-links **/
.widget ul#menu-footer-quick-links li a {
  display: inline-block;
  position: relative;
  color: #000;
}

.widget ul#menu-footer-quick-links li a i {
  padding-right: 10px;
  color: #1f3571;
}

.widget ul#menu-footer-quick-links li {
  display: block;
  padding: 0px;
  position: relative;
}

.widget ul#menu-footer-quick-links li:last-child {
  padding-bottom: 0;
}

.widget ul#menu-footer-quick-links li {
  display: inline-block;
  width: calc(50% - 2px);
  padding: 0 0 0px 0;
  position: relative;
}

.widget ul#menu-footer-quick-links li:last-child {
  padding-bottom: 0;
}

.widget ul#menu-footer-quick-links li:nth-child(9) {
  width: 100%;
}

.widget-latest-tweets {
    padding: 0px;
    border-radius: 15px;
}

.widget-latest-tweets .widgte-text .widgte-title h4 {
  font-size: 20px;
  color: #000;
  margin-bottom: 15px;
}
.ttm-textcolor-white, .ttm-bgcolor-skincolor a, .ttm-textcolor-white a, .ttm-btn-color-white, .ttm-icon_element-color-white, .ttm-icon_element-color-white > i, .ttm-bgcolor-skincolor i, .ttm-bgcolor-darkgrey i, .ttm-bgcolor-skincolor .ttm-icon_element-color-white:not(.ttm-icon_element-fill) i, .ttm-bgcolor-darkgrey .ttm-icon_element-color-white:not(.ttm-icon_element-fill) i, .ttm-textcolor-white h1, .ttm-textcolor-white h2, .ttm-textcolor-white h3, .ttm-textcolor-white h4, .ttm-textcolor-white h5, .ttm-textcolor-white h6, .ttm-textcolor-white a, .ttm-bgcolor-skincolor h1, .ttm-bgcolor-skincolor h2, .ttm-bgcolor-skincolor h3, .ttm-bgcolor-skincolor h4, .ttm-bgcolor-skincolor h5, .ttm-bgcolor-skincolor h6, .ttm-bgcolor-skincolor a, :not(.ttm-bgcolor-skincolor) .ttm-textcolor-white span:not(.ttm-textcolor-skincolor), .ttm-bgcolor-darkgrey h1, .ttm-bgcolor-darkgrey h2, .ttm-bgcolor-darkgrey h3, .ttm-bgcolor-darkgrey h4, .ttm-bgcolor-darkgrey h5, .ttm-bgcolor-darkgrey h6, .ttm-bgcolor-darkgrey a, .ttm-bgcolor-darkgrey .section-title h3, .ttm-bgcolor-dark div, .ttm-bgcolor-darkgrey div, .ttm-bgcolor-skincolor div, .ttm-textcolor-white .ttm-social-links-wrapper ul li a, .ttm-icon_element-fill.ttm-icon_element-color-skincolor, .ttm-icon_element-fill.ttm-icon_element-color-skincolor i, .ttm-icon_element-fill.ttm-icon_element-color-darkgrey, .ttm-textcolor-white:not(.ttm-bgcolor-darkgrey) .ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:hover, .ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:not(.btn-inline):hover, .ttm-bgcolor-skincolor .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:not(.btn-inline):hover, .ttm-bgcolor-skincolor .ttm-btn.btn-inline.ttm-btn-color-white:hover, .ttm-btn.ttm-btn-style-border.ttm-btn-color-white:hover, .ttm-btn.ttm-btn-style-fill.ttm-btn-color-grey:hover, .ttm-btn.ttm-btn-style-border.ttm-btn-color-dark:hover, .ttm-btn.ttm-btn-style-border.ttm-btn-color-skincolor:hover, .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover, .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover i, .ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:hover i, .ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:hover, .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover, .ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:hover, .ttm-bgcolor-darkgrey .ttm-btn-color-skincolor:hover i, .ttm-bgcolor-skincolor .row > [class*='col-']:not(.ttm-bgcolor-white) a.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover, .ttm-bgcolor-skincolor .row > [class*='col-']:not(.ttm-bgcolor-white) a.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover, .ttm-btn.ttm-btn-style-fill.ttm-btn-color-dark, .ttm-icon.ttm-icon_element-fill.ttm-icon_element-color-darkgrey i, .ttm-icon.ttm-icon_element-fill.ttm-icon_element-color-skincolor i, .ttm-bgcolor-skincolor .section-title h2.title, .ttm-bgcolor-darkgrey .section-title h2.title, .social-icons.circle li>a:hover, .social-icons.circle li>a:hover i, .ttm-toggle-title-bgcolor-darkgrey .toggle-title a, .ttm-toggle-title-bgcolor-skincolor .toggle-title a, .ttm-toggle-title-bgcolor-grey .toggle-title a.active, .ttm-toggle-title-bgcolor-white .toggle-title a.active, .toggle.ttm-toggle_style_border .toggle-title a.active, .slick_slider.slick-arrows-style1 .slick-prev:hover, .slick_slider.slick-arrows-style1 .slick-next:hover, .slick_slider.slick-arrows-style3 .slick-prev:hover, .slick_slider.slick-arrows-style3 .slick-next:hover, .slick_slider.slick-arrows-style4 .slick-prev:hover, .slick_slider.slick-arrows-style4 .slick-next:hover, .banner_slider_wrapper .slider-social-links-wrapper li a:hover, .featured-icon-box.style5:hover i.ttm-num, .ttm-header-style-01 .top_bar .social-icons li a, .ttm-header-style-03 .header-social-icon ul.social-icons li a, .ttm-bgcolor-skincolor .ttm-progress-bar .progressbar-title, .ttm-bgcolor-skincolor .ttm-progress-bar .progress-bar-percent, .ttm-bgcolor-darkgrey .ttm-progress-bar .progressbar-title, .ttm-bgcolor-darkgrey .ttm-progress-bar.style1 .progress-bar-title, .ttm-bgcolor-skincolor .inside h3, .ttm-bgcolor-skincolor .inside h3 span:not(.ttm-textcolor-skincolor), .ttm-bgcolor-darkgrey .inside h3, .ttm-bgcolor-darkgrey .inside h3 span:not(.ttm-textcolor-skincolor), .toggle.ttm-toggle-title-bgcolor-skincolor .toggle-content p, .toggle.ttm-toggle-title-bgcolor-darkgrey .toggle-content p, .widget .tagcloud a:hover, .ttm-social-share-wrapper ul li a:hover, .featured-imagebox-services.style1:hover .featured-content-services .category, .featured-imagebox-services.style1:hover .featured-content-services .featured-title a, .featured-imagebox-portfolio.style1 .ttm-media-link a i, .featured-imagebox-portfolio.style2 .ttm-media-link a i, .pagination-block .page-numbers:hover, .ttm-bgcolor-dark .section-title.style3 h2, .ttm-bgcolor-dark .ttm-play-icon-title h3, .ttm-bgcolor-dark .ttm-play-icon-title h3, .featured-imagebox-portfolio.style2 .featured-content .featured-title h3 a{
	color: #000;
}
.ttm-bg-layer, .ttm-titlebar-wrapper .ttm-titlebar-wrapper-bg-layer, .ttm-col-wrapper-bg-layer-inner {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.ttm-bgcolor-darkgrey p {
    color: #fff;
    margin: 0 0 15px;

}

.widget-latest-tweets .widgte-text ul.ttm-timelist-block {
  padding: 0;
  list-style: none;
  margin: 16px 0;
}

.widget-latest-tweets .widgte-text ul.ttm-timelist-block li {
	color: #000;
  padding: 0px 0 0px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
}

.widget-latest-tweets .widgte-text ul.ttm-timelist-block li i{
	color: #1f3571;
}
.widget-latest-tweets .widgte-text ul.ttm-timelist-block li:last-child {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}

.widget-latest-tweets .widgte-text ul.ttm-timelist-block li:first-child {
  padding-top: 0;
}

.widget-latest-tweets .widgte-text ul.ttm-timelist-block li .service-time {
  float: right;
}

.widget-latest-tweets .widgte-text ul.ttm-timelist-block li .sundaylist {
  float: right;
  color: #bc1818;
}

/** ttm-recent-post-list **/
.footer .widget ul.ttm-recent-post-list>li {
  padding: 0 0 30px !important;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.footer .widget ul.ttm-recent-post-list>li:last-child {
  padding-bottom: 0 !important;
  border-bottom: 0;
  margin-bottom: 0;
}

.footer .widget ul.ttm-recent-post-list>li> .post-detail a {
  font-size: 14px;
  line-height: 20px;
  display: block;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #1f3571;
}

.footer .widget ul.ttm-recent-post-list>li img {
  display: block;
  width: 70px;
  height: 70px;
  float: left;
  border-radius: 10px;
  margin-right: 18px;
}

.footer .widget ul.ttm-recent-post-list>li .post-date {
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
  color: #1f3571;
}

.widget ul.ttm-recent-post-list>li .post-date i {
     margin-right: 5px;
     font-size: 13px;
     color: #1f3571 !important;
}

/** widget_contact_wrapper **/
ul.widget_contact_wrapper li {
  padding-left: 35px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  line-height: 25px;
  color: rgba(255, 255, 255, .75);
  border-bottom: 1px solid #29343b;
}

ul.widget_contact_wrapper li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}

ul.widget_contact_wrapper li i {
  position: absolute;
  left: 0;
  top: 2px;
  line-height: 1;
  font-size: 18px;
  font-weight: 400;
}

.newsletter_widget {
  padding: 0 !important;
}

.newsletter_widget .newsletter-form {
  position: relative;
}
.featured-icon-box.icon-align-before-content .featured-icon, .featured-icon-box.icon-align-before-content .featured-content, .featured-icon-box.icon-align-before-title .featured-title, .featured-icon-box.icon-align-before-title .featured-icon {
    display: table-cell;
    vertical-align: middle;
}
.featured-icon-box .ttm-icon {
    margin-bottom: 0;
}
.ttm-icon.ttm-icon_element-onlytxt {
    height: auto;
    width: auto;
    line-height: 1;
}
.ttm-icon.ttm-icon_element-size-lg {
    height: 50px;
    width: 60px;
    line-height: 50px;
}
.newsletter_widget .newsletter-form input {
  background-color: #fff;
  border: 1px solid rgba(255, 255, 255, 1) !important;
  font-size: 13px;
  width: 100%;
  padding-left: 10px;
  height: 54px;
  outline: none;
  border-radius: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 145px;
}

.newsletter_widget .newsletter-form button[type="submit"] {
  position: absolute;
  top: 3px;
  height: 48px;
  border: 0;
  margin-top: 0px;
  z-index: 1;
  padding: 0 25px;
  right: 3px;
  font-weight: 700;
  background-color: #2a2d99;
  color: #ffffff;
  font-size: 15px;
  border-radius: 10px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.newsletter_widget .newsletter-form button[type="submit"] i {
  color: #bc1818;
}



/** copyright **/
.copyright {
  padding-top: 20px;
  margin-top: 55px;
  padding-bottom: 15px;
  font-size: 14px;
  border-top: 1px solid rgba(255, 255, 255, .03);
}

.copyright, .copyright .cpy-text {
  color: #000 !important;
}

.copyright ul.list-inline {
  margin: 0;
}
.footer-nav-menu li a{
  color: #000;
}
/** Footer-nav-menu **/
.footer-nav-menu {
  padding: 0;
  margin: 0;
  float: right;
}

.footer-nav-menu li {
  display: inline-block;
  padding-right: 18px;
  font-size: 14px;
  margin-top: 4px;
}


.footer-nav-menu li:last-child {
  padding-right: 0;
}

ul.footer-nav-menu li:after {
  position: absolute;
  content: "|";
  color: #fff;
  padding-left: 8px;
}

ul.footer-nav-menu li:last-child:after {
  content: unset;
}
.ttm-icon.ttm-icon_element-onlytxt i {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    transform: translate(0, 0);
}
.ttm-icon.ttm-icon_element-size-lg i {
    font-size: 50px;
    color: #1f3571;
}
.column-title:after {
    content: '';
    position: absolute;
    height: 100%;
    border-left: 7px solid #bc1818;
    top: 0;
    left: -25px;
}
.ttm-bgcolor-darkgrey.padding_top40.padding_left50.padding_right50.padding_bottom60.res-320-padding_top30.res-320-padding_bottom30.res-320-padding_lr15.margin_left30.margin_right30.position-relative.column-title{
	background-color: #bc1818;
	border-radius: 8px;
}
.ttm-bgcolor-darkgrey{
	padding: 30px;
}
.margin_right30 {
    margin-right: 30px;
}
.padding_bottom60 {
    padding-bottom: 60px;
}
.col-title.section-title h2 {
    font-size: 25px;
    font-weight: 600;
    text-transform: inherit;
    line-height: 30px;
}

.mb_120 {
    margin-bottom: -120px;
}
.mt_160 {
    margin-top: -100px;
}
.featured-icon-box.style1 .ttm-icon {
    position: relative;
    height: 85px;
    width: 85px;
    line-height: 95px;
    text-align: center;
}
.featured-icon-box.style1 {
    padding: 30px;
    margin: 0;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 0px;
    text-align: center;
    webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 9%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 9%);
    -webkit-transition: .5s cubic-bezier(.24, .74, .58, 1);
    -khtml-transition: .5s cubic-bezier(.24, .74, .58, 1);
    -moz-transition: .5s cubic-bezier(.24, .74, .58, 1);
    -ms-transition: .5s cubic-bezier(.24, .74, .58, 1);
    -o-transition: .5s cubic-bezier(.24, .74, .58, 1);
    transition: .5s cubic-bezier(.24, .74, .58, 1);
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
}
.featured-icon-box.style1 {
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
}
.featured-icon-box.style1:hover {
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.featured-icon-box.icon-align-top-content .featured-content {
    padding-top: 0px;
}
.featured-title h3 {
    font-size: 20px;
    line-height: 30px;
    text-transform: inherit;
    margin-bottom: 20px;
}
.featured-desc p{
	margin-bottom: 20px;
}
.ttm-btn.btn-inline {
    text-transform: capitalize;
    padding: 0;
    border: 0;
    background-color: transparent;
}
.ttm-textcolor-darkgreycolor {
    color: #bc1818;
}
.ttm-btn {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: normal;
    padding: 15px 30px 15px 30px;
    background: transparent;
    border: 2px solid #bc1818;
    position: relative;
    text-transform: capitalize;
    font-weight: 700;
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s ease 0s;
}
.noticias-cotaocao{
	padding: 60px 0 85px 0;
}
.page.overview-content ul{
	    max-width: 800px;
    margin: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.page.overview-content ul li{
	padding: 0 20px;
}
/*simuladores*/
div.simulador div.parede, div.simulador div.piso {
   position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
div.simulador div.piso img{
  width: 100%;
}

div.simulador ul.seleciona.cozinha a img {
  /*max-width: none;
  position: absolute;
  bottom: -15px;
    left: -250px;*/
}

div.simulador ul.seleciona.cozinha.versao2 a img {
  /*max-width: none;
  position: absolute;
    bottom: -270px;
    left: -240px;*/
}

div.simulador ul.seleciona.piso.versao2 a img {
  max-width: 600px;
    position: absolute;
    bottom: 0;
    left: -150px;
}


div.simulador ul.seleciona.armario a img {
  max-width: none;
  position: absolute;
  bottom: 0;
    right: 0;
}


div.simulador ul.seleciona.armario.versao2 a img {
       max-width: 800px;
    position: absolute;
    top: -80px;
    left: -220px;
}
#banheiro{
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#banheiro img{
  width: 100%;
}

div.simulador div.mold-simulador {
  background: url(../images/simulador/escada/ambiente.jpg) no-repeat center top;
    width: 100%;
  height: 100%;
  float: left;
  position: relative;
  background-size: 100%;
}
div.simulador

div.simulador.escada div.mold-simulador {
  background: url(../images/simulador/escada_2/ambiente.jpg) no-repeat center top;
    width: 100%;
  height: 100%;
  float: left;
  position: relative;
  background-size: 100%;
}

div.simulador.banheiro-2 div.mold-simulador {
  background: url(../images/simulador/banheiro_2/ambiente.jpg) no-repeat center top;
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
  background-size: 100%;
}

div.simulador div.mold-simulador.mesa {
  background: url(../images/simulador/mesa/mesa.jpg) no-repeat center top;
  float: left;
  width: 100%;
  position: relative;
  background-size: 100%;
}
div.simulador div.mold-simulador.mesa img{
  width: 100%;
}

div.simulador div.mold-simulador.cozinha {
  background: url(../images/simulador/cozinha_novo/ambiente.jpg) no-repeat center top;
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  background-size: 100%;
}

div.simulador div.mold-simulador.cozinha.versao2 {
  background: url(../images/simulador/cozinha_novo_2/ambiente.jpg) no-repeat center top;
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  background-size: 100%;
}

div.simulador div.escada img, div.simulador div.parede img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
}


div.simulador div.piso img, div.simulador div.armario img {
  position: absolute;
  z-index: 1

}

div.simulador div.parede img {
  position: absolute;
  left: 0;
  top: 0;
}

div.simulador ul.seleciona a {
  float: left;
  height: 33px;
  width: 33px;
  border: 1px solid #fff;
  overflow: hidden;
  position: relative;
}

div.simulador ul.seleciona.mesa a img {
     /* max-width: 350px;
    position: absolute;
    bottom: -75px;
    left: -180px;*/
}

div.simulador ul.seleciona.escada a img {
  max-width: none;
  position: absolute;
  bottom: 0;
  left: 0;
}

div.simulador ul.seleciona.piso a img {
  max-width: none;
  position: absolute;
  bottom: 0;
  right: 0;
}

ul.clearing-thumbs li{
  width: 25%;
  margin: 15px;
  border: 3px solid #f2f2f2;
    height: 150px;
    overflow: hidden;
}

section.ambientes {
  /*height: 180px;*/
  width: 100%;
  /*background: url(../images/ambientes.jpg) no-repeat center top;*/
  margin: 10px 0 0;
}

section.ambientes a {
  height: 150px;
  float: left;
  width: 100%;
}
section.simulador {
  background: url(../images/simulador_banner.jpg) no-repeat center top;
  margin-top: 20px;
}

div.simulador ul {
  float: left;
  width: 100%;
  padding: 0;
}

div.simulador h4{
  margin-top: 20px;
  font-size: 15px;
  font-weight: bold;
  font-family: Arial;
}

.imgs_simulador{
  display: block;
}
.imgs_simulador .mold-simulador{
  position: relative;
}
.imgs_simulador .mold-simulador .fixa{
  position: relative;
}
.imgs_simulador .mold-simulador .absolut{
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
   z-index: 10;
}
.imgs_simulador .mold-simulador .absolut img{
  width: 100%;

}
.imgs_simulador .mold-simulador .fixa img{
  width: 100%;
}

.imgs_simulador ul.seleciona {
       float: left;
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.imgs_simulador h4 {
    margin-top: 20px;
    font-size: 15px;
    font-weight: bold;
    font-family: Arial;
}
.imgs_simulador ul.seleciona a {
    float: left;
    height: 33px;
    width: 33px;
    border: 1px solid #fff;
    overflow: hidden;
    position: relative;
}
.imgs_simulador ul.seleciona a img{
  width: 100%;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7;
    padding: 10px;
    border-radius: 5px;
}
ul li, ol li {
    margin: 10px 0 0;
    position: relative;
}
.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-pills > li, .nav-pills > li a {
    display: block;
    width: 100%;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #eee;
}
.website-slider {
	position: relative;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 0;
}

.website-slider-inner {
	position: relative;
	overflow: hidden;
	min-height: 100vh;
}

.website-slider .website-slider-item {
	display: none;
	position: relative;
	overflow: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: #fff;
	transition: opacity 0.4s cubic-bezier(0.5, 0, 0.2, 1) 0s;
	-webkit-user-select: none;
	user-select: none;
}

.website-slider .website-slider-item .website-slider-item-inner {
display: flex;
    align-items: flex-end;
    position: relative;
    min-height: 100vh;
    padding-top: 5rem;
    padding-bottom: 5rem;
    transition: transform 0.4s cubic-bezier(0.5, 0, 0.2, 1) 0.1s, opacity 0.4s cubic-bezier(0.5, 0, 0.2, 1) 0.1s;}

.website-slider .website-slider-item:not(.show) {
	opacity: 0;
}

.website-slider .website-slider-item:not(.show) .website-slider-item-inner {
	opacity: 0;
	transform: translate3d(0, 15vh, 0);
}

.website-slider .website-slider-item.show-prev {
	display: block;
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.website-slider .website-slider-item.show-prev:not(.bg-transparent) {
	opacity: 1;
}

.website-slider .website-slider-item.show-prev.bg-transparent.has-overlay .website-slider-item-inner {
	opacity: 0;
}

.website-slider .website-slider-item.show-prev .website-slider-item-inner {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.website-slider .website-slider-item.show-new {
	display: block;
	z-index: 30;
}

.website-slider .website-slider-item.active {
	display: block;
	z-index: 20;
	-webkit-user-select: auto;
	user-select: auto;
}

.website-slider .website-slider-item.has-overlay .overlay {
	transition: transform 0.5s cubic-bezier(0.5, 0, 0.2, 1) 0s;
}

.website-slider .website-slider-item.has-overlay:not(.show):not(.show-prev) .overlay {
	transform: scale(1.35);
}

.website-slider-buttons {
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	padding: 0.5rem;
	background-color: #fff;
	border-radius: 0.25rem;
	box-shadow: 0 0.5rem 1.5rem rgba(33, 35, 48, 0.05);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1030;
}
.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-user-select: none;
	user-select: none;
	border-radius: inherit;
}

.overlay.overlay-global {
	position: fixed;
}

.overlay .overlay-inner {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.overlay .overlay-inner.vegas-container {
	height: auto !important;
}

.overlay .overlay-video video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	min-width: 100%;
	max-width: none;
	height: auto;
	min-height: 100%;
	transform: translateX(-50%) translateY(-50%);
}

.overlay canvas {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.bg-dark {
    background-color: #080914 !important;
}
.opacity-70 {
    opacity: 0.7;
}
.btn-white {
    color: #080914;
    background: #fff;
    border-color: transparent;
}
.btn-soft-white {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    border-color: transparent;
}
.btn {
    font-weight: 600;
    border: 1px solid transparent;
    padding: 0.5625rem 1.125rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0px 20px 0px 20px;
}
.w-md-auto {
    width: auto !important;
}
.btn-white:hover {
    color: #080914;
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(255, 255, 255, 0.9);
}
.btn-soft-white:hover, .btn-soft-white:focus, .btn-soft-white:active, .btn-soft-white.active {
    color: #fff;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: rgba(255, 255, 255, 0.35);
}
.box-oque-fazemos-home{
	position: relative;
    z-index: 10;
    padding: 60px 0 !important;
}
.color-white{
	color: #fff !important;
}
.color-black{
	color: #1f3571 !important;
}
#seta_mais_conteudo{
	margin-top: 50px;
	font-size: 50px;
	color: #bc1818;
}
.website-slider-item-inner H1{
	font-weight: 600 !IMPORTANT;
    font-size: 40px;
    max-width: 660px;
    margin: auto;
}
.website-slider-item-inner p{
	max-width: 720px;
    margin: auto;
}
.contact-area h3{
	margin-top: 20px;
}
.contact-area h5 a{
	margin-top: 0px;
	font-weight: 400;
	background-repeat: repeat;
	background: #adadad;
	padding: 5px 5px 5px 11px;
	border-radius: 5px;
	display: flex;
	align-items: flex-start;
	font-size: 17px;
}
.contact-area h5:hover a{
   background-color: #1f3571;
   color: #fff;
}
.contact-area h5 a i{
	margin-right: 5px;
}
.valores_emp .footer{
	    padding: 10px;
    border-radius: 5px;
    margin-bottom: 12px;
    min-height: 154px;
    background: #f9f9f9;
}
.valores_emp .footer h5{
	color: #5a5a5a;
}
.baixar{
	padding: 10px 0px;
    position: relative;
    background-color: #bc1818;
    cursor: pointer;
    color: #fff;
}
.modal{
	background-color: #ececec;
}
.modal-backdrop{
	display: none !important;
}
.cab_1{
	background-color: #fff;
    width: 100%;
    display: block;
    overflow: hidden;
}
.cab_1 ul{
	display: flex;
    list-style-type: none;
    padding: 3px 0px 12px 0px;
    margin: 0;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.cab_1 ul li a{
	padding: 2px;]
	margin-right: 10px;
}
.mlr-10{
	margin-right: 10px;
	margin-left: 10px;
}
.form_busca{
	position: relative;
}
.form_busca .input-search {
  display: block;
    width: 100%;
    height: 46px;
    padding: 0 58px 0 20px;
    font-size: .75rem;
    font-weight: 400;
    border-radius: 0;
    color: #bc1818;
    background: #ffffff85;
    min-width: 500px;
    border: 0;
    outline: none;
    border-radius: 50px;
}
.form_busca .button-search {
    position: absolute;
    width: 58px;
    margin-top: 0px;
    right: 0;
    font-size: 30px;
    top: 0px;
    color: #bc1818;
    background-color: transparent;
    height: 100%;
    line-height: 22px;
}
#navbarSupportedContent{
   display: flex!important;
    flex-basis: auto;
    justify-content: flex-end;
}
.menu_categorias{
	background-color: #ffffff;
	margin-top: 10px;
}

/*-- Slider Content --*/
.hero-slider-content {}
.hero-slider-content h4 {
  font-weight: 500;
  margin-bottom: 15px;
  color: #fff !important;
}
.hero-slider-content h1 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-left: -3px;
  text-transform: uppercase;
  color: #fff !important;
}
.hero-slider-content h5{
	color: #fff;
}
.hero-slider-content p {
  color: #282828;
  line-height: 28px;
  margin-bottom: 30px;
  padding: 0;
}
.hero-slider-content a {
  background-color: #fff;
  color: #1f3571;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  height: 40px;
  line-height: 24px;
  padding: 8px 30px;
  text-transform: uppercase;
  border-radius: 0px 10px 0px 10px;
}
.hero-slider-content a:hover {
  background-color: #1f3571;
  color: #fff;
}

/*-- Slider Content 2 --*/
.hero-slider-content-2 {}
.hero-slider-content-2 h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-left: -3px;
  text-transform: uppercase;
}
.hero-slider-content-2 h1 span {
  font-size: 60px;
  text-transform: uppercase;
  display: block;
}
.hero-slider-content-2 a {
  background-color: #282828;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  height: 40px;
  line-height: 24px;
  padding: 8px 30px;
  text-transform: uppercase;
}
.hero-slider-content-2 a:hover {
  background-color: #bc1818;
}

/*-- Nivo Direction Nav --*/
.nivo-directionNav {}
.nivo-directionNav a {
  display: block;
  height: 40px;
  margin-top: -20px;
  text-align: center;
  top: 50%;
}
.nivo-directionNav a i {
  display: block;
  font-size: 48px;
  line-height: 40px;
}
.nivo-prevNav {
  left: 50px;
}
.nivo-nextNav {
  right: 50px;
}


/* -----------------------------------
  04. Banner Section
--------------------------------------*/
.banner-section {}
/*-- Single Banner --*/
.single-banner {}
/*.single-banner a {
  display: block;
  overflow: hidden;
  position: relative;
}
.single-banner a::before {
  background-color: #fff;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, -120%, 0px);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, -120%, 0px);
  -webkit-transition: -webkit-transform 0.6s ease 0s;
  transition: -webkit-transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
  width: 100%;
  z-index: 4;
}
.single-banner a:hover::before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, 120%, 0px);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, 120%, 0px);
}
.single-banner a img {
  width: 100%;
}*/
/*-- Single Banner 2 --*/
.single-banner-2 {
  overflow: hidden;
  position: relative;
}
.single-banner-2::before {
  background-color: #000;
  content: "";
  height: 100%;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: rotate(20deg) scale(1.65);
  -ms-transform: rotate(20deg) scale(1.65);
  transform: rotate(20deg) scale(1.65);
  width: 450px;
  z-index: 2;
}
.single-banner-2 img {
  width: 100%;
}
.single-banner-2 .content {
  max-width: 440px;
  padding-left: 30px;
  position: absolute;
  right: 70px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
}
.single-banner-2 .content h1 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.single-banner-2 .content p {
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 30px;
}
.single-banner-2 .content a {
  background-color: #ffffff;
  color: #bc1818;
  display: inline-block;
  font-size: 14px;
  height: 40px;
  padding: 8px 30px;
  text-transform: uppercase;
}
.single-banner-2 .content a:hover {
  background-color: #bc1818;
  color: #ffffff;
}
/* Tablet desktop :768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {

/*-- Header --*/
.header-section {
  padding: 0 15px;
}
.header-option-btns {
  padding-right: 50px;
}

/*-- Home Slider --*/
.hero-video-caption {
  padding: 150px 0;
}
.hero-slider-content {
  margin-top: 40px;
  padding-right: 45px;
}
.hero-slider-content h4 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #fff !important;
}
.hero-slider-content h1 {
  font-size: 30px;
  margin-bottom: 5px;
  color: #fff !important;
}
.hero-slider-content p {
  font-size: 13px;
  margin-bottom: 15px;
  color: #fff !important;
}
.hero-slider-content a {
  height: 32px;
  padding: 4px 20px;
}
/*-- Slider Content 2 --*/
.hero-slider-content-2 h1 {
  font-size: 30px;
}
.hero-slider-content-2 h1 span {
  font-size: 50px;
}
.hero-slider-content-2 a {
  height: 32px;
  padding: 4px 20px;
}
/*-- Slider Nav --*/
.nivo-prevNav {
  left: 0;
}
.nivo-nextNav {
  right: 0;
}

/*-- Banner --*/
.single-banner-2::before {
  -webkit-transform: rotate(20deg) scale(1.8);
  -ms-transform: rotate(20deg) scale(1.8);
  transform: rotate(20deg) scale(1.8);
  width: 320px;
}
.single-banner-2 .content {
  max-width: 360px;
  right: 50px;
}
.single-banner-2 .content h1 {
  font-size: 28px;
  margin-bottom: 10px;
}
.single-banner-2 .content p {
  font-size: 14px;
  margin-bottom: 20px;
}
.single-banner-2 .content a {
  height: 36px;
  padding: 6px 20px;
}
    
/*-- Product Slider Controls --*/
.product-slider .arrow-prev {
  left: 0;
}
.product-slider .arrow-next {
  right: 0;
}

/*-- Footer --*/
.footer-widget:nth-child(2n+1) {
  clear: both;
}
.footer-widget.link-widget {
  padding-left: 15px;
}


}

/*
 * jQuery Nivo Slider 
 * http://nivo.dev7studios.com
 * v3.2
 */
.nivo-box,.nivo-caption,.nivoSlider {
    overflow: hidden
}

.nivoSlider {
    position: relative;
    width: 100%;
    height: auto
}

.nivoSlider img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none
}

.nivo-main-image {
    display: block!important;
    position: relative!important;
    width: 100%!important
}

.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
    background: #fff;
    filter: alpha(opacity=0);
    opacity: 0
}

.nivo-box,.nivo-slice {
    z-index: 5;
    position: absolute
}

.nivo-box,.nivo-box img,.nivo-slice {
    display: block
}

.nivo-slice {
    height: 100%;
    top: 0
}

.nivo-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    background: transparent !important;
    color: #fff;
    width: 100%;
    z-index: 8;
    padding: 5px 10px;
    opacity: 2 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.nivo-caption p {
    padding: 5px;
    margin: 0
}

.nivo-caption a {
    display: inline
}

.nivo-html-caption {
    display: none
}

.nivo-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
    color: #fff !important;
}

.nivo-prevNav {
    left: 0
}

.nivo-nextNav {
    right: 0
}

.nivo-controlNav {
    text-align: center;
    padding: 15px 0
}

.nivo-controlNav a {
    cursor: pointer
}

.nivo-controlNav a.active {
    font-weight: 700
}

/*
 * MeanMenu
 * Website: https://github.com/meanthemes/meanMenu
 * v2.0.8
 */
.mean-nav ul li a,a.meanmenu-reveal {
    display: block;
    text-decoration: none
}

.mean-bar {
    float: left;
    width: 100%;
    position: relative;
    background: #314E6C;
    padding: 4px 0;
    min-height: 42px;
    z-index: 9999
}

a.meanmenu-reveal {
    width: 22px;
    height: 22px;
    padding: 13px 13px 11px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    line-height: 22px;
    font-size: 1px;
}

a.meanmenu-reveal span {
    display: block;
    background: #fff;
    height: 3px;
    margin-top: 3px
}

.mean-nav {
    float: left;
    width: 100%;
    background: #314E6C;
    margin-top: 44px
}

.mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none
}

.mean-nav ul li {
    position: relative;
    float: left;
    width: 100%
}

.mean-nav ul li a {
    float: left;
    width: 100%;
    padding: 1em 5%;
    margin: 0;
    text-align: left;
    border-top: 1px solid #383838;
    border-top: 1px solid rgba(255,255,255,.5);
    text-transform: uppercase
}

.mean-nav ul li li a {
    width: 100%;
    padding: 1em 10%;
    border-top: 1px solid #f1f1f1;
    border-top: 1px solid rgba(255,255,255,.25);
    opacity: .75;
    filter: alpha(opacity=75);
    text-shadow: none!important;
    visibility: visible
}

.mean-nav ul li.mean-last a {
    border-bottom: 0;
    margin-bottom: 0
}

.mean-nav ul li li li a {
    width: 100%;
    padding: 1em 15%
}

.mean-nav ul li li li li a {
    width: 60%;
    padding: 1em 20%
}

.mean-nav ul li li li li li a {
    width: 50%;
    padding: 1em 25%
}

.mean-nav ul li a:hover {
    background: #252525;
    background: rgba(255,255,255,.1)
}

a.mean-expand {
    margin-top: 1px;
    width: 26px;
    height: 22px;
    padding: 12px!important;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    font-weight: 700;
    background: rgba(255,255,255,.1);
    border: 0!important;
    border-left: 1px solid rgba(255,255,255,.4)!important;
    border-bottom: 1px solid rgba(255,255,255,.2)!important
}

.mean-nav .wrapper,.mean-push {
    width: 100%;
    padding: 0;
    margin: 0
}

a.mean-expand:hover {
    background: #314E6C
}

.mean-push {
    float: left;
    clear: both
}

.mean-remove {
    display: none!important
}

/*
 * Animate Css
 * http://daneden.me/animate
 * Version - 3.5.1
 */
.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,.animated.flipOutX,.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounce {
    0%,20%,53%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    40%,43% {
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0)
    }

    40%,43%,70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06)
    }

    70% {
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0)
    }
}

@keyframes bounce {
    0%,20%,53%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    40%,43% {
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0)
    }

    40%,43%,70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06)
    }

    70% {
        -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
}

@-webkit-keyframes flash {
    0%,50%,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,50%,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    30% {
        -webkit-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1)
    }

    40% {
        -webkit-transform: scale3d(.75,1.25,1);
        transform: scale3d(.75,1.25,1)
    }

    50% {
        -webkit-transform: scale3d(1.15,.85,1);
        transform: scale3d(1.15,.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: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    30% {
        -webkit-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1)
    }

    40% {
        -webkit-transform: scale3d(.75,1.25,1);
        transform: scale3d(.75,1.25,1)
    }

    50% {
        -webkit-transform: scale3d(1.15,.85,1);
        transform: scale3d(1.15,.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: scaleX(1);
        transform: scaleX(1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    0%,to {
        -webkit-transform: translateZ(0);
        transform: translateZ(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)
    }
}

@keyframes shake {
    0%,to {
        -webkit-transform: translateZ(0);
        transform: translateZ(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 headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);
        transform: scale3d(.9,.9,.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate(3deg);
        transform: scale3d(1.1,1.1,1.1) rotate(3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate(-3deg)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);
        transform: scale3d(.9,.9,.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate(3deg);
        transform: scale3d(1.1,1.1,1.1) rotate(3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate(-3deg)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%,0,0) rotate(-5deg);
        transform: translate3d(-25%,0,0) rotate(-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%,0,0) rotate(3deg);
        transform: translate3d(20%,0,0) rotate(3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%,0,0) rotate(-3deg);
        transform: translate3d(-15%,0,0) rotate(-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%,0,0) rotate(2deg);
        transform: translate3d(10%,0,0) rotate(2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%,0,0) rotate(-1deg);
        transform: translate3d(-5%,0,0) rotate(-1deg)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%,0,0) rotate(-5deg);
        transform: translate3d(-25%,0,0) rotate(-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%,0,0) rotate(3deg);
        transform: translate3d(20%,0,0) rotate(3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%,0,0) rotate(-3deg);
        transform: translate3d(-15%,0,0) rotate(-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%,0,0) rotate(2deg);
        transform: translate3d(10%,0,0) rotate(2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%,0,0) rotate(-1deg);
        transform: translate3d(-5%,0,0) rotate(-1deg)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {
    0%,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(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {
    0%,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(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes bounceIn {
    0%,20%,40%,60%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    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: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes bounceIn {
    0%,20%,40%,60%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    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: scaleX(1);
        transform: scaleX(1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    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 {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    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 {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    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 {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    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 {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    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 bounceInRight {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    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
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        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: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInUp {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        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: translateZ(0);
        transform: translateZ(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 {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        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 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    0% {
        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 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        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 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    0% {
        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 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        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 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    0% {
        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 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        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 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    0% {
        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 {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

@keyframes fadeOutDown {
    0% {
        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 {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        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 {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

@keyframes fadeOutLeft {
    0% {
        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 {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        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 {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

@keyframes fadeOutRight {
    0% {
        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 {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        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 {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

@keyframes fadeOutUp {
    0% {
        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 {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        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 {
    0% {
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn)
    }

    0%,40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg)
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg)
    }

    50%,80% {
        -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)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn)
    }

    0%,40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg)
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg)
    }

    50%,80% {
        -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)
    }

    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 {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }

    0%,40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }

    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }

    0%,40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }

    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-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 {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }

    0%,40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg)
    }

    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }

    0%,40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg)
    }

    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-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 {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -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)
    }

    60%,80% {
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -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)
    }

    60%,80% {
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    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 {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%,0,0) skewX(30deg);
        transform: translate3d(100%,0,0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        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 {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }

    0%,to {
        -webkit-transform-origin: center
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }

    0%,to {
        -webkit-transform-origin: center
    }

    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 {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }

    0%,to {
        -webkit-transform-origin: left bottom
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }

    0%,to {
        -webkit-transform-origin: left bottom
    }

    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 {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    0%,to {
        -webkit-transform-origin: right bottom
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    0%,to {
        -webkit-transform-origin: right bottom
    }

    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 {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    0%,to {
        -webkit-transform-origin: left bottom
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    0%,to {
        -webkit-transform-origin: left bottom
    }

    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 {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    0%,to {
        -webkit-transform-origin: right bottom
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    0%,to {
        -webkit-transform-origin: right bottom
    }

    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 {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    0%,to {
        -webkit-transform-origin: center
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    0%,to {
        -webkit-transform-origin: center
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    0%,to {
        -webkit-transform-origin: left bottom
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    0%,to {
        -webkit-transform-origin: left bottom
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    0%,to {
        -webkit-transform-origin: right bottom
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    0%,to {
        -webkit-transform-origin: right bottom
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    0%,to {
        -webkit-transform-origin: left bottom
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    0%,to {
        -webkit-transform-origin: left bottom
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    0%,to {
        -webkit-transform-origin: right bottom
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    0%,to {
        -webkit-transform-origin: right bottom
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left
    }

    0%,20%,60% {
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }

    40%,80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(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
    }

    0%,20%,60% {
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }

    40%,80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(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
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0) rotate(-120deg);
        transform: translate3d(-100%,0,0) rotate(-120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0) rotate(-120deg);
        transform: translate3d(-100%,0,0) rotate(-120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0) rotate(120deg);
        transform: translate3d(100%,0,0) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0) rotate(120deg);
        transform: translate3d(100%,0,0) rotate(120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        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 {
    0% {
        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(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    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(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInDown {
    0% {
        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(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    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(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        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(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    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(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInLeft {
    0% {
        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(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    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(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        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(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    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(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInRight {
    0% {
        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(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    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(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        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(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    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(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInUp {
    0% {
        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(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    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(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50%,to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50%,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(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    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(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,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(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    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(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,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(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    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(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,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(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    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(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(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 {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(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 {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(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 {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

/*
 * Slick Sliderss
 * Website: http://kenwheeler.github.io
 * Version: 1.6.0
 */
.slick-list,.slick-slider,.slick-track {
    position: relative;
    display: block
}

.slick-loading .slick-slide,.slick-loading .slick-track {
    visibility: hidden
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,.slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    top: 0;
    left: 0
}

.slick-track:after,.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

/*!
 *jQuery UI - v1.12.1 - 2017-05-08
 * http://jqueryui.com
 * Includes: core.css, slider.css, theme.css
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
 * Copyright jQuery Foundation and other contributors; Licensed MIT
 */
.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:before,.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default!important;
    pointer-events: none
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.ui-widget {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333
}

.ui-widget-content a {
    color: #333
}

.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: bold
}

.ui-widget-header a {
    color: #333
}

.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545
}

.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button {
    color: #454545;
    text-decoration: none
}

.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus {
    border: 1px solid #ccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b
}

.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px rgb(94,158,214)
}

.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #fff
}

.ui-icon-background,.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #fff
}

.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited {
    color: #fff;
    text-decoration: none
}

.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90
}

.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a {
    color: #777620
}

.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f
}

.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a {
    color: #5f3f3f
}

.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text {
    color: #5f3f3f
}

.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary {
    font-weight: bold
}

.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal
}

.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon,.ui-widget-content .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.html")
}

.ui-widget-header .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.html")
}

.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon {
    background-image: url("images/ui-icons_555555_256x240.html")
}

.ui-state-active .ui-icon,.ui-button:active .ui-icon {
    background-image: url("images/ui-icons_ffffff_256x240.html")
}

.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon {
    background-image: url("images/ui-icons_777620_256x240.html")
}

.ui-state-error .ui-icon,.ui-state-error-text .ui-icon {
    background-image: url("images/ui-icons_cc0000_256x240.html")
}

.ui-button .ui-icon {
    background-image: url("images/ui-icons_777777_256x240.html")
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-caret-1-n {
    background-position: 0 0
}

.ui-icon-caret-1-ne {
    background-position: -16px 0
}

.ui-icon-caret-1-e {
    background-position: -32px 0
}

.ui-icon-caret-1-se {
    background-position: -48px 0
}

.ui-icon-caret-1-s {
    background-position: -65px 0
}

.ui-icon-caret-1-sw {
    background-position: -80px 0
}

.ui-icon-caret-1-w {
    background-position: -96px 0
}

.ui-icon-caret-1-nw {
    background-position: -112px 0
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-seek-first {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl {
    border-top-left-radius: 3px
}

.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr {
    border-top-right-radius: 3px
}

.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl {
    border-bottom-left-radius: 3px
}

.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br {
    border-bottom-right-radius: 3px
}

.ui-widget-overlay {
    background: #aaa;
    opacity: .3;
    filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
    -webkit-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666
}

/*jquery.mb.YTPlayer 25-07-2016
 _ jquery.mb.components 
 _ email: matteo@open-lab.com 
 _ Copyright (c) 2001-2016. Matteo Bicocchi (Pupunzi); 
 _ blog: http://pupunzi.open-lab.com 
 _ Open Lab s.r.l., Florence - Italy 
 */
@charset"UTF-8";.mb_YTPBar,.mb_YTPBar span.mb_YTPUrl a {
    color: #fff
}

@font-face {
    font-family: ytpregular;
    src: url(font/ytp-regular.html)
}

@font-face {
    font-family: ytpregular;
    src: url(data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAA5sABEAAAAAFCAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABgAAAABwAAAAcZ9iuNUdERUYAAAGcAAAAHQAAACAAdAAET1MvMgAAAbwAAABJAAAAYHUMUrFjbWFwAAACCAAAAKkAAAGKn5XycWN2dCAAAAK0AAAANgAAADYNLQohZnBnbQAAAuwAAAGxAAACZVO0L6dnYXNwAAAEoAAAAAgAAAAIAAAAEGdseWYAAASoAAAGVQAAB4jz86dSaGVhZAAACwAAAAAzAAAANgbKONpoaGVhAAALNAAAACAAAAAkESQLXGhtdHgAAAtUAAAAVAAAARxOmwVwbG9jYQAAC6gAAAAjAAAAkFoEXRRtYXhwAAALzAAAACAAAAAgAWoB625hbWUAAAvsAAAA+wAAAeok3Eb+cG9zdAAADOgAAADAAAABN99tv1lwcmVwAAANqAAAALkAAAFY3I6ikndlYmYAAA5kAAAABgAAAAbHMlGnAAAAAQAAAADMPaLPAAAAAM3Nk7QAAAAAzc13sXjaY2BkYGDgA2IJBhBgYmAEQjcgZgHzGAAHTAB5AAAAeNpjYGbZwDiBgZWBhdWY5SwDA8MsCM10liGNKQ3IB0rBASMDEgj1DvdjcGDgfcDAlvYPqJJVldEZpoZVkuUZkFJgYAQAUUULewAAAHjaY2BgYGaAYBkGRgYQaAHyGMF8FoYMIC3GIAAUYQOyeBkUGKIYqhgWKHAp6CvEP2D4/x+sAyTuyJAIFGeAizP+//r/8f/D//f+n/HA8oHo/WcKblDzsQBGoOkwSUYmIMGErgDiRLyAhZWNnYOTi5uHl49fQFBIWERUTFxCUkpaRhYiLyevoKikrKKqpq6hqaWto6unb2BoZGxiambOQF1gQZYuAIQnH4IAAAAAAAAAAAABegEnAHEAswC9AOAA5QD+ARcBIwBdAHIBtgBcAGAAZgByAI8AogErAbIAUwBEBREAAHjaXVG7TltBEN0NDwOBxNggOdoUs5mQxnuhBQnE1Y1iZDuF5QhpN3KRi3EBH0CBRA3arxmgoaRImwYhF0h8Qj4hEjNriKI0Ozuzc86ZM0vKkap36WvPU+ckkMLdBs02/U5ItbMA96Tr642MtIMHWmxm9Mp1+/4LBpvRlDtqAOU9bykPGU07gVq0p/7R/AqG+/wf8zsYtDTT9NQ6CekhBOabcUuD7xnNussP+oLV4WIwMKSYpuIuP6ZS/rc052rLsLWR0byDMxH5yTRAU2ttBJr+1CHV83EUS5DLprE2mJiy/iQTwYXJdFVTtcz42sFdsrPoYIMqzYEH2MNWeQweDg8mFNK3JMosDRH2YqvECBGTHAo55dzJ/qRA+UgSxrxJSjvjhrUGxpHXwKA2T7P/PJtNbW8dwvhZHMF3vxlLOvjIhtoYEWI7YimACURCRlX5hhrPvSwG5FL7z0CUgOXxj3+dCLTu2EQ8l7V1DjFWCHp+29zyy4q7VrnOi0J3b6pqqNIpzftezr7HA54eC8NBY8Gbz/v+SoH6PCyuNGgOBEN6N3r/orXqiKu8Fz6yJ9O/sVoAAAAAAQAB//8AD3jaTZVrbBxXFcfvufNe72Nmdx77tmfHO2N76117784OTr154YAbR7RQuUQhttoSuXZKFQVKKYqgiFJAgkpIkVClIn8opSomjXY3VHHTFldEIYpay1hR+ID4Bha27FoIEQGpd8Idu4lY7c6eOfee//2f3+zeizAaQwif4iYRgwRUbgGqjLYFNvVxtcVzfxltM5iGqMUEaS5ItwU+vTPahiBPFFMpmoo5hnv8XnjFn+Um7/xmjF1GCLHoPf+fgsUVEYcSKIcGkYbaWYxKLZ3bgGa50qpACQ0NeyYoYILaDTqpurUK2FZBUYlJY8ukEc0egLpbo+kY8O/BQcx2dvwP2Fh6/Q+Gl19fyroubHmer7rpjHllPZ/NKB+tp2/4/TzxSx0zo/74uUY29vJZOEHIfng4lzz7cjyXzn/jJwqCwCOLdj2iPSP3F/hUAHF3v+Cviee5DIqhJDLRACLoPGpHECq1M7Sd5iDZ/W6zQW8mu9Ecql7SI6xYaiOpnxCydwPNWqWJ/tSSjY1mqtqU5ZYNpWal2pJiGy0XSi1bVuKX1Fyh1GuMoJYeUeJvy/GEVbTpfTOjHJRVzUim0tlcwekbKD1QrgR5M97OV8nIyMjQsKPUEKWGNEVFFBwqEs/yHMEVFMM1PIc4FhiWQVxHcxjD0zzXEkgbmHe5G1eA9T955453xd+B9tbpi6vj10+fvj6+evH0Fju7vPDU5szVY8euzmw+tXABv7kEov/v33WOv+v/C8LG9M2xD19/EquzCyuHVuY6R25Obz35+odw4NDKwuzWHAK86q9x21wKYYQkjFeZ3M5f/TUmw6Qo12P+38Wf0zEZpVABlVANfQu1owHXXMD1AdIyQhvNgeou2b1LAuhAkVwyExRps/ppAE230qrTX1MrEVXil5W4qlm9thMAMpR2MtVHAbXMnBJvZ8oVGjdZ5XK6u6cwNExqdNJ9dnm4D+8eIeYeM7hH0b3H9bcQuczdeH75ef+TxTveO/5tuDK2Mrs5d+HmzQtzm7MrbP6ZqxMrrz2+vf34aysTV5+5iN9YhMi51W93Tiz5/wFp+ujy/MntGXx+dfrjqflrO788Ob989MaMP716+Nr8FOpCjbvnw032BUrm82gKfQc10SJaAwwZGINHEUrksaEndI3XCppBavWaU7Nrda/u7QfPsnmBF1ReK4NjCxbkgVRJdW/MdmiyjHkhCgKvGkrNq+uGngPLUDXVioJTcGxONWguENOIYmkq1lQqaDu2q1AqKi6qRh6CN0uqhlkn1WIwt1Z3FTqH6lt2kWLkqZpQ2F1H4D3X1CzFUkCp1R8EVaeKGr3mgXpyd3OKZTcgioMi3qImqA2FaFSYrkHd7BYESnSMdqAx1HNgg/6pG0Bo95RAGehqoNAuaRHR90wGdXyJtkAJ1DxSDVQCfS8ocui+EohqagNjFroniyLAOYbBgvSQxuXxiUSCGQXReJBnjafhbf6xBs8P9ZclLLJdTJfdL3bLRsgd50Nf52P7JIWjInYqFuZhUGErucF0Qj/zNJtPGArDz7EYFi0chvSpw8C/mJRgRVLfgrEf7RvowhyjJ3JPfPlX/h8N/6fZryX7bh/pJsPj4QLX9Ra89NL3QQkljmOqnognU6HcxKkoI/JsaJ8cDcfCqZAMC2cfFeSoHu+WFEmWzIQqx8PVmCThSFqPKqLIsgxJx0QYZt1iocjgfrPbjIoiltkXxzxTlE5FVTL1zb7YmTOSzXGiEBU0ZgHzXexjd9HklDtTc2P7iR4/Wmqk/jGhfZXjZW1bYFVp3y01G+ocrh/K9VST3+05OUsaEnAYGKZRfWIpDQaXT2Ej2/vCl1S5nNe7jHq5eCAlM7rOpFx8PP1Zf/NzCUdkpXjUhHmdfdi/Xv31D6WccPAIDjNMmPnBzC+ErAipZzPf++LkQyGRhTDEpCNkbmLpz8892zmE3+8swq1YODIqf2Z7lO8RdJHn7RS8kpY6r0qhAg7xXIHnhViu+zBDbhcx16UOfGVgaGkoXe6LhwS+h7NgSa+vR7ESZvPyq6VUqN+SC0ZSTPm3oETGoxGIh/p60w3naIyJ/Gywf9CMnnAemR3524hT5DErxOwBhR55COMw3e+u0T0tOEsR0JMx+NBHftD/AJ+D/f7v/TW+9t+P+Bo9e/7vNYz+By6FsKkAAAB42mNgZGBgYGRwbI8IWhzPb/OVQZ6DAQTOni3fCKP/+/x7yrOBNRTI5WBgAokCAG3mDbAAeNpjYGRgYFX9t5eBgeftf5//WTwbGIAiKMAdAJycBph42mN6w+DCwcDAAMIsZ8D0HhBNLIap52D478fBwHQRyvbBpZ7nLYMtKeZjt5OJhxT1TKsYGFhDETTjcSAG0gyPoRgozigIpL0hNEiOBcgFAEBoNC142mNgYNCBwjoccALDBEY9RhsgPIMMmZcRhHtIhkcA9pQspAAAAQAAAEcBVAALAAAAAAACAAEAAgAWAAABAACTAAAAAHjalZCxTgJBFEXPApJoYYgF9VZUSIAFTdDCnmiIgsTKsASQuGiCu0YaCr4OfomKOzsTCHRmMzPn3blz38sCFyzJ4uXOgbKWZY+8KssZLqk7zkp9cJyjSOT4jD9WjvPSt46vKHoFx2txyfGGqnfPO18kyohSGjBjJPqRFmqPmWolWkZ9o0uHZ/EkfTNgTo0KVX017ujRps+TyDqvT7xW9U/UV1Vz9ZryrQn8o8QOL1JsdVA/5IwZpv7f/YsKTW50O1PqpzKNZyw1UnKov2c9dbkD7c1/zdhXFSrNdIz3HbuaJFH1KM9CZyDN3N3SoiFupfP66mbOYAd8k0EGAHjabc05TwJhHITxZ0BBBc/P4IkI7y4sh0dBsosHKiqHeLUiiTE0FH56Xdl/6TS/ZIoZUszzM+ad/3IOSilNmm122GWPfQ4ocEiRI0qUcXj4VKgSUKNOgybHnHDKGSER7Xjjgkuu6HDNDbd0ueOeB3r0GTDkkRFPPPPCK29a0KIyympJy1pRTnmtak3r2tCmtjLjz+/ph5edfU2cc2Fiy/3px4Xpmb5ZMatmYNbMutkwm2Yr0W8nBnOj+OcXVDk0PnjaRc67DoJAEAVQFuT9fqsJCSZ2+w12QkNjrCCx9w+sbSy19DsGK/9Ob3RZujk3k7nzZp8bsbvSkXXoR8Yew9gavN9QNHSUHTFch4oMfuoV0uqGNL4nv25emq3yHzzADwVcwOsFHMCtBWzAWQlYgJ0ImIA1rRmAeRbQAWM6vQD04A9GgXglRBo4Kh+19gJGYDgzBqOnZALGO8kUTLaSGZhWkjmYrSULMA8kS7CYi5ZgKTlQxr/W1F5aAAAAAAFRp8cxAAA=)format('woff'),url(font/ytp-regular.ttf)format('truetype');
    font-weight: 400;
    font-style: normal
}

.mb_YTPlayer:focus {
    outline: 0
}

.mbYTP_wrapper {
    display: block;
    transform: translateZ(0)translate3d(0,0,0);
    transform-style: preserve-3d;
    perspective: 1000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box
}

.mb_YTPlayer .loading {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 12px;
    color: #fff;
    background: rgba(0,0,0,.51);
    text-align: center;
    padding: 2px 4px;
    border-radius: 5px;
    font-family: "Droid Sans",sans-serif;
    -webkit-animation: fade .1s infinite alternate;
    animation: fade .1s infinite alternate
}

@-webkit-keyframes fade {
    0% {
        opacity: .5
    }

    100% {
        opacity: 1
    }
}

@keyframes fade {
    0% {
        opacity: .5
    }

    100% {
        opacity: 1
    }
}

.YTPFullscreen {
    display: block!important;
    position: fixed!important;
    width: 100%!important;
    height: 100%!important;
    top: 0!important;
    left: 0!important;
    margin: 0!important;
    border: none!important;
    opacity: 1!important;
    background-color: #000
}

.mbYTP_wrapper iframe {
    max-width: 4000px!important
}

.inline_YTPlayer {
    margin-bottom: 20px;
    vertical-align: top;
    position: relative;
    left: 0;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0,0,0,.7);
    background: rgba(0,0,0,.5)
}

.inline_YTPlayer img {
    border: none!important;
    margin: 0!important;
    padding: 0!important;
    transform: none!important
}

.mb_YTPBar,.mb_YTPBar .buttonBar {
    box-sizing: border-box;
    left: 0;
    padding: 5px;
    width: 100%
}

.mb_YTPBar .ytpicon {
    font-size: 20px;
    font-family: ytpregular
}

.mb_YTPBar .mb_YTPUrl.ytpicon {
    font-size: 30px
}

.mb_YTPBar {
    transition: opacity .5s;
    display: block;
    height: 10px;
    background: #333;
    position: fixed;
    bottom: 0;
    text-align: left;
    z-index: 1000;
    font: 14px/16px sans-serif;
    opacity: .1
}

.mb_YTPBar.visible,.mb_YTPBar:hover {
    opacity: 1
}

.mb_YTPBar .buttonBar {
    transition: all .5s;
    background: 0 0;
    font: 12px/14px Calibri;
    position: absolute;
    top: -30px;
    height: 40px
}

.mb_YTPBar:hover .buttonBar {
    background: rgba(0,0,0,.4)
}

.mb_YTPBar span {
    display: inline-block;
    font: 16px/20px Calibri,sans-serif;
    position: relative;
    width: 30px;
    height: 25px;
    vertical-align: middle
}

.mb_YTPBar span.mb_YTPTime {
    width: 130px
}

.mb_YTPBar span.mb_OnlyYT,.mb_YTPBar span.mb_YTPUrl {
    position: absolute;
    width: auto;
    display: block;
    top: 6px;
    right: 10px;
    cursor: pointer
}

.mb_YTPBar span.mb_YTPUrl img {
    width: 60px
}

.mb_YTPBar span.mb_OnlyYT {
    left: 300px;
    right: auto
}

.mb_YTPBar span.mb_OnlyYT img {
    width: 25px
}

.mb_YTPBar .mb_YTPMuteUnmute,.mb_YTPBar .mb_YTPPlaypause,.mb_YTPlayer .mb_YTPBar .mb_YTPPlaypause img {
    cursor: pointer
}

.mb_YTPBar .mb_YTPProgress {
    height: 10px;
    width: 100%;
    background: #222;
    bottom: 0;
    left: 0
}

.mb_YTPBar .mb_YTPLoaded {
    height: 10px;
    width: 0;
    background: #444;
    left: 0
}

.mb_YTPBar .mb_YTPseekbar {
    height: 10px;
    width: 0;
    background: #bb110e;
    bottom: 0;
    left: 0;
    box-shadow: rgba(82,82,82,.47)1px 1px 3px
}

.mb_YTPBar .YTPOverlay {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: "flat";
    box-sizing: border-box
}

.YTPOverlay.raster {
    background: url(images/raster.png)
}

.YTPOverlay.raster.retina {
    background: url(images/raster@2x.png)
}

.YTPOverlay.raster-dot {
    background: url(images/raster_dot.png)
}

.YTPOverlay.raster-dot.retina {
    background: url(images/raster_dot@2x.png)
}

.mb_YTPBar .simpleSlider {
    position: relative;
    width: 100px;
    height: 10px;
    border: 1px solid #fff;
    overflow: hidden;
    box-sizing: border-box;
    margin-right: 10px;
    cursor: pointer!important;
    border-radius: 3px
}

.mb_YTPBar.compact .simpleSlider {
    width: 40px
}

.mb_YTPBar .simpleSlider.muted {
    opacity: .3
}

.mb_YTPBar .level {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
    box-sizing: border-box
}

.mb_YTPBar .level.horizontal {
    height: 100%;
    width: 0
}

.mb_YTPBar .level.vertical {
    height: auto;
    width: 100%
}
.home-slider-section {
    position: relative;
}
#home-slider{
	position: relative;
}
#home-slider:before {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: #00000075;
    content: "";
}
.nivo-caption{
	z-index: 11 !important;
}
.nivo-directionNav{
	position: absolute;
	z-index: 20 !important;
	top: 50%;
	width: 100%;
}
#home-slider img {}
/*-- Nivo Slider Caption --*/
.nivo-caption, .hero-static-caption {
  background-color: transparent;
  bottom: auto;
  box-sizing: border-box;
  left: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 8;
}
.home-slider-section .nivo-caption{
	display: flex;
    align-items: center;
    justify-content: center;
} 
.home-hero-after h2{
	color: #fff;
}
.home-hero-after .btn{
	background-color: #fff !important;
	color: #1f3571;
}
/*bloco whats*/
.home-hero-after {
    background-color: #2a2d99;
    color: #fff;
    font-size: 19px;
    justify-content: space-between;
    line-height: 1.18182;
    margin: 0 auto;
    max-width: 100%;
    padding: 19px 40px;
    margin-top: -46px;
    z-index: 10;
    display: block;
    position: relative;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}
.home-hero-after .h5 {
    font-weight: bold;
    margin-bottom: 4px;
}
.home-hero-after .btn{
	background-color: #bc1818;
}
.home-hero-after .btn:hover{
	background-color: #fff;
	color: #2e4da1;
}
.single-banner {
    position: relative;
    width: 100%;
    height: 100%;
}
.single-banner .banner-bg img {
    width: 100%;
    border-radius: 5px;
}
.single-banner .banner-bg a.imgas::after{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	background-color: #00000075;
	content: "";
}

.single-banner .banner-bg a.imgas::before {
    background-color: #fff;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, -120%, 0px);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, -120%, 0px);
    -webkit-transition: -webkit-transform 0.6s ease 0s;
    transition: -webkit-transform 0.6s ease 0s;
    transition: transform 0.6s ease 0s;
    transition: transform 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
    width: 100%;
    z-index: 4;
    opacity: 0;
    visibility: hidden;
}
.single-banner .banner-bg a.imgas {
    display: block;
    overflow: hidden;
    position: relative;
}
.single-banner .banner-bg a.imgas:hover:before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, 120%, 0px);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, 120%, 0px);
    visibility: visible;
    opacity: 0.5;
}
.banner-contet {
    position: absolute;
    bottom: 10px;
    padding-left: 60px;
    padding-right: 40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.single-banner h3, .single-banner a, .single-banner p{
	color: #fff;
}
.blocos_produtos a.imgas::after{
	display: none;
}

.single-courses-item.style-three.style-two{
    border-radius: 0 0 4px 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
}
.owl-theme .owl-nav{
	position: initial !important;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.owl-theme .owl-nav button{
	top: 40%;
	position: absolute;
	background-color: #ddd !important;
    width: 40px;
    height: 40px;
    color: #4b4b4b !important;
    line-height: 42px !important;
    display: block !important;
    border-radius: 25px !important;
}
.owl-theme .owl-nav button:hover{
	background-color: #dddddd9e !important;
}
.owl-theme .owl-nav button.owl-prev{
	left: 0;
}
.owl-theme .owl-nav button.owl-next{
	right: 0;
}
.category-slide2 a.imgas::after{
	display: none;
}
.contact-area  .single-blog-item .blog-content{
	text-align: justify;
}
@media(max-width: 800px){
	.home-hero-after{
		margin-top: 20px;
	}
	.hero-slider-content h4{
		font-size: 12px;
	}
	.hero-slider-content h1{
		font-size: 18px;
	}
	.nivo-caption a{
		display: none !important;
	}
	.home-hero-after{
		align-items: center;
    text-align: center;
    justify-content: center;
	}
	.home-hero-after .btn{
		margin-top: 30px;
	}
}
.online-courses-area{
	background-size: cover;
	background-image: url(../../imagens/bk2.jpg);
	padding: 40px 0 !important;
}
#telefone_h a{
	font-size: 20px;
	font-family: 'Roboto Slab', serif;

}