@charset "utf-8";
/* CSS Document */

/*

Project : Corporax - Business HTML5 Template
Author : irs_soft
Version : 1.0
Created by : Sweet Hasan Rajib

 */


/************ TABLE OF CONTENTS ***************

1. Fonts
2. Included css Files
3. General css
4. Header Nav css
5. Main slider css
6. About css
7. Separator css
8. Team css
9. Counter css
10. Service css
11. Portfolio css
12. Blog css
13. Client css
14. Intro css
15. Features css
16. Progress css
17. Plan css
18. Skill css
19. Testimonial css
20. Inner page heading css
21. FAQ css
22. Error css
23. Footer css

**********************************************/

/* ========== Fonts ========== */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');

/* ========== Included css Files ========== */
@import "../css/font-awesome.min.css";
@import "../css/animate.min.css";
@import "../css/animations.css";
@import "../css/owl.css";
@import "../css/isotop.css";
@import "../css/fancyBox.css";
@import "../css/icomoon.css";




/* ========== General css start========== */
body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #666666;
    font-size: 14px;
    line-height: 26px;
    background-color: #ffffff;
    overflow-x: hidden;
    max-width: 100%;
}
/*img {
    max-width: 100%;
    width: 100%;
    height: auto;
}*/
p {
    font-size: 14px;
    line-height: 26px;
    margin: 0;
}
ul,
ol {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
a {
    color: #666666;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #595959;
    text-decoration: none;
}
a:hover,
a:focus {
    outline: none !important;
}
a img {
    border: none;
}
iframe {
    border: none;
}
/* ========== HEADINGS FON-TSIZE ========== */
h1 {
    font-size: 36px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    line-height: 1.2;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
    /*text-transform: capitalize;*/
    letter-spacing: 1px;
}
.form-control:focus {
    border-color: #cccccc;
}
/* ========== TITLE LINE ========== */
.irs-section-title {
    margin-bottom: 60px;
    text-align: center;
}
.irs-section-title h2 {
    font-size: 36px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 800;
}
.irs-section-title p {
    color: #999999;
}


/* ========== layer START ========== */
.irs-layer-black {
    position: relative;
}
.irs-layer-black:before {
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    background: rgba(0, 0, 0, 0.5);
}
.irs-layer-white {
    position: relative;
}
.irs-layer-white:before {
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    background: rgba(255, 255, 255, 0.3);
}


/* ========== Button css start ========== */
.irs-btn-black {
    font-size: 13px;
    color: #ffe600;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 12px 30px;
    background: #000000;
    border-radius: 0;
    border: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.irs-btn-black:hover {
    color: #ffffff;
    background: #000000;
    border-radius: 0;
    border: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.irs-btn-white {
    font-size: 13px;
    color: #000000;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 12px 30px;
    background: #FFFFFF;
    border-radius: 0;
    border: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.irs-btn-white:hover {
    color: #ffffff;
    background: #000000;
    border-radius: 0;
    border: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/* ========== Scroll To Top ========== */
#scrollUp {
    bottom: 10px;
    right: 10px;
    padding: 8px 10px;
    background-color: #FFE600;
}
#scrollUp:before {
    content: "\f176";
    font-family: FontAwesome;
    font-size: 26px;
    color: #000000;
    padding-top: 7px;
}
/* Preloader */
.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/preloader.gif);
}
/* ========== Header Nav css Start ========== */
.irs-main-header {
    position: relative;
}
.scroll-to-fixed-fixed {
    background: #ffffff;
    -webkit-box-shadow: 0px 8px 12px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 8px 12px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 8px 12px -10px rgba(0,0,0,0.75)
}
.navbar-brand {
    height: 100%;
    padding: 0 15px 0 0;
}
.irs-navbar {
    margin-top: 20px;
    border: none;
    background-color: transparent;
}
.irs-navbar .navbar-nav>.active>a,
.irs-navbar .navbar-nav>.active>a:focus,
.irs-navbar .navbar-nav>.active>a:hover {
    color: #000000;
    background: transparent;
}
.scroll-to-fixed-fixed .irs-navbar .navbar-nav>.active>a {
    color: #000000;
    background: transparent;
}
.irs-navbar .navbar-nav>li>a {
    font-size: 13px;
    font-weight: bold;
    color: #bbbbbb;
    text-transform: uppercase;
}
.irs-navbar .navbar-nav>.open>a {
    background-color: transparent;
}
.irs-navbar .navbar-nav>.open>a:hover {
    background-color: transparent;
}
.navbar-right .dropdown-menu {
    width: 225px;
    right: auto;
    box-shadow: none;
    border-top: 2px solid #FFE600;
    border-radius: 0;
    padding: 0;
}
.irs-navbar .dropdown-menu>li>a, .irs-navbar .dropdown-menu > li button {
    color: #bbbbbb;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 12px 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.irs-navbar .dropdown-menu > li button {
    display: block;
    width: 100%;
    text-align: left;
    background-color: transparent;
}
.irs-navbar .dropdown-menu>li>a:hover, .irs-navbar .dropdown-menu > li button:hover {
    color: #000000;
    padding-left: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.irs-navbar .dropdown-menu > li button:hover {
    background-color: #F5F5F5;
}
.irs-header-icon {
    position: fixed;
    top: 30px;
    right: 60px;
    z-index: 999;
}
.irs-header-icon a {
    margin-left: 10px;
    margin-right: 10px;
}
.irs-header-icon a i {
    color: #000000;
}
.irs-header-icon a sup {
    display: inline-block;
    position: absolute;
    right: -5px;
    top: -5px;
    background: #FFE600;
    color: #000000;
    font-size: 10px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.irs-header-search-box .form-control {
    box-shadow: none;
}


/* ========== Main slider css Start ========== */
.irs-main-slider {
    background: url(../images/slider/posto-de-gasolina-desfocada.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 100px 0;
    position: relative;
}
.irs-silder-content {
    text-align: center;
}
.irs-silder-content h6 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 4px;
    margin-bottom: 25px;
    color: #FFE600;
}
.irs-silder-content h1 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 60px;
    color: #FFE600;
}
.irs-silder-content p {
    color: #FFFFFF;
    margin-bottom: 30px;
}
.irs-silder-content .descricao-banner p{
    font-size: 20px;
}
.irs-main-slider .owl-theme .owl-dots {
    position: absolute;
    bottom: -30%;
    left: 50%;
}
.irs-main-slider .owl-theme .owl-dots .owl-dot span {
    height: 10px;
    width: 5px;
    border-radius: 0;
    margin: 0 3px;
    background: #ffffff;
}
.irs-main-slider .owl-theme .owl-dots .owl-dot.active span {
    background: #FFE600;
    height: 20px;
    width: 5px;
}
.irs-main-slider .owl-theme .owl-item {
    -webkit-animation-duration: 1.5s;
}
.irs-main-slider .owl-theme .owl-item.active {
    -webkit-animation-duration: 1.5s;
}


/* Slider two css start */
.irs-main-slider-two {
    padding-top: 100px;
   padding-bottom: 0;
}
.irs-main-slider-two .irs-silder-content {
    text-align: left;
}
.irs-main-slider-two .owl-theme .owl-dots {
    bottom: -30%;
    left: 20px;
}
.irs-main-slider-two .main-slider-two {
    margin-top: 80px;
}


/* ========== About css Start ========== */
.irs-about-field {
    padding: 30px 0 30px;
}
.irs-about-field .irs-about-col {
    margin-bottom: 30px;
}
.irs-about-field .irs-about-col h4 {
    font-size: 16px;
    margin-top: 20px;
}
.irs-about-field .irs-about-col p {
    margin-bottom: 10px;
}
.irs-about-field .irs-about-col a, .titulo-caixa-alta {
    font-weight: 800;
    text-transform: uppercase;
    /*padding-bottom: 10px;*/
    color: #e6e6e6;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.irs-about-field .irs-about-col a:hover {
    color: #000000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.irs-small-bdr {
    width: 20px;
    height: 2px;
    background: #FFE600;
}

/* About inner css start */
.irs-about-inner-field {
    padding: 100px 0 70px;
}
.irs-about-inner-col {
    margin-bottom: 30px;
}
.irs-about-inner-col h4 {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 70px;
}
.irs-about-inner-col p {
    margin-top: 20px;
}
.irs-about-inner-field-two {
    background: #F6F6F6;
    padding: 100px 0 70px;
}
.irs-about-inner-field-three {
    padding: 100px 0 0;
}
.irs-about-inner-field-four {
    padding: 50px 0 0;
}
.irs-about-inner-field-four .irs-inner-about-col {
    margin-bottom: 30px;
}
.irs-about-inner-field-four .irs-inner-about-col h3 {
    font-size: 24px;
    margin-bottom: 20px;
}


/* ========== Separator css Start ========== */
.irs-separator-field {
    background: #FFE600;
    padding: 35px 0 25px;
}
.irs-separator-field .irs-separator-col {
    margin-bottom: 20px;
}
.irs-separator-field .irs-separator-col h2 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 800;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Separator css two start */
.irs-separator-field-two {
    padding: 80px 0 60px;
    background: url(../images/bg/2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}
.irs-separator-col-two {
    margin-bottom: 20px;
}
.irs-separator-field-two h2 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 0;
}


/* ========== Team css Start ========== */
.irs-team-field {
    padding: 100px 0 70px;
}
.irs-team-col {
    margin-bottom: 30px;
}
.irs-team-col h4 a {
    color: #000000;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 5px;
}
.irs-team-col p {
    font-size: 12px;
    color: #999999;
}
.irs-team-img {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.irs-team-social {
    background: #000000;
    text-align: center;
    width: 80%;
    position: absolute;
    left: 50%;
    bottom: -40px;
    margin-left: -40%;
    padding: 5px 10px;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.irs-team-col:hover .irs-team-social {
    bottom: 20px;
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.irs-team-social a i {
    color: #ffffff;
    margin-left: 10px;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.irs-team-social a i:hover {
    color: #FFE600;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* Team Details css start */
.irs-team-details-field {
    padding-top: 100px;
}
.irs-team-details-col h3 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 20px;
    letter-spacing: 2px;
}
.irs-team-details-col p {
    margin-bottom: 50px;
}
.irs-socila-icon {
    margin-bottom: 30px;
}
.irs-socila-icon a i {
    width: 40px;
    height: 40px;
    color: #ffe600;
    background: #000000;
    line-height: 40px;
    margin-right: 10px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.irs-socila-icon a i:hover {
    color: #000000;
    background: #ffe600;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.irs-team-details-col .irs-counter {
    margin-bottom: 50px;
}
.irs-team-details-col .irs-counter span {
    font-size: 24px;
    font-weight: 800;
    color: #000000;
}
.irs-team-details-col .irs-counter-bdr {
    width: 50px;
    height: 5px;
    background: #FFE600;
    margin-bottom: 5px;
}
.irs-team-details-col .irs-counter p {
    text-transform: uppercase;
    color: #999999;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
}


/* ========== Counter css Start ========== */
.irs-counter-field {
    padding: 70px 0 40px;
    background: #000000;
}
.irs-counter-col {
    margin-bottom: 30px;
    position: relative;
    padding-left: 60px;
}
.irs-counter-col i {
    font-size: 48px;
    position: absolute;
    left: 0;
    top: 0;
    color: #FFE600;
}
.irs-counter-col .start-count {
    color: #FFE600;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}
.irs-counter-col h5 {
    color: #ffffff;
    font-weight: bold;
}
/* Counter two start */
.irs-counter-field-two {
    padding: 130px 0 100px;
    background: url(../images/bg/2.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
}

/* ========== Service css Start ========== */
.irs-service-filed {
    padding: 100px 0 50px;
}
.irs-service-col {
    margin-bottom: 50px;
    text-align: center;
}
.irs-service-col i {
    font-size: 42px;
    color: #000000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.irs-service-col:hover i {
    color: #cccccc;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.irs-service-col h4 {
    margin-top: 20px;
    font-size: 16px;
}
/* Service Two start */
.irs-service-field-two {
    padding: 100px 0 70px;
    background: #F6F6F6;
}
.irs-service-field-two .irs-service-col {
    margin-bottom: 30px;
    padding: 30px;
    background: #ffffff;
    text-align: left;
}
.irs-service-field-two .irs-service-col h4 {
    font-size: 16px;
    margin-top: 0;
}
/* Service Inner css start */
.irs-service-inner {
    padding: 100px 0 70px;
}
.irs-service-inner-col {
    margin-bottom: 30px;
}
.irs-service-inner-col h4 {
    font-size: 18px;
    margin-bottom: 20px;
}
.irs-service-inner-col p {
    margin-bottom: 10px;
}
.irs-service-inner-col a {
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 10px;
    color: #e6e6e6;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.irs-service-inner-col a:hover {
    color: #000000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.irs-padtop70 {
    padding-top: 70px;
}



/* ========== Portfolio css Start ========== */
.irs-portfolio-field {
}
.irs-col-padd-less {
    padding: 0;
}
.irs-img-hover {
    position: relative;
    overflow: hidden;
    margin-bottom: -1px;
}
.irs-layer {
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    padding-top: 30%;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.irs-img-hover:hover .irs-layer {
    bottom: 0;
}
.irs-layer h4 {
    font-size: 18px;
    color: #ffffff;
}
.irs-layer p {
    color: #ffffff;
    margin-bottom: 10px;
}
.irs-layer i {
    color: #FFE600;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
/* Portfolio two */
.irs-portfolio-field-two {
    margin-bottom: -10px;
    overflow: hidden;
}
.irs-portfolio-field-two .owl-theme .owl-nav [class*=owl-] {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0;
    padding: 8px 18px;
}
.irs-portfolio-field-two .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -5px;
    top: 38%;
    font-size: 22px;
}
.irs-portfolio-field-two .owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: -5px;
    top: 38%;
    font-size: 22px;
}
/************ Portfolio with isotope **********/
.irs-portfolio-isotope {
    padding: 100px 0;
}
.irs-portfolio-isotope ul {
    margin-bottom: 50px;
}
.irs-portfolio-isotope ul li a {
    color: #bbbbbb;
}
.irs-portfolio-isotope ul li a:hover {
    color: #000000;
}
.irs-portfolio-isotope ul li a.active {
    color: #000000;
}
/* grid-two-item */
.masonry-gallery.grid-two-item .isotope-item {
    width: 50%;
    overflow: hidden;
}
.irs-load-btn {
    margin-top: 50px;
}
/* grid-three-item */
.masonry-gallery.grid-three-item .isotope-item {
    width: 33.33%;
}
/* grid-four-item */
.masonry-gallery.grid-four-item .isotope-item {
    width: 25%;
}




/* ========== Blog css Start ========== */
.irs-blog-field {
    padding: 50px 0 35px;
}
.irs-blog-field .irs-blog-col {
    margin-bottom: 30px;
}
.irs-blog-field .irs-blog-col .irs-blog-image {
    position: relative;
    margin-bottom: 20px;
}
.irs-blog-field .irs-blog-col .irs-blog-image .irs-blog-date {
    background: #FFE600;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.irs-blog-field .irs-blog-col:hover .irs-blog-image .irs-blog-date {
    background: #000000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.irs-blog-field .irs-blog-col .irs-blog-image .irs-blog-date p {
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    padding: 10px 20px;
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.irs-blog-field .irs-blog-col:hover .irs-blog-image .irs-blog-date p {
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.irs-blog-field .irs-blog-col h4 a {
    color: #000000;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0;
}
.irs-blog-field .irs-blog-col p {
    margin-bottom: 15px;
}
.irs-blog-field .irs-blog-col a {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 2px;
    color: #bbbbbb;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.irs-blog-field .irs-blog-col a:hover {
    color: #000000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* Sidebar css start */
.irs-sidebar {
    margin-bottom: 30px;
}
.irs-sidebar .irs-sidebar-title {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.irs-title-border {
    width: 100%;
    height: 5px;
    background: #F6F6F6;;
    margin-bottom: 30px;
}
.irs-title-border .irs-title-border-inside {
    width: 30%;
    height: 5px;
    background: #000000;
}
.irs-news-box {
    margin-bottom: 60px;
}
.irs-news-item {
    position: relative;
    padding-left: 120px;
    margin-bottom: 20px;
}
.irs-news-item img {
    width: 100px;
    height: 75px;
    position: absolute;
    left: 0;
    top: 0;
}
.irs-news-item h3 {
    font-size: 13px;
    text-transform: capitalize;
}
.irs-news-item p {
    color: #999999;
}
.irs-recent-comment {
    margin-bottom: 60px;
}
.irs-recent-comment ul li {
    margin-bottom: 35px;
}
.irs-recent-comment ul li p {
    color: #999999;
    font-size: 13px;
}
.irs-recent-comment ul li p a {
    font-size: 13px;
    font-weight: bold;
    color: #333333;
}
.irs-recent-post {
    margin-bottom: 60px;
}
.irs-recent-post ul li {
    position: relative;
    margin-bottom: 30px;
    padding-left: 40px;
}
.irs-numbar {
    position: absolute;
    left: 0;
    top: 0;
}
.irs-numbar h3 {
    font-size: 30px;
}

/* Blog Single */
.irs-blog-single-col {
    margin-bottom: 30px;
}
.irs-single-toper h3 {
    font-size: 24px;
}
.irs-single-toper ul {
    margin-bottom: 30px;
}
.irs-single-toper ul li {
    float: left;
    margin-right: 20px;
    color: #999999;
}
.irs-single-toper ul li p {
    color: #999999;
}
.irs-single-toper img {
    margin-bottom: 30px;
}
.irs-single-middle {
    margin-top: 30px;
}
.irs-single-middle h4 {
    margin-bottom: 20px;
}
.irs-single-middle p {
    margin-bottom: 20px;
}
.irs-single-middle img {
    margin-bottom: 20px;
}
.irs-single-middle span {
    font-size: 12px;
    color: #999999;
}
.irs-single-bottom p {
    margin-bottom: 30px;
}
.irs-single-bottom img {
    margin-bottom: 30px;
}
.irs-single-bottom ul li {
    margin-bottom: 15px;
}
.irs-single-bottom .irs-comment-box {
    padding: 30px 50px;
    position: relative;
}
.irs-single-bottom .irs-comment-box i {
    font-size: 30px;
    color: #FFE600;
    position: absolute;
    left: 0;
    top: 0;
}
.irs-single-bottom .irs-comment-box p {
    font-size: 16px;
    line-height: 30px;
    font-style: italic;
    color: #bbbbbb;
}
.irs-article-col {
    margin-bottom: 30px;
}
.irs-article-col h3 {
    font-size: 16px;
    line-height: 26px;
}
.irs-article-col p {
    margin-top: 10px;
}
.irs-small-article {
    position: relative;
    padding-left: 120px;
}
.irs-small-article  img {
    width: 100px;
    height: 75px;
    position: absolute;
    left: 0;
    top: 0;
}
.irs-small-article h4 {
    font-size: 13px;
}
.irs-single-comment {
   padding-top: 30px;
   padding-bottom: 20px;
}
.irs-single-comment h3 {
    text-transform: uppercase;
}
.irs-single-comment-item {
    position: relative;
    padding-left: 120px;
    margin-bottom: 20px;
}
.irs-single-comment-item img {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 0;
    top: 0;
}
.irs-single-comment-item h4 {
    font-size: 16px;
}
.irs-single-comment-item h4 span {
    font-size: 12px;
    color: #999999;
    text-transform: lowercase;
}
.irs-single-comment-item a {
    font-size: 12px;
    font-weight: 800;
    color: #ffe600;
}

.irs-comment-form h3 {
    text-transform: uppercase;
}
.irs-comment-form .form-control {
    margin-bottom: 30px;
    height: 40px;
    border-radius: 0;
    box-shadow: none;
}
.irs-textarea {
    height: 100% !important;
    resize: none;
}
.irs-comment-form .irs-submit-btn {
    width: 100%;
    border: 2px solid #000000;
    border-radius: 0;
    padding: 20px 30px;
    color: #000000;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.irs-comment-form .irs-submit-btn:hover {
    background: #000000;
    color: #ffffff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}



/* ========== Client css Start ========== */
.irs-client-field {
    padding: 40px 0;
    background: url(../images/bg/1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/* Client two start */
.irs-client-field-two {
    background-image: none;
    background-color: #F6F6F6;
}
/* Client Three start */
.irs-client-field-three {
    background-color: transparent;
}



/* ========== Intro css Start ========== */
.irs-intro-field {
    background: #FFE600;
    padding: 50px 0 20px;
}
.irs-intro-col {
    margin-bottom: 20px;
}
.irs-upper-row {
    background: #ffffff;
    padding: 50px 50px 30px;
    margin-top: -100px;
    margin-bottom: 50px;
}
.irs-upper-col {
    position: relative;
    padding-left: 60px;
}
.irs-upper-col h4 {
    font-size: 16px;
    margin-bottom: 0;
}
.irs-upper-col p {
    color: #bbbbbb;
    font-size: 13px;
}
.irs-upper-col i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 42px;
    color: #FFE600;
}


/* ========== Features css Start ========== */
.irs-features-field {
    padding: 100px 0 50px;
}
.irs-features-col {
    margin-bottom: 50px;
    text-align: center;
}
.irs-features-col .irs-features-icon {
    width: 80px;
    height: 80px;
    border: 3px solid #333333;
    margin: auto;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.irs-features-col:hover .irs-features-icon  {
    border-color: #FFE600;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.irs-features-col .irs-features-icon i {
    color: #333333;
    font-size: 40px;
    line-height: 80px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.irs-features-col:hover .irs-features-icon i {
    color: #FFE600;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.irs-features-col h4 {
    font-size: 16px;
    margin-top: 20px;
}


/* ========== Progress css Start ========== */
.irs-progress-field {
    padding: 100px 0 50px;
    background: #F6F6F6;
}
.irs-progress-col {
    margin-bottom: 50px;
    text-align: center;
}
.irs-round {
    width: 50px;
    height: 50px;
    background: #000000;
    margin: auto;
    margin-bottom: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.irs-progress-col:hover .irs-round {
    background: #FFE600;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.irs-round h5 {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 0;
    line-height: 50px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.irs-progress-col:hover .irs-round h5 {
    color: #000000;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.irs-progress-col h4 {
    font-size: 16px;
}

/* ========== Plan css Start ========== */
.irs-plan-field {
    padding: 100px 0 70px;
}
.irs-plan-col {
    margin-bottom: 30px;
}
.irs-plan-col ul li {
    margin-bottom: 30px;
    position: relative;
    padding-left: 25px;
}
.irs-plan-col ul li i {
    position: absolute;
    left: 0;
    top: 7px;
    color: #FFE600;
}


/* ========== Skill css Start ========== */
.irs-skill-field {
    padding: 100px 0 70px;
}
.irs-skill-col {
    margin-bottom: 30px;
}
.irs-skill-col h2 {
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.irs-skill-col .irs-progress-bar {
    margin-bottom: 20px;
}
.irs-skill-col .irs-progress-bar p {
    text-transform: capitalize;
    font-size: 14px;
    margin-bottom: 10px;
}
.irs-progress-bar  .progress {
    height: 3px;
    border-radius: 0;
}
.irs-progress-bar .progress-bar {
    background: #000000;
    height: 3px;
    border-radius: 0;
}
/* Skill two css start */
.irs-skill-field-two {
    background: #F6F6F6;
}


/* ========== Testimonial css Start ========== */
.irs-testimonial-field {
    padding: 100px 0 70px;
}
.irs-testimonial-field h2 {
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    margin-bottom: 50px;
}
.irs-testimonial-field h2:after {
    content: "";
    position: absolute;
    right: -100px;
    top: 50%;
    margin-top: -3px;
    width: 70px;
    height: 5px;
    background: #FFE600;
}
.irs-blog-item {
    position: relative;
    padding-left: 90px;
    margin-bottom: 30px;
}
.irs-blog-item h4 {
    font-size: 16px;
}
.irs-blog-item ul li {
    float: left;
    margin-right: 20px;
    color: #bbbbbb;
}
.irs-blog-item ul li i {
    margin-right: 5px;
}
.irs-blog-item p {
    margin-top: 10px;
}
.irs-blog-item-date {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
}
.irs-blog-item-date .irs-date-round {
    width: 60px;
    height: 60px;
    background: #FFE600;
    text-align: center;
    font-weight: 800;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.irs-blog-item-date .irs-date-round h3 {
    color: #000000;
    font-size: 24px;
    line-height: 60px;
}
.irs-blog-item-date p {
    font-weight: 800;
    color: #000000;
    text-transform: uppercase;
}
.irs-testimonial-col .owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    top: -5px;
    right: 0;
}
.irs-testimonial-col-two .owl-theme .owl-nav {
    right: 0;
}
.irs-testimonial-col .owl-theme .owl-nav [class*=owl-] {
    background: transparent;
    color: #bbbbbb;
    border: 1px solid rgba(187, 187, 187, 0.3);
    padding: 4px 15px;
    border-radius: 0;
}
.irs-testimonial-item {
    background: #F6F6F6;
    padding: 40px;
    margin-bottom: 30px;
}
.irs-testimonial-item p {
    font-weight: bold;
    color: #999999;
    margin-bottom: 30px;
}
.irs-testimonial-item h4 {
    font-size: 16px;
    position: relative;
    padding-left: 90px;
    margin-bottom: 0;
}
.irs-testimonial-item h4 span {
    font-size: 12px;
    color: #bbbbbb;
}
.irs-testimonial-item h4:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 70px;
    height: 5px;
    background: #FFE600;
}

/* Inner Testimonial css start */
.irs-inner-testimonial {
    padding: 100px 0 20px;
}
.irs-inner-testimonial-col {
   margin-bottom: 80px;
}
.irs-inner-testimonial-col h3 {
    font-size: 18px;
    margin-bottom: 20px;
}
.irs-inner-testimonial-col p {
    margin-bottom: 30px;
}
.irs-inner-testimonial-col h4 {
    font-size: 18px;
}
.irs-inner-testimonial-col span {
    color: #999999;
    font-size: 12px;
}
.irs-star-group {
    margin-bottom: 10px;
}
.irs-star-group i {
    color: #FFE600;
}



/* ========== Inner page heading css Start ========== */
.irs-inner-page-heading {
    padding: 130px 0 110px;
    background: #F6F6F6;
}
.irs-inner-page-heading .irs-inner-page-col {
    margin-bottom: 20px;
}
.irs-inner-page-heading .irs-inner-page-col h2 {
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
}
.irs-inner-page-heading .irs-inner-page-col p {
    color: #bbbbbb;
    font-weight: bold;
    font-size: 14px;
}
.irs-inner-page-heading .irs-inner-page-col p a {
    color: #bbbbbb;
    font-weight: bold;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.irs-inner-page-heading .irs-inner-page-col p a:hover {
    color: #000000;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


/* ========== FAQ css Start ========== */
.irs-faq-field {
    padding: 100px 0;
}
.irs-faq-col .nav-tabs {
    border-bottom: 5px solid #EEEEEE;
    margin-bottom: 30px;
}
.irs-faq-col .nav-tabs>li.active>a,
.irs-faq-col .nav-tabs>li.active>a:focus,
.irs-faq-col.nav-tabs>li.active>a:hover {
    border: none;
    border-bottom: 5px solid #000000;
    bottom: -4px;
    color: #000000;

}
.irs-faq-col .nav-tabs>li>a {
    border-radius: 0;
    bottom: -4px;
    margin-right: 30px;
    text-transform: uppercase;
    color: #999999;
    font-size: 14px;
    font-weight: 800;
}
.irs-faq-col .nav-tabs>li>a:hover {
    background: transparent;
    color: #000000;
    border-color: transparent;
}
.irs-faq-col .panel-title {
    font-size: 13px;
    font-weight: bold;
}
.irs-faq-col .panel-group .panel {
    border-radius: 0;
}
.irs-faq-col .panel-heading {
    border-radius: 0;
    background: none;
    padding: 20px 20px;
}
.irs-faq-col .panel-title a i {
    color: #FFE600;
}
.irs-faq-col .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: none;
}


/* ========== Error css Start ========== */
.irs-error-field {
    background: #FFE600;
    padding: 200px 0;
}
.irs-error-field h3 {
    font-size: 30px;
    color: #ffffff;
    margin-top: 20px;
}
.irs-error-field p {
    margin-bottom: 40px;
}
.irs-pagination {
    margin-top: 20px;
}
.irs-pagination .pagination>li>a, .irs-pagination  .pagination>li>span {
    margin-right: 10px;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    color: #333333;
    text-align: center;
    line-height: 40px;
    padding: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.irs-pagination .pagination>li>a:hover, .irs-pagination  .pagination>li>span:hover {
    background: #000000;
    color: #ffffff;
    border-color: #000000;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


/* ========== Footer css Start ========== */
.irs-contact-field {
    padding: 100px 0 50px;
}
.irs-contact-col {
    margin-bottom: 50px;
    text-align: center;
}
.irs-contact-col .irs-contact-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border: 1px solid #000000;
    margin-bottom: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.irs-contact-col .irs-contact-icon i {
    font-size: 45px;
    line-height: 100px;
}
.irs-contact-col p {
    margin-bottom: 10px;
}
.irs-contact-col span {
    font-weight: bold;
    color: #000000;
}
.irs-contact-form {
    padding: 30px 0 30px;
}
.irs-contact-form .form-control, .irs-about-inner-field-four .form-control {
    margin-bottom: 15px;
    height: 45px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    /*background: #F6F6F6;*/
    /*box-shadow: 1px 1px 1px #333333;*/
    border: 2px solid #cdcdcd;
    border-radius: 5px;
    font-weight: bold;
}
.irs-contact-form .irs-btn-black {
    width: 100%;
}
.irs-contact-social {
    padding: 60px 0;
    background: #FFE600;
}
.irs-contact-social-icons a i {
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 18px;
    line-height: 60px;
    background: #000000;
    color: #FFE600;
    margin: 0 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.irs-contact-social-icons a i:hover {
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.irs-contact-form .btn {
    margin-bottom: 30px;
}



/* ========== Footer css Start ========== */
.irs-footer-field {
    padding: 60px 0 30px;
    background: #222222;
}
.irs-footer-col {
    margin-bottom: 30px;
}
.irs-footer-col h4 {
    color: #ffe600;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.irs-footer-col p {
    font-size: 13px;
    color: #999999;
    margin-bottom: 20px;
}
.irs-footer-col ul li {
    color: #999999;
    font-size: 13px;
}
.irs-footer-col ul li a {
    color: #999999;
    font-size: 13px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.irs-footer-col ul li a:hover {
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.irs-subscribe-box {
    background: #2D2D2D;
    padding: 50px;
}
.irs-subscribe-box .form-control {
    height: 55px;
    box-shadow: none;
    background: #222222;
    border-radius: 0;
    border: none;
    color: #cccccc;
    text-align: center;
    font-size: 12px;
}
.irs-subscribe-box .irs-btn-white {
    margin-top: 5px;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
}

/* Copyright field start */
.irs-copyright-field {
    background: #2D2D2D;
    padding: 20px 0 10px;
}
.irs-copyright {
    margin-bottom: 10px;
}
.irs-copyright p {
    font-size: 12px;
    color: #ffffff;
    text-transform: capitalize;
}
.irs-copyright p a {
    color: #FFE600;
}
.irs-footer-social {
    text-align: right;
    margin-bottom: 10px;
}
.irs-footer-social a i {
    font-size: 12px;
    margin-left: 10px;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.irs-footer-social a i:hover {
    color: #ffe600;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/*Modificações*/
.well{
    background-color: #FFE600;
}
.np{
    padding: 0px !important;
}
.np-r2{
    padding: 0px !important;
    padding-right: 2px !important;
}
.nm{
    margin: 0px !important;
}
.detalhes-compra{
    font-weight: bold;
    font-size: 16px;
    padding: 8px 0px;
    color: #000;
}
    .detalhes-compra input{
        margin-bottom: 0px !important;
    }
.fonte-amarela{
    color: #FFE600 !important;
    text-shadow: 1px 1px 2px #000000;
}
/*.fonte-amarela:hover{
    color: #FFFFFF !important;
}*/
.fonte-preta{
    color: #333333 !important;
}
.fonte-branca-underline{
    color: #FFFFFF !important;
    text-decoration: underline;
    text-shadow: 1px 1px 2px #000000;
}
.detalhes-contato{
    font-size: 16px;
    font-weight: bold;
    line-height:30px;
    color: #333333;
}
.label-valor, .label-valor-inline, .label-modalidade{
    background-color: #FFE600;
    padding: 6px 10px;
    font-family: "Open Sans",sans-serif;
    box-shadow: 1px 1px 1px #333;
    font-weight: bold;
}
.label-valor-inline{
    display: inline;
}
.label-valor{
    float: left;
    position: absolute;
    right:0px;
    bottom:0px;
    color: #333;
    font-size: 20px;
}
.label-modalidade{
    float: left;
    position: absolute;
    left:0px;
    bottom:0px;
    color: #333;
    font-size: 20px;
}

/*** Personalização *****/

.nada_lado{
    clear: both;
}

.irs-about-col h4{
    margin-top: 10px !important;
}

a.btn-personalizado{
    border-radius: 0px;
    padding: 4px 6px !important;
    margin-top: 6px;
}
a:hover.btn-personalizado{
    color: #FFF !important;
}

.mensagem-produto-inserido{
    z-index: 10000;
    /*position: absolute;
    top: 70px;
    left: 0px;*/
    padding: 10px;
    margin-bottom: 20px;
}

.item-produto{
    background-color: #F0F0F0;
    border-left: 3px solid #FFFFFF;
    border-right: 3px solid #FFFFFF;
    margin-bottom: 10px;
    padding: 20px 10px;
}
    .item-produto h4{
        padding: 6px 0px;
    }

.espaco-top-bottom{
    /*margin-top: 20px !important;
    margin-bottom: 20px !important;*/
}

/*configuraÃ§Ã£o para tabela responsiva - Adriano 19-03-2015 17:33*/
@media only screen and (max-width: 800px) {

    .irs-inner-page-heading{
        padding-bottom: 0px;
    }

    .no-more-tables{padding: 10px;}


  .no-more-tables tr.cabecalho_tabela{
    display: none !important;
  }


  /* Force table to not be like tables anymore */
  .no-more-tables table,
  .no-more-tables thead,
  .no-more-tables tbody,
  .no-more-tables th,
  .no-more-tables td,
  .no-more-tables tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  .no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .no-more-tables tbody tr {
    margin-bottom: 6px;
    background: #f5f5f5;
  }

  .no-more-tables tr { border: 1px solid #ccc; }

  .no-more-tables td {
    /* Behave like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 30% !important;
    white-space: normal;
    text-align:left;
  }

  .no-more-tables td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 27%;
    padding-right: 10px;
    white-space: nowrap;
    text-align:left;
    font-weight: bold;
  }

  /*
  Label the data
  */
  .no-more-tables td:before { content: attr(data-title); }
}


#area-codigo-promocional label{
    font-weight: bold;
}
#area-codigo-promocional .input-group{
    background-color: #cdcdcd;
    padding: 15px;
    margin-bottom: 15px;
}
