/*
Theme Name: Ideabox
Theme URI: http://themegoals.com/
Author: ITC Việt
Author URI: http://themegoals.com/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: text_domain
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, custom-header, custom-background, custom-menu, editor-style, featured-images, microformats, post-formats

The styleheets of Theme Name are located in assets/css.
IMPORTANT : If you write your CSS code below, it will be deleted when you'll update the theme.
*/

/*	################################################################
	CSS OVERVIEW 	

	1. IMPORT FILES
	2. GENERAL
	3. ELEMENTS
	4. HEADER
	5. FOOTER
	...

################################################################# */ 

/*==========================================================
	1. IMPORT FILES
==========================================================*/
/* Fonts */
@import url('https://fonts.googleapis.com/css?family=Rubik:400,500,700&amp;subset=latin-ext');
/* Css */
@import url(libs/wow/css/animate.css);
@import url(libs/font-awesome/css/font-awesome.min.css);
@import url(libs/bootstrap/css/bootstrap.min.css);
@import url(libs/ionicons/css/ionicons.min.css);
@import url(libs/owl-carousel/assets/owl.carousel.css);
@import url(libs/owl-carousel/assets/owl.theme.min.css);
@import url(libs/owl-carousel/assets/owl.transitions.min.css);
@import url(libs/owl-carousel/assets/carousel.min.css);
@import url(libs/bxslider/jquery.bxslider.min.css);


/*==========================================================
	2. GENERAL
==========================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body{
	font-size: 14px;
	color: #555555;
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #222222;
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
img{
	border:none;
	max-width:100%;	
	 height: auto!important; 
	width: 100%;
}
a{
	color:#222222;
	display: block;
}
a:hover{
	color: #73b941;
	text-decoration:none;
}
a:focus{
	text-decoration: none;
	color: inherit;
	outline: none;
	outline-offset: 0px;
}
a, 
button, 
input {
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
}
input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=search],
textarea {
	border: 1px solid #ededed;
	padding: 8px 15px;
	font-size: 14px;
	color: #222222;
 	border-radius: 0;
}
button,
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=checkbox]:focus,
textarea:focus {
	border-color: #73b941 !important;
	outline: none;
	outline-offset: 0;
}
.table > tbody > tr > td, 
.table > tbody > tr > th, 
.table > tfoot > tr > td, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > thead > tr > th {
	border-color: #FCD998;
}

/*==========================================================
	3. ELEMENTS
==========================================================*/
.section{
	padding-top: 120px;
}
.btn-primary{
	background-color: #73b941;
	padding: 0 20px;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;

	line-height: 46px;
	border: none;
	display: inline-block;
}
.main-menu ul li a {height:auto!important;}
.btn-secondary{
	color: #fff;
  border: 2px solid #fff;
	padding: 0 20px;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	height: 46px;
	line-height: 42px;
	display: inline-block;
	margin-right: 17px;
	background-color: initial;
}
.btn-secondary:hover{
	background-color: #5aab21;
  border-color: #5aab21;
	color: #fff;
}
.btn-primary:hover{
	background-color: #5aab21;
}
.title{
	text-align: center;
	font-size: 26px;
	margin-bottom: 10px;
}
.description{
	text-align: center;
	margin-bottom: 35px;
}
.campaign-tabs .tabs{
	display: none;
}
.campaign-tabs .active{
	display: block;
}
.c-hamburger {
  display: none;
  position: absolute;
	top: 20px;
	right: 10px;
  overflow: hidden;
  margin: 1px 0 0 0;
  padding: 0;
  width: 38px;
  height: 38px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}
.c-hamburger:focus {
  outline: none;
}
.c-hamburger span {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  right: 10px;
  height: 1px;
  background: #000;
}
.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  content: "";
}
.c-hamburger span::before {
  top: -6px;
}
.c-hamburger span::after {
  bottom: -6px;
}
.c-hamburger--htx {
  background-color: initial;
}
.c-hamburger--htx span {
  transition: background 0s 0.3s;
}
.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}
.c-hamburger--htx span::before {
  transition-property: top, transform;
}
.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}
.c-hamburger--htx.is-active {
  background-color: initial;
}
.c-hamburger--htx.is-active span {
  background: none;
}
.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}
.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}
.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}
.container:after{
	clear: both;
	content: '';
	display: block;
}
/*==========================================================
	4. HEADER
==========================================================*/
.top-header{
	padding: 12px 0;
	background-color: #f9fbfb;
}
ul.socials-top{
	float: left;
}
.top-header .phone{
	float: right;
	color: #6a6a6a;
}
ul.socials-top li{
	list-style: none;
	display: inline-block;
	margin-right: 12px;
}
ul.socials-top li:last-child{
	margin-right: 0;
}
ul.socials-top li i{
	color: #6a6a6a;
}
ul.socials-top li:hover i{
	color: #73b941;
}
.site-header.fixed{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 99;
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,.1);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,.1);
	box-shadow: 0 3px 3px rgba(0,0,0,.1);
}
.site-header .container{
	position: relative;
}
.site-header .site-brand{
	float: left;
	line-height: 80px;
}
.site-header .right-header{
	float: right;
}
.site-header .login .btn-primary{
	height: 38px;
	line-height: 38px;
}
.site-header .login,
.site-header .search-icon,
.site-header .main-menu{
	display: inline-block;
	margin-left: 45px;
	line-height: 80px;
}
.site-header .main-menu,
.site-header .main-menu li:first-child{
	margin-left: 0px;
}
.site-header .login a{
	display: inline-block;
}
.site-header .search-icon a{
	font-size: 22px;
	line-height: normal;
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px;
}
.form-search{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99;
	display: none;
}
.search-icon form{
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	max-width: 960px;
	margin: 0 auto;
	line-height: 60px;
	border-radius: 3px;
	overflow: hidden;
	z-index: 9999;
	display: none;
	padding: 0 15px;
}
.search-icon form input{
	width: 100%;
	padding: 0 73px 0 15px;
	line-height: 60px;
	border: 0;
	border-radius: 3px;
	overflow: hidden;
}
.search-icon form button{
	position: absolute;
	top: 0;
	right: 15px;
	bottom: 0;
	border: 0;
	background-color: #fff;
	padding: 0 20px;
	border-radius: 3px;
	overflow: hidden;
}
.search-icon form button span{
	font-size: 24px;
	vertical-align: -6px;
}
.main-menu ul{
	letter-spacing: -0.3em;
}
.main-menu ul li{
	list-style: none;
	display: inline-block;
	letter-spacing: normal;
	margin-left: 35px;
	position: relative;
}
.main-menu ul li i{
	/* display: none; */
}
.main-menu ul li > .sub-menu{
	position: absolute;
	top: 100px;
	z-index: 99;
	width: 200px;
	left: 0;
	background-color: #fff;
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s;
}
.main-menu ul li:hover > .sub-menu{
	top: 80px;
	visibility: visible;
	opacity: 1;
}
.main-menu ul li > .sub-menu li{
	line-height: normal;
	display: block;
	margin: 0;
	border-top: 1px solid #ededed;
}
.main-menu ul li > .sub-menu li a{
	padding: 12px 15px;
	color: #000 !important;
}
.main-menu ul li a{
	color: #fff; 
	font-family: 'Calibri', sans-serif;
    font-size: 16px;
}
.main-menu ul li:hover > a{
	color: #73b941;
	background-color: #73bb44;
}

