/*
    - Template Name: appy
    - Template URI: http://appy.bitballoon.com/
    - Author: Mohamed Kamel
    - Author URI: https://www.facebook.com/M.Kamel090
    - Description: appy This is html5 template for App Landing Page
    - Version: 1.2
    - Tags: HTML, Mobile App, Template, Landing Page , Responsive
*/


/* ----------------------------------------------------
    CSS INDEX        

    01. START GENERAL STYLE (font, body, btn, section-title, placeholder, overlay, section-padding, margins ... etc)
    02. START PRELOADER STYLE
    03. START NAV STYLE
    04. START SLIDE STYLE 1
    05. START SLIDE STYLE 2
    06. START SLIDE STYLE 3
    07. START SLIDE STYLE 4
    08. START ABOUT SECTION
    09. START FEATURES SECTION
    10. START ONE-FEATURE SECTION
    11. START TESTIMONIAL SECTION
    12. START SCREENSHOTS SECTION
    13. START COUNTUP SECTION
    14. START PRICE TABLE SECTION
    15. START VIDEO SECTION
    16. START TEAM SECTION
    17. START DOWNLOAD SECTION
    18. START RECENT BLOG SECTION
    19. START CALL TO ACTION SECTION
    20. START FAQ SECTION
    21. START CONTACT SECTION
    22. START SUBSCRIBE SECTION
    23. START BLOG PAGE
    24. START SINGLE BLOG PAGE
    25. START SIDEBAR 
    26. START FOOTER SECTION

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


/*------------------------------
    01. START GENERAL STYLE
------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
body {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 16px;
    position: relative;
    overflow-x: hidden;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-style: italic;
    color: #3e3e3e !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-style: italic;
    color: #3e3e3e !important;
}

:-ms-input-placeholder {
    /* IE 10+ */
    font-style: italic;
    color: #3e3e3e !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    font-style: italic;
    color: #3e3e3e !important;
}

a:focus {
    outline: none;
    outline-offset: none;
}

a:hover {
    text-decoration: none;
}

red {color: #e30613;}

.btn-default {
    XXXborder-radius: 50px;
    background: #e20f31;
    padding: 10px 20px;
    min-width: 170px;
    border: 2px solid #e20f31;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.price {
   font-size: 40px;
   font-weight: 600;
   color: #e60000;
  vertical-align: middle;
    margin:5px 15px 10px 15px;
}

.oldprice {
  font-size:25px;
    text-decoration: line-through;
    color:#cecece;
    vertical-align: middle;
     margin:5px 15px 10px 0;
}

table tr td {
    padding: 8px 20px;
    vertical-align: top;
   
    font-size: 14px;
    
}

table tr td:first-child {
text-align:right;
    font-weight:600;
    XXXborder-right: 1px solid #a9a7a7;;
}

table tr:nth-child(2n) {
    background-color: rgba(255, 255, 255, 0.35);
}

.btn-default:hover {
    border-color: #fbbf09;
    background: transparent;
    color: #fff;
}

.btn-default.colored {
    color: #fff;
    border-color: #e20f31;
}

.btn-default.colored:hover {
    color: #e20f31;
}

.btn-default.blue {
    color: #000;
    border-color: #000;
}

.btn-default.blue:hover {
    color: #fff;
    background: #000;
}

.mt-120 {
    margin-top: 100px;
}

.mt-200 {
    margin-top: 200px;
}

.mt-250 {
    margin-top: 250px;
}

.space-25 {
    height: 25px;
}

.space-50 {
    height: 50px;
}

.padding-100 {
    padding: 100px 0;
}

.pt-100 {
    padding-top: 100px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-25 {
    padding-top: 25px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-50 {
    padding-bottom: 50px;
}

.section-heade h3 {
    color: #58595b;
    margin: 0;
    /* text-transform: uppercase; */
    font-size: 40px;
    font-weight: 300;
    /* letter-spacing: 5px; */
}

#call-to-action .section-heade h3{

    text-transform:none; 
    font-weight: 600;
    letter-spacing: 0px; }

.section-heade p {
    color: #000;
    margin: 0;
    font-weight: 400;
    line-height: 30px;
    font-size: 16px;
}

.section-heade.white h3 {
    color: #000000;
}

.section-heade.white p {
    color: #000;
}


ul.social-icons {
    margin-left: 0px;
}

ul.social-icons li {
    border-radius: 50%;
    border: 2px solid #fbbf09;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 25px;
    margin-right: 10px;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul.social-icons li i {
    font-size: 14px;
    color: #fbbf09;
}

ul.social-icons li.facebook:hover {
    border-color: #3B5A9A;
    background: #3B5A9A;
}

ul.social-icons li.twitter:hover {
    border-color: #54ABF0;
    background: #54ABF0;
}

ul.social-icons li.google-plus:hover {
    border-color: #DD4B3E;
    background: #DD4B3E;
}

ul.social-icons li.linkedin:hover {
    border-color: #0175B0;
    background: #0175B0;
}

ul.social-icons li.pinterest:hover {
    border-color: #BE0719;
    background: #BE0719;
}

ul.social-icons li.instagram:hover {
    border-color: #9b37b9;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.page-head {
    position: relative;
    padding: 100px 0;
}

.page-head h2 {
    font-size: 50px;
    margin: 0;
    padding: 100px 0 10px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.page-head .breadcrumb {
    background: transparent;
    padding: 0;
}

.page-head .breadcrumb a,
.page-head .breadcrumb {
    color: #fff;
}

.page-head .breadcrumb a:hover {
    text-decoration: none;
}

.page-head .breadcrumb>li+li:before {
    color: #fff;
}

.pagination {
    margin: 40px 0 20px;
}

.pagination>li>a,
.pagination>li>span {
    padding: 8px 15px;
    color: #fbbf09;
    border-color: #fbbf09;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover,
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #ffffff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: -moz-linear-gradient( -29deg, rgb(193, 15, 65) 0%, rgb(35, 59, 136) 100%);
    background: -webkit-linear-gradient( -29deg, rgb(193, 15, 65) 0%, rgb(35, 59, 136) 100%);
    background: -ms-linear-gradient( -29deg, rgb(193, 15, 65) 0%, rgb(35, 59, 136) 100%);
    border-color: #fbbf09;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding: 8px 20px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    padding: 8px 20px;
}

@media (max-width: 991px) {
    .mt-250 {
        margin-top: 125px;
    }
    .mt-200 {
        margin-top: 100px;
    }
    .btn-default {
        padding: 10px 10px;
        min-width: 150px;
        font-size: 12px;
    }
    .section-heade h3 {
        font-weight: 300;
    }
}



/*------------------------------
    01. END GENERAL STYLE
------------------------------*/


/*------------------------------
    02. START PRELOADER STYLE
------------------------------*/

.preloader {
    display:NONE;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: linear-gradient( -29deg, rgb(220, 220, 220) 0%, rgb(255, 255, 255) 100%);
  background-position: 50% 50%;background-attachment: fixed;
}

.preloader .spinner {
    margin: 0 auto;
    width: 40px;
    height: 40px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.preloader .spinner .cube1,
.preloader .spinner .cube2 {
    background-color: #fbbf09;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
    animation: sk-cubemove 1.8s infinite ease-in-out;
}

.preloader .spinner .cube2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
    25% {
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5)
    }
    50% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg)
    }
    75% {
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5)
    }
    100% {
        -webkit-transform: rotate(-360deg)
    }
}

@keyframes sk-cubemove {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(0.5);
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    }
    50% {
        transform: translateX(42px) translateY(42px) rotate(-179deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    }
    50.1% {
        transform: translateX(42px) translateY(42px) rotate(-180deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    }
    75% {
        transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    }
    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
    }
}


/*------------------------------
    - End Preloader Style
------------------------------*/


/*------------------------------
    03. START NAV STYLE
------------------------------*/

.appy-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    border-radius: 0;
    border: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
     background: #fff;
 width: 100vw;
}

.appy-menu.sticky {
    background: linear-gradient( -29deg, rgb(183, 183, 183) 0%, rgb(220, 220, 220) 100%);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.8);
    padding: 0;
}

.appy-menu ul li a {
    color: #000 !important;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.appy-menu ul li .dropdown-menu li a {
    font-size: 13px;
    letter-spacing: 2px;
    padding: 8px 15px;
    text-transform: capitalize;
}

.appy-menu ul li .dropdown-menu li.active a {
    background: #fff;
    color: #fbbf09 !important;
}

.appy-menu ul li.dropdown>a {
    background: transparent !important;
    /*color: #fbbf09 !important;*/
}

