
.mod_tm_ajax_contact_form{
	position: relative;
}
.mod_tm_ajax_contact_form .mod_tm_ajax_contact_form_message{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	font-size: 0;
	line-height: 0;
	z-index: -1;
	text-align: center;
	background: 50% 50% no-repeat transparent;
	transition: all .5s ease;
}

.mod_tm_ajax_contact_form .mod_tm_ajax_contact_form_message.loader{
	z-index: 2;
	background: url(../images/loading.gif) 50% 50% no-repeat #fff;
	opacity: .8;
	filter: alpha(opacity=80);
}

.mod_tm_ajax_contact_form .mod_tm_ajax_contact_form_message.success{
	z-index: 2;
	background: #fff;
	font-size: 20px;
	line-height: 24px;
	color: #4ec385;
}

.mod_tm_ajax_contact_form .mod_tm_ajax_contact_form_message.error{
	z-index: 2;
	font-size: 20px;
	line-height: 24px;
	color: #ec7b7b;
	background: #fff;
}

.mod_tm_ajax_contact_form .mod_tm_ajax_contact_form_message:before{
	content: '';
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}

.mod_tm_ajax_contact_form .mod_tm_ajax_contact_form_message > *{
	display: inline-block;
	vertical-align: middle;
}

.mod_tm_ajax_contact_form .controls{
	position: relative;
	display: inline-block;
	max-width: 100%;
	margin-bottom: 15px;
    top: 5px;
    left: 0px;
}

.mod_tm_ajax_contact_form .controls input,
.mod_tm_ajax_contact_form .controls select,
.mod_tm_ajax_contact_form textarea{
	margin: 0;
}

.mod_tm_ajax_contact_form .controls > span{
  position: absolute;
  z-index: 1000;
}

.mod_tm_ajax_contact_form .controls span label.error {
  display: inline-block !important;
  margin: 0;
  padding: 0 5px;
  color: #fff;
  position: relative;
  width: auto;
  background: #ec7b7b;
}

.mod_tm_ajax_contact_form .top-left .controls span{
	left: 0;
	bottom: 100%;
	margin-bottom: 5px;
}

