@import url(https://fonts.googleapis.com/css?family=Raleway:400,700,900);
@import url(https://fonts.googleapis.com/css?family=Lato:400,900);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700italic,700,500&subset=latin,latin-ext);

/*	################################################################
	1. GENERAL STRUCTURES
################################################################# */
	* { 
		margin: 0;
		padding: 0px;
	} 

body { 
	background-color: #e3f9e7; /* #ffffff;*/
	margin: 0; 
	height: 100%; 
	color: #384452;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
}

p { 
	padding: 0; 
	margin-bottom: 12px; 
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 14px; 
	line-height: 24px;
	color: #384452; 
	margin-top: 10px; 
}

img {
	height: auto;
	max-width: 100%;
}

a:link {
/*	padding: 0;
	margin: 0;*/
	text-decoration: none;
/*  color:#57b268; */
  -webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #92e8a1;
}

::-moz-selection  {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}
::selection {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}

.centered {
	text-align: center
}


/*	################################################################
	BOOTSTRAP MODIFICATIONS & TWEAKS
################################################################# */

/* Main Navbar */
.navbar {
	min-height: 130px;
	padding-top: 5px;
	margin-bottom: 0px;
}

.navbar-brand>img {
/*   max-height: 100%;
   height: 100%;
*/
   padding-top: -10px;
   width: auto;
   margin: 0 auto;
   -o-object-fit: contain;
   object-fit: contain;
}

.navbar-brand {
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
}

.navbar-header .navbar-brand {
	color: white;
}

.navbar-default .navbar-nav > li > a {
	color: white;
	font-weight: 700;
	font-size: 12px;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #00b3fe;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #81e894; /* #c60929; /* #00b3fe;*/
	background-color: transparant; /* #058c1e;*/
}

.navbar-default .navbar-toggle .icon-bar {
	border-color: white; /* #00b3fe;*/
	background-color: white;
}


.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: white; /* #777;*/
}

.navbar-default {
	background-color: #058c1e; /* #c60929; /* #384452;*/
	border-color: #058c1e;
}
.navbar-brand {
  width: 110px;
  height: 110px;
}


/* Tools Navbar */
.navbar-t {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
	padding-top: 5px;
	margin-bottom: 0px;
}

.navbar-tools-brand {
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
}

.navbar-tools-header .navbar-tools-brand {
	color: white;
}

.navbar-tools .navbar-tools-nav > li > a {
	color: white;
	font-weight: 700;
	font-size: 12px;
}

.navbar-tools .navbar-tools-nav > li > a:hover {
	color: #00b3fe;
}

.navbar-tools .navbar-tools-nav > .active > a, .navbar-tools .navbar-tools-nav > .active > a:hover, .navbar-tools .navbar-tools-nav > .active > a:focus {
	color: #81e894; /* #c60929; /* #00b3fe;*/
	background-color: transparent;
}

.navbar-tools > .navbar-toggle {
  margin-top: 0px;
}
.navbar-tools > .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
    border-color: #ddd;
}

.navbar-tools .navbar-tools-toggle .icon-tools-bar {
	border-color: white; /* #00b3fe;*/
	background-color: white;
}

.navbar-tools .navbar-tools-nav .open .dropdown-menu > li > a {
    color: white; /* #777;*/
}

.navbar-tools {
	background-color: #3daf52;
	border-color: transparent;
}
.navbar-tools-brand {
  width: 110px;
  height: 110px;
}



.dropdown-menu {
	background: #058c1e; /* #dd3e59; /* #384452;*/
}

.dropdown-menu > li > a > a:hover > a:focus{
	color: white;
	font-weight: 700;
	font-size: 12px;
}

.logo {
  background-image: url('../img/picklessoftware_logo_small.png');
  float: left;
  padding: 0px;
  margin: 0px;
  width: 110px;
  height: 110px;
}

.btn-theme {
  color: #fff;
  width: 100%;
  background-color: #3daf52; /* #c60929; /* #384452;*/
  border-color: #384452;
  margin: 4px;
}

