/*
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 : Mar 10, 2016, 2:10:59 PM
    Author     : Huni
*/


@media screen and (max-width: 1500px) {
    .navbar-brand.little_logo > img {
        left: 3%;
    }
}
@media screen and (max-width: 1380px) {
    .modal-content.pull.evaluare_color {
        margin-top: 0;
    }
}
@media screen and (max-width: 1290px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        display: none;
    }
}
@media screen and (max-width: 1080px) {
 .absolute_circle{
        -moz-animation:spin 4s infinite linear;
        -webkit-animation:spin 4s infinite linear;
    }
    .liclass{
        margin: 0;
    }
    .scroltop {
        color: #fff;
        cursor: pointer;
        display: block;
        position: fixed;
        right:20px;
        bottom:20px;
        z-index: 1;
    }
    .fa.fa-chevron-up.upicon {
        background: #6ebb00 none repeat scroll 0 0;
        border-radius: 50%;
        font-size: 20px;
        padding: 10px;
    }.package_li_elem {
        color: #6EBA00;
        list-style: none;
    }
    .absolute_circle {
    border: 5px solid #6ebb00;
    opacity: .9;
    border-top: 5px solid rgba(0,0,0,0);
    border-left: 5px solid rgba(0,0,0,0);
    border-radius: 50%;
    width: 252px;
    height: 252px;
    margin: 0 auto;
    position: absolute;
    left: -3px;
    top: -3px;
}

}

@media screen and (max-width: 900px) {
    .package_price {
        text-align: center;
    }
    .package_bottom_border {
        display: none;
    }
    .select_dropdown {
        top: 0;
    }
    .used_technologies {
        margin: 0 0 120px;
    }
    .why_us_text {
        margin: 0 auto;
        max-width: 400px;
        text-align: justify;
        width: 90%;
    }
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        display: block;
    }
    .site_logo {
        max-width: 70%;
        padding-top: 80px;
    }
    .navbar-inverse .navbar-brand {
        color: #9d9d9d;
        display: inline-block;
        height: 0;
        margin-bottom: -30px;
    }
    .fixed_menu{
        display: block;
    }
    .navbar-inverse .navbar-toggle {
        border-color: #fff;
    }
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border: medium none;
    }
    .one_head_slide {
        left: 0;
        max-height: 100%;
    }
    .slide_text {
        bottom: -120px;
        color: #141414;
        display: inline-block;
        font-family: "Montserrat",sans-serif;
        font-size: 35px;
    }
    .navbar-inverse .navbar-toggle:focus,
    .navbar-toggle:active,.navbar-toggle:hover
    {
        background-color:transparent;
    }
    .menu_elem_holder{
        display: none;
    }
    .mobile_menu_icon {
        border: 2px solid black;
        display: inline;
        font-size: 25px;
        left: 0;
        margin: 0 auto;
        max-width: 200px;
        position: absolute;
        right: 0;
        top: 20%;
        z-index: 50;
    }
    .menu_elem_holder{
        padding: 0;
        margin: 0 auto;
        z-index: 700;
    }
    .news_input_holder {
        margin: 15px 0;
    }
    .menu_elem{
        display: block;
        max-width: 200px;
        padding:5px 0;
        margin: 0 auto;
    }
    .team{
        overflow: scroll;
    }
    .technology_circle {
        margin: 15px auto 0;
    }
    .contact {
        text-align: center;
    }
    .package_up_border {
        border-left: 2px solid #000;
        border-top: 2px solid #000;
        height: 100%;
        left: 10%;
        max-height: 100px;
        max-width: 100px;
        position: absolute;
        top: 0;
        width: 100%;
    }
    .firstletter {
        display: inline;
        font-size: 38px;
        font-weight: bold;
        text-align: left;
        vertical-align: middle;
        float: none;
    }
    .package_list {
        font-size: 18px;
        line-height: 30px;
        padding-left: 10px;
        padding-top: 5px;
        text-align: center;
    }
    .package_title {
        display: block;
        float: none;
        font-size: 24px;
        font-weight: bold;
        margin: 0 auto;
    }
    .package_title_holder {
        display: inline;
        height: 55px;
        line-height: 40px;
    }
    .package_content_hodler {
        min-height: 420px;
        padding: 10px;
        text-align: center;
    }
    .evoltuation_title {
        font-size: 35px;
        font-weight: bold;
        padding: 40px 0;
    }
}

@media screen and (max-width: 650px) {
    .un_title {
        font-size: 2.3em;}
    .subsceribe_button, .subsceribe_button_pop {
        font-size: 19px;
    }
    .price_offer_hodler {
        background: #fff none repeat scroll 0 0;
        border-radius: 10px;
        margin: 3% auto;
        max-width: 600px;
        padding: 45px 0 0;
        position: relative;
        width: 100%;
    }
    .modal-body {
        padding: 0;
        position: relative;
    }
    .modal-content.pull.evaluare_color {
        background: #151515 none repeat scroll 0 0;
        border: medium none;
        color: #fff;
        margin-left: 0;
        margin-top: 10%;
    }
    .modal-content.pull {
        border: 2px solid #6eba00;
        padding: 0;
        text-align: center;
        width: 100%;
    }
}