﻿
/*=============================================================
    Authour URI: www.binarytheme.com
    License: Commons Attribution 3.0

    http://creativecommons.org/licenses/by/3.0/

    100% To use For Personal And Commercial Use.
    IN EXCHANGE JUST GIVE US CREDITS AND TELL YOUR FRIENDS ABOUT US
   
    ========================================================  */


/*=======================================
    GENERAL STYLES
==================================================*/

body {
          font-family:'Open Sans', sans-serif;
    font-size:14px;
    background-image:url(../img/sativa.png);
}

h2, h3, h4, h5, h6 {
    font-family:'Open Sans', sans-serif;
}

h1 {
	font-family:Eras ITC, Eras Bold ITC, sans-serif;;
    line-height:50px;
    font-weight:900;
    font-size:50px;
    text-transform:uppercase;
    text-align:center;
    color:#092041;
}
    h1::after {
        display: block;
content: "";
height: 2px;
width: 400px;
background: #E91C1C;
margin: 5px auto 40px;
    }


.text-center {
    text-align:center;
}

h2 {
    line-height:50px;
    color:#E91C1C;
}
h3 {
    line-height:30px;
    padding-bottom:20px;
}
h4 {
   padding-top: 25px;
line-height: 40px;
padding-bottom: 0px;
font-size: 22px;
font-weight: 900;

}
.adjst {
     padding-top: 0px;
}
.c-main {
    color:#E91C1C;
}
p {
    font-weight:300;
    line-height:30px;
    padding-bottom:15px;
}

.space-free {
    height:100px;
}

.g-pad-bottom {
    padding-bottom:40px;
}

section {
    padding-top:50px;
   /* margin-top:50px;*/
}


.form-control {
        background-color: rgba(255, 255, 255, 0);
}
.c-pr-i {
    color:#E91C1C;
    padding-left:10px;
    padding-right:10px;
}
#icon {
	width:120px;
	height:120px;
	overflow:hidden;
	margin-left:120px;	
}
.zoom {
	height:100px;
	width:100px;
	-webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.zoom:hover {
 width: 120px;
  height: 120px;
}
i#scrollDown {
	font-size:72px;
	color:#fff;
	padding-top:50px;
	-webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
    opacity: 0.5;  /* Opacity for Modern Browsers */
    filter: alpha(opacity=50);  /* Opacity for IE8 and lower */
    zoom: 1;  /* Fix for IE7 */
}
i#scrollDown:hover {
	color:#00bfed;
}
.order_btn{
	    background: rgb(0, 0, 0); /* Fall-back for browsers that don't
                                    support rgba */
    background: rgba(0, 0, 0, 0);
    color: #fff;
    font-family: Open Sans;
	font-weight: 100;
	font-style:normal;
    font-size: 30px;
    height: 60px;
    width: 250px;
    line-height: 60px;
    margin: 25px 25px;
    text-align: center;
    border: 1px solid #FFF;
    transition: all 0.3s ease 0s;
}
.order_btn:hover {
  box-shadow: inset 0 0 0 3px #fff;
}
.ingredients_btn{
	    background: rgb(0, 0, 0); /* Fall-back for browsers that don't
                                    support rgba */
    background: rgba(0, 0, 0, 0);
    color: #fff;
    font-family: Open Sans;
	font-weight: 100;
	font-style:normal;
    font-size: 30px;
    height: 60px;
    width: 500px;
    line-height: 60px;
    margin: 25px 25px;
    text-align: center;
    border: 1px solid #FFF;
    transition: all 0.3s ease 0s;
}
.ingredients_btn:hover {
  box-shadow: inset 0 0 0 3px #fff;
}
.ingredients_btn2{
	    background: rgb(0, 0, 0); /* Fall-back for browsers that don't
                                    support rgba */
    background: rgba(0, 0, 0, 0);
    color: #092041;
    font-family: Open Sans;
	font-weight: 100;
	font-style:normal;
    font-size: 30px;
    height: 60px;
    width: 250px;
    line-height: 60px;
    margin: 25px 25px;
    text-align: center;
    border: 1px solid #092041;
    transition: all 0.3s ease 0s;
}
.ingredients_btn2:hover {
  box-shadow: inset 0 0 0 3px #092041;
}
/*=======================================
    HOME SECTION STYLES
==================================================*/

.go-marg {
    margin-top:40px;
    color:#E91C1C;
}