.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.open .dropdown-toggle.btn-theme {
  color: #fff;
  background-color: #81e894; /* #962a3c; /* #00b3fe;*/
  border-color: #00b3fe;
}

.btn-theme-buy-now {
  color: #fff;
  width: 100%;
  background-color: #3daf52; /* #c60929; /* #384452;*/
  border-color: #384452;
  margin: 4px;
}
.btn-theme-buy-now:hover,
.btn-theme-buy-now:focus,
.btn-theme-buy-now:active,
.btn-theme-buy-now.active,
.open .dropdown-toggle.btn-theme-buy-now {
  color: #fff;
  background-color: #81e894; /* #962a3c; /* #00b3fe;*/
  border-color: #00b3fe;
}

.dmbutton:hover,
.dmbutton:active,
.dmbutton:focus{
	color: #ffffff;
	background-color: #222222;
	border-color: #ffffff;
}
.dmbutton {
	background:rgba(0, 0, 0, 0);
	border: 1px solid #ffffff;
	color: #ffffff;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding-top: 1.025rem;
	padding-right: 2.25rem;
	letter-spacing:0.85px;
	padding-bottom: 1.0875rem;
	padding-left: 2.25rem;
	font-size: 1.55rem;
	cursor: pointer;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	-webkit-transition: background-color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
	-webkit-appearance: none;
	font-weight: normal !important;
}

.bgc {
  background-color: #e3f9e7;
}

.mtb {
	margin-top: 0px;
	margin-bottom: 0px;
}

.mb {
	margin-bottom: 60px;
}

.mt {
	margin-top: 60px;
}

.hline {
	border-bottom: 2px solid #384452;
}

.hline-w {
	border-bottom: 2px solid #ffffff;
	margin-bottom: 25px;
}
/*	################################################################
	SITE WRAPS
################################################################# */

@media only screen and (min-width: 600px) {

  #headerwrap {
  	background-color: #3daf52; /* #962a3c;  #00b3fe; */
  	min-height: 380px;
  	padding-top: 20px;
  	padding-bottom: 0px;
  	text-align: center;
  }
}

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

  #headerwrap {
  	background-color: #3daf52; /* #962a3c;  #00b3fe; */
  	min-height: 165px;
  	padding-top: 20px;
  	padding-bottom: 0px;
  	text-align: center;
  }
}

#headerwrap h3, h5 {
  	color: white;
  	font-weight: 400;
}

#headerwrap h1 {
  	color: white;
  	margin-bottom: 25px;
}

#headerwrap .img-responsive {
  	margin: 0 auto;
}

/* Services Wrap */
#service {
	margin-top: 100px;
	margin-bottom: 80px;
}

#service i {
	color: #3daf52; /* #c60929; /* #00b3fe; */
	font-size: 40px;
	padding: 5px;
}

/* Services Wrap */
#service2 {
	margin-bottom: 80px;
}

#service2 i {
	color: #3daf52; /* #c60929; /* #00b3fe; */
	font-size: 40px;
	padding: 5px;
}


/* Portfolio Wrap */
#portfoliowrap {
	padding-top: 60px;
	margin-bottom: 60px;
	display: block;
	text-align: center
}

#portfoliowrap h3 {
	margin-bottom: 25px;
}

.portfolio {
	padding:0 !important;
	margin:0 !important;
	display:block;
}


.portfolio-item .title:before {border-radius:0; display:none}
.portfolio-item p {margin:0px 0 30px;}
.portfolio-item h3 {margin:-10px 0 10px; font-size:16px; text-transform:uppercase;}


.tpl6 h3
{
	color:#fff;
	margin:0;
	padding:40px 5px 0;
	font-size:16px;
	text-transform:uppercase;
}
.tpl6 .dmbutton
{
	display:inline-block;
	margin:30px 5px 20px 5px;
	font-size:13px;
}

.tpl6 .bg
{
	height:100%;
	width:100%;
	background-color:#00b3fe;
	background-color:rgba(0,179,254,.9);
	text-align:center;
}

/* Testimonials Wrap */
#twrap {
	background: url(../img/t-back.jpg) no-repeat center top;
	margin-top: 0px;
	padding-top:60px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 450px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#twrap i {
	font-size: 50px;
	color: white;
	margin-bottom: 25px;
}