.site-header .site-brand img {
width: 150px;
}
.main-menu ul li a:hover {
    color: #2b2b2b;
}
/*==========================================================
	5. MAIN
==========================================================*/
.home .site-main{
	padding-bottom: 0px;
}
.site-main{
	padding-bottom: 120px;
}
.site-main .sideshow{
	position: relative;
	height: 674px;
	background-image: url('images/placeholder/1920x680.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.site-main .sideshow:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.3);
}
.sideshow .sideshow-content{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	max-width: 570px;
}
.sideshow-content .button a{
	font-weight: 500;
}
.sideshow-content h1{
	font-size: 46px;
	color: #fff;
	margin-bottom: 25px;
}
.sideshow-content .sideshow-description{
	color: #fff;
	margin-bottom: 30px;
	font-size: 16px;
	    height: 216px;
    overflow: hidden;
}
.process .raised{
	width: 100%;
	height: 10px;
	background: #fff;
	border-radius: 25px;
	position: relative;
	margin-bottom: 15px;
	overflow: hidden;
}
.process .raised span{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	border-radius: 25px;
	width: 46%;
	background-color: #73b941;
	display: block;
	-webkit-border-top-right-radius: 25px;
	-webkit-border-bottom-right-radius: 25px;
	       -moz-border-radius-topright: 25px;
	    -moz-border-radius-bottomright: 25px;
	           border-top-right-radius: 25px;
	        border-bottom-right-radius: 25px;
	    -webkit-border-top-left-radius: 25px;
	 -webkit-border-bottom-left-radius: 25px;
	        -moz-border-radius-topleft: 25px;
	     -moz-border-radius-bottomleft: 25px;
	            border-top-left-radius: 25px;
	         border-bottom-left-radius: 25px;
	background-color: #6BB438;
}
.process .raised span:after {
	content: "";
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #56aa1c), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #56aa1c), color-stop(.75, #56aa1c), color-stop(.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(-45deg, #56aa1c 25%, transparent 25%, transparent 50%, #56aa1c 50%, #56aa1c 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, #56aa1c 25%, transparent 25%, transparent 50%, #56aa1c 50%, #56aa1c 75%, transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, #56aa1c 25%, transparent 25%, transparent 50%, #56aa1c 50%, #56aa1c 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, #56aa1c 25%, transparent 25%, transparent 50%, #56aa1c 50%, #56aa1c 75%, transparent 75%, transparent);
	z-index: 1;
	-webkit-background-size: 20px 20px;
	-moz-background-size:    20px 20px;
	background-size:         20px 20px;
	-webkit-animation: move 2s linear infinite;
	   -webkit-border-top-right-radius: 25px;
	-webkit-border-bottom-right-radius: 25px;
	       -moz-border-radius-topright: 25px;
	    -moz-border-radius-bottomright: 25px;
	           border-top-right-radius: 25px;
	        border-bottom-right-radius: 25px;
	    -webkit-border-top-left-radius: 25px;
	 -webkit-border-bottom-left-radius: 25px;
	        -moz-border-radius-topleft: 25px;
	     -moz-border-radius-bottomleft: 25px;
	            border-top-left-radius: 25px;
	         border-bottom-left-radius: 25px;
	overflow: hidden;
}
@-webkit-keyframes move {
  0% {background-position: 0 0;}
  100% {background-position: 30px 30px;}
}
@-moz-keyframes move {
  0% {background-position: 0 0;}
  100% {background-position: 30px 30px;}
}
.process .process-info{
	letter-spacing: -0.3em;
	margin-bottom: 35px;
}
.process .process-info div{
	color: #fff;
	display: inline-block; 
	width: auto;
	letter-spacing: normal;
}
.process .process-info div:last-child span{
	margin-right: 0px;
}
.process .process-info span{
	display: block;
	font-size: 18px;
	font-weight: 500;
	margin-right: 80px;
}
.project-love .process-info span{
	font-size: 16px;
	margin-right: 80px !important;
}
.campaign{
	padding-top: 120px;
}
.campaign-item{
	background: #f5f6f6;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
}
.campaign-item a.overlay,
.post a.overlay{
	position: relative;
	overflow: hidden;
  transition: all 0.35s ease-in-out;
  background-color: #73b941;
}
.campaign-item a.overlay *,
.featured-places-item a.featured-places-image *,
.post a.overlay *{
	-webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.campaign-item a.overlay span,
.post a.overlay span{
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	font-size: 28px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: #ffffff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
	color: #73b941;
	text-align: center;
}
.campaign-item a.overlay:hover span,
.post a.overlay:hover span{
	-webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.campaign-item a.overlay:hover img,
.post a.overlay:hover img{
	opacity: 0.3;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.campaign-item .campaign-box{
	padding: 16px 25px 21px;
}
.campaign-box .raised{
	height: 6px;
	background-color: #ededed;
}
.campaign-box a.category{
	font-size: 12px;
	color: #555;
	margin-bottom: 8px;
	display: inline-block;
}
.campaign-box a.category:hover{
	color: #73b941;
}
.campaign-box h3{
	margin-bottom: 10px;
	height: 40px;
	overflow: hidden;
}
.campaign-box h3 a{
	display: inline-block;
}
.campaign-box .campaign-description{
	line-height: 1.7;
	margin-bottom: 13px;
	max-height: 47px;
	overflow: hidden;
}
.campaign-box .author-icon{
	margin-right: 10px;
}
.campaign-box .author-icon img{
	width: 35px;
	height: 35px;
	border-radius: 50%;
	display: inline-block;
}
.campaign-box .campaign-author{
	margin-bottom: 20px;
}
.campaign-box .campaign-author a{
	display: inline-block;
	color: #555555;
}
.campaign-box .campaign-author a:hover{
	color: #73b941;
}
.campaign-box .process-info{
	margin-bottom: 0px;
}
.campaign-box .process-info div{
	color: #555555;
	font-size: 12px;
}
.campaign-content .campaign-box .process .process-info span{
	font-size: 14px;
	font-weight: 500;
	margin-right: 63px !important;
}
.campaign-box div:last-child span{
	margin-right: 0px;
}
.explore{
	padding-top: 120px;
}
.explore-item{
	position: relative;
}
.explore-item a:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.3);
}
.explore-item span{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	transform: translateY(-50%);
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	z-index: 1;
}
.explore-item{
	margin-bottom: 30px;
	border-radius: 3px;
	overflow: hidden;
}
.staff-picks{
	padding-top: 90px;
}
.project-love{
	padding-top: 120px;
}
/*.project-love .content-tab .tab{
	display: none;
}*/
.project-love .bx-wrapper{
	box-shadow: none;
	border: 0;
}
.project-love .content-tab .active{
	display: block;
}
ul.menu-category{
	border-left: 1px solid #ededed;
	padding: 10px 0;
}
ul.menu-category li{
	list-style: none;
	padding: 0 30px;
	margin-bottom: 10px;
	position: relative;
}
ul.menu-category li a{
	font-weight: 500;
}
ul.menu-category li.active:before{
	height: 15px;
	width: 15px;
	display: block;
	content: '';
	position: absolute;
	left: -8px;
	top: 2px;;
	background-color: #79bc42;
	border-radius: 50%;
	z-index: 9;
}
ul.menu-category li.active:after{
	content: '';
	position: absolute;
	top: 9px;
	left: 0;
	width: 20px;
	height: 1px;
	background-color: #ededed;
}
.project-love .tab-menu{
	position: relative;
}
.project-love .tab-menu a.all-project{
	position: absolute;
	top: 10px;
	left: -125px;
	font-weight: 500;
}
.project-love .project-love-title{
	margin-bottom: 35px;
}
.border-title{
	border-bottom: 1px solid #ededed;
	padding-bottom: 11px;
	margin-bottom: 40px;
}
.title.left-title{
	font-size: 26px;
	text-align: left;
	margin-bottom: 10px;
}
.description.left-description{
	text-align: left;
	margin-bottom: 0;
}
.staff-picks-item img,
.project-love-item img,
.campaign-big-item img{
	width: auto;
}
.staff-picks-item a.staff-picks-image,
.project-love-item a.project-love-image,
.campaign-big-item a.campaign-big-image{
	float: left;
}
.staff-picks-item .staff-picks-item-content h3,
.project-love-item .project-love-item-content h3,
.campaign-big-item .campaign-big-box h3{
	clear: none;
}
.staff-picks-item-content h3 a,
.project-love-item-content h3 a{
	display: inline-block;
}
.staff-picks-item .staff-picks-item-content{
	padding: 0 0 0 600px;
}
.campaign-big-item .campaign-big-box{
	margin: 0 0 0 600px;
}
.campaign-big-item .campaign-big-box{
	padding: 24px 30px 24px 0;
}
.campaign-big-item{
	background-color: #f5f6f6;
	margin-bottom: 30px;
}
.campaign-big-item .process .process-info{
	margin-bottom: 0;
}
.project-love-item .project-love-item-content{
	padding: 0 0 0 500px;
}
.staff-picks-item-content a.category,
.project-love-item-content a.category,
.campaign-big-item a.category{
	margin-bottom: 12px;
	display: inline-block;
}
.staff-picks-item-content h3,
.project-love-item-content h3,
.campaign-big-item h3{
	font-size: 26px;
	margin-bottom: 24px;
	max-height: initial;
}
.staff-picks-item-content .raised,
.project-love-item-content .raised,
.campaign-big-box .raised{
	background-color: #ededed;
	height: 8px;
}
.staff-picks-author .author-address,
.project-love-author .author-address{
	text-align: right;
	display: inline-block;
	float: right;
	line-height: 35px;
}
.staff-picks-author .author-profile,
.project-love-author .author-profile{
	text-align: left;
	display: inline-block;
}
.staff-picks-author,
.project-love-author{
	margin-bottom: 20px;
}
.staff-picks-item .process-info,
.project-love-item .process-info{
	margin-bottom: 0px;
}
.staff-picks-item .process-info div,
.project-love-item .process-info div,
.campaign-big-box .process-info div{
	color: #555555;
}
.author-profile a{
	display: inline-block;
}
.author-profile .author-avatar{
	margin-right: 10px;
}
.author-profile .author-avatar img{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: inline-block;
}
.staff-picks-item-content .staff-picks-description{
	height: 130px;
	overflow: hidden;
	max-height: 130px;
}
.campaign-big-box .campaign-description{
	max-height: 60px;
	overflow: hidden;
	margin-bottom: 30px;
}
.campaign-big-box .process .process-info span{
	font-size: 16px;
}
.project-love-item-content .project-love-description{
	overflow: hidden;
	max-height: 83px;
	margin-bottom: 40px;
}
.staff-picks-item-content .author-address span,
.project-love-item-content .author-address span,
.campaign-big-box .author-address span{
	font-size: 18px;
	line-height: normal;
	margin-right: 6px;
}
.process-info div span{
	margin-right: 105px !important;
}
.process-info div:last-child span{
	margin-right: 0px !important;
}
.slider-controls-top{
	position: relative;
}
.slider-controls-top .owl-controls{
	position: absolute;
	top: -105px;
	right: 0;
}
.slider-controls-top .owl-next,
.slider-controls-top .owl-prev{
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background-color: #182f57;
	border-radius: 2px;
	color: #fff;
	font-size: 18px;
}
.slider-controls-top .owl-prev{
	margin-right: 10px;
}
.latest .campaign-item,
.campaigns .campaign-item{
	background-color: #f5f6f6;
	margin-bottom: 30px;
}
.latest .latest-button{
	text-align: center;
	margin-top: 30px;
}
.latest{
	margin-bottom: 120px;
}
.partners{
	background-color: #f5f6f6;
	padding: 60px 0;
}
.partners .partners-slider div{
	text-align: center;
}
.partners .partners-slider img{
	width: auto;
	display: inline-block;
}
/*==========================================================
	6. FOOTER
==========================================================*/
.site-footer .footer-menu{
	background-color: transparent;
	padding: 0;
}
.footer-menu .footer-menu-item h3{
	text-transform: uppercase;
	color: #5a5a5a;
	font-size: 22px;
	margin-bottom: 24px;
	opacity: 0.8;
}
.footer-menu .footer-menu-item li{
	list-style: none;
	margin-bottom: 12px;
	opacity: 0.5;
}
.footer-menu .footer-menu-item li:hover{
	opacity: 1;
}

.footer-menu .footer-menu-item li:last-child{
	margin-bottom: 0px;
}
.footer-menu .footer-menu-item li a{
	color: #5a5a5a;
	font-weight: 400;
	font-size: 19px;
}
.footer-menu .footer-menu-item li:hover a{
	color: #73bb44 !important;
}
.site-footer .footer-menu .footer-menu-item li:hover a{
	color: #73b941;
}
.footer-menu-item.newsletter .newsletter-description{
	color: #5a5a5a;
	margin-bottom: 12px;
	opacity: 0.5;
}
#newsletterForm{
	position: relative;
	border-radius: 3px;
	height: 50px;
	margin-bottom: 40px;
}
#newsletterForm input{
	width: 100%;
	border-radius: 3px;
	height: 100%;
	padding: 0 65px 0 15px;
}
#newsletterForm input[placeholder]{
	font-style: italic;
}
#newsletterForm button{
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
	background: #73b941;
	bottom: 0;
	padding: 0 18px;
	border-radius: 3px;
}
#newsletterForm button span{
	color: #fff;
	font-size: 16px;
}
.follow li{
	display: inline-block;
	height: 36px;
	width: 36px;
	line-height: 38px;
	text-align: center;
	border-radius: 50%;
	background-color: #fff;
	margin-right: 10px;
	opacity: 1 !important;
}
.follow li:last-child{
	margin-right: 0px;
}
.follow li.facebook i{
	color: #3b5998;
}
.follow li.facebook:hover{
	background-color: #3b5998;
	transition: 0.3s all;
}
.follow li.facebook:hover i,
.follow li.twitter:hover i,
.follow li.instagram:hover i,
.follow li.google:hover i,
.follow li.youtube:hover i{
	color: #fff;
}
.follow li.twitter i{
	color: #1da1f2;
}
.follow li.twitter:hover{
	background-color: #1da1f2;
	transition: 0.3s all;
}
.follow li.instagram i{
	color: #f56040;
}
.follow li.instagram:hover{
	background-color: #f56040;
	transition: 0.3s all;
}
.follow li.google i{
	color: #dd4b39;
}
.follow li.google:hover{
	background-color: #dd4b39;
	transition: 0.3s all;
}
.follow li.youtube i{
	color: #cd201f;
}
.follow li.youtube:hover{
	background-color: #cd201f;
	transition: 0.3s all;
}
.follow li i{
	font-size: 18px;
}
.site-footer .footer-copyright{
	background-color: transparent;
	padding: 30px 0;
}
.site-footer .footer-copyright p{
	color: #5a5a5a;
	/*float: left;*/
	opacity: 0.7;
}
.site-footer .footer-copyright a.back-top{
	float: right;
	color: #5a5a5a;
	opacity: 0.7;
}
.site-footer .footer-copyright a.back-top span{
	margin-left: 10px;
	font-size: 18px;
	vertical-align: middle;
	line-height: normal;
	color: #73b941;
	opacity: 1;
}
.site-footer .footer-copyright a.back-top:hover{
	color: #73b941;
}


