/*!
 * Start Bootstrap - Business Casual Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    background: url('../img/bg_limestone2.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    font-size: 1.25em;
    line-height: 1.6;
    color: #000;
}

hr {
    max-width: 400px;
    border-color: #999999;
}

.brand,
.address-bar {
    display: none;
}

.navbar-brand {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
}

.navbar-nav {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
}

.img-full {
    min-width: 100%;
}

.brand-before,
.brand-name {
    text-transform: capitalize;
}

.brand-before {
    margin: 15px 0;
}

.brand-name {
    margin: 0;
    font-size: 4em;
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #999999;
}

.box {
    margin-bottom: 20px;
    padding: 30px 15px;
    background: #fff;
    background: rgba(255,255,255,0.9);
}

.intro-text {
    text-transform: uppercase;
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 1px;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}

footer {
    background: #fff;
    background: rgba(255,255,255,0.9);
}

footer p {
    margin: 0;
    padding: 50px 0;
}

@media screen and (min-width:768px) {
    .brand {
    display: inherit;
    margin: 0;
    padding: 30px 0 10px;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 8em;
    line-height: normal;
    color: #fff;
    }
	
	span.firstword{color:#ABD037;}

    .top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
    }

    .address-bar {
        display: inherit;
        margin: 0;
        padding: 0 0 40px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        text-transform: uppercase;
        font-size: 1.25em;
        font-weight: 400;
        letter-spacing: 3px;
        color: #fff;
    }

    .navbar {
        border-radius: 0;
    }

    .navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-default {
        border: none;
        background: #fff;
        background: rgba(255,255,255,0.9);
    }

    .nav>li>a {
        padding: 35px;
    }

    .navbar-nav>li>a {
        line-height: normal;
    }

    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 1.25em;
    }
}

@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}


@media screen and (max-width: 768px) { 

.exhibition {display:none;}

.headline {height:175px; }
    .isotope {
        margin-top:30px;
    }	

    div.bigscreennav {
        display: none!important;
    }   
	
	div.dropdown {
        display: block!important;
	
    }
	
	.btn {margin-top:15px;font-size:20px;}
    .btn,
    .btn-default {
        color: #333;
        border-radius: 4px;
    }
    .dropdown-menu {
        border-radius: 0;
        opacity: 0.9;
		margin-top:-1px;
    }
    .open > .dropdown-menu {
        animation-name: slidenavAnimation;
        animation-duration: 1s;
        animation-iteration-count: 1;
        animation-timing-function: ease;
        animation-fill-mode: forwards;
        -webkit-animation-name: slidenavAnimation;
        -webkit-animation-duration: 1s;
        -webkit-animation-iteration-count: 1;
        -webkit-animation-timing-function: ease;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-name: slidenavAnimation;
        -moz-animation-duration: 1s;
        -moz-animation-iteration-count: 1;
        -moz-animation-timing-function: ease;
        -moz-animation-fill-mode: forwards;
		overflow:scroll;
    }
    @keyframes slidenavAnimation {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    @-webkit-keyframes slidenavAnimation {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
        .list-unstyled li {
            font-size: 15px;
        }
        .isotope {
            margin-top: 1em;
        }
        .isotope:after {
            content: '';
            display: block;
            clear: both;
        }
        div.dropdown {
            display: none;
        }
        div.bigscreennav {
            display: block;
        }
        section#download {
            text-align: left;
        }
        .fancybox-overlay {
            background: #000;
        }
        .fancybox-title,
        .fancybox-title p {
            font-size: 14px;
        }
    }

}

/*customisations*/

.exhibition {
	margin:auto;
    width: 200px;
    height: 100px;
    background-color: #ABD037;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    border-bottom: 0;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	text-align:center;
	color:#FFF;
	font-size:30px;
	padding-top:18px;
}

.navbar-brand, .navbar-header {background:#ABD037}
ul, li {list-style:none;}

.container {
    padding: 0!important;
}

.container ul li {
    line-height: 25px;
}

div.fancybox-title.fancybox-title-outside-wrap{text-align:left;}


div.dropdown {
    display: none!important;
}

div.bigscreennav {
    display: block!important;
}

.bigscreennav a:hover {color:#ABD037;}

.isotope {

 
 }
 
 
 .isotope:after {
     content: '';
     display: block;
     clear: both;
 }
 
 .isotope > * {
     margin: 0;
     padding: 0;
 }
 
  .isotope .name {
     position: absolute;
     left: 10px;
     top: 60px;
     text-transform: none;
     letter-spacing: 0;
     font-size: 12px;
     font-weight: 400;
 }
 
 .isotope img {float: left;
	 position: relative;
     width: 125px;
    margin-right: 20px;
    margin-bottom: 20px;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
		   box-shadow: 10px 15px 7px rgba(0, 0, 0, 0.5);
		     border:1px solid rgba(0, 0, 0, 0.5);
}

.isotope img:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
      transform: scale(1.2);
  box-shadow: 10px 15px 7px rgba(0, 0, 0, 0.5);
  border:10px solid #ABD037;

}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}

.fancybox-opened .fancybox-title {text-align:left;}

/* .element-item{position:relative;float:left;margin-right:5px;margin-bottom:5px;padding:5px;border:1px solid #CCC;overflow:hidden}.element-item > *{margin:0;padding:0}.element-item .name{position:absolute;left:10px;top:60px;text-transform:none;letter-spacing:0;font-size:12px;font-weight:400}
*/
#contact, .copyright {text-align:center;}
