@import url(https://fonts.googleapis.com/css?family=Special+Elite|Comfortaa);

.clearfix {
    *zoom: 1
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0
}

.clearfix:after {
    clear: both
}

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {

   min-height: 100%;
    color: #000;
    background: #fff;
}

body h1,
body h2,
body h3,
body h4,
body .created {
    font-family: 'Special Elite', 'Courier New',sans-serif;
    font-weight: normal
}

body h5,
body h6 {
    margin: 0
}

body h3,
body h4 {
    margin-top: 0
}

.btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    background-image: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.btn.btn-transparent {
    border: 3px solid #fff;
    background: transparent;
    color: #fff
}

.btn.btn-transparent:hover {
    border-color: rgba(255, 255, 255, 0.5)
}

.btn.btn-link {
    color: #fab6ef;
    padding: 0
}

.btn.btn-link:hover {
    text-decoration: none
}

.btn-primary {
    background-color: #21a6d8;
	border-radius: 8px;
	border: 1px solid #333;
}

.btn-primary:hover {
    background-color: #5bceff
}

a {
    color: #fab6ef;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms
}

a:hover,
a:focus {
    color: #5bceff;
    text-decoration: none;
    outline: 0
}

.dropdown-menu {
	background-color: #222;
    margin-top: -1px;

}

body>section {
    padding: 50px 0
}

body>section#slide-show {
    padding: 0;

}

#recent-works {
				/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcecfc+0,ffffff+11,ffffff+11,ffffff+97,4f9eff+100 */
				background: #fcecfc; /* Old browsers */
				background: -moz-linear-gradient(top, #fcecfc 0%, #ffffff 11%, #ffffff 11%, #ffffff 97%, #4f9eff 100%); /* FF3.6-15 */
				background: -webkit-linear-gradient(top, #fcecfc 0%,#ffffff 11%,#ffffff 11%,#ffffff 97%,#4f9eff 100%); /* Chrome10-25,Safari5.1-6 */
				background: linear-gradient(to bottom, #fcecfc 0%,#ffffff 11%,#ffffff 11%,#ffffff 97%,#4f9eff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcecfc', endColorstr='#4f9eff',GradientType=0 ); /* IE6-9 */
}


.services {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcecfc+0,ffffff+4,ffffff+98,ff7ae0+100 */
background: #fcecfc; /* Old browsers */
background: -moz-linear-gradient(top, #fcecfc 0%, #ffffff 4%, #ffffff 98%, #ff7ae0 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #fcecfc 0%,#ffffff 4%,#ffffff 98%,#ff7ae0 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #fcecfc 0%,#ffffff 4%,#ffffff 98%,#ff7ae0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcecfc', endColorstr='#ff7ae0',GradientType=0 ); /* IE6-9 */
}
#recent-works{
    color: #000;
	padding: 40px 0 70px 0;
	border-bottom: 2px solid #000;
	border-top: 2px solid #000;
}

#shop-blurb {
    
    color: #000;
	padding: 20px 0;
}

.wrapshop{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#afcdf7+0,ffffff+1,ffffff+99,ffffff+99,33dd3e+100 */
background: #afcdf7; /* Old browsers */
background: -moz-linear-gradient(top, #afcdf7 0%, #ffffff 1%, #ffffff 99%, #ffffff 99%, #33dd3e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #afcdf7 0%,#ffffff 1%,#ffffff 99%,#ffffff 99%,#33dd3e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #afcdf7 0%,#ffffff 1%,#ffffff 99%,#ffffff 99%,#33dd3e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afcdf7', endColorstr='#33dd3e',GradientType=0 ); /* IE6-9 */	
}

#shop-feature {
    
    color: #000;
	padding: 5px 0;

}

#recent-works .links>a {
    background: #fff;
    color: #000;
    text-shadow: none;

}

#clients {
    background: #fff;
	padding: 20px 0;
}

#clients h4 {
    color: #999
}

#clients .carousel {
    margin-bottom: 0
}

#clients .clients ul.thumbnails {
    margin: 0
}

#clients .clients ul.thumbnails>li {
    text-align: center;
    margin-bottom: 0
}

