﻿/*!
 * style.css
 *
 * Additional Styles for Acode
 */

/*#wrapper { 
	width: 1300px; 
	margin: 10px auto; 
	position: relative;
	background:#f2f2f1; 
	box-shadow: 0 0 6px rgba(0,0,0,0.9); 
	-moz-box-shadow: 0 0 6px rgba(0,0,0,0.9); 
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.9); 
}*/
/*@media (min-width: 1200px) {
  .span12, .container {
    width: 980px;
  }
}
*/
@media only screen and (max-width: 767px)  {
	body{
		padding-left: 0px;
		padding-right: 0px;
		overflow-x:hidden !important; 
	}
	.container{
		padding-left: 15px;
		padding-right: 15px;
	}
}
.divl {
	width:400px;
	float:left
}

.divl_last {
	width:400px;
	float:right
}


html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}



body {
	background:#f2f2f1;
/*	background:url('assets/img/patterns/wood_pattern.png') #CCC;*/
	font-family: "Open Sans",sans-serif;
	font-size: 13px; 
	line-height: 21px;
    padding:0px !important; 
    margin:0px !important;
	 -webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;

}

h1,h2,h3,h4,h5,h6 { 	
	font-family: "Open Sans",sans-serif; 
	font-weight: normal; 
    color: #1D1F21;
    padding: 0;
    text-rendering: optimizelegibility;
}

h3{
	font-size: 20px;
}

a
{
	text-decoration: none;
	 outline: none !important;
	color:#444;
}
a:hover
{
	text-decoration: none;
	color:#055695;
}
p 
{
 margin-bottom: 20px;
 font-size: 13px;
 color: #5D6166;
}