.appy-menu ul li .dropdown-menu>a:after {
    content: '';
    left: 0;
    right: 0;
    bottom: 13px;
    width: 90%;
    margin: 0 auto;
    position: absolute;
    height: 25px;
    border-radius: 20px;
    background: #ffffff;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.appy-menu ul.nav>li.active>a:after,
.appy-menu ul.nav>li>a:hover:after {
    content: '';
    left: 0;
    right: 0;
    bottom: 13px;
    width: 90%;
    margin: 0 auto;
    position: absolute;
    height: 25px;
    border-radius: 20px;
    background: #ffffff;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.appy-menu ul li .dropdown-menu {
    background: -moz-linear-gradient( -29deg, rgb(183, 183, 183) 0%, rgb(220, 220, 220) 100%);
    padding: 0;
    border: 0;
    border-radius: 0;
}

.appy-menu .navbar-nav>.active>a,
.appy-menu .navbar-nav>.active>a:focus,
.appy-menu .navbar-nav>.active>a:hover {
    background: none;
    color: #fbbf09 !important;
}

.appy-menu .navbar-brand {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
}

.appy-menu ul li a:hover {
    color: #fbbf09 !important;
}

.appy-menu .navbar-brand {
    height: auto;
    max-width: 200px;
    padding: 5px 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.appy-menu.sticky .navbar-brand {
    padding: 15px;
}

.appy-menu.navbar-default .navbar-toggle {
    background: #fff;
    border-color: #afafaf;
    margin-top: 13px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.appy-menu.navbar-default .navbar-toggle .icon-bar {
    background-color: #fbbf09;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.appy-menu.navbar-default .navbar-toggle.collapsed {
    background: none;
}

.appy-menu.navbar-default .navbar-toggle.collapsed .icon-bar {
    background-color: #afafaf;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px !important;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

@media (max-width: 767px) {
    .appy-menu .navbar-brand {
        padding: 15px;
    }
    .appy-menu ul li a {
        text-align: center;
    }
    .appy-menu ul li.active a:after,
    .appy-menu ul li a:hover:after {
        bottom: 8px !important;
    }
    .appy-menu ul li.open>a:after,
    .appy-menu ul li.open>a:hover:after {
        bottom: 8px !important;
    }
}

@media (min-width: 768px) {
    .appy-menu {
        padding: 30px 0;
        background: transparent;
            padding: 0px 0;
    background: rgba(255, 255, 255, 0.94);
    }
    .appy-menu.sticky .navbar-nav>li>a {
        padding: 20px 15px;
    }
    .appy-menu.sticky ul li.active a:after,
    .appy-menu.sticky ul li a:hover:after {
        bottom: 18px;
    }
    .appy-menu.sticky ul li.open>a:after,
    .appy-menu.sticky ul li.open>a:hover:after {
        bottom: 18px;
    }
    .appy-menu .nav li.dropdown:hover>.dropdown-menu {
        display: block;
    }
}

@media (max-width: 420px) {
.first-logo {display: none;}
}
/*------------------------------
    03. END NAV STYLE
------------------------------*/


/*------------------------------
    04. START SLIDE STYLE 1
------------------------------*/

#home_banner {
    position: relative;
    height: 100%;
}


#home_banner .first_violet {color: #fbbf09; display: inline-block;padding: 0 0 10px 15px;}

@media (max-width: 700px) {
#home_banner .first_slide .mt-120{margin-top: 500px;} 
}

#home_banner ol, #home_banner ul {
    padding-left: 25px;}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;


    opacity: 0.9;
}

#home_banner h3 {
  font-size: 45px;
    color: #333333;
    background: #fbbf09;
    padding: 2px 7px;
    font-weight: 700;
    margin: 3px 0;
    line-height: 55px;
    display: inline-block;
}

#home_banner p {
    font-size: 34px;
    color: #000;
    font-weight: 300;
    margin: 5px 0 30px;
    line-height: 1.3em;
}

#home_banner red {font-weight: 700;}

#home_banner .btn {
    margin: 0 20px 20px 0;font-size: 20px;   text-transform: none;
    letter-spacing: 0px; padding: 7px 15px;
}

#home_banner .col-md-6 {padding:0px;}

#home_banner .btn-app {background: url(../img/baner_appstore_m.png) no-repeat top left; width: 145px; height: 48px;border: none;  display: inline-block}
#home_banner .btn-gplay {background: url(../img/baner_googleplay_m.png) no-repeat top left; width: 162px; height: 48px;border: none;   display: inline-block}


#home_banner a {margin: 0 0px 15px 15px!important;    vertical-align: middle;}
#home_banner a:first-child {margin-left:0px!important;}

#home_banner .btn-gplay:hover, #home_banner .btn-app:hover {opacity:0.7;}

#home_banner .btn:hover {
    border-color: #fff;
    background: #fff;
    color: #fbbf09;
}

@media (max-width: 991px) {
    #home_banner h3 {
        font-size: 30px;
        line-height: 40px;
    }
    #home_banner p {
        font-size: 18px;
    }
    #home_banner .btn {
        margin: 0 20px 20px 0;
    }
}


/*------------------------------
    04. END SLIDE STYLE 1
------------------------------*/


/*------------------------------
    04. START SLIDE STYLE 2
------------------------------*/

#home_banner.index-style-2 {
    height: 755px;
}

#home_banner.index-style-2 .home-slider {
    position: absolute;
    top: 0;
    bottom: 0;
}

#home_banner.index-style-2 .owl-carousel div:not(.owl-dots):not(.owl-nav):not(.slide-content):not(.owl-prev):not(.owl-next) {
    height: 100%;
}


/*#home_banner.index-style-2 .owl-stage-outer,#home_banner.index-style-2 .owl-stage,#home_banner.index-style-2 .owl-item,#home_banner.index-style-2 .item{
    height: 100%;
}*/

#home_banner.index-style-2 .slide-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#home_banner.index-style-2 .owl-carousel .owl-nav .owl-prev,
#home_banner.index-style-2 .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    padding: 15px 20px;
    background: transparent;
    border: 1px solid #dedede;
    border-radius: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #dedede;
}

#home_banner.index-style-2 .owl-carousel .owl-nav .owl-prev {
    left: 0;
}

#home_banner.index-style-2 .owl-carousel .owl-nav .owl-next {
    right: 0;
}

#home_banner.index-style-2 .owl-carousel .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}

#home_banner.index-style-2 .owl-carousel .owl-dots span {
    background: #fff;
    width: 13px;
    height: 13px;
}

#home_banner.index-style-2 .owl-carousel .owl-dots .owl-dot.active span {
    background: #fbbf09;
}

#home_banner.index-style-2 .owl-carousel .owl-item.active .fadecontent-l {
    -webkit-animation: fadeInLeft 1s cubic-bezier(0.7, 0, 0.3, 1) 400ms both;
    animation: fadeInLeft 1s cubic-bezier(0.7, 0, 0.3, 1) 400ms both;
}

#home_banner.index-style-2 .owl-carousel .owl-item.active .fadecontent-r {
    -webkit-animation: fadeInRight 1s cubic-bezier(0.7, 0, 0.3, 1) 400ms both;
    animation: fadeInRight 1s cubic-bezier(0.7, 0, 0.3, 1) 400ms both;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(30px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-30px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}


/*------------------------------
    04. END SLIDE STYLE 2
------------------------------*/


/*------------------------------
    04. START SLIDE STYLE 3
------------------------------*/

#home_banner.index-style-3 {
    height: 100vh;
}

#home_banner.index-style-3 .slide-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#home_banner.index-style-3 .slide-content p {
    max-width: 600px;
    margin: 20px auto 30px;
}


/*------------------------------
    04. END SLIDE STYLE 3
------------------------------*/


/*------------------------------
    04. START SLIDE STYLE 4
------------------------------*/

#home_banner.index-style-4 .owl-carousel .owl-item.active .fadecontent-t {
    -webkit-animation: fadeInUp 1s cubic-bezier(0.7, 0, 0.3, 1) 400ms both;
    animation: fadeInUp 1s cubic-bezier(0.7, 0, 0.3, 1) 400ms both;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

#home_banner.index-style-4 .slide-content p {
    max-width: 600px;
    margin: 20px auto 30px;
}


/*------------------------------
    04. END SLIDE STYLE 4
------------------------------*/


/*------------------------------
    05. START ABOUT SECTION
------------------------------*/

#about .about-box {
    padding: 25px;
}