#clients .prev,
#clients .next {
    color: #999
}

.title {
    background: #fff;
    color: #000;
    padding: 20px 1em;


}
@media(min-width:979px) and (max-width:1199px) {
	.title {
		background: #fff;
		color: #000;
		padding: 80px 0 0;


	}
}
.center {
    text-align: center
}

.box {
    background-color: #fff;
    border-top: 1px solid #f0f0f0;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    padding: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.progress {
    margin-bottom: 10px
}

.progress,
.progress .bar {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    height: 30px;
    line-height: 30px
}

.label,
.badge {
    font-weight: 300;
    font-size: 90%
}

ul.breadcrumb {
    margin: 12px 0 0;
    background: transparent
}

ul.breadcrumb>li {
    text-shadow: none
}

ul.breadcrumb>li>a,
ul.breadcrumb>li .divider {
    color: #fff
}

ul.breadcrumb>li.active {
    color: rgba(255, 255, 255, 0.7)
}

ul.tag-cloud li {
    display: inline-block;
    margin: 0 0 2px 0
}

.btn-social {
    border: 0;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.5)
}

.btn-social.btn-facebook {
    background: #4f7dd4
}

.btn-social.btn-facebook:hover {
    background: #789bde
}

.btn-social.btn-twitter {
    background: #5bceff
}

.btn-social.btn-twitter:hover {
    background: #8eddff
}

.btn-social.btn-linkedin {
    background: #21a6d8
}

.btn-social.btn-linkedin:hover {
    background: #49b9e3
}

.btn-social.btn-google-plus {
    background: #dc422b
}

.btn-social.btn-google-plus:hover {
    background: #e36957
}

.btn-social:hover {
    color: #fff
}

header.navbar .navbar-inner {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+61,e5e5e5+100 */
background: rgb(0,0,0); /* Old browsers */

	/*background-image: url('../images/pinkblack.png');

	background-repeat: repeat;*/
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	border-bottom: 2px solid #444;
}

header #logo {
    width: 535px;
    height: 192px;
    background: url(/images/lulutop.jpg) no-repeat 0 50%
}

 @media (max-width: 542px) {
	header #logo{
	width: 260px;
	height: 90px;
    background: url(/images/lulutop.jpg) no-repeat 0 50%;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;	
	}
}
 /*
@media (max-width: 468px) {
header.navbar .navbar-inner {
	background-image: url('../images/pinkblack2.png');
	}
}*/

@media (max-width: 768px) {
	.nav-collapse{
	margin-left: 3em;
	}

}

.nav{
	border: 3px solid #888;
}

header.navbar {
    margin-bottom: 0;
	min-width: 285px;
}

header.navbar .nav {
    margin-top: 20px;
	background-color: #000;
}



header.navbar .nav>li {
    margin-left: 0px
}

header.navbar .nav>li>a {
    padding:  5px 12px;
    color: #fff;

    font-size: 16px;
    text-shadow: none;
	background-color: #222;
	
}

