#header.full-header #primary-menu > ul {
    float: left;
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}

.heading-block {
	margin-top: 40px;
}

.content-wrap {
	padding: 0 !important;
}

.boxed-slider {
	padding-top: 0 !important;
}

/* copyrights styles */
#copyrights {
    padding: 10px 0 !important;
}

#copyrights .container .col_full{
	margin-bottom: 0;
}

/*about us image */
.img-hight-auto {
	height: auto !important;
}
#logo {
	border-right: none !important;
}

#header.sticky-header:not(.static-sticky), #header.sticky-header:not(.static-sticky) #header-wrap, #header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo img {
    height: 60px !important;
}

.product-image .product-overlay a {
    width: 100% !important;
}
.portfolio-overlay a {
    margin: -15px 0px 0px -20px;
}

/* main slider styles section */
.banner-heading{
    text-shadow: 2px 2px 2px #333;
    font-weight:normal;
}

.banner-description{
	background: #fff;
    opacity: 0.6;
    padding: 10px 20px;
    color: #333;
}

.owl-carousel-text .slider-text {
    position: absolute; 
    /*left: 35%; */
    width: 100%;
    bottom: 60px; 
    color: #fff;
}
.owl-carousel-text .slider-text > h3 {
	color: #fff; 
	font-size: 40px;
}
.owl-carousel-text .slider-text > span {
	font-size: 18px;
}
/* On screens that are 992px wide or less */
@media screen and (max-width: 992px) {
	.owl-carousel-text .slider-text > h3 {
		color: #fff; 
		font-size: 30px;
	}
	.owl-carousel-text .slider-text > span {
		font-size: 16px;
	}
}

/* On screens that are 600px wide or less, the background color is olive */
@media screen and (max-width: 600px) {
    .owl-carousel-text .slider-text > h3 {
		color: #fff; 
		font-size: 20px;
	}
	.owl-carousel-text .slider-text > span {
		font-size: 14px;
	}
}
/* main slider styles section end */

/* services section */

.feature-box .fbox-desc .subtitle {
    display: block;
    margin-top: 5px;
    color: #444;
    font-weight: 300;
    text-transform: none;
    font-size: 16px;
    letter-spacing: 1px;
}
.fbox-desc > h3 {
	height:100%;
	min-height: 50px;
}

/*read more */
.sidebar-box { 
	/*float: left; 
	width: 250px;
	margin: 0 20px 20px 0;*/
	margin: 0;
	text-align: justify;
}
.sidebar-box {
	max-height: 100px;
	position: relative;
	/*padding: 20px;*/
	overflow: hidden;
}
.sidebar-box .read-more { 
	position: absolute; 
	bottom: 0; left: 0;
	width: 100%; 
	text-align: center;  
	margin: 0; 
  color: #FFF;
	/*padding: 30px 0 30px 0; */
	
	/* "transparent" only works here because == rgba(0,0,0,0) */ 
	/*background-image: -moz-linear-gradient(top, transparent, black);*/
		/*background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, transparent),color-stop(1, white));*/
}
.sidebar-box > p {
	margin-top: 0 !important;
}
.read-more-button {
   /*border-top: 1px solid #fff;*/
   display:block;
   
/*
   background: #ff80d5;
   background: -webkit-gradient(linear, left top, left bottom, from(#f710aa), to(#ff80d5));
   background: -moz-linear-gradient(top, #f710aa, #ff80d5);
*/
   padding: 12px 0;
  /* -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;*/
   
   
   /* overboard shadows for Opera (and why spec version listed first) */
   /*box-shadow: rgba(0,0,0,1) 0 1px 0, rgba(0,0,0,90) 0 0 10px, rgba(0,0,0,90) 0 0 20px, rgba(0,0,0,90) 0 0 30px;*/
   
   /*-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0*/,1) 0 1px 0;
   
/*
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
*/
   /*color: white;*/
   font-size: 11px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
}
.read-more-button:hover {
   /*border-top-color: #fff;*/
/*
   background: #f710aa;
*/
   color: #ccc;
}
.read-more-button:active {
   /*border-top-color: #fff;*/
/*
   background: #f710aa;
*/
}
/* services section end */ 

.slider-caption{
	padding:10px 20px;
	background:#fff;
	opacity:0.6;
}

.feature-box.media-box p{
	margin-top:0;
}

.feature-box p{
	margin-top:0;
}

.sm-form-control{
	font-size:14px;
	letter-spacing:1px;
}

.product-title{
	text-transform:uppercase;
	letter-spacing:1px;	
	margin: 0;
}

.product-title h3{
	font-size:16px;
}

.product-price{
	color:#999;
	font-size:15px;
}

.portfolio-desc h3{
	text-transform:uppercase;
	letter-spacing:1px;	
	margin: 0;
	font-size:16px;
}

.read-more-text:hover{
	color:#333;
}

.testimonial-full .testi-content{
	font-size:20px;
}

@media (max-width: 900px){
	#contact-form-overlay{
		width:90% !important;
	}
}
.border-form-control {
	border-top: transparent;
    border-right: transparent;
    border-left: transparent;
    border-bottom:1px solid #ddd;
}
