/*Boxed Layout
------------------------------------*/
.wrapper {
    background: #FFFFFF;
}

/*Top Bar (login, search etc.)
------------------------------------*/
.topbar {
    z-index: 12;
    padding: 8px 0;
    position: relative;

    float: left;
}

.topbar ul.loginbar {
    margin: 0;

}
.login-right{
  margin-top:30px;

float: right;
}
.topbar ul.loginbar > li {
    display: inline;
    list-style: none;
    position: relative;
    padding-bottom: 15px;
}

.topbar ul.loginbar > li > a,
.topbar ul.loginbar > li > a:hover {
    color: #7C8082;
    font-size: 11px;
    text-transform: uppercase;
}

.topbar ul.loginbar li.topbar-devider {
    top: -1px;
    padding: 0;
    font-size: 8px;
    position: relative;
    margin: 0 9px 0 5px;
    font-family: Tahoma;
    border-right: solid 1px #BBBBBB;
}

/*Lenguages*/
.topbar ul.lenguages {
    top: 25px;
    left: -5px;
    display: none;
    padding: 4px 0;
    padding-left: 0;
    list-style: none;
    min-width: 100px;
    position: absolute;
    background: #F0F0F0;
}

.topbar li:hover ul.lenguages {
    display: block;
}

.topbar ul.lenguages:after {
    top: -4px;
    width: 0;
    height: 0;
    left: 8px;
    content: " ";
    display: block;
    position: absolute;
    border-bottom: 6px solid #F0F0F0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-left-style: inset; /*FF fixes*/
    border-right-style: inset; /*FF fixes*/
}

.topbar ul.lenguages li a {
    color: #555555;
    display: block;
    font-size: 10px;
    padding: 2px 12px;
    margin-bottom: 1px;
    text-transform: uppercase;
}

.topbar ul.lenguages li.active a i {
    color: #999999;
    float: right;
    margin-top: 2px;
}

.topbar ul.lenguages li a:hover,
.topbar ul.lenguages li.active a {
    background: #FAFAFA;
}

.topbar ul.lenguages li a:hover {
    text-decoration: none;
}

/*Top Bar v1 (login, search etc.)
------------------------------------*/
.topbar-v1 {
    background: #FDFDFD;
    border-bottom: solid 1px #F0F0F0;
}

/*Top Contacts*/
.topbar-v1 ul {
    margin: 0;
}

.topbar-v1 .top-v1-contacts li {
    color: #666666;
    padding: 5px 0;
    font-size: 12px;
    margin-right: 15px;
    display: inline-block;
}

.topbar-v1 .top-v1-contacts i {
    color: #999999;
    font-size: 13px;
    margin-right: 3px;
}

/*Top Data*/
.topbar-v1 .top-v1-data {
    text-align: right;
}

.topbar-v1 .top-v1-data li {
    padding: 5px 11px;
    display: inline-block;
    border-right: solid 1px #EEEEEE;
}

.topbar-v1 .top-v1-data li:first-child {
    border-left: solid 1px #EEEEEE;
}

.topbar-v1 .top-v1-data li a {
    font-size: 12px;
}

.topbar-v1 .top-v1-data li a:hover {
    text-decoration: none;
}

.topbar-v1 .top-v1-data li i {
    color: #777777;
    font-size: 13px;
}

.topbar-v1 .top-v1-data li a:hover i {
    color: #005E20;
}

/*Responsive Topbar v1*/
@media (max-width: 992px) {
    .topbar-v1 ul {
        text-align: center !important;
    }

    .topbar-v1 .top-v1-contacts {
        margin: 10px 0;
    }

    .topbar-v1 .top-v1-data li {
        top: 1px;
        padding: 6px 16px;
        margin-left: -5px;
        position: relative;
        border: solid 1px #EEEEEE;
    }
}

/*Header Default
------------------------------------*/
.header {
    z-index: 99;
    position: relative;
    border-bottom: solid 2px #EEEEEE;
}

.header .navbar {
    margin: 0;
    min-height: inherit;
}

.header .navbar-default {
    border: none;
    background: none;
}

/*Brand*/
.header .navbar-brand {
    z-index: 1;
    padding: 0 10px 10px;
}

.navbar-header .navbar-brand img {
    margin-top: -10px;
}

@media (max-width: 767px) {
    .navbar-header .navbar-brand img {
        max-height: 50px;
        margin-top: -10px;
    }
}

/*Navbar*/
@media (min-width: 992px) {
    .header .navbar-nav {
        float: right;
    }
}

.header .navbar-default .navbar-nav > li > a {
    color: #687074;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
}

.header .navbar-default .navbar-nav > .active > a {
    color: #005E20;
}

/*Dropdown*/
.header .navbar-right .dropdown-menu {
    right: inherit;
}

/*Navbar Toggle*/
.navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background: #005E20;
    padding: 6px 10px 2px;
}

.navbar-default .navbar-toggle {
    border-color: #5FB611;
}

.navbar-default .navbar-toggle:hover {
    background: #5FB611;
}

.navbar-default .navbar-toggle .fa {
    color: #FFFFFF;
    font-size: 19px;
}

/*Responsive Navbar*/
@media (max-width: 767px) {
    .header .navbar-default .navbar-nav > li > a {
        font-size: 14px;
        padding: 9px 10px;
    }

    .header .navbar-default .navbar-nav > li a {
        /*margin-bottom: 1px;*/
        border-bottom: solid 1px #EEEEEE;
    }

    .header .navbar-default .navbar-nav > li > a:focus {
        background: none;
    }

    .header .navbar-default .navbar-nav > li > a:hover {
        color: #005E20;
    }

    .header .navbar-default .navbar-nav > .active > a,
    .header .navbar-default .navbar-nav > .active > a:hover,
    .header .navbar-default .navbar-nav > .active > a:focus {
        color: #FFFFFF;
        background: #005E20;
        /*border-bottom: solid 2px #005e20;*/
    }

    .header .dropdown-submenu li a {
        font-size: 12px;
    }
}

