/* CSS DOCUMENT */

/*
  Theme Name: ESSEN
  Description: ESSEN is a responsive html5 bootstrap template.
  Version: 1.3
  Author: ALLAN BETT
  Author URL: allanbett.beccaboutiqueshop.com
  Website: http://www.macdeelibrary.com/rigiri/templates/essen
*/

@import url(http://fonts.googleapis.com/css?family=Raleway:400,600,700);





/*===========================================*/
/*	   Typography
/*===========================================*/

body {
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
    line-height: 21px;
	font-weight: 500;
	color: #444;
}
#main{
	padding-top: 0;
}
strong, b {
	font-weight: 600;
}

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

ul, ol {
	list-style: none;
}

ul {
    padding: 0;
    margin: 0;
}

a {
	color: #b29e84;
    transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
}

a:hover {
    color: #444;
}

.section-overlay {
	background-color: #b29e84;
}


a, a:hover {
    text-decoration: none;
}

i {
	font-size: 1.1em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	margin: 0;
	color: #444;
}

h1 {
    font-size: 24px;
	line-height: 30px;
}

h2 {
    font-size: 22px;
	line-height: 28px;
}

h3 {
    font-size: 18px;
	line-height: 24px;
}

h4 {
    font-size: 16px;
	line-height: 22px;
}

h5 {
    font-size: 14px;
	line-height: 20px;
}

h6 {
    font-size: 12px;
	line-height: 18px;
}

p {
    color: #666;
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
    line-height: 22px;
    margin: 0;
}

p strong {
	font-weight: 600;
}

.accent-color-bg {
	color: #fff;
}

.fittext {
	font-size: 38px;
	font-weight: 300;
	line-height: 1.6em;
    margin-bottom: 35px;
	color: rgba(0,0,0, 0.8);
}

.fittext strong {
	font-weight: 700;
}

.page-content p {
	margin-bottom: 15px;
}


.uppercase {
	text-transform: uppercase;
}

.image-text {
	margin-right: 10px;
}

a.main-button, input[type="submit"] {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

a.main-button:hover, input[type="submit"]:hover {
	background: #444;
	color: #fff;
}

a.main-button i {
	font-size: 1.2em;
}

input[type="submit"] {
	border: none;
}

.tooltip .tooltip-inner {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
}

#content {
	padding: 60px 0;
}

#content.full-sections {
	padding: 0;
}

.section {
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	padding-top: 60px; 
	padding-bottom: 60px;
}


.section.repeat-bg {
	background-repeat: repeat;
	-webkit-background-size: auto !important;
	-moz-background-size: auto !important;
	-o-background-size: auto !important;
	background-size: auto !important;
}

.bg-parallax {
	background-attachment: fixed;
}


.light-section {
	color: #fff;
}

.light-section .testimonials {
	color: #666;
}

.light-section .testimonials .testimonial-content p {
	color: #c4c4c4;
}

.divider {
  	margin-top: 40px;
  	margin-bottom: 40px;
  	background-image: -moz-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  	background-image: -webkit-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  	background-image: -ms-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  	width: 95%;
  	height: 1px;
}




/*=============Header & Navigation=====================*/

