/*
  Theme Name: Pithree - Press Construction Business HTML5 Template 
  Theme URL: http://themewar.com/html/pithree
  Author: ThemeWar
  Author URI: http://themewar.com
  Description: Martin - Multipurpose Responsive HTML5 Template
  Version: 1.0.0
*/

/*=======================================================================
[Table of contents]
=========================================================================
1. Fonts
2. Normalization
3. Section setup
4. Margin and padding setup
==========================================================================*/

/*=======================================================================
// Fonts
=========================================================================*/



/* Normalization */
htm, body {
	color: #848484;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
}
a {
	color: #222222;
	transition: all ease 500ms;
	-moz-transition: all ease 500ms;
	-webkit-transition: all ease 500ms;
	-ms-transition: all ease 500ms;
	-o-transition: all ease 500ms;
}
a:hover {
	text-decoration: none;
	color: #dc251f;
}
a:focus {
	outline: 0;
	text-decoration: none;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
button {
	border: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	color: #000000;
	line-height: .8;
	font-family: 'Lato', sans-serif;
	margin: 0;
}
/*=======================================================================
//  Margin and padding setup
=========================================================================*/
.noPadding {
	padding: 0px;
}
.noPaddingBottom {
	padding-bottom: 0px !important;
}
.noPaddingLeft {
	padding-left: 0px !important;
}
.noPaddingRight {
	padding-right: 0px !important;
}
.noMarginBottom {
	margin-bottom: 0px !important;
}
.noMarginRight {
	margin-right: 0px !important;
}
.noPaddingTop {
	padding-top: 0px !important;
}
/*=======================================================================
// Pithree Button
=========================================================================*/
.pithreeBtn {
	background: #dc251f;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	height: 50px;
	line-height: 0.8;
	padding: 18px 30px;
	text-transform: capitalize;
}
.pithreeBtn:hover {
	color: #fff;
	background: #333;
}
.pithreeBtn.bgwhite {
	background: #fff;
	color: #000000;
}
.pithreeBtn.bgwhite:hover {
	background: #333;
	color: #fff;
}
/*=======================================================================
// Section SetUp
=========================================================================*/
.commonSection {
	padding: 75px 0;
	position: relative;
}
.bggray {
	background: #f0f0f0;
}
.overlay85:before {
	background: rgba(44, 62, 80, .85);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 100%;
}
.commonHeadding {
}
.commonHeadding h2 {
	font-size: 28px;
	line-height: .8;
	color: #fff;
	margin-bottom: 45px;
	position: relative;
}
.commonHeadding.black h2 {
	color: #2c3e50;
}
.commonHeadding h2::after {
	background: #dc251f;
	content: "";
	height: 2px;
	position: absolute;
	width: 60px;
	left: 0;
	right: 0;
	margin: auto;
	top: 47px;
}
.commonHeadding p {
	font-size: 18px;
	line-height: 36px;
	color: #fff;
}
.commonSectionTitle {
	margin-bottom: 60px;
}
.commonSectionTitle h2 {
	font-size: 28px;
	color: #2c3e50;
	position: relative;
	padding-bottom: 25px;
}
.commonSectionTitle h2:after {
	width: 60px;
	height: 2px;
	background: #dc251f;
	content: '';
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
}
.commonSectionTitle.two {
	margin-bottom: 40px;
}
.event-date {
	text-align: center;
	font-size: 19px;
	margin: 15px 0px;
}
.event-date h2 {
	margin-bottom: 10px;
	font-size: 24px;
}
.event-date h2 span {
	color: #203F7D;
}
.event-date hr {
	margin: 0px;
	width: 100%;
	padding: 0px;
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(96,96,96,1) 50%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(96,96,96,1) 50%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(96,96,96,1) 50%, rgba(255,255,255,0) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1 );
	height: 2px;
	border: 0px solid #ffffff;
	margin: 20px 0px 5px 0px;
}
h1.heading {
	background: #B51B1B;
	padding: 16px;
	margin: 0px 0px 12px 0px;
	width: auto;
	font-size: 24px;
	color: #ffffff;
	line-height:30px;
}
.socialtouch {
	background:#B51B1B;
	padding: 15px 0px;
	font-size: 22px;
	color: #ffffff;
}
.socialtouch h3 {
	font-size: 20px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	padding-top: 11px !important;
}
.carousel-control {
	background: rgba(0, 0, 0, .3);
	border-radius: 2px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	top: 45%;
	line-height: 37px;
}
.carousel-control:hover {
	background: #dc251f;
}
.demo-gallery > ul {
	margin-bottom: 0;
}
.demo-gallery > ul > li {
	float: left;
	margin-bottom:30px;
}
.demo-gallery > ul > li a {
	border: 3px solid #FFF;
	border-radius: 3px;
	display: block;
	overflow: hidden;
	position: relative;
	float: left;
}
.demo-gallery > ul > li a > img {
	-webkit-transition: -webkit-transform 0.15s ease 0s;
	-moz-transition: -moz-transform 0.15s ease 0s;
	-o-transition: -o-transform 0.15s ease 0s;
	transition: transform 0.15s ease 0s;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	height: 100%;
	width: 100%;
}
.demo-gallery > ul > li a:hover > img {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
	opacity: 1;
}
.demo-gallery > ul > li a .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.1);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: background-color 0.15s ease 0s;
	-o-transition: background-color 0.15s ease 0s;
	transition: background-color 0.15s ease 0s;
}
.demo-gallery > ul > li a .demo-gallery-poster > img {
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
}
.demo-gallery > ul > li a:hover .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .justified-gallery > a > img {
	-webkit-transition: -webkit-transform 0.15s ease 0s;
	-moz-transition: -moz-transform 0.15s ease 0s;
	-o-transition: -o-transform 0.15s ease 0s;
	transition: transform 0.15s ease 0s;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	height: 100%;
	width: 100%;
}
.demo-gallery .justified-gallery > a:hover > img {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
	opacity: 1;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.1);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: background-color 0.15s ease 0s;
	-o-transition: background-color 0.15s ease 0s;
	transition: background-color 0.15s ease 0s;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .video .demo-gallery-poster img {
	height: 48px;
	margin-left: -24px;
	margin-top: -24px;
	opacity: 0.8;
	width: 48px;
}
.demo-gallery.dark > ul > li a {
	border: 3px solid #04070a;
}
.home .demo-gallery {
	padding-bottom: 80px;
}





.testimonial{
	margin-bottom:30px;
}
.testimonial .client-quote {
	background:#f3f3f3;
	font-size:14px;
	font-weight:300;
	color:#737373;
	line-height:26px;
	padding:24px 35px 35px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	margin-bottom:12px;
	position:relative;
}
.testimonial .client-quote:after {
	content:"";
	position:absolute;
	border-top:7px solid #f3f3f3;
	border-left:7px solid transparent;
	border-bottom:7px solid transparent;
	border-right:7px solid transparent;
	bottom:-13px;
	left:75px;
}
.testimonial .client-quote blockquote {
	padding:0;
	font-size:14px;
	border:none;
	margin-top:15px;
	font-style:normal;
	margin:0;
}
.testimonial .client-quote .fa {
	margin-right:10px;
	font-size:50px;
	color:#ccc;
}
.testimonial .info-testimonial {
	padding-left:35px;
}
.testimonial .client-avatar {
	float:left;
	width:80px;
	height:80px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
	margin-right:20px;
	vertical-align:top;
}
.testimonial .client-info {
	display:block;
	max-width:75%;
	padding-top:20px;
	padding-left:0px;
}
.testimonial .client-name {
	font-size:16px;
	color:#000000;
	display:block;
}
.testimonial .client-position {
	font-size:12px;
	color:#bbbbbb;
	display:block;
	margin-bottom:5px;
	line-height:normal;
}
.testimonial .client-website a {
	font-size:12px;
	color:#fd4326;
	display:block;
	text-decoration:none;
	line-height:normal;
}


/* CSS used here will be applied after bootstrap.css */

    /* START TREE MENU */

   /* START TREE MENU */

ul.treeMenu {
	margin-left: 0px;
	font-size: 11pt;
}
.treeMenu li {
	padding: 0 0 10px 10px;
	color: #dc251f;
	margin-left: 50px;
	list-style-type: none;
	cursor: pointer;
}
.treeMenu li ul {
	display: none;
	margin-top: 10px;
	margin-left: -25px;
}
.treeMenu > li > ul > li {
	border-left: 1px dotted #cccccc;
}
.treeMenu li a {
	color: #333333;
	font-weight: normal;
}
.treeMenu li a i{
	color: #333333;
}
.treeMenu li a:hover {
	color: #dc251f;
}
.treeMenu li a.selectedDoc {
	background-color: #e3e3e3;
}
.treeMenu li span.pipe {
	color: #cccccc;
}