.scrollup{
    line-height: 40px;
    text-align: center;
    padding: 1px 6px;
    width: 40px;
    height: 40px;
    position: fixed;
    right: 25px;
    bottom: 10%;
    z-index: 9999;
    cursor: pointer;
    border-radius: 50%;
    background-color: #73bb44;
    box-shadow: 0 0 7px #5dc31b;
    -webkit-transition: opacity .5s,background .3s;
    transition: opacity .5s,background .3s;
}
.scrollup:hover{
    background-color: rgba(0,0,0,.4);
}
.scrollup svg{
    /*width: 14px;
    height: 14px;*/
    padding: 7px;
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

/*==========================================================
	7. LAYOUT THREE
==========================================================*/
.page-title{
	position: relative;
	min-height: 220px;
	margin-bottom: 120px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.page-title.background-page{
	background-image: url('images/placeholder/1920x220.png');
}
.page-title.background-blog{
	background-image: url('images/placeholder/1920x220.png');
}
.page-title.background-campaign{
	background-image: url('images/placeholder/1920x220.png');
}
.page-title.background-cart{
	background-image: url('images/placeholder/1920x220.png');
}
.page-title:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.3);
}
.page-title .container{
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.page-title h1{
	font-size: 26px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 12px;
}
.page-title .banner-description{
	color: #fff;
}
.page-title .breadcrumbs li,
.page-title .breadcrumbs li a{
	list-style: none;
	display: inline-block;
	color: #fff;
}
.page-title .breadcrumbs li span{
	margin: 0 7px;
}
.campaigns.section .section-box{
	background-color: #f5f6f6;
}
.campaigns.section .section-item{
	margin-bottom: 30px;
}
.site-main .campaigns{
	padding: 0;
}
.site-main .campaigns .latest-button{
	text-align: center;
	margin-top: 30px;
}
.site-main .campaigns .latest-button a{
	background: none;
	border: 2px solid #73b941;
	color: #73b941;
	line-height: 42px;
}
.site-main .campaigns .latest-button a:hover{
	background-color: #73b941;
	color: #fff;
}
/*==========================================================
	8. BLOGS
==========================================================*/
.blog-grid.full-width .post{
	width: 33.33%;
}
.grid-post{
	margin: 0 -15px;
}
.blog-grid .post{
	padding: 0 15px;
}
.blog-grid.full-width .post{
	padding: 0 15px;
}
.blog-grid .main-content{
	letter-spacing: -0.3em;
}
.blog-grid .post{
	width: 50%;
	display: inline-block;
	letter-spacing: normal;
}
.shop-grid .main-content{
	letter-spacing: -0.3em;
}
.shop-grid-fillter{
	margin-bottom: 40px;
}
.shop-grid-fillter p{
	letter-spacing: normal;
	float: left;
	line-height: 42px;
}
.shop-grid-fillter .field-select{
	letter-spacing: normal;
	float: right;
}
.shop-grid-fillter select{
	padding: 0 45px 0 15px;
	height: 42px;
	border-radius: 2px;
	overflow: hidden;
}
.shop-grid-fillter .field-select:after{
	border-left: 0px;
	line-height: 42px;
}
.grid-product{
	margin: 0 -15px;
}
.product{
	width: 25%;
	display: inline-block;
	letter-spacing: normal;
	padding: 0 15px;
}
.product .product-price{
	font-size: 18px;
	color: #555555;
}
.product .product-title{
	font-size: 16px;
	max-height: 18px;
	overflow: hidden;
}
.post,
.product{
	border-radius: 2px;
	overflow: hidden;
	margin-bottom: 30px;
}
.post-desc{
	max-height: 60px;
	overflow: hidden;
}
.post-info,
.product-info{
	background-color: #f5f6f6;
	padding: 27px 25px;
}
.post-title,
.product-title{
	margin-bottom: 11px;
	max-height: 40px;
	overflow: hidden;
}
.post-meta li,
.post-meta li a,
.post-meta li span{
	list-style: none;
	display: inline-block;
	color: #555555;
	font-size: 12px;
}
.post-meta li:hover a{
	color: #73b941;
}
.post-meta li{
	margin-right: 28px;
}
.post-meta li:last-child{
	margin-right: 0;
}
.post-meta li i,
.post-meta li span{
	margin-right: 4px;
}
.post-meta{
	margin-bottom: 20px;
}
.page-navigation{
	text-align: center;
	margin-top: 60px;
}
.page-navigation a,
.page-navigation span{
	height: 42px;
	width: 42px;
	display: inline-block;
	background-color: #ededed;
	line-height: 42px;
	text-align: center;
	font-weight: 500;
	color: #555;
	border-radius: 2px;
	margin-right: 8px;
	letter-spacing: normal;
}
.page-navigation span{
	background-color: #79bc42;
	color: #fff;
}
.page-navigation a:last-child{
	margin-right: 0px;
}
.widget{
	margin-bottom: 40px;
	border-radius: 2px;
	background-color: #f5f6f6;
	padding: 40px 25px;
}
.widget-search{
	padding: 0;
}
.widget-search form{
	position: relative;
}
.widget-search form input{
	width: 100%;
	background-color: #f5f6f6;
	border: 0;
	height: 50px;
	padding: 0 62px 0 15px;
}
.widget-search form button{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	border: 0;
	background: none;
	padding: 0 17px;
}
.widget-title{
	font-size: 16px;
	margin-bottom: 41px;
}
.widget li{
	list-style: none;
	font-size: 16px;
}
.widget li:last-child{
	margin-bottom: 0px;
}
.widget li a{
	color: #333;
}
.widget li:hover a{
	color: #73b941;
}
.widget-category li{
	border-bottom: 1px solid #ededed;
	padding: 10px 0;
}
.widget-category li:first-child{
	padding-top: 0px;
}
.widget-category li:last-child{
	border-bottom: 0px;
	padding-bottom: 0px;
}
.widget-popular li:after{
	content: '';
	clear: both;
	display: block;
}
.widget-popular li{
  margin-bottom: 25px;	
}
.widget-popular li img{
	width: auto;
	float: left;
	border-radius: 2px;
}
.widget-popular li h4{
	clear: none;
	font-weight: 400;
	font-size: 16px;
	margin-left: 75px;
	line-height: 1.6;
	max-height: 51px;
	overflow: hidden;
}
.widget-recent li{
	margin-bottom: 20px;
}
/*==========================================================
	9. BLOG-DETAILS
==========================================================*/
.entry-content ul.post-meta{
	margin-top: 35px;
}
.entry-content ul.post-meta li a,
.entry-content ul.post-meta li span{
	font-size: 14px;
}
.entry-content ul.post-meta li:hover a{
	color: #73b941;
}
.entry-content p{
	color: #555555;
	margin-bottom: 15px;
}
.entry-content ul.list{
	margin-left: 55px;
	margin-bottom: 18px;
}
.entry-content ul.list li{
	list-style: square;
	line-height: 1.9;
}
.entry-content .quote{
	background: #fafafa;
	border-left: 5px solid #ecf0f1;
	margin-left: 40px;
	padding: 15px 25px;
	margin-bottom: 20px;
}
.entry-content .quote p{
	margin-bottom: 0px;
	color: #222222;
	font-size: 18px;
	font-style: italic;
}
.entry-footer{
	margin-top: 50px;
}
.entry-footer .tags-links{
	margin-bottom: 35px;
}
.entry-footer .tags-links a{
	background-color: #f7f7f7;
	margin-right: 10px;
	padding: 2px 6px;
	border-radius: 2px;
}
.entry-footer .tags-links span{
	text-transform: uppercase;
}
.entry-footer .tags-links a,
.entry-footer .tags-links span{
	display: inline-block;
	font-weight: 500;
	color: #555;
}
.entry-footer .tags-links a:hover{
	color: #73b941;
}
.entry-footer .author-info{
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	padding: 25px 0;
}
.entry-footer .author-info img,
.comment-area .comment-avatar img{
	width: auto;
	float: left;
	border-radius: 2px;
}
.entry-footer .author-info .author-bio,
.comment-area .comment-info{
	margin-left: 100px;
}
.entry-footer .author-info h3,
.comment-area .comment-author{
	clear: none;
	font-size: 16px;
	margin-bottom: 7px;
	font-style: normal;
	color: #222222;
	font-weight: 500;
}
.entry-footer .author-info .author-bio div,
.comment-area .comment-info .comment-content{
	line-height: 1.6;
	color: #555555;
}
.comments-list li{
	list-style: none;
}
.comment-area{
	margin-top: 58px;
}
.comment-area .comments-title{
	color: #222222;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 35px;
}
.comment-info .comment-inline{
	margin-bottom: 10px;
}
.comment-area span.comment-date,
.comment-area a.comment-reply{
	display: inline-block;
	font-size: 12px;
}
.comment-area a.comment-reply{
	float: right;
}
#respond{
	margin-top: 51px;
}
#respond h3{
	font-size: 16px;
	margin-bottom: 36px;
}
#respond form input,
#respond form textarea{
	width: 100%;
	border-radius: 2px;
	resize: none;
}
#respond form textarea{
	margin-bottom: 25px;
}
#respond form input{
	height: 46px;
}
#respond form input[placeholder],
#respond form textarea[placeholder]{
	font-style: normal;
}
/* #respond form .inline{
	letter-spacing: -0.3em;
	margin: 0 -12px;
}
#respond form .inline .field{
	width: 33.33%;
	display: inline-block;
	letter-spacing: normal;
	padding: 0 12px;
} */
/*==========================================================
	10. 404
==========================================================*/
.main-404{
	text-align: center;
}
.main-404 img{
	width: auto;
	margin-bottom: 13px;
}
.main-404 h2{
	font-size: 26px;
	margin-bottom: 34px;
}
.main-404 .button .btn-secondary{
	color: #73b941;
	border-color: #5aab21;
}
.main-404 .button .btn-secondary:hover{
	color: #fff;
}
/*==========================================================
	11. ABOUT US
==========================================================*/
.top-site{
	background-image: url('images/placeholder/1920x860.png');
	height: 860px;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.top-site:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.3);
}
.top-site .container{
	position: absolute;
	top: 286px;
	left: 0;
	right: 0;
}
.top-site h1{
	color: #fff;
	text-align: center;
	max-width: 930px;
	font-size: 32px;
	margin: 0 auto;
}
.video{
	text-align: center;
}
.video .video-wrapper{
	border: 10px solid #fff;
	display: inline-block;
	border-radius: 3px;
	margin-top: -220px;
	position: relative;
	z-index: 8;
	-webkit-box-shadow: 0px 11px 15px 4px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 11px 15px 4px rgba(0,0,0,0.1);
  box-shadow: 0px 11px 15px 4px rgba(0,0,0,0.1);
}
.video iframe{
	width: 750px;
	height: 420px;
}
.team-item{
	position: relative;
}
.avatar:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(24,47,87,0.6);
	transition: all 0.5s;
	visibility: hidden;
	opacity: 0;
}
.team-item:hover .avatar:after{
	visibility: visible;
	opacity: 1;
}
.team-item:hover .team-info{
	display: block;
	bottom: 20px;
	opacity: 1;
	visibility: visible;
}
.team-info{
	position: absolute;
	left: 0;
	bottom: 10px;
	right: 0;
	z-index: 9;
	opacity: 0;
	transition: all 0.4s;
	visibility: hidden;
}
.team-info .socials{
	text-align: center;
}
.team-info .socials li{
	list-style: none;
	display: inline-block;
	margin-right: 10px;
}
.team-info .socials li:last-child{
	margin-right: 0;
}
.team-info .socials li a{
	display: block;
	width: 40px;
	height: 40px;
	border: 1px solid #FFF;
	line-height: 38px;
	color: #FFF;
	text-align: center;
	font-size: 16px;
}
.team-info .socials li a:hover{
	background-color: #fff;
	color: #79bc42;
}
.team-info .team-name{
	font-size: 16px;
	font-weight: 500;
	color: #222;
	margin-bottom: 5px;
	text-align: center;
	margin-top: 10px;
	color: #fff;
}
.team-info .team-job{
	font-weight: 500;
	color: #222;
	text-align: center;
	display: block;
	color: #fff;
}
.statics-content .statics-item{
	text-align: center;
	background-color: #f5f6f6;
	border-radius: 3px;
	padding: 40px 20px;
}
.statics-content .statics-item h3{
	margin-bottom: 13px;
	font-size: 26px;
}
.partners-about{
	background: none;
	padding: 120px 0 0;
}
.partners-about ul{
	letter-spacing: -0.3em;
}
.partners-about li{
	margin-bottom: 25px;
	list-style: none;
	display: inline-block;
	width: 16.667%;
	letter-spacing: normal;
	text-align: center;
}
.partners-about li a{
	height: 62px;
	line-height: 62px;
}
.partners-about li img{
	width: auto;
}
/*==========================================================
	12. CONTACT US
==========================================================*/
.form-contact,
.contact-info{
	background-color: #f5f6f6;
	padding: 42px 25px;
	border-radius: 3px;
	height: 418px;
}
.form-contact h2,
.contact-info h3{
	margin-bottom: 20px;
	font-size: 18px;
}
.form-contact input{
	height: 46px;
}
.form-contact input,
.form-contact textarea{
	width: 100%;
	background-color: #fff !important;
}
.form-contact textarea{
	height: 100px;
	margin-bottom: 20px;
}
textarea{
	resize: none;
}
input[placeholder],
textarea[placeholder]{
	font-style: normal;
}
form .align-left{
	float: left;
	width: 50%;
	padding-right: 15px;
}
form .align-right{
	float: right;
	width: 50%;
	padding-left: 15px;
}
.contact-info li{
	list-style: none;
	margin-bottom: 15px;
	color: #555555;
}
.contact-info li i{
	margin-right: 15px;
}
.contact-info .contact-desc{
	margin-top: 32px;
}
.contact-content .entry-content{
	height: 418px;
}
.contact-us .site-main{
	padding-bottom: 0px;
}
.maps #map{
	height: 560px;
	margin-top: 80px;
}
/*==========================================================
	13. LOGIN
==========================================================*/
.form-login{
	max-width: 430px;
	margin: 0 auto;
}
.form-login h2{
	font-size: 18px;
	margin-bottom: 20px;
}
.form-login input{
	border: 1px solid #ededed;
	width: 100%;
	height: 46px;
}
.form-login .btn-primary{
	float: left;
}
.form-login .inline{
	margin-top: 10px;
}
.form-login .inline p{
	float: right;
	display: inline-block;
	line-height: 46px;
	color: #222222;
}
.form-login .inline p a{
	display: inline-block;
	text-decoration: underline;
}
/*==========================================================
	14.SHOP CART
==========================================================*/
.product-table tr th{
	background-color: #a6c6c7;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding: 24px 30px;
}
.product-table tr td{
	padding: 20px 30px;
	background-color: #f5f6f6;
	border-top: 1px solid #ededed;
	font-size: 16px;
	color: #222222;
	font-weight: 500;
}
.product-table tr td img{
	width: auto;
	display: inline-block;
	border-radius: 3px;
}
.product-table tr td h3{
	clear: none;
	font-size: 16px;
	line-height: 100px;
	margin-left: 20px;
	display: inline-block;
}
.product-table table{
	width: 100%;
}
.product-table tr td a.controls-quatity,
.product-table tr td span.number-quatity{
	display: inline-block;
}
.product-table tr td a.controls-quatity{
	width: 32px;
	height: 32px;
	border: 1px solid #ededed;
	border-radius: 2px;
	text-align: center;
	line-height: 32px;
	color: #999999;
	font-size: 16px;
}
.product-table tr td span.number-quatity{
	height: 32px;
	width: 50px;
	border: 1px solid #ededed;
	border-radius: 2px;
	text-align: center;
	line-height: 32px;
	margin: 0 3px;
}
.product-table tr td span.ion-ios-close-empty{
	font-size: 32px;
	line-height: auto;
	vertical-align: -6px;
}
.product-table{
	margin-bottom: 30px;
}
.calculate-shipping h3,
.cart-totals h3{
	font-size: 18px;
	margin-bottom: 20px;
}
select,.field input{
	width: 100%;
	height: 46px;
	padding: 0 15px;
	z-index: 1;
	position: relative;
	-webkit-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #ededed;
  background-color: transparent;
}
.calculate-shipping .field{
	margin-bottom: 20px;
}
.field-select{
	position: relative;
}
.field-select:after{
	content:"\f3d0";
  font-family: "Ionicons";
  position: absolute;
  top: 0;
  right: 0;
	line-height: 46px;
	padding: 0 18px;
	bottom: 0;
  z-index: 5;
	border-left: 1px solid #ededed;
}
.calculate-shipping .align-left.field-select:after{
	right: 15px;
}
.calculate-shipping .btn-primary{
	margin-top: 10px;
	background-color: #182f57;
}
.cart-totals ul{
	padding: 0 20px;
	background-color: #f5f6f6;
}
.cart-totals ul li{
	list-style: none;
	padding: 15px 0;
	border-bottom: 1px solid #ededed;
}
.cart-totals ul li:last-child{
	border-bottom: 0px;
}
.cart-totals ul li .price{
	font-weight: 500;
}
.cart-totals ul li p{
	display: inline-block;
	width: 50%;
}
.coupon-form{
	margin-top: 30px;
	background-color: #f5f6f6;
	padding: 20px 30px;
}
.coupon-form form{
	position: relative;
	height: 46px;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.coupon-form form input{
	height: 46px;
	border-radius: 3px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 72%;
}
.coupon-form form button{
	background-color: #182f57;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
}
.coupon-form .button{
	float: right;
}
.coupon-form .button .update-cart{
	background-color: #a6c6c7;
	margin-right: 18px;
}
.billing-detail h2{
	font-size: 18px;
	margin-bottom: 17px;
}
.billing-detail label{
	color: #222222;
	font-weight: 400;
	display: block;
	margin-bottom: 10px;
}
select{
	padding: 0 10px;
}
form .field{
	margin-bottom: 26px;
}
form .create-account input[type="checkbox"]{
	margin-right: 15px;
}
.create-account{
	position: relative;
	margin-top: 40px;
}
.create-account label{
	cursor: pointer;
  -webkit-transition: all 0.25s linear;
	padding-left: 30px;
	position: relative;
	z-index: 9;
  display: inline-block;
}
.create-account input[type="checkbox"]{
	position: absolute;
  visibility: hidden;
}
.create-account .checkbox{
	display: block;
	position: absolute;
	background-color: #73b941;
	border-radius: 2px;
	height: 15px;
	width: 15px;
	top: 0;
	margin: 0;
	left: 0;
	margin-top: 1px;
	z-index: 1;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}
.create-account input[type="checkbox"]:checked ~ .form-create-account{
	display: block;
	transition: all 0.6s;
}
.create-account .form-create-account{
	margin-top: 20px;
	display: none;
	transition: all 0.6s;
}
.create-account .checkbox:before{
	position: absolute;
	content: '\f3fd';
	color: #fff;
	font-family: "Ionicons";
	border-radius: 100%;
	font-size: 28px;
	top: 0;
	left: 2px;
	margin: auto;
	height: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
	line-height: 15px;
	display: none;
}
.create-account input[type="checkbox"]:checked ~ .checkbox:before {
  display: block;
}
.different-address{
	margin-top: 40px;
}
.different-address label{
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
}
.different-address input{
	display: inline-block;
	border: 1px solid #cccccc;
	margin-left: 20px;
}
.order-notes{
	margin-top: 20px;
}
.order-notes textarea{
	width: 100%;
	height: 120px;
}
.payment{
	margin-top: 55px;
}
.payment li{
	list-style: none;
	position: relative;
}
.payment input[type="radio"]{
	position: absolute;
  visibility: hidden;
}
.payment label {
    font-weight: normal;
    font-size: 14px;
    color: #222;
    padding-left: 30px;
    z-index: 9;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
}
.payment .payment-check{
    display: block;
    position: absolute;
    border: 2px solid #dbdbdb;
    border-radius: 100%;
    height: 15px;
    width: 15px;
    top: 2px;
    left: 0px;
    z-index: 1;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}
.payment .payment-check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 5px;
    width: 5px;
    top: 3px;
    left: 3px;
    background-color: #73b941;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
	display: none;
}
.payment input[type=radio]:checked ~ .payment-check {
  border: 2px solid #73b941;
}
.payment input[type=radio]:checked ~ .payment-check::before{
  display: block;
}
.payment .payment-desc{
	background-color: #f5f6f6;
	padding: 20px;
	color: #555555;
	line-height: 1.6;
	margin-bottom: 18px;
	display: none;
	transform: all 0.6s;
}
.payment input[type=radio]:checked ~ .payment-desc{
  display: block;
}
.billing-detail form .btn-primary{
	margin-top: 47px;
}
/*==========================================================
	15.SHOP
==========================================================*/
.shop-details .shop-details-content{
	background-color: #f5f6f6;
	padding: 36px 30px;
}
.shop-details .shop-details-content span{
	margin-bottom: 10px;
	display: block;
}
.shop-details .shop-details-content h2{
	font-size: 26px;
	margin-bottom: 30px;
}
.inline-img{
	letter-spacing: -0.3em;
	margin: 20px -8px 36px;
}
.inline-img img{
	display: inline-block;
	width: 25%;
	letter-spacing: normal;
	padding: 0 8px;
}
.shop-details .shop-details-content h3{
	font-size: 16px;
	margin-bottom: 18px;
}
.shop-details .shop-details-content p,
.shop-details .shop-details-content .shop-detail-img{
	margin-bottom: 20px;
}
.shop-details .shop-details-content .reviews{
	margin-top: 40px;
}
.reviews input, .reviews textarea{
	width: 100%;
	background-color: #fff;
}
.reviews .reviews-vote{
	line-height: 46px;
}
.reviews .reviews-vote .vote{
	float: left;
}
.reviews .reviews-vote span{
	display: inline-block;
	margin-right: 20px;
	color: #999999;
	margin-bottom: 0;
}
.reviews .reviews-vote ul{
	display: inline-block;
}
.reviews .reviews-vote li{
	list-style: none;
	display: inline-block;
	color: #999999;
}
.reviews .reviews-vote li i{
	color: #999;
}
.reviews .reviews-vote li:hover i{
	color: #000;
}
.reviews .reviews-vote .btn-primary{
	float: right;
}
.widget-action h3{
	margin-bottom: 18px;
}
.widget-action .btn-primary{
	width: 100%;
	margin-top: 35px;
	font-weight: 500;
}
.widget-action .btn-primary span{
	margin-right: 10px;
	vertical-align: 1px;
}
.widget-share h3{
	margin-bottom: 18px;
}
.widget-share li{
	list-style: none;
	display: inline-block;
	margin-right: 8px;
}
.widget-share li:hover a{
	background-color: #73b941;
	color: #fff;
}
.widget-share li a{
	height: 36px;
	width: 36px;
	text-align: center;
	line-height: 34px;
	border: 1px solid #ededed;
	border-radius: 2px;
	background-color: #fff;
}
/*==========================================================
	16. COMING SOON
==========================================================*/
.coming-soon #wrapper{
	background-image: url(images/placeholder/1920x1080.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.coming-soon .site-header{
	height: auto;
	text-align: center;
	padding: 100px 0;
	margin-bottom: 10px;
}
.coming-soon .site-header,
.coming-soon .site-main,
.coming-soon .site-footer{
	z-index: 9;
	position: relative;
}
.coming-soon .site-header .site-brand{
	float: none;
	line-height: normal;
}
.coming-soon .site-brand img{
	width: auto;
}
.coming-soon .site-main h2{
	font-size: 26px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 8px;
	text-align: center;
}
.coming-soon .site-main h1{
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 36px;
	margin-bottom: 30px;
}
.coming-soon .site-main .desc{
	color: #fff;
	text-align: center;
  width: 40%;
	margin: 0 auto;
}
.coming-soon .site-main .time{
	max-width: 690px;
	margin: 115px auto 0;
}
.coming-soon .site-main .time ul{
	margin: 0 -15px;
}
.coming-soon .site-main .time li{
	list-style: none;
	display: inline-block;
	width: 25%;
	padding: 0 15px;
}
.coming-soon .site-main .time .time-item{
	background-color: #182f57;
	color: #fff;
	text-align: center;
	height: 150px;
	border-radius: 3px;
}
.coming-soon .site-main .time .time-item p{
	font-size: 80px;
	font-weight: 500;
}
.coming-soon .site-footer .footer-copyright p{
	margin-top: 21px;
	float: left;
}
.coming-soon .site-footer .footer-copyright .follow{
	float: right;
}
.coming-soon .site-main .time .time-item span{
	display: block;
	margin-top: -14px;
}
.coming-soon .site-main .button{
	display: block;
	margin: 60px auto 0;
	text-align: center;
}
.coming-soon .site-footer .footer-copyright{
	background-color: initial;
	padding: 44px 60px 80px 60px;
}
.coming-soon #wrapper{
	position: relative;
}
.coming-soon #wrapper:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,0.3);
}
.popup{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.3);
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s;
}
.popup.open{
	visibility: visible;
	opacity: 1;
}
.newsletter-popup{
	background: repeating-linear-gradient( 135deg, #4251db, #4251db 10px, #fff 10px, #fff 20px, #f84d3b 20px, #f84d3b 30px, #fff 30px, #fff 40px ) !important;
	position: relative;
	height: 320px;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 640px;
	margin: 0 auto;
}
.newsletter-popup .close{
	position: absolute;
	top: -10px;
	right: -10px;
	color: #222;
	opacity: 1;
	height: 30px;
	width: 30px;
	background-color: #fff;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	font-size: 14px;
}
.popup-wrapper{
	background-color: #fff;
	position: absolute;
	top: 6px;
	left: 6px;
	right: 6px;
	bottom: 6px;
}
.form-header{
	position: relative;
	padding: 30px;
}
.form-content:before{
	background: linear-gradient(45deg, transparent 33.33%, #ffffff 33.333%, #ffffff 66.66%, transparent 66.66%), linear-gradient(-45deg, transparent 33.33%, #ffffff 33.33%, #ffffff 66.66%, transparent 66.66%) !important;
	top: -5px;
	left: 0;
	width: 100%;
	height: 10px;
	background-size: 20px 40px !important;
	content: '';
	position: absolute;
}
.form-header img{
	width: auto;
	float: left;
}
.form-header .form-text h2{
	clear: none;
	color: #222;
	
}
.form-header .form-text{
	padding-left: 180px;
}
.form-header .form-text h2{
	text-align: left;
}
.form-content{
	padding: 30px;
	position: relative;
}
.form-content form{
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 42px;
}
.form-content form input{
	width: 70%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 42px;
	border-radius: 3px;
}
.form-content form button{
	position: absolute;
	right: 0;
	top: 0;
	height: 42px;
	line-height: 42px;
	width: 25%;
}
/*==========================================================
	17. CAMPAIGN DETAIL
==========================================================*/

.campaign-detail .site-main, .contact-us .site-main, .login .site-main, .register .site-main, .dash .site-main, .prof .site-main, .actu .site-main{
	margin-top: 5%;
}

.contact-us .site-main, .login .site-main, .register .site-main{
	margin-bottom: 5%;
}

.campaign-detail .col-lg-4 .campaign-box{
	padding: 16px 25px 21px !important;
    width: 100% !important;
}

.site-main .campaign-content .campaign{
	padding: 0;
}
.campaign-detail .campaign-image{
	width: 50%;
	float: left;
	padding-right: 15px;
}
.campaign-detail .campaign-box{
	float: right;
	width: 50%;
	padding: 0 0 0 15px;
}
.campaign-detail .campaign-box a.category{
	font-size: 14px;
	margin-top: 10px;
	width: 49%;
}
.btn_pop{
	font-size: 14px;
	color: #555;
	display: inline-block;
	width: 50%;
	text-align: right;
}
.campaign-detail .campaign .process .raised{
	height: 8px;
}
.campaign-detail .campaign-box h3{
	margin-bottom: 22px !important;
	font-size: 26px;
	height: initial !important;
}
.campaign-detail .campaign-box .campaign-description{
	max-height: 95px !important;
}
.campaign-detail .campaign-author{
	/* margin-top: 40px; */
}
.campaign-detail .process-info span{
	margin-right: 110px !important;
	font-size: 16px !important;
	margin-bottom: 6px;
}
.campaign-detail .process .process-info{
	margin-bottom: 35px;
}
.campaign-detail .process .process-info  div{
	font-size: 14px !important;
}
.campaign-detail .process .process-info div:last-child span{
	margin-right: 0px !important;
}
.campaign-detail .button .btn-primary{
	font-weight: 500;
	margin-right: 13px;
}
.campaign-detail .campaign-price{
	border-radius: 2px;
	display: inline-block;
}
.campaign-detail .campaign-price input{
	width: 120px;
	border: 0;
	line-height: normal;
	height: 100%;
	padding: 0 8px 0 15px;
	height: 46px;
	line-height: 42px;
	border: 2px solid #ededed;
	margin-right: 13px;
}
.campaign-detail .campaign-price .campaign-controls{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 8px;
}
.campaign-detail .campaign-item{
	background-color: initial;
}
.campaign-detail .campaign-price .campaign-controls a{
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 16px;
	display: block;
	background-color: #f5f6f6;
}
.campaign-detail .button .btn-secondary{
	border-color: #73b941;
	background-color: initial;
	color: #73b941;
	font-weight: 500;
}

.expere{
	border-color: #8e8e8e  !important;
	color: #8e8e8e  !important;
}


.campaign-detail .button .btn-secondary:hover{
	background-color: #5aab21;
	border-color: #5aab21;
	color: #fff;
}

.expere:hover{
	background-color: #8e8e8e  !important;
	border-color: #8e8e8e  !important;
	color: #fff !important;
}


.campaign-detail .button .btn-secondary i{
	margin-right: 8px;
}
.campaign-detail .campaign-author .author-profile{
	float: left;
}
.campaign-detail .campaign-author .author-address{
	float: right;
	line-height: 35px;
}
.campaign-detail .campaign-author .author-address span{
	margin-right: 10px;
}
.campaign-detail .campaign-image img{
	width: auto;
}
.campaign-detail .campaign-image .inline-img{
	margin-bottom: 0px;
}
 .share{
	margin-top: 46px;
}
 .share p{
	color: #555555;
	font-weight: 500;
	margin-bottom: 15px;
}
.share li{
	list-style: none;
	display: inline-block;
	margin-right: 8px;
}
 .share li a{
	height: 38px;
	width: 38px;
	text-align: center;
	line-height: 36px;
	border: 1px solid #000;
	border-radius: 2px;
	overflow: hidden;
}
 .share li.share-facebook i{
	color: #3b5998;
}
 .share li.share-facebook:hover a{
	background-color: #3b5998;
}
 .share li.share-facebook:hover i,
 .share li.share-twitter:hover i,
 .share li.share-google-plus:hover i,
 .share li.share-linkedin:hover i,
 .share li.share-code:hover i{
	color: #fff;
}
 .share li.share-twitter i{
	color: #1da1f2;
}
 .share li.share-twitter:hover a{
	background-color: #1da1f2;
}
 .share li.share-google-plus i{
	color: #dd4b39;
}
 .share li.share-google-plus:hover a{
	background-color: #dd4b39;
}
 .share li.share-linkedin i{
	color: #0077b5;
}
 .share li.share-linkedin:hover a{
	background-color: #0077b5;
}
 .share li.share-code i{
	color: #555555;
}
 .share li.share-code:hover a{
	background-color: #555555;
}
.campaign-slider .owl-controls .owl-page,
.shop-slider .owl-controls .owl-page {
  position: relative;
  display: inline-block;
	width: 33.33%;
	height: 130px;
  outline: none;
  transition: all .1s ease-in-out;
}
.shop-slider .owl-controls .owl-page{
	width: 25%;
}
.campaign-slider .owl-controls .owl-page:focus,
.shop-slider .owl-controls .owl-page:focus{
  outline: none;
}
.campaign-slider .owl-controls .owl-page span,
.shop-slider .owl-controls .owl-page span {
  display: none;
}
.campaign-slider .owl-controls,
.shop-slider .owl-controls {
  position: relative;
	margin-top: 20px;
}
.campaign-slider .owl-controls .owl-buttons,
.shop-slider .owl-controls .owl-buttons{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
}
.campaign-slider .owl-controls .owl-buttons .owl-next,
.campaign-slider .owl-controls .owl-buttons .owl-prev,
.shop-slider .owl-controls .owl-buttons .owl-next,
.shop-slider .owl-controls .owl-buttons .owl-prev{
	border-radius: 0;
	background: none;
	border: 1px solid #73b941;
	color: #73b941;
	opacity: 1;
	margin: -13px 0 0 0;
}
.shop-slider .owl-controls .owl-buttons .owl-next span,
.shop-slider .owl-controls .owl-buttons .owl-prev span{
	margin-bottom: 0px;
}
.campaign-slider .owl-controls .owl-buttons .owl-next:hover,
.campaign-slider .owl-controls .owl-buttons .owl-prev:hover,
.shop-slider .owl-controls .owl-buttons .owl-next:hover,
.shop-slider .owl-controls .owl-buttons .owl-prev:hover{
	background-color: #73b941;
	color: #fff;
}
.campaign-slider .owl-controls .owl-buttons .owl-next,
.shop-slider .owl-controls .owl-buttons .owl-next{
	right: 10px;
	position: absolute;
}
.campaign-slider .owl-controls .owl-buttons .owl-prev,
.shop-slider .owl-controls .owl-buttons .owl-prev{
	left: 10px;
	position: absolute;
}
.campaign-slider .owl-controls .owl-page,
.shop-slider .owl-controls .owl-page {
  position: relative;
  display: inline-block;
  outline: none;
  transition: all .1s ease-in-out;
}
.campaign-history{
	margin-top: 21px;
}
.campaign-history .tabs-controls{
	border-bottom: 1px solid #ededed;
	margin-bottom: 35px;
}
.campaign-history .tabs-controls li.active{
	border-bottom: 1px solid #73b941;
}
.campaign-history .tabs-controls li{
	list-style: none;
	display: inline-block;
	margin-right: 75px;
	padding-bottom: 9px;
}
.campaign-history .tabs-controls li:last-child{
	margin-right: 0px;
}
.campaign-history .tabs-controls li a{
	font-weight: 500;
	font-size: 16px;
}
.campaign-history .campaign-content p,
.campaign-history .campaign-content img{
	margin-bottom: 20px;
}
.campaign-history .campaign-content p:last-child{
	margin-bottom: 0px;
}
.support-campaign{
	background-color: initial;
	padding: 0;
}
.support-campaign select{
	height: initial;
}
.support-campaign h3{
	border-bottom: 1px solid #ededed;
	font-size: 16px;
	font-weight: 500;
	padding-bottom: 15px;
	position: relative;
	margin-bottom: 40px;
}
.support-campaign h3:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 155px;
	background-color: #73b941;
	display: block;
	height: 1px;
}
.support-campaign .plan{
	border: 2px solid #ededed;
	border-radius: 2px;
	margin-bottom: 30px;
}
.support-campaign .plan a{
	display: block;
	background-color: #f5f6f6;
	padding: 40px 25px;
}
.support-campaign .plan a:focus{
	background-color: #73b941;
	color: #fff;
}
.support-campaign .plan a:focus:hover{
	color: #fff;
}
.support-campaign .plan a:focus h4{
	color: #fff;
}
.support-campaign .plan a:hover{
	color: #555555;
}
.support-campaign .plan h4{
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 22px;
}
.support-campaign .plan .plan-desc{
	margin-bottom: 16px;
}
.support-campaign .plan .backer{
	margin-top: 18px;
	font-weight: 500;
}
#backer table{
	width: 100%;
}
#backer table tr th, #backer table tr td{
	border: 1px solid #ededed;
	padding: 15px;
}
#updates li{
	list-style: none;
	padding-bottom: 46px;
	padding-left: 30px;
	position: relative;
	border-left: 2px solid #ededed;
}
#updates li:last-child{
	padding-bottom: 0px;
}
#updates li:before{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	background-color: #ededed;
	border-radius: 50%;
	left: -13px;
	top: 0;
	transition: all 0.6s;
	z-index: 9;
}
#updates li:after{
	content: '';
	position: absolute;
	height: 2px;
	width: 25px;
	background-color: #ededed;
	left: 0;
	top: 10px;
}
#updates li:hover:before{
	background-color: #73b941;
}
#updates li p{
	margin-bottom: 5px;
}
#updates li h3{
	margin-bottom: 10px;
}
#comments h3,#faq h2{
	margin-bottom: 20px;
}
/*==========================================================
	18. HOME V2
==========================================================*/
.how-it-work{
	padding: 120px 0;
	background-color: #f5f6f6;
	margin-top: 120px;
}
.item-work .item-icon{
	float: left;
	height: 64px;
	width: 64px;
	display: block;
	text-align: center;
	border: 2px solid #7bbd45;
	border-radius: 50%;
	line-height: 60px;
	font-size: 18px;
	color: #7bbd45;
	position: relative;
}
.item-work .item-icon span{
	font-size: 10px;
	font-weight: 500;
	height: 22px;
	text-align: center;
	width: 22px;
	display: block;
	background-color: #182f57;
	line-height: 22px;
	border-radius: 50%;
	color: #fff;
	position: absolute;
	right: -2px;
	top: -2px;
}
.item-work .item-content{
	margin-left: 84px;
}
.item-work .item-content h3{
	clear: none;
	margin-bottom: 13px;
}
.item-work .item-content .item-desc{
	max-height: 60px;
	overflow: hidden;
}
.campaign-tabs{
	text-align: center;
	margin-bottom: 30px;
	margin-top: 3px;
}
.campaign-history .campaign-tabs{
	text-align: left;
}
.campaign-tabs button{
	border: 0;
	background-color: initial;
	margin-right: 35px;
	padding: 0 0 3px 0;
	cursor: pointer;
}
#respond button{
	background-color: #73b941;
  padding: 0 20px;
}
.campaign-tabs button:last-child{
	margin-right: 0;
}
.campaign-tabs .button{
	border-bottom: 2px solid #fff;
}
.campaign-tabs .button.is-checked{
	color: #79bc42;
	border-bottom: 2px solid #79bc42;
}
.story{
	margin-bottom: 120px;
}
.story-item .story-thumb{
	position: relative;
}
.story-item .story-thumb h3{
	position: absolute;
	bottom: 60px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 99;
}
.story-item .story-thumb:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.3);
	z-index: 9;
}
.story-item .story-thumb h3 a{
	color: #fff;
}
.story-item .story-thumb h3 a:hover,.story-info .author-name:hover{
	color: #79bc42;
}
.story-info{
	background-color: #f5f6f6;
	padding: 0 25px 25px;
	text-align: center;
}
.story-info .author-avatar{
	padding-top: 15px;
	position: relative;
	z-index: 99;
}
.story-info .author-avatar img{
	width: 70px;
	height: 70px;
	border-radius: 50%;
	overflow: hidden;
	display: block;
	margin: 0 auto;
}
.story-info .author-name{
	font-size: 16px;
	color: #222222;
	font-weight: 500;
	margin-top: 16px;
	margin-bottom: 5px;
}
.story-info .story-desc{
	max-height: 80px;
	overflow: hidden;
	text-align: left;
}
.story-info .read-more{
	font-weight: 500;
	color: #fff;
	padding: 9px 20px;
	background-color: #182f57;
	display: inline-block;
	border-radius: 3px;
	margin-top: 15px;
}
.story-slider .owl-controls{
	margin-top: 40px;
}
.story-slider .owl-controls .owl-dot{
	display: inline-block;
	margin-right: 8px;
}
.story-slider .owl-controls .owl-dot:last-child{
	margin-right: 0;
}
.story-slider .owl-controls .owl-dot.active span{
	background-color: #79bc42;
}
.story-slider .owl-controls .owl-dot span{
	height: 12px;
	width: 12px;
	border: 2px solid #79bc42;
	display: block;
	border-radius: 50%;
}
/*==========================================================
	19. EXPLORE LAYOUT ONE
==========================================================*/
.find-city{
	background-color: #f5f6f6;
	padding: 25px;
	border-radius: 3px;
}
.find-city h3{
	margin-bottom: 16px;
	font-size: 16px;
}
.find-city form{
	position: relative;
}
.find-city form input{
	width: 100%;
	height: 46px;
}
.find-city form input[placeholder]{
	font-style: italic;
	padding: 0 130px 0 15px;
}
.find-city form button{
	position: absolute;
	top: 0;
	right: 0;
}
.featured-places-item,
.explore-item{
	position: relative;
	border-radius: 3px;
	overflow: hidden;
	box-sizing: border-box;
}
.featured-places-item a.featured-places-image,
.explore-item a.explore-overlay,
.product a{
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}
.featured-places-item a.featured-places-image:after,
.explore-item a.explore-overlay:after{
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 5px;
	-webkit-transition: all 0.27s;
	-moz-transition: all 0.27s;
	-o-transition: all 0.27s;
	transition: all 0.27s;
}
.featured-places-item:hover a.featured-places-image:after,
.explore-item:hover a.explore-overlay:after{
	background: rgba(40, 40, 46, 0.3);
}
.featured-places-item a.featured-places-image img{
	-webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
	-moz-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
	-o-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
	transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
	border-radius: 0;
	box-sizing: border-box;
	display: block;
	transform-style: preserve-3d;
}
.explore-item a.explore-overlay img,
.product a img{
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.explore-item:hover a.explore-overlay img,
.product a:hover img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.featured-places-item:hover a.featured-places-image img{
  -moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.featured-places-item h3{
	color: #ffffff;
	top: 50%;
	transform: translateY(-50%);
	box-sizing: border-box;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
}
.featured-places-item h3 a{
	color: #fff;
}
/*==========================================================
	19. EXPLORE LAYOUT TWO
==========================================================*/
.campaigns-action{
	margin-bottom: 25px;
}
.campaigns-action .sort{
	float: left;
}
.campaigns-action .sort span{
	color: #222;
	font-weight: 500;
	margin-right: 10px;
	line-height: 38px;
}
.campaigns-action .sort span,
.campaigns-action .sort ul,
.campaigns-action .filter span,
.campaigns-action .filter form,
.campaigns-action .filter form .field-select{
	display: inline-block;
}
.campaigns-action .filter form .field-select{
	margin-left: 10px;
}
.campaigns-action .filter form .field-select select{
	padding: 0 30px 0 15px;
	height: 38px;
	border: 2px solid #ededed;
}
.campaigns-action .filter form .field-select:after{
	line-height: 38px;
	font-size: 16px;
	border-left: 0;
	padding: 0 18px 0 0;
}
.campaigns-action .sort li{
	list-style: none;
	display: inline-block;
	margin-right: 10px;
}
.campaigns-action .sort li a{
	font-weight: 500;
	border-bottom: 2px solid #fff;
}
.campaigns-action .sort li.active a{
	border-bottom: 2px solid #79bc42;
	color: #79bc42;
}
.campaigns-action .filter{
	float: right;
}
/*==========================================================
	20. FAQ
==========================================================*/
.list-faq li{
	list-style: none;
	margin-bottom: 20px;
}
.list-faq li:last-child{
	margin-bottom: 0;
}
.list-faq li span,
.list-faq li a{
	display: inline-block;
}
.list-faq li a{
	font-size: 16px;
	font-weight: 500;
}
.list-faq li span{
	color: #79bc42;
	margin-right: 15px;
	font-size: 16px;
}
.list-faq li.open span.ion-plus:before{
	content: "\f209";
}
.list-faq li .faq-desc{
	margin: 12px 0 30px;
/* 	display: none; */
}
.list-faq li .faq-desc p{
	margin-bottom: 10px;
}
/*==========================================================
	21. Account
==========================================================*/
.account-bar,
.account-content{
	background-color: #f5f6f6;
	border-radius : 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	overflow: hidden;
}
.account-bar li{
	list-style: none;
}
.account-bar li a,
.account-content .account-title{
	font-weight: 500;
	padding: 15px 30px;
}
.account-bar li.active a{
	background-color: #73b941;
	color: #fff;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
}
.account-content .account-title{
	background-color: #ededed;
	font-size: 14px;
}
.account-content .account-main{
	padding: 40px 30px;
}
.my-campaigns .campaign-item:after{
	content: '';
	clear: both;
	display: block;
}
.my-campaigns .campaign-item{
	margin-bottom: 25px;
}
.my-campaigns .campaign-item img{
	width: auto;
	border-radius: 5px;
}
.my-campaigns .campaign-image{
	float: left;
}
.my-campaigns .campaign-box{
	padding: 0 0 0 170px;
}
.my-campaigns .campaign-category a{
	color: #555;
	font-size: 12px;
	margin-bottom: 6px;
}
.my-campaigns .campaign-category a:hover{
	color: #73b941;
}
.my-campaigns .campaign-title{
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
}
.account-table table{
	text-align: left;
	width: 100%;
	border-top: 1px solid #f0f0f0;
	border-bottom: none;
}
.account-table table td,
.account-table table th {
	text-align: left;
	padding: 10px 5px;
	border-bottom: 1px solid #f0f0f0;
	border-top: none;
	font-size: 14px;
}
.account-table table th{
	font-weight: 700;
	background: #f5f5f5;
}
.profile .author-avatar img{
	width: 120px;
	height: 120px;
	border-radius: 50%;
}
.dashboard img{
	width: 120px;
	height: 120px;
	border-radius: 50%;
}
.dashboard .dashboard-latest img{
	width: auto;
	height: auto;
}
.dashboard .author-avatar,
.profile .author-avatar{
	float: left;
	width: 120px;
	height: 120px;
	border-radius: 50%;
}
.author .author-content h3,
.profile .author-content h3{
	clear: none;
	padding-top: 15px;
	font-size: 16px;
	display: inline-block;
	margin-bottom: 30px;
}
.author .edit-profile{
	float: right;
}
.author{
	margin-bottom: 57px;
}
.author .author-content{
	margin-left: 140px;
}
.dashboard .dashboard-latest{
	margin-bottom: 57px;
}
.dashboard .dashboard-latest h3{
	font-size: 16px;
	margin-bottom: 22px;
}
.dashboard-latest li{
	list-style: none;
	margin-bottom: 20px;
}
.dashboard-latest li:after{
	content: '';
	clear: both;
	display: block;
}
.dashboard-latest li img{
	float: left;
	border-radius: 3px;
}
.dashboard-latest .dashboard-latest-box{
	margin-left: 90px;
}
.dashboard-latest .dashboard-latest-box h4{
	clear: none;
	margin-bottom: 8px;
}
.dashboard-latest .dashboard-latest-box .category{
	/* padding-top: 10px; */
	margin-bottom: 8px;
}
.dashboard .payment-info p{
	font-size: 16px;
	font-weight: 500;
	color: #222222;
	margin-bottom: 15px;
}
.dashboard .payment-info p:last-child{
	margin-bottom: 0;
}
.dashboard .payment-info p a{
	display: inline-block;
	margin-left: 10px;
	font-size: 14px;
	color: #555555;
	font-weight: 400;
}
.dashboard .payment-info p a:hover{
	color: #73b941;
}
.profile-box{
	margin-bottom: 60px;
}
.profile-box h3{
	font-size: 16px;
	margin-bottom: 20px;
}
.profile-box li{
	list-style: none;
	margin-bottom: 20px;
}
.profile-box li:after{
	content: '';
	clear: both;
	display: block;
}
.profile-box li strong{
	font-size: 14px;
	color: #222222;
	font-weight: 500;
	width: 19%;
	float: left;
	    margin-right: 1%;
}
.profile-box li .profile-text{
	width: 80%;
	float: left;
}
/*==========================================================
	22. Create a campaign
==========================================================*/
.campaign-form form{
	max-width: 570px;
	margin: 0 auto;
}
.campaign-form form legend{
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 30px;
}
.campaign-form form label{
	color: #555555;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 10px;
}
.campaign-form form span{
	margin-top: 5px;
	display: block;
}
.field-money{
	position: relative;
	z-index: 1;
}
.field-money .select{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100px;
}
.field-money select{
	border: 0;
	text-align: center;
	background-color: #172f57;
	color: #fff;
	font-weight: 500;
	border-radius: 3px;
	padding: 0 30px 0 10px;
}
.field-money .select:after{
	content: '\f107';
	font: normal normal normal 14px/1 FontAwesome;
	color: #fff;
	top: 16px;
	right: 25px;
	position: absolute;
	z-index: 9999;
}
.form-update form label{
	font-weight: 500;
	color: #222;
}
.form-update form span{
	margin-top: 0;
	margin-bottom: 10px;
}
.form-update form textarea{
	width: 100%;
}
.list-upload{
	letter-spacing: -0.3em;
	margin: 0 -8px;
}
.list-upload .file-upload{
	position: relative;
	width: 33.33%;
	display: inline-block;
	padding: 0 8px;
	letter-spacing: normal;
	text-align: center;
}
.choicefile{
   display:block;
   background:#f5f6f6;
   text-align:center;
   text-decoration:none;
   cursor:pointer;
   height: 120px;
   line-height: 120px;
   border-radius: 3px;
}
#uploadfile,
.removeimg{
    display:none;
}
#thumbbox{
    position:relative;
}
.removeimg{
   background:  url("http://png-3.findicons.com/files/icons/2181/34al_volume_3_2_se/24/001_05.png")  repeat scroll 0 0 transparent;
   height: 24px;
   position: absolute;
   right: 5px;
   top: 5px;
   width: 24px;
}
.choicefile1{
   display:block;
   background:#f5f6f6;
   text-align:center;
   text-decoration:none;
   cursor:pointer;
   height: 120px;
   line-height: 120px;
   border-radius: 3px;
}
#uploadfile1,
.removeimg1{
    display:none;
}
#thumbbox1{
    position:relative;
}
.removeimg1{
   background:  url("http://png-3.findicons.com/files/icons/2181/34al_volume_3_2_se/24/001_05.png")  repeat scroll 0 0 transparent;
   height: 24px;
   position: absolute;
   right: 5px;
   top: 5px;
   width: 24px;
}
.choicefile2{
   display:block;
   background:#f5f6f6;
   text-align:center;
   text-decoration:none;
   cursor:pointer;
   height: 120px;
   line-height: 120px;
   border-radius: 3px;
}
#uploadfile2,
.removeimg2{
    display:none;
}
#thumbbox2{
    position:relative;
}
.removeimg2{
   background:  url("http://png-3.findicons.com/files/icons/2181/34al_volume_3_2_se/24/001_05.png")  repeat scroll 0 0 transparent;
   height: 24px;
   position: absolute;
   right: 5px;
   top: 5px;
   width: 24px;
}