header {
	position: fixed;
	top: 0;
    width: 100%;
	z-index: 9999999;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.fixed-header {
	opacity: 0.95;
	box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
  	-webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
}

.top-bar {
	background-color: #b29e84;
	border-bottom: 1px solid #444;
	color: #fff;
}
.top-bar a:hover {
	color: #b29e84;
}

.top-bar.color-bar a {
	color: rgba(255,255,255,.6);
}

.top-bar.color-bar a:hover {
	color: rgba(255,255,255,1) !important;
}

.top-bar.color-bar ul.social-list li a i {
	border-left: 1px solid rgba(255,255,255,.1);
}

.top-bar.color-bar ul.social-list li:last-child a i {
	border-right: 1px solid rgba(255,255,255,.1);
}

.top-bar.color-bar .contact-details li a:before {
	color: rgba(255,255,255,.2);
}

.top-bar.dark-bar {
	background-color: #444;
	border-bottom: 0;
}

.top-bar.dark-bar a {
	color: rgba(255,255,255,.4);
}

.top-bar.dark-bar a:hover {
	color: rgba(255,255,255,1) !important;
}

.top-bar.dark-bar ul.social-list li a i {
	border-left: 1px solid rgba(255,255,255,.08);
}

.top-bar.dark-bar ul.social-list li:last-child a i {
	border-right: 1px solid rgba(255,255,255,.08);
}

.top-bar.dark-bar .contact-details li a:before {
	color: rgba(255,255,255,.2);
}

.top-bar a {
	color: #fff;
}

.top-bar .contact-details li {
	display: inline-block;
}

.top-bar .contact-details li a:before {
	position: relative;
	content: "|";
	font-size: 13px;
	margin: 0 3px;
	top: -1px;
	color: #ddd;
}

.top-bar .contact-details li a:before {
	color: #fff;
}

.top-bar .contact-details li:first-child a:before {
	display: none;
}

.top-bar .contact-details li a {
	font-size: 12px;
	display: block;
	line-height: 32px;
}
/*cart & signup*/
.top-bar .btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.top-bar .dropdown>button {
    padding: 8px 10px;
    margin: 0;
    font-size: 12px;
    color: #fff;
    text-align: center;
    min-width: 0;
    background-color: transparent;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-transform: none;
}
.top-bar .dropdown>button {
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
}
.top-bar form{
	margin:0;
}
.top-bar .cart .product .small {
    display: block;
    color: #999;
}
.top-bar .dropdown-menu.cart {
    padding: 0;
    min-width: 350px;
    font-size: 12px;
    right: -1px;
}
.top-bar .dropdown-menu {
    z-index: 103;
    padding: 20px;
    min-width: 280px;
    margin-top: 0px;
}
.top-bar .dropdown-menu {
    z-index: 103;
    padding: 20px;
    min-width: 280px;
    margin-top: 0px;
}
.top-bar .login-form span {
    margin: 0 3px;
}
.top-bar .login-form .social-links {
    display: inline-block;
    margin: 0;
}
.top-bar .login-form ul {
    padding-left: 0;
    list-style-position: inside;
    padding: 5px 0;
}
.top-bar .social-links {
    margin: 0;
}
.top-bar tr{
	background-color: #fff;
	color: #444;
}
.top-bar .panel-body .btn-group{
	color: #fff;
}
.form-control-feedback{
	margin-top: 15px;
}


/*end*/
ul.social-list {
    float: right;
}

ul.social-list li {
    float: left;
}

ul.social-list li a {
    display: inline-block;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

ul.social-list li a:hover {
	color: #fff;
}

ul.social-list li a.facebook:hover {
	background-color: #507CBE;
}

ul.social-list li a.twitter:hover {
	background-color: #63CDF1;
}

ul.social-list li a.google:hover {
	background-color: #F16261;
}

ul.social-list li a.dribbble:hover {
	background-color: #E46387;
}

ul.social-list li a.linkdin:hover {
	background-color: #90CADD;
}

ul.social-list li a.tumblr:hover {
	background-color: #4D7EA3;
}
ul.social-list li a.instgram:hover {
	background-color: #4D4F54;
}

ul.social-list li a.vimeo:hover {
	background-color: #87D3E0;
}

ul.social-list li a.skype:hover {
	background-color: #36C4F3
}

ul.social-list li a i {
	font-size: 1em;
	display: block;
	width: 34px;
	height: 33px;
	line-height: 33px;
	text-align: center;
}

.navbar {
	margin-bottom: 0;
	background: #ede4df;
	border: none;
	border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
}

.navbar-brand {
	position: relative;
	margin: 0;
	font-family: 'Kaushan Script', cursive;
}
.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav > li > a.active {
	color: #b29e84;
}

.dropdown > li:hover > a, .sup-dropdown li:hover > a {
	color: #b29e84;
}

.navbar-default .navbar-nav > li > a:after {
	background-color: #b29e84;
}

.navbar-default .navbar-nav > li > a.active, .navbar-default .navbar-nav > li:hover > a {
	border-color: #b29e84;
}

.dropdown  li a.active, .sup-dropdown li a.active {
	color: #b29e84;
}

ul.breadcrumbs li a:hover {
    color: #b29e84;
}

.navbar-default .navbar-nav {
	margin-right: 10px;
	position: relative;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.navbar-default .navbar-nav > li {
    margin-left: 6px;
}

.navbar-default .navbar-nav > li:first-child {
    margin-left: 0;
}

.navbar-default .navbar-nav > li > a {
	color: #444;
	display: block;
    font-size: 14px;
	font-weight: 300;
    padding: 28px 15px 28px 15px;
	overflow: hidden;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    font-weight: 400;
}

.navbar-default .navbar-nav > li > a.active, .navbar-default .navbar-nav > li:hover > a {
	border-bottom: 2px solid;
}

.navbar-default .navbar-nav > li > a i {
	margin: 0 -2px 0 -5px;
}

.navbar-default .navbar-nav > li > a:after {
	position: absolute;
	bottom: 0;
	content: '';
	left: 50%;
	display: block;
	height: 5px;
	width: 5px;
	opacity: 0;
	margin: 0 0 -3px -2px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
}

.navbar-default .navbar-nav > li > a.active:after {
	opacity: 1;
}

.navbar-default .navbar-nav .dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    width: 180px;
	background-color: #f9f9f9;
    visibility: hidden;
    z-index: 2;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-default .navbar-nav > li.drop:hover .dropdown {
    visibility: visible;
	opacity: 1;
}

.dropdown li, .sup-dropdown li {
	position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
}

.dropdown li:first-child, .sup-dropdown li:first-child {
    border-top: none;
}

.dropdown li a, .sup-dropdown li a {
    display: block;
    color: #444;
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
    padding: 11px 16px;
    text-decoration: none;
    text-transform: capitalize;
    transition: padding 0.2s ease-in-out;
    -moz-transition: padding 0.2s ease-in-out;
    -webkit-transition: padding 0.2s ease-in-out;
    -o-transition: padding 0.2s ease-in-out;
}


.dropdown > li:hover > a, .sup-dropdown li:hover > a {
	padding-left: 18px;
}

.dropdown li a i {
	margin: 0 0 0 -4px;
}

.navbar-default .navbar-nav .sup-dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    width: 180px;
	background-color: #f9f9f9;
    margin-top: 10px;
    transition: margin-top 0.2s ease-in-out;
    -moz-transition: margin-top 0.2s ease-in-out;
    -webkit-transition: margin-top 0.2s ease-in-out;
    -o-transition: margin-top 0.2s ease-in-out;
    visibility: hidden;
    z-index: 3;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-default .navbar-nav li.drop .dropdown li:hover .sup-dropdown {
    visibility: visible;
    margin-top: 0;
}

.search-side {
	position: relative;
	float: right;
	top: 19px;
	right: -15px;
	transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.show-search {
	position: relative;
	display: block;
	float: right;
}

.show-search i {
	font-size: 1.2em !important;
	display: block;
	color: #666;
	width: 36px;
	height: 36px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
	line-height: 36px;
	text-align: center;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.show-search:hover i {
	color: #666;
}

.navbar .search-form {
	position: absolute;
	right: 0;
	z-index: 20;
	float: right;
	display: none;
	top: 40px;
}

.navbar .search-form:before {
	background-color: #ccc;
	top: -2px;
	content: '';
	display: block;
	height: 4px;
	width: 4px;
	z-index: 20;
	right: 15px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
}

.navbar .search-form form input {
	border: 2px solid #ccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
	padding: 5px 14px;
	z-index: 22;
	color: #9d9d9d;
	box-shadow: none;
	-o-box-shadow: none;
	-moz-box-shadow: none;
  	-webkit-box-shadow: none;
	outline: none;
	box-shadow: none;
}

.navbar .search-form form {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 20;
}






/*============Slideshow====================== */
#home span{
	color: #b29e84;
}
#home-slider {
  	overflow: hidden;
  	position: relative;
}

#home-slider .caption {
  	position: absolute;
  	top: 50%;
  	margin-top: -104px;
  	left: 0;
  	right: 0;
  	text-align: center;
  	text-transform: uppercase;
  	z-index: 15;
  	font-size: 18px;
  	font-weight: 300;
  	color: #fff;
}

#home-slider .caption h1 {
  	color: #fff;
  	font-size: 60px;
  	font-weight: 700;
  	margin-bottom: 30px;
}
#home-slider .caption h4{
	color: #fff;
}
.caption .btn-start {
  	color: #fff;
  	background-color: #b29e84;
  	font-size: 14px;
  	font-weight: 600;
  	padding:14px 40px;
  	border: 1px solid #b29e84;
  	border-radius: 1px;
  	margin-top: 40px;
}

.caption .btn-start:hover {
  	color: #444;
  	background-color: #fff;
  	border: 1px solid #fff;
}
#home-slider .carousel-inner{
	height: 100%;
}

.carousel-fade .carousel-inner .item {
  	opacity: 0;
  	-webkit-transition-property: opacity;
  	transition-property: opacity;
  	background-repeat: no-repeat;
  	background-size: cover;
  	width: 100%;
  	background-position: center;
}

.carousel-fade .carousel-inner .item:after {
  	content: " ";
  	position: absolute;
  	top: 0;
  	bottom: 0;
  	left: 0;
  	right: 0;
  	background: rgba(0,0,0,.3);
}

.carousel-fade .carousel-inner .active {
  	opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  	left: 0;
  	opacity: 0;
  	z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  	opacity: 1;
}
.carousel-fade .carousel-control {
  	z-index: 2;
}

.left-control, .right-control {
  	position: absolute;
  	top: 50%;
  	height: 41px;
 	width: 41px;
  	line-height: 38px;
  	border-radius: 50%;
  	border:1px solid #fff;  
  	z-index: 20;
  	font-size: 24px;
  	color: #fff;
  	text-align: center;
  	-webkit-transition: all 0.5s ease;
  	-moz-transition: all 0.5s ease;
  	-ms-transition: all 0.5s ease;
  	-o-transition: all 0.5s ease;
  	transition: all 0.5s ease;
}

.left-control {
  	left: -41px;
} 

.right-control {
  	right: -41px;
}

.left-control:hover, 
.right-control:hover {
  	color: #fff;
  	background-color: #b29e84;
  	border-color: #b29e84;
}

#home-slider:hover .left-control {
  	left:30px
} 

#home-slider:hover .right-control {
  	right:30px
}

.btn-slider{
    display: inline-block;   
    font-weight: 300;
 	margin-top: 40px;
    font-size: 16px;    
    padding:14px 40px;
    line-height: 20px;
    background: transparent;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-background-clip: padding-box;
       -moz-background-clip: padding-box;
            background-clip: padding-box;
    color: #fff;
    border: 1px solid #fff;
    -webkit-transition: background-color 0.3s ease;
       -moz-transition: background-color 0.3s ease;
         -o-transition: background-color 0.3s ease;
            transition: background-color 0.3s ease;
}
.btn-slider:hover{
    background-color: #444;
    border:0;
    color: #fff;
    margin-top: 40px;
}

/*****revslider*****************/
.fullwidthbanner-container{
    margin-bottom: 0;
}
#home .fullwidthbanner h1{
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
}
#home .fullwidthbanner p{
    color: #fff;
    font-size: 25px;
    font-weight: 350;
}
/**********video section******************/
.hero-section {
    height: 100%;
    padding-bottom: 60px;
    padding-top: 200px;
    overflow: hidden;
}
.hero-section .container{
	height: 100%;
}
.video-background-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: ;
    width: 100%;
}
.hero-text {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    width: 100%;
    padding-bottom: 10%;
}
.hero-description {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}
.hero-content{
	position: relative;
    display: table;
    height: 100%;
    width: 100%;
}