header.navbar .nav>li>a:hover {
    color: #fab6ef;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

header.navbar .nav>li.active>a,
header.navbar .nav>li.active>a:hover {
    background: #000;
    color: #fab6ef;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

header.navbar .nav>li.dropdown.open>a.dropdown-toggle {
    background: #222;
    color: #fab6ef
}

header.navbar .nav>li.login>a {
    border-left: 1px solid #e5e5e5
}

header .dropdown-menu {
    margin-top: 0px;
	border-top:  0px solid #000;
	border-left: 3px solid #888;
	border-right: 3px solid #888;
	border-bottom: 3px solid #888;

}

header .dropdown-menu:before {
    display: none!important
}

.navbar .nav li.dropdown.open>.dropdown-toggle,
.navbar .nav li.dropdown.active>.dropdown-toggle,
.navbar .nav li.dropdown.open.active>.dropdown-toggle {
    background-color: transparent;
    color: #fab6ef
}

.navbar .nav>.active>a,
.navbar .nav>.active>a:hover,
.navbar .nav>.active>a:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.navbar .nav>li>a:active {
    color: #da76bf;
}

.dropdown-menu {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
    border: 0
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-submenu:hover>a,
.dropdown-submenu:focus>a {
    
}

.upimage{
	border: 2px solid #000;
	border-radius: 20px;
	margin: 3px;
	margin: 1em 0;
}

.main-info {
    background-color: #fff;
    color: #999
}

.main-info h4 {
    color: #999
}

.icon-small {
    font-size: 18px;
    width: 15px;
    line-height: 15px;
    text-align: center;
    display: inline-block;
}

.icon-medium {
    font-size: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    display: inline-block;
    background: #fab6ef;
    padding: 10px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #000;
	border: 2px solid #fff;
}

.txty{
	font-size: 1.3em;
}

.modal {
    border: 0
}

.modal#loginForm {
    width: 600px;
    margin-left: -300px
}

.modal .modal-header {
    border: 0;
    padding: 20px 20px 0
}

.modal .modal-header>h4 {
    font-weight: 300;
    font-size: 14px;
    color: #848484;
    text-transform: uppercase;
    margin: 0
}

.modal .modal-body {
    padding: 20px
}

.modal input[type="text"],
.modal input[type="password"] {
    padding: 5px 10px;
    min-height: 30px;
    width: 130px;
    margin-right: 10px
}

.modal .icon-remove {
    color: #848484;
    position: absolute;
    right: -5px;
    top: -5px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    display: block;
    background: #ebebeb;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer
}

.modal button {
    margin-left: 10px;
    border: 0
}

.gap {
    margin-bottom: 50px
}

.big-gap {
    margin-bottom: 100px
}

.no-margin {
    margin: 0;
    padding: 0
}

.imgB{
	border: 1px solid #000;
	border-radius: 3px;
} 

#services {


    color: #333;
	padding: 20px 0;

}

.services{
		padding: 30px 0;
}

#services h1,
#services h2,
#services h3,
#services h4,
#services h5,
#services h6 {
    color: #000
}

#main-contents {
    margin-top: 20px
}

#main-contents .blog-news .created {
    font-size: 18px;
    color: #fab6ef
}

#reco{
    background-color: black;
    width: 75px;
	height: 75px;
    display: inline-block; /* makes it fit in like an <img> */
    background-size: contain; /* or contain */
    background-position: center center;
    background-repeat: no-repeat;
	font-family:Trebuchet,Tahoma,Arial,sans-serif;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	text-align:center;
	opacity:1;
	outline:none;
	border: 2px solid #000;
	border-radius: 5px;
	margin: 3px;
}

.randotext{
	font-size: 0.9em;
}

@media (min-width: 500px) {
    #reco {
        width: 120px;
		height: 120px;
    }
	.randotext{
	font-size: 1.1em;
	}
}
@media (min-width: 768px) {
    #reco {
        width: 160px;
		height: 160px;
    }
	.randotext{
	font-size: 1.3em;
	}
}

@media (min-width: 1080px) {
    #reco {
        width: 200px;
		height: 200px;
    }
	.randotext{
	font-size: 1.5em;
	}
}

#reco:hover{
	opacity: 0.75;
}

#bottom {
    background: #000;
    color: #999;
	padding: 20px 0;
}

#bottom h4 {
    margin-top: 0;
    margin-bottom: 15px
}
@media (max-width: 768px) {
	#bottom h4 {
		margin-bottom: 2px
	}
}


#bottom h1,
#bottom h2,
#bottom h3,
#bottom h4,
#bottom h5,
#bottom h6 {
    color: #fff
}

#bottom a {
    color: #6f6f6f
}

#bottom a:hover {
    color: #fab6ef
}

#bottom ul.address>li {
    position: relative;
    margin-top: 10px
}
@media (min-width: 768px) {
#bottom ul.address>li {
    padding-left: 20px;
	}
}

#bottom ul.address>li:first-child {
    margin-top: 0
}

#bottom ul.address>li>i {
    position: absolute;
    top: 3px;
    left: 0
}

#bottom ul.thumbnails {
    margin-bottom: 0
}

#bottom ul.thumbnails li {
    margin-bottom: 5px
}

