
@import url('https://fonts.googleapis.com/css?family=Poppins|Sintony');

@font-face {
	font-family: 'Nunito500';
	src: url('../fonts/Nunito500.eot');
	src: local('☺'), url('../fonts/Nunito500.woff') format('woff'), url('../fonts/Nunito500.ttf') format('truetype'), url('../fonts/Nunito500.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Nunito400';
	src: url('../fonts/Nunito400.eot');
	src: local('☺'), url('../fonts/Nunito400.woff') format('woff'), url('../fonts/Nunito400.ttf') format('truetype'), url('../fonts/Nunito400.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Nunito700';
	src: url('../fonts/Nunito700.eot');
	src: local('☺'), url('../fonts/Nunito700.woff') format('woff'), url('../fonts/Nunito700.ttf') format('truetype'), url('../fonts/Nunito700.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.add-to-card i {
    margin-right: 5px;
}

/*----------------------------------------------------------------------- 
Global
-------------------------------------------------------------------------*/
* { box-sizing: border-box; }
body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-size: 15px;
	background-color: #fff;
	color: #696969;
	font-family: 'Nunito400', sans-serif;
	-webkit-font-smoothing: antialiased;
}
.preloader { 
	width: 100%; 
	height: 100%; 
	background: rgba(255,255,255,.6); 
	position: fixed; 
	z-index: 2!important; 
	display: none; top: 0px; 
	background-image: url(../img/page-loader.gif); 
	background-position: center center; 
	background-repeat: no-repeat; 
}

.simobile { display: none; }

#main-wrapper { padding: 0px!important; }

.result p {
    color: #000!important;
}

.modal-bono .modal-dialog {
    width: 900px;
    max-width: 100%;
}

.blog-section-pic {
    overflow: hidden;
    position: relative;
}

.metodo-item {
	padding-top: 15px;
}

.metodo-item img {
	height: 30px!important;
	margin-left: 20px!important;
}

.metodo-item img.paypal {
	height: 50px!important;
}

.play {
    position: absolute;
    width: 60px;
    height: 60px;
    z-index: 9;
    left: 50%;
    margin-left: -30px;
    top: 50%;
    margin-top: -30px;
    background:rgba(255,255,255,.35);
    border-radius: 50%;
}

.play:hover {
    background:rgba(0,0,0,0);
}

.navbar-default {
  background-color: transparent;
  border: none;
}
.navbar-nav {
  padding-top: 10px;
}
.navbar-default .navbar-nav>li>a {
  color: #fff;
}
.navbar-nav>li>a:hover {
  color: #fff;
}
.main-menu-container {
	padding-top: 25px;
	background: rgba(126,152,46,1);
	/*
	transition: .3s all ease-in-out;
	background: -moz-linear-gradient(top, rgba(80,93,33,1) 0%, rgba(126,152,46,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(80,93,33,1)), color-stop(100%, rgba(126,152,46,1)));
	background: -webkit-linear-gradient(top, rgba(80,93,33,1) 0%, rgba(126,152,46,1) 100%);
	background: -o-linear-gradient(top, rgba(80,93,33,1) 0%, rgba(126,152,46,1) 100%);
	background: -ms-linear-gradient(top, rgba(80,93,33,1) 0%, rgba(126,152,46,1) 100%);
	background: linear-gradient(to bottom, rgba(80,93,33,1) 0%, rgba(126,152,46,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6A7A2B', endColorstr='#505D21', GradientType=0 );
	*/
}
.main-menu-container.menu-bg-overlay {
	background-color: #7e982e;
	padding-top: 0;
	padding: 10px 0px;
	padding-bottom: 0;
    min-height: 80px;
}
.main-menu-container.menu-bg-overlay .navbar {
	margin-bottom: 0px;
}

#main-nav {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
#main-menu nav {
  width: 67%;
  float: left;
  text-align: right;
}
.popup-with-zoom-anim { cursor: pointer; }
.try-now-btn {
	height: 35px;
	width: 140px;
	background-color: #fff;
	color: #000;
	float: right;
	line-height: 35px;
	border-radius: 30px;
	margin-top: 5px;
	font-size: 12px;
	margin-left: 20px;
}
.try-now-btn a {
	display: block;
	width: 100%;
	color: #000!important;
	font-weight: 500;
}
.navbar-default .navbar-brand {
  padding-left: 0;
  padding-top: 20px;
}
.menu-item-has-children {
  position: relative;
}
.menu-item-has-children li {
  margin-bottom: 5px;
  transition: .3s all ease-in-out;
}
.menu-item-has-children li:hover {
  margin-left: 3px;
}

.menu-item-has-children:after {
  top: 17px;
  right: -2px;
  content: '\f123';
  color: #fff;
  position: absolute;
  font-family: "Ionicons";
  transition: .3s all ease-in-out;
  font-size: 12px;
}
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
  color: #fff;
}
.sub-menu {
  width: 148px;
  display: table;
  box-shadow: 0 5px 10px 0 rgba(83,82,82,.1);
  background-color: #fff;
  position: absolute;
  transform: scaleY(0);
  transform-origin: center top 0;
  transition: .3s all ease-in-out;
  top: 65px;
  left: 15px;
  text-align: left;
  padding: 15px !important;
  font-size: 14px;
}
.menu-item-has-children:hover .sub-menu {
  transform: scaleY(1);
}
.navbar-nav>li {
  margin-left: 5px;
}
.navbar-nav>li>a {
  padding-bottom: 30px;
}

.ul-li ul,
.ul-li-block  ul {
	margin:0;
	padding: 0;
}
.ul-li  li {
	display: inline-block;
	list-style: none;
}

.ul-li-block li {
	display: block;
}
section {
	overflow: hidden;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	transition: .3s all ease-in-out;
	color: inherit;

}
.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
	outline: none;
	box-shadow: none;
	text-decoration: none;
	color: inherit;
}
.form-control {
	box-shadow: none;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	font-weight: normal;
	font-family: 'Nunito500', sans-serif;
}

.m20 { height: 20px; width: 100%; clear: both; }
.m40 { height: 40px; width: 100%; clear: both; }

