/*
Recaptcha Style Captcha
=======================
 re-Captcha Style Captcha with php and jQuery

 Created By: Zeeshan Rasool
 URL : http://www.99Points.info

 Get JQuery, PHP, AJAX, Codeigniter and MYSQL Tutorials and Demos on Blog
 */

#captcha-wrap{
    border:solid #870500 1px;
    width:300px;
    -webkit-border-radius: 10px;
    float:left;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background:#870500;
    text-align:left;
    padding:3px;
    margin-top:3px;
    height:130px;
    margin-left:0px;
}
#captcha-wrap .captcha-box{
    -webkit-border-radius: 7px;
    background:#fff;
    -moz-border-radius: 7px;
    border-radius: 7px;
    text-align:center;
    border:solid #fff 1px;
}
#captcha-wrap .text-box{
    -webkit-border-radius: 7px;
    background:#ffdc73;
    -moz-border-radius: 7px;
    width:160px;
    height:65px;
    float:left;
    margin:6px;
    border-radius: 7px;
    text-align:center;
    border:solid #ffdc73 1px;
}

#captcha-wrap .text-box input{ width:120px;}
#captcha-wrap .text-box label{
    color:#000000;
    font-family: helvetica,sans-serif;
    font-size:12px;
    width:160px;
    padding-top:3px;
    padding-bottom:0px;
    margin-top: 0;
}
#captcha-wrap .captcha-action{
    float:right; width:117px;
    background:url(../img/logos.jpg) top right no-repeat;
    height:44px;
    margin-top: 15px;
}
#captcha-wrap  img#captcha-refresh{
    margin-top:9px;
    border:solid #333333 1px;
    margin-right:6px;
    cursor:pointer;
}



/*--------------------------------*/
/*  Grid System  */
/*--------------------------------*/

.container-16, .container-12 {
	margin: 0 auto;
	overflow: hidden;
    width: 99%;
	/*width: 1200px;*/
}

.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12, .grid-13, .grid-14, .grid-15, .grid-16 {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.container-12 .grid-12 {
	/*width: 1180px;*/
    width: 99%;
}

/*--------------------------------*/
/*  Catalog  */
/*--------------------------------*/

.catalog-container {
	height: 350px;
	margin: 0 auto;
	position: relative;
	width: 990px;
}
.catalog-wrapper {
	height: 100%;
	position: relative;
	width: 100%;
}

.catalog-item {
	float: left;
	height: 100%;
	position: relative;
	text-align: center;
	width: 330px;
}

.catalog-item-main {
	bottom: 5px;
	left: 5px;
	overflow: hidden;
	padding: 20px;
	position: absolute;
	right: 5px;
	top: 5px;
}

.catalog-icon {
	/*background: transparent url('../img/catalog-products.png') no-repeat center center;*/
	height: 240px;
	margin: 0 auto;
	position: relative;
	width: 240px;
}
/*
.catalog-item-2 .catalog-icon {
	background-image: url('../img/catalog-services.png');
}

.catalog-item-3 .catalog-icon {
	background-image: url('../img/catalog-technologies.png');
}

.catalog-item-4 .catalog-icon {
	background-image: url('../img/catalog-all.png');
}*/

.catalog-counter {
	background: #233540;
	border: 5px solid #c5d3d6;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	height: 40px;
	left: 200px;
	margin-bottom: -40px;
	position: relative;
	top: -230px;
	width: 40px;
}

.catalog-counter p {
	color: #fff;
	font-family: 'Neris Light', sans-serif;
	font-size: 18px;
	line-height: 38px;
	text-align: center;
}

.catalog-item h3 {
	color: #3d5a6b;
	font-family: 'Neris Light', sans-serif;
	font-size: 22px;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
}

.catalog-content-wrapper {
	background: #b0ccc6;
	height: 440px;
	overflow: hidden;
	position: absolute;
	text-align: left;
	top: 5px;
	width: 0px;
	z-index: 10000;
}

.catalog-nav span {
	background: transparent url('../img/arrow-carousel-prev.png') no-repeat top left;
	cursor: pointer;
	height: 61px;
	left: -40px;
	margin-top: -19px;
	position: absolute;
	text-indent: -9999px;
	top: 150px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	width: 35px;
	z-index: 0;
}

.catalog-nav span:hover {
	background: transparent url('../img/arrow-carousel-prev-on.png') no-repeat top left;
}

.catalog-nav span.catalog-nav-next {
	background: url('../img/arrow-carousel-next.png') no-repeat;

	left: auto;
	right: -40px;
}

.catalog-nav span.catalog-nav-next:hover {
	background: url('../img/arrow-carousel-next-on.png') no-repeat;
}

.alert {
    color: #ce8f22;
    background-color: #fffcee;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    padding: 9px 9px 9px 9px;
    width: 67%;
    margin-top: 5px;
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #F0DBB4;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}
.alert .link {
    color: #ce8f22;
    font-weight: bold;
}
.alert .alert-heading {
    color: #ce8f22 !important;
    margin-bottom: 5px;
    font-weight: 600;
}
.alert .btn-small {
    position: relative;
    top: -3.5px;
}
.alert .button-set .btn {
    position: relative;
    top: 8px;
}
.alert .close {
    background: url("../img/noti-cross.png") no-repeat scroll 0 0 transparent;
    background-position: -9px -10px;
    width: 10px;
    height: 9px;
    position: relative;
    opacity: 0.8;
    top: 4.5px;
    float: right;
    margin-left: 20px;
}
.alert .close:hover {
    opacity: 1;
}
.alert-success {
    color: #505458;
    background-color: #fce2b9;
    border-color: #f9c673;
}
.alert-success .link {
    color: #438a85;
}
.alert-success .alert-heading {
    color: #438a85 !important;
}
.alert-success .close {
    background-position: -38px -10px !important;
}
.alert-info {
    color: #246a8e;
    background-color: #ebf6fb;
    border-color: #bfd4de;
}
.alert-info .link {
    color: #246a8e;
}
.alert-info .alert-heading {
    color: #246a8e !important;
}
.alert-info .close {
    background-position: -67px -10px !important;
}
.alert-danger,
.alert-error {
    color: #e76e70;
    background-color: #fff6f4;
    border-color: #f8cdcd;
}
.alert-danger .link,
.alert-error .link {
    color: #e76e70;
}
.alert-danger .alert-heading,
.alert-error .alert-heading {
    color: #e76e70 !important;
}
.alert-error .close,
.alert .alert-danger .close {
    background-position: -95px -10px !important;
}
.alert-block {
    padding: 15px 19px 15px 17px;
}