.video-embed {
    position: relative;
    padding-top: 56.25%; /* 16:9 */
    height: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-background{
    width: 100%;
}
section{
    position: relative;
}
iframe{
    border: 0;
}

@media ( min-width: 768px ) {
    .video-section {
        padding: 100px 0;
    }
}
@media ( min-width: 992px ) {
    .video-section {
        padding: 120px 0;
    }
}
@media ( min-width: 768px) and (max-width: 991px){
	.hero-text{
		width: 95%;
	}
	.hero-title{
		font-size: 36px;
	}
	.hero-buttons a.btn {
		padding: 10px 20px;
	}

	.app-gallery figure.effect-oscar a{
		margin-top: 105px;
	}
	.hero-section {
	    padding-bottom: 0px;
	    padding-top: 0px;
	}
	.hero-content {
	    position: relative;
	    display: table;
	    height: 100%;
	    width: 100%;
	}
	.hero-text{
		padding-top: 90px;
	}
}

/***************text rotating **********************/
.text-rotate{
	background: url(../images/bg/home-static.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	padding: 50px;
	height: 500px;
}
#bg h2{
	position: center;
	margin-top: 150px;
	color: #fff;
	text-transform: uppercase;
	font-size: 64px;
	font-weight: 700;
	margin-bottom: 40px;
}
#bg h2 span{
	color: #b29e84;
}
#bg h3{
	color: #fff;
}

/********************bg with text rotating*********************/
.bg{
	height: 500px;
	padding: 50px;
}
/*=============Main Page Elements==============================*/

.page-banner {
    background: url(../images/bg/banner.jpg) center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
    
}

.page-banner h2 {
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
}

.page-banner p {
	font-weight: 300;
	color: #fff;
}

ul.breadcrumbs {
    float: right;
	margin-top: 15px;
}

.no-subtitle ul.breadcrumbs {
	margin-top: 4px;
}

ul.breadcrumbs li {
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight: 300;
    margin-left: 3px;
	color: #fff;
	float: left;
}

ul.breadcrumbs li:before {
    content: '/';
	margin: 0 4px 0 2px;
	color: #bbb;
}

ul.breadcrumbs li:first-child {
	margin: 0;
}

ul.breadcrumbs li:first-child:before {
    content: '';
	margin: 0;
}

ul.breadcrumbs li a {
	color: #fff;
	font-weight: 600;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

label {
	font-size: 13px;
	color: #666;
	font-weight: 300;
	cursor: pointer;
}

label .required {
	color: #ED2C3A;
	margin-left: 2px;
}

input[type="submit"] {
    outline: none;
}

.widget-search input[type="search"],
#contact-form input[type="text"],
#contact-form textarea,
#respond input[type="text"],
#respond textarea, .email {
    color: #444;
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
    border: 1px solid #eee;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    outline: none;
    width: 100%;
    display: block;
    padding: 7px 14px;
    margin-bottom: 10px;  
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.widget-search input[type="search"]:focus,
#contact-form input[type="text"]:focus,
#contact-form textarea:focus,
#respond input[type="text"]:focus,
#respond textarea:focus {
	border-color: #ddd;
	box-shadow: 0 0 3px #eee;
	-o-box-shadow: 0 0 3px #eee;
	-moz-box-shadow: 0 0 3px #eee;
  	-webkit-box-shadow: 0 0 3px #eee;
}


.name-missing, .email-missing, .message-missing {
    opacity: 0;
    color: #ED2C3A;
    margin-left: 10px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.error-page {
    padding: 90px 0;
    text-align: center;
}

.error-page h1 {
    font-size: 160px;
    line-height: 140px;
    font-weight: 700;
    color: #333;
}

.error-page h3 {
    font-size: 64px;
    line-height: 70px;
    font-weight: 300;
}

.error-page p {
    font-size: 22px;
    line-height: 28px;
    color: #666;
    margin-bottom: 25px
}
#checkout input[type="text"],
#checkout textarea,
#checkout input[type="text"],
#checkout textarea, .email {
    color: #444;
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
    border: 2px solid #eee;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    outline: none;
    width: 100%;
    display: block;
    padding: 7px 14px;
    margin-bottom: 10px;  
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
#checkout .left{
	margin-left: -15px;
	margin-right: 4px;
}
#checkout input[type="text"]:focus,
#checkout textarea:focus,
#checkout input[type="text"]:focus,
#checkout textarea:focus {
	border-color: #ddd;
	box-shadow: 0 0 3px #eee;
	-o-box-shadow: 0 0 3px #eee;
	-moz-box-shadow: 0 0 3px #eee;
  	-webkit-box-shadow: 0 0 3px #eee;
}
/*******projects carousel ***************/
.project-item{
	margin: 5px;
}

.portfolio-details{
	margin-top: 10px;
}



/*************** Partners carousel ***************/
#partners{
	margin-top: 10px;
}
.partner {
    padding-bottom: 60px;
    background-attachment: fixed;
    background-size: cover;
}
.partner *{
	color: #fff;
}
.clients-carousel .client-item a {
	display: block;
	padding: 12px 0;
	text-align: center;
}