@media (min-width: 767px) {
    /*Navbar Collapse*/
    .header .navbar-collapse {
        padding: 0;
    }

    /*Navbar*/
    .header .navbar-nav {
        top: 2px;
        position: relative;
    }

    .header .navbar-default .navbar-nav > li > a {
        padding: 9px 30px 9px 20px;
    }

    .header .navbar-default .navbar-nav > li > a,
    .header .navbar-default .navbar-nav > li > a:focus {
        border-bottom: solid 2px transparent;
    }

    .header .navbar-default .navbar-nav > li > a:hover,
    .header .navbar-default .navbar-nav > .active > a {
        border-bottom: solid 2px #005E20;
    }

    .header .navbar-default .navbar-nav > li > a,
    .header .navbar-default .navbar-nav > li > a:hover,
    .header .navbar-default .navbar-nav > li > a:focus,
    .header .navbar-default .navbar-nav > .active > a,
    .header .navbar-default .navbar-nav > .active > a:hover,
    .header .navbar-default .navbar-nav > .active > a:focus {
        background: none;
    }

    .header .navbar-default .navbar-nav > .open > a,
    .header .navbar-default .navbar-nav > .open > a:hover,
    .header .navbar-default .navbar-nav > .open > a:focus {
        color: #687074;
    }

    /*Dropdown Menu*/
    .header .dropdown-menu {
        padding: 0;
        border: none;
        min-width: 200px;
        border-radius: 0;
        z-index: 9999 !important;
        margin-top: -2px !important;
        border-top: solid 2px #005E20;
        border-bottom: solid 2px #687074;
    }

    .header .dropdown-menu li a {
        color: #687074;
        font-size: 13px;
        font-weight: 400;
        padding: 6px 15px;
        border-bottom: solid 1px #EEEEEE;
    }

    .header .dropdown-menu .active > a,
    .header .dropdown-menu li > a:hover {
        color: #FFFFFF;
        filter: none !important;
        background: #687074 !important;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

    .header .dropdown-menu li > a:focus {
        background: none;
        filter: none !important;
    }

    .header .navbar-nav > li.dropdown:hover > .dropdown-menu {
        display: block;
    }
}

/*Search Box*/
.header .navbar .nav > li > .search {
    color: #AAAAAA;
    cursor: pointer;
    min-width: 35px;
    font-size: 15px;
    text-align: center;
    background: #F7F7F7;
    padding: 11px 0 12px;
    display: inline-block;
    border-bottom: solid 2px #AAAAAA;
}

.header .navbar .nav > li > .search:hover {
    color: #005E20;
    background: #F7F7F7;
    border-bottom-color: #005E20;
}

.header .navbar .search-open {
    right: 0;
    top: 38px;
    display: none;
    padding: 14px;
    position: absolute;
    background: #FCFCFC;
    border-top: solid 2px #EEEEEE;
    box-shadow: 0 1px 3px #DDDDDD;
}

.header .navbar .search-open form {
    margin: 0;
}

@media (min-width: 767px) {
    .header .navbar .search-open {
        width: 330px;
    }

    .header .open > .dropdown-menu,
    .header-v1 .open > .dropdown-menu {
        display: none;
    }
}

@media (max-width: 767px) {
    .header .navbar .nav > li > .search {
        color: #999999;
        width: 35px;
        height: 34px;
        line-height: 12px;
        text-align: center;
        margin: 5px 10px 0;
        background: #EEEEEE;
        border-bottom: none;
    }

    .header .navbar .nav > li > .search:hover {
        background: #5FB611;
        color: #FFFFFF !important;
    }

    .header .navbar .search-open {
        top: 5px;
        padding: 0;
        left: 48px;
        border-top: none;
        box-shadow: none;
        background: none;
        margin-right: 10px;
    }
}

/*Header v1
------------------------------------*/
.header-v1 {
    border-bottom: none;
}

/*Brand*/
.header-v1 .navbar-brand {
    top: 2px;
    padding: 0 10px 10px;
}

/*Search Box*/
.header-v1 .navbar .search-open {
    background: #F8F8F8;
}

@media (max-width: 767px) {
    .header-v1 .navbar .search-open {
        bottom: -6px;
    }
}

.header-v1 .navbar .nav > li > .search {
    padding: 11px;
    border: none;
    min-width: 37px;
}

.header-v1 .navbar .nav > li > .search:hover {
    background: #005E20;
    color: #FFFFFF !important;
}

/*Toggle*/
.header-v1 .navbar-toggle {
    margin-top: 3px;
}

/*Responsive Header v1*/
@media (min-width: 767px) and (max-width: 992px) {
    /*Brand*/
    .header-v1 .navbar-brand {
        margin-bottom: 15px;
    }
}

@media (min-width: 767px) {
    /*Navbar*/
    .header-v1 .navbar-default .navbar-nav > li {
        margin-left: 1px;
    }

    .header-v1 .navbar-default .navbar-nav > li > a {
        padding: 9px 30px 6px 20px;
    }

    .header-v1 .navbar-default .navbar-nav > .active > a,
    .header-v1 .navbar-default .navbar-nav > li > a:hover,
    .header-v1 .navbar-default .navbar-nav > li > a:focus {
        color: #FFFFFF !important;
        background: #005E20 !important;
    }

    .header-v1 .navbar-default .navbar-nav > .open > a,
    .header-v1 .navbar-default .navbar-nav > .open > a:hover,
    .header-v1 .navbar-default .navbar-nav > .open > a:focus {
        color: #FFFFFF;
        background: #005E20;
    }

    /*Dropdown Menu*/
    .header-v1 .dropdown-menu {
        background: #FAFAFA;
    }
}

/*Header Fixed
------------------------------------*/
/*Header*/
.header-fixed .header {
    height: 78px;
}

.header-fixed .header.header-fixed-shrink {
    top: 0;
    left: 0;
    width: 100%;
    height: 95px;
    z-index: 9999;
    position: fixed;
    margin-top: -35px;
    background: rgba(255, 255, 255, 0.9);
    border-bottom-color: #F5F5F5;
    -webkit-transition: height 0.6s;
    -moz-transition: height 0.6s;
    transition: height 0.6s;
}

/*Brand*/
.header-fixed .header.header-fixed-shrink .navbar-brand {
    top: 10px;
    z-index: 1;
    position: relative;
    padding: 0 10px 10px;
}

.header-fixed .header.header-fixed-shrink .navbar-brand img {
    width: 90%;
}

.header-fixed .header.header-fixed-shrink .search,
.header-fixed .header.header-fixed-shrink .active a {
    border-bottom: none !important;
}

.header-fixed .header.header-fixed-shrink .dropdown > a:after {
    top: 19px;
}

/*Toggle*/
.header-fixed .navbar-toggle {
    margin-top: 5px;
}

/*Search Bar*/
.header-fixed .header.header-fixed-shrink .search {
    margin-top: 12px;
    padding: 8px !important;
    color: #585F69 !important;
    background: none !important;
}

.header-fixed .header.header-fixed-shrink .search-open {
    border-top: none;
    background: rgba(255, 255, 255, 0.9);
}

/*Responsive Fixed Header*/
@media (max-width: 992px) {
    /*Header*/
    .header-fixed .header {
        height: 118px;
    }

    .header-fixed .header.header-fixed-shrink {
        height: 135px;
    }
}

@media (max-width: 767px) {
    /*Header*/
    .header-fixed .header,
    .header-fixed .header.header-fixed-shrink {
        height: 88px;
    }

    /*Navbar*/
    .header-fixed .header .navbar-nav {
        background: #FFFFFF;
        padding: 6px 0;
        margin-top: 0;
        border: solid 1px #EEEEEE;
    }

    .header-fixed .header .navbar-default .navbar-collapse,
    .header-fixed .header .navbar-default .navbar-form {
        border: none;
    }

    /*Toggle*/
    .header-fixed .navbar-toggle {
        margin-top: 9px;
    }

    /*Search*/
    .header-fixed .header.header-fixed-shrink .navbar .nav > li > .search {
        top: 5px;
        position: relative;
    }
}

@media (min-width: 767px) {
    /*Navbar*/
    .header-fixed .header.header-fixed-shrink .navbar-nav > li > a {
        padding: 19px 30px 18px 20px;
        border-bottom: solid 1px transparent !important;
    }

    /*Search Bar*/
    .header-fixed .header.header-fixed-shrink .search-open {
        top: 56px;
    }
}

/*Dropdown Submenu for BS3
------------------------------------*/
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > a:after {
    top: 8px;
    right: 9px;
    font-size: 11px;
    content: "\f105";
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: FontAwesome;
}

@media (max-width: 767px) {
    .dropdown-submenu > a:after {
        content: " ";
    }
}

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

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

@media (max-width: 767px) {
    .dropdown-submenu > .dropdown-menu {
        display: block;
        margin-left: 15px;
    }
}

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

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
}

