body {
    background: #eaf1e1 url('../img/bg.jpg') center top no-repeat;
}

body.home {
    background: #eaf1e1 url('../img/bg-home.jpg') center top no-repeat;
}

.flexslider .span8 ul, ul.beautyfied {
    padding: 0;
    margin: 0;
}

.flexslider .span8 h4 {
    margin-bottom: 25px;
}

img.logo {
    max-width: none;
}

.flexslider .span8 li, ul.beautyfied li {
    padding-left: 30px;
    list-style: none;
    background: url('../img/list-item-standard.png') 0 5px no-repeat;
}

ul.beautyfied li {
    background: url('../img/list-item-standard-inverted.png') 0 3px no-repeat;
}

.flexslider .span8 li + li, ul.beautyfied li + li {
    /*margin-top: 15px;*/
}

.nav li {
    list-style: none;
    float: left;
}

.nav ul {
    margin: 55px 0 0 0;
    float: right;
}

.nav li.active a {
    background: #fff;
    border-radius: 5px;
    behavior: url(PIE.php);
}

.nav li a {
    padding: 4px 7px 5px 7px;
}

.nav li + li {
    margin-left: 5px;
}

.follow-us {
    top: 145px;
    right: 0;
    position: fixed;
    display: inline-block;
    text-indent: -9999px;
    background: url('../img/follow-us.png') no-repeat;
    width: 54px;
    height: 149px;
}

.follow-us:hover {
    background-position: -54px 0;
}

.footer {
    margin: 25px 0 20px 0;
    overflow: hidden;
}

.footer ul {
    padding: 0;
    margin: 0;
}

.footer li {
    list-style: none;
}

.footer li {
    float: left;
}

.footer li + li a {
    display: inline-block;
    margin-left: 5px;
    padding-left: 5px;
    border-left: 1px solid;
}

.button, input[type="button"].button, button.button {
    border: none;
    overflow: hidden;
    line-height: 24px;
    display: inline-block;
    background: url('../img/btn-bg.jpg') repeat-x;
    padding-left: 20px;
    width: 105px;
    border-radius: 11px;
    behavior: url(PIE.php);
    position: relative;
}

input[type="button"].button, button.button {
    text-align: left;
    line-height: 22px;
}

input[type="button"].button:hover,
.button.invert,
.button:hover {
    background-position: 0 -24px;
}

.button.invert:hover {
    background-position: 0 0;
}

.button.more span, .button.less span {
    margin: 3px 4px 0 0;
    width: 17px;
    height: 17px;
    background: url('../img/arrows.png') right no-repeat;
    float: right;
}

button.button.more span {
    margin-right: -2px;
}

.button.less {
    padding-left: 5px;
    padding-right: 20px;
    width: 125px;
}

.button.less span {
    float: left;
    margin-right: 10px;
    background-position: left;
}

.contact-form button {
    margin-top: 10px;
    margin-left: -10px;
}

.main-content {
    margin-top: 90px;
    padding: 40px 0;
    background: #fff;
    box-shadow: 0px 2px 8px #d3d7cf;
    border-radius: 15px;
    behavior: url(PIE.php);
}

.home .main-content {
    padding: 30px 0;
    margin-top: 0;
    background: #fff url('../img/home-content.png') center repeat-y;
}

.main-content.menu {
    background: #fff url('../img/bg-menu.jpg') -10px 0 repeat-y;
}

.main-content.divided {
    background: #fff url('../img/bg-contact.jpg') -10px 0 repeat-y;
}

.image-rounded {
    border-radius: 5px;
    behavior: url(PIE.php);
}

.contacts {
    padding-top: 15px;
}

.contacts > .row + .row {
    margin-top: 35px;
}

.submenu ul {
    margin: 0 0 0 10px;
    padding: 0;
}

.submenu a {
    display: block;
    padding: 13px 0 13px 30px;
}

.submenu li {
    display: block;
    list-style: none;
}

.submenu li.active {
    background: #97ca54;
}

