@charset "utf-8";
/* CSS Document */

@font-face {
font-family: RobotoMedium;
src: url(designer-fonts/Roboto-Medium.ttf);
}
 @font-face {
font-family: RobotoLight;
src: url(designer-fonts/Roboto-Light.ttf);
font-weight:normal;
}
 @font-face {
font-family: RobotoBold;
src: url(designer-fonts/Roboto-bold.ttf);
font-weight:normal;
}
.thumbnail {
	width: 100%;
}
.thumbnail img {
	width:100%;
	height:auto;
}
.thumbnails p {
	text-align: center;
	padding: 10px;
}
#owl-demo .item {
	/* padding: 30px 0px;*/
        margin: 10px;
	color: #FFF;/* -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        text-align: center;*/
    }
.customNavigation {
}
.customNavigation a {
	-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);
}
.feature_box {
	/* min-height: 495px;*/
    /*box-shadow: rgba(0, 0, 0, 0.1) 4px 3px 5px 0px;*/
	margin-bottom: 43px;
	background: rgb(255, 255, 255);
	transition: all 0.3s ease;
}
.feature_box img {
	width: 100%;
}
.feature_box:hover .feature_content h4 {
	color: rgb(0, 0, 0);
}
.feature_box .feature_content h4 {
	color: rgb(69, 69, 69);
	margin-bottom: 21px;
	padding-bottom: 25px;
	text-align: center;
	font: 300 26px/31px 'Open Sans', sans-serif;
	border-bottom: 1px solid rgb(237, 237, 237);
	transition: all 0.2s ease;
}
h4 {
	color: rgb(84, 77, 74);
	text-align: center;
	margin-bottom: 23px;
	margin-top: 0px;
	font: 300 33px/40px 'Open Sans', sans-serif;
}
.feature_box:hover .feature_content p {
	color: rgb(172, 172, 172);
}
.feature_box .feature_content p {
	color: rgb(0, 0, 0);
	margin-bottom: 8px;
	font: 300 14px/22px 'Open Sans', sans-serif;
	transition: all 0.2s ease;
}
.feature_box .feature_content {
	padding: 34px 52px 41px 49px;
}
.title h1 {
	color: rgb(84, 77, 74);
	text-align: center;
	margin-bottom: 23px;
	margin-top: 0px;
	font: 300 33px/40px 'Open Sans', sans-serif;
}
.feature_box {
	/*min-height: 495px;*/
    /*box-shadow: rgba(0, 0, 0, 0.1) 4px 3px 5px 0px;*/
	margin-bottom: 0px;
	background: rgb(255, 255, 255);
	transition: all 0.3s ease;
	border:1px solid #dedede;
	padding:3px
}
.feature_box img {
	width: 100%;
}
.feature_box:hover .feature_content h4 {
	color: rgb(0, 0, 0);
}
.feature_box .feature_content h4 {
	color: rgb(69, 69, 69);
	margin-bottom: 21px;
	padding-bottom: 25px;
	text-align: center;
	font: 300 26px/31px 'Open Sans', sans-serif;
	border-bottom: 1px solid rgb(237, 237, 237);
	transition: all 0.2s ease;
}
h4 {
	color: rgb(84, 77, 74);
	text-align: center;
	margin-bottom: 23px;
	margin-top: 0px;
	font: 300 33px/40px 'Open Sans', sans-serif;
}
.feature_box:hover .feature_content p {
	color: rgb(172, 172, 172);
}
.feature_box .feature_content p {
	color: rgb(0, 0, 0);
	margin-bottom: 8px;
	font: 300 14px/22px 'Open Sans', sans-serif;
	transition: all 0.2s ease;
}
.feature_box .feature_content {
	padding: 34px 52px 41px 49px;
}
.title h1 {
	color: rgb(84, 77, 74);
	text-align: center;
	margin-bottom: 23px;
	margin-top: 0px;
	font: 300 33px/40px 'Open Sans', sans-serif;
}
.padd-0 {
	padding:0px !important;
}
