/*=======================================================================*/
/* COLORBOX */
/*=======================================================================*/
#top .colorbox {
    background: transparent;
    /*margin-top: 20px;*/
}

.colorbox {
    margin-bottom: 30px;
    position: relative;
    clear: both;
}

.colorbox .colorbox_content {
    padding: 20px 20px 20px 20px;
    border-radius: 3px;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3);
    background: none repeat scroll #F8F8F8;
    margin-bottom: 20px;
}

.colorbox_content_container p{
    margin: 0;
}

.colorbox_icon {
    float: left;
    margin: 2px 10px 0 0;
    height: 23px;
    width: 23px;
    font-size: 23px;
    line-height: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a.colorbox_icon:hover {
    text-decoration: none;
}

.colorbox_left .colorbox_icon {
    border-radius: 50px;
    text-align: center;
    position: relative;
    top: -5px;
    left: -5px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin: 2px 0 0 0;
}

.colorbox .colorbox_content .colorbox_content_title {
    border: medium none;
    padding: 2px 0 0 0;
    position: relative;
    margin: 0 0 16px 0;
    clear: none;
    overflow: hidden;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 16px;
}

#top .colorbox_top {
    margin-top: 20px;
    text-align: center;
}

.colorbox_top .colorbox_content {
    padding: 20px 20px 20px 20px;
    border-radius: 3px;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3);
}

.colorbox_top .colorbox_icon {
    float: none;
    position: absolute;
    left: 50%;
    top: -26px;
    margin: 0 0 0 -26px;
    padding: 15px;
    border-radius: 100px;
    -webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box; /* Firefox, other Gecko */
    box-sizing: content-box;
    font-size: 20px;
    line-height: 24px;
}

.colorbox_left_content .colorbox_content, .colorbox_right_content .colorbox_content {
    overflow: hidden;
}

.colorbox_left_content .colorbox_content .colorbox_content_title, .colorbox_right_content .colorbox_content .colorbox_content_title {
    margin: 0 0 -3px 0;
}

#top .colorbox_left_content .colorbox_icon, #top .colorbox_right_content .colorbox_icon {
    width: 74px;
    height: 74px;
    font-size: 27px;
    line-height: 72px;
    border-style: solid;
    border-width: 1px;
    border-radius: 500px;
    text-align: center;
    margin-right: 22px;
}

#top .colorbox_right_content {
    text-align: right;
}

#top .colorbox_right_content .colorbox_icon {
    float: right;
    margin-right: 0;
    margin-left: 22px;
}

.colorbox .colorbox_content p:last-child {
    margin-bottom: 0;
}

#top .colorbox.av-no-box .colorbox_content {
    padding: 0;
    border: none;
    box-shadow: none;
    background: transparent;
}

#top .colorbox.av-no-box .colorbox_icon {
    position: relative;
    top: 0;
    margin: 0 auto 20px auto;
    left: 0;
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-style: solid;
    border-width: 1px;
    padding: 0;
    font-size: 30px;
    display: block;
}

.colorbox_center .colorbox_content_title{
    text-align: center;
}

.colorbox_left .colorbox_content_title{
    text-align: left;
}