/*  my syle */

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

	.owl-carousel .owl-item{
		clear: both;
	}
}



.prof #datepicker{
	flex: auto;
}

.prof select{
	background: #fff;
	height: 38px;
}

.s0{
	color: blue;
}

.s1{
	color: red;
}

.s2{
	color: green;
}

.content-header{
    box-shadow: 0 12px 20px -13px rgba(0,0,0,0.2);
}

.how-it-work{
	margin-top: 0;
}

.process-info > div{
	width: 33.33% !important;
}

.campaign-content .campaign-box .process .process-info span{
	margin-right: 0 !important;
}

.owl-dots{
	display: none !important;
}

/* donate */

.donate{
	margin: 5% auto !important;
    background-color: #e7eaed;
    border-radius: 8px;
    padding: 15px;
    border-bottom: 3px solid #ddd;
}

.donate > h1{
	color: #172e57;
}

.donate >h1 >span{
	color: #74bb45;
	font-size: 20px;
}

.donate label{
    font-size: 17px;
}

.donate input{
    padding: 15px;
     font-size: 18px;
    margin-bottom: 10px;
    height: auto;
}

.donate .form-group:first-child input{
    
    text-align: center;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    font-size: 24px;
}

.b{
    display: flex;
    justify-content: center;
}

.donate b{
    border: 1px solid #ccc;
    padding: 15px;
    height: 100%;
    border-radius: 5px;
    border-width: 1px 1px 1px 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    font-size: 24px;
}