.clients-carousel .client-item a img {
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: grayscale(100%);
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.clients-carousel:hover .client-item a img {
	opacity: 0.6;
}

.clients-carousel:hover .client-item a:hover img {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: none;
	opacity: 1;
}


/*************** Milestone ***************/

.milestone-block {
	display: inline-block;
	margin-bottom: 25px;
	margin-right: 50px;
}

.milestone-block:last-child {
	margin-right: 0;
}

.milestone-block .milestone-icon {
	float: left;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	margin-right: 9px;
	margin-bottom: 4px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
	position: relative;
}

.milestone-block .milestone-icon:after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 21px;
	right: -2px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.milestone-block .milestone-icon i {
	font-size: 2em;
	color: #fff;
}

.milestone-block .milestone-right {
	float: left;
	text-align: left;
}

.milestone-block .milestone-number {
	font-size: 26px;
	line-height: 28px;
	font-weight: 500;
}

.milestone-block .milestone-text {
	font-size: 18px;
	color: #444;
}


/**************blog and widget area**************************/
#blog_area {
    background: #fff;
    padding: 80px, 0;
    padding-bottom: 50px;
    margin-top: 50px;
}
.blog-social ul.social-icons li {
	display: inline-block;
	margin-right: 4px;
	margin-bottom: 4px;
}
.blog-social ul.social-icons li a i {
	font-size: 1em;
	border: 1px solid #444;
	width: 30px;
	height: 30px;
	color: #444;
	line-height: 30px;
	text-align: center;
	display: block;
	border-radius: 100%;
	-webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.blog-social ul.social-icons li a:hover {
	text-decoration: none;
}
.post-bottom{
    padding: 20px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #f6f6f6;
}

.blog-social ul.social-icons li a.facebook:hover i {
	background-color: #507CBE;
	color: #fff;
	border-color: #507CBE;
}

.blog-social ul.social-icons li a.twitter:hover i {
	background-color: #63CDF1;
	color: #fff;
	border-color: #63CDF1;
}

.blog-social ul.social-icons li a.google:hover i {
	background-color: #F16261;
	color: #fff;
	border-color: #F16261;
}



.single_blog h2 {
    font-size: 18px;
    color: #000000;
    font-weight: 700;
    margin-top: 20px;
}

.single_blog p {
    margin: 10px 0px;
}

.comment_area {
    color: #444;
}

.date i,
.comment i {
    margin-right: 10px;
}
.widget-search input[type="search"] {
    position: relative;
	margin: 0;
	float: left;
	height: 37px;
	line-height: 37px;
	width: calc(100% - 38px);
	border-right: none;
	border-radius: 2px 0 0 2px;
	-webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    -o-border-radius: 2px 0 0 2px;
}

.widget-search .search-btn {
	display: inline-block;
	width: 37px;
	height: 37px;
	border: none;
	color: #fff;
	font-size: 1.2em;
	text-align: center;
	border-radius: 0 2px 2px 0;
	-webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    -o-border-radius: 0 2px 2px 0;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.widget-search .search-btn:hover {
	background-color: #b29e84;
}
.pagination span, .pagination a {
	display: inline-block;
	text-align: center;
	height: 34px;
	width: 34px;
	color: #666;
	line-height: 33px;
	border: 1px solid #eee;
	border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.pagination .all-pages, .pagination .next-page {
	width: auto;
	padding: 0 14px;
}
.pagination span.current {
	border-color: #b29e84;
	background-color: #b29e84;
	color: #fff;
}

.pagination a:hover {
	color: #b29e84;
}
.entry-meta>span{
	display: inline-block;
  	color: #444;
  	margin-right: 10px;
  	font-size: 12px;
}
.entry-meta>span a{
  	color: #b29e84;
}
.entry-meta>span a:hover{
  	color: #444;
}
.widget-posts{
	margin-top: 20px;
}
.widget-posts h4{
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #eee;
}
.widget-posts li {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #eee;
}
.categories{
	margin-top: 20px;
}
.categories h4{
	margin-bottom: 12px;
	padding-bottom: 12px;
}
.tags{
	margin-top: 20px;
}
.tags h4{
	margin-bottom: 12px;
	padding-bottom: 12px;
}
ul.tag-cloud {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.tag-cloud li {
  display: inline-block;
  margin: 0 0 2px 0;
}
ul.tag-cloud li a{
    display: inline-block;
    color: #666;
    font-size: 12px;
    padding: 4px 10px;
    background: #eee;
    margin-bottom: 4px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}
ul.tag-cloud li a:hover{
    background-color: #b29e84;
    color: #fff;
}

/*************** Pricing Tables ***************/

.pricing-tables {
	padding: 25px 0;
    text-align: center;
}

.pricing-tables .pricing-table {
	border: 1px solid #e4e4e4;
	border-radius: 10px;
	text-align: center;
	position: relative;
	background-color: #fff;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.pricing-tables .pricing-table:hover {
	z-index: 2;
	top: -3px;
	box-shadow: 0 0 8px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.1);
	-o-box-shadow: 0 0 8px rgba(0,0,0,0.1);
}

.pricing-tables .highlight-plan {
	margin: -15px 0;
	margin-right: -1px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	z-index: 1;
	box-shadow: 0 0 6px rgba(0,0,0,0.06);
	-moz-box-shadow: 0 0 6px rgba(0,0,0,0.06);
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.06);
	-o-box-shadow: 0 0 6px rgba(0,0,0,0.06);
}

.pricing-tables .pricing-table.highlight-plan .plan-name {
	padding: 25px 0;
}
.pricing-tables .pricing-table.highlight-plan .plan-name h3 {
    color: #fff;
}

.pricing-tables .pricing-table.highlight-plan .plan-signup {
	padding: 30px 0;
}

.pricing-tables .pricing-table.highlight-plan .plan-signup .btn-system.border-btn {
    border-color: #fff;
    color: #fff;
}
.pricing-tables .pricing-table.highlight-plan .plan-name h3 {
	color: #fff;
}

.pricing-tables .pricing-table.highlight-plan .plan-signup {
    background-color: #b29e84;
}

.pricing-tables .pricing-table.highlight-plan .plan-name {
	background-color: #b29e84;
}

.pricing-table .plan-name {
	padding: 15px 0;
	box-shadow: 0 0 20px rgba(0,0,0,.04) inset;
	-o-box-shadow:  0 0 20px rgba(0,0,0,.04) inset;
	-moz-box-shadow:  0 0 20px rgba(0,0,0,.04) inset;
  	-webkit-box-shadow:  0 0 20px rgba(0,0,0,.04) inset;
	border-bottom: 1px solid #eee;

}

.pricing-table .plan-name h3 {
	font-weight: 700;
	color: #666;
	text-transform: uppercase;
}

.pricing-table .plan-price {
	padding: 25px 0;
}

.pricing-table .plan-price .price-value {
	font-size: 38px;
	line-height: 40px;
	font-weight: 600;
	color: #444;
}

.pricing-table .plan-price .price-value span {
	font-size: 18px;
	font-weight: 300;
	line-height: 18px;
}

.pricing-table .plan-price .interval {
	line-height: 14px;
}

.pricing-table .plan-list li {
	padding: 8px;
	font-size: 12px;
	border-bottom: 1px solid #eee;
}

.pricing-table .plan-list li:first-child {
	border-top: 1px solid #eee;
}

.pricing-table .plan-signup {
	padding: 25px 0;
	box-shadow: 0 0 20px rgba(0,0,0,.06) inset;
	-o-box-shadow: 0 0 20px rgba(0,0,0,.06) inset;
	-moz-box-shadow: 0 0 20px rgba(0,0,0,.06) inset;
  	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.06) inset;
}

.pricing-table .plan-signup a {
	text-transform: uppercase;
}



/*************** Buttons ***************/

.btn {
	color: #fff;
	border-radius: 1px;
	-webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -o-border-radius: 1px;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.btn.round {
	border: 1px solid #b29e84;
	border-radius: 20px;
	background-color: transparent;
	color: #444 !important;
}
.btn.round:hover{
	border: 1px solid #b29e84;
	border-radius: 20px;
	background-color: #b29e84;
	color: #fff !important;
}
.btn-system {
	display: inline-block;
	color: #fff;
	margin-right: 5px;
	font-weight: 300;
	border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
	transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
	box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
	-o-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
	-moz-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
  	-webkit-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
  	border:0;
  	text-transform: uppercase;
  	font-weight: 400;
  	background-color: #b29e84;
}

.btn-system:last-child {
	margin-right: 0;
}

.btn-system {
	font-size: 1em;
	width: auto;
}

.btn-system{
	background-color: #b29e84;
	border: 1px solid #fff;
	color: #fff;
	box-shadow: none;
	-o-box-shadow: none;
	-moz-box-shadow: none;
  	-webkit-box-shadow: none;
}

.btn-system:hover {
	color: #fff;
	opacity: 0.8;
}
.btn-small{
	border: 1px solid #444;
	padding: 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	color: #fff;
	background-color: #444;
}
.btn-small:hover{
	border: 1px solid #b29e84;
	padding: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	color: #fff;
	background-color: #b29e84;
}
.btn-more{
	border: 1px solid #b29e84;
	padding: 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #fff;
	background-color: #b29e84;
}
.btn-more:hover{
	border: 1px solid #444;
	padding: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #fff;
	background-color: #444;
}



/************** Lists ***************/

ul.icons-list {
	margin-bottom: 6px;
}

ul.icons-list li, ul.list-unstyled li {
	margin-bottom: 4px;
}

ul.icons-list li i {
	font-size: 14px;
	margin-right: 4px;
}

/*************** Icons ***************/

.section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.service {
    //padding-top: 80px;
    //padding-bottom: 60px;
}

.services-3-icon i {
    background-color: #b29e84;
}

.services-2-icon i {
    background-color: #b29e84;
}

.icon-small {
	font-size: 2em;
	color: #444;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.icon-small:hover, .service-box:hover .icon-small {
	text-shadow: 5px 5px 2px rgba(255,255,255,0);
}

.icon-medium {
	font-size: 2.5em;
	color: #666;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.icon-medium:hover, .service-box:hover .icon-medium {
	text-shadow: 5px 5px 2px rgba(255,255,255,0);
}

.icon-large {
	font-size: 3em;
	color: #666;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.icon-large:hover, .service-box:hover .icon-large {
	text-shadow: 5px 5px 2px rgba(255,255,255,0);
}

.icon-mini-effect {
	position: relative;
	display: block;
	z-index: 1;
	font-size: 1.2em;
	color: #fff;
	top: 4px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	margin: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.icon-medium-effect {
	position: relative;
	display: block;
	z-index: 1;
	font-size: 2em;
	color: #fff;
	width: 64px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	margin: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.icon-large-effect {
	position: relative;
	display: block;
	z-index: 1;
	font-size: 2.6em;
	color: #fff;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	margin: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.icon-mini-effect:after, .icon-medium-effect:after, .icon-large-effect:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/*First Icon Effect */
.icon-effect-1 {
	background-color: #fff;
	-webkit-transition: color 0.4s;
	-moz-transition: color 0.4s;
	transition: color 0.4s;
}

.gray-icon.icon-effect-1 {
	box-shadow: 0 0 0 3px #444;
	-o-box-shadow: 0 0 0 3px #444;
	-moz-box-shadow: 0 0 0 3px #444;
  	-webkit-box-shadow: 0 0 0 3px #444;
}

.icon-effect-1:after {
	top: -2px;
	left: -2px;
	padding: 2px;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	-moz-transition: -moz-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}

.gray-icon.icon-effect-1:after {
	background: #444;
}

.icon-effect-1.gray-icon:hover, .service-box:hover .gray-icon.icon-effect-1 {
	color: #444;
}

.icon-effect-1:hover:after, .service-box:hover .icon-effect-1:after {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0;
}

/*Seconed Icon Effect */
.icon-effect-2 {
	background: #fff;
	-webkit-transition: color 0.4s;
	-moz-transition: color 0.4s;
	transition: color 0.4s;
}

.gray-icon.icon-effect-2 {
	color: #444;
	box-shadow: 0 0 0 3px #444;
	-o-box-shadow: 0 0 0 3px #444;
	-moz-box-shadow: 0 0 0 3px #444;
  	-webkit-box-shadow: 0 0 0 3px #444;
}

.icon-effect-2:after {
	top: -2px;
	left: -2px;
	padding: 2px;
	z-index: -1;
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	-moz-transition: -moz-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}

.gray-icon.icon-effect-2:after {
	background: #444;
}

.icon-effect-2:hover, .service-box:hover .icon-effect-2, .icon-effect-2.gray-icon:hover, .service-box:hover .gray-icon.icon-effect-2 {
	color: #fff;
}

.icon-effect-2:hover:after, .service-box:hover .icon-effect-2:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.icon-small {
	text-shadow: 0 0 0 #b29e84;
}

.icon-small:hover, .service-box:hover .icon-small {
	color: #b29e84;
}
.icon-medium {
	text-shadow: 0 0 0 #b29e84;
}

.icon-medium:hover, .service-box:hover .icon-medium {
	color: #b29e84;
}

.icon-large {
	text-shadow: 0 0 0 #b29e84;
}

.icon-large:hover, .service-box:hover .icon-large {
	color: #b29e84;
}

.icon-effect-1 {
	box-shadow: 0 0 0 3px #b29e84;
	-o-box-shadow: 0 0 0 3px #b29e84;
	-moz-box-shadow: 0 0 0 3px #b29e84;
  	-webkit-box-shadow: 0 0 0 3px #b29e84;
}

.icon-effect-1:after {
	background-color: #b29e84;
}

.icon-effect-1:hover, .service-box:hover .icon-effect-1 {
	color: #b29e84;
}

.icon-effect-2 {
	color: #b29e84;
	box-shadow: 0 0 0 3px #b29e84;
	-o-box-shadow: 0 0 0 3px #b29e84;
	-moz-box-shadow: 0 0 0 3px #b29e84;
  	-webkit-box-shadow: 0 0 0 3px #b29e84;
}

.icon-effect-2:after {
	background-color: #b29e84;
}
/******************intro*********************/
#intro{
	padding:50px;
	background-color:#f9f9f9;
}

/*************** Service Box ***************/

.service-box .read-more {
	margin-top: 4px;
	font-weight: 500;
	margin-left: 2px;
}

.service-box .read-more i {
	display: inline-block;
	position: relative;
	top: 1px;
}

.image-service-box img {
	margin-bottom: 14px;
}

.image-service-box h4 {
	margin-bottom: 8px;
	padding: 0 10px;
    font-weight: 400;
}

.image-service-box p {
	padding: 0 10px;
}

.service-box {
	margin-bottom: 35px;
}

.service-center {
	text-align: center;
}
.service-icon{
	margin-top: -25px;
}
.service-icon-left .service-icon {
	float: left;
}

.service-icon-left .service-content {
	padding-left: 45px;
}

.service-icon-left-more .service-icon {
	float: left;
}

.service-icon-left-more .service-content {
	padding-left: 60px;
}

.service-center .service-icon {
	margin-bottom: 14px;
}

.service-center .service-content h4 {
	margin-bottom: 6px;
    font-weight: 500;
}

.service-center .service-icon i {
	display: inline-block;
}

.service-box h4 {
	margin-bottom: 5px;
    font-weight: 400;
}

.service-box > div:first-child {
	padding: 0;
}

.service-boxed {
	margin-top: 30px;
	padding: 0 15px 20px 15px !important;
	border: 1px solid #eee;
	border-radius: 4px;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.service-boxed:hover {
	border-color: #e2e2e2;
	box-shadow: 0 0 6px rgba(0,0,0,.1);
	-o-box-shadow: 0 0 6px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 6px rgba(0,0,0,.1);
  	-webkit-box-shadow: 0 0 6px rgba(0,0,0,.1);
}

.service-boxed p {
    margin-bottom: 0;
}

/*************** Heading Titles ***************/

.classic-title {
	margin-bottom: 16px;
	padding-bottom: 8px;
	border-bottom: 1px solid #eee;
    font-weight: 300;
}


.classic-title span {
	padding-bottom: 8px;
	border-bottom: 1px solid;
	font-weight: 400;
}

.big-title {
	margin-bottom: 20px;
}

.big-title h1, .big-title h2 {
	font-size: 26px;
	line-height: 32px;
	font-weight: 300;
}

.big-title h1 strong, .big-title h2 strong {
	font-weight: 400;
}

.big-title .title-desc {
	font-size: 16px;
	line-height: 22px;
	color: #fff;
}

.big-title h2 + .title-desc, .big-title h1 + .title-desc {
	margin-top: 4px;
}

/*===============Footer Styles==============*/


footer {
	background-color: #f5f5f5;
    padding-top: 60px;
	color: #444;
}

footer p {
	color: #444;
}

footer a {
	color: #444;
}

footer a:hover {
	color: #b29e84;
	text-decoration: underline;
}

.footer-widget {
    margin-bottom: 45px;
}

.footer-widget h4 {
	color: #444;
	text-transform: uppercase;
	padding-bottom: 8px;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: 700;
	position: relative;
}

.footer-widget h4 .head-line {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 50px;
	height: 3px;
	background-color: #333;
	margin: 0;
}
.twitter-widget a {
	color: #b29e84;
}
.twitter-widget a:hover {
	color: #b29e84;
	text-decoration: none;
}
.social-widget ul.social-icons li {
	display: inline-block;
	margin-right: 4px;
	margin-bottom: 4px;
}

.social-widget ul.social-icons li a i {
	font-size: 1.4em;
	width: 36px;
	height: 36px;
	color: #444;
	line-height: 36px;
	text-align: center;
	display: block;
	border-radius: 100%;
	-webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.social-widget ul.social-icons li a:hover {
	text-decoration: none;
}

.social-widget ul.social-icons li a.facebook:hover i {
	background-color: #507CBE;
	color:#fff;
}

.social-widget ul.social-icons li a.twitter:hover i {
	background-color: #63CDF1;
	color:#fff;
}

.social-widget ul.social-icons li a.google:hover i {
	background-color: #F16261;
	color:#fff;
}

.social-widget ul.social-icons li a.dribbble:hover i {
	background-color: #E46387;
	color:#fff;
}

.social-widget ul.social-icons li a.linkdin:hover i {
	background-color: #90CADD;
	color:#fff;
}

.social-widget ul.social-icons li a.tumblr:hover i {
	background-color: #4D7EA3;
	color:#fff;
}

.social-widget ul.social-icons li a.insta:hover i {
	background-color: #E474AF;
	color:#fff;
}

.social-widget ul.social-icons li a.instgram:hover i {
	background-color: #4D4F54;
	color:#fff;
}

.social-widget ul.social-icons li a.vimeo:hover i {
	background-color: #87D3E0;
	color:#fff;
}

.social-widget ul.social-icons li a.skype:hover i {
	background-color: #36C4F3;
	color:#fff;
}

.contact-widget span {
	font-weight: 700;
}

.contact-widget ul li {
    margin-bottom: 12px;
}

.contact-widget ul li p a {
    color: #bbb;
}

.contact-widget p {
    padding-bottom: 20px;
}

.twitter-widget a:hover {
	color: #43B9CD;
	text-decoration: underline;
}

.twitter-widget ul li {
    margin-bottom: 20px;
}

.twitter-widget ul li span {
	color: #666;
}

.insta-widget ul {
    overflow: hidden;
}

.insta-widget ul li {
    float: left;
    margin-left: 8px;
    margin-bottom: 8px;
}

.insta-widget ul li:nth-child(3n+1) {
    margin-left: 0;
}

.insta-widget ul li a {
    display: inline-block;
	width: 80px;
	opacity: 0.6;
	border-radius: 2px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
	border: 4px solid #333;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.insta-widget ul li a img {
    width: 100%;
	height: 65px;
}

.insta-widget ul li a:hover {
	opacity: 1;
}

.mail-subscribe-widget form {
    margin-top: 15px;
    margin-bottom: 20px;
}

.mail-subscribe-widget form input[type="text"] {
    outline: none;
    color: #666;
    font-size: 12px;
    padding: 6px 12px;
	border: none;
    background: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    outline: none;
}

.copyright-section {
    padding: 15px 0;
	font-size: 11px;
	letter-spacing: 0.5px;
    border-top: 1px solid rgba(255,255,255,.06);
}

.copyright-section p {
	font-size: 11px;
	text-transform: uppercase;
}

ul.footer-nav {
    float: right;
}

ul.footer-nav li {
    display: inline-block;
    float: left;
    margin-left: 15px;
}

ul.footer-nav li:first-child {
    margin-left: 0;
}

ul.footer-nav li a {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

ul.footer-nav li a:hover {
	color: #fff;
}

.back-to-top {
    display: none;
    position: fixed;
    bottom: 18px;
    right: 15px;
}

.back-to-top i {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    border-radius: 100%;
	-webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    text-align: center;
    background-color: #444;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.back-to-top:hover i {
    background-color: #b29e84;
}
/* 
 * 	Core Owl Carousel CSS
 *	v1.24
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/* CSS3 Transitions */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}

/*
* 	Owl Carousel Owl Theme 
*/

.owl-theme .owl-controls{
	text-align: center;
}

/* Styling Next and Prev buttons */

.touch-slider .owl-controls .owl-buttons div{
	position: absolute;
	top: 50%;
	height: 60px;
	line-height: 60px;
	display: inline-block;
	zoom: 1;
	padding: 0 1px;
	*display: inline;/*IE7 life-saver */
	border-radius: 50%;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
	background: #444;
	filter: Alpha(Opacity=60);/*IE7 fix*/
	opacity: 0.6;
	margin-top: -30px;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.touch-slider:hover .owl-controls .owl-buttons div{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}
.touch-slider .owl-controls.clickable .owl-buttons div:hover {
	background-color: #b29e84;
}

.touch-carousel .owl-controls.clickable .owl-buttons div:hover {
	background-color: #b29e84;
}
.touch-slider .owl-controls.clickable .owl-buttons div:hover {
	background-color: #b29e84;
}

.touch-carousel .owl-controls.clickable .owl-buttons div:hover {
	background-color: #b29e84;
}

.touch-slider .owl-controls .owl-buttons div.owl-prev{
	left: 0;
	border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
}

.touch-slider .owl-controls .owl-buttons div.owl-next{
	right: 0;
	border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
}

.touch-slider .owl-controls .owl-buttons div i{
	font-size: 1.8em;
	color: #fff;
}


.touch-carousel .owl-controls .owl-buttons {
	position: absolute;
	top: -50px;
	right: 2px;
}

.touch-carousel.projects-carousel .owl-controls .owl-buttons {
	right: 12px;
}

.touch-carousel.navigation-2 .owl-controls .owl-buttons {
	position: relative;
	top: 0;
	right: 0;
}

.touch-carousel.navigation-2.clients-carousel .owl-controls .owl-buttons {
	top: -8px;
}

.touch-carousel.navigation-2 .owl-controls .owl-buttons div, .touch-carousel.navigation-3 .owl-controls .owl-buttons div{
	background-color: #f2f2f2;
}

.touch-carousel.navigation-2 .owl-controls .owl-buttons div i, .touch-carousel.navigation-3 .owl-controls .owl-buttons div i{
	color: #666;
}

.touch-carousel.navigation-3 {
	padding-top: 45px;
}

.touch-carousel.navigation-3.clients-carousel {
	padding-top: 25px;
}

.touch-carousel.navigation-3 .owl-controls .owl-buttons {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
}

.touch-carousel.navigation-2 .owl-controls .owl-buttons div, .touch-carousel.navigation-3 .owl-controls .owl-buttons div {
	width: 28px;
	height: 28px;
	line-height: 28px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}

.touch-carousel.navigation-3.projects-carousel .owl-controls .owl-buttons {
	right: 9px;
}

.touch-carousel .owl-controls .owl-buttons div, .testimonials-carousel .owl-controls .owl-buttons div {
	height: 22px;
	width: 22px;
	line-height: 22px;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	background-color: #fff;
	margin-left: 4px;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    border: 1px solid #ccc;
}

.touch-carousel .owl-controls .owl-buttons div i, .testimonials-carousel .owl-controls .owl-buttons div i {
	font-size: 1.2em;
	color: #ccc;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.testimonials-carousel .owl-controls .owl-buttons div i {
	color: #fff;
}

.touch-carousel .owl-controls.clickable .owl-buttons div:hover i {
	color: #fff;
}

.testimonials-carousel .owl-controls.clickable .owl-buttons div:hover {
	background-color: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,.2);
}


/* Styling Pagination*/

.owl-pagination {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 5px;
}

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 16px;
	height: 16px;
	margin: 2px 4px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border: 3px solid #444;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.touch-slider:hover .owl-controls .owl-page span {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	border-color: #0A95D8;
}

/********************** Counter **********************/
.counter-item {
  	position:relative;
  	text-align:center;
}

.counter-item h5 {
  	text-align: center;
  	margin-bottom: 0px;
  	color: #fff;
  	text-transform: uppercase;
}

.counter-item i {
  font-size:40px;
}
.counter-item i {
    color: #fff;
}

.timer {
    color: #fff;
}

.timer {
	font-family: 'Raleway', sans-serif;
  	font-size: 48px;
  	font-weight: 500;
  	text-transform: uppercase;
  	text-align:center;
  	line-height:80px;
}



#contact {
  	position: relative;
  	overflow: hidden;
}
#contact .container-wrapper {
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	background: rgba(69, 174, 214, 0.3);
  	z-index: 1;
}
#contact .contact-form {
  	background: rgba(255, 255, 255, 0.8);
  	padding: 20px;
  	margin-top: 50px;
}
#contact .contact-form h3 {
  	margin-top: 0;
}



.parallax{
  	background: #b29e84;
}
.parallax h2{
	color: #fff;
}
.padding{
	padding: 50px;
}

.parallax-text-container-1 .parallax-text-item {
  	padding:120px 0px;
  	text-align:center;
}


.parallax-mobile {
	background-position: 50% 0px !important; 
	background-attachment: scroll !important;
}
.services-3 {
  	position:relative;
  	text-align:center;
  	margin:0px 0px 30px 0px;  
}

.services-3-icon {
  	display: inline-block;
  	width:100%;
  	display: table;  
}

.services-3-icon i {
  	width:60px;
  	height:60px;
  	line-height:60px;  
  	margin:0px auto;
  	position: relative;
  	display: inline-block;  
  	margin-left:15px;
  	border-radius:50%;
  	float:left;
  	text-align: center;
  	font-size: 26px;    
  	color:#fff;
    -webkit-transition: all .5s ease-in-out;
       -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
         -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;  
}

.services-3:hover .services-3-icon i {
  	display: block;
  	-webkit-transform: rotate(360deg);
  	-moz-transform: rotate(360deg);
  	-o-transform: rotate(360deg);
  	-ms-transform: rotate(360deg);  
}

.services-3-text {
  	margin-right:75px;
  	overflow:hidden;
}

.services-3-icon h4 {
  	font-family: 'Raleway', sans-serif;
  	color: #404449;
  	font-size: 16px;
  	font-weight: 400;
  	margin: 0px 0px 15px 0px;
  	text-align:right; 
  	display: table-cell;
  	padding: 0px;
  	vertical-align: middle;
  	width:100%;
}

.services-3 p {
  	color: #ACB2B8;
  	margin: 0px 0px 0px 0px;
  	text-align:right; 
}
#feature {
  	background: #f9f9f9;
  	padding: 50px;
}

