/*
Theme Name: Maxter
Version: 1.0
Theme URI: http://www.communityengine.com
Description: Nice and sleek responsive design for Live4
Author: Community Engine
Author URI: http://www.communityengine.com
*/
/*@import url("assets/css/reset.css");*/

a, h5, h4, p{
	/*font-family: 'Roboto Slab', serif;*/
}
@font-face {
	font-family: "OptimusPrinceps";
	src: url('assets/fonts/optimusprinceps/OptimusPrinceps.ttf'),

	url('assets/fonts/optimusprinceps/OptimusPrincepsSemiBold.ttf') format('ttf');	
}


/* For Home Page */

body {
	background: url('assets/images/background.jpg');
}
.home-slider {
	margin-top: -30px;
}
.home-slider img {
	width: 100%;
}

.menu_section {
	margin-top: 30px;

}

.menu_section li {
	margin-right: 7px;
	list-style-type: square !important;
}
.menu_section a {
	text-transform: uppercase;
	color: #000;
	font-size: 14px;
	font-weight: 550;
}

.menu_section a:after{
	content: "\f111";
	font-family: FontAwesome;
	padding-left: 33px;
    font-size: 8px;
    color: #fff !important;
}

.menu_section .current-menu-item a {
	color: #fff !important;
}

.menu_section li a:hover {
	background: none !important;
	color: #fff;
}
.post_type_wrap {
	margin-top: 30px;
	margin-bottom: 30px;
	border-bottom: 0px;
}

.post_type_wrap li a{	
	margin-right: 30px;
}
.post_type_wrap li a{	
	padding: 10px 30px;
	border-radius: 0px;
	color: #000;
	text-transform: uppercase;
	border: 0px !important;
}
.post_type_wrap li a:hover {
	background: #000 !important;
	color: #fff !important;
	border: 0px !important;
}

.post_type_wrap .active a {
	background: #000 !important;
	color: #fff !important;
	border: 0px !important;
}

.no_pad {
	padding: 0px !important;
}

.each_post {
	position: relative;
}

.each_post img {

}

.each_post .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #0000008c;
	overflow: hidden;
	width: 100%;
	height: 100%;
	-webkit-transform:scale(0);
	transition: .3s ease;
}

/* When you mouse over the container, the overlay text will "zoom" in display */
.each_post:hover .overlay {
	transform: scale(1)
}

/* Some text inside the overlay, which is positioned in the middle vertically and horizontally */
.each_post .text {
	color: white;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}

.view-all-btn {
	background: #da8a35;
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	width: 100%;
	border-radius: 0px !important;
	padding: 10px 10px !important;
}

#contactt .form-control {
	background: none !important;
	border: 1px solid #000 !important;
	border-radius: 0px !important;
	margin-bottom: 20px !important;
	padding: 20px 0px;
    height: 100%;
}

#contactt h4{
	margin: 30px auto !important;
	font-weight: bold;
}


#contactt label {
	font-weight: normal !important;
}

#contactt .submit-btn {
	text-align: center;
	background: #000;
	color: #f5f5f5;
	padding: 10px 30px;
	border-radius: 0px;
	border: 0px;
}

.home_content_wrap {
	margin-top: 60px;
	line-height: 2em;
	font-size: 13px;
	color: #000;
}

.footer_wrap {
	background: #414143;
	padding: 50px !important;
	color: #fff !important;
	margin-top: 100px;
}

/*template  service page */

.top-header {
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 14px;
	padding-bottom: 5px;
	/*margin-top: -13px;*/
}

.banner_wrap {
	position: relative;
}
.breadcrumb {
	position: absolute;
	bottom: 100px;
    right: 120px;
    background: none;
    color: #fff;

}
.each_service {
	margin-bottom: 20px;
}
.each_service h3 {
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	height: 60px;
}
.each_service img {
	border: 2px solid #000;
}

.each_service p {
	padding: 10px 0px;
	line-height: 2em;
	text-align: center;
}

.success {
	color: #fff200;
    background-color: #414143;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    margin-top: 50px;
    display: none;
}
#contactt .invalid, #contactt .error {
	border: 2px solid red !important;
}

/* Template Gallery */

.gallery-title {
	text-align: center;
    margin: 50px auto;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #555;
}