#twrap p {
	color: white;
	font-size: 15px;
	line-height: 30px;
}

/* clients logo */
#cwrap {
	background: #e3f9e7;/*#f7f7f7;*/
	margin-top: 0px;
	padding-top: 80px;
	padding-bottom: 100px;
}

#cwrap h3 {
	margin-bottom: 60px;
}

/* Footer */
#footerwrap {
	padding-top: 60px;
	padding-bottom: 60px;
	background: #058c1e; /* #c60929; /* #384452;*/
}

#footerwrap p {
	color: #f9f4f5; /* #bfc9d3;*/
}

#footerwrap h4, a, a:active {
	color: white;
}

#footerwrap i {
	font-size: 30px;
	color: #f9f4f5; /* #bfc9d3;*/
	padding-right: 25px;
}

#footerwrap i:hover {
	color: #aae0b4; /*#962a3c; /* #00b3fe;*/
}

/*	################################################################
	PAGE CONFIGURATIONS
################################################################# */
/* General Tweaks */

#green {
	background: #3daf52;
	margin-top: 10px;
	margin-bottom: 60px;
	padding-top: 25px;
	padding-bottom: 25px;
}

#green h3 {
	color: white;
	margin-left: 15px;
}

#tools-nav {
	background: #3daf52;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
  padding-left: 30px;
  padding-right: 30px;
}

#tools-nav h3 {
	color: white;
	margin-left: 15px;
}

.ctitle {
	color: #00b3fe;
	font-weight: 700;
	margin-bottom: 15px;
}

csmall {
	font-size: 12px;
	color: #b3b3b3;
}
csmall2 {
	font-size: 12px;
	color: #f39c12
}

.spacing {
	margin-top: 40px;
	margin-bottom: 40px;
}

.badge-theme {
	background: #00b3fe;
}

/* Contact Page */
#contactwrap {
	background: url(../img/contact.png) no-repeat center top;
	margin-top: -60px;
	padding-top:0px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 200px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.contact a,
.contact a:active {
	color: #3daf52;
}

/* Blog Page */
.popular-posts { 
	margin: 0px;
	padding-left: 0px;
	}
	
.popular-posts li {
	list-style: none; 
	margin-bottom: 20px; 
	min-height: 70px;
}
.popular-posts li a, 
.popular-posts li a:hover {
	color:#2f2f2f; 
	text-decoration: none;
	}
	
.popular-posts li img {
	float: left; 
	margin-right: 20px;
	}
	
.popular-posts li em {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #b3b3b3
	}

.popular-posts p {
	line-height: normal;
	margin-bottom: auto;
}	

.share i {
	padding-right: 15px;
	font-size: 18px;
}

.description {
/*	padding-right: 15px;
	font-size: 18px; */
  padding: 8px;
  background-color: #d7f4dd;
}

	/* COMMON PRICING STYLES */
		.panel.price,
		.panel.price>.panel-heading{
			border-radius:0px;
			 -moz-transition: all .3s ease;
			-o-transition:  all .3s ease;
			-webkit-transition:  all .3s ease;
		}
		.panel.price:hover{
			box-shadow: 0px 0px 30px rgba(0,0,0, .2);
		}
		.panel.price:hover>.panel-heading{
			box-shadow: 0px 0px 30px rgba(0,0,0, .2) inset;
		}


		.panel.price>.panel-heading{
			box-shadow: 0px 5px 0px rgba(50,50,50, .2) inset;
			text-shadow:0px 3px 0px rgba(50,50,50, .6);
		}

		.price .list-group-item{
			border-bottom-:1px solid rgba(250,250,250, .5);
		}

		.panel.price .list-group-item:last-child {
			border-bottom-right-radius: 0px;
			border-bottom-left-radius: 0px;
		}
		.panel.price .list-group-item:first-child {
			border-top-right-radius: 0px;
			border-top-left-radius: 0px;
		}

		.price .panel-footer {
			color: white;
			border-bottom:0px;
			background-color:  rgba(0,0,0, .1);
			box-shadow: 0px 3px 0px rgba(0,0,0, .3);
		}


		.panel.price .btn{
			box-shadow: 0 -1px 0px rgba(50,50,50, .2) inset;
			background-color: #058c1e;
      color: #ffffff;
			border:0px;
		}


		/* blue panel */

		.price.panel-blue>.panel-heading {
			color: #fff;
			background-color: #058c1e;/* #c60929; /*#608BB4;*/
			border-color: #78AEE1;
			border-bottom: 1px solid #78AEE1;
		}


		.price.panel-blue>.panel-body {
			color: #fff;
			background-color: #3daf52; /* #962a3c; /* #73A3D4;*/
		}


		.price.panel-blue>.panel-body .lead{
			color: #fff;
		  text-shadow: 0px 3px 0px rgba(50,50,50, .3);
		}

		.price.panel-blue .list-group-item {
			color: #333;
			background-color: rgba(50,50,50, .01);
			font-weight:600;
			text-shadow: 0px 1px 0px rgba(250,250,250, .75);
		}

