/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 1, 2018, 2:00:47 PM
    Author     : olegkholyk
*/

.priceitem {
    text-align: center;
    font-family: 'Oswald', sans-serif;
    transition: all 1s ease-in-out;
    box-shadow: 0 15px 15px rgba(0, 0, 0, .2);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.ooo {
    background: url(../img/bg/prices.jpg) top center;
    background-size: cover;
}

.ip {
    background: url(../img/bg/prices.jpg) bottom center;
    background-size: cover;
}

.price_box {
    font-family: 'Oswald', sans-serif;
    display: block;
    color: #fff;
}

.price_box .cost{
    font-weight: 200;
    font-size: 4em;
}
.price_box .time {

}
.service_title {
    color: #fff;
    font-size: 1.7em;
    line-height: 1.25em;
    margin: 40px 40px 0px 40px;
}

.price_box .time .currency {

}
.price_box .time .period {
    border-top: 1px dotted #fff;
    display: block;
    margin: 0 70px 20px 70px;
}
.price_box .cost span {
    color: #fff;
}
.priceitem .description {
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    line-height: 1.45em;
    margin: 20px 30px 0 30px;
}

.priceitem .ooo-bg {
    /*    background: url(../img/icons/prices/ooo.svg) no-repeat left center;*/
    background-size: 60%;
    height: 100px;
}

.priceitem .ip-bg {
    /*    background: url(../img/icons/prices/ip.svg) no-repeat left center;*/
    background-size: 60%;
    height: 100px;
}

.priceitem .main-bottns.animated.fadeInUp.order-bottns {
    margin: -20px 0 30px 0px;
    text-align: center;
}


/*.ooo-bg {
    position: absolute;
    top: -70px;
    left: -20px;
    width: 170px;
    height: 170px;
    border-radius: 20%;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    background: #bc0000;
}*/

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
    .priceitem{
        min-height: 420px;
    }
    .price_box {}
    .price_box .cost {}
    .service_title {}
    .price_box .time .currency {}
    .price_box .time .period {
        display: inline-table;
        margin: 0px 0 20px 0px;
    
}
.price_box .cost span {}
.priceitem .description {}
.priceitem .ooo-bg {}
.priceitem .ip-bg {}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .priceitem{}
    .price_box {}
    .price_box .cost {
        width:70%;
        font-size:2.3em;
    }
    .price_box .time {
        width:30%;
        margin:8px 30px 0 -50px;
    }
    .service_title {
        font-size: 1.3em;
        line-height: 1.25em;
    }
    .price_box .time .currency {
        font-size: .8em;
    }
    .price_box .time .period {
        font-size: .8em;
    }
    .price_box .cost span {}
    .priceitem .description {}
    .priceitem .ooo-bg {}
    .priceitem .ip-bg {}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .priceitem{
        margin:0 0 20px 0;
        min-height: 440px;
    }
    .price_box {}
    .price_box .cost {
        width: 100%;
    }
    .service_title {
        font-size: 1.5em;
        line-height: 1.25em;
    }
    .price_box .time .currency {
        font-size: .8em;
    }
    .price_box .time .period {
        font-size: .8em;
        display: inline-table;
        margin: -10px 0 20px 140px;
    }
}
.price_box .cost span {}
.priceitem .description {
    margin: -15px 30px 0 30px;
}
.priceitem .ooo-bg {
    background-size: 30%;
}
.priceitem .ip-bg {
    background-size: 30%;
}


/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
    .priceitem{}
    .price_box {}
    .price_box .cost {}
    .service_title {}
    .price_box .time .currency {}
    .price_box .time .period {
        margin: 0px 0 20px 210px;
        text-align: center;
        display: inline-table;
    }
    .price_box .cost span {}
    .priceitem .description {}
    .priceitem .ooo-bg {}
    .priceitem .ip-bg {}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
    .priceitem{}
    .price_box {}
    .price_box .cost {}
    .service_title {}
    .price_box .time .currency {}
    .price_box .time .period {}
    .price_box .cost span {}
    .priceitem .description {}
    .priceitem .ooo-bg {}
    .priceitem .ip-bg {}
}