.donate .btn_pay a{
    padding: 13px 15px;
    color: #666;
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
    background-color: #f9f9f9;
    text-decoration: none;
}

.donate .btn_pay a:before{
    content: "";
    background: url(../image/right.png) no-repeat;
    background-size: 12px 12px;
    padding-right: 20px;
    color: #a7a7a7;
    content: " ";
    display: inline-block;
    height: 12px;
    width: 12px;
}

.donate .d p{
    font-size: 15px;
    color: #999;
}

.d .b input{
    width: 25% !important;
    padding: 18px;
}

.d .b b{
        padding: 4px 15px;
        font-size: 20px;
}

.d hr{
        border-top: 1px solid #ccc;
}

.d >div, .d >p{
    display: none;
}

.d img{
    margin-top: -4px;
}

#s_don{
    border-bottom: 1px dashed red;
    cursor: pointer;
    font-weight: bold;
}

.donate a{
	text-align: left !important;
}

.donate img{
	width: auto !important;
}

.donate_p{
	background: #f9fbfb;
}

.donate .d{
	margin-top: 10px;
}

.donate .d img{
	width: 17px !important;
}

#header{
	background: #73bb44;
}

/* creer collecte */

input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control{
    line-height: 1;
}

.creer{
    margin-top: 5%;
    margin-bottom: 5%;
}

