/* Owl Slider */
.msie8 .bulletFixed{
    filter: alpha(opacity=20);
}
.msie8 .invisibleBullet .bullet{
    visibility: hidden !important;
}
section.work .owl-wrapper-outer {
    overflow:visible !important;
}
section.work .owl-item {
    opacity:0.1;
    /*filter: alpha(opacity=20);*/
    padding:0 0px;
}
section.work .owl-item.o_2away {
    opacity:0.04;
    filter: alpha(opacity=04);
    transition:all .45s ease-in-out;
    -webkit-transition:all .45s ease-in-out;
    -moz-transition:all .45s ease-in-out;
}
section.work .owl-item div {
    text-align:center;
}
section.work .owl-item.active {
    opacity:1;
    /*filter: alpha(opacity=100);*/
    transition:all .45s ease-in-out;
    -webkit-transition:all .45s ease-in-out;
    -moz-transition:all .45s ease-in-out;
    position:relative;
    z-index:50
}
section.work .owl-item.active div img {
    width:222px;
    margin-top:0;
}
    section.work .owl-item div img {
        width:200px;
    margin-top:21px;
    transition:all .5s ease-in-out;
    -webkit-transition:all .5s ease-in-out;
    -moz-transition:all .5s ease-in-out;
    text-align:center;
}
section.work .owl-item h2 {
    color: #0e0f10;
    font-weight: 200;
    margin-top: 0;
    display: inline-block;
    width: 270px;
    height: 30px;
    position: absolute;
    top: -138px;
    left: 50%;
    margin-left: -135px;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    opacity:0;
    filter: alpha(opacity=0);
}
.end_slider {
    text-indent:-9999px;
}
section.work .owl-buttons {
    font-family:"FontAwesome";
    display:inline-block;
    font-style:normal;
    font-weight:normal;
    -webkit-font-smoothing: antialiased;
    font-size:33px;
    top:-150px;
    position:absolute;
    left:50%;
    z-index:9000;
}
section.work .owl-buttons div {
    color:#a3a8ac;
    transition:.3s all ease-in-out;
    -webkit-transition:.3s all ease-in-out;
    -moz-transition:.3s all ease-in-out;
}
section.work .owl-buttons div.owl-prev {
    position:absolute;
    top:0;
    left:-120px;
}
section.work .owl-buttons div.owl-next {
    position:absolute;
    top:0;
    right:-120px;
}
section.work .owl-buttons div:hover {
    color:#464e54;
}

/*----------------------------
Bullet Base Position Styling
---------------------------- */
.bullet.top-01{
    top: 15px;
}
.bullet.top-02{
    top: 90px;
}
.bullet.top-03{
    top: 143px;
}
.bullet.top-04{
    top: 192px;
}
.bullet.top-05{
    top: 239px;
}
.bullet.top-06{
    top: 285px;
}
.bullet.top-07{
    top: 330px;
}
.bullet.top-08{
    top: 375px;
}
.bullet.top-09{
    top: 428px;
}
.bullet.top-10{
    top: 495px;
}
.bullet.top-11{
    top: 548px;
}
.bullet.left {
    left:50%;
}
.bullet.right {
    right:50%;
}
/* Bullet Height Positions */
.bullet.top {
    top:18px;
}
.bullet.centre {
    top:148px;
}
.bullet.btm {
    top:268px;
}
/*----------------------------
Right Length Positions
---------------------------- */
.bullet.right div {
    position: absolute;
    left: 17px;
    height: 14px;
}
/* Left close Length */
.right.close {
    margin-right: -140px;
}
.bullet.right.close span {
    left:65px;
}
.bullet.right.close > div {
    width:45px;
}
.right.mid {
    margin-right: -85px;
}
.right.mid > div {
    position: absolute;
    width: 45px;
    left: 17px;
    height: 14px;
}

/* Right far Length */
.bullet.right.far {
    margin-right: -40px;
}
.bullet.right.far span {
    left:140px;
}
.bullet.right.far > div {
    width:45px;
}

/*----------------------------
Left Positions
---------------------------- */
.bullet.left div {
    position: absolute;
    right: 17px;
    height: 14px;
}
/* Left close Length */
.left.close{
    margin-left: -140px;
}
.bullet.left.close span {
    right:70px;
}
.bullet.left.close > div {
    width:45px;
}
/* Left mid Length */
.bullet.left.mid {
    margin-left: -85px;
}
.bullet.left.mid span {
    right:90px;
}
.bullet.left.mid > div {
    width:45px;
}
/* Left far Length */
.bullet.left.far {
    margin-left:-40px;
}
.bullet.left.far span {
    right:140px;
}
.bullet.left.far > div {
    width:45px;
}

/*----------------------------
Bullet Span Styling
---------------------------- */
.bullet.left span {
    display:block;
    padding-right:30px;
    position:absolute;
    right:120px;
    width:280px;
    top:-12px;
    text-align:right;
}
.bullet.right span {
    display:block;
    padding-left:30px;
    position:absolute;
    left:120px;
    width:280px;
    top:-12px;
    text-align:left;
}

/*----------------------------
Phone Hover - Typography
---------------------------- */
.bullet span h4 {
    margin-top: 0;
    margin-bottom:0;
    text-transform:uppercase;
}
.bullet span p {
    color:#212930;
    font-weight:normal;
}
.bullet.left span, .bullet.right span{
    padding: 0;
    background: white;
    border-radius: 10px;
    top: -45px;
}
.bullet.top-11 span{
    top: -80px !important;
}
/*----------------------------
Phone Bullets - General Styling
---------------------------- */
section.work .owl-item .bullet {
    opacity:0;
    /*filter: alpha(opacity=0);*/
    transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    transform:scale(0.8);
    -webkit-transform:scale(0.8);
    -ms-transform:scale(0.8);
    -moz-transform:scale(0.8);
    width:20px;
    height:20px;
    border-radius:20px;
    background:#212930;
    position:absolute;
    border:3px solid white;
}
section.work .owl-item.active h2 {
    transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    transform:scale(0.8);
    -webkit-transform:scale(0.8);
    -ms-transform:scale(0.8);
    -moz-transform:scale(0.8);
    opacity:0;
    /*filter: alpha(opacity=0);*/
}
section.work .owl-item.active .bullet, section.work .owl-item.active h2 {
    opacity:1;
    /*filter: alpha(opacity=100);*/
    transition:1s all .4s ease-in-out;
    -webkit-transition:1s all .4s ease-in-out;
    -moz-transition:1s all .4s ease-in-out;
    transform:scale(1);
    -webkit-transform:scale(1);
    -ms-transform:scale(1);
    -moz-transform:scale(1);
}

/* .phoneOverlay */
.phoneOverlay {
    position: absolute;
    top: 120px;
    left: 0;
    width: 100%;
    height: 318px;
    background: white;
    background: rgba(255,255,255,0.9);
    z-index: 9999;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    display:none;
}
.phoneOverlay div {
    width:280px;
    margin:20px auto;
    text-align:center;
}
.phoneOverlay div h4 {
    font:18px Arial, Helvetica, sans-serif;
    text-transform:uppercase;
}
.phoneOverlay div p {
    font: 13px Arial, Helvetica, sans-serif;
    color:#212930;
}
.phoneOverlay .clicktoClose {
    margin: 0 auto;
    position: relative;
    bottom: 45px;
    font: 11px Arial, Helvetica, sans-serif;
    text-align: center;
    width: 200px;
    margin-left: -100px;
    left: 50%;
    position: absolute;
    color:#212930;
    text-transform: uppercase;
    cursor:pointer;
}