ul.arrow,
ul.arrow-double,
ul.tick,
ul.cross,
ul.star,
ul.rss {
    list-style: none;
    padding: 0;
    margin: 0
}

ul.arrow li::before,
ul.arrow-double li::before,
ul.tick li::before,
ul.cross li::before,
ul.star li::before,
ul.rss li::before,
ul.arrow li::after,
ul.arrow-double li::after,
ul.tick li::after,
ul.cross li::after,
ul.star li::after,
ul.rss li::after {
    font-family: FontAwesome;
    font-size: 11px
}

ul.arrow li::before,
ul.arrow-double li::before,
ul.tick li::before,
ul.cross li::before,
ul.star li::before,
ul.rss li::before {
    margin-right: 5px
}

ul.arrow li::before {
    content: "\f105"
}

ul.arrow-double li::before {
    content: "\f101"
}

ul.tick li::before {
    content: "\f00c"
}

ul.cross li::before {
    content: "\f00d"
}

ul.star li::before {
    content: "\f006"
}

ul.rss li::before {
    content: "\f09e"
}

#footer {
    background: #333;
    padding-top: 1px;
    padding-bottom: 7px;
    color: #666;
}

#footer a {
    color: #666
}
.icon-twitter{
	text-shadow: 0 0 7px #000;
	color: #1da1f2;
	margin-right: 0.5em;
}
.icon-twitter:hover{
	text-shadow: 0 0 1px #000;
}
.icon-facebook{
	text-shadow: 0 0 7px #000;
	color: #3B5998;
	margin-right: 0.5em;
}
.icon-facebook:hover{
	text-shadow: 0 0 1px #000;
}
.icon-linkedin{
	text-shadow: 0 0 7px #000;
	color: #0077B5;
	margin-right: 0.5em;
}
.icon-linkedin:hover{
	text-shadow: 0 0 1px #000;
}
.icon-instagram{
	text-shadow: 0 0 7px #000;
	color: #caba98;
	margin-right: 0.5em;
}
.icon-instagram:hover{
	text-shadow: 0 0 1px #000;
}

#footer a:hover {
    color: #fab6ef
}

#footer #gototop {
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    display: inline-block;
    background: #1d1d1d;
    font-size: 24px;
    color: #fff;
	border-radius: 5px;
	margin-bottom: -8px;
}

#footer #gototop:hover {
    background: #2b2b2b;
    text-decoration: none
}

#footer .cp {
    margin-top: 11px
}

ul.social {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
    display: inline-block
}

ul.social>li {
    display: inline-block;
    margin: 0 5px
}

ul.social>li>a {
    font-size: 24px;
    color: #666
}

ul.social>li>a:hover {
    color: #999
}

.box-border {
    padding: 15px
}

.accordion-group {
    background-color: #fff;
    border-top: 1px solid #f0f0f0
}

.accordion-heading .accordion-toggle {
    color: #666;
    font-weight: 700
}

.accordion-inner {
    border-top: 0
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],

input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	font-family: 'Special Elite', 'Courier New',sans-serif;
	font-size: 1.3em;
	color: #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    min-height: 35px;
    padding: 0 15px;
    border: 1px solid #555;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: #fab6ef;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.input-block-level {
    min-height: 50px
}

#about-us{
	padding: 20px 1em;
}
#portfolio{
	padding: 0px 0;
	width: 100%;
	border-bottom: 2px solid #000;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center top;
	height: 500px;
}
#contact-us{
	padding: 0px 0;
	width: 100%;
	border-bottom: 2px solid #000;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center center;
	height: 350px;
}
#contact-page{
	padding: 50px 4em;
    background: #fff;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcecfc+0,ffffff+11,ffffff+11,ffffff+97,fba6e1+100 */
background: #fcecfc; /* Old browsers */
background: -moz-linear-gradient(top,  #fcecfc 0%, #ffffff 11%, #ffffff 11%, #ffffff 97%, #fba6e1 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #fcecfc 0%,#ffffff 11%,#ffffff 11%,#ffffff 97%,#fba6e1 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #fcecfc 0%,#ffffff 11%,#ffffff 11%,#ffffff 97%,#fba6e1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcecfc', endColorstr='#fba6e1',GradientType=0 ); /* IE6-9 */



}