.features{
  	padding: 0;
  	margin-top: 20px;
}

.feature-wrap {
  	margin-bottom: 35px;
  	overflow: hidden;
}

.feature-wrap h2{
  	margin-top: 10px;
  	margin-bottom: 20px;
}

.feature-wrap .pull-left {
  	margin-right: 25px;
}

.feature-wrap i{
  	font-size: 20px;
  	height: 50px;
  	width: 50px;
  	border-radius: 100%;
  	line-height: 45px;
  	text-align:center;
  	background: #ffffff;
  	color: #b29e84;
  	border: 3px solid #b29e84;
  	box-shadow: inset 0 0 0 5px #f9f9f9;
  	-webkit-box-shadow: inset 0 0 0 5px #f9f9f9;
  	-webkit-transition: 500ms;
  	-moz-transition: 500ms;
  	-o-transition: 500ms;
  	transition: 500ms;
  	float: left;
  	margin-right: 25px;
}

.feature-wrap i:hover {
  	background: #b29e84;
  	color: #fff;
  	box-shadow: inset 0 0 0 5px #b29e84;
  	-webkit-box-shadow: inset 0 0 0 5px #b29e84;
  	border: 3px solid #b29e84;
}
#services {
  	padding: 80px 0;
  	margin: 0;
}
.main_feature {
    margin: 40px 0px;
}