.creer > h1{
	text-align: center;
    margin: 3%;
    color: #192e59;
}

.creer .divform{
	margin: auto;
	border:1px solid #ccc;
	padding: 15px;
	box-shadow: 0px 0px 3px 1px #ccc;
}

.creer label{
	font-weight: bold;
	margin-bottom: 8px;
}

/* .creer select{
    padding: 15px;
    height: auto;
} */

.creer .up_img{
    background: #fff;
    border: 1px dashed #ccc;
    border-radius: 5px;
    margin-bottom: 25px;
    padding: 15px;
    text-align: center;
    color: #666;
    position: relative;
}

.creer .up_img .fa{
    display: block;
    font-size: 25px;
}

.creer .up_img #imagefile{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

input[type="checkbox"] {
    display:none;
}
input[type="checkbox"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-2px 10px 0 0;
    vertical-align:middle;
    background:url(../image/check.png) left top no-repeat;
    cursor:pointer;
}
input[type="checkbox"]:checked + label span {
    background:url(../image/check.png) -19px top no-repeat;
}

#image_preview img{
	max-width: 350px !important;
	    margin-bottom: 20px;
}

/* dashboard */

.li_switch p{
	padding: 0 15px;
	color: #000;
	font-weight: 500;
	text-align: center;
}