.mapper{
	border-bottom: 2px solid #000;
}

textarea#message {
    padding: 10px 15px;
    height: 219px
}

.widget {
    margin-bottom: 30px
}

.widget>h3 {
    font-size: 16px;
    margin-top: 0
}

.widget h5 {
    margin-top: 10px
}

.widget .date {
    margin-top: 5px;
    padding: 8px 10px;
    background: #fab6ef
}

.widget .date>span {
    display: block;
    text-align: center;
    font-family: 'Special Elite', cursive;
    color: #fff
}

.widget .date>span.month {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase
}

.widget .date>span.day {
    font-size: 18px;
    line-height: 18px
}

ul.gallery {
    display: block;
    margin: -15px
}

ul.gallery.col-1 li {
    width: 100%
}

ul.gallery.col-2 li {
    width: 50%
}

ul.gallery.col-3 li {
    width: 33.3333%
}

ul.gallery.col-4 li {
    width: 25%
}

ul.gallery li {
    display: block;
    padding: 0;
    margin: 0;
    float: left
}

ul.gallery li .desc {
    margin: 15px
}

ul.gallery li .preview {
    margin: 15px;
    display: block;
    position: relative
}

ul.gallery li .preview .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms
}

ul.gallery li .preview .links {
    width: 104px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -52px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, -50px);
    -moz-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    -o-transform: translate(0, -50px);
    transform: translate(0, -50px);
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms
}

ul.gallery li .preview .links>a {
    width: 50px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    background: #fff;
    color: #000;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    font-size: 18px;
    margin: 0 1px
}

ul.gallery li .preview:hover .overlay,
ul.gallery li .preview:hover .links {
    opacity: 1;
    filter: alpha(opacity=100)
}

ul.gallery li .preview:hover .links {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

ul.faq {
    list-style: none;
    margin: 0
}

ul.faq li {
    margin-top: 30px
}

ul.faq li:first-child {
    margin-top: 0
}

ul.faq li span.number {
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #fab6ef;
    color: #fff;
    font-size: 24px
}

ul.faq li>div {
    margin-left: 70px
}

ul.faq li>div h3 {
    margin-top: 0
}

#error {
    text-align: center;
    margin-top: 150px;
    margin-bottom: 150px
}

#HR a:hover {
    color: #FFF
}

fieldset.addP{
	padding: 30px;
}
div.show2{
    padding: 15px 40px;
    border: 2px solid #000;
    border-radius: 5px;
    background-color: #ffbb2f;
    width: 220px;
}
/* Media Queries */
@media screen and (max-width: 768px) {
    #bottom, #footer{
        text-align: center;
    }

}
@media screen and (max-width: 979px) {
body{
	padding-top: 0px;
}
header.navbar .nav>li>a:hover {
    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
li.mnu{
	background-color: #000;
}
li.mnu a{
	color: #fff;
}
li.mnu a:hover{
	color: #fab6ef;
}

}

@media (max-width: 768px) {
	.icon-home, 
	.icon-envelope,
	.icon-globe,
	.icon-phone{
	display: none;
}
	.fbs{
	visibility: hidden;
	}
}

@media (max-width: 768px) {
	.tabby{
	padding: 0 2em;
	}
}

@media (min-width: 980px) {
	.bigright{
		position: relative;
		left: 30px;
	}
}

	 .image { 
   position: relative; 
   width: 100%; /* for IE 6 */
}
	 h2.txt { 
   position: absolute; 
   bottom: 60px; 
   left: 0; 
   width: 100%; 
   z-index: 120;
}
	 h2 span.doo { 
   color: white; 
   font-family: 'Special Elite', 'Courier New',sans-serif;
   font-size: 1.2em; 
  
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.8);
   padding: 15px 50px; 
}
@media (max-width: 680px) {
	h2 span.doo{
	font-size: 0.8em;
	}
}
@media (max-width: 470px) {
	h2 span.doo{
	font-size: 0.6em;
	padding: 15px;
    background: rgba(0, 0, 0, 0.9);
	}

}
@media (max-width: 768px) {
	#shop-blurb, .services, #recent-works{
	padding: 1em;
	}
}
.abouts{

	height: 120px;
	background: url('../../Images/about-b.jpg') no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	border-bottom: 2px solid #444;
}
.servs{

	height: 120px;
	background: url('../../Images/service-b.jpg') no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	border-bottom: 2px solid #444;
}