.img-responsive {
	width: 100%;
	height: auto;
}
.try-now-btn { color: #999; }
.sintony {font-family: 'Sintony', sans-serif;}
.transation {transition: .3s all ease-in-out;}
.display-table {
	display: table;
	width: 100%;
}
.section-padding {padding: 115px 0px;}
.get-start-content .section-padding {padding: 25px 0px;}

.get-start-content .sintony.section-title-text {
	display: inline-block;
	color: #ebebeb!important;
}

.section-title-text {
	color: #999999;
	font-size: 18px;
}

.section-title-head {
	font-size: 36px;
}
h3.section-title-head {
	font-size: 24px;
}
.global-box-shadow {
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
.global-box-shadow-2 {
	-webkit-box-shadow: -9px 6px 25px -16px rgba(98, 88, 88, 0.75);
	-moz-box-shadow: -9px 6px 25px -16px rgba(98, 88, 88, 0.75);
	box-shadow: -9px 6px 25px -16px rgba(98, 88, 88, 0.75);
}

.blog-section-pic-text { min-height: 515px; }
.blog-section-pic-text.owlrec { min-height: 430px; }

.chefs-list .blog-section-pic-text { min-height: 585px; }

.relative-position {
	position: relative;
}
@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(114, 136, 46, 0.8);
	}
	70% {
		-webkit-box-shadow: 0 0 0 30px rgba(114, 136, 46, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(114, 136, 46, 0);
	}
}
@keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(114, 136, 46, 0.8);
		box-shadow: 0 0 0 0 rgba(114, 136, 46, 0.4);
	}
	70% {
		-moz-box-shadow: 0 0 0 10px rgba(114, 136, 46, 0);
		box-shadow: 0 0 0 30px rgba(114, 136, 46, 0);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(114, 136, 46, 0);
		box-shadow: 0 0 0 0 rgba(114, 136, 46, 0);
	}
}
/*---------------------------
---------color-code----------
-----------------------------*/
.white {color: #fff;}
.black {color: #010101; }
.pink {color: #f40669; }
.green {color: #7e982e; }
.green2 { color: #B2BF2B; }

/*---------------------------
---------font-weight----------
-----------------------------*/
.bold{font-weight: 700;}

.m1.active, .m2.active, .m3.active, .m4.active, .m5.active, .m6.active, .m7.active { color: #abe591!important; }

/*---------------------------
--------- colum setting----------
-----------------------------*/
.colmd3{max-width: 270px;}
.colmd4{max-width: 400px;}
.colmd5{max-width: 550px;}

/*---------------------------
---------Margin setting----------
-----------------------------*/
.mt100 {margin-top: 100px;}
.mt40 {margin-top: 40px;}
.mt10 {margin-top: 10px!important;}
.mt5 {margin-top: 5px;}
.mt15 {margin-top: 15px;}
.mt25 {margin-top: 25px!important;}
.mt30 {margin-top: 30px!important;}
.mt50 {margin-top: 50px!important;}
.mb0 {margin-bottom: 0px!important;}
.mb5 {margin-bottom: 5px!important;}
.mb15 {margin-bottom: 15px!important;}
.mb25 {margin-bottom: 25px!important;}
.mb30 {margin-bottom: 30px;}
.mb45 {margin-bottom: 45px;}
.mb50 {margin-bottom: 50px!important;}
.mb75 {margin-bottom: 75px;}
.mr30{margin-right: 30px;}
.mr35{margin-right: 35px;}
.ml5{margin-left: 5px;}
.ml70{margin-left: 70px;}
.mr10 {margin-right: 10px;}
.mr15 {margin-right: 15px;}
.mr20 {margin-right: 20px;}

.f15 { font-size: 15px!important; }

/*---------------------------
---------Padding setting----------
-----------------------------*/
.pt0 {padding-top: 0px!important;}
.pt10 {padding-top: 10px;}
.pt20 {padding-top: 20px;}
.pb10 {padding-bottom: 10px;}
.pb15 {padding-bottom: 15px;}
.pb30 {padding-bottom: 30px;}
.pb40 {padding-bottom: 40px;}
.pb50 {padding-bottom: 50px;}
.pb60 {padding-bottom: 60px;}
.pb90 {padding-bottom: 90px;}
.pt90 {padding-top: 90px;}
.pt80 {padding-top: 80px!important;}
.pt60 {padding-top: 60px;}
.pt40 {padding-top: 40px;}
.p0{padding: 0;}
.pl15{padding-left: 15px;}
.p15 { padding: 15px!important; }
.p20 { padding: 20px!important; }
.br50 { border-radius: 50%; }

.bannerpack {
	background: #151515;
	color: #ebebeb;
	padding: 5px;
	font-size: 15px;
	text-align: center;
    margin: 5px 0;
    cursor: pointer;
}

.bannerpack:hover {
    background: #565656;
}

.alert {
	display: none;
    padding: 5px 15px;
    margin-top: 15px;
	margin-bottom: 0px;
	margin-right: 23px;
    border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
    border-radius: 0px;
	font-size: 12px;
}

.alert_cont { max-width: 368px; margin-top: 10px; }

/*----------------------------------------------------------------------- 
Start of video banner section
-------------------------------------------------------------------------*/

.vidco-banner-section,
.breadcrum-section {
	background: #7e982e;  
	position: relative;
	padding-bottom: 910px;

}
.breadcrum-section {
	padding-bottom: 195px;
}
.banner-title,
.vidco-play-icon i {
	font-size: 52px;
}
.banner-title  span {
	display: block;
}
.banner-text span {
	font-size: 18px;
}
.vidco-banner-content {
	position: absolute;
	top: 55%;
	transform: translateY(-55%);
	width: 1170px;
}
.banner-title-text {
	max-width: 450px;
}
.video-banner-title span {
	letter-spacing: 5px;
}
.video-banner-img {
	max-width: 540px;
	float: right;
	padding-left: 10px;
	position: relative;
	overflow: hidden;
}
.overlay,
.overlay-2  {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
	background-color: rgba(0, 0, 0, 0.74);
}
.vidco-play-icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	z-index: 3;
}

.slider-area-section .banner-title-text {
	position: absolute;
	top: 50%;
	margin-top: 0;
	transform: translateY(-50%);
	left: 17%;
	z-index: 2;
}
.slick-next {
	right: 70px;
}
.slick-prev {
	left: 35px;
	z-index: 1;
}
.slick-prev:before, .slick-next:before {
	font-size: 50px;
}

.home-slide {
	padding-top: 120px;
	background: #f8f8f8;
}

.home-slide .item {
	position: relative;
}

#main-secton { padding: 60px 0!important; }
#main-section h1 { text-shadow: 1px 1px 1px #f8f8f8; font-size: 30px; padding: 0 80px 0px 80px; color: #000; }
#main-section h2 { font-size: 22px; padding: 10px 80px 20px 80px; color: #999; }

.home-slide .item .video-section-title {
	position: absolute;
	top: 40%;
	left: 0px;
	width: 100%;
	text-align: center;
	z-index: 2;
}

.home-slide a {
	border-radius: 15px;
	background: #0071b0;
	background: -moz-linear-gradient(left, #7e982e 0%, #9bba3b 51%, #7e982e 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #7e982e), color-stop(51%, #9bba3b), color-stop(100%, #7e982e));
	background: -webkit-linear-gradient(left, #7e982e 0%, #9bba3b 51%, #7e982e 100%);
	background: -o-linear-gradient(left, #7e982e 0%, #9bba3b 51%, #7e982e 100%);
	background: -ms-linear-gradient(left, #7e982e 0%, #9bba3b 51%, #7e982e 100%);
	background: linear-gradient(to right, #7e982e 0%, #9bba3b 51%, #7e982e 100%); 
	background-size: 200% auto;
	margin: 0 auto;
	border: none;
	margin-top: 0px;
	padding: 5px 30px;
}

.video-area {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	overflow: hidden;
	width: 100%;
	display: inherit;
	position: relative;
	background-color: #000;
}
.home-video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 180;
	left: 0;
	z-index: -1;
}
.video-area:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	z-index: 1;
}
.video-area.video-section {
	padding: 0;
	background: none;
	min-height: 910px;
}
.player {
	display:block;
	height:100%;
	background: rgba(0,0,0,0.8);
}
.video-section-title h1 {
	font-size: 62px!important;
	font-weight: 700;
	margin-bottom: 0px;
	text-shadow: 2px 2px 2px #000;
}
.video-section-title p {
	font-size: 36px!important;
	line-height: 40px!important;
	font-weight: 500;
	margin-top: 0px;
	text-shadow: 1px 1px 1px #000;
}
.video-section-content {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	text-align: center;
	top: 45%;
	transform: translateY(-50%);
}
.slider-bg-1, 
.slider-bg-2 {
	background-image: url(../img/banner/slider-1.jpg);
	padding-bottom: 910px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.slider-bg-2 {
	background-image: url(../img/banner/slider-2.jpg);
}
.youtube-video-play .video-banner-img {
	float: none;
	height: 335px;
	margin-left: 20px; 
}
.youtube-play {
	z-index: -99;
	width: 100%;
	height: 100%;
}
.ytp-iv-video-content {
	left: 0;
}
.youtube-play iframe {
	height: 100%;
	width: 100%;
	border: none;
}
/*----------------------------------------------------------------------- 
End of video banner section
-------------------------------------------------------------------------*/



/*----------------------------------------------------------------------- 
Start of service section
-------------------------------------------------------------------------*/
.service-icon i {
	font-size: 52px;
	text-align: center;
}
.service-title-head {
	font-size: 22px;
}
.service-text-icon {
	padding: 25px 30px 50px 30px; 
}
.service-reply-icon  i {
	color: #e5e5e5;
	font-size: 26px;
	transition: .3s all ease-in-out;
}
.service-reply-icon {
	position: absolute;
	top: 15px;
	right: 15px;
}
.service-text-icon:hover {
	-webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
}
.service-text-icon:hover .service-reply-icon i {
	color: #7e982e;
}
.view-button i {
	font-size: 18px;
}

/*----------------------------------------------------------------------- 
End of service section
-------------------------------------------------------------------------*/



/*----------------------------------------------------------------------- 
Start of achivemnet section
-------------------------------------------------------------------------*/
.achivment-left {
	max-width: 500px;
	background-color: #fff;
}
.achivment-left-img {
	max-width: 450px;
}
.achivment-section .section-padding {
	padding-top: 0;
}
.achivment-left-img .owl-dot,
.testimonial-slide .owl-dot {
	height: 15px;
	width: 15px;
	border: 1px solid #677b2b;
	border-radius: 100%;
	margin-bottom: 10px;
	position: relative;
}
.achivment-left-img .owl-dot:after,
.testimonial-slide .owl-dot:after {
	position: absolute;
	top: 2px;
	content: '';
	background-color: #677b2b;
	height: 8px;
	width: 0px;
	border-radius: 100%;
	left: 2px;
}
.achivment-left-img .owl-controls {
	position: absolute;
	left: -30px;
	top: 50%;
	transform: translateY(-50%);
}
.achivment-left-img .owl-dot.active:after,
.testimonial-slide .owl-dot.active:after {
	width: 8px;
}
.achivement-right .section-title-head span {
	font-weight: 400;
	text-decoration: none;
	border-bottom: 1px solid #696969;
}
.achivement-right .section-title-head {
	line-height: 45px;
}
.counter-item h2,
.counter-item strong {
	font-size: 36px;
	display: inline-block;
}
.counter-details {
	display: block;
}
.achivment-section .jarallax {
	background-image: url(../img/achivement/achiv-bg.jpg);

}
.section-gradient-color {
	background: -o-linear-gradient( top, rgba(255,255,255,1), rgba(255,255,255,0.9), rgba(255,255,255,0.8), rgba(255,255,255,0.7) );
	background: -ms-linear-gradient( top, rgba(255,255,255,1), rgba(255,255,255,0.9), rgba(255,255,255,0.8), rgba(255,255,255,0.7) );
	background: -moz-linear-gradient( top, rgba(255,255,255,1), rgba(255,255,255,0.9), rgba(255,255,255,0.8), rgba(255,255,255,0.7) );
	background: -webkit-linear-gradient( top, rgba(255,255,255,1), rgba(255,255,255,1), rgba(255,255,255,.9), rgba(255,255,255,0.7) );
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
}
/*----------------------------------------------------------------------- 
End of achivemnet section
-------------------------------------------------------------------------*/


/*----------------------------------------------------------------------- 
Start of portfolio section
-------------------------------------------------------------------------*/
.portfolio-section {
	padding: 115px 0px
}
.portfolio-project,
.experties-content {
	max-width: 1620px;
	margin: 0 auto;
}
.project-description h3 {
	font-size: 18px;
}
.item-wrap {
	overflow: hidden;
}
.portfolio-section .item-wrap {
	margin-bottom: 30px;
}
.item-wrap .overlay {
	opacity: 0;
	transition: .3s all ease-in-out;
}
.project-description,
.experties-name-designation {
	position: absolute;
	top: 15px;
	z-index: 1;
	left: 5px;
	opacity: 0;
	visibility: hidden;
	transition: .6s all ease-in-out;
	z-index: 2;
}
.project-catagorry li,
.experties-name-designation span {
	color: #c5baba;
}
.item-wrap:hover .overlay {
	opacity: 1;
	visibility: visible;
}
.item-wrap:hover .project-description, 
.item-wrap:hover .experties-name-designation {
	opacity: 1;
	visibility: visible;
	left: 15px;
}
.nav-gallery li {
	margin-left: 35px;
	cursor: pointer;
}
.filtr.filtr-active {
	color: #7e982e;
	position: relative;
}
.filtr.filtr-active:before {
	content: '';
	position: absolute;
	height: 8px;
	width: 8px;
	border-radius: 100%;
	background-color: #7e982e;
	top: -4px;
	right: -8px;
}

.login-area-form .browse-btn, .login-area-form button { width: 100%!important; border-radius: 5px!important; }


.browse-btn,
.contact-comment-info button, 
.contact-area-form button, 
.login-area-form button, 
.comment-drop-box button {
	height: 50px;
	width: 250px;
	border-radius: 25px;
	background: #0071b0;
	background: -moz-linear-gradient(left, #7e982e 0%, #9bba3b 51%, #7e982e 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #7e982e), color-stop(51%, #9bba3b), color-stop(100%, #7e982e));
	background: -webkit-linear-gradient(left, #7e982e 0%, #9bba3b 51%, #7e982e 100%);
	background: -o-linear-gradient(left, #7e982e 0%, #9bba3b 51%, #7e982e 100%);
	background: -ms-linear-gradient(left, #7e982e 0%, #9bba3b 51%, #7e982e 100%);
	background: linear-gradient(to right, #7e982e 0%, #9bba3b 51%, #7e982e 100%); 
	background-size: 200% auto;
	line-height: 55px;
	margin: 0 auto;
	border: none;
	margin-bottom: 15px;
}
.btn-news { max-width: 180px!important; }
.browse-btn2 { 
	height: 40px; 
	width: auto;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 50px;
	background: #0071b0;
	background: -moz-linear-gradient(left, #7e982e 0%, #9bba3b 51%, #7e982e 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #7e982e), color-stop(51%, #9bba3b), color-stop(100%, #7e982e));
	background: -webkit-linear-gradient(left, #7e982e 0%, #9bba3b 51%, #7e982e 100%);
	background: -o-linear-gradient(left, #7e982e 0%, #9bba3b 51%, #7e982e 100%);
	background: -ms-linear-gradient(left, #7e982e 0%, #9bba3b 51%, #7e982e 100%);
	background: linear-gradient(to right, #7e982e 0%, #9bba3b 51%, #7e982e 100%); 
	background-size: 200% auto;
	line-height: 40px;
	margin: 0 auto;
	border: none;
}
.browse-btn3 { 
	height: 40px; 
	width: auto;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 50px;
	background: #565656;
	background: -moz-linear-gradient(left, #565656 0%, #7e7e7e 51%, #565656 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #565656), color-stop(51%, #7e7e7e), color-stop(100%, #565656));
	background: -webkit-linear-gradient(left, #565656 0%, #7e7e7e 51%, #565656 100%);
	background: -o-linear-gradient(left, #565656 0%, #7e7e7e 51%, #565656 100%);
	background: -ms-linear-gradient(left, #565656 0%, #7e7e7e 51%, #565656 100%);
	background: linear-gradient(to right, #565656 0%, #7e7e7e 51%, #565656 100%); 
	background-size: 200% auto;
	line-height: 40px;
	margin: 0 auto;
	border: none;
}
.browse-btn4 { 
	height: 30px; 
	width: 120px;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 30px;
	background: #0071b0;
	background: -moz-linear-gradient(left, #7e982e 0%, #9bba3b 51%, #7e982e 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #7e982e), color-stop(51%, #9bba3b), color-stop(100%, #7e982e));
	background: -webkit-linear-gradient(left, #7e982e 0%, #9bba3b 51%, #7e982e 100%);
	background: -o-linear-gradient(left, #7e982e 0%, #9bba3b 51%, #7e982e 100%);
	background: -ms-linear-gradient(left, #7e982e 0%, #9bba3b 51%, #7e982e 100%);
	background: linear-gradient(to right, #7e982e 0%, #9bba3b 51%, #7e982e 100%); 
	background-size: 200% auto;
	line-height: 30px;
	margin: 0;
	border: none;
	text-align: center;
}
.browse-btn:hover,
.browse-btn2:hover, 
.browse-btn3:hover, 
.browse-btn4:hover, 
.contact-comment-info button:hover,
.contact-area-form button:hover,
.comment-drop-box button:hover {
	background-position: right center;
	transition: .3s all ease-in-out;
}
.browse-btn a {
	display: block;
	width: 100%;
}

.w180 { min-width: 180px!important; }
.portfolio-section .vidco-play-icon, 
.service-single-right-img .vidco-play-icon {
	height: 60px;
	width: 60px;
	border-radius: 100%;
	border: 2px solid #ffffff;
	margin: 0 auto;
	line-height: 60px;
	animation: pulse 2s infinite;
}
.portfolio-section .vidco-play-icon a, 
.service-single-right-img .vidco-play-icon a {
	display: block;
	width: 100%;
}
.portfolio-section .vidco-play-icon a i {
	font-size: 30px;
}
/*----------------------------------------------------------------------- 
End of portfolio section
-------------------------------------------------------------------------*/


/*----------------------------------------------------------------------- 
Start of featured section
-------------------------------------------------------------------------*/
.featured-section .section-padding {
	padding-top: 70px!important;
	padding-bottom: 70px!important;
}
.featured-title-head {
	font-size: 26px;
} 
.featured-icon i {
	font-size: 52px;
	line-height: .8;
}
.featured-number h3 {
	font-size: 52px;
	color: #e5e5e5;
}
.featured-icon-title {
	display: inline-block;
	width: 100%;
}
.featured-text-dec {
	overflow: hidden;
}
/*----------------------------------------------------------------------- 
End of featured section
-------------------------------------------------------------------------*/



/*----------------------------------------------------------------------- 
Start of testimonial section
-------------------------------------------------------------------------*/
.testimonial-section {
	background-color: #f7f7f7;	
}
.testimonial-text span {
	font-size: 18px;
}
.testimonial-text i {
	font-size: 26px;
	margin-right: 15px;
}
.testimonial-pic-text {
	padding: 50px 30px;
	background-color: #fff;
	display: inline-block;
	max-width: 570px;
}
.client-pic {
	height: 80px;
	width: 80px;
}
.client-pic img {
	border-radius: 100%;
}
.client-name-designation .name {
	font-size: 18px;
	display: block;
}
.client-name-designation {
	display: inline-block;
}
.ratting-number {
	font-size: 36px;
}
.rate-star li i {
	color: #f7a81f;
}
.testimonial-slide.owl-carousel .owl-item {
	padding: 5px;
}
.testimonial-slide .owl-dot {
	display: inline-block;
	margin-left: 10px;
}
.testimonial-slide .owl-controls {
	position: absolute;
	right: 0;
	top: -105px;
}
/*----------------------------------------------------------------------- 
End of testimonial section
-------------------------------------------------------------------------*/



/*----------------------------------------------------------------------- 
Start of blog section
-------------------------------------------------------------------------*/
.blog-tilte {
	font-size: 18px;
	line-height: 25px;
}
.blog-meta {
	font-style: italic;
	margin-bottom: 40px;
	font-size: 13px;
}
.blog-meta span {
	float: left;
	margin-right: 15px;
}
.blog-meta li {
	margin-right: 15px;
	position: relative;
}
.blog-meta li:first-child {
	color: #7e982e;
	font-weight: 700;
}
.blog-meta li:before {
	content: '|';
	position: absolute;
	left: -10px;
	top: 0;
}
.blog-meta li:first-child:before {
    content: '';
}

.blog-section-pic {
	overflow: hidden;
}
.blog-section-pic img {
	transition: .5s all ease-in-out;
}
.blog-section-pic-text:hover img {
	-webkit-transform: rotateZ(-2deg) scale(1.1);
	transform: rotateZ(-2deg) scale(1.1);
}
/*----------------------------------------------------------------------- 
End  of blog section
-------------------------------------------------------------------------*/



/*----------------------------------------------------------------------- 
Start of sponsor section
-------------------------------------------------------------------------*/
.sponser-section {
	padding-bottom: 100px;
}
.sponser-slide .owl-prev {
	position: absolute;
	left: -5px;
	bottom: 20px;
	font-size: 35px;
	opacity: 0;
	transition: .3s all ease-in-out;
}
.sponser-slide .owl-next {
	position: absolute;
	right: -5px;
	bottom: 20px;
	font-size: 35px;
	opacity: 0;
	transition: .3s all ease-in-out;

}
.sponser-slide:hover .owl-next {
	right: 10px;
	opacity: 1;
}
.sponser-slide:hover .owl-prev {
	left: 10px;
	opacity: 1;
}
/*----------------------------------------------------------------------- 
End  of sponsor section
-------------------------------------------------------------------------*/



/*----------------------------------------------------------------------- 
Start of footer and newslatter section
-------------------------------------------------------------------------*/
.newaletter-section-content {
	padding: 70px 0 0;
}
footer {
	background-color: #252525;
}
.contact-comment-info input {
	background-color: transparent;
	border: none;
	border-bottom:  2px solid #727272;
	width: 68%;
	float: left;
	padding: 10px 0px;
	margin-right: 30px;
}
.contact-comment-info input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #454545;
	font-size: 18px;
}
.contact-comment-info button {
	border: none;
	color: #fff;
}
.footer-social li a {
	font-size: 26px;
	margin-right: 20px;
}
.footer-social li a:hover i {
	color: #7e982e;
}
.footer-widget .widgettitle {
	font-size: 26px;
}
.footer-service-link ul li {
	margin-bottom: 5px;
}
.footer-service-link ul li a:hover  {
	color: #7e982e;
}
.copy-right-text {
	padding-top: 15px;
	padding-bottom: 5px;
	background: #000;
}
/*----------------------------------------------------------------------- 
End of footer and newslatter section
-------------------------------------------------------------------------*/



/*------------------------------------- 
------------ HOME-2 -------------------
---------------------------------------*/

.featured-section.home-2  {
	background-color: #f7f7f7;
}
.featured-section.home-2 .section-padding {
	padding-bottom: 100px;
}
.achivment-section.home-2 .section-padding{
	padding-top: 110px!important;
	padding-bottom: 0!important;
}

.achivment-section.home-2 .vidco-play-icon i {
	font-size: 36px;
}
.achivment-section.home-2 .vidco-play-icon, 
.get-start-section .vidco-play-icon {
	height: 100px;
	width: 100px;
	border-radius: 100%;
	border: 2px solid #7e982e;
	margin: 0 auto;
	line-height: 100px;
	animation: pulse 2s infinite;
}
.achivment-section.home-2 .vidco-play-icon a,
.get-start-section .vidco-play-icon a {
	display: block;
	width: 100%;
}
.get-start-section .vidco-play-icon {
	top: 150px;
}
/*----------------------------------------------------------------------- 
Start of get started section
-------------------------------------------------------------------------*/
.get-start-section .jarallax {
	background-image: url(../img/collage.jpg);
}
.get-start-content {
	position: relative;
	z-index: 3;
}
.overlay-2 {
	background-color: rgba(0, 0, 0, 0.50);
}
.get-start-section .browse-btn {
	margin-top: 20px;
}
.get-start-section .section-title-head {
	line-height: 40px;
}
.breadcrumb {
	background-color: transparent;
}
.breadcrum-content {
	position: absolute;
	bottom: 25px;
}
.breadcrumb li {
	font-size: 18px;
	color: #ebebeb;
}
.breadcrumb li.active {
	font-size: 18px;
	color: #fff;
	font-weight: 700;
}

.breadcrum-title-head {
	font-size: 36px;
	display: none;
}
.breadcrumb>li+li:before {
	font-family: "Ionicons";
	content:"\f125";
	font-size: 12px;
}
/*----------------------------------------------------------------------- 
End of get started section
-------------------------------------------------------------------------*/

.f12 { font-size: 12px; margin-top: 15px; }

/*------------------------------------- 
------------ ABOUT_US -------------------
---------------------------------------*/

.featured-section.about-us {
	background-color: transparent;
}
.featured-section.about-us .featured-icon-title {
	display: inherit;
}
.featured-section.about-us .featured-number-text {
	overflow: hidden;
}
.featured-section.about-us .featured-icon {
	height: 100px;
}
/*----------------------------------------------------------------------- 
Start of experties section
-------------------------------------------------------------------------*/
.experties-section {
	padding-bottom: 110px;
}
.experties-text,
.experties-social {
	position: absolute;
	z-index: 2;
	top: 27%;
	transform: translateY(-30%);
	left: 15px;
	padding-right: 45px;
	opacity: 0;
	visibility: hidden;
	transition: .5s all ease-in-out;
	transition-delay: .5s;
}
.experties-social i {
	font-size: 26px;
	margin-right: 20px;
	color: #999999;
	transition: .3s all ease-in-out;
}
.experties-social i:hover {
	color: #7e982e;
}
.experties-social {
	top: 52%;
	transform: translateY(-50%);
	left: 20px;
}
.item-wrap:hover .experties-text {
	opacity: 1;
	visibility: visible;
	top: 30%;
}
.item-wrap:hover .experties-social {
	top: 50%;
	opacity: 1;
	visibility: visible;
}
.experties-section .item-wrap {
	float: left;
	max-width: 385px;
}
/*----------------------------------------------------------------------- 
End of experties section
-------------------------------------------------------------------------*/



/*----------------------------------------------------------------------- 
Start of aminities and about service section
-------------------------------------------------------------------------*/
.aminities-section .featured-icon-text {
	margin-bottom: 70px;
}
.aminities-section .section-padding {
	padding-bottom: 45px;
}
.service-section.about-us .service-text-icon {
	margin-bottom: 30px;
}
.service-section.about-us .section-padding {
	padding-bottom: 90px;
}
/*----------------------------------------------------------------------- 
End of aminities and about service section
-------------------------------------------------------------------------*/



/*------------------------------------- 
------------ Service -------------------
---------------------------------------*/



/*----------------------------------------------------------------------- 
Start of how ist work section
-------------------------------------------------------------------------*/
.how-its-work-section {
	background-color: #f2f2f2;
}
.how-its-work-icon i {
	font-size: 36px;
	position: relative;
}
.how-its-work-icon:after {
	position: absolute;
	content: '';
	background-color: #7e982e;
	bottom: 0;
	height: 4px;
	width: 60px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.how-work-icon-text {
	background-color: #fff;
	padding: 30px 20px;
	margin-bottom: 30px;
}
/*----------------------------------------------------------------------- 
End of how ist work section
-------------------------------------------------------------------------*/


/*----------------------------------------------------------------------- 
Start of pricing section
-------------------------------------------------------------------------*/
.content-price {
	font-size: 52px;
}
.content-title h3 {
	font-size: 36px;
}
.content-duration {
	font-size: 16px;
}
.our-pricing {
	padding: 45px 15px 55px 15px;
	border-radius: 4px;
}
.pricing-plan-list li {
	margin-bottom: 15px;
}
.our-pricing .browse-btn {
	background: #f7f7f9;
	background-size: 200% auto;
}
.our-pricing .browse-btn a {
	transition: none;
}
.our-pricing .browse-btn:hover {
	background-color: #7e982e;
	color: #fff;
}
.pricing-plan-list ul {
	text-align: left;
	padding-left: 15px;
}
.pricing-plan-list ul li i {
	margin-right: 10px;
}
/*----------------------------------------------------------------------- 
End  of pricing section
-------------------------------------------------------------------------*/


/*------------------------------------- 
------------ Service Details page ------
---------------------------------------*/
.service-single-list li {
	width: 100%;
	padding: 30px;
	margin-bottom: 20px;
} 

.service-single-list .service-icon i {
	line-height: 0;
	float: left;
	margin-right: 25px;
}
.service-single-list .service-icon h3 {
	margin-top: 15px;
	display: inline-block;
}
.service-single-right-content {
	max-width: 800px;
}
.service-single-list-item li i {
	margin-right: 10px;
}
.service-single-list-item li {
	margin-bottom: 5px;
}
.service-single-right-img .vidco-play-icon i {
	font-size: 35px;
}

/*------------------------------------- 
------------ Blog archive page ------
---------------------------------------*/
.blog-archive-content .blog-section-text {
	padding: 30px;
}

.blog-archive-section .blog-post-date, 
.blog-single-text-content .blog-post-date {
	background-color: #7e982e;
	padding: 5px 15px;
	border-radius: 40px;
	display: inline-block;
	position: absolute;
	top: 5%;
	transform: translateY(-5%);
}
.blog-single-content-desc {
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 75px;
}
.blog-single-head  {
	font-size: 36px;
	line-height: 48px;
}
.blog-single-text-content .blog-post-date {
	bottom: 15px;
	top: inherit;
	left: 20px;
}
.blog-single-blockquote blockquote {
	font-size: 18px;
	border: none;
	padding: 50px 0 50px 70px;
	position: relative;
}
.blog-single-blockquote blockquote:before {
	position: absolute;
	content: "\f347";
	font-family: "Ionicons";
	color: #010101;
	left: 12px;
	top: 15px;
	font-size: 52px;
}
.blog-single-tag {
	width: 30%;
}
.vidco-share {
	display: inline-flex;
}
.blog-single-content-desc {
	border-bottom: 2px solid #e5e5e5;
}

.blog-single-text p, .blog-single-text li {
	font-size: 17px;
	line-height: 24px;
}


.comment-area {
	max-width: 800px;
	margin: 0 auto;
}
.viewer-comment {
	border-bottom: 2px solid #e5e5e5;
}
.comment-number-head {
	font-size: 26px;
}

.comment-form input,
.comment-form textarea {
	height: 50px;
	width: 47%;
	padding: 20px;
	float: left;
	margin-right: 20px;
	background-color: #f6f6f6;
	border: none;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
}
.comment-form textarea {
	width: 97%;
	height: 150px;
}
.user-name {
	display: block;
}
.user-coment {
	overflow: hidden;
}
.admin-area-text .designation,
.admin-area-text .reply-meta  {
	color: #c5c5c5;
}
.visitor-area.reply-comment {
	margin-left: 90px;
}

.scroll-carrito {
    max-height: 700px; 
    overflow-y: auto; 
    padding: 20px; 
    border: 4px solid #ebebeb;
}

.scroll-carrito h2 {
    padding-bottom: 10px!important;
}

.delete { cursor: pointer; }
/*------------------------------------- 
------------ Contact page ------
---------------------------------------*/
.contact-icon i {
	font-size: 52px;
}
.contact-info-details {
	padding: 40px 40px 50px;
}
.google-map-container {
	height: 550px;
}

.w100 { width: 100%!important; }

.contact-info {
	width: 67%;
	float: none;
	margin-right: 20px;
	margin-bottom: 20px;
}
.contact-info input,
.contact-info select{
	width: 100%;
	height: 50px;
	border: none;
	padding: 0px 15px;
	border-bottom: 1px solid #dbd3d3;
}
.contact-info-msg textarea {
	width: 97%;
	border: none;
	padding: 15px;
	border-bottom: 1px solid #dbd3d3;
}

/*------------------------------------- 
------------ 404 page ------
---------------------------------------*/
.error-section {
	padding: 150px 0px;
}
.error-text {
	max-width: 570px;
	margin: 0 auto;
}
.error-text h2 {
	font-size: 200px;
	text-shadow:  2px 2px  rgba(0, 0, 0, 0.44);
}
.error-dec-text {
	font-size: 52px;
}
.error-dec p {
	font-size: 18px;
}
.portfolio-item .item-wrap,
.shop-text-pic .item-wrap {
	margin-bottom: 0px;
}
.portfolio-item .portfolio-item-title,
.shop-text-pic .portfolio-item-title {
	font-size: 18px;
	color: #000;
}
.portfolio-item-text span {
	font-size: 13px;
}

.portfolio-item-text {
	border: 1px solid #f1f1f1;
	padding: 20px 15px;
	margin-bottom: 30px;
	display: inline-block;
	width: 100%;
}
.portfolio-item .nav-gallery li {
	margin-left: 0;
	margin-bottom: 10px;
}
.portfolio-item .filtr.filtr-active:before {
	display: none;
}
.shop-btn i {
	font-size: 20px;
	margin-left: 5px;
}
.shop-title .price {
	font-size: 18px;
	color: #f40669;
}
.plyr__progress--played,
.plyr__volume--display {
	color: #f10a6e !important;
}

.img-chef { position: relative; max-width: 200px!important; border-radius: 50%; border: 2px solid #ebebeb; margin-bottom: 30px; display: inline-block!important; }
.img-chef-small { position: relative; max-width: 50px!important; border-radius: 50%; }

.img-chef-bio { position: relative; max-width: 300px!important; border: 2px solid #ebebeb; margin-bottom: 10px; margin-right: 40px; display: inline-block; }
.bio_cont { line-height: 28px; font-size: 18px; text-align: left; }

.chef-tilte {
	font-size: 18px;
	line-height: 25px;
	margin-top: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}
.chef-meta {
	font-style: italic;
	margin-bottom: 20px;
	height: 60px;
	border-bottom: 1px solid #ebebeb;
}
.chef-meta li.li-thumb {
	position: relative;
	width: 60px;
	height: 30px;
}

.chef-meta li.li-thumb .img-chef-small {
	position: absolute;
	top: -10px;
	left: 0px;
}
.blackup {
	color: #000;
	text-transform: uppercase;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
}

.blog-section-title { border-bottom: 1px solid #ebebeb; min-height: 60px; }
.blog-section-title ul { padding: 0px; margin: 0px; }
.blog-section-title ul li { list-style: none; margin-right: 10px; display: inline-block; color: #999; font-size: 12px; }
.blog-section-title ul li:last-child { margin-right: 0px; }

.compra_cont { padding-top: 25px; }
.pvp_cont { color: #000; font-size: 22px; font-weight: 600; }
.pvpanterior { color: #cc0000; margin-left: 10px; font-size: 14px; text-decoration: line-through; display: inline-block; }
.descuento { color: #cc0000; font-size: 14px; margin-top: 42px; }

.precio_cont { font-family: 'Nunito700', sans-serif; color: #000; font-size: 20px; margin: -15px 0 40px 0; border-bottom: 1px solid #ebebeb; padding-bottom: 15px; }
.precio_cont a.green { font-size: 14px; }

h2.clases { 
	color: #000; 
	font-size: 16px; 
	font-weight: 600; 
	text-align: center; 
	margin-top: 0px; 
	padding-top: 0px; 
}
.clases_cont {
	margin: auto;
	max-width: 1040px;
	margin-top: 70px;
}
.item-video {
	margin-bottom: 40px;
}
.item-video h2 {
	margin-bottom: 5px;
	margin-top: 0px;
	color: #000;
	font-weight: 700;
	font-size: 17px;
}
.item-video-img { position: relative; }

.item-video-img h5, .item-video-img h3 {
	position: absolute;
	color: #fff;
	margin: auto;
	top: 120px;
	width: 90%;
	left: 5%;
	text-align: center;
	font-size: 36px;
	text-shadow: 1px 1px #565656;
}

.item-video-img h5 {
	top: 94px;
	font-size: 22px;
	color: #ebebeb;
}

.blog-descrip p {
	line-height: 23px;
}

section.blanc { background: #fff!important; }
section.grey, div.grey { background: #f8f8f8!important; }
section.grey2, div.grey2 { background: #ebebeb!important; }

.grey2 { color: #EBEBEB!important; }

.fav-footer { height: 80px; width: auto; }

.fic { 
	border-bottom: 1px solid #ebebeb;
	padding: 9px 0;
}

.fic .img-responsive { max-width: 100px; }

.fic h2 { color: #000; font-size: 16px; padding-top: 20px; font-weight: 600; text-transform: uppercase; }
.fic h2 span, .fic2 h2 span { color: #444; text-transform: none; font-weight: 400; }

.fic .fa-times { cursor: pointer; color: #ccc; padding-top: 20px; }

.fic2 { 
	border-bottom: 1px solid #ebebeb;
	padding: 9px 0;
}

.fic2 .img-responsive { max-width: 100px; }

.fic2 h2 { color: #000; font-size: 16px; padding-top: 25px; font-weight: 600; }



.inputcodigo { border-radius: 0; max-width: 250px; }
.btn-codigo { background: #000; font-size: 12px; border-radius: 0; border: 2px solid #000; }
.btn-codigo:hover { background: #000; font-size: 12px; border-radius: 0; border: 2px solid #000; }

.fictotal { 
	border-bottom: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
	padding: 15px 0;
	margin: 40px 20px 20px 20px;
}

.bono_cont {
    display: none;
}

.fictotal h3 { color: #000; font-size: 16px; padding-top: 0px; font-weight: 600; }

.factu_cont h2 { color: #000; font-size: 18px; padding-bottom: 20px; font-weight: 600; padding-top: 10px; }

.factu_cont h2 span { margin-left: 20px; }
.factu_cont h2 span a { font-size: 13px; color: #7e982e; }

.factu_cont h2 span.switchery { margin-left: 0px; }

select { color: #999; }

option[value=""] {
  	color: #999;
	padding: 4px;
}

.option { padding: 4px; border-bottom: 1px solid #ebebeb; color: #565656; }

.legal_cont h3 { color: #000; margin:15px 0 5px 0; font-size: 18px; font-weight: 600; }

.legal_form { font-size: 12px; color: #999; margin-top: 30px; padding: 0 10px; font-weight: 200; }

.legal_mini { position: relative; font-size: 12px; color: #777777; margin: 20px 0 0px 0; padding-left: 50px; }

.legal_mini a { color: #7e982e; }

.legal_mini .switchery { position: absolute; left: 0px; top: 0px; }

.recuperar a { font-size: 13px; color: #7e982e; }

.modal { background: rgba(0,0,0,.5); }
.modal-backdrop.in { display: none!important; }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    color: #000;
    font-size: 24px;
    font-weight: 600;
    margin: 15px 0 0 0;
	display: inline-block;
}

.modal p, .modal li { font-size: 13px; line-height: 18px; }

.modal h3 {
	color: #000;
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 7px;
	font-weight: 600;
}

.modal-legal .modal-dialog {
    width: 1000px;
    margin: 30px auto;
	max-width: 100%;
}
.modal-login .modal-dialog {
    width: 400px;
    margin: 30px auto;
	max-width: 100%;
	top: 15%;
}

.modal-login .modal-dialog .modal-content {
	border-radius: 0px;
	color: #000;
}

.modal-login .modal-dialog .modal-content p {
	color: #000!important;
	font-size: 16px!important;
	margin-top: 30px!important;
}

.modal-login .modal-dialog .modal-content a {
	color: #7e982e!important;
}

.modal-login .modal-dialog .modal-content .form-group {
	font-size: 12px!important;
}

.switchery-small {
    border-radius: 20px;
    height: 20px;
    width: 33px;
    margin-right: 7px;
    margin-left: 5px;
}

.under-news { font-size: 12px; font-weight: 200; margin-top: 15px; }

.login-area-form {
	padding-left: 15px;
	padding-right: 15px;
}

.login-area-form .form-control {
	height: 45px;
	color: #000;
}

.login-area-form h2 { color: #000; font-size: 19px; font-weight: 600; margin-bottom: 5px; }
.login-area-form p { color: #999; font-size: 14px; font-weight: 500; margin-bottom: 25px; }

.login-area-form h2 a { color: #7e982e; }

.carritovacio h2 { font-size: 34px; }
.carritovacio h3 { color: #000; font-size: 16px; font-weight: 600; margin-bottom: 25px; margin-top: 5px; }

.mis_datos_cont { min-height: 500px; }

.mis_datos_cont label { font-size: 12px; color:#999; font-weight: 400; }

.enconstruccion {
	padding: 100px 0;
	background: #7e982e;
	color: #fff;
}

.enconstruccion h1, .enconstruccion h2, .enconstruccion h3, .enconstruccion h4, .enconstruccion h5, .enconstruccion p { text-align: center; }


.enconstruccion h1 {
	font-size: 28px;
	color: #ebebeb;
}

.enconstruccion h2 {
	font-style: italic;
	font-size: 13px;
	font-weight: 200;
	margin-bottom: 30px;
}

.enconstruccion h3 {
	font-size: 24px;
	font-weight: 200;
	margin-bottom: 30px;
}
.enconstruccion h4 {
	font-size: 16px;
}

.logof { opacity: .65; }

.recuperar {
	padding: 5px 0 0 0;
}

.table-container {
  background: #FFF;
  box-shadow: 0 0 10px 0 rgba(218, 218, 218, 0.1); 
}

.table {
  margin-bottom: 0; }
  .table thead tr th, .table thead tr td, .table tbody tr th, .table tbody tr td, .table tfoot tr th, .table tfoot tr td {
    padding: 14px 8px; }
  .table th {
    padding: 16px 8px;
    font-weight: 600; }
  .table tbody {
    color: #777; }

.table-bordered {
  border: 0;
  border-top: 2px solid #DDD; 
}
.table-bordered thead tr th {
    border: 1px solid #EEE;
    border-bottom: 2px solid #DDD; 
}
.table-bordered tbody tr td {
    border: 1px solid #EEE; 
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f3f5f7; }

.table-hover tbody tr:hover {
  background-color: #f3f5f7; 
}


.fb-login { 
	cursor: pointer; 
	width: 100%;
	background: #3b5998;
	color: #fff;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 5px;
}
.fb-login:hover { opacity: .7; }

.fb-login i { margin-right: 6px; }

ul.menu-area {
	padding: 0 30px 0 0;
	margin: 0 0 40px 0;
}

ul.menu-area li {
	list-style: none;
	padding: 5px;
	border-bottom: 1px solid #ebebeb;
	display: inline-block;
	max-width: 200px;
	padding: 5px 30px;
	border:1px solid #7e982e;
	color:#7e982e
}

ul.menu-area li a {
	font-size: 14px;
	color: #7e982e;
	font-weight: 700;
}
ul.menu-area li.active {
	background: #7e982e;
	color: #fff;
}
ul.menu-area li.active a {
	color: #fff;
}

ul.menu-area li:first-child {
	border-radius: 25px 0 0 25px;
}
ul.menu-area li:last-child {
	border-radius: 0px 25px 25px 0;
}

.avisopack { 
	padding-top: 20px;
	color: #7e982e;
	font-weight: 700;
	font-size: 13px;
}
.vid_cont2 iframe { background: #000!important; }

.postpago {
    padding: 40px 0px 180px 0px;
}

.postpago i {
    font-size: 80px;
}

.postpago h2 {
	font-size: 56px;
}
.postpago h3 {
	font-size: 22px;
	color: #000;
	margin-bottom: 25px;
}
.postpago h3.red { color: #cc0000; }
.postpago a {
	color: #7e982e;
	font-weight: 700;
}

.postpago p {
    margin-top: 20px;
    font-size: 24px;
    line-height: 32px;
}

.nompac {
	font-size: 12px;
	font-weight: 400;
	color: #7e982e;
	margin-right: 5px;
}

.tot {
	font-size: 22px;
	color: #7e982e;
}

.ofertpack {
	color: #cc0000;
	font-weight: 700;
	font-size: 16px;
}

h2.factu {
	color: #000!important;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 15px;
}

.cont1, .cont2, .cont3 { padding-top: 25px; }
.cont2, .cont3 { display: none; }

ul.menu-curso {
	margin: 2px 0;
	padding: 0;
}

ul.menu-curso li {
	list-style: none;
	display: inline-block;
	padding: 6px 30px;
	border: 2px solid #151515;
	border-right: none;
	color: #151515;
	cursor: pointer;
}
ul.menu-curso li:last-child {
	border-right: 2px solid #151515;
}

ul.menu-curso li.active {
	background: #151515;
	color: #fff;
}


@media only screen and (max-width: 1201px) {

	.nav > li > a {
		position: relative;
		display: block;
		padding: 10px 10px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}


.cursos_cont {
	position: relative;
    padding: 30px 40px;
    background: #fff !important;
    margin-top: 80px;
	border: 1px solid #ebebeb;
	margin-bottom: 40px!important;
}

.menu-cursos {
	position: absolute;
	left: -1px;
	top: -38px;
	padding: 0px;
	margin: 0px;
}

.menu-cursos li {
	display: inline-block;
	padding: 7px 20px;
	text-align: center;
	border: 1px solid #ebebeb;
	border-bottom: none;
	font-size: 13px;
	font-weight: 600;
	background: #ebebeb;
	cursor: pointer;
}

.menu-cursos li.active {
	background: #fff;
}

.menu-cursos li a {
	color: #000;
}

.blog-descrip {
	min-height: 140px;
}


@media only screen and (max-width: 991px) {
	
	.mm-menu {
		background: #000!important;
		border-color: rgba(0,0,0,.1);
		color: #ebebeb;
	}
	.mm-panel_has-navbar .mm-navbar {
		display: none!important;
	}	
	.mm-menu a { color: #ebebeb!important; border-bottom: none!important; }
	
	.mm-listitem .mm-btn_next {
    	background: #565656 !important;
	}
	.mm-listitem, .mm-listitem .mm-btn_next, .mm-listitem .mm-btn_next::before, .mm-listitem::after, .mm-listview {
		border-color: #151515!important;
	}
	.logommenu {
		width:250px!important;
		height: 55px!important;
		margin-left: 12px!important;
		margin-top: 10px!important;
	}
	.mm-listitem a, .mm-listitem a:hover {
		text-decoration: none;
		font-size: 18px !important;
	}	
	
	.item-video-img h5, .item-video-img h3 {
		position: absolute;
		color: #fff;
		margin: auto;
		top: 75px;
		width: 100%;
		text-align: center;
		font-size: 26px;
	}

	.item-video-img h5 {
		top: 54px;
		font-size: 16px;
		color: #ebebeb;
	}
	.nomobile { display: none; }
	
	.footer-area-brand, .footer-area-content {
		text-align: center;
	}
	.footer-widget .widgettitle {
		font-size: 26px;
		margin-top: 30px;
	}
	.contact-details {
		max-width: 100%!important;
	}
	.newaletter-section-content {
		text-align: center!important;
	}	

	.enconstruccion h1 {
		font-size: 24px;
		color: #ebebeb;
	}

	.enconstruccion h2 {
		font-style: italic;
		font-size: 11px;
		font-weight: 200;
		margin-bottom: 30px;
	}

	.enconstruccion h3 {
		font-size: 24px;
		font-weight: 200;
		margin-bottom: 30px;
	}
	.enconstruccion h4 {
		font-size: 14px;
	}
	
	.copy-right-text {
		font-size: 11px;
	}
	.item-video h2 {
		margin-bottom: 5px;
		margin-top: 40px;
		color: #000;
		font-weight: 700;
		font-size: 17px;
	}	
	.main-menu-container {
		padding-top: 5px;
	}	
	.navbar-default .navbar-brand {
		padding-left: 15px;
		padding-top: 15px;
		width: 100%;
	}
	.navbar-header { width: 100%; }
	.simobile { display: block; }
	
	.navbar-brand {
    	float: none;
	}
	.fa-bars {
		position: absolute;
		color: #fff;
		top: 25px;
		right: 0px;
		font-size: 26px;
	}
	.navbar-brand img {
		position: absolute;
		width: 200px; 
		margin-top: 2px;
		left: 50%;
		margin-left: -100px;
	}
	.cestamobile {
		position: absolute;
		color: #fff;
		top: 25px;
		left: 0px;
		font-size: 14px;
	}
	.breadcrum-title-head {
		font-size: 20px!important;
	}	
	.breadcrum-section {
		padding-bottom: 36px!important;
		padding-top: 40px!important;
		visibility: hidden;
	}
	.blog-archive-content .blog-section-text {
		padding: 10px;
	}
	.precio_cont .text-right, .blog-tilte { text-align: center!important; }
	.precio_cont {
		font-family: 'Nunito700', sans-serif;
		color: #000;
		font-size: 16px;
		margin: -15px 0 0px 0;
		border-bottom: none;
		padding-bottom: 5px;
	}
	.mt30 {
		margin-top: 15px !important;
	}
	.blog-tilte {
		font-size: 18px;
		line-height: 25px;
		height: 50px;
	}
	.colmd4 {
		padding: 0 5px;
	}
	.blog-section-pic-text {
		margin-bottom: 0px!important;
	}
	.blog-section-pic-text { min-height: 300px; }
	.recetas .blog-section-pic-text { min-height: 280px; }
	
	.blog-archive-section {
		padding-top: 35px!important;
	}
	.login-area-form {
		margin-bottom: 80px!important;
	}
	.fic h2 { color: #000; font-size: 16px; padding-top: 5px; font-weight: 600; }
	.fic .fa-times { cursor: pointer; color: #ccc; padding-top: 5px; }

	.inputcodigo { border-radius: 0; max-width: 250px; }
	.btn-codigo { background: #000; font-size: 12px; border-radius: 0; border: 2px solid #000; }
	.btn-codigo:hover { background: #000; font-size: 12px; border-radius: 0; border: 2px solid #000; }

	.fictotal { 
		border-bottom: 1px solid #ebebeb;
		border-top: 1px solid #ebebeb;
		padding: 15px 0;
		margin-top: 0px;
	}

	.fictotal h3 { color: #000; font-size: 16px; padding-top: 0px; font-weight: 600; }
	
	.mb-2 { float: left; }
	.factu_cont { padding-top: 20px; }
	
	.modal-legal .modal-dialog {
		width: 1000px;
		margin: 0px auto;
		max-width: 100%;
		overflow-y: scroll;
		height: auto;
		max-height: none;
	}
	.img-chef { 
		margin-top: 40px;
	}
	.testimonial-slide .owl-controls { display: none; }
	
	.home-slide {
		padding-top: 75px;
	}
	
	.home-slide .item .video-section-title {
		position: absolute;
		top: 30%;
		left: 0px;
		width: 100%;
		text-align: center;
		z-index: 2;
	}
	

	section.pt60.pb60 {padding: 40px 0!important; }
	#main-section h1 { text-shadow: 1px 1px 1px #f8f8f8; font-size: 20px; padding: 0 20px 0px 20px; color: #000; }
	#main-section h2 { font-size: 16px; padding: 10px 20px 20px 20px; color: #999; }
	

	.home-slide a {
		margin-top: 10px!important;
		padding: 5px 30px;
	}
	
	.video-section-title h1 {
		font-size: 28px!important;
		font-weight: 700;
		margin-bottom: 0px;
		text-shadow: 2px 2px 2px #000;
	}
	.video-section-title p {
		font-size: 16px!important;
		line-height: 40px!important;
		font-weight: 500;
		margin-top: -10px;
		text-shadow: 1px 1px 1px #000;
	}
	.get-start-content .section-title {
		margin-top: 0px!important;
	}
	
	
}

.condicom {
    padding: 0 0 60px 0;
}

.condicom h3 {
    color: #7e982e;
    font-size: 28px;
    margin-bottom: 20px;
}

.condicom ul {
    padding-left: 10px;
}

.condicom li {
    color: #000;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 600;
    list-style: none;
    position: relative;
    padding-left: 40px;
}

.condicom li i {
    font-size: 22px;
    position: absolute;
    top: 15px;
    left: 0px;
}