/*==================== */
.preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (max-width: 996px) {
    .preview {
      margin-bottom: 20px; } }

.tab-content {
  overflow: hidden; }
  .tab-content img {
    width: 100%;
    -webkit-animation-name: opacity;
            animation-name: opacity;
    -webkit-animation-duration: .3s;
            animation-duration: .3s; }

.card {
  margin-top: 20px;
  background: #d7f4dd;
  padding: 3em;
  line-height: 1.5em;
}

.card-2{
  margin-top: 0px;
  padding: 2em;
  line-height: 1.5em;
}

@media screen and (min-width: 997px) {
  .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.colors {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.product-title, .price, .sizes, .colors {

}

.checked, .price span {
  color: #3daf52;
}

.product-title, .rating, .product-description, .price, .vote, .sizes {
  margin-bottom: 15px; }

.product-title {
  margin-top: 0;
}

.notes {
  font-size:11px;
}
.size {
  margin-right: 10px;
}

.size:first-of-type {
    margin-left: 40px;
}

.color {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  height: 2em;
  width: 2em;
  border-radius: 2px; }
  .color:first-of-type {
    margin-left: 20px; }

@-webkit-keyframes opacity {
4  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

.description .cat {
    float: left;
    padding: 14px 0px 0px 0px;
    margin: -50px 0px 0px -27px;
    width: 55px;
    height: 71px;
    position: absolute;
    background: url(../img/cat.png) no-repeat center top;
}


.fancy {
  line-height: 0.5;
  text-align: center;
  color: #058c1e;
  font-size: 25px;
}
.fancy span {
  display: inline-block;
  position: relative;
}
.fancy span:before,
.fancy span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid #058c1e;
  border-top: 1px solid #058c1e;
  top: 0;
  width: 100%;
}
.fancy span:before {
  right: 100%;
  margin-right: 15px;
}
.fancy span:after {
  left: 100%;
  margin-left: 15px;
}


.ad-div {
    padding: 10px 10px 10px 10px;
    margin: 10px 10px 10px 10px;
}

.descriptions a,
.descriptions a:active
 {
	padding: 0;
	margin: 0;
	text-decoration: none;
  color:#57b268;
}

.descriptions a:hover,
.descriptions a:focus {
  text-decoration: none;
  color: #92e8a1;
}

/* tools index */

.box{
    padding:60px 0px;
}

.box-part{
    background:#FFF;
    border-radius:10px;
    padding:30px 10px;
    margin:30px 0px;
}

.box-part a,
.box-part a:active,
.box-part a:visited{
    color:#000;
}

.box-part:hover{
    /* background:#4183D7; */

    background: #57b268;
}
.box-part:hover i ,
.box-part:hover .title ,
.box-part:hover .text ,
.box-part:hover a{
    color:#FFF;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.text{
    margin:20px 0px;
}




.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

.slidecontainer {
    width: 100%; /* Width of the outside container */
}
.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: #ffffff; /* d3d3d3;*/
    outline: none;

    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer;
}