#about .about-box h4 {
    margin: 30px 0;
    color: #000;
    font-size: 20px;
}

#about .about-box p {
    color: #000;
    font-weight: 400;
    font-size: 16px;
}

#about img{ transition: transform 0.5s ease; width: 50%;}

#about img:hover {
    transform: scale(1.2);
}

.col-md-2_5 {
    width:20%;
    float: left;
    
}

#about.kroki {background: url('../img/kroki_mockup.png') no-repeat center 450px;}
#about.kroki img {width:120px;}
#about.kroki p {padding: 40px 0;}

#about.kroki img:hover {
    transform: scale(1.2);
}

/*------------------------------
    05. END ABOUT SECTION
------------------------------*/


/*------------------------------
    06. START FEATURES SECTION
------------------------------*/

#features {
    position: relative;
}

#features .features-wrapper .single-feature {
    margin-bottom: 40px;
    position: relative;
}

#features .features-wrapper.right-icon .single-feature .features-icon {
    position: absolute;
    right: 0;
}

#features .features-wrapper.left-icon .single-feature .features-icon {
    position: absolute;
    left: 0
}

#features .features-wrapper .single-feature .features-icon img {
    max-width: 60px;
}

#features .features-wrapper.right-icon .single-feature .features-details {
    padding-right: 70px;
}

#features .features-wrapper.left-icon .single-feature .features-details {
    padding-left: 70px;
}

#features .features-wrapper .single-feature .features-details h5 {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 25px;
}

#features .features-wrapper .single-feature .features-details p {
    font-size: 15px;
    color: #fff;
    font-weight: 300;
    line-height: 25px;
}

@media (max-width: 992px) {
    #features .features-wrapper.right-icon .single-feature .features-icon {
        right: inherit;
        left: 0
    }
    #features .features-wrapper.right-icon .single-feature .features-details {
        padding-left: 70px;
        padding-right: 0;
        text-align: left;
    }
}


/*------------------------------
    06. END FEATURES SECTION
------------------------------*/


/*------------------------------
    07. START ONE-FEATURE SECTION
------------------------------*/

.one-feature h2 {
    font-size: 33px;
    color: #58595b;
    font-weight: 300;
    line-height: 1.2em;
    margin: 10px 0 15px;
}

.one-feature p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 1.5em;
    margin-bottom: 30px;
    text-align: justify;
}

@media (max-width: 991px) {
    .one-feature h2 {
        font-size: 30px;
        line-height: 40px;
    }
}


/*------------------------------
    07. END ONE-FEATURE SECTION
------------------------------*/


/*------------------------------
    08. START TESTIMONIAL SECTION
------------------------------*/

#testimonial {
    position: relative;
}

#testimonial .testimonial-slider {}

#testimonial .testimonial-slider .item p {
    font-size: 16px;
    font-weight: 300;
    color: #000;
    line-height: 30px;
    margin-bottom: 30px;
    font-style: italic;
}

#testimonial .testimonial-slider .item .client-img {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    border: 3px solid #fbbf09;
}

#testimonial .testimonial-slider .item h4 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

#testimonial .testimonial-slider .item .client-rate ul li i {
    color: #fac917;
}

#testimonial .testimonial-slider .owl-dots {
    margin-top: 20px !important;
}

#testimonial .testimonial-slider .owl-dots .owl-dot span {
    background: #dcdcdc;
    width: 13px;
    height: 13px;
}

#testimonial .testimonial-slider .owl-dots .owl-dot.active span {
    background: #fbbf09;
}


/*------------------------------
    08. END TESTIMONIAL SECTION
------------------------------*/


/*------------------------------
    09. START SCREENSHOTS SECTION
------------------------------*/

#screenshots {
    position: relative;
}

#screenshots .screenshots-slider {
    padding: 73px 14px 0px 14px;
    background: rgba(0, 0, 0, 0) url('../img/screenshots-bg-3.png') no-repeat scroll top center;
    background-size: 100%;
    max-width: 293px;
    margin: 0 auto;
}

#screenshots .screenshots-slider .owl-nav {
    margin-top: 100px;
}

#screenshots .screenshots-slider .animated {
    -webkit-animation-duration: 0.4s !important;
    animation-duration: 0.4s !important;
}

#screenshots .screenshots-slider.owl-carousel .owl-nav .owl-prev,
#screenshots .screenshots-slider.owl-carousel .owl-nav .owl-next {
    font-family: 'fontAwesome';
    font-size: 0;
    background: #000;
    border-radius: 0;
    width: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#screenshots .screenshots-slider.owl-carousel .owl-nav .owl-prev:hover,
#screenshots .screenshots-slider.owl-carousel .owl-nav .owl-next:hover {
    background: #fbbf09;
}

#screenshots .screenshots-slider.owl-carousel .owl-nav .owl-prev:before {
    content: "\f053";
    font-size: 15px;
}

#screenshots .screenshots-slider.owl-carousel .owl-nav .owl-next:after {
    content: "\f054";
    font-size: 15px;
}


/*------------------------------
    09. END SCREENSHOTS SECTION
------------------------------*/


/*------------------------------
    10. START COUNTUP SECTION
------------------------------*/

#countup {
    position: relative;
}

#countup .countup-box {
    margin-bottom: 30px;
}

#countup .countup-box .count-num {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
}

#countup .countup-box .count-num2 {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
}

#countup .countup-box .count-name {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}


/*------------------------------
    10. END COUNTUP SECTION
------------------------------*/


/*------------------------------
    11. START PRICE TABLE SECTION
------------------------------*/

#price .price-table {
    border: 1px solid #000;
    margin-top: 20px;
    -webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@media (max-width: 992px) {
    #price .price-table {
        margin-bottom: 30px;
    }
}

#price .price-table:hover {
    cursor: pointer;
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -o-transform: scale(1.07);
    transform: scale(1.07);
}

#price .price-table:hover .btn-default.blue {
    color: #fff;
    background: #000;
}

#price .price-table.feature {
    color: #fbbf09;
    border-color: #fbbf09;
    padding: 20px 0;
    margin-top: 0;
}

#price .price-table.feature:hover .btn-default.colored {
    color: #fff;
    background: #fbbf09;
}

#price .price-table h4 {
    font-size: 30px;
    margin: 0;
    text-transform: uppercase;
}

#price .price-table .cost h3 {
    margin: 0;
    font-size: 100px;
    font-weight: 600;
    line-height: 70px;
}

#price .price-table .cost h3 span {
    font-size: 30px;
    line-height: 26px;
}

#price .price-table ul {
    margin: 0;
}

#price .price-table ul li {
    font-size: 20px;
    line-height: 50px;
}


/*------------------------------
    11. END PRICE TABLE SECTION
------------------------------*/


/*------------------------------
    12. START VIDEO SECTION
------------------------------*/

#video {
    position: relative;
}

#video a {
    display: inline-block;
}


/*------------------------------
    12. END VIDEO SECTION
------------------------------*/


/*------------------------------
    13. START TEAM SECTION
------------------------------*/

#team .team-slider .person {
    position: relative;
}

#team .team-slider .person {
    cursor: pointer;
}

#team .team-slider .person .person-info {
    color: #fff;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.3s cubic-bezier(0.52, 1.64, 0.37, 0.66);
    -moz-transition: all 0.3s cubic-bezier(0.52, 1.64, 0.37, 0.66);
    -o-transition: all 0.3s ease;
    transition: all 0.3s cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

#team .team-slider .person:hover .person-info {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

#team .team-slider .person .person-info .info-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 15px;
}

#team .team-slider .person .person-info h4 {
    font-size: 25px;
    margin: 0;
}

#team .team-slider .person .person-info h6 {
    font-size: 13px;
    font-style: italic;
    margin: 0 0 15px 0;
    font-weight: 300;
}

#team .team-slider .person .person-info p {
    font-size: 14px;
    margin-bottom: 20px;
}

#team .team-slider .owl-dots {
    margin-top: 65px;
}

#team .team-slider .owl-dots .owl-dot span {
    background: #000;
    width: 13px;
    height: 13px;
}

#team .team-slider .owl-dots .owl-dot.active span {
    background: #fbbf09;
}


/*------------------------------
    13. END TEAM SECTION
------------------------------*/


/*------------------------------
    14. START DOWNLOAD SECTION
------------------------------*/

#download {
    position: relative;
}

#download .btn-default {
    letter-spacing: 1px;
    min-width: 250px;
    padding: 20px 20px;
    margin-bottom: 15px;
}

#download .btn-default:hover {
    background: #fff;
    color: #fbbf09;
    border-color: #fff;
}