.li_switch .switch{
	display: block;
	margin: 15px auto;
}

.li_switch .switch input:checked + .slider{
	background: #73b941;
}

.mis_btn{
	float: right;
}
.mis_btn a{
	 display: inline-block;
    margin-left: 10px;
    font-weight: 500;
}

.mis_btn a:nth-child(2){
	    color: green;
}
.mis_btn a:nth-child(1){
	    color: #173154;
}
.mis_btn a:nth-child(3){
	    color: red;
}


select{
	-webkit-appearance: menulist;
}

.voir_act{
	    margin-top: 10px;
    text-align: center;
    color: green;
    font-weight: bold;
}

.aj{
	margin-bottom: 10px;
    display: inline-block;
    margin-left: 10px;
    color: #00f;
}

.dashboard-latest td a{
	display: inline-block;
	margin-right: 10px;
}

.confirm{
	color: red;
}

/* end creer collecte */


/* switch yes or no */

.fa-eye {
	position: relative;
    top: -8px;
}

.switch {
  position: relative;
  display: inline-block;
      width: 60px;
    height: 27px;
    margin-top: 8px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
 height: 20px;
    width: 20px;
    left: 7px;
    bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.campaign-box >img{
	box-shadow: 0px 0px 3px 1px #ccc;
}

.box_content{
	padding: 5px 10px;
	box-shadow: 0px 0px 3px 1px #ccc;
}

/* actualities */

.actu .account-bar .dashboard-latest-box{
	padding: 10px;
}

.actu .account-bar li a{
	padding: 10px 0;
}

.actu .category, .actu .h4{
	margin-bottom: 8px;
}

.actu .btn-primary{
	margin-top: 15px;
}
.campaign-tabs iframe {max-width:100%!important}

.rea {
	color: #73b941;
	margin-bottom:10px;
	border: 2px dashed;
    padding: 10px;
    text-align: center;
    font-weight: 500;
}

.rea img{
	width: 18px !important;
    display: block;
    margin: auto;
}

.rea a{
	color: gray;
}

.rea:nth-child(2){
	margin-bottom: 35px;
}

#updates .fa-file-text{
	font-size: 20px;
}