.views{

	height: 120px;
	background: url('../../Images/view-o.jpg') no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	border-bottom: 2px solid #444;
}

.makeshift{

	height: 150px;
	background: url('../../Images/rice-farmers.jpg') no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	border-bottom: 2px solid #444;
}

.title-h{
	color: #fff;
	text-shadow: 0 0 5px #000;

	padding: 3px 10px;
	border-radius: 3px;
}

.cloud {
	margin: 0 1em;

	border-radius: 30px;
	padding: 1em;
}
.cloud div {
    list-style: none;
    display: inline-block;
	margin: 0.5em;
	text-shadow: 0 0 2px #000;


	line-height: 0.5em;
}

.p1{color: #fab6ef;}
.p2{color: #fcecfc;}
.p3{color: #5bceff;}
.p4{color: #9ed9f3;}
.p5{color: #eec1ee;}

.s1{font-size: 2.1em;}
.s2{font-size: 2.3em;}
.s3{font-size: 2.5em;}
.s4{font-size: 2.7em;}
.s5{font-size: 2.9em;}

@media (max-width: 620px) {
.s1{font-size: 1.1em;}
.s2{font-size: 1.3em;}
.s3{font-size: 1.5em;}
.s4{font-size: 1.7em;}
.s5{font-size: 1.9em;}
}

#labelz{
	width: 100%;
	height: auto;
	background: url('../../Images/treeagg.jpg') no-repeat fixed bottom center;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	border-top: 2px solid #000;
}

#login{
	float: right;
	font-weight: 700;

	padding: 5px 10px;

	margin-top: 5px;

}

@media (max-width: 380px) {
#login{
	float: left;
	padding: 2px 7px;
	border-radius: 0px;
	margin: 0;
	}

}
.bold{
	font-weight: 700;
}
.bigger{
	font-size: 1.2em;
}
/*
#buyonline{
	background-color: #fab6ef;
	color: #000;
	text-transform: uppercase;
	font-weight: 900;
}

#buyonline:hover{
	background-color: #f392ca;

}*/

@media (min-width: 979px) {

.grrcap{
    margin: 2em;
}

}
#cpjz{
	background-color: #666;
	padding: 5px;
	border-radius: 50%;
	font-weight: 900;
	position: absolute;
	top: 5px;
	left: 5px;
}

.grrcap{
    margin: 1em 40%;
}

@media (max-width: 900px) {

    .grrcap{
        margin: 2em;
    }

}

.indie{
	margin: 2em 0.5em 0.5em 0.5em;
}

.order-profile{
	width: 100%;
	border: 1px solid #aaa;
}

.order-profile, th, td{
	padding: 0.25em;
}

input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  padding: 5px 0 10px;
}