.feature_content:hover .feature_content:after {
    border: 2px solid#fff!important;
}

.feature_content:hover i {
    top: -20px;
}

.feature_content:hover i,.feature_content:hover  h5 {
    cursor: pointer;
}

.feature_content i {
    font-size: 60px;
    line-height: 60px;
    z-index: 3;
    position: relative;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
    display: block;
    color: #b29e84;
}

.feature_content h5 {
    font-size: 16px;
    font-weight: 800;
    line-height: 19px;
    margin: 0px 0px 30px;
    text-transform: uppercase;
    padding-top: 34px;
    -webkit-transition: all 150ms linear 0s;
    -o-transition: all 150ms linear 0s;
    transition: all 150ms linear 0s;
    letter-spacing: -1px;
}

.feature_content p {
    font-size: 14px;
    line-height: 24px;
}

.feature_content a {
    text-decoration: none;
    padding: 8px;
    margin-top: 10px;
}

.feature_content a:hover {
    text-decoration: none;
}
.media.service-box {
  	margin: 25px 0;
}
.media.service-box .pull-left {
  	margin-right: 20px;
}
.media.service-box .pull-left > i {
  	font-size: 24px;
  	height: 64px;
  	line-height: 64px;
  	text-align: center;
  	width: 64px;
  	border-radius: 100%;
  	color: #b29e84;
  	box-shadow: inset 0 0 0 1px #b29e84;
  	-webkit-box-shadow: inset 0 0 0 1px #b29e84;
  	transition: background-color 400ms, background-color 400ms;
  	position: relative;
}
.media.service-box .pull-left > i:after {
  	content: "";
  	position: absolute;
  	width: 20px;
  	height: 20px;
  	top: 50%;
  	margin-top: -10px;
  	right: -10px;
  	border: 4px solid #fff;
  	border-radius: 20px;
  	background-color: #b29e84;
}
.media.service-box:hover .pull-left > i {
  	background-image: -moz-linear-gradient(90deg, #2caab3 0%, #b29e84 100%);
  	background-image: -webkit-linear-gradient(90deg, #b29e84 0%, #b29e84 100%);
  	background-image: -ms-linear-gradient(90deg, #2caab3 0%, #b29e84 100%);
  	color: #fff;
  	box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
  	-webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
}
.testimonial{
	padding-bottom: 50px;
}
#meet-team {
  	padding: 80px 0;
}
#meet-team .team-member {
  	padding: 13px;
}
#meet-team .team-member .team-img {
  	margin: 0;
  	height: 150px;
  	width: 150px;
}
#meet-team .team-member .team-info {
  	padding-bottom: 10px;
  	border-bottom: 1px solid #dbdbdb;
  	margin-bottom: 10px;
}