.mod_tm_ajax_contact_form .top-left .controls span label.error:before{
	content:'';
	position: absolute;
	left: 10px;
	top: 100%;
	border-top: 5px solid #ec7b7b;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}

.mod_tm_ajax_contact_form .top-center .controls span{
	left: 0;
	bottom: 100%;
	margin-bottom: 10px;
	width: 100%;
	text-align: center;
}

.mod_tm_ajax_contact_form .top-center .controls span label.error:before{
	content:'';
	position: absolute;
	left: 50%;
	margin-left: -5px;
	top: 100%;
	border-top: 5px solid #ec7b7b;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}

.mod_tm_ajax_contact_form .top-right .controls span{
	right: 0;
	bottom: 100%;
	margin-bottom: 10px;
	text-align: right;
}

.mod_tm_ajax_contact_form .top-right .controls span label.error:before{
	content:'';
	position: absolute;
	right: 10px;
	top: 100%;
	border-top: 5px solid #ec7b7b;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}

.mod_tm_ajax_contact_form .right-top .controls span{
	left: 100%;
	margin-left: 5px;
	top: 0;
	white-space: nowrap;
}

.mod_tm_ajax_contact_form .right-top .controls span label.error:before{
	content:'';
	position: absolute;
	right: 100%;
	top: 50%;
	margin-top: -5px;
	border-right: 5px solid #ec7b7b;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}

.mod_tm_ajax_contact_form .right-center .controls span{
	left: 100%;
	top: 0;
	bottom: 0;
	margin-left: 5px;
	white-space: nowrap;
}

.mod_tm_ajax_contact_form .right-center .controls span:before{
	content: '';
	display: inline-block;
	width: 0;
	vertical-align: middle;
	height: 100%;
}

.mod_tm_ajax_contact_form .right-center .controls span label.error{
	vertical-align: middle;
}

.mod_tm_ajax_contact_form .right-center .controls span label.error:before{
	content:'';
	position: absolute;
	right: 100%;
	top: 50%;
	margin-top: -5px;
	border-right: 5px solid #ec7b7b;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}

.mod_tm_ajax_contact_form .right-bottom .controls span{
	left: 100%;
	bottom: 0;
	margin-left: 5px;
	white-space: nowrap;
}

.mod_tm_ajax_contact_form .right-bottom .controls span label.error:before{
	content:'';
	position: absolute;
	right: 100%;
	top: 50%;
	margin-top: -5px;
	border-right: 5px solid #ec7b7b;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}

.mod_tm_ajax_contact_form .bottom-right .controls span{
	right: 0;
	top: 100%;
	margin-top: 5px;
	text-align: right;
}

.mod_tm_ajax_contact_form .bottom-right .controls span label.error:before{
	content:'';
	position: absolute;
	right: 10px;
	bottom: 100%;
	border-bottom: 5px solid #ec7b7b;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}

.mod_tm_ajax_contact_form .bottom-center .controls span{
	right: 0;
	left: 0;
	top: 100%;
	margin-top: 5px;
	text-align: center;
}

.mod_tm_ajax_contact_form .bottom-center .controls span label.error:before{
	content:'';
	position: absolute;
	left: 50%;
	bottom: 100%;
	margin-left: -5px;
	border-bottom: 5px solid #ec7b7b;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}

.mod_tm_ajax_contact_form .bottom-left .controls span{
	left: 0;
	top: 100%;
	margin-top: 5px;
}

.mod_tm_ajax_contact_form .bottom-left .controls span label.error:before{
	content:'';
	position: absolute;
	left: 10px;
	bottom: 100%;
	border-bottom: 5px solid #ec7b7b;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}

.mod_tm_ajax_contact_form .left-bottom .controls span{
	right: 100%;
	margin-right: 5px;
	bottom: 0;
	white-space: nowrap;
}

.mod_tm_ajax_contact_form .left-bottom .controls span label.error:before{
	left: 100%;
	top: 50%;
	margin-top: -5px;
	content:'';
	position: absolute;
	border-left: 5px solid #ec7b7b;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}

.mod_tm_ajax_contact_form .left-center .controls span{
	right: 100%;
	margin-right: 5px;
	bottom: 0;
	top: 0;
	white-space: nowrap;
}

.mod_tm_ajax_contact_form .left-center .controls span:before{
	content: '';
	height: 100%;
	width: 0;
	vertical-align: middle;
	display: inline-block;
}

.mod_tm_ajax_contact_form .left-center .controls span label.error{
	vertical-align: middle;
}

.mod_tm_ajax_contact_form .left-center .controls span label.error:before{
	left: 100%;
	top: 50%;
	margin-top: -5px;
	content:'';
	position: absolute;
	border-left: 5px solid #ec7b7b;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}

.mod_tm_ajax_contact_form .left-top .controls span{
	right: 100%;
	margin-right: 5px;
	top: 0;
	white-space: nowrap;
}

.mod_tm_ajax_contact_form .left-top .controls span label.error:before{
	left: 100%;
	top: 50%;
	margin-top: -5px;
	content:'';
	position: absolute;
	border-left: 5px solid #ec7b7b;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}


.mod_tm_ajax_contact_form .control-group{
	margin: 0;
}

.mod_tm_ajax_contact_form textarea{
	width: 100%;
	height: 176px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mod_tm_ajax_contact_form .control-group-textarea .controls{
	display: block;
}

#recaptcha_table{
	transition: all .5s ease;
}

.recaptcha_error{
	box-shadow: 0 0 3px #ec7b7b;
	background: #ec7b7b;
}

.mod_tm_ajax_contact_form_recaptcha_message{
	color: #ec7b7b;
}

input.error,
textarea.error{
	box-shadow: 0 0 3px #f00;
}

.mod_tm_ajax_contact_form_placeholder{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	border-style: solid;
	border-color: transparent;
	cursor: text;
	margin: 0;
}

.ie_placeholder_controls{
	background: #fff;
}

.ie_placeholder{
	background: none !important;
	position: relative;
	z-index: 2;
}

/****************/

.border-bot
{
    border-bottom: 1px solid #b2b2b2;
    margin-bottom: 24px;
}
.mb25
{
    margin-bottom:25px;
}
.nav.menu
{
    text-align:right;
    font-weight:bold;
}
.phone
{
    width:55px;
    float:left;
}
.phone .item_introtext span.phone
{
    text-align:left;
}
.map.map1 iframe
{
    width:100%;
    height:260px;
    border:none;
}
.contact_details_telephone p
{
    padding-bottom:0;
}
.dummy
{
    padding:60px 0;
}
#logo img
{
    margin:10px auto;
}
#footer.row-fluid [class*="span"]
{
    float:right;
}
#footer li {
    line-height: 24px;
}
#footer li.active a, #copyright a.active
{
    color:#996b42;
    font-weight:bold;
}
#copyright a:hover
{
    color:#996b42;
}
.image-row1
{
    background:rgba(255,255,255,0.5);
}
.imgcenter
{
    float:none;
    text-align:center;
    margin:10px auto;
    display:block;
}
iframe
{
    border:none;
}
#copyright-row
{
    border-top:1px solid;
    padding:20px 0 20px;
}
#copyright
{
    padding-left:20px;
}
#copyright-row.contacts
{
    border:none;
}
main a
{
    text-decoration:underline!important;
}
.work a
{
    text-decoration:underline!important;
    font-weight:bold;
}
.work a:hover
{
    text-decoration:none!important;
}
.services h4
{
    text-align:center;
}

/* *********** Responsive CSS **************** */

@media (max-width: 1199px)
{
    #maintop .services img
    {
        width: 201px;
        height: 203px;
        float: none;
        text-align:center;
        margin: 0 auto;
        display: block;
    }
}
@media (max-width: 1023px)
{
    .icemegamenu > ul > li
    {
        margin-right: 25px;
    }
    #maintop .services img
    {
        width: 143px;
        height: 144px;
    }
    #component .span6
    {
        width: 100%;
    }
    #footer .span3, .contact_details .span3
    {
        width: 50%;
        min-height: 170px;
    }
    #copyright p
    {
        float: none!important;
        text-align:center;
        display: block!important;
        margin: 10px auto;
    }
}
@media (max-width: 767px)
{
    #maintop .services img
    {
        width: 239px;
        height: 241px;
    }
    #footer .span3, .contact_details .span3
    {
        width: 100%;
        min-height: 50px;
    }
    .icemegamenu > ul > li > a.iceMenuTitle
    {
        line-height: 30px;
    }
    .welcome .item_img, .about-us .item_img, .contact_details .span3 img
    {
        float: none;
        text-align:center;
        margin: 10px auto;
        display: block;
    }
    .quality h4, .about-us h4
    {
        line-height: normal;
    }
}
@media(max-width: 639px)
{
    .imgcenter
    {
        width: 240px;
        height: 150px;
    }
}
@media (max-width: 479px)
{
    .about-us .item_img img
    {
        width: 280px;
        height: 185px;
    }
    h1, h2, h3
    {
        font-size: 30px;
        line-height: normal;
    }
    
}
