
/* ----------------------------------------------------
	 GLOBAL  STYLES 
------------------------------------------------------- */


html {
	border-top: 20px solid #e4e4e4;
}

body {
	-webkit-font-smoothing: antialiased;

}

a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	color: #333333;
}


a:hover {
	color: #236CF2; /* was #E8E8E8 */
	text-decoration: none;
}

p {
	font-family: 'Roboto', sans-serif;
    font-size: 15px;
	color: #1c1c1c;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: left;
	line-height: 1.7;
	font-weight: 300;
}


h2{
    font-size: 25px;	
	color: #700014;
	margin-top: 20px;
	margin-bottom: 0;
	text-align: left;
 	letter-spacing: 2px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}

h3{
    font-size: 23px;	
	color: #333333;
	margin-top: 20px;
	margin-bottom: 0;
	text-align: left;
 	letter-spacing: 2px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
}


h4{
    font-size: 21px;	
	color: #700014;
	margin-top: 20px;
	margin-bottom: 0;
	text-align: left;
 	letter-spacing: 2px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
}

h5 {
    font-size: 16px;	
	color: #333333;
	margin-top: 20px;
	margin-bottom: 0;
	text-align: left;
 	letter-spacing: 2px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	display: block;
}


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

small{
	color:#1c1c1c;
	}

/* ----------------------------------------------------
	 MENU  STYLES 
------------------------------------------------------- */


.header-on {
	padding: 2em 0;
}

.box {
	position: fixed;
	left: -1200px;
	margin: auto;
	padding: 0;
	z-index: 999999;
	width: 280px;
	background: #333333;
	top: 0;
	height: 100%;
}

.menu_box_list {
	padding: 3em;
}

.menu_box_list ul {
	padding: 1em 0;
}

.menu_box_list ul li {
	list-style: none;
}
.menu_box_list li a{
	color: #fff;
	font-size: 15px;
	display: block;
	padding: 0.5em 0em;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	letter-spacing: 0.1em;
	font-family: 'Roboto', sans-serif;
}

.menu_box_list li a:hover,.menu_box_list ul li.active a {
	color: #8c5453;
}

.menu_box_list h3 {
	color: #fff;
	font-size: 24px;
	margin-bottom: 14px;
}

a.boxclose {
	cursor: pointer;
	text-align: center;
	display: block;
	position: absolute;
	top: 16px;
	right: 48px;
}


/* ----------------------------------------------------
	 HEADER-TOP  STYLES 
------------------------------------------------------- */

.header-top {
	text-align: center;
}

.header-top h1 {
	font-size: 35px;
	letter-spacing: 2px;
	padding: 0.3em 0;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
}

.header-top h1 a {
	text-decoration: none;
	color: #333333;
	font-weight: 500;
}

.header-top .color {
	font-size: 100%;
	color: #8c5453;
	margin-left: 5px;
}

.top-text {
	font-family: 'Roboto', sans-serif;
    font-size: 15px;
	color: #1c1c1c;
	margin-top: 0;
	text-align: center;
	line-height: 1.7;
	font-weight: 300;
}


/* ----------------------------------------------------
	 BUTTON  STYLES 
------------------------------------------------------- */