.dropdown-menu li [class^="fa-"],
.dropdown-menu li [class*=" fa-"] {
    left: -3px;
    width: 1.25em;
    margin-right: 1px;
    position: relative;
    text-align: center;
    display: inline-block;
}

.dropdown-menu li [class^="fa-"].fa-lg,
.dropdown-menu li [class*=" fa-"].fa-lg {
    /* increased font size for fa-lg */
    width: 1.5625em;
}
/*Pricboxes*/

.panel-boxes{
  padding:20px;
  padding-top:0px;
  padding-left:0px;
  display:flex;
  flex-wrap:wrap;
  width: 100%;

}

.box{
     min-width:232px;
     text-align: center;
    border: solid 2px #8c8c8c;
    border-radius: 10px;
    padding: 0px 30px 20px 30px;
    margin:10px;
    max-width: 232px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;

}




/*Menu Icons*/
.menu-icon {
    margin-right: 10px;
    font-weight: 200;
}

/*Dropdown Show*/
.dropdown-show {
    position: relative;
    display: inline-block;
    box-shadow: 0 0 4px #EEEEEE;
}

/*Main Styles
------------------------------------*/


/*Service*/
.service {
    overflow: hidden;
    margin-bottom: 10px;
    padding: 15px 15px 10px;
}

.service:hover {
    background: #FCFCFC;
    box-shadow: 0 0 5px #DDDDDD;
    -webkit-transition: box-shadow 0.2s ease-in-out;
    -moz-transition: box-shadow 0.2s ease-in-out;
    -o-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
}

.service:hover i {
    color: #656565;
}

.service .desc {
    padding: 0 15px;
    overflow: hidden;
}

.service .desc h4 {
    font-size: 22px;
    line-height: 25px;
}