/* Might want to wrap a span around your checkbox text */
.chkt
{
  /* Checkbox text */
  font-size: 110%;
  display: inline;
}

	.soldOut{
		background-color: #ff9e9e;
	}
	.som{
		color: red;
	}

    
    .switch {
      margin: 15px 0;
      position: relative;
    }
    
    .switch label {
      width: 100%;
      height: 100%;
      position: relative;
      display: block;
    }
    
    .switch input {
      top: 0; 
      right: 0; 
      bottom: 0; 
      left: 0;
      opacity: 0;
      z-index: 100;
      position: absolute;
      width: 100%;
      height: 100%;
      cursor: pointer;
    }
    
    /* DEMO 3 */
    
    .switch.demo3 {
      width: 270px;
      height: 30px;
    }
    
    .switch.demo3 label {
      display: block;
      width: 100%;
      height: 100%;
      background: #f7a560;
      border-radius: 3px;
      box-shadow:
          inset 0 3px 8px 1px rgba(0,0,0,0.2),
          0 1px 0 rgba(255,255,255,0.5);
    }
    
    .switch.demo3 label:after {
      content: "";
      position: absolute;
      z-index: -1;

      border-radius: inherit;
      background: #f7a560;
      background: -moz-linear-gradient(#f2f2f2, #ababab);
      background: -ms-linear-gradient(#f2f2f2, #ababab);
      background: -o-linear-gradient(#f2f2f2, #ababab);
      background: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#ababab));
      background: -webkit-linear-gradient(#f2f2f2, #ababab);
      background: linear-gradient(#f2f2f2, #ababab);
      box-shadow: 0 0 10px rgba(0,0,0,0.3),
            0 1px 1px rgba(0,0,0,0.25);
    }
    
    .switch.demo3 label:before {
      content: "";
      position: absolute;
      z-index: -1;

      border-radius: inherit;
      background: #eee;
      background: -moz-linear-gradient(#e5e7e6, #eee);
      background: -ms-linear-gradient(#e5e7e6, #eee);
      background: -o-linear-gradient(#e5e7e6, #eee);
      background: -webkit-gradient(linear, 0 0, 0 100%, from(#e5e7e6), to(#eee));
      background: -webkit-linear-gradient(#e5e7e6, #eee);
      background: linear-gradient(#e5e7e6, #eee);
      box-shadow:
          0 1px 0 rgba(255,255,255,0.5);
      -webkit-filter: blur(1px);
      -moz-filter: blur(1px);
      -ms-filter: blur(1px);
      -o-filter: blur(1px);
      filter: blur(1px);
    }
    
    .switch.demo3 label i {
      display: block;
      height: 100%;
      width: 60%;
      border-radius: inherit;
      background: silver;
      position: absolute;
      z-index: 2;
      right: 40%;
      top: 0;
      background: #f7a560;
      background: -moz-linear-gradient(#f7f2f6, #b2ac9e);
      background: -ms-linear-gradient(#f7f2f6, #b2ac9e);
      background: -o-linear-gradient(#f7f2f6, #b2ac9e);
      background: -webkit-gradient(linear, 0 0, 0 100%, from(#f7f2f6), to(#b2ac9e));
      background: -webkit-linear-gradient(#f7f2f6, #b2ac9e);
      background: linear-gradient(#f7f2f6, #b2ac9e);
      box-shadow:
          inset 0 1px 0 white,
          0 0 8px rgba(0,0,0,0.3),
          0 5px 5px rgba(0,0,0,0.2);
    }
    
    .switch.demo3 label i:after {
      content: "Change Option";
	  font-weight: 600;
	  font-size: 0.9em;
	  font-style: normal;
	  font-family: 'Lucida Console';
	  text-align: center;
	  color: #555;
      position: absolute;
      left: 15%;
      top: 25%;
      width: 70%;
      height: 50%;
      background: #fff;

      background: -moz-linear-gradient(#cbc7bc, #d2cbc3);
      background: -ms-linear-gradient(#cbc7bc, #d2cbc3);
      background: -o-linear-gradient(#cbc7bc, #d2cbc3);
      background: -webkit-gradient(linear, 0 0, 0 100%, from(#cbc7bc), to(#d2cbc3));
      background: -webkit-linear-gradient(#cbc7bc, #d2cbc3);
      background: linear-gradient(#cbc7bc, #d2cbc3);
      border-radius: inherit;
    }

    .switch.demo3 label i:before {
      font-style: normal;
      font-weight: bold;
      color: #000;

      font-size: 16px;
      position: absolute;
      top: 50%;
      margin-top: -9px;
      right: -50%;
    }
    
    .switch.demo3 input:checked ~ label {
      background: #9ac8f4;
    }
    
    .switch.demo3 input:checked ~ label i {
      right: -1%;
    }
    
    .switch.demo3 input:checked ~ label i:before {
      content: "Pickup";
      right: 115%;
      color: #000;
    }
.delivo{

	font-size: 1.1em;
	margin: 1em 0;
}