/*
Theme Name: iVega - Clean & Modern HTML5 template
Author: HtmlCoder
Author URI: http://www.htmlcoder.me
Author e-mail: htmlcoder.me@gmail.com
Version: 1.0.0
Created: July 2014
License URI: http://wrapbootstrap.com
File Description: Put here your custom CSS styles
*/

span.form-errors {
    color: #a94442!important;
    display: inline-block!important;
    margin-bottom: 5px!important;
    max-width: 100%!important;
    font-weight:bold;
}


#submit_search{
    margin: 0 0!important;
}


span.highlighted{
    font-style: italic;
}

img.alignleft{
    display: inline;
    margin-right:5px;
}

img.alignright{
    display: inline;
    float: right;
    margin-left:5px;
}

img.left{
    display: inline;
    float:left;
    margin-right:5px;
}

img.right{
    display: inline;
    float: right;
    margin-left:5px;
}

.img-boxes{
    margin:1px 0 0!important;
}

.img-box p{
    max-height:70px!important;
}

.section {
    padding: 10px 0 10px!important;
}


/* Blocks
----------------------------------*/
.block {
    margin-bottom: 5px!important;
}

.testimonialsx {
    background-color: #3f85c2;
    padding: 50px 0;
    text-align: center;
}

ul.errorlist li{
    color:red;
    font-weight: bold;
}

.nav-pills > li a.active {
    background-color: #3f85c2;
    color: #fff;
}

.nav-pills > li > a.active::after {
    color: #fff;
}

.site-slogan{
    font-size:20px;
}

img.center {
    display: block;
    margin: 0 auto;
}


.well {
    background-color: #fff !important;
}

.btn {
    text-transform:none!important;
    text-align:left!important;
}