#meet-team .social-icons {
  	list-style: none;
  	padding: 0;
  	margin: 0;
}
#meet-team .social-icons > li {
  	display: inline-block;
}
#meet-team .social-icons > li > a {
  	display: block;
  	width: 32px;
  	height: 32px;
  	line-height: 32px;
  	text-align: center;
  	color: #444;
  	background: transparent;
  	border-radius: 100%;
}
#meet-team .social-icons > li > a:hover{
  	display: block;
  	width: 32px;
  	height: 32px;
  	line-height: 32px;
  	text-align: center;
  	color: #fff;
  	background: #b29e84;
  	border-radius: 100%;
}

/******************portfolio section*****************/
#portfolio{
    padding-bottom: 80px, 0;
    margin-bottom: 50px;
    margin-top: 50px;
    color:#fff;
    
}
.portfolio-item{
    position: relative;
    margin-bottom:30px;
}
.portfolio-item img{
    width:100%
}
.portfolio-item .overlay{
    position:absolute;
    top:0;
    width:100%;
    height:100%;
    z-index:10;
    display:none
}
.portfolio-item:hover .overlay{
    position:absolute;
    top:0;
    width:100%;
    height:100%;
    z-index:10;
    background-color: rgba(0,0,0,.8);
    display:block
}
.portfolio-item i{
    padding:12px;
    margin:-42px;
    font-size:20px;
    width:42px;
    height:42px;
    border-radius: 0;
}
.portfolio-item .icons .link{
    position:absolute;
    left:50%;
    top:50%;
    margin-left:42px;
    color:#fff;
    -webkit-animation-name:fadeInRight;
    animation-name:fadeInRight;
    -webkit-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both
}
.portfolio-item .icons .link i {
    color: #fff;
    background: #444;
}
.portfolio-item .icons .preview i {
    color: #444;
    background: #fff;
}

.portfolio-item .icons .preview {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/***************************testimonial section******************************/
#testimonial {
  	background: url(../images/bg/testimonial.jpg);
  	background-repeat: no-repeat;
  	background-size: cover;
  	background-position: center;
  	background-attachment: fixed;
  	padding: 80px 0;
  	color: #fff;
}
#testimonial *{
	color: #fff;
}
#testimonial h4 {
 	color: #fff;
 	margin-bottom: 0;
}
#testimonial small {
  	display: block;
  	margin-bottom: 10px;
  	color: rgba(255, 255, 255, 0.7);
}
#testimonial .btns {
  	margin-top: 10px;
}
.btn-sm{
	background-color: #b29e84;
	border-color: #b29e84;
}

