/*-------------------------------------------------------------- 

>>> TABLE OF CONTENTS: 

----------------------------------------------------------------

########################################

File Name: phone-position.css

Template Name: Rocket App

Created By: Muneeb Ul Haq Gilani

http://themeforest.net/user/thematicwebs

Description : Below is the description of phone-position.css file with table of contents and style names for easy search.

#########################################



 0.0 - OWL slider styling	

 1.0 - Bullet Base Position Styling

 2.0 - Right Length Positions

 3.0 - Left Positions

 4.0 - Bullet div > div Styling

 5.0 - Phone Hover - Typography 

 6.0 - Phone Bullets - General Styling 

--------------------------------------------------------------*/





/* Owl Slider */

section.work .owl-wrapper-outer {

    overflow:visible !important;

}

section.work .owl-item {

    opacity:0.2;

    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: "Nanum Gothic", "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 div > div {background:none !important;}

.bullet.left {

    left:50%;

}

.bullet.right {

    right:50%;

}

/* Bullet Height Positions */

.bullet.top {

        top:113px;

}

.bullet.centre {

        top:194px;

}

.bullet.btm {

        top:279px;

}

/*----------------------------

Right Length Positions

---------------------------- */

.bullet.right div {

    background: url(../img/indicator-right.png) right no-repeat;

position: absolute;

left: 17px;

height: 14px;

}

/* Left close Length */

.right.close {

    margin-right:-120px;

}

.bullet.right.close div > div {

    left:30px;

}

.bullet.right.close > div {

    width:45px;

}

.right.mid {

    margin-right:-68px;

}

.right.mid > div {

    background: url(../img/indicator-right.png) right no-repeat;

position: absolute;

width: 108px;

left: 17px;

height: 14px;

}



/* Right far Length */

.bullet.right.far {

    margin-right:-40px;

}

.bullet.right.far div > div {

    left:170px;

}

.bullet.right.far > div {

    width:185px;

}



/*----------------------------

Left Positions

---------------------------- */

.bullet.left div {

    background: url(../img/indicator.png) left no-repeat;

position: absolute;

right: 17px;

height: 14px;

}

/* Left close Length */

.left.close {

    margin-left:-120px;

}

.bullet.left.close div > div {

    right:30px;

}

.bullet.left.close > div {

    width:45px;

}

/* Left mid Length */

.bullet.left.mid {

    margin-left:-66px;

}

.bullet.left.mid div > div {

    right:90px;

}

.bullet.left.mid > div {

    width:108px;

}

/* Left far Length */

.bullet.left.far {

    margin-left:-40px;

}

.bullet.left.far div > div {

    right:170px;

}

.bullet.left.far > div {

    width:185px;

}



/*----------------------------

Bullet div > div Styling

---------------------------- */

.bullet.left div > div {

    display:block;

    padding-right:30px;

    position:absolute;

    right:90px;

    width:250px;

    top:-12px;  

    text-align:right;

}

.bullet.right div > div {

    display:block;

    padding-left:30px;

    position:absolute;

    left:90px;

    width:250px;

    top:-12px;  

    text-align:left;

}



/*----------------------------

Phone Hover - Typography

---------------------------- */

.bullet div > div h4 {

    font:18px "Nanum Gothic", "Montserrat", sans-serif;

    margin-bottom:0;

    text-transform:uppercase;

}

.bullet div > div p {

    color:#212930;

    font:15px "Nanum Gothic", "Roboto";

    font-weight:normal;

}



/*----------------------------

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: 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 "Montserrat", sans-serif;

    text-transform:uppercase;

    margin-top:120px;

}

.phoneOverlay div p {

    font: 13px "Nanum Gothic", "Open Sans", sans-serif;

    color:#212930;

}

.phoneOverlay .clicktoClose {

    margin: 0 auto;

    position: relative;

    bottom: 45px;

    font: 11px "Nanum Gothic", "Montserrat", sans-serif;

    text-align: center;

    width: 200px;

    margin-left: -100px;

    left: 50%;

    position: absolute;

    color:#212930;

    text-transform: uppercase;

    cursor:pointer;

}