#home-sec { 
  
    
background: url(../img/home.jpg) no-repeat 50% 50%;
background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
width: 100%;
display: block;
height: auto;
 padding-top:160px;
    padding-bottom:100px;
    color:#fff;
}
#howto-home-sec { 
  
    
background: url(../img/ingredientshome.jpg) no-repeat 50% 50%;
background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
width: 100%;
display: block;
height: auto;
 padding-top:190px;
    padding-bottom:100px;
    color:#fff;
}
#where-home-sec { 
  
    
background: url(../img/where.jpg) no-repeat 50% 50%;
background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
width: 100%;
display: block;
height: auto;
 padding-top:190px;
    padding-bottom:100px;
    color:#fff;
}
.head-main {
    font-size:70px ;
    font-weight:900;
    /*border-bottom:5px double #fff;*/
    padding:5px;
    text-transform:uppercase;
}
.head-sub-main {
    /*font-size:23px ;
    font-weight:500;*/
    padding:50px 20px 10px 20px;
     text-transform:uppercase;
    
}
.head-last {
    font-size:19px ;
    font-weight:900;
    padding:5px 20px 20px 20px;
    border-bottom:1px dotted #fff;
    padding:5px;
}
#home-sec a{
	color:#fff;
}

/* ===========================================================
   NAVBAR CHANGES   
   ============================================================*/
.navbar {
	font-size: 16px;
}

.navbar-inverse {
background: #E91C1C;
min-height: 60px;
padding-top: 5px;

}

.navbar-inverse .navbar-nav > .active > a {
	background: #ffffff;
}

.navbar-inverse .navbar-brand {
	color: #ffffff;
	font-weight: bolder;
	font-size: 25px;
    font-weight:900;
	letter-spacing: 2px;
}
.navbar-inverse :hover .navbar-brand:hover {
	color: #ffffff;	
}
.navbar-inverse .navbar-nav > li > a {
color: #FFFFFF;
}
.navbar-inverse .navbar-nav > li > a:hover {
color: #00c1ed;
}
.navbar-inverse {
border-color: #00c1ed;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
border-color: #E91C1C;
}
/*=======================================
    PRICE SECTION STYLES
==================================================*/
#price-sec {
    background-color:#eef1f2;
}
.panel-body a{
	text-decoration:none;
}
.panel-body a:hover{
	text-decoration:none;
	color:#F00;
}
img.MyImg{
filter:blur(5px);
}
.plan {
    background: #fff;
    padding: 0 0 15px 0;
    margin: 30px 0px;
    list-style: none;
    text-align: center;
  
}



.plan li {
   padding: 15px 0px;
color: #000;
font-size: 16px;
border-bottom:1px dotted #e1e1e1;
}


.plan li.plan-head {
   padding: 40px 0px;
line-height: 35px;
font-size: 32px;
font-weight: 600;
border: none;
   }

.plan li.main-price {
padding: 25px 0px;
color: #FF8500;
border: none;
font-weight: 900;
font-size: 60px;
}

small {
    font-size: 15px;
    color:#000;
}

/*==========================================
    PORTFOLIO STYLES
    =====================================================*/
#port-sec{
	background-color:#092041;
}
#port-sec .g-pad-bottom{
	color:#FFF;
}
.portfolio-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.portfolio-items {
  margin-right: -20px;
}
.portfolio-items > li {
  float: left;
  padding: 0;
  margin: 0;
}

.portfolio-items.col-3 > li {
  width: 33%;
}

.portfolio-item .item-main {
  margin: 0 10px 10px 0;
  text-align: center;
  background: #fff;
  padding: 10px;
  border:1px solid #E8EAEE;
  
}
.portfolio-item img {
  width: 100%;
}
.portfolio-item .portfolio-image {
  position: relative;
}
.portfolio-item h5 {
  margin: 0;
  padding: 10px 0 10px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background-color: #E91C1C;
color: #fff;
}
.portfolio-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  vertical-align: middle;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}
.portfolio-item .overlay .preview {
  position: relative;
  top: 50%;
  display: inline-block;
  margin-top: -20px;
}
.portfolio-item:hover .overlay {
  opacity: 1;
}

/*=======================================
    Contact STYLES
==================================================*/
#contact-sec {
     background-color:#eef1f2;
	 /*background-image:url(../img/contact-bg.jpg);*/
}
.cnt {
width: 100%;
min-height: 350px;
border: 1px solid #e1e1e1;
}
   .google-maps {
        position: relative;
        padding-bottom: 20%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
	   .google-maps-where {
        position: relative;
        padding-bottom: 40%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps-where iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
/*=======================================
    FOOTER STYLES
==================================================*/


#footer {
    background-color:#E91C1C;
	border-top:3px solid #00c1ed;
    color:#fff;
    padding:20px 50px 20px 50px;
    text-align:right;
}
#footer h4{
	font-family:Eras ITC, Eras Bold ITC, sans-serif;
	font-size:18px;
	color:#fff;
	margin:0;
	padding:0;
}
#footer ul{
	text-align:left;
	margin-left:90px;
}
#footer ul li{
}
#footer ul li a{
	color:#fff;
}


/*=======================================
    MEDIA QUERIES
    
    ==================================================*/

@media all and (max-width:640px) and (min-width:381px) {
    .head-main { 
        font-size:28px ;
    }
}
@media all and (max-width:381px) and (min-width:200px) {
    .head-main { 
        font-size:24px ;
    }
}
















