/*
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 !important;
    margin-left: 10px;
    margin-right: 10px;
}

.container-12 .grid-12 {
    /*width: 1180px;*/
    width: 99%;
}


.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;
}


#carrusel-image {
    height: 65%;
    width: auto;
    max-height: 120px;
    max-width: 260px;
    vertical-align: center;
}

div#search-container {
    margin-top: 35px;
}