/*
Theme Name: ASNEW
Author: CONTAGIO // SUCCESSPIGMENT LDA
Author URI: http://contagio.pt/
Description:Created for ASNEW.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*Wordpress editor styles start*/
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900|Open+Sans:400,600,700,800');
.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}

/*Wordpress editor styles end*/
body {
	font-family: 'Lato', sans-serif;
	font-size:14px;
}
h1,h2,h3,h4,h5 {
	font-family: 'Open Sans', sans-serif;
}
.mainTop {
	background: #444;
}
.navTop li a { line-height: 0px !important; color: #fff; font-weight: 400; font-size:12px;text-transform: uppercase;}
.navTop li a:hover {background-color: #8DC63F;}
.colorGreen {background-color:#8DC63F; border-color:#8DC63F;border-radius: 0px;}

.bottomNav .navbar-nav {
  width: 100%;
  text-align: center;
}
.bottomNav .in ul li, .bottomNav .in ul  {width:100%;}
.bottomNav .navbar-nav > li {
  float: none;
  display: inline-block;
}
.bottomNav .in .navbar-nav > li {
  width:100%;
  float: left;
  display: block;
}
.bottomNav .navbar-nav li a {
	color: #fff;
	text-transform: uppercase;
	font-size:12px;
}
.bottomNav .navbar-nav li a:hover {
	background-color: #444;
}
/*SLIDER*/
.video-background {
  background: #000;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 500px;
}
.fade-carousel .carousel-inner .item {
    height: 500px ;
}
.fade-carousel .carousel-indicators { width:100%; text-align:right; padding-right:20px;left: 25%;}
.fade-carousel .carousel-indicators > li {
	 width: 15px;
	height: 15px;
    margin: 0 2px;
    background-color: #8DC63F;
    border-color: #8DC63F;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 15px;
  height: 15px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 6em;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s;
        -ms-transition: 2s all ease-in-out .1s;
         -o-transition: 2s all ease-in-out .1s;
            transition: 2s all ease-in-out .1s;
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s;
        -ms-transition: 2s all ease-in-out .1s;
         -o-transition: 2s all ease-in-out .1s;
            transition: 2s all ease-in-out .1s;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.bgSlider {
  _height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
label{
text-align: left;
font-size:17px;
line-height:20px;
}
input{
width:100%;
padding:10px;
margin-top:10px;
margin-bottom:10px;
border-radius:5px;
border:1px solid #cbcbcb;
box-shadow:inset 0 1px 2px rgba(0,0,0,0.18);
font-size:16px
color: #000000 !important;
}
textarea{
width:400px;
height:100px;
padding:10px;
margin-top:10px;
margin-bottom:35px;
border-radius:5px;
border:1px solid #cbcbcb;
box-shadow:inset 0 1px 2px rgba(0,0,0,0.18);
font-size:16px
}
input[type=submit]{
background:#8DC63F;
box-shadow:inset 0 1px 0 0 #8DC63F;
border:1px solid #8DC63F;
color:#fff;
font-size:19px;
font-weight:700;
cursor:pointer;
text-shadow:0 1px 0 #13506D
}
input[type=submit]:hover{
background: transparent;
}
.squaredFour {
  width: 20px;
  position: relative;
  margin: 20px auto;
}
input[type="checkbox"] {
	width:auto; height: auto;
}
input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

/* end .squaredFour */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}


/*SUBHEADER*/
.subHeader { background: #000; color: #fff; background-image: url('http://www.freepsdfile.com/wp-content/uploads/2013/01/Free-Wood-Pattern-Background-PSD.jpg'); }
.subHeader h1 {color: #fff; font-weight: 900; text-transform: uppercase;}
.subHeader a {color: #fff; font-weight: 700;}

h2, h3,h4,a, a:hover{ color: #8DC63F; }
.colorBlack { background-color: #000;}
.woocommerce-MyAccount-navigation ul { padding:0px !important; list-style-type: none;}
.footer {color: #fff;}
.footer input {color: #000;}
.footer input[type=submit] {color: #fff; margin-top:5px;}
.button {background-color: #8DC63F !important; border-color: #8DC63F !important; color: #fff !important;}
.single_add_to_cart_button  { margin-top:15px  !important;}
.footer ul { padding:0px !important; list-style-type: none;}
.footer ul li a {color: #fff;}
.footer ul li a:hover {font-weight: 800; text-decoration:none;}
.footer h1 {font-size:16px; font-weight: 900; text-transform: uppercase; color: #8DC63F;}
.footer h3 {font-size:13px; font-weight: 900; text-transform: uppercase; color: #8DC63F;}
.pub {padding-top:20px; padding-bottom:20px;color: #fff; font-size:10px;}
.pub a {color: #fff; font-weight: 700; }
.colorGr { background: #333;}

/*woo*/
.tblrMargin {padding: 15px 15px 15px 15px;}