#download .btn-default i {
    font-size: 25px;
    margin-right: 10px;
}

#download .btn-default span {
    position: relative;
    top: -3px;
}
#download a.imgbutton {transition: all 0.3s ease;    padding: 0 0 10px;
    display: inline-block;}
#download a.imgbutton:hover, button.imgbutton:hover {opacity: 0.8;}

button.imgbutton {background: none; border: none;transition: all 0.3s ease;padding:0px;}

/*------------------------------
    14. END DOWNLOAD SECTION
------------------------------*/


/*------------------------------
    15. START RECENT BLOG SECTION
------------------------------*/

#recent-blog .blog-box .blog-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

#recent-blog .blog-box .blog-img .overlay {
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#recent-blog .blog-box:hover .blog-img .overlay {
    opacity: 0.8;
}

#recent-blog .blog-box .blog-img .blog-tags {
    position: absolute;
    top: -30px;
    right: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#recent-blog .blog-box:hover .blog-img .blog-tags {
    top: 10px;
}

#recent-blog .blog-box .blog-img .blog-tags ul {
    margin: 0;
    direction: rtl;
    padding: 0;
}

#recent-blog .blog-box .blog-img .blog-tags ul li {
    line-height: 26px;
    margin-bottom: 5px;
}

#recent-blog .blog-box .blog-img .blog-tags ul li a {
    color: #fbbf09;
    padding: 5px 10px;
    background: rgba(255, 255, 255, 1);
    border-radius: 20px;
    font-size: 12px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#recent-blog .blog-box .blog-img .blog-tags ul li a:hover {
    text-decoration: none;
    background: #fbbf09;
    color: #fff;
}

#recent-blog .blog-box .blog-img .blog-info {
    position: absolute;
    bottom: -20px;
    right: 15px;
    left: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#recent-blog .blog-box:hover .blog-img .blog-info {
    bottom: 15px;
}

#recent-blog .blog-box .blog-img .blog-info h3 {
    padding: 10px 0 15px 0;
    font-size: 20px;
    margin: 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#recent-blog .blog-box:hover .blog-img .blog-info h3 {
    text-shadow: none;
}

#recent-blog .blog-box .blog-img .blog-info h3 a {
    color: #fff;
}

#recent-blog .blog-box .blog-img .blog-info h3 a:hover {
    text-decoration: none;
}

#recent-blog .blog-box .blog-img .blog-info .meta {
    margin: 0;
}

#recent-blog .blog-box .blog-img .blog-info .meta li {
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
}

#recent-blog .blog-box .blog-img .blog-info .meta li:first-child {
    padding-left: 0;
}

#recent-blog .blog-box .blog-img .blog-info .meta li:last-child {
    padding-right: 0;
}

#recent-blog .blog-box .blog-img .blog-info .meta li:after {
    content: '|';
    position: absolute;
    right: -7.5px;
    color: #fff;
}

#recent-blog .blog-box .blog-img .blog-info .meta li:last-child:after {
    display: none;
}

#recent-blog .blog-box .blog-img .blog-info .meta li a {
    font-size: 12px;
    font-weight: 300;
    color: #fff;
}

#recent-blog .blog-box .blog-img .blog-info .meta li a:hover {
    text-decoration: none;
}

#recent-blog .blog-box .blog-details {
    padding: 15px 10px;
}

#recent-blog .blog-box .blog-details p {
    font-size: 14px;
}

#recent-blog .blog-box .blog-details .btn {
    min-width: 150px;
    letter-spacing: 2px;
    padding: 7px 10px;
    margin-top: 10px;
}

#recent-blog .blog-box:hover .blog-details .btn {
    background: transparent;
    border-color: #fbbf09;
    color: #fbbf09;
}

#recent-blog .recent-blog-slider .owl-dots {
    margin-top: 65px;
}

#recent-blog .recent-blog-slider .owl-dots .owl-dot span {
    background: #000;
    width: 13px;
    height: 13px;
}

#recent-blog .recent-blog-slider .owl-dots .owl-dot.active span {
    background: #fbbf09;
}


/*------------------------------
    15. END RECENT bLOG SECTION
------------------------------*/


/*------------------------------
    16. START CALL TO ACTION SECTION
------------------------------*/

#call-to-action {
    position: relative;
}

#call-to-action .btn-default {
    min-width: 250px;
    padding: 20px 20px;
    margin-bottom: 15px;
}

#call-to-action .btn-default:hover {
    background: #fff;
    color: #fbbf09;
    border-color: #fff;
}


/*------------------------------
    16. END CALL TO ACTION SECTION
------------------------------*/


/*------------------------------
    17. START FAQ SECTION
------------------------------*/

#faq .panel {
    box-shadow: none;
    border: none;
}

#faq .panel .panel-heading {
    padding: 0
    /*background: #fbbf09/*f9f9f9*/
    ;
    background-image: -moz-linear-gradient( -29deg, rgb(42, 21, 60) 0%, rgb(99, 50, 138) 100%);
    background-image: -webkit-linear-gradient( -29deg, rgb(42, 21, 60) 0%, rgb(99, 50, 138) 100%);
    background-image: -ms-linear-gradient( -29deg, rgb(42, 21, 60) 0%, rgb(99, 50, 138) 100%);
    border-radius: 0;
}

#faq .panel .panel-heading .panel-title {
    font-size: 15px;
}

#faq .panel .panel-heading .panel-title a {
    display: block;
    padding: 15px 15px 15px 0;
    color: #fff;
    text-transform: capitalize;
    margin-left: 40px;
    position: relative;
}

#faq .panel .panel-heading .panel-title a:hover {
    text-decoration: none;
}

#faq .panel .panel-heading .panel-title a:focus {
    text-decoration: none;
}

#faq .panel .panel-heading .panel-title a:after {
    content: "\f067";
    font: 18px fontAwesome;
    float: left;
    /*margin-right: 25px;*/
    margin-top: 2px;
}

#faq .panel .panel-heading .panel-title a:after {
    content: "\f068";
    font: 18px fontAwesome;
    float: left;
    color: #fff;
    height: 40px;
    width: 40px;
    margin-left: -56px;
    position: absolute;
    line-height: 45px;
    text-align: center;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

#faq .panel .panel-heading .panel-title a.collapsed:after {
    content: "\f067";
    font: 18px fontAwesome;
    float: left;
    color: #fff;
    height: 40px;
    width: 40px;
    margin-left: -56px;
    position: absolute;
    line-height: 45px;
    text-align: center;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

#faq .panel .panel-collapse .panel-body {
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    background: #fdfdfd;
    color: #000;
    border-top: none;
    border-bottom: 5px solid #f9f9f9;
}

#faq img {
    max-width: 170px;
}


/*------------------------------
    17. END FAQ SECTION
------------------------------*/


/*------------------------------
    18. START CONTACT SECTION
------------------------------*/

#contact {
    position: relative;
}

#contact .form-control {
    height: 50px;
    padding: 10px 15px;
    background: rgba(255, 255, 255, 0.55);
    border: none;
    border-radius: 0;
    color: #000;
    letter-spacing: 2px;
    font-weight: 300;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

::placeholder!important {color:#000;opacity: 1;}

#contact .form-control:focus {
    box-shadow: none;
    background: rgba(255, 255, 255, 0.4);
}

#contact textarea.form-control {
    height: auto;
}

#contact .btn-default {
    border-radius: 0;
    background: #fbbf09;
    border: none;
    margin: 20px 0;
    font-weight: 600;
    width: 100%;
}

#contact .btn-default:hover {
    background: #fff;
    color: #fbbf09;
}

#contact .contact-info li {
    position: relative;
    overflow-y: hidden;
    margin-bottom: 20px;
    color: #000;
}

#contact .contact-info li .icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    float: left;
color: #fbbf09;}

#contact .contact-info li .text {
    padding: 5px 10px;
    margin-left: 30px;
}

#contact .contact-info li .text a {
    color: #000;
    text-decoration: none;
}

#contact .form-group span {color: #797979;} 
#contact .form-group span a {color: #797979;} 

#contact a span {text-decoration: none;}
#contact a:hover span {text-decoration: underline;}


/*------------------------------
    18. END CONTACT SECTION
------------------------------*/


/*------------------------------
    19. START SUBSCRIBE SECTION
------------------------------*/

#subscribe .subcribe-form {
    max-width: 500px;
    margin: 0 auto;
    position: relative;
}

#subscribe .subcribe-form .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    background: #fbbf09;
    color: #fff;
    border-color: #fbbf09;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

