/* ==========================================================================
   Donkerblauw: #000324
   Paars: #111b75
   Lichtblauw: #3988ff
   ========================================================================== */

   


/* ==========================================================================
   Body
   ========================================================================== */

body {
    min-width: 320px;
    background-color: #000324;
    color: #000;
	font-size: 16px;
	line-height: 1.42857;
    font-family: 'Montserrat', sans-serif;
}

/* ==========================================================================
   Base
   ========================================================================== */

a { color: #3988ff; text-decoration: none;}
a:hover { color: #000;}
a:focus { outline: none;}

h1, h2, h3, h4, h5, h6 { margin: 0; color: #000324; font-weight: 400; line-height: 1;}
p { margin-top: 0;}
hr { height: 0; border: 0; border-top: 1px solid #ccc;} 
img { max-width: 100%; height: auto;}

*, *:before, *:after {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}


/* ==========================================================================
   Container
   ========================================================================== */

.container {
	position: relative;
	width: 1170px;
	margin-left: auto;
	margin-right: auto;
}
.container .row { margin-left: -20px;}

.container-fluid {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.container-fluid .row { margin-left: -15px; margin-right: -15px;}


/* ==========================================================================
   Body-video
   ========================================================================== */

.body-video {
    z-index: -1;
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}


/* ==========================================================================
   Eyecatcher
   ========================================================================== */
.eyecatcher {
    background-color: #ced5df;
	overflow: hidden;
    position: relative;
}
.eyecatcher .slides {

}
.eyecatcher .slides > li {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.eyecatcher .slides li img {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}  
.eyecatcher .image {
    float: right;
    height: 70vh;
    width: 50%;
}




.eyecatcher.small { height: 30vh; max-height: 300px;}
.eyecatcher.small .slides { height: 30vh; position: relative;}
.eyecatcher.small .slides > li {
    background-size: cover !important;
    height: 100%;
}

.eyecatcher.small .logo {
    bottom: 20px;
    max-width: 12.5vw;
    position: absolute;
}
.eyecatcher.small .vertical-align {
    top: unset;
    transform: unset;
}
.eyecatcher .video {
    min-height: 200%;
    min-width: 100%;
    position: absolute;
    top: -50%;
}

/* slides */
.eyecatcher .slides li img {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

/* caption */
.eyecatcher .caption {
    height: 70vh;
    left: 0;
    padding: 10vw 5vw 10vw 15vw;
    position: absolute;
    width: 50%;
}
.eyecatcher .caption:before {
    background-image: url('../images/logo.png');
    content: "";
    height: 153px;
    margin-left: -173px;
    margin-top: -60px;
    position: absolute;
    width: 153px;
}

/* fixed description */
.fixed-description h2 {
    color: #002b3e;
    font-family: "Hind",serif;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
}
.fixed-description span {
    font-weight: 600;
}

/* caption elements */
.eyecatcher .caption .title > h2 {
    color: #000324;
    font-size: 48px;
    font-weight: bold;
    text-transform: uppercase;
}
.eyecatcher .caption .tagline > h2 {
    color: #111b75;
    font-size: 24px;
    text-transform: uppercase;
}
.eyecatcher .caption .description {
    margin: 50px 0;
}
.eyecatcher .caption .description > p {
    color: #000324;
}
.eyecatcher .caption .btn-ghost {
    color: #000a6e;
    border: 1px solid #000a6e;
}
/* ==========================================================================
   Navbar
   ========================================================================== */

.navbar {
    position: relative;
    height: 60px;
    background-color: #000324;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
    padding: 0 50px 0 100px;
}

.navbar .logo {
    left: 10px;
    padding: 5px;
    position: absolute;
    width: 60px;
}

/* Menu
   ========================================================================== */
.menu {
    float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu > li {
    position: relative;
    float: left;
    margin-right: 20px;
	font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.menu > li.small { font-weight: 400;}
.menu > li > a {
    display: block;
	color: #fff;
	line-height: 60px;
	text-decoration: none;
	transition: color 0.3s, background 0.3s;
}
.menu > li > a:hover, .menu > li.active > a { color: #3988ff;}

/* menu > ul */
.menu > li > ul {
    background-color: #fff;
    display: none;
    left: -20px;
    list-style: outside none none;
    margin: 0;
    min-width: 200px;
    padding: 10px 20px;
    position: absolute;
    z-index: 100;
}
.menu > li > ul::after {
    border-color: #ffffff transparent;
    border-style: solid;
    border-width: 0 13px 13px;
    content: "";
    display: none;
    left: 20px;
    position: absolute;
    top: -13px;
    width: 0;
    z-index: 1;
}
.menu > li:hover ul::after {
    display: block;
}
.menu > li:hover > ul { display: block;}
.menu > li.last > ul { right: 0;}
.menu > li > ul > li {
    float: none;
    line-height: 25px;
	white-space: nowrap;
}
.menu > li > ul > li > a {
    color: #000324;
	display: block;
}
.menu > li > ul > li > a:hover, .menu > li > ul > li.active > a { color: #3988ff;}

/* Quick-access
   ========================================================================== */
.quick-access {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
}
.quick-access li.first {
    float: left;
    font-size: 16px;
    font-weight: 600;
    margin-left: 20px;
    line-height: 60px;
    text-transform: uppercase;
}
.quick-access li.drop {
    line-height: 0 !important;
}
.quick-access li.drop {
    float: left;
}
.quick-access li.drop a {
    line-height: 60px;
}
.quick-access li.drop img {
    height: 16px;
    margin: 0 auto;
    padding-left: 20px;
}
.quick-access > li > a {
    color: #fff;
    display: block;
	text-decoration: none;
	transition: color 0.3s, background 0.3s;
}
.quick-access > li > a:hover, .quick-access > li.active > a { color: #3988ff;}

 

/* ==========================================================================
   Wrapper
   ========================================================================== */

.wrapper {
    min-height: 50vh;
    background-color: #fff;
}

.wrapper.content {
    padding: 2.5vh 0;
}

/* button-divider */
.button-divider {
    margin: 50px 0;
    text-align: center;
}


/* ==========================================================================
   Highlights
   ========================================================================== */

.highlights {
    background-color: #000324;
    margin: 0;
    padding: 40px 0 40px !important;
}

.highlights .title h2 {
    color: #fff;
    line-height: 40px;
    margin-bottom: 50px;
    text-align: center;
    text-transform: uppercase;
}
.highlights .container {
    width: 1375px;
}
.highlights .item {
    background-color: #bbb !important;
    float: left;
    width: 250px;
    margin-right: 30px;
    height: 370px;
    position: relative;
}
.highlights .item::after {
    bottom: 10px;
    color: #fff;
    content: "\f061";
    font-family: FontAwesome;
    font-size: 24px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.text {
    background-color: #111b75;
    bottom: 0;
    color: #fff;
    height: 120px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}
.text .title {
    font-size: 22px;
    line-height: 22px;
    overflow: hidden;
    padding: 10px 5px 5px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text .description {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    padding: 0 10px;
}
.link {


}
.item:hover .link { font-weight: 600;}

.item .overlay {
    background-color: rgba(0, 0, 0, 0.2);
    bottom: 0;
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
}

.item:hover .overlay { background-color: rgba(0, 0, 0, 0.5); opacity: 1; transition: 0.1s all ease; }

/* ==========================================================================
   Introduction
   ========================================================================== */

.introduction {
    padding: 50px 0 200px 0;
    background: #000a6e; 
    background: -moz-linear-gradient(top, #000a6e 0%, #000325 100%, #7db9e8 100%); 
    background: -webkit-linear-gradient(top, #000a6e 0%,#000325 100%,#7db9e8 100%); 
    background: linear-gradient(to bottom, #000a6e 0%,#000325 100%,#7db9e8 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 );
    text-align: center;
}
.introduction h1 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 50px;
    text-transform: uppercase;
}
.introduction p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    padding: 0 10vw;
}

/* ==========================================================================
   Main
   ========================================================================== */
   
.news {
    margin-top: -110px;
    padding-bottom: 50px;
    padding-top: 25px;
}
.news h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 48px;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
}
.news .row {
    margin-left: -30px;
}
.news .item {
    color: #000324;
    float: left;
    font-family: "Philosopher",sans-serif;
    margin-left: 10px;
    min-height: 375px;
    padding: 0 40px;
    text-align: center;
    width: 390px;
}
.news .item:after {
    bottom: 0;
    color: #000a6e;
    content: "\f0a9";
    font-family: FontAwesome;
    font-size: 36px;
    left: 0;
    position: relative;
    right: 0;
    text-align: center;
    width: 100%;
}
.news .image {
    position: relative;
    display: block;
    margin: 0 auto;
    padding-bottom: 40px;
    width: 165px;
}
.news .image img {
    border-radius: 50%;
}
.news .item .title {
    font-size: 24px;
    font-weight: bold;
    min-height: 102px;
    color: #3988ff;
    text-transform: uppercase;
}
.news .item .title:hover {
    color: #223048;
}
.news .item .description {
    color: #223048;
    font-size: 16px;
    min-height: 150px;
    padding-top: 10px;
    line-height: 24px;
}
.news .item .description:hover {
    opacity: 0.75;
}
.news .item:hover { color: #000324;}

/* Owl-nav */
.news .owl-carousel .owl-nav div { display: block; position: absolute; top: 40%; margin-top: -16px; z-index: 50; transition: all 0.3s ease; color: #000324; cursor: pointer;}
.news .owl-carousel .owl-nav div .fa { font-size: 32px;}
.news .owl-carousel .owl-nav .owl-prev { left: -40px;}
.news .owl-carousel .owl-nav .owl-prev:hover { left: -42px;}
.news .owl-carousel .owl-nav .owl-next { right: -40px;}
.news .owl-carousel .owl-nav .owl-next:hover { right: -42px;}

/* news button */
.btn-news {
    display: block !important;
    margin: 50px auto 0;
    width: 320px;
}

/* news module*/
.news-item {
    border: 1px solid rgba(0, 0, 0, 0.25);
    float: left;
    margin-bottom: 20px;
    margin-left: 20px;
    min-height: 250px;
    padding: 25px;
    width: 575px;
}
.news-item .image {
    float: left;
    margin-right: 10px;
    padding: 0 10px 0 0;
    width: 180px;
}
.news-item .image img {
    border-radius: 50%;
}
.news-item .description {
    padding-left: 190px;
    padding-top: 0;
}


.news-item.detail {
    width: auto;
}
    
/* ==========================================================================
   collaboration
   ========================================================================== */
.newsletter {
    background-color: #111b75;
    color: #fff;
    overflow: hidden;
    padding: 40px 0 75px;
    position: relative;
    text-align: center;
}
.newsletter .title {
    color: #fff;
    font-size: 18px !important;
    font-weight: bold;
    text-transform: uppercase;
}
.newsletter p {
    margin: 2vh 0;
    padding: 0 10vw;
}

/* social ul */
.newsletter ul {
    display: inline-block;
    list-style: outside none none;
    margin: 2.5vh auto;
    padding: 0;
}
.newsletter li {
    float: left;
    margin: 0 10px;
}
.newsletter i {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    color: #fff;
    font-size: 25px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    transition: 0.5s all ease;
    width: 50px;
}
.newsletter i:hover {
    background-color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #111b75;
}

/* ==========================================================================
   sponsors
   ========================================================================== */
   
.sponsors {
    text-align: center;
    margin: 25px 0;
}     
.sponsors h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 48px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.sponsors .image {
    display: inline-block;
    margin: 0 20px;
    width: 155px;
}
.sponsors .image img {
    margin: 0 auto;
    max-width: 150px;
}
.sponsors .image .overlay {
    background-color: rgba(255, 255, 255, 0.8);
    bottom: 0;
    color: #000324;
    font-size: 35px;
    left: 0;
    line-height: 150px;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 0.3s ease-in 0s;
}
.sponsors .image:hover .overlay { opacity: 1;}   


/* sponsors nav */
.sponsors .owl-carousel .owl-nav div {
    color: #000324;
    cursor: pointer;
    display: block;
    margin-top: -16px;
    position: absolute;
    top: 50%;
    transition: all 0.3s ease 0s;
    z-index: 50;
}
.sponsors .owl-carousel .owl-nav div .fa {
    font-size: 32px;
}
.sponsors .owl-carousel .owl-nav .owl-prev {
    left: -20px;
}
.sponsors .owl-carousel .owl-nav .owl-prev:hover {
    left: -22px;
}
.sponsors .owl-carousel .owl-nav .owl-next {
    right: -20px;
}
.sponsors .owl-carousel .owl-nav .owl-next:hover {
    right: -22px;
} 

/* ==========================================================================
   page-blocks
   ========================================================================== */

.page-blocks {
    padding: 0 0 50px;
    text-align: center;
}
.page-blocks h1 {
    margin-bottom: 30px;
}    
.page-blocks .block-item {
    background-image: url('../images/horse-bg.jpg');
    display: inline-block;
    margin: 0;
    overflow: hidden;
    position: relative;
    text-align: left;
    height: 300px;
    width: 300px;
}   
.page-blocks .block-item h2 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.page-blocks .block-item .image-holder {
    height: 300px;
    position: relative;
}
.page-blocks .block-item .image-holder img {
    height: 300px;
    width: 300px;
}
.page-blocks .block-item .caption {
    background: rgba(0, 0, 0, 0.40) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    font-weight: bold;
    height: 100%;
    padding: 10px 15px 5px;
    position: absolute;
    text-align: left;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
}
.page-blocks .block-item:hover .caption {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
}
.page-blocks .block-item .caption .vertical-align {
    position: relative;
    top: 85%;
    transform: translateY(-50%);
}
.block-item .caption .left {
    float: left;
}
.block-item .caption .right {
    float: right;
}
.block-item .caption .left, .block-item .caption .right {
    text-align: center;
    width: 40%;
}
.page-blocks .block-item .caption a {
    border-bottom: medium none;
    bottom: 0;
    color: rgba(188, 169, 128, 1);
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    min-width: 120px;
    position: relative;
    text-transform: unset;
}
.page-blocks .block-item .caption a::after {
    content: "";
    font-family: FontAwesome;
    padding-left: 10px;
}
.page-blocks .block-item .caption a:hover {
    border-bottom: 6px solid #fff;
    color: #fff;
}
.page-blocks .block-item h3 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    overflow: hidden;
    padding-bottom: 5px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.page-blocks .block-item p {
    font-size: 12px;
    font-weight: 100;
    line-height: 17px;
    margin-bottom: 0;
    min-height: 34px;
    overflow: hidden;
    position: relative;
}
.page-blocks .block-item .caption span {
    float: left;
    font-size: 28px;
    font-weight: lighter;
    line-height: 19px;
    text-align: center;
    width: 20%;
}
.page-blocks .block-item:hover p {
    max-height: 250px;
    text-overflow: inherit;
    transition: all 0.5s ease-in 0s;
    white-space: normal;
}
.caption i {
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    display: block;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    margin: 5px auto 0;
    padding: 0;
    text-align: center;
    width: 30px;
}
.page-blocks .block-item .go {
    bottom: 10px;
    font-size: 13px;
    position: absolute;
    right: 10px;
    text-align: right;
}
.page-blocks .block-item .block-text {
    height: 100px;
    overflow: hidden;
    padding: 10px 0;
}
.page-blocks .block-item .block-text em {
    color: #fff;
    font-style: normal;
    font-weight: bold;
}
.page-blocks .block-item .block-text strong {
    color: #fff;
}
.page-blocks .block-item:hover .caption {
    height: 100%;
    transition: all 0.3s ease-in-out 0s;
}

/* detail page */
.specs {
    margin: 25px 0;
}
.specs .spec-item {
    border: none;
    clear: both;
    padding: 0;
    line-height: 30px;
}
.specs .spec-item:first-child {
    border: medium none;
}
.specs .spec-title {
    float: left;
    font-weight: bold;
    width: 45%;
}
.specs .spec-content {
    float: right;
    width: 45%;
}
.specs .spec-content a {
    color: #3c3b3b;
    text-decoration: underline;
}
.specs .spec-item .spec-content p {
    margin: 0;
}
.specs .spec-item ul, .specs .spec-item ul {
    margin: 0;
}

.horse-image {
    padding: 0;
}
.horse-image .main-image {
    position: relative;
}
.horse-image .main-image .caption {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    bottom: 0;
    line-height: 40px;
    padding: 0 15px;
    position: absolute;
    text-align: right;
    width: 100%;
}
.horse-image img {
    width: 100%;
}
.horse-description {
    padding: 20px 0;
    border-top: 3px solid #000324;
}
.horse-description p {
    margin: 0;
}
.horse-description h2 {
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

/* stamboom */
.horse-pedigree {
    margin: 30px 0 0;
    padding: 0;
}

/* parents */
.parents {
    color: #fff;
    float: left;
    margin: 0;
    text-align: center;
    width: 100%;
}

.parents .col-4, .parents .col-8 {
    height: 160px;
    padding: 0;
}
.parents .col-4 {
    background-color: rgba(23, 37, 161, 0.75);
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px;
}

/* highlight */
.parents:first-of-type .col-4 {
    border-bottom: none;
    background-color: #1725a1;
}
.parents:last-of-type .grand-parents:first-child {
    background-color: #1725a1;
}
.parents:last-of-type .grand-grand-parents.second .mother-mother-father {
    background-color: #1725a1;
}
.grand-grand-parents.second .father-mother-mother {
    background-color: #1725a1;
}

/* grand parents */
.grand-parents {
    background-color: rgba(23, 37, 161, 0.75);
    height: 80px;
    font-size: 14px;
}
.grand-parents, .grand-grand-parents {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid solid none none;
    border-width: 1px 1px 0 0;
    float: left;
    width: 50%;
}

.grand-parents.second, .grand-grand-parents.second {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

/* grand grand parents */
.grand-grand-parents {
    background-color: rgba(23, 37, 161, 0.75);
    height: 80px;
    font-size: 14px;
}
.father-father-father, .father-father-mother, .father-mother-father, .father-mother-mother
.mother-father-father, .mother-father-mother, .mother-mother-father, .mother-mother-mother, .mother-father-father, .father-mother-mother  {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.mother-father-mother, .mother-mother-mother, .father-mother-mother {
    border-bottom: medium none;
}


/* youtube */
.youtube {
    margin-top: 40px;
}    
    
/* ==========================================================================
   uitslagen
   ========================================================================== */
.uitslagen .row {
    margin-left: -30px;
}

.uitslagen .item {
    background-color: #4d5159;
    color: #fff;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 10px 20px;
    position: relative;
    width: 380px;
}
.uitslagen .left {
    font-weight: 500;
}
.uitslagen .left, .uitslagen .right {
    display: block;
    float: left;
    font-size: 14px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 50%;
}
.uitslagen img {
    height: 24px;
    line-height: 50px;
    vertical-align: -7px;
    width: 24px;
}
.uitslagen .pull-right {
    bottom: 10px;
    position: absolute;
    right: 20px;
}

.uitslagen .item .overlay {
    background-color: #cb5506;
    bottom: 0;
    left: 0;
    opacity: 1;
    text-align: center;
    position: absolute;
    width: 5px;
    top: 0;
    transition: 0.3s all ease-in-out 0.3s;
}
.uitslagen .item:hover .overlay {
    width: 100%;
}

.uitslagen .item .overlay .result {opacity: 0; transition: opacity 0.4s ease-in;}
.uitslagen .item .overlay:hover .result {opacity: 1; transition-delay: 0.4s;}

.result .resultaat {
    border-bottom: 1px solid #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 40px;
    margin: 0 25px 10px;
}  
/* ==========================================================================
   Main
   ========================================================================== */

.main {
	float: left;
}

/* ==========================================================================
   Content
   ========================================================================== */

.content h1 { font-size: 24px; margin-bottom: 20px;}
.content h2 { font-size: 20px; margin-bottom: 14px;}
.content h3 { font-size: 16px; margin-bottom: 5px;}
.content img, .content iframe { border: none;}

/* left/right */
.content-left { float: left; width: 45%;}
.content-right { float: right; width: 45%;}

.content-left ul, .content-right ul {
    padding: 0;
    margin: 0 0 15px;
    list-style: none;
}
.content-left li:before, .content-right li:before {
    content: "\f068";
    font-family: FontAwesome;
    padding-right: 10px;
} 


/* content aside */
.content-aside {
    float: left;
    width: 65%;
}
.aside {
    float: right;
    padding: 40px 0;
    width: 30%;
}
.aside > p {
    margin: 0;
}

/* ==========================================================================
   Sidebar
   ========================================================================== */

.sidebar {
	float: left;
}


/* ==========================================================================
   Footer
   ========================================================================== */

.footer {
    background-color: #000324;
    border-bottom: 1px solid #dbdbdb;
    border-top: 1px solid #dbdbdb;
    position: relative;
}

.footer .blocks {
    margin: 0 auto;
    padding: 25px 0;
    width: 540px;
}

.address {
    color: #fff;
    float: left;
    padding: 0;
    text-align: center;
    width: 270px;
}
.address h4 {
    color: #fff;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.address ul {
    font-weight: lighter;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.address li {
    line-height: 22px;
}
.address a:hover { color: #fff;}

.logo-visual {
    display: block;
    float: left;
    margin: 0 auto;
    text-align: center;
    width: 270px;
}
.logo-visual img {
    margin: 0 auto;
}    
.sitelinks {
    float: right;
    text-transform: uppercase;
}
.sitelinks ul {
    list-style: outside none none;
    margin: 0;
    padding: 40px 0 0;
}
.sitelinks li {
    float: left;
    padding-left: 10px;
}
.sitelinks li::before {
    color: #bca980;
    content: "/";
    padding-right: 10px;
}
.sitelinks li:first-child::before {
    content: "";
}
.sitelinks a:hover { color: #fff;}

/* Copyright
   ========================================================================== */
.footer .copyright {
    border-top: 1px solid rgba(219, 219, 219, 0.25);
    overflow: hidden;
    color: #fff;
}
.footer .copyright a { color: #fff;}
.footer .copyright a:hover { color: #dbdbdb;}

.copyright ul {
    display: table;
    margin: 0 auto;
    padding: 15px 0;
}
.copyright li {
    float: left;
    font-size: 12px;
    list-style: outside none none;
    padding-right: 10px;
}
.copyright li::before {
    content: "|";
    padding-right: 10px;
}
.copyright li:first-child::before {
    content: "";
    padding: 0;
}
/* ==========================================================================
   Contact-form
   ========================================================================== */

.contact-form table { width: 100%;}
.contact-form table tr td { padding-bottom: 3px;}
.contact-form small { color: #f00;}


/* ==========================================================================
   Images
   ========================================================================== */
 
.image img {
    display: block;
    max-width: 100%;
    height: auto;
}


/* ==========================================================================
   CSS3 transition
   ========================================================================== */

a { transition: 0.3s;}
.btn { transition: background 0.3s;}


/* ==========================================================================
   Buttons
   ========================================================================== */

.btn {
    background-color: #000324;
    border: 1px solid #000324;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    line-height: 40px;
    padding: 0 20px;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    vertical-align: middle;
}

.btn:hover { background-color: transparent; color: #000324;}

.btn-block {
	display: block;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.btn-ghost {
    background: transparent none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 25px;
    color: #fff;
    line-height: 50px;
}
.btn-ghost:hover {
    background-color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #111b75;
}

/* Size
   ========================================================================== */
.btn-large { padding: 6px 14px; font-size: 15px;}
.btn-small { padding: 2px 8px; font-size: 12px;}
.btn-mini { padding: 0 6px; font-size: 11px;}


/* ==========================================================================
   Forms
   ========================================================================== */

.form-horizontal .form-group label {
	display: inline-block;
	margin-right: 20px;
    margin-bottom: 0;
}
.form-group {
	margin-bottom: 10px;
}
label {
    display: block;
    margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"] {
	display: inline-block;
	height: 30px;
	padding: 5px 6px;
	vertical-align: middle;
	border-radius: 2px;
	color: #595959;
	line-height: 20px;
}
input,
select,
textarea {
    margin: 5px 0 5px 5px;
	width: 220px;
}
select,
textarea,
input[type="text"],
input[type="password"] {
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
select.invalid,
textarea.invalid,
input[type="text"].invalid,
input[type="password"].invalid {
	border: 1px solid #d44950;
}
select.invalid:focus,
textarea.invalid:focus,
input[type="text"].invalid:focus,
input[type="password"].invalid:focus {
	border: 1px solid #d44950;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d44950;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
	width: auto;
}
select[multiple],
select[size],
textarea {
	height: auto;
}
select,
input[type="radio"],
input[type="checkbox"] {
	cursor: pointer;
}

/* Size
   ========================================================================== */	
.input-mini { width: 50px;}
.input-small { width: 110px;}
.input-medium { width: 170px;}
.input-large { width: 260px;}


/* ==========================================================================
   Alerts
   ========================================================================== */

.alert {
	margin-bottom: 20px;
	padding: 15px;
	background-color: #fcf8e3;
	border: 1px solid #faebcc;
	border-radius: 4px;
	color: #8a6d3b;
}
.alert-error {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}
.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}
.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
}


/* ==========================================================================
   Tables
   ========================================================================== */   

table {
    max-width: 100%;
}
th {
    text-align: left;
}
.table {
    width: 100%;
    margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
.table > tbody + tbody {
    border-top: 2px solid #ddd;
}
.table .table {
    background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}
.table-bordered {
    border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #eaeaea;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.pull-left { float: left;}
.pull-right { float: right;}

.text-left { text-align: left;}
.text-right { text-align: right;}
.text-center { text-align: center;}

.vertical-align {
	position: relative;
	top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


/* ==========================================================================
   Clearing
   ========================================================================== */

.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.clear:before,
.clear:after,
.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}
.container:after,
.container-fluid:after,
.row:after,
.clear:after,
.clearfix:after {
	clear: both;
}


/* ==========================================================================
   Grid system
   ========================================================================== */

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 768px) {
	.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 { float: left;}
	.col-12 { width: 100%;}
	.col-11 { width: 91.66666667%;}
	.col-10 { width: 83.33333333%;}
	.col-9 { width: 75%;}
	.col-8 { width: 66.66666667%;}
	.col-7 { width: 58.33333333%;}
	.col-6 { width: 50%;}
	.col-5 { width: 41.66666667%;}
	.col-4 { width: 33.33333333%;}
	.col-3 { width: 25%;}
	.col-2 { width: 16.66666667%;}
	.col-1 { width: 8.33333333%;}
}


/* ==========================================================================
   Responsive utility classes
   ========================================================================== */

.visible-phone { display: none !important;}
.visible-tablet { display: none !important;}
.hidden-desktop { display: none !important;}
.visible-desktop { display: inherit !important;}

@media (min-width: 768px) and (max-width: 979px) {
	.hidden-desktop { display: inherit !important;}
	.visible-desktop { display: none !important;}
	.visible-tablet { display: inherit !important;}
	.hidden-tablet { display: none !important;}
}
@media (max-width: 767px) {
	.hidden-desktop { display: inherit !important;}
	.visible-desktop { display: none !important;}
	.visible-phone { display: inherit !important;}
	.hidden-phone { display: none !important;}
}


/* ==========================================================================
   FlexSlider
   ========================================================================== */

.slides, .flex-control-nav, .flex-direction-nav { margin: 0; padding: 0; list-style: none;}
.slides > li { display: none; -webkit-backface-visibility: hidden;}
.slides img { width: 100%; display: block;}

.slides:after { content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides { display: block;}
* html .slides { height: 1%;}
.no-js .slides > li:first-child { display: block;}


/* ==========================================================================
   Logo-3w
   ========================================================================== */
   
.logo-3w { position: absolute; right: 5px; bottom: 5px; width: 20px; height: 20px; background: url(../images/logo-3w.png);}