.breadcrumbs {
    margin: 0;
    padding: 0 0 30px 0;
    overflow: hidden;
}

.breadcrumbs li {
    list-style: none;
    float: left;
}

.breadcrumbs li + li {
    background: url('../img/list-item-breadcrumbs.png') 0 3px no-repeat;
    display: inline-block;
    padding-left: 8px;
    margin-left: 4px;
}

img + .muted {
    display: inline-block;
    margin-top: 5px;
}

.blog .date {
    margin-top: 3px;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    background: #0b9444;
    float: left;
    border-radius: 100%;
    behavior: url(PIE.php);
    position: relative;
}

.blog .date span {
    display: block;
    padding-top: 7px;
}

.blog .even {
    background: #f3f7ee url('../img/blog-overview-bg.jpg') repeat-y;
}

.blog .overview .date {
    margin-bottom: 2px;
}

.blog .overview .row {
    padding-bottom: 23px;
}

.blog .overview .row + .row {
    padding-top: 23px;
}

.pagination ul {
    margin: 40px 0 0 0;
    padding: 0;
    height: 40px;
    overflow: hidden;
}

.pagination ul li {
    display: inline;
    list-style: none;
    padding-right: 7px;
}

.pagination li + li {
    border-left: 1px solid #959595;
    padding-left: 10px;
}

.pagination li.next {
    border: none;
    padding: 0;
}

.pagination li.prev + li {
    border: none;
}

.pagination li a.inactive {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity = 0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    background: none;
}

.home .main-content h3 {
    height: 65px;
}

.home .main-content .item {
    height: 220px;
}

.page-image {
    float: right;
    margin-top: 45px;
    margin-left: 50px;
}

.project-group + .project-group {
    margin-top: 30px;
}

.blog .image {
    display: block;
    max-height: 250px;
    overflow: hidden;
}

.blog .preview {
    height: 200px;
}

.blog .preview p {
    margin-bottom: 0;
}

.blog .preview .intro {
    max-height: 160px;
    overflow: hidden;
    margin-bottom: 20px;
}

.blog .title {
    overflow: hidden;
    height: 45px;
}

.blog .buttons {
    overflow: hidden;
    margin-top: 30px;
}

textarea.span8 {
    max-width: 296px;
}

.items .image {
    height: 79px;
    overflow: hidden;
}

ul.downloads {
    float: left;
    width: 50%;
    padding: 0;
    list-style: none;
}

ul.downloads li {
    padding-bottom: 5px;
}

ul.downloads li a {
    display: inline-block;
    padding-left: 30px;
    line-height: 18px;
    background: url('../img/file_extensions.png') no-repeat;
}

ul.downloads li a.pdf {
    background-position: 0 -18px;
}

ul.downloads li + li {
    margin-left: 10px;
}

ul.downloads li a.docx, ul.downloads li a.doc {
    background-position: 0 -36px;
}

ul.downloads li a.csv, ul.downloads li a.xls {
    background-position: 0 -54px;
}

ul.downloads li a.png, ul.downloads li a.jpg, ul.downloads li a.jpeg {
    background-position: 0 -72px;
}

ul.downloads li a.ppt, ul.downloads li a.pptx {
    background-position: 0 -90px;
}

ul.downloads li span.folder {
    display: inline-block;
    padding-left: 30px;
    line-height: 18px;
    background: url('../img/file_extensions.png') 0 -108px no-repeat;
}
ul.downloads li a + span {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 5px;
    text-indent: -9999px;
    background: url('../img/questionmark.png') no-repeat;
}

.blog_gallery {
    margin-top: 20px;
}

.blog_gallery img {
    margin-bottom: 10px;
}


/* BOOTSTRAP RESETS */

label {
    display: inline-block;
    margin: 0;
    line-height: 25px;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    padding: 2px 6px;
    border-color: #d6e3c5;
    background: #f5f7f1;
    margin-bottom: 5px;
    /*box-shadow: none;*/
}