#subscribe .subcribe-form input {
    height: 44px;
    border-radius: 25px;
    border: 1px solid #fbbf09;
}

#subscribe .subcribe-form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-style: italic;
    color: #000 !important;
}

#subscribe .subcribe-form input::-moz-placeholder {
    /* Firefox 19+ */
    font-style: italic;
    color: #000 !important;
}

#subscribe .subcribe-form input:-ms-input-placeholder {
    /* IE 10+ */
    font-style: italic;
    color: #000 !important;
}

#subscribe .subcribe-form input:-moz-placeholder {
    /* Firefox 18- */
    font-style: italic;
    color: #000 !important;
}

@media (max-width: 992px) {
    #subscribe h3,
    #subscribe p {
        text-align: center;
    }
}

@media (max-width: 480px) {
    #subscribe .subcribe-form .btn {
        position: relative;
        top: 20px;
        display: block;
        width: 100%;
        border-radius: 25px;
    }
}


/*------------------------------
    19. END SUBSCRIBE SECTION
------------------------------*/


/*------------------------------
    20. START BLOG PAGE
------------------------------*/

.blogs .blog-box {
    margin-bottom: 30px;
}

.blogs .blog-box .blog-img {
    overflow: hidden;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.blogs .blog-box .blog-img img {
    width: 100%;
}

.blogs .blog-box .blog-details h3 a {
    color: #fbbf09;
    font-size: 18px;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.blogs .blog-box .blog-details h3 a:hover {
    text-decoration: none;
}

.blogs .blog-box .blog-details .meta {
    margin: 0 0 15px;
}

.blogs .blog-box .blog-details .meta li {
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
}

.blogs .blog-box .blog-details .meta li:first-child {
    padding-left: 0;
}

.blogs .blog-box .blog-details .meta li a {
    font-size: 12px;
    color: #a4a4a4;
}

.blogs .blog-box .blog-details .meta li:after {
    content: '|';
    position: absolute;
    right: -7.5px;
    color: #a4a4a4;
}

.blogs .blog-box .blog-details .meta li:last-child:after {
    display: none;
}

.blogs .blog-box .blog-details p {
    font-size: 14px;
    margin-bottom: 15px;
}


/*------------------------------
    20. END BLOG PAGE
------------------------------*/


/*------------------------------
    21. START SINGLE BLOG PAGE
------------------------------*/

.single-blog .blog-box h3 {
    color: #fbbf09;
    font-size: 18px;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.single-blog p {
    line-height: 25px;
    font-size: 13px;
}

blockquote {
    margin: 26px 40px;
    border-left-color: #fbbf09;
    background: #f3f3f3;
}

blockquote p {
    font-style: italic;
    margin: 0 !important;
}

.comments-container {
    padding: 50px 0 20px;
}

.comments-container h3 {
    font-size: 20px;
    margin: 0 0 20px;
}

.comments-container .comments-list {
    display: block;
}

.comments-container .comments-list li {
    background: #f3f3f3;
    position: relative;
    padding-left: 110px;
    padding-right: 15px;
    margin-bottom: 15px;
    min-height: 120px;
}

.comments-container .comments-list li .avatar {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 20px;
    left: 15px;
    border-radius: 50%;
    overflow: hidden;
}

.comments-container .comments-list li .comment {
    padding: 20px 0px;
}

.comments-container .comments-list li .comment h4 {
    margin: 0 0 20px;
    font-weight: 600;
}

.comments-container .comments-list li .comment h4 span {
    font-size: 13px;
    margin-left: 15px;
    font-style: italic;
    font-weight: 400;
}

.comments-container .comments-list li .comment p {
    margin: 0;
}

.comments-container .comments-list li ul.chiled {
    border-top: 2px dashed #e2e2e2;
}

.comments-form h3 {
    font-size: 20px;
    margin: 0 0 20px;
}

.comments-form .form-control {
    height: 50px;
    padding: 10px 15px;
    background: rgb(243, 243, 243);
    border: none;
    border-radius: 0;
    color: #000;
    letter-spacing: 2px;
    font-weight: 300;
    box-shadow: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.comments-form .form-control:focus {
    box-shadow: 0 0 5px rgba(0, 0, 0, .18);
}

.comments-form textarea.form-control {
    height: auto;
}

.comments-form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-style: italic;
    color: #000 !important;
}

.comments-form input::-moz-placeholder {
    /* Firefox 19+ */
    font-style: italic;
    color: #8c8c8c !important;
}

.comments-form input:-ms-input-placeholder {
    /* IE 10+ */
    font-style: italic;
    color: #8c8c8c !important;
}

.comments-form input:-moz-placeholder {
    /* Firefox 18- */
    font-style: italic;
    color: #8c8c8c !important;
}

.comments-form textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-style: italic;
    color: #8c8c8c !important;
}

.comments-form textarea::-moz-placeholder {
    /* Firefox 19+ */
    font-style: italic;
    color: #8c8c8c !important;
}

.comments-form textarea:-ms-input-placeholder {
    /* IE 10+ */
    font-style: italic;
    color: #8c8c8c !important;
}

.comments-form textarea:-moz-placeholder {
    /* Firefox 18- */
    font-style: italic;
    color: #8c8c8c !important;
}

.comments-form .btn-default {
    border-radius: 0;
    background: #fbbf09;
    border: none;
    margin: 20px 0;
    font-weight: 600;
}


/*------------------------------
    21. ENG SINGLE BLOG PAGE
------------------------------*/


/*------------------------------
    22. START SIDEBAR 
------------------------------*/

.sidebar .search-form {
    max-width: 500px;
    margin: 0 auto;
    position: relative;
}

.sidebar .search-form input {
    height: 44px;
    border-radius: 25px;
    border: 1px solid #fbbf09;
}

.sidebar .search-form .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    background: #fbbf09;
    color: #fff;
    border-color: #fbbf09;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    min-width: auto;
}

.sidebar .search-form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-style: italic;
    color: #000 !important;
}

.sidebar .search-form input::-moz-placeholder {
    /* Firefox 19+ */
    font-style: italic;
    color: #000 !important;
}

.sidebar .search-form input:-ms-input-placeholder {
    /* IE 10+ */
    font-style: italic;
    color: #000 !important;
}

.sidebar .search-form input:-moz-placeholder {
    /* Firefox 18- */
    font-style: italic;
    color: #000 !important;
}

.sidebar .sidebar-widget {
    padding: 20px 0;
}

.sidebar .sidebar-widget h4 {
    font-size: 20px;
    margin: 0;
    padding: 0 0 20px;
}

.sidebar .categories-widget ul li {
    padding: 3px 0;
}

.sidebar .categories-widget ul li a {
    padding: 10px;
    background: #f3f3f3;
    display: block;
    color: #fbbf09;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sidebar .categories-widget ul li a:hover {
    text-decoration: none;
    background: #fbbf09;
    color: #fff;
}