#us{
	padding: 80px 0;
	background-color: #f9f9f9;
}
.progress {
  	-webkit-box-shadow: none;
  	box-shadow: none;
  	background: #eee;
}

.progress-bar {
    background-color: #b29e84;
}
.progress .progress-bar.progress-bar-primary {
  	background-image: -moz-linear-gradient(4deg, #2caab3 0%, #b29e84 100%);
  	background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #b29e84 100%);
  	background-image: -ms-linear-gradient(4deg, #2caab3 0%, #b29e84 100%);
  	-webkit-box-shadow: none;
  	box-shadow: none;
}
.nav.main-tab {
  	background: #eee;
  	border-bottom: 3px solid #b29e84;
  	border-radius: 3px 3px 0 0;
}
.nav.main-tab > li > a {
  	color: #444;
}
.nav.main-tab > li.active > a {
  	background: #b29e84;
  	color: #fff;
}
.nav.main-tab > li:first-child > a {
  	border-radius: 3px 0 0 0;
}
.nav.main-tab > li:last-child > a {
  	border-radius: 0 3px 0 0;
}
.tab-content {
  	border: 1px solid #eee;
  	border-top: 0;
  	padding: 20px 20px 10px;
  	border-radius: 0 0 3px 3px;
}
.panel-default {
  	border-color: #eee;
}
.panel-default > .panel-heading {
  	background-color: #fff;
  	border-color: #eee;
}
.panel-default > .panel-heading .panel-title {
  	font-size: 14px;
  	font-weight: normal;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
 	border-top-color: #eee;
}
.purchase {
  	padding: 80px 0;
  	color: #fff;
  	background: url(../images/bg/purchase-bg.jpg);
  	background-size: cover;
  	background-position: center;
  	background-attachment: fixed;
  	background-repeat: no-repeat;
}
.purchase *{
	color: #fff;
}

.navbar-collapse {
	max-height: 340px;
	background-color:#ede4df;
}
/*Section-testimonial home-bg
==================================================*/
#section-testimonial{
	background: #f9f9f9;
	padding: 50px;
	background-image: url(../images/bg/);
}
.carousel-indicators li {
    display: inline-block;
    width: 11px;
    height: 11px;
}
.carousel-indicators {
    bottom: -25px;
}
.carousel-indicators .active {
    background-color: #b29e84;
}
.carousel-indicators li {
    border-color: #b29e84;
}
#section-testimonial .item img{
	text-align: center;
	margin-left: 300px;
}

#testimonial-carousel{
	width: 63%;
	margin: 0 auto;
	margin-top: -10px;
}
#testimonial-carousel p{
	color: #444;
	font-style: italic;
	margin-bottom: 40px;
}

.client-name{
	color: #444;
	text-transform: uppercase;
	margin-bottom: 50px;
}

.service-box .read-more {
	color: #b29e84;
}

a.main-button, input[type="submit"] {
	background-color: #b29e84;
}


ul.icons-list li i {
	color: #b29e84;
}
.classic-title span {
	border-bottom-color: #b29e84;
}



/******************coming soon page****************/
#coming-soon{
	padding: 50px 0;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
}
#coming-soon *{
	color: #fff;
}
.time-container{
	min-height:300px;
	margin-top:50px;
}
.time-box{
	width:200px;
	height:200px;
	display: table;
	margin:50px auto;
	border: 1px solid #b29e84;
	-webkit-border-radius:100%;
	   -moz-border-radius:100%;
	    -ms-border-radius:100%;
	     -o-border-radius:100%;
	        border-radius:100%;
	
	-webkit-transform:rotate(45deg);
	   -moz-transform:rotate(45deg);
	    -ms-transform:rotate(45deg);
	     -o-transform:rotate(45deg);
	        transform:rotate(45deg);
}
.time-box-inner{
	width:150px;
	height:150px;
	display:table;
	text-align:center;
	-webkit-transform:rotate(-45deg);
	   -moz-transform:rotate(-45deg);
	    -ms-transform:rotate(-45deg);
	     -o-transform:rotate(-45deg);
	        transform:rotate(-45deg);
}

.time-number{
	font-size:60px;
	width:100%;
	display:inline-block;
	font-weight:300;
	padding-top: 45%;
	-webkit-transition:all .25s;
	   -moz-transition:all .25s;
	    -ms-transition:all .25s;
	     -o-transition:all .25s;
	        transition:all .25s;
}
.time-number .digit{
	line-height: 60px;
	display: inline-block;	
	overflow: hidden;
}

.time-name{
	font-size:15px;
	text-transform:uppercase;
	font-weight:700;
}
/*coming soon2*/
.time-box2{
	width:200px;
	height:200px;
	display: table;
	margin:50px auto;
}
.time-box-inner2{
	width:150px;
	height:150px;
	text-align: center;

}
.time-number2{
	font-size: 60px;
	width:100%;
	display:inline-block;
	font-weight:0;
	padding-top: 45%;
	-webkit-transition:all .25s;
	   -moz-transition:all .25s;
	    -ms-transition:all .25s;
	     -o-transition:all .25s;
	        transition:all .25s;
}
.time-number2 .digit{
	line-height: 60px;
	display: inline-block;	
	overflow: hidden;
}

.time-name2{
	font-size: 15px;
	text-transform:uppercase;
	font-weight:700;
}
#coming-soon .btn-small{
	background-color: transparent;
	border: 1px solid #fff;
	padding: 6px;
	color: #fff;
}
#coming-soon .btn-small:hover{
	background-color: #b29e84;
	border: 1px solid #b29e84;
	color: #fff;
}

/*******about pages*************/
#about{
	background: url(../images/bg/about-bg.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #fff;
	padding: 50px;
	margin-bottom: 20px;
}
#about *{
	color: #fff;
}
iframe{
	border: 0;
}


/*****login & register************/
.login{
	padding: 40px;
    margin-left: ;
    outline: none;
    border: 1px solid #eee;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    font: 13px/1.55 'Raleway', sans-serif;
    color: #444;
}
.register{
	padding: 40px;
    margin-left: ;
    outline: none;
    border: 1px solid #eee;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    font: 13px/1.55 'Open Sans', sans-serif;
    color: #444;
}

/******shop****/
#shop_area{
	margin-top: 50px;
}
.product{
	margin-bottom: 40px;
}
.product-image-wrapper {
    border: 1px solid #eee;
    overflow: hidden;
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
}
.product-image-wrapper:hover{
    border: 1px solid #eee;
    background-color: #eee;
    overflow: hidden;
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
}
.single-products {
    position: relative;
}
.productinfo {
    position: relative;
}
.productinfo img {
    margin-bottom: 20px;
}
.productinfo h4 {
    color: #444;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 200;
}
.productinfo del{
	color: #ee3733;
}
.productinfo p {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #444;
    margin-bottom: 10px;
}
span.sale-label {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 4px 16px;
    background-color: #ee3733;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
span.new-label {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 4px 16px;
    background-color: #94c523;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
.shop-intro .fa-truck{
	color: #b29e84;
}
.shop-intro .fa-umbrella{
	color: #ee3733;
}
.shop-intro .fa-credit-card{
	color: #94c523;
}
#product-list{
	margin-top: 25px;
}
/********************cart page*********************/
#cart{
	padding: 50px;
	margin-top: 10px;
	margin-bottom: 30px;
}
.bg-blue{
	background: #b29e84;
	color: #fff;
	border-color: #b29e84; 
}
.table-bordered{
	border-top: 1px solid #b29e84;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
}
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th, 
.table-bordered>thead>tr>td, 
.table-bordered>thead>tr>th{
	border: transparent;
}
input[type="number"]{
	border: 1px solid #ddd;
	border-radius: 0;
}
#cart .jumbotron h4{
	padding: 15px;
}
#cart .jumbotron{
	background: #f9f9f9;
}
/*****************checkout******************/
#checkout{
	padding: 50px;
	margin-top: 30px;
}
#checkout input[type="text"]{
}
#faq{
	padding: 50px;
}