/*  register */

.register label{
	font-weight: bold;
    color: #76b51b;
}

#cookie {
    background: #73b941;
    color: white;
    text-align: center;
    padding: 5px;
}

#lien_ok {
    color: orange;cursor:pointer;display:inline
}





/* Outer */
.popup111 {
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    top:0px;
    left:0px;
    background:rgba(0,0,0,0.75);
    z-index: 1111;
}
 
/* Inner */
.popup-inner111 {
    max-width:700px;
    width:90%;
    padding:40px;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    box-shadow:0px 2px 6px rgba(0,0,0,1);
    border-radius:3px;
    background:#fff;
}
 
/* Close Button */
.popup-close111 {
    width:30px;
    height:30px;
    padding-top:4px;
    display:inline-block;
    position:absolute;
    top:0px;
    right:0px;
    transition:ease 0.25s all;
    -webkit-transform:translate(50%, -50%);
    transform:translate(50%, -50%);
    border-radius:1000px;
    background:rgba(0,0,0,0.8);
    font-family:Arial, Sans-Serif;
    font-size:20px;
    text-align:center;
    line-height:100%;
    color:#fff;
}
 
.popup-close111:hover {
    -webkit-transform:translate(50%, -50%) rotate(180deg);
    transform:translate(50%, -50%) rotate(180deg);
    background:rgba(0,0,0,1);
    text-decoration:none;
}



/* Outer */
.popup2 {
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    top:0px;
    left:0px;
    background:rgba(0,0,0,0.75);
    z-index: 1111;
}
 
/* Inner */
.popup-inner2 {
    max-width:700px;
    width:90%;
    padding:40px;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    box-shadow:0px 2px 6px rgba(0,0,0,1);
    border-radius:3px;
    background:#fff;
}
 
/* Close Button */
.popup-close2 {
    width:30px;
    height:30px;
    padding-top:4px;
    display:inline-block;
    position:absolute;
    top:0px;
    right:0px;
    transition:ease 0.25s all;
    -webkit-transform:translate(50%, -50%);
    transform:translate(50%, -50%);
    border-radius:1000px;
    background:rgba(0,0,0,0.8);
    font-family:Arial, Sans-Serif;
    font-size:20px;
    text-align:center;
    line-height:100%;
    color:#fff;
}
 
.popup-close2:hover {
    -webkit-transform:translate(50%, -50%) rotate(180deg);
    transform:translate(50%, -50%) rotate(180deg);
    background:rgba(0,0,0,1);
    text-decoration:none;
}



.testt > ul > li{
position: fixed;
    top: 20px;
    left: 20px;
    background: #fff;
    padding: 10px;
    border: 1px solid #73b941;
    border-radius: 50px;
    color: #73b941;
    width: 30%;
    line-height: 1.2;
    font-size: 14px;
    z-index: 22222;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testt > ul > li p{
  display: inline-block;
  width: calc(100% - 80px);
  margin: 0;
}

.img_notf, .img_notf2 {
  background: transparent url(https://cdn1.fleurs-maroc.ma/themes/PRS01/css/../img/templatetrip/services-icon.png) no-repeat scroll -144px -34px;
  width: 50px;
  height: 60px;
  display: inline-block;
  margin-right: 10px;
}

.img_notf2{
  background: transparent url(https://cdn1.fleurs-maroc.ma/themes/PRS01/css/../img/templatetrip/services-icon.png) no-repeat scroll -44px -140px;
 
}


.paliers{
	padding: 15px;
}

.paliers_content{
	cursor: pointer;
}

@media (max-width: 720px){
	.testt > ul > li{
		width: 60%;
		font-size: 12px;
	}
}

#image_preview{
	display: none;
}

.ajouter_des_don p, .payment-info p{
	font-size: 16px;
    font-weight: 500;
    color: #222222;
    margin-bottom: 15px;
    cursor: pointer;
}

.popup2 button.btn{
	width: 100%;
    margin-bottom: 15px;
    text-transform: uppercase;
    vertical-align: middle;
    font-weight: 300;
    color: #fff;
    background-color: #73bb44;
    border: 1px solid #569030;
    padding: 10px;
    cursor: pointer;
}

textarea#form-about-yourself{
	margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: rgba(181, 181, 181, .3);
    border: 1px solid rgba(207, 209, 209, 1);
    font-size: 17px;
    font-weight: 300;
    line-height: 50px;
    color: #888;
}

input#ville, input#form-email, input#form-first-name{
	height: 60px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: rgba(181, 181, 181, .3);
    border: 1px solid rgba(207, 209, 209, 1);
    font-size: 17px;
    font-weight: 300;
    line-height: 50px;
}

.popup2 h2.text-center{
	border-bottom: 1px solid #ddd;
	padding-bottom: 25px;
}

.col-md-12.orias{
	text-align: center;
    box-shadow: 0px 0 7px 1px #73bb44;
    padding: 25px;
    border-radius: 4px;
}

.col-md-12.orias img{
	width: 250px
}

@media only screen and (max-width: 767px) {
	#Food-fair-toggle {
		background-color: #808080;
	}
}

.profile-form .col_2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 15px;
}

.profile-form .col_3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 15px;
}

.profile-form .col_2.custom {
	grid-template-columns: 66% 32.05%;
}

.profile-form label {
	font-size: 14px;
  color: #222222;
  font-weight: 500;
  margin-right: 10px;
  margin-bottom: 5px;
}

.profile-form .checkbx {
	display: flex;
	align-items: center;
}

.profile-form .checkbx label {
	margin-bottom: 0;
}

.profile-form label a {
	display: inline-block;
  font-size: 13px;
  color: #73bc45;
  margin-left: 8px;
}

.profile-form .checkbx input {
	margin-right: 10px;
}

.profile-form #datepicker {
	height: 35px;
}

.profile-form .upload {
	position: relative;
	border: 1px solid #ededed;
  background-color: #ffffff;
  cursor: pointer;
}

.profile-form .upload i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 16px;
  opacity: .6;
  transition: .4s;
}

.profile-form .upload:hover i {
	opacity: 1;
}

.profile-form .upload .form-control {
	opacity: 0;
	z-index: 9;
}

.container_checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #dddada;
}

.container_checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

.container_checkbox input:checked ~ .checkmark {
  background-color: #73ba41;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.container_checkbox input:checked ~ .checkmark:after {
  display: block;
}

.container_checkbox .checkmark:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.profile-form .selected_file {
	color: #73bc45;
  font-size: 13px;
}

@media (max-width: 767px) {

	.profile-form .col_2,
	.profile-form .col_3,
	.profile-form .col_2.custom {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 0;
	}

}

.pop_verification {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(0 0 0 / 75%);
  z-index: 99999;
}

.pop_verification .content {
	width: 500px;
  background-color: #ffffff;
  border-radius: 8px;
  text-align: center;
}

.pop_verification .bottom {
	padding: 10px;
  text-align: center;
  border-top: 1px solid #e9e9e9;
}

.pop_verification .bottom a {
	background-color: #73ba41;
  color: #ffffff;
  padding: 12px 8px;
  border-radius: 4px;
  transition: .5s;
  font-size: 15px;
}

.pop_verification .bottom a:hover {
	background-color: #5fa032;
}

.pop_verification .bottom a i {
	  position: relative;
    top: 1px;
    margin-left: 5px;
}

.pop_verification .body {
	  padding: 0 20px 15px;
    text-align: center;
}

.pop_verification .body p {
	letter-spacing: .4px;
  font-size: 14px;
  color: #656565;
}

.pop_verification .title {
	  font-size: 18px;
    margin-bottom: 8px !important;
    letter-spacing: .5px;
    color: #272222;
}

.pop_verification .head img {
	width: 80px;
	margin: 15px 0 10px;
}

@media (max-width: 767px) {

	.pop_verification .content {
		width: 94%;
	}

}

.alert_profile {
	  background-color: #fff3cd;
	  border: 1px solid #f0dea7;
    padding: 20px 15px;
    border-radius: 5px;
    margin-bottom: 2rem;
}

.alert_profile label {
	  margin-bottom: 0;
    font-weight: 400;
    letter-spacing: .4px;
    display: flex;
    align-items: flex-end;
    color: #595656;
}

.alert_profile label img {
	  width: 26px;
    height: auto;
    margin-right: 15px;
}

@media (max-width: 992px) {

	.main-menu.open ul {
		background-color: #808080;
	}

	.main-menu ul li a {
		width: 100%;
	}

	.main-menu ul li .btn-primary {
		line-height: 25px;
	}

}

.btn_form_demadevir {
  background-color: #73bc45 !important;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: .4s;
}

.btn_form_demadevir:hover {
	background-color: #69b13c !important;
}