.btn {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #b1845d;
	margin-top: 0;
	border: none;
	background-color: transparent;	
	padding: 12px 18px;
	-webkit-transition: all .35s; 
	transition: all .35s;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.btn:hover {
	color: #d7ab7b;
	text-decoration: none;
}

.main-btn {
	background-color: transparent;
	color: white;
	border: 3px solid white;
	font-size: 22px;
}

.main-btn:hover {
	background-color: transparent;
	color: white;
	border: 3px solid #CECECE;
}

.project-btn {
	background-color: #fff;
	color: #333333;
	border: 2px solid #333333;
	font-size: 16px;
	margin-top: 7px;
	font-weight: 300;
}

.project-btn:hover {
	background-color: #aa0b26;
	color: #333333;
	border: 2px solid #4F4F4F;
}


/* ----------------------------------------------------
	 BOXES HOME PAGE STYLES
------------------------------------------------------- */

.margin-top{
	margin-top: 67px;
	margin-bottom: 45px;
}


.box-page-wrap {
    position: relative;
}

.box-page-wrap img {
    width: 100%;
}

.box-page-wrap .box-page-inner {
   top: 0;
   background: transparent;
   width: 100%;
   border-radius: 0;
   margin-bottom: 0;
}

.box-page-wrap .box-page-inner h3 {
   margin-bottom: 15px;
   font-size: 21px;
   font-family: 'Roboto', sans-serif;
   letter-spacing: 2px;
   color: white;
   line-height: 1.6;
}

.box-page-wrap .box-page-inner a {
   color: #333333;
   font-size: 15px;
}

.box-page-wrap .box-page-inner a:hover {
	text-decoration: none;
}

.box-page-wrap .box-page-inner p {
   color: #fff;
}

.box-page-wrap .overlay {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   opacity: 0;
   border-radius: 0;
   background: rgba(119, 0, 20, 0.85);
   color: #fff;
   vertical-align: middle;
   -webkit-transition: opacity 500ms;
   -moz-transition: opacity 500ms;
   -o-transition: opacity 500ms;
   transition: opacity 500ms;  
   padding: 30px;
}

.box-page-wrap:hover .overlay {
   opacity: 1;
}

.img-gallery {
   margin-bottom: 32px;
}

.img-gallery1 {
   margin-bottom: 28px;
}

.wrapper {
  position: relative;  
}

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

.wrapper .overlay {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #cbcbcb;
  color: white;
}

.wrapper .overlay h2 {
  color: white;
  margin-top: 0;
  text-align: center;
  font-size: 24px;
  padding: 12px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}


.wrapper1 {
  position: relative;  
}

.wrapper1 img {
  display: block;
  max-width: 100%;
}

.wrapper1 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.15);
  color: white;
}

.wrapper1 .overlay h2 {
  margin-top: 93px;
  text-align: center;
}


.list-inline li {
	font-size: 17px;
	margin-bottom: 6px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}


/* ----------------------------------------------------
	 BIOGRAPHY PAGE STYLES 
------------------------------------------------------- */

.bio-photo {
	margin-bottom: 48px;
}

.bio-photo1 {
	margin-top: 30px;
}

.line{
	font-size: 23px;
	color: #8c5453;
	margin-left: 2px;
	margin-right: 2px;
}

.bio{
	margin-bottom: 0;
}

.bio p {
    font-size: 15px;
	color: #1c1c1c;
	margin-top: 15px;
	margin-bottom: 23px;
	text-align: left;
	line-height: 1.7;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
}


.testimonials-text {
	padding: 4em 0 0 0;
	border-top: 2px solid #e4e4e4;
	margin-top: 50px;
}

.testimonials-text p {
	color: #700014;
	font-size: 15px;
	width: 75%;
	margin: 0 auto;
	line-height: 1.7;
	text-align: center;
	letter-spacing: 0.5px;
	font-family: 'Roboto', sans-serif;
}

.testimonials-text p:before {
	content: url(../images/icon1.png) no-repeat 0px 0px;
	position: absolute;
	left: 17%;
}

.testimonials-text p:after {
	content: url(../images/icon2.png) no-repeat 0px 0px;
	position: absolute;
	right: 17%;
}

.testimonials-text .comp{
    font-size: 25px;	
	color: #333333;
	margin-top: 20px;
	text-align: center;
 	letter-spacing: 2px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	margin-bottom: 60px;
}

.testimonials-text .comp span {
	color: #1c1c1c;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 1px;
	margin-left: 8px;
	text-transform: capitalize;
}


/* ----------------------------------------------------
	 NEWS PAGE STYLES 
------------------------------------------------------- */


.news-info-left {
	width: 50%;
	float: left;
}
.news-info-right {
	width: 50%;
	float: left;
	padding: 1.5em 1.5em;
	font-family: 'Roboto', sans-serif;
}

.news-info-right h3 {
	color: #700014;
	font-size: 22px;
	line-height: 1.5;
	text-transform: uppercase;
}

.news-info-right .date{
	color: #333333;
	font-size: 15px;
	display: block;
	margin-top: 0;
	padding-bottom: 7px;
}

.news-info-right p {
	color: #333333;
	font-size: 15px;
}

.news1-info-left {
	width: 50%;
	float: left;
}
.news1-info-right {
	width: 50%;
	float: left;
	padding: 1.5em 1.5em;
	font-family: 'Roboto', sans-serif;
}

.news1-info-right h3 {
	color: #700014;
	font-size: 22px;
	line-height: 1.5;
	text-transform: uppercase;
}

.news1-info-right p {
	color: #333333;
	font-size: 15px;
}

.news1-info-right .date{
	color: #333333;
	font-size: 15px;
	display: block;
	margin-top: 0;
	padding-bottom: 7px;
}