.sidebar .categories-widget ul li a span {
    float: right;
    background: #fbbf09;
    padding: 5px;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    height: 25px;
    width: 25px;
    margin-top: -1.5px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sidebar .categories-widget ul li a:hover span {
    background: #fff;
    color: #fbbf09;
}

.sidebar .recent-posts-widget ul li {
    display: table;
    margin-bottom: 20px;
}

.sidebar .recent-posts-widget .recent-post-img {
    float: left;
    width: 80px;
    height: 80px;
}

.sidebar .recent-posts-widget .recent-post-description {
    display: table-cell;
    padding-left: 15px;
    text-align: left;
    vertical-align: middle;
}

.sidebar .recent-posts-widget .recent-post-description h3 {
    font-size: 15px;
    margin: 0;
}

.sidebar .recent-posts-widget .recent-post-description h3 a {
    color: #fbbf09;
}

.sidebar .archives-widget ul li a,
.sidebar .meta-widget ul li a {
    color: #fbbf09;
    padding: 5px 0;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sidebar .tags-widget ul li {
    display: inline-block;
    line-height: 50px;
}

.sidebar .tags-widget ul li a {
    background: #fbbf09;
    color: #fff;
    font-size: 12px;
    line-height: 100%;
    margin: 5px;
    padding: 10px 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sidebar .tags-widget ul li a:hover {
    background: #000;
}



/*------------------------------
    22. END SIDEBAR 
------------------------------*/


.appy-menu .navbar-brand > img {max-height: 34px;width: auto;}


/*------------------------------
    23. START FOOTER SECTION
------------------------------*/

footer {
    background-image: linear-gradient( -29deg, rgb(224, 224, 224) 0%, rgb(206, 206, 206) 100%);

}

footer p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #4a4a4a;
    padding: 25px 0;
    text-align: right;
}

footer p img {margin: 0px 0 0 10px;}


/*------------------------------
    23. END FOOTER SECTION
------------------------------*/

@media screen and (max-width: 991px) {
    
iframe {width:100%;}
    #about.kroki { background: none;}
    .col-md-2_5 {width: 50%;}   
}

@media screen and (max-width: 600px) {
  .col-md-2_5 {width: 100%;}   
   #about.kroki p { padding: 10px 0;} 
    #home_banner.index-style-2 { height: 900px;}
    #home_banner h3 {padding:0 20px;}
    #home_banner p {padding:0 20px;}
}
    

/*------------------------------
    24. START Regulations SECTION
------------------------------*/    

#regulations{padding: 125px 0px 25px 0px;}
#regulations h3 {color: #000000;font-size: 21px;text-transform: uppercase;font-weight: normal;padding-bottom: 15px;}
#regulations h2{font-size: 35px;}
#regulations h4 {font-size: 25px;padding-bottom: 30px;}
#regulations #tab_operators h5{text-align: left;padding: 18px 0px 5px 0px;}
#regulations #tab_operators{text-align: center;}
#regulations #tab_operators .row div:nth-child(1){padding-bottom: 20px;}
#regulations #tab_operators .row div:nth-child(2) .a-btn{padding: 13px 20px;font-weight: 600;width: 115px;background-color: #ffffff;border: 1px solid;
margin: 5px 5px;cursor: pointer;display: inline-block;}
#regulations #tab_operators .row div:nth-child(2) .a-btn:focus {outline:0;}
#regulations #tab_operators .row div:nth-child(2) .a-btn:nth-child(1){color: #f16e00;}
#regulations #tab_operators .row div:nth-child(2) .a-btn:nth-child(2){color: #34a734;}
#regulations #tab_operators .row div:nth-child(2) .a-btn:nth-child(3){color: #583787;}
#regulations #tab_operators .row div:nth-child(2) .a-btn:nth-child(1):hover{background-color: #f16e00;color: #ffffff;border-color: #f16e00;}
#regulations #tab_operators .row div:nth-child(2) .a-btn:nth-child(2):hover{background-color: #34a734;color: #ffffff;border-color: #34a734;}
#regulations #tab_operators .row div:nth-child(2) .a-btn:nth-child(3):hover{background-color: #583787;color: #ffffff;border-color: #583787;}
#regulations #tab_operators .row div:nth-child(2) .a-btn:nth-child(1).active{background-color: #f16e00;color: #ffffff;border-color: #f16e00;}
#regulations #tab_operators .row div:nth-child(2) .a-btn:nth-child(2).active{background-color: #34a734;color: #ffffff;border-color: #34a734;}
#regulations #tab_operators .row div:nth-child(2) .a-btn:nth-child(3).active{background-color: #583787;color: #ffffff;border-color: #583787;}
#regulations #tab_operators .pdf-site a{color: #000;}
#regulations #tab_operators .pdf-site{text-align: left;}
#regulations #tab_operators #Orange p a{color: #f16e00;}
#regulations #tab_operators #Orange p a:hover{color: #d35300;}
#regulations #tab_operators #Plus p a{color: #34a734;}
#regulations #tab_operators #Plus p a:hover{color: #376e00;}
#regulations #tab_operators #Play p a{color: #583787;}
#regulations #tab_operators #Play p a:hover{color: #411b53;}
#regulations #tab_operators .pdf-site a{background: url(http://www.gdziejestdziecko.pl/lp/stare/agwa/assets/img/pdf-icon.png) no-repeat top left;
padding-left: 40px;min-height: 32px;padding-top: 4px;display: block;}