.service .service-icon {
    float: left;
    padding: 10px;
    color: #005E20;
    font-size: 35px;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.service .service-icon.icon-cogs {
    font-size: 37px;
}

.service .service-icon.icon-plane {
    font-size: 43px;
}

/* Recent Work  */
.recent-work a {
    text-align: center;
    background: #FCFCFC;
    display: inline-block;
}

.recent-work a:hover {
    text-decoration: none;
}

.recent-work a:hover strong {
    color: #555555;
}

.recent-work em.overflow-hidden {
    display: block;
}

.recent-work a span {
    display: block;
    padding: 10px;
    border-bottom: solid 2px #EEEEEE;
}

.recent-work a strong {
    color: #555555;
    display: block;
}

.recent-work a i {
    color: #777777;
}

.recent-work a img {
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.recent-work a:hover img {
    opacity: 0.8;
    -webkit-transform: scale(1.2) rotate(3deg);
    -moz-transform: scale(1.2) rotate(3deg);
    -o-transform: scale(1.0) rotate(3deg);
    -ms-transform: scale(1.2) rotate(3deg);
    transform: scale(1.2) rotate(3deg);
}

.recent-work a:hover span {
    border-bottom: solid 2px #005E20;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* Work */
.work {
    margin-top: 6px;
}

.work .details {
    padding: 10px;
}

.work .caption {
    display: block;
    padding-top: 5px;
    color: #585F69 !important;
    font-size: 18px !important;
}

.work .caption:hover {
    cursor: pointer;
    color: #444444 !important;
    text-decoration: underline;
}

/*Footer*/
.footer {
    color: #DADADA;
    background: #585F69;
    padding: 20px 0 30px;
}

.footer.margin-top-0 {
    margin-top: 0;
}

.footer p,
.footer a {
    font-size: 14px;
}

.footer p {
    color: #DADADA;
}

.footer a {
    color: #005E20;
}

.footer a:hover {
    color: #A8F85F;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.footer h2,
.footer h3,
.footer h4 {
    color: #E4E4E4;
    background: none;
    text-shadow: none;
}

/*Footer Subsribe*/
.footer .footer-subsribe {
    width: 85%;
}

/*Footer Blog Posts*/
.footer .blog-list {
    margin: 0;
    padding: 0;
    color: #DADADA;
    list-style: none;
}

.footer .blog-list li {
    padding: 0 0;
    margin-bottom: 7px;
}

.footer .blog-list li span {
    color: #818488;
}

.footer .dl-horizontal,
.footer .dl-horizontal:hover {
    border: none !important;
    background: none !important;
}

.footer .posts .dl-horizontal a {
    color: #DADADA;
}

.footer .dl-horizontal a:hover {
    color: #A8F85F !important;
}

.footer .dl-horizontal img {
    border-color: #888888 !important;
}

/*Copyright*/
.copyright {
    font-size: 12px;
    padding: 11px 0 7px;
    background: #3E4753;
    border-top: solid 1px #777777;
}

.copyright p {
    color: #DADADA;
    margin-top: 12px;
}

.copyright a {
    margin: 0 5px;
    color: #005E20;
}

.copyright a:hover {
    color: #A8F85F;
}

.copyright a img {
    margin-top: 5px;
}

/*Thumbnails
------------------------------------*/
a.thumbnail {
    padding: 0;
    border: none;
    margin-bottom: 15px;
}

.thumbnail-style {
    padding: 7px;
    margin-bottom: 20px;
}

.thumbnail-style:hover {
    box-shadow: 0 0 8px #DDDDDD;
    -webkit-transition: box-shadow 0.2s ease-in-out;
    -moz-transition: box-shadow 0.2s ease-in-out;
    -o-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
}

.thumbnail h3,
.thumbnail-style h3 {
    margin: 6px 0 8px 0;
}

.thumbnail h3 a,
.thumbnail-style h3 a {
    color: #585F69;
    font-size: 20px;
}

.thumbnail h3 a:hover,
.thumbnail-style h3 a:hover {
    color: #005E20;
    text-decoration: none;
}

.thumbnail-style .thumbnail-img {
    position: relative;
    margin-bottom: 11px;
}

.thumbnail-style a.btn-more {
    right: -10px;
    bottom: 10px;
    color: #FFFFFF;
    padding: 1px 6px;
    position: absolute;
    background: #005E20;
    display: inline-block;
}

.thumbnail-style a.btn-more:hover {
    text-decoration: none;
    box-shadow: 0 0 0 2px #377500;
}

.thumbnail-style:hover a.btn-more {
    right: 10px;
}

.thumbnail-kenburn img {
    left: 10px;
    margin-left: -10px;
    position: relative;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.thumbnail-kenburn:hover img {
    -webkit-transform: scale(1.2) rotate(2deg);
    -moz-transform: scale(1.2) rotate(2deg);
    -o-transform: scale(1.2) rotate(2deg);
    -ms-transform: scale(1.2) rotate(2deg);
    transform: scale(1.2) rotate(2deg);
}

/*Servive Blocks
------------------------------------*/
/*Service Alternative Block*/
.service-alternative .service:hover {
    background: #76CA2C;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.service-alternative .service:hover i,
.service-alternative .service:hover p,
.service-alternative .service:hover h4 {
    color: #FFFFFF;
}

/*Servive Block Versions*/
.service-v1 h2 {
    margin: 15px 0 10px;
    font-size: 20px;
    line-height: 28px;
}

.service-v1 p {
    text-align: justify;
}

/*Blog Posts
------------------------------------*/
.posts .dl-horizontal a {
    color: #555555;
}

.posts .dl-horizontal {
    margin-bottom: 15px;
    overflow: hidden;
}

.posts .dl-horizontal dt {
    width: 60px;
    float: left;
}

.posts .dl-horizontal dt img {
    width: 60px;
    height: 60px;
    padding: 2px;
    margin-top: 2px;
    border: solid 1px #DDDDDD;
}

.posts .dl-horizontal dd {
    margin-left: 70px;
}

.posts .dl-horizontal dd p {
    margin: 0;
}

.posts .dl-horizontal dd a {
    font-size: 14px;
    line-height: 16px !important;
}

.posts .dl-horizontal dd a:hover {
    color: #005E20;
    text-decoration: none;
}

.posts .dl-horizontal:hover dt img,
.posts .dl-horizontal:hover dd a {
    color: #005E20;
    border-color: #005E20 !important;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/*Privacy Page
------------------------------------*/
.privacy a {
    text-decoration: underline;
}

.privacy a:hover {
    color: #005E20;
    text-decoration: none;
}

.block-blockquote {
    margin: 20px 0;
    text-align: center;
    border: dashed 1px #CCCCCC;
}

.block-blockquote-inner {
    padding: 15px;
}

.block-blockquote p {
    font-size: 26px;
    margin-bottom: 0;
}

/*Labels and Badges Page
------------------------------------*/
ul.labels-demo {
    margin: 5px 0;
}

ul.labels-demo li {
    list-style: none;
    display: inline-block;
    margin: 0 5px 2px 0;
}

.badge-sidebar {
    border-left: solid 1px #EEEEEE;
}

@media (max-width: 991px) {
    .badge-sidebar {
        border-left: none;
    }
}

/*Line Icon Page
------------------------------------*/
.line-icon-page .item-box {
    width: 25%;
    float: left;
    height: 90px;
    text-align: center;
    padding: 20px 10px;
    margin: 0 -1px -1px 0;
    border: 1px solid #DDDDDD;
    word-wrap: break-word;
}

@media (max-width: 768px) {
    .line-icon-page .item-box {
        height: 115px;
    }
}

@media (max-width: 450px) {
    .line-icon-page .item-box {
        height: 130px;
    }
}

.line-icon-page .item-box:hover {
    background: #FAFAFA;
}

.line-icon-page .item span {
    display: block;
    font-size: 28px;
    margin-bottom: 10px;
}

.line-icon-page .item:hover {
    color: #005E20;
}

/*Contact Pages
------------------------------------*/
.map {
    width: 100%;
    height: 350px;
    border-top: solid 1px #EEEEEE;
    border-bottom: solid 1px #EEEEEE;
}

.gm-style-iw {
    /*overflow: inherit !important;*/
}

.map-box {
    height: 250px;
}

.map-box-space {
    margin-top: 15px;
}

.map-box-space1 {
    margin-top: 7px;
}

/*Background Opacity
------------------------------------*/
.service-or {
    overflow: hidden;
    position: relative;
}

.service-bg {
    background-color: rgba(255, 255, 255, 0.1);
    width: 250px;
    padding: 60px;
    position: absolute;
    top: -10px;
    right: -100px;
    transform: rotate(55deg);
    -o-transform: rotate(55deg);
    -ms-transform: rotate(55deg);
    -moz-transform: rotate(55deg);
    -webkit-transform: rotate(55deg);
}

/*Service Block v2
------------------------------------*/
.servive-block-v2 .servive-block-in {
    padding: 20px 30px;
    text-align: center;
    margin-bottom: 15px;
    background: rgba(255, 255, 255, 0.2);
}

.servive-block-v2 .servive-block-in img {
    width: 100%;
    margin-bottom: 15px;
}

.servive-block-v2 .servive-block-in i {
    font-size: 40px;
}

.servive-block-v2 .servive-block-in h4 {
    line-height: 25px;
}

.servive-block-v2 .servive-block-in p {
    margin-bottom: 20px;
}

.servive-block-v2 .servive-block-in i,
.servive-block-v2 .servive-block-in h4,
.servive-block-v2 .servive-block-in p {
    color: #FFFFFF;
}

/*Easy Block
------------------------------------*/
.easy-block-v1 {
    position: relative;
}

.easy-block-v1 img {
    width: 100%;
}

.easy-block-v1 .overflow-h h3 {
    width: 60%;
    float: left;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
}

.easy-block-v1 .easy-block-v1-badge {
    left: 0;
    top: 10px;
    z-index: 1;
    color: #FFFFFF;
    padding: 4px 10px;
    position: absolute;
}

/*Easy Block v2
------------------------------------*/
.easy-block-v2 {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.easy-block-v2 img {
    width: 100%;
}

.easy-bg-v2 {
    top: 5px;
    color: #FFFFFF;
    width: 100px;
    padding: 5px;
    right: -32px;
    font-size: 13px;
    position: absolute;
    text-align: center;
    letter-spacing: 2px;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.rgba-red {
    background-color: rgba(231, 76, 60, 0.8);
}

.rgba-blue {
    background-color: rgba(52, 152, 219, 0.8);
}

.rgba-default {
    background-color: rgba(114, 192, 44, 0.8);
}

.rgba-purple {
    background-color: rgba(155, 107, 204, 0.8);
}

/*Easy Block v3
------------------------------------*/
.easy-block-v3 {
    text-align: left;
    background: #585F69;
    margin-bottom: 10px;
    padding: 30px 20px 20px;
}

.easy-block-v3.first {
    background: #696F77;
}

.easy-block-v3.second {
    background: #707780;
}

.easy-block-v3.third {
    background: #787F88;
}

.easy-block-v3 i {
    color: #FFFFFF;
    float: left;
    font-size: 30px;
    min-width: 45px;
    padding-top: 10px;
}

.easy-block-v3 .inner-faq-b {
    overflow: hidden;
}

.easy-block-v3 .inner-faq-b h2,
.easy-block-v3 .inner-faq-b h3 {
    font-size: 21px;
    margin-bottom: 8px;
}

.easy-block-v3 .inner-faq-b h4 {
    color: #FFFFFF;
    font-size: 17px;
    margin-bottom: 2px;
}

.easy-block-v3 .inner-faq-b h2,
.easy-block-v3 .inner-faq-b h3,
.easy-block-v3 .inner-faq-b p {
    color: #FFFFFF;
}

/*Full Width Block
------------------------------------*/
.full-w-block {
    padding: 30px 0;
    background: #282828;
}

.full-w-block .info-blocks i,
.full-w-block .info-blocks-in h3 {
    color: #FFFFFF;
}

.full-w-block .info-blocks-in p {
    color: #CCCCCC;
}

.full-w-block .info-blocks:hover i.icon-info-blocks {
    color: #FFFFFF;
}

/*Team v2
------------------------------------*/
.team-v2 {
    position: relative;
    margin-bottom: 20px;
}

.team-v2 img {
    width: 100%;
}

.team-v2 .inner-team {
    padding: 20px;
    background: #FFFFFF;
    text-align: center;
}

.team-v2 .inner-team h3 {
    margin: 0;
}

.team-v2 .inner-team small {
    display: block;
    font-size: 12px;
    margin-bottom: 7px;
}

.team-v2 .inner-team p {
    font-size: 13px;
}

.team-v2 .inner-team hr {
    margin: 10px 0 15px;
}

/*Team-Social ---- Temporary*/
.team-social {
    margin-bottom: 0;
}

.team-social li {
    padding: 0 2px;
}

.team-social li a {
    font-size: 14px;
    padding: 6px 4px;
    border-radius: 50% !important;
}

.team-social li i {
    min-width: 20px;
}

.team-social li a.fb {
    color: #4862A3;
    border: 1px solid #4862A3;
}

.team-social li a.tw {
    color: #159CEB;
    border: 1px solid #159CEB;
}

.team-social li a.gp {
    color: #DC4A38;
    border: 1px solid #DC4A38;
}

.team-social li a:hover {
    text-decoration: none;
}

.team-social li a.fb:hover {
    color: #FFFFFF;
    background: #4862A3;
}

.team-social li a.tw:hover {
    color: #FFFFFF;
    background: #159CEB;
}

.team-social li a.gp:hover {
    color: #FFFFFF;
    background: #DC4A38;
}

/*Simple Block
------------------------------------*/
.simple-block {
    margin-bottom: 20px;
}

.simple-block img {
    width: 100%;
}

.simple-block p {
    text-align: center;
}

.simple-block .carousel-indicators {
    top: 10px;
    left: 65%;
    text-align: right;
}

.simple-block .carousel-indicators .active {
    background: #555555;
}

.simple-block .carousel-indicators li {
    border-color: #555555;
}

.simple-block .carousel-inner > .item {
    margin: 0;
}

/*Two Blocks
------------------------------------*/
.two-blocks {
    text-align: center;
}

.two-blocks-in {
    margin-bottom: 30px;
}

.two-blocks-in i {
    color: #FFFFFF;
    padding: 11px;
    font-size: 30px;
    min-width: 50px;
    text-align: center;
    background: #585F69;
    margin-bottom: 10px;
    display: inline-block;
}

/*Three Blocks
------------------------------------*/
.three-blocks {
    text-align: center;
}

.three-blocks-in {
    margin-bottom: 30px;
}

.three-blocks-in i {
    color: #777777;
    padding: 9px 6px;
    font-size: 20px;
    min-width: 40px;
    margin-bottom: 10px;
    border: 1px solid #777777;
}

.three-blocks-in h3 {
    font-size: 20px;
    margin-bottom: 7px;
}

/*Temperory Classes
------------------------------------*/
/*Banner-info*/
.banner-info {
    margin-bottom: 10px;
}

.banner-info i {
    float: left;
    color: #FFFFFF;
    padding: 11px;
    /*min-width works with line-icon*/
    min-width: 40px;
    font-size: 22px;
    text-align: center;
    margin: 7px 20px 0 0;
}

/*min-width works with FontAwesome*/
.banner-info i.fa {
    min-width: 46px;
}

.banner-info.light i {
    border: 1px solid #FFFFFF;
}

.banner-info.dark i {
    background: #585F69;
}

.banner-info h3 {
    font-size: 21px;
    margin-bottom: 5px;
}

.banner-info.light h3 {
    color: #FFFFFF;
}

.banner-info.light p {
    color: #EEEEEE;
}

/*remove padding from "Col-"*/
.no-space {
    padding: 0;
}

/*List Style v1*/
.list-style-v1 li {
    margin-bottom: 7px;
}

.list-style-v1 i {
    margin-right: 5px;
}

/* Always show vertical scroll bar to prevent design from "shifting" */
html {
    overflow-y: scroll;
}

#captcha, #f-captcha {
    float: left;
    margin-right: 15px;
}

#copy_shorturl, #copy_statisticurl, #copy_qrcodeurl, #copy_qrcodeimgurl {
    background-color: #005E20;
    border: none;
    border-radius: 4px;
    color: #FFFFFF;
    padding: 5px;
    width: 100%;
}

#f_create {
    background-color: #005E20;
    color: white;
    width: 300px;
    float: right;
    border: none;
}

#shorturl, #statisticurl, #qrcodeurl, #qrcodeimgurl {
    border: none;
    border-radius: 4px;
    margin-bottom: 5px;
    padding: 5px;
    width: 100%;
}

.bg-danger {
    background-color: #005E20;
    border-radius: 5px;
    color: #FFFFFF !important;
    padding: 15px;
    text-align: center;
}

.bg-white {
    background-color: #FFFFFF;
    padding: 10px;
}

.bold,
footer a:hover {
    font-weight: bold;
}

.border-green {
    border: 1px solid #9EC630 !important;
}

.btn-default {
    background-color: #669933;
    color: #FFFFFF;
}

.input-group-btn .btn-default {
    border-color: #669933;
    min-width: 75px;
}

.btn-default a:hover, .navbar-default .navbar-nav li a {
    color: #333333;
    font-weight: bold;
}

.btn-default:hover {
    background-color: #FFFFFF;
    color: #005E20;
    border: 1px solid #005E20;
}

.btn-primary:active,
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:focus,
.btn-primary:visited,
.btn-primary:hover,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
.btn-primary {
    background-color: #669933;
    border-color: #669933;
    color: #FFFFFF;
    font-weight: 700;
    padding: 6px;
    text-align: center;
    text-transform: uppercase;
    min-width: 250px;
}

.btn-green {
    background-color: #005E20;
    border: none;
    padding: 5px;
    border-radius: 4px;
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
}

.btn-green a,
a.btn-green {
    color: #FFFFFF;
}

.btn-green a:hover,
a.btn-green:hover {
    color: #9EC630;
}

.color-light-green {
    background-color: #9EC630 !important;
    color: #005E20;
}

.container {
    max-width: 1170px;

}

.container-fluid .navbar-header {
    height: 105px !important;
}

.content .container h1 {
    color: #005E20;
    font-family: Lato;
    font-size: 50px;
    font-weight: bolder;
    line-height: 115%;

}

.counters span {
    font-size: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fa-4 {
    font-size: 4.5em !important;
}

.faq-contact a:hover {
    color: #005E20;
    font-weight: 700;
}

.form-container {
    background-color: #005E20;
    border-radius: 5px;
    padding: 20px;
}

.form-control {
    box-shadow: none;
}

.form-horizontal .control-label {
    color: #005E20;
    text-align: left;
    margin-left: 0px;
    width: 100%;
}

.form-inline .form-group,
.form-inline .form-group input {
    width: 100%;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: red !important;
}

.help-block.text-muted,
.has-error .help-block.text-muted {
    color: #777777 !important;
}

.has-error .form-control {
    border-color: red !important;
}

.icon-bar {
    background-color: #005E20;
}

.img-margin {
    margin-right: 15px !important;
}

.jumbotron {
   background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #FFFFFF;
    background-image: url(..//img/qr_background.png);
}

.jumbotron .bold {
    font-weight: 700 !important;
}

.jumbotron p {
    color: #333333;
    font-size: 15px;
    margin-bottom:10px;
}
#generator_text{margin-bottom: 80px}

p > a,
.jumbotron-bookmarklet a:hover {
    font-weight: bold;
    text-decoration: underline;
}

.lightbulb-wrapper,
.smartphone-wrapper {
    position: relative;
    display: inline-block;
    margin-top: 100px;
}

.lightbulb-wrapper .lightbulb,
.smartphone-wrapper .smartphone {
    z-index: 1;
}

.lightbulb-wrapper .content {
    position: absolute;
    top: 60px;
    left: 230px;
    width: 190px;
    font-family: 'Indie Flower';
    font-size: 30px;
    font-weight: bolder;
    line-height: 125%;
    text-align: center;
    transform: rotate(-8deg);
    z-index: 2;
}

.smartphone-wrapper .content {
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    padding: 25px;
    max-width: 100%;
    z-index: 2;
}

.main-counters p {
    border-top: 3px solid #005E20;
    margin-top: 20px;
}

.margin-auto {
    margin-left: auto;
    margin-right: auto;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.margin-bottom-30 {
    margin-bottom: 30px;


}

.margin-bottom-30-2 {
    margin-bottom: 30px;
    width:40%;
    float:right;
    margin-left: 20px;
}

.margin-bottom-60 {

}

.margin-bottom-70 {
    margin-bottom: 70px;
}

.margin-left-15 {
    margin-left: 15px !important;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-right-5 {
    margin-right: 5px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-40 {
    margin-top: 37px;
    float:rigth;
}

.margin-top-70 {
    margin-top: 70px;
}

.margin-top-90 {
    margin-top: 90px;
}

.margin-left-25{
  margin-left:25px;
}

.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
    background-color: #005E20;
    border: 1px solid #005E20;
    color: #FFFFFF;
}

.nav-tabs li a {
    background-color: #FFFFFF;
    border: none;
    color: #000000;
}

.navbar-container {
    text-align: right;
    padding: 10px;
}

.navbar-container a {
    padding: 10px;
    font-size: 16px;
}

.navbar-default {
    background-color: transparent;
    border: none;
    font-size: 20px;
    margin-top: 20px;
}

.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav .active a {

    color: #669933;
}

.navbar-default .navbar-toggle {
    height: 40px;
    width: 48px;
    float: right;
}

.navbar-right {
    padding-top: 30px;
    float: left !important;
}

.navbar-toggle .icon-bar {
    height: 3px;
    margin-bottom: 4px !important;
    width: 26px;
}

.overlay-field {
    background: transparent;
    height: 600px;
    margin-top: -600px;
    position: relative;
    top: 600px;
    width: 100%;
    z-index: 100;
}

.padding-15 {
    padding-right: 0 !important;
}

.panel-default {
    border-color: #669933;

}

.panel-default .panel-heading {
    background-color: #669933;
    border-color: transparent;
    color: #FFFFFF;
}





.pointer {
    cursor: pointer;
}

.qr-field-expirein .form-control {
    background-color: transparent;
    border: none;
}

.responsiveContainer {
    height: 0;
    overflow: hidden;
    padding-bottom: 56%;
    position: relative;
}

.responsiveContainer iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.submit-button {
    width: 30%;
}

.tab-pane p {
    border: 1px solid #005E20;
    border-radius: 4px;
    color: #005E20;
    padding: 25px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #B9E14D;
}

.table tbody tr td,
.table tbody tr th,
.table tfoot tr td,
.table tfoot tr th,
.table thead tr td,
.table thead tr th {
    border: none;
}

.url-group-table tr td:first-child {
    padding-right: 15px;
    font-weight: bold;
    text-align: left;
}

tr td:first-child {
    padding-right: 15px;

}

.faq-table-tb-text{
  text-align: left;
  font-weight: normal;
  padding: 0px 20px;

}

.faq-table-tb-img{
  padding: 30px 20px;

}

.url-button {
    color: #005E20;
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
    text-shadow: #E7E7E7 3px 3px 3px;
}

.url-options {
    background-color: #005E20;
    border: 5px solid #005E20;
    border-radius: 6px;
    color: #FFFFFF;
    height: auto;
    margin: 15px 0;
    padding: 41px 34px;
}

.url-options span {
    float: left;
    margin-right: 10px;
}

.valid-option p {
    color: #FFFFFF;
    font-size: 14px;
}

a,
footer a,
.form-group,
h4,
.headline h2,
.headline h3,
.headline h4,
.headline strong,
.main-counters span,
.main-counters h3,
ol li {
    color: #333333;
}

body {
    color: #333333;
    font-family: Lato;
}


footer {

    padding-bottom: 10px;
    padding-top: 10px;
}

footer p {
    padding-top: 10px;
}

input#f_submit {
    background-color: #005E20;
    border: none;
    color: #FFFFFF;
    float: right;
    text-transform: uppercase;
    width: 250px;
}

legend {
    margin-bottom: 5px;
}

pre {
    color: #63953F;
    font-size: 9px;
    height: auto;
    padding: 6px;
}

pre pre {
    border: 1px solid #005E20;
    color: #005E20;
    height: auto;
    padding: 25px 6px 6px;
}

textarea {
    height: 100px;
}

.list-group-item .label {
    line-height: 1.2;
    margin-top: 2px;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus,
.sidebar-nav-v1 .list-group-item.active a,
.sidebar-nav-v1 .list-group-item.active a:hover,
.sidebar-nav-v1 .list-group-item.active a:focus {
    border-color: #99cc33;
    background-color: #99cc33;
    color: #FFFFFF;
    text-decoration: none;

}

.list-group-item:hover,
.list-group-item:focus,
.sidebar-nav-v1 .list-group-item:hover a,
.sidebar-nav-v1 .list-group-item:focus a,
.sidebar-nav-v1 .list-group-item a:hover,
.sidebar-nav-v1 .list-group-item a:focus {
    background: #5FB611;
    border-color: #5FB611;
    text-decoration: none;
}
.green-text{
  color:#99cc33;

}

.sidebar-nav-v1 li {
    padding: 0;
}

.sidebar-nav-v1 li a {
    display: block;
    padding: 10px 15px;
}

.panel:last-child {
    margin-bottom: 15px;
}

.margin-0 {
    margin: 0;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

.truncate {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* Add more space between dropdown elements (compared to bootstrap default) */
.dropdown-menu > li > a {
    padding: 8px 20px;
}

@media (max-width: 767px) {
    #header .topbar .container {
        padding: 10px 0;
        text-align: center;
    }

    #header .topbar .container .loginbar {
        float: none !important;
        padding: 0;
    }
}
.aufbau{
height: 100px;
weight   100px;
}

.panel-heading a {
    display: inline-block;
    width: 100%;
    padding-right: 20px;
    position: relative;
}

.panel-heading a:hover,
.panel-heading a:focus,
.panel-heading a:active {
    color: inherit;
    text-decoration: inherit;
}

.panel-heading a:after {
    font-family: "FontAwesome";
    content: "\f147";
    position: absolute;
    right: 0;
    font-size: 18px;
    font-weight: 300;
    top: 50%;
    line-height: 1;
    margin-top: -8px;
}

.panel-heading a.collapsed:after {
    content: "\f196";
}

/*
* Version: 1.4
* Default Color 	  : #005e20;
* Default Hover Color : #5fb611;
*/

a:focus,
a:hover,
a:active {
    color: #005E20;
}

.color-green {
    color: #333333;
    background-color: white;
}

a.read-more:hover {
    color: #72C02C;
}

.linked:hover {
    color: #72C02C;
}

/*Header v1
------------------------------------*/
/*Navbar*/
.header .navbar-default .navbar-nav > .active > a {
    color: #005E20;
}

/*Navbar Toggle*/
.navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background: #005E20;
}

.navbar-default .navbar-toggle {
    border-color: #5FB611;
}

.navbar-default .navbar-toggle:hover {
    background: #5FB611;
}

/*Responsive Navbar*/
@media (max-width: 767px) {
    .header .navbar-default .navbar-nav > li > a:hover {
        color: #005E20;
    }

    .header .navbar-default .navbar-nav > .active > a,
    .header .navbar-default .navbar-nav > .active > a:hover,
    .header .navbar-default .navbar-nav > .active > a:focus {
        color: #FFFFFF;
        background: #005E20;
    }
}

@media (min-width: 767px) {
    /*Navbar*/
    .header .navbar-default .navbar-nav > li > a:hover,
    .header .navbar-default .navbar-nav > .active > a {
        border-bottom: solid 2px #005E20;
    }

    .header .navbar-default .navbar-nav > .open > a,
    .header .navbar-default .navbar-nav > .open > a:hover,
    .header .navbar-default .navbar-nav > .open > a:focus {
        color: #005E20;
    }

    /*Dropdown Menu*/
    .header .dropdown-menu {
        border-top: solid 2px #005E20;
    }
}

/*Search Box*/
.header .navbar .nav > li > .search:hover {
    color: #005E20;
    border-bottom-color: #005E20;
}

@media (max-width: 767px) {
    .header .navbar .nav > li > .search:hover {
        background: #5FB611;
    }
}

/*Header v2
------------------------------------*/
/*Topbar*/
.topbar-v1 .top-v1-data li a:hover i {
    color: #005E20;
}

/*Search Box*/
.header-v1 .navbar .nav > li > .search:hover {
    background: #005E20;
}

/*Responsive Navbar*/
@media (min-width: 767px) {
    .header-v1 .navbar-default .navbar-nav > li > a:hover,
    .header-v1 .navbar-default .navbar-nav > .active > a {
        color: #FFFFFF;
        background: #005E20 !important;
    }

    .header-v1 .navbar-default .navbar-nav > .open > a,
    .header-v1 .navbar-default .navbar-nav > .open > a:hover,
    .header-v1 .navbar-default .navbar-nav > .open > a:focus {
        background: #005E20;
    }
}

/*Sliders
------------------------------------*/
/*Main Parallax Sldier*/

/*Sequence Parallax Sldier*/
.sequence-inner {
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#DEFCE7));
    background: -webkit-linear-gradient(#FFFFFF, #DEFCE7);
    background: -moz-linear-gradient(#FFFFFF, #DEFCE7);
    background: -ms-linear-gradient(#FFFFFF, #DEFCE7);
    background: -o-linear-gradient(#FFFFFF, #DEFCE7);
    background: linear-gradient(#FFFFFF, #DEFCE7)
}

#sequence-theme h2 {
    background: rgba(114, 192, 44, 0.8);
}

#sequence-theme .info p {
    background: rgba(114, 192, 44, 0.8);
}

/*Buttons
------------------------------------*/
.btn-u {
    background: #005E20;
}

.btn-u:hover {
    background: #5FB611;
}

#button-generator{
  text-align: center;
  margin-top: 85px;
  margin-bottom: 30px;

}

/*Service
------------------------------------*/
.service .service-icon {
    color: #72C02C;
}

/*Service Blocks*/
.service-alternative .service:hover {
    background: #72C02C;
}

/*Thumbnail (Recent Work)
------------------------------------*/
.thumbnail-style h3 a:hover {
    color: #72C02C;
}

.thumbnail-style a.btn-more {
    background: #72C02C;
}

.thumbnail-style a.btn-more:hover {
    box-shadow: 0 0 0 2px #5FB611;
}

/*Carousel (Recent Work)*/
.recent-work a:hover span {
    border-bottom: solid 2px #005E20;
}

/*Typography
------------------------------------*/
/*Heading*/
.headline h2,
.headline h4 {
 margin-top: 15px;

}
.headline h3{
}





/*Blockquote*/
blockquote:hover {
    border-left-color: #72C02C;
}

.hero {
    border-left-color: #005E20;
}

/*Carousel
------------------------------------*/
.carousel-arrow a.carousel-control:hover {
    color: #005E20;
}

/*Footer
------------------------------------*/
.footer a,
.copyright a,
.footer a:hover,
.copyright a:hover {
    color: #005E20;
}

/*Footer Blog*/
.footer .dl-horizontal a:hover {
    color: #72C02C !important;
}

/*Blog Posts
------------------------------------*/
.posts .dl-horizontal a:hover {
    color: #72C02C;
}

.posts .dl-horizontal:hover dt img,
.posts .dl-horizontal:hover dd a {
    color: #005E20;
    border-color: #005E20 !important;
}

/*Post Comment*/
.post-comment h3,
.blog-item .media h3,
.blog-item .media h4.media-heading span a {
    color: #005E20;
}

/*Tabs
------------------------------------*/
/*Tabs v1*/
.tab-v1 .nav-tabs {
    border-bottom: solid 2px #005E20;
}

.tab-v1 .nav-tabs > .active > a,
.tab-v1 .nav-tabs > .active > a:hover,
.tab-v1 .nav-tabs > .active > a:focus {
    background: #005E20;
}

.tab-v1 .nav-tabs > li > a:hover {
    background: #005E20;
}

/*Tabs v2*/
.tab-v2 .nav-tabs li.active a {
    border-top: solid 2px #005E20;
}

/*Tabs v3*/
.tab-v3 .nav-pills li a:hover,
.tab-v3 .nav-pills li.active a {
    background: #005E20;
    border: solid 1px #5FB611;
}

/*Accardion
------------------------------------*/
.acc-home a.active,
.acc-home a.accordion-toggle:hover {
    color: #72C02C;
}

.acc-home .collapse.in {
    border-bottom: solid 1px #005E20;
}

/*Testimonials
------------------------------------*/
.testimonials .testimonial-info {
    color: #005E20;
}

.testimonials .carousel-arrow i:hover {
    background: #005E20;
}

/*Info Blocks
------------------------------------*/
.info-blocks:hover i.icon-info-blocks {
    color: #005E20;
}

/*Breadcrumb
------------------------------------*/
.breadcrumb li.active,
.breadcrumb li a:hover {
    color: #72C02C;
}

/*About Page
------------------------------------*/
.team .thumbnail-style:hover h3 a {
    color: #72C02C !important;
}

/*Social Icons*/
.team ul.team-socail li i:hover {
    background: #005E20;
}

/*Right Sidebar
------------------------------------*/
/*Right Sidebar*/
.who li i,
.who li:hover i,
.who li:hover a {
    color: #72C02C;
}

/*Privacy Page
------------------------------------*/
.privacy a:hover {
    color: #72C02C;
}

/*Portfolio Page
------------------------------------*/
/*Portfolio v1*/
.view a.info:hover {
    background: #005E20;
}

/*Portfolio v2*/
.sorting-block .sorting-nav li.active {
    color: #005E20;
    border-bottom: solid 1px #005E20;
}

.sorting-block .sorting-grid li a:hover span.sorting-cover {
    background: #005E20;
}

/*Blog Page
------------------------------------*/
.blog h3 {
    color: #72C02C;
}

.blog li a:hover {
    color: #72C02C;
}

/*Blog Tags*/
ul.blog-tags a:hover {
    background: #005E20;
}

.blog-post-tags ul.blog-tags a:hover {
    background: none repeat scroll 0 0 #005E20;
}

/*Blog Photos*/
.blog-photos li img:hover {
    box-shadow: 0 0 0 2px #005E20;
}

/*Blog Latest Tweets*/
.blog-twitter .blog-twitter-inner:hover {
    border-color: #005E20;
}

.blog-twitter .blog-twitter-inner:hover:after {
    border-top-color: #005E20;
}

.blog-twitter .blog-twitter-inner a {
    color: #005E20;
}

/*Blog Item Page
------------------------------------*/
.blog-item h4.media-heading span a {
    color: #72C02C;
}

/*Coming Soon Page
------------------------------------*/
.coming-soon-border {
    border-top: solid 3px #005E20;
}

/*Search Page
------------------------------------*/
.booking-blocks p a {
    color: #005E20;
}

/*Icons Page
------------------------------------*/
.icon-page li:hover {
    color: #72C02C;
}

/*Glyphicons*/
.glyphicons-demo a:hover {
    color: #005E20;
    text-decoration: none;
}

/*Magazine Page
------------------------------------*/
/*Magazine News*/
.magazine-news .by-author strong {
    color: #005E20;
}

.magazine-news a.read-more {
    color: #005E20;
}

/*Magazine Mini News*/
.magazine-mini-news .post-author strong {
    color: #005E20;
}

.news-read-more i {
    background: #005E20;
}

/*Sidebar Features*/
.magazine-page h3 a:hover {
    color: #005E20;
}

/*Page Features
------------------------------------*/
/*Tag Boxes v1*/
.tag-box-v1 {
    border-top: solid 2px #005E20;
}

/*Tag Boxes v2*/
.tag-box-v2 {
    border-left: solid 2px #005E20;
}

/*Tag Boxes v7*/
.tag-box-v7 {
    border-bottom: solid 2px #005E20;
}

/*Font Awesome Icon Page Style*/
.fa-icons li:hover {
    color: #005E20;
}

.fa-icons li:hover i {
    background: #005E20;
}

/*GLYPHICONS Icons Page Style*/
.bs-glyphicons li:hover {
    color: #005E20;
}

/*Navigation
------------------------------------*/
/*Pagination*/

ul.pagination {
    margin-top: 3px;
    margin-bottom: -1px;
}

.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #005E20;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #005E20;
    border-color: #005E20;
}

.pagination li a:hover {
    background: #5FB611;
    border-color: #5FB611;
}

/*Pager*/
.pager li > a:hover,
.pager li > a:focus {
    background: #5FB611;
    border-color: #5FB611;
}

/* Prevent modal from shifting page */
.modal-open {
    padding-right: 0 !important;
}

/*Registration and Login Page v2
------------------------------------*/
.reg-block {
    border-top: solid 2px #005E20;
}

/* google translator
------------------------------------*/

#google_translate_element {
    padding: 8px 15px;
}

#google_translate_element:hover, #google_translate_element:focus {
    color: #262626;
    text-decoration: none;
    background-color: #F5F5F5;
}

#google_translate_element .goog-te-gadget-simple {
    border: none;
}

#google_translate_element .goog-te-menu-value {
    text-decoration: none;
}


/* html editor
------------------------------------*/

.editor {
    max-height: 250px;
    height: 250px;
    overflow: auto;
}

.btn-toolbar .btn-info {
    background-color: #9EC630;
}

.large {
    font-size: large;
}

.smaller {
    font-size: x-small;
}

.white-font{
  background-color: white;
  color: white;
}

/* Black */
a[data-edit="foreColor #000000"]::before {
    content: "\f0c8  ";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #000000;
    font-size: 18px;
    top: 10px;
    left: 0;
}

/* Blue */
a[data-edit="foreColor #0000FF"]::before,
a[data-edit="backColor #00FFFF"]::before {
    content: "\f0c8  ";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #0000FF;
    font-size: 18px;
    top: 10px;
    left: 0;
}

/* Green */
a[data-edit="foreColor #30AD23"]::before,
a[data-edit="backColor #00FF00"]::before {
    content: "\f0c8  ";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #30AD23;
    font-size: 18px;
    top: 10px;
    left: 0;
}


/* Orange */
a[data-edit="foreColor #FF7F00"]::before,
a[data-edit="backColor #FF7F00"]::before {
    content: "\f0c8  ";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #FF7F00;
    font-size: 18px;
    top: 10px;
    left: 0;
}

/* Red */
a[data-edit="foreColor #FF0000"]::before,
a[data-edit="backColor #FF0000"]::before {
    content: "\f0c8  ";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #FF0000;
    font-size: 18px;
    top: 10px;
    left: 0;
}

/* Yellow */
a[data-edit="foreColor #FFFF00"]::before,
a[data-edit="backColor #FFFF00"]::before {
    content: "\f0c8  ";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #FFFF00;
    font-size: 18px;
    top: 10px;
    left: 0;
}