.news2-info-left {
	width: 50%;
	float: left;
	padding: .25em 3em;
	font-family: 'Roboto', sans-serif;
}
.news2-info-right {
	width: 50%;
	float: left;
	padding: .25em 3em;
	font-family: 'Roboto', sans-serif;
}

.news2-info-right h3 {
	color: #700014;
	font-size: 22px;
	line-height: 1.5;
	text-transform: uppercase;
}

.news2-info-right p {
	color: #333333;
	font-size: 15px;
}

.news2-info-right .date{
	color: #333333;
	font-size: 15px;
	display: block;
	margin-top: 0;
	padding-bottom: 7px;
}

.news2-info-left h3 {
	color: #700014;
	font-size: 22px;
	line-height: 1.5;
	text-transform: uppercase;
}

.news2-info-left p {
	color: #333333;
	font-size: 15px;
}

.news2-info-left .date{
	color: #333333;
	font-size: 15px;
	display: block;
	margin-top: 0;
	padding-bottom: 7px;
}

.news3-info-left {
	width: 50%;
	float: left;
}
.news3-info-right {
	width: 50%;
	float: left;
	background: #a02c2c;
	padding: 4.6em 3em;
	font-family: 'Roboto', sans-serif;
}

.news3-info-right h3 {
	color: #fff;
	font-size: 22px;
	line-height: 1.5;
	text-transform: uppercase;
}

.news3-info-right p {
	color: white;
	font-size: 15px;
}

.news3-info-right .date {
	color: #fff;
	font-size: 15px;
	display: block;
	margin-top: 15px;
	padding-bottom: 7px;
}

.news-top {
	margin-top: 25px;
	margin-bottom: 48px;
}


.news-bottom {
	margin-top: 35px;
}


/* ----------------------------------------------------
	 GALLERY PAGE STYLES 
------------------------------------------------------- */


.gallery-box:hover span.rollover1 {
	background: rgba(255, 255, 255, 0.80);
	cursor: pointer;
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
	z-index: 10000;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.gallery-box {
	padding: 0;
	width: 33.333%;
	float:left;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	margin: 0;
	position: relative;
}

.section.group {
	margin: 0% 0 0% 0;
}

.gallery-box img {
	width: 100%;
}

.gallery-bottom {
	margin-top: 80px;
}


/* ----------------------------------------------------
	 PROJECT DESCRIPTION PAGE STYLES 
------------------------------------------------------- */

.project {
	margin-bottom: 0;
}

.project-text {
	font-size: 15px;	
	color: #333333;
	margin-top: 22px;
	margin-bottom: 12px;
	text-align: left;
 	letter-spacing: 2px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}

.project-text .inner{
	font-size: 15px;	
	color: #333333;
	margin-top: 7px;
	margin-bottom: 0;
	text-align: left;
 	letter-spacing: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	display: inline;
}


.project-text1 {
	font-size: 15px;	
	color: #333333;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
 	letter-spacing: 2px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}

.project-text1 .inner{
	font-size: 15px;	
	color: #333333;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
 	letter-spacing: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	display: inline;
}

.line-project {
	font-size: 23px;
	color: #8c5453;
	margin-left: 2px;
	margin-right: 2px;
}

.project-img {
	margin-top: 30px;
}


.project-photo {
	margin-bottom: 48px;
}

.project-top {
	margin-top: 18px;
}

.project-top1 {
	margin-top: 32px;
}

.hr1 {
	border-bottom: 2px solid #e4e4e4;
	display: block;
	width: 100%;
	margin: auto;
	margin-bottom: 60px;
}

.projectdesc-info-left {
	width: 50%;
	float: left;
}
.projectdesc-info-right {
	width: 100%;
	float: left;
	background: #5c855b;
	padding: .5em;
}

#white-label{
	color: #ffffff;
	}

.projectdesc-info-right2 {
	width: 100%;
	float: left;
	background: #DCDCDC;
	padding: 1em;
}	

#catagories{
	padding-right: 15px;
	}

.projectdesc-info-right h3 {
	color: #fff;
	font-size: 22px;
	line-height: 1.5;
	text-transform: uppercase;
}

.projectdesc-info-right p {
	color: white;
	font-size: 18px;
}


/* ----------------------------------------------------
	 CONTACT PAGE STYLES 
------------------------------------------------------- */
#paypal{
	text-align: center;
	}