@media (max-width: 991px) {
#regulations h3 {font-size: 20px;padding-top: 8px;}}

@media (max-width: 767px) {
#regulations h2 {font-size: 30px;}
#regulations {padding: 85px 0px 25px 0px;}}

@media (max-width: 599px) {
#regulations h2 {font-size: 24px;}
#regulations h3 {font-size: 17px;padding-top: 0px;padding-bottom: 0px;}
#regulations #tab_operators .pdf-site a {word-wrap: break-word;font-size: 14px;}}

@media (max-width: 429px) {
#regulations {padding: 60px 0px 25px 0px;}
#regulations h2 {font-size: 23px;}
#regulations h3 {font-size: 15px;}
#regulations #tab_operators .row div:nth-child(2) .a-btn {padding: 12px 20px;margin: 10px auto;display: block;}
#regulations #tab_operators .row div:nth-child(1) {padding-bottom: 10px;}
#regulations h4 {font-size: 20px;padding-bottom: 15px;}}

/*------------------------------
    24. END Regulations SECTION
------------------------------*/


/*------------------------------
    25. START helps SECTION
------------------------------*/    

#helps h3 {font-size: 30px;text-transform: uppercase;text-align: center;color: #2da1d4;font-weight: 600;padding-bottom: 20px;}
#helps{padding: 40px 0px;}
#helps .accordion, #price-list .accordion {color: #000;cursor: pointer;padding: 18px;width: 100%;border: none;
text-align: left;outline: none;font-size: 15px;transition: 0.4s;background-color: #ffffff;font-weight: 600;}
#helps .accordion:after, #price-list .accordion:after {content: '\002B';color: #425fca;font-weight: bold;float: left;margin-right: 10px;}
#helps .accordion.active:after, #price-list .accordion.active:after {content: '\2212';}
#helps .active, #price-list .active{box-shadow: 0 1px 1px rgba(0,0,0,0.1);}
#helps .panel, #price-list .panel {padding: 0 18px;background-color: white;max-height: 0;overflow: hidden;transition: max-height 0.2s ease-out;
box-shadow: 0 1px 1px rgba(0,0,0,0.1);}
#helps .panel img, #price-list .panel img{padding: 10px 0px 35px 0px;}
#helps .panel p:nth-child(1), #price-list .panel p:nth-child(1){padding-top: 18px;}
#helps img{max-width: 200px;height: auto;}
#helps .panel a{display: inline-block;}
#helps .panel a:hover{opacity: 0.8;}

@media (max-width: 599px) {
#helps h3{font-size: 30px;}
#helps .space-50 {height: 25px;}}

@media (max-width: 429px) {
#helps h3 {font-size: 23px;padding-top: 15px;padding-bottom: 10px;}
#helps .space-50 {height: 10px;}
#helps {padding: 40px 0px 20px 0px;}
#helps .accordion:after {margin-right: 0px;margin-left: -20px;}
#helps .panel p{font-size: 15px;}}

/*------------------------------
    25. END helps SECTION
------------------------------*/


/*------------------------------
    26. START price-list SECTION
------------------------------*/    

#price-list .subs-p{text-align: left;font-size: 15px;}
#price-list .panel{text-align: left;}
#price-list {text-align: center;padding-bottom: 30px;}
#price-list h2{font-size: 35px;font-weight: 500;padding-top: 50px;padding-bottom: 15px;}
#price-list h4{font-size: 40px;}
#price-list h3{font-size: 30px;padding-top: 20px;}
#price-list h4 + p{font-weight: 600;padding: 20px 0px;}
#price-list .title-app{text-align: left;color: #23527c;padding-top: 15px;}
#price-list img{max-width: 200px;height: auto;}
#price-list .app-web a p{padding-top: 15px;font-size: 22px;color: #34a0ce;}
#price-list .app-web a{display: inline-block;padding: 0px 50px;vertical-align: top;}
#price-list .app-web a:hover{opacity: 0.6;transition: all 0.4s ease;-webkit-transition: all 0.4s ease;-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;-ms-transition: all 0.4s ease;}
#price-list p{font-size: 18px;}
#price-list .panel p{font-size: 16px;padding-top: 10px;}
#price-list .panel a{display: inline-block;}
#price-list .panel a:hover{opacity: 0.8;}
#price-list .panel{box-shadow: none;}
#price-list .panel.gen{box-shadow: 0 1px 1px rgba(0,0,0,0.1);}
#price-list .p-span {font-size: 15px;padding-bottom: 25px;padding-top: 30px;}
#price-list span{font-size: 15px;}

@media (max-width: 1199px) {
#price-list h3 {padding-top: 0px;}
#price-list .space-50 {height: 35px;}}

@media (max-width: 991px) {
#price-list h2 {padding-top: 80px;}}

@media (max-width: 767px) {
#price-list h2 {font-size: 30px;padding-top: 70px;}
#price-list img {max-width: 165px;}
#price-list h3 {font-size: 26px;}
#price-list .space-50 {height: 10px;}}

@media (max-width: 599px) {
#price-list h2 {font-size: 26px;padding-top: 60px;}
#price-list img {max-width: 120px;}
#price-list .app-web a p {font-size: 18px;}
#price-list .app-web a {padding: 0px 20px;}
#price-list h3 {font-size: 23px;}}

@media (max-width: 429px) {
#price-list .app-web a {padding: 0px 0px 20px 0px;display: block;}
#price-list h2 {font-size: 24px;padding-top: 60px;padding-bottom: 0px;}
#price-list h3 {font-size: 20px;font-weight: 600;}
#price-list .space-50 {height: 0px;}
#price-list p {font-size: 16px;}
#price-list .panel p {font-size: 14px;}}

/*------------------------------
    26. END price-list SECTION
------------------------------*/


/*------------------------------
    27. START contact-section SECTION
------------------------------*/

#contact-section{background-color: #34a0ce;color: #ffffff;padding: 50px 0px;font-size: 14px;}
#contact-section h5{font-size: 22px;font-weight: 900;padding-bottom: 20px;}
#contact-section .first:nth-child(1) img{display: inline-block;padding-right: 10px;}
#contact-section .first:nth-child(1) div:nth-child(2){padding-bottom: 5px;}
#contact-section .first:nth-child(1) p{display: inline-block;}
#contact-section .first:nth-child(1) div:nth-child(2) img{vertical-align: initial;}
#contact-section a{color: #ffffff;}
#contact-section a:hover{opacity: 0.8;}
#contact-section .first:nth-child(2) a{display: block;margin-bottom: 7px;max-width: 110px;}
#contact-section .first:nth-child(3) div{display: inline-block;padding: 20px 10px 0px 0px;}

@media (max-width: 767px) {
#contact-section .row > div:nth-child(1), #contact-section .row > div:nth-child(2){padding-bottom: 30px;}
#contact-section .row{margin-left: 30px;}}

@media (max-width: 429px) {
#contact-section .row{margin-left: -15px;}
#contact-section {padding: 30px 0px 50px 0px;}}

/*------------------------------
    27. END contact-section SECTION
------------------------------*/


/*------------------------------
    29. START pobierz SECTION
------------------------------*/

#pobierz{text-align: center;}
#pobierz h3{font-size: 30px;}
#pobierz .divs-pob{padding-bottom: 40px;}
#pobierz p{padding-top: 10px;}
#pobierz a:hover{opacity: 0.8;}

@media (max-width: 767px) {
#pobierz .space-50 {height: 38px;}
#pobierz h3 {font-size: 25px;}
#pobierz .divs-pob {padding-bottom: 25px;}
#pobierz .divs-pob img{max-width: 165px;}}

@media (max-width: 429px) {
#pobierz h3 {font-size: 21px;}
#pobierz .space-50 {height: 25px;}
#pobierz .divs-pob {padding-bottom: 20px;}}

/*------------------------------
    29. END pobierz SECTION
------------------------------*/

/*------------------------------
    30. START cennik SECTION
------------------------------*/    

#tariff{padding: 110px 0px 90px 0px;text-align: center;}
#tariff h3 {color: #000000;font-size: 18px;font-weight: normal;padding: 15px 0px 55px 0px;line-height: normal;}
#tariff h2{font-size: 35px;}
#tariff .first .top-tariff{background-image: url(../img/first_bg.png);}
#tariff .second .top-tariff{background-image: url(../img/second_bg.png);}
#tariff .third .top-tariff{background-image: url(../img/third_bg.png);}
#tariff .fourth .top-tariff{background-image: url(../img/fourth_bg.png);}
#tariff .top-tariff .box{display: inline-block;max-width: 49%;vertical-align: middle;text-align: left;}
#tariff .top-tariff .box p{display: inline-block;font-size: 14px;font-weight: 600;}
#tariff .top-tariff .box.one{padding-right: 15px;}
#tariff .top-tariff .box.one p{font-size: 55px;font-weight: 900;}
#tariff .top-tariff{color: #ffffff;background-repeat: no-repeat;background-position: center;background-size: cover;height: 200px;
padding: 60px 0px;}
#tariff .bottom-tariff{text-align: center;padding: 40px 40px 35px 40px;}
#tariff .bottom-tariff a{display: block;border: 1px solid;border-radius: 30px;padding: 10px 0px;max-width: 160px;margin: 40px auto auto auto;
cursor: pointer;}
#tariff .bottom-tariff p{font-weight: 600;font-size: 28px;}
#tariff .bottom-tariff span{font-size: 14px;}
#tariff .first .bottom-tariff a{color: #feca1c;border-color: #feca1c;}
#tariff .second .bottom-tariff a{color: #78bb37;border-color: #78bb37;}
#tariff .third .bottom-tariff a{color: #5635b8;border-color: #5635b8;}
#tariff .fourth .bottom-tariff a{color: #0f6eff;border-color: #0f6eff;}
#tariff .all-tariff{box-shadow: 0px 0px 35px 0px rgba(211,209,209,0.6);}
#tariff .all-tariff:hover{box-shadow: 0px 0px 55px 20px rgba(211,209,209,1);transition: all 0.4s ease;-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;-o-transition: all 0.4s ease;-ms-transition: all 0.4s ease;cursor: auto;}
#tariff .first .bottom-tariff a:hover{background: -webkit-linear-gradient(to right, #fbc116, #fde27d);
background: linear-gradient(to right, #fbc116, #fde27d);}
#tariff .second .bottom-tariff a:hover{background: -webkit-linear-gradient(to right, #5faa2d, #9ecb7d);
background: linear-gradient(to right, #5faa2d, #9ecb7d);}
#tariff .third .bottom-tariff a:hover{background: -webkit-linear-gradient(to right, #5635b8, #ac84e6);
background: linear-gradient(to right, #5635b8, #ac84e6);}
#tariff .fourth .bottom-tariff a:hover{background: -webkit-linear-gradient(to right, #2e84ff, #70b5ff);
background: linear-gradient(to right, #2e84ff, #70b5ff);}
#tariff .bottom-tariff a:hover{color: #ffffff;}

#tariff .modal-box {display: none;position: fixed;z-index: 1000;width: 600px;max-width:100%;border-bottom: 1px solid #aaa;
border-radius: 4px;box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);border: 1px solid rgba(0, 0, 0, 0.1);background-clip: padding-box;
background-color: #fff;}
#tariff .modal-box header h3{font-size: 25px;font-weight: 600;padding: 10px 0px;}
#tariff .modal-box header,#tariff .modal-box .modal-header {padding: 15px 0px 0px 0px;}
#tariff .modal-box header h3,#tariff .modal-box header h4,
#tariff .modal-box .modal-header h3,#tariff .modal-box .modal-header h4 { margin: 0;}
#tariff .modal-box footer, .modal-box .modal-footer {padding: 1em;border-top: 1px solid #ddd;background: rgba(0, 0, 0, 0.02);text-align: right;}
#tariff .modal-overlay {opacity: 0;filter: alpha(opacity=0);position: absolute;top: 0;left: 0;z-index: 900;
width: 100%;height: 100%;background: rgba(0, 0, 0, 0.3) !important;}
#tariff a.close {line-height: 1;font-size: 45px;position: absolute;top: 0%;right: 2%;text-decoration: none;color: #000000;opacity: 0.4;}
#tariff a.close:hover {opacity:0.2;transition: all 0.4s ease;-webkit-transition: all 0.4s ease;-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;-ms-transition: all 0.4s ease;}
#tariff .modal-box .modal-activate h4{font-size: 35px;font-weight: 600;}
#tariff .modal-box .modal-activate h4 span{color: #34a0ce;}
#tariff .modal-box .modal-activate{box-shadow: 0px 0px 35px 0 rgba(211,209,209,1);padding: 20px 0px 10px 0px;margin: 0px 25px 20px 25px;
color: #767783;}
#tariff .modal-body iframe{padding-top: 20px;overflow: scroll;overflow-y:scroll;}
#tariff a.close-b{color: #000000;font-weight: 600;cursor: pointer;}
#tariff a.close-b:hover{opacity:0.2;transition: all 0.4s ease;-webkit-transition: all 0.4s ease;-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;-ms-transition: all 0.4s ease;}
#tariff .info-konsument{margin-top: 40px;}
#tariff .info-konsument a{display: inline-block;}
#tariff .btn-kons{border: none;background-color: #ffffff;text-align: center;cursor: pointer;margin-bottom: 25px;}
#tariff .btn-kons:hover{opacity: 0.7;transition: all 0.4s ease;-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;-o-transition: all 0.4s ease;-ms-transition: all 0.4s ease;}
#tariff .info-kons a{display: inline-block;margin: 0px 25px;}
#tariff .info-kons a:hover{opacity: 0.7;transition: all 0.4s ease;-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;-o-transition: all 0.4s ease;-ms-transition: all 0.4s ease;}

@media (max-width: 991px) {
#tariff {padding: 110px 0px 60px 0px;}
#tariff .bottom-tariff {padding: 40px 40px 35px 40px;}
#tariff .all-tariff {margin-bottom: 40px;}
#tariff .modal-box {width: 100%;max-width: 90%;}
#tariff .modal-body iframe{max-height: 95px;}
#tariff .modal-box header h3 {font-size: 20px;}
#tariff .modal-box .modal-activate h4 {font-size: 25px;}
#tariff .modal-box .modal-activate {padding: 11px 0px 1px 0px;margin: 0px 60px 20px 60px;}
#tariff .modal-boxp {margin: 0 0 2px;}
#tariff .modal-box footer, .modal-box .modal-footer {padding: 5px 10px 5px 0px;}}

@media (max-width: 767px) {
#tariff {padding: 110px 0px 60px 0px;}
#tariff .top-tariff .box p {font-size: 17px;}
#tariff .all-tariff {width: 410px;margin: 0px auto 40px auto;}
#tariff .bottom-tariff {padding: 40px 40px 35px 40px;}
#tariff .all-tariff {margin-bottom: 40px;}
#tariff .modal-box {width: 100%;max-width: 90%;}
#tariff .modal-body iframe{max-height: 95px;}
#tariff .modal-box header h3 {font-size: 20px;}
#tariff .modal-box .modal-activate h4 {font-size: 25px;}
#tariff .modal-box .modal-activate {padding: 11px 0px 1px 0px;margin: 0px 60px 20px 60px;}
#tariff .modal-boxp {margin: 0 0 2px;}
#tariff .modal-box footer, .modal-box .modal-footer {padding: 5px 10px 5px 0px;}}

@media (max-width: 599px) {
#tariff .info-konsument {margin-top: 10px;}
#tariff .info-kons a {margin: 0px 15px;}
#tariff .all-tariff {width: 315px;margin: 0px auto 40px auto;}
#tariff {padding: 85px 0px 40px 0px;}
#tariff .modal-box header, #tariff .modal-box .modal-header {padding: 0px 0px 0px 0px;}
#tariff .modal-box p {margin: 0 0 0px;font-size: 13px;}
#tariff .modal-box .modal-activate {padding: 11px 0px 9px 0px;margin: 0px 0px 10px 0px;}
#tariff .modal-box header h3 {font-size: 20px;padding: 10px 0px 3px 0px;}}

@media (max-width: 429px) {
#tariff .info-konsument {margin-top: 10px;}
#tariff .info-kons a {margin: 5px 0px;display: block;}
#tariff .top-tariff .box.one{max-width: 40%;}
#tariff .top-tariff .box{max-width: 60%;}
#tariff .all-tariff {width: 270px;}
#tariff {padding: 60px 0px 25px 0px;}
#tariff h2 {font-size: 30px;}
#tariff h3 {font-size: 16px; padding: 0px 0px 25px 0px;}
#tariff .modal-box header, #tariff .modal-box .modal-header {padding: 0px 0px 0px 0px;}
#tariff .modal-box p {margin: 0 0 1px;font-size: 9px;}
#tariff .modal-box .modal-activate {padding: 5px 0px 4px 0px;margin: 0px 20px 5px 20px;}
#tariff .modal-box header h3 {font-size: 14px;padding: 7px 0px 2px 0px;}
#tariff .modal-box .modal-activate h4 {font-size: 18px;margin: 2px 0px;}
#tariff .modal-body {padding: 10px;}
#tariff a.close {font-size: 35px;}
#tariff .modal-body iframe {max-height: 85px;padding-top: 4px;}
#tariff a.close-b{font-size: 13px;}}

/*------------------------------
    30. END cennik SECTION
------------------------------*/

/*------------------------------
    28. START header SECTION
------------------------------*/

.nav > li > a > img {width: 22px;}

@media (max-width: 767px) {
.nav > li > a > img {margin: auto;}}

/*------------------------------
    28. END header SECTION
------------------------------*/


/*------------------------------
     INNE 
------------------------------*/

@media (max-width: 599px) {
.one-feature.pt-50{padding-top: 0px;}
.one-feature h2 {font-size: 28px;line-height: 35px;text-align: center;}
.one-feature p {text-align: center;line-height: normal;}
.one-feature{text-align: center;}
.one-feature .btn{display: block;margin: 0px auto 5px auto;max-width: 245px;}
#about.padding-100 {padding: 55px 0 30px 0px;}
#about .section-heade h3{font-size: 28px;line-height: 35px;text-align: center;}
#about img {max-width: 140px;padding-top: 30px;}
#about .space-25 {height: 0px;}
#call-to-action .section-heade h3 {text-align: center;font-size: 28px;line-height: 35px;}
#call-to-action.padding-100 {padding: 40px 0;}
#call-to-action .section-heade p {line-height: normal;text-align: center;}
#features .section-heade h3 {font-size: 28px;}
#features .pt-50 {padding-top: 35px;}
.one-feature h2 {font-size: 21px;line-height: normal;padding-top: 10px;}
.one-feature .center-block {max-width: 250px;padding: 10px 0px 20px 0px;}
.one-feature.padding-100 {padding: 15px 0;}
#testimonial .section-heade.white h3 {font-size: 28px;line-height: normal;}
#testimonial.padding-100 {padding: 35px 0;}
#testimonial .space-50 {height: 20px;}
#testimonial .center-block {max-width: 280px;padding-top: 20px;}
#about.kroki p {padding: 15px 0;line-height: normal;font-size: 17px;}
#about .about-box {padding: 0px 25px 0px 25px;}
#download.padding-100 {padding: 60px 0;}
#download a.imgbutton {padding: 0 0 20px;}
#download a.imgbutton img{max-width: 169px;}
#download .space-50 {height: 40px;}
#download .section-heade h3 {font-size: 35px;}
#contact.padding-100 {padding: 50px 0;}
#contact .section-heade h3 {font-size: 35px;}}

@media (max-width: 429px) {
.one-feature.pt-50{padding-top: 0px;}
.one-feature h2 {font-size: 28px;line-height: 35px;text-align: center;}
.one-feature p {text-align: center;line-height: normal;}
.one-feature{text-align: center;}
.one-feature .btn{display: block;margin: 0px auto 5px auto;max-width: 245px;}
.one-feature .price {font-size: 29px;}
.one-feature .oldprice {font-size: 21px;}
#about.padding-100 {padding: 55px 0 30px 0px;}
#about .section-heade h3 {font-size: 25px;line-height: 30px;text-align: center;}
#about img {max-width: 140px;padding-top: 30px;}
#about .space-25 {height: 0px;}
#call-to-action .section-heade h3 {text-align: center;font-size: 28px;line-height: 35px;}
#call-to-action.padding-100 {padding: 40px 0;}
#call-to-action .section-heade p {line-height: normal;text-align: center;}
#features .section-heade h3 {font-size: 28px;}
#features .pt-50 {padding-top: 35px;}
.one-feature h2 {font-size: 21px;line-height: normal;padding-top: 10px;}
.one-feature .center-block {max-width: 250px;padding: 10px 0px 20px 0px;}
.one-feature.padding-100 {padding: 15px 0;}
#testimonial .section-heade.white h3 {font-size: 28px;line-height: normal;}
#testimonial.padding-100 {padding: 35px 0;}
#testimonial .space-50 {height: 20px;}
#testimonial .center-block {max-width: 280px;padding-top: 20px;}
#about.kroki p {padding: 15px 0;line-height: normal;font-size: 17px;}
#about .about-box {padding: 0px 25px 0px 25px;}
#download.padding-100 {padding: 60px 0;}
#download a.imgbutton {padding: 0 0 20px;}
#download a.imgbutton img{max-width: 169px;}
#download .space-50 {height: 40px;}
#download .section-heade h3 {font-size: 35px;}
#contact.padding-100 {padding: 50px 0;}
#contact .space-50 {height: 20px;}
#contact .section-heade h3 {font-size: 28px;line-height: normal;}}

/*------------------------------
     INNE 
------------------------------*/