.main h1 { margin:30px 0;}
.main h2 { margin:30px 0;}
/*Header Area Repeatable and Customizable Elemnts*/
.introline
{
	width: 100%;
	height: 3px;
	background: #055695;
	
}
.main_header
{
	width: 100%;
	height: 150px;
	padding-top: 10px;
	background:#FFF;
	background: -moz-linear-gradient(top,  #F7F7F7 1%, #FFFFFF 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#F7F7F7), color-stop(100%,#FFFFFF)); 
	background: -webkit-linear-gradient(top,  #F7F7F7 1%,#FFFFFF 100%); 
	background: -o-linear-gradient(top,  #F7F7F7 1%,#FFFFFF 100%); /
	background: -ms-linear-gradient(top,  #F7F7F7 1%,#FFFFFF 100%); 
	background: linear-gradient(to bottom,  #F7F7F7 1%,#FFFFFF 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F7F7F7', endColorstr='#FFFFFF',GradientType=0 );

    border-top: solid 1px #FFF;
}
.logo
{
	margin-top:0px;
}
.sub_header
{
	width: 100%;
	min-height: 51px;
    background: #EFF1F2; /* Old browsers */
	border-top: solid 1px #DFDFDF;
	border-bottom: solid 1px #fff;
}
.promo_area
{
	min-height: 401px;
/*	background:url('assets/img/patterns/green-fibers.png') #393737;*/
    background: #1E1E1E; 
	/*background-image:url('assets/img/glow.png'),url('assets/img/patterns/bg2.jpg');*/
	background-position:  center top, left;
	background-repeat: no-repeat,repeat;
	border-bottom: solid 4px #CCC;
	margin: 0 auto;
	clear: both;
		box-shadow: inset 0 5px 5px rgba(0,0,0,0.3);
}
.sub_promo_area
{
	min-height: 50px;
	background:url('assets/img/glow_2.png') center top repeat,#055695;
	border-bottom: solid 4px #CCC;
	margin-bottom: 15px;
	box-shadow: inset 0 5px 5px rgba(0,0,0,0.3);
}
.sub_promo_area h3 { color: #FFF; font-weight: 600; text-shadow: 1px 1px 1px #000;}
.social_icons
{
	margin: 4px 0px 0 0;
	padding: 0;
	list-style: none;
	float: right;
}
.social_icons li
{
	float: right;
	padding: 10px 0px 10px 10px;
}


/*---Promo boxes --*/
.iconed-box
{
  background: #FFF;
  border-radius: 5px;
  min-height: 40px;
  padding:15px 10px;
  text-align: center;
  border-bottom: 2px solid #DFDFDF;
}
.iconed-box h4
{
	margin:15px 0;
}

/*-----------------------------------------------------------------*/
/*----------------Texture styled heading-----------------------*/
/*-----------------------------------------------------------------*/
.center-heading
{
    background: url('assets/img/main_head_bg_penta.png') left center repeat-x;
    text-align: center;
    color: #444;
    margin-bottom: 10px;
    font-family: "Open Sans",sans-serif;
    text-rendering: optimizelegibility; 
    font-weight: 300;
}
.center-heading span
{
	background:#F2F2F1;
	padding: 0 15px;
	border-right: solid 1px #D1D1D1;
	border-left: solid 1px #D1D1D1;
	text-transform: uppercase;
	font-size: 16px; 
	font-weight: 600;
}

.left-heading
{
    background: url('assets/img/main_head_bg_penta.png') left center repeat-x;
    text-align: left;
    color: #444;
    margin-bottom: 10px;
    font-weight: 600;
}
.left-heading span
{
	background:#F2F2F1;
	padding: 0 10px;
	margin-left: 0px; 
	text-transform: uppercase;
	font-size: 16px;
	    color: #444;
	    border-right: solid 1px #D1D1D1;
	    border-left: solid 1px #D1D1D1;
}


.promotion
{
	width: 90%;
	margin:0 auto;
	padding: 5px;
	background: #FFF;
	border-radius:3px;
}

/*--------------Testimonials Boxs-------*/
#testimons
{
  min-height: 210px;
}
.testimonial_container
{
	width:100%;
	min-height: 50px;
	margin-top:40px;
	float: right;
	background: #fff;
	border-bottom: solid 2px rgba(0,0,0,0.2);
	border-radius: 3px;
}
.testimonial_left
{
 width: 40%;
 float: left;
 text-align: center;

}
.testimonial_left figure
{
	margin: -40px 15px 10px 15px;
	padding: 0;
	box-shadow: 0 0 1px rgba(0,0,0,0.2);
	border: solid 1px #DFDFDF;
	background: #FFF;
}
.testimonial_left h4 span
{
	font-size: 14px;
	font-weight: normal;
}
.testimonial_right
{
 width: 60%;
 float: left;
}
.testimonial_right p
{
	padding: 10px;
	margin-top: 25px;
	font-size: 14px;
}
/*--------------Clients-------*/
.clients {
    position: relative;
    margin: 0 0 0 -2px;
}

.clients li {
    margin: 0 30px 0 0;
    position: relative;
    float: left;
    transition: border-color .2s linear;
    -moz-transition: border-color .2s linear;
    -webkit-transition: border-color .2s linear;
    -ms-transition: border-color .2s linear;
    -o-transition: border-color .2s linear;
}

.clients li:hover { border-color: #57B3DF; }

.clients li,
.clients li a,
.clients li img {
    display: block;
    width: 210px !important;
    height: 130px;
    background: #F9F9F9;
}



/*----------------Breadcrumb----------------*/

.breadcrumbs {
    font-size: 14px;
    list-style: none outside none;
    margin: 15px 0 10px 0px;
    float: right;
    min-height: 15px;
}
.breadcrumbs li {
    display: inline-block;
    	padding-top: 5px;
}
.breadcrumbs li:after {
    color: #FFF;
    content: "/";
    padding-left: 5px;
    padding-right: 3px;
}
.breadcrumbs li:last-child:after {
    content: "";
}
.breadcrumbs .active {
    color: #CCC;
}

.breadcrumbs li a 
{
	color: #FFF;
}
.breadcrumbs li a:hover 
{
	color: #ccc;
}


@media only screen and (max-width: 767px)  {
	.breadcrumbs {
        margin: 10px auto;
        text-align: center;
        float: none;
  }
 .sub_promo_area h3
 {
 	text-align: center;
 }


}







/*--service slides---*/
.service_slides
{
	width: 100%;
	height: 100px;
}
.service_slides img
{
	float: left;
}

/*----------------footer----------------*/
.footer
{
	width: 100%;
	border-top: solid 12px #33b1ff;
	min-height: 290px;
	padding: 20px 0 5px 0;
	background: #001e32;
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.2),0 0 1px 1px rgba(0,0,0,0.2);
	color: #f0f0ef;
}
.footer_sub
{
	width: 100%;
	height: 20px;
	background: #010d16;
	text-align: center;
	color: #33b1ff;
	font-size: 12px;
	padding: 10px 0;
	border-top: 1px solid #8a8e8d;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.5)
}
.back_to_top
{
	width: 35px;
	height: 30px;
	margin:-28px auto 0 auto;
	cursor: n-resize;
}
.footer h3
{


/*	text-shadow: 1px 1px 0px rgba(0,0,0,0.5);*/
}
.footer h3:before {
    background: none repeat scroll 0 0 #404040;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}
.footer h3 {
    background: none;
    border-bottom: 1px solid #ADADAD;
    padding-bottom: 2px;
    position: relative;
	margin: 10px 0;       
    margin-bottom: 12px;
	color: #FFF;
	text-align: left; 
    font-family: "Open Sans";
    font-size: 18px;
}

.footer h4
{
	text-shadow: 1px 1px 0px rgba(0,0,0,0.7);	
	color: #FFF;
}
.footer p
{
	color: #FFF;
		font-family: "Source_Sans";
}
.footer-logo
{
	margin-top: 12px;
}
/*Footer post*/
.footer-post
{
	min-height: 50px;
	overflow: auto;
	margin-bottom: 25px;
	font-size: 14px;
	font-family: "Source_Sans";	
}

.footer-date
{
	color: #FFF;
	font-size: 28px;
	font-weight: bold;
	font-family: "Open Sans";
	background: #CCC;
	text-align: center;
	padding: 5px;
	float: left;
	width: 40px;
	margin: 0px 5px 5px 0px;
}
.footer-month
{
	color: #444;
	font-size: 14px;
	padding: 3px 0;
	font-family: "Open Sans";	
}
.footer-info
{
	margin-left: 5px;
	display: inline;
	float:left;
	width: 

}
.footer-post h4
{
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 5px;
}
/*--colors----*/
.white { color:#FFF;}
.bg-blue { background: #1A99AA}
.bg-green { background: #055695}
.bg-red { background: #DF6C4F}
.bg-yellow { background: #ECD06F}
.color-text{color: #055695;}
/*HR Styles*/
.blank-hr { border: solid 0px; margin: 15px 0; }
.hr-30 { height: 30px; border:0px;}
.hr-15 { height: 15px; border:0px;}
.hr-5 { height: 5px; border:0px; margin: 8px 0;}
.hr-bg { background: url('assets/img/top_bottom.png');}

/*--aligns--*/
.text-right { text-align: right;} 
.text-left { text-align: left;} 
.text-center { text-align: center;} 
.normal { font-weight: normal;}
.nexa { font-family: 'Open Sans'; font-weight:normal;}
.glamour { font-family: 'GlamourousseRegular'; font-weight:normal;}
.bariol {  font-family: 'bariol_regular'; font-size: 28px;}
.inpara-img { margin: 0 10px 0px 0; float: left;}
.float-right { float:right;}
.float-left { float:left;}
.img-adjust { max-width: 98%;}
.align-left { float: left; margin: 5px 10px 5px 0;}

/*Reusable classes*/
@media (min-width: 1200px) {
		.top-adjust-extraheavy
		{
			margin-top: 0px;
		}

	.bottom-adjust-heavy
	{
		margin-bottom: 50px;
	}
	.top-adjust-heavy
	{
		margin-top: 50px;
	}

	.top-adjust-small
	{
		margin-top: 10px;
	}
}

	.bottom-adjust-50
	{
		margin-bottom: 50px;
	}

.top-adjust-30
{
	margin-top: 30px;
}

.top-adjust-10
{
	margin-top: 10px;
}
.top-adjust-50
{
	margin-top: 50px;
}
/*--padding--*/
.padding-10
{
	padding: 10px;
}
.padding-top-10
{
	padding-top:10px; 
}
/*Heading Styles*/
/*.underlined:before {
    background: none repeat scroll 0 0 #D1D1D1;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}*/
.underlined {
    background: none;
    border-bottom: 1px dashed #D1D1D1;
    color: #444444;
    /*padding: 10px 10px 11px;*/
    padding-bottom: 0px;
    position: relative;
    margin-bottom: 25px;
}

/*-Thin Portion of font----*/
.thin { font-weight: normal !important;}


.highlight_image { border:solid 5px #FFF; box-shadow: 0 0 3px rgba(0,0,0,0.4);}
/*Dropcaps*/
.dropcap
{
  background: #055695;
  padding: 10px;
  font-size: 30px;
  color: #FFF;
  float: left;
  margin:0 5px 0 0;
  text-align: center;
}
.dropcap.rounded
{
  border-radius: 30px;
  padding: 10px 12px;
  font-size: 30px;
  width: 20px;
  color: #FFF;
  float: left;
  margin:0 5px 0 0;
  text-align: left;
}
.dropcap.green
{
  background: #055695;
}

.dropcap.blue
{
  background: #1A99AA;
}

.dropcap.red
{
  background: #DF6C4F;
}

.dropcap.yellow
{
  background: #ECD06F;
}
/*--List styles-----*/
.dots
{
	list-style: disc;
	margin-left: 25px;
	text-transform:capitalize;
	font-weight:bold
	

}
.dots li
{
	list-style-image: url('assets/ico/blue-arrow.png');
	padding: 0 0 10px 0px;
}

.notables li
{
	border-bottom: #DFDFDF solid 1px;
	padding: 5px 0;
}
.notables li i
{
	margin-right: 5px;
}


/*--Simple Promotext----*/
.simple-promotion
{
	padding:25px 25px;
	width:94%;
	border-radius: 5px;
	background: #FFF;
    border-bottom: solid 2px #DFDFDF;
    border-left: none;
    border-right: none;
	font-size: 28px;
	font-family: 'bariol_regular';
	color: #444444;
	text-align: center;
	margin: 20px auto;
	line-height: 36px;
}
.highlight
{
	background: #055695;
	color: #FFF;
	padding:1px 5px;
	border-radius: 5px;
}

/*--Sidelinks----*/
.side-links li
{
  padding: 5px;
}

.side-links li a
{
	color: #444444;
}

/*--Blog--*/
.blog-post
{
	margin-bottom: 40px;
}
.blog-title {border-bottom: solid 1px #DFDFDF;}
.blog-title h2 { margin: 2px 0 2px 1px; padding-right: 50px;}
.blog-title h3 { margin: 0px 0 2px 1px; padding-right: 50px;}
.blog-type
{
	float: right;
	width: 30px;
	height: 30px;
	padding:5px 5px 1px 5px;
	background: #DFDFDF;
	color: #444;
	font-size: 25px;
	text-align: center;
	margin-top: -20px;
	box-shadow: 0 2px 0px rgba(0,0,0,0.4),0 1px 0px rgba(0,0,0,0.4);
	border-radius: 1px;
}
.blog-type:hover
{
	background: #444;
	color: #FFF;
	-webkit-transition: all 300ms cubic-bezier(0.32, 0.22, 0.35, 0.98); 
	-webkit-transition-delay: 0; 
	-moz-transition: all 300ms ease-in; 
	 -o-transition: all 300ms cubic-bezier(0.32, 0.22, 0.35, 0.98) 0; 
	 transition: all 300ms cubic-bezier(0.32, 0.22, 0.35, 0.98) 0;
}
.blog-details 
{
	margin: 10px auto;
	width: 100%;
    border-left: none;
    border-right: none;
    min-height: 30px;
    padding-top: 5px 0;
} 
.blog-details ul
{
	list-style: none;
	margin-left: 1px;
}
.blog-details ul li{
	float: left;
	padding: 5px 15px 5px 0;
	color: #7B7B7B;
}
.blog-details ul li i
{
	color: #7B7B7B !important;
}

.hover-block
{
    position:absolute;
	top:0px;
	left:-100%;
	background:rgba(5,86,149,0.8);
	width:50%;
    height: 100%;
	text-align:center;
	transition: left 300ms;
	-webkit-transition: left 300ms;
	-moz-transition: left 300ms;
	-o-transition: left 300ms;	
}
.lens
{
  width: 30px;
  min-height: 10px;
  padding: 10px 0;
  text-align: center;
  color: #FFF !important;
  font-size: 20px;
  background: #000;
  position: absolute;
  top: 45%;
  left: 100%;
  text-decoration: none;
  	transition: background 300ms;
	-webkit-transition: background 300ms;
	-moz-transition: background 300ms;
	-o-transition: background 300ms;	
}
.lens i {  color: #FFF !important;
  font-size: 20px;}
.lens:hover
{
  background: #055695;
    text-decoration: none;
    color:#FFF;
}
.link
{
  width: 30px;
  min-height: 10px;
  padding: 10px 0;
  text-align: center;
  color: #FFF;
  font-size: 20px;
  background: #000;
  position: absolute;
  top: 45%;
  margin-left: 30px;
  left: 100%;
  border-radius: 0 5px 5px 0;
  text-decoration: none;
  	transition: background 300ms;
	-webkit-transition: background 300ms;
	-moz-transition: background 300ms;
	-o-transition: background 300ms;	
}
.link:hover
{
  background: #055695;
    text-decoration: none;
    color:#FFF;
}


.blog-image
{
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}
.blog-image img
{
	max-width: 100%;
	background: #DFDFDF;
}

.blog-image:hover .hover-block
{
    left:0%!important;
}

/*--Portfolio---*/
.portfolio-item
{
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;

}
.portfolio-desc
{
	min-height: 10px;
	width: 97%;
	padding: 1.5%;
	background: #FFF;
	border-bottom: solid 2px #DFDFDF;
	text-align: left;
	border-radius: 0 0 3px 3px;
}
.portfolio-desc p
{
	font-size: 13px;
	color: #696E75;
}
.portfolio-item:hover .hover-block
{
    left:0%!important;
}
.element
{
	margin-bottom: 30px;
	position: relative;
	display: block;
}



/*----------*/
.blog-content
{
	width: 98%;
	margin:0;
	padding: 15px 1%;
	background: #fff;
	border-bottom: 2px solid #DFDFDF;
    border-radius: 0px 0px 5px 5px
}
.blog-content p
{
	font-size: 14px;
	padding: 0px 5px;
	margin-bottom: 5px;
}
.blog-more
{
	width: 100%;
	min-height: 50px;
	padding-top: 5px;
}
.blog-tags
{
	width: 100%;
	min-height: 30px;
	margin: 10px 0;
	padding-top: 10px;
}
.blog-tag
{
	padding: 5px 8px;
	background: #ADABAB;
	border-radius: 5px;
	color: #FFF;
	margin: 0px 4px;
}

/*---sidebar -right*/
.sidebar {
	width: 92%;
	min-height: 150px;
    background: #FFF;
    color: #444444;
    padding:10px 10px;
    margin-top: 2px;
    border-radius: 4px;
    border:solid 1px #DFDFDF;
    font-size: 13px;
}
.sidebar .title {
    color: #050505;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-bottom: 5px;
    position: relative;
}
.sidebar .title:after {
    border-bottom: 2px solid #055695;
    bottom: 2px;
    content: "";
    height: 0;
    right: 0px;
    position: absolute;
    width: 35px;
}
.sidebar .title:before {
    border-bottom: 1px solid #DFDFDF;
    bottom: 2px;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 100%;
}


/*404 Page*/
.notfound
{
	padding:50px 0;
}
.notfound h1
{
	text-align: center;
	font-size: 8em;
	margin-top: 30px;
}
.notfound h2
{
    text-align: center;
	font-size: 2.5em;
    margin-top: 50px;
}
/*Common page*/
.left-image
{
	margin: 5px 10px 10px 0; 
}
.right-image
{
	margin: 5px 0px 10px 10px; 
}



/*Blog Page Special*/
.comments {
    margin: 30px 0 20px;
}
.comments .commentlists {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.comments .commentlists ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.comments .commentlists li {
    margin: 10px 0;
    padding: 20px 0 0;
}
.comments .commentlists li:before, .comments .commentlists li:after {
    content: "";
    display: table;
    line-height: 0;
}
.comments .commentlists li:after {
    clear: both;
}
.comments .commentlists li:first-child {
    padding-top: 10px;
}
.comments .commentlists .comment-children {
    border-left: 1px solid #EEEEEE;
    margin-left: 34px;
    padding: 3px 0 0 2px;
    position: relative;
}
.comments .commentlists .comment-children li {
    background: url("../img/assets/comment-line.png") no-repeat scroll 0 59px transparent;
    padding-left: 65px;
}
.comments .commentlists .comment-children:before {
    border: 1px solid #EEEEEE;
    content: "";
    display: block;
    height: 1px;
    left: -2px;
    position: absolute;
    top: -3px;
    width: 1px;
}

.comments .commentlists .comment-author:after { 
    width: 0; height: 0; 
    border-top: 10px solid transparent; 
    border-left: 10px solid #DFDFDF; 
    border-bottom: 10px solid transparent;
    content: "";
    display: block;
    left: 99.5%;
    position: absolute;
    width: 0;
    top: 0;
}
.comments .commentlists .comment-author {
    float: left;
    height: 80px;
    margin: 0 10px 0 0;
    width: 80px;
    background: #DFDFDF;
    padding: 5px;
    position: relative;
}



.comments .commentlists .comment-body {
    margin-left: 100px;
    background: #FFF;
    padding: 10px;
}
.comments .commentlists .comment-body .comment-meta {
    margin-bottom: 9px;
    padding: 5px;
    background: #FFF;
}
.comments .commentlists .comment-body .comment-meta .reply {
    float: right;
}
/*.comments .commentlists .comment-body .comment-meta .reply a {
    color: #fff;
    font-style: italic;
    background: #777;
    padding: 4px;
}
.comments .commentlists .comment-body .comment-meta .reply a:hover {
    color: #fff !important;
    background: #FF3C00;
}*/
.comments .commentlists .comment-body .comment-meta .meta-name {
    font-weight: bold;
}
.comments .commentlists .comment-body .comment-meta .meta-name a {
    color: #444;
}
.comments .commentlists .comment-body .comment-meta .meta-date {
    color: #b1b1b1;
    font-style: italic;
}

.control {
    background-color: #FFFFFF;
    width: 100%;
}
.control .input-border {
    border: 1px solid #DDDDDD;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.03);
    transition: all 0.25s linear 0s;
}
.control .input-border.focus {
    border-color: #F47E00;
    box-shadow: 0 0 3px #FFB05B;
    transition: all 0.25s ease-in-out 0s;
}
.control input[type=text], .control input[type=password], .control input[type=email], .control textarea, .control input[type=text]:focus, .control input[type=password]:focus, .control input[type=email]:focus {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    box-shadow: none;
    margin: 4px 4%;
    padding: 0;
    width: 92%;
}
.control textarea {
    margin: 1%;
    width: 98%;
}
.control textarea:focus {
    border: medium none;
    box-shadow: none;
}
.respond {
    margin: 0px 0;
}
.respond:before, .respond:after {
    content: "";
    display: table;
    line-height: 0;
}
.respond:after {
    clear: both;
}
.respond #commentform {
    margin-top: 10px;
}
.respond .comment-input .control-group {
    float: left;
    margin-right: 4%;
    width: 30.66%;
}
.respond .comment-input .control-group:last-child {
    float: right;
    margin-right: 0;
}
.respond .comment-input .control-group:last-child:before, .respond .comment-input .control-group:last-child:after {
    content: "";
    display: table;
    line-height: 0;
}
.respond .comment-input .control-group:last-child:after {
    clear: both;
}
.respond .comment-text {
    margin-bottom: 10px;
}
.respond .comment-submit {
    float: right;
}
.respond .comment-submit:before, .respond .comment-submit:after {
    content: "";
    display: table;
    line-height: 0;
}
.respond .comment-submit:after {
    clear: both;
}


.control-label{
    font-weight: 600;
}



/*Contact Page*/
.contactMap
{
  box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
  border:solid 4px #FFF;
  width: 98%; 
  height: 350px;
  margin: 0 auto;
}

/*--Project Brief--*/
.project_brief
{
	padding: 10px 20px;
	background: #FFF;
	min-height: 582px;
}