#map-canvas {
	height: 400px;
	width: auto;
	margin-bottom: 45px;
}

.contact {
	margin-bottom: 0;
}

.line-c {
	font-size: 21px;
	color: #770014;
	margin-left: 2px;
	margin-right: 2px;
}

.text-contact {
    font-size: 15px;	
	color: #1c1c1c;
	margin-top: 12px;
	margin-bottom: 0;
	text-align: left;
 	letter-spacing: 2px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

.contact-top {
	margin-top: 25px;
}


.contact .text {
    font-size: 20px;	
	color: #333333;
	margin-top: 20px;
	margin-bottom: 0;
	text-align: center;
 	letter-spacing: 2px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	text-transform: lowercase;
}

.contact-form {
   margin-top: 3em;
   font-family: 'Roboto', sans-serif;
}

.contact form input[type="text"]{
   width: 100%;
   padding: 10px 14px;
   border: 2px solid #770014;
   font-size: 15px;
   margin-bottom: 1em;
   color: #333333;
   outline: none;
}
.contact form textarea {
  width: 100%;
  padding: 10px 14px;
  border: 2px solid #770014;
  font-size: 15px;
  color: #333333;
  outline: none;
  resize: none;
  height: 213px;
}

.contact form input[type="submit"] {
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  outline: none;
  border: 2px solid #333333;
  padding: 0.5em 2em;
  background: #770014;
  margin-top: 15px;
  margin-bottom: 35px;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.contact form input[type="submit"]:hover{
  background: #aa0b26;
}

.hr {
	border-bottom: 2px solid #e4e4e4;
	display: block;
	width: 100%;
	margin: auto;
	margin-bottom: 40px;
}

/* ----------------------------------------------------
	 FOOTER  STYLES 
------------------------------------------------------- */

.footer {
	padding: 0em 0 2em;
	border-top: 2px solid #e4e4e4;
}
.footer p {
	font-size: 15px;
	color: #1c1c1c;
	padding: 0.5em 0 0;
	text-align: center;
	margin-top: 50px;
}

.footer .icons {
	text-align: center;
	margin-top: 26px;
}

.footer .icons a {
	color: #cbcbcb;
}

.footer .icons a:hover {
	color: #700014;
}

.footer .icons-left {
	margin-left: 8px;
}


/* ----------------------------------------------------
	 RESPONSIVE  STYLES 
------------------------------------------------------- */


@media(max-width:1280px){	

.testimonials-text p:before {
	left: 10%;
}
.testimonials-text p:after {
	right: 10%;
}

}


@media(max-width:1024px){	

.news-info-left{
	width:100%;
	float: none;
}

.news-info-right{
	width: 100%;
	float: none;
}

.news1-info-left {
	width: 100%;
	float: none;
}

.news1-info-right {
	width: 100%;
	float: none;
}

.news2-info-left {
	width: 100%;
	float: none;
}
.news2-info-right {
	width: 100%;
	float: none;
}

.news3-info-left {
	width: 100%;
	float: none;
}

.news3-info-right {
	width: 100%;
	float: none;
}

.wrapper1 .overlay h2 {
  margin-top: 63px;
}

.projectdesc-info-left {
	width: 100%;
	float: none;
}

.projectdesc-info-right {
	width: 100%;
	float: none;
}

}

@media(max-width:800px){	

.wrapper1 .overlay h2 {
  margin-top: 40px;
}

.header-top h1 {
	font-size: 31px;
}

.header-top {
	margin-top: 20px;
}

.bio-photo1 {
	margin-top: 50px;
}

.bio {
	margin-bottom: 40px;
}

.contact {
	margin-bottom: 40px;
}

.project {
	margin-bottom: 40px;
}

.box-page-wrap .box-page-inner h3 {
   font-size: 18px;
   margin-top: -2px;
   margin-bottom: 8px;
}

}

@media(max-width:768px){

.testimonials-text p:before {
	left: 10%;
}
.testimonials-text p:after {
	right: 10%;
}

}

@media(max-width:600px){	

.wrapper1 .overlay h2 {
  margin-top: 130px;
}

.testimonials-text p:before {
	left: 7%;
}
.testimonials-text p:after {
	right: 7%;
}

.gallery-box {
  width: 100%;
}

}


@media(max-width:400px){

.header-top h1 {
	font-size: 25px;
}

.header-on {
	padding: 1.5em 0;
}

.wrapper1 .overlay h2 {
  margin-top: 65px;
}

}