/*
Template Name: Unify - Responsive Bootstrap Template
Description: Business, Corporate, Portfolio and Blog Theme.
Version: 1.2
Author: Html Stream
Website: http://htmlstream.com/preview/unify
*/
/*Import app.css*/
@import url(app.css);
/*Import Google Fonts*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans);

p, a, li {
    color: #555;
    line-height: 1.6;
}

a,
a:focus,
a:hover,
a:active {
    outline: 0 !important;
}

a:hover {
    color: var(--primary-color);
    text-decoration: underline;
}

h1, h2, h3, h4, h5 {
    color: #555;
    margin-top: 5px;
    text-shadow: none;
    text-shadow: 0 0 1px #f6f6f6;
    font-weight: normal !important;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

h1 i, h2 i, h3 i, h4 i, h5 i {
    margin-right: 7px;
}

/*Block headline*/
.heading {
    padding: 5px 20px 5px 20px;
    border-left: 4px solid #27c5f2;
}

.headline {
    display: block;
    margin: 10px 0 25px 0;
    border-bottom: 1px dotted #e4e9f0;
}

.headline h3,
.headline h4 {
    color: #585f69;
    margin: 0 0 -2px 0;
    padding-right: 10px;
    display: inline-block;
    text-shadow: 0 0 1px #f6f6f6;
    border-bottom: 2px solid var(--primary-color);
}

.content {
    min-height: 700px;
}

/*Purchase*/
.purchase {
    padding: 30px 0 20px;
    box-shadow: inset 0 0 4px #eee;
    background: url(../img/breadcrumbs.png) repeat;
}

.purchase .container {
    padding: 0 20px;
}

.purchase .container .span9 {
    margin-right: 20px;
}

.purchase span {
    color: #666;
    display: block;
    font-size: 32px;
    line-height: 35px;
    margin-bottom: 12px;
}

.purchase a.btn-buy {
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    margin-top: 22px;
    font-weight: bold;
    border-radius: 2px;
    background: var(--primary-color);
    display: inline-block;
    text-decoration: none;
    padding: 12px 28px 9px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #51a00b;
}

.purchase a.btn-buy:hover {
    color: #fff;
    background: #68af28;
    text-decoration: none;
    box-shadow: 0 0 5px #c0c2c1;
}

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

.service:hover {
    border-radius: 2px;
    box-shadow: 0 0 8px #ddd;
    background: #fcfcfc;
    -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 i {
    float: left;
    padding: 10px;
    color: var(--primary-color);
    font-size: 45px;
    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 i.icon-cogs {
    font-size: 37px;
}

.service .desc {
    width: 75%;
    float: right;
}

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

.ie7 .service .circle i {
    padding-bottom: 45px !important; /*ie7*/
}

/*Blockquote*/
blockquote:hover {
    border-left-color: var(--primary-color);
    -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;
}

.hero {
    padding: 18px;
    margin: 20px 0;
    color: #566c8a;
    font-size: 16px;
    background: #fcfcfc;
    border-left: 4px solid #94c564;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.hero h1, .hero p {
    text-shadow: 1px 1px 0 #fff;
}

.hero-unify p {
    font-size: 13px;
    line-height: 20px;
}

/* 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: #555;
}

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

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

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

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

.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 var(--primary-color);
    -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: #444 !important;
    text-decoration: underline;
}

/* Testimonials */
.testimonial-body {
    padding: 10px;
    margin-top: 5px;
    background: #fcfcfc;
    border: 1px solid #f5f5f5;
}

.testimonial-author {
    padding-top: 15px;
    padding-left: 20px;
}

.testimonial-author .arrow {
    width: 0;
    height: 0;
    position: absolute;
    margin-top: -16px;
    margin-left: 20px;
    border-top: 15px solid #fcfcfc;
    border-bottom: 15px solid transparent;
    border-right: 15px solid transparent;
}

.testimonial-author .name {
    color: #585f69;
    font-weight: bold;
}

.testimonal-arrow a {
    margin: 0;
    top: -22px;
    float: right;
    color: var(--primary-color);
    font-size: 25px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding: 0 9px !important;
}

.testimonal-arrow a:hover {
    color: #fff;
    text-decoration: none;
    background: var(--primary-color) !important;
}

/*Carousel Arrow */
.carousel-caption {
    padding: 10px 15px;
}

.carousel-arrow a.carousel-control {
    font-size: 40px;
    height: inherit;
}

.carousel-arrow a.left {
    left: 0;
}

.carousel-arrow a.right {
    right: 0;
}

/*Pegination*/
.pagination ul {
    box-shadow: none;
}

.pagination li a {
    color: #777;
    padding: 5px 15px;
    border-radius: 0 !important;
}

/*Footer*/
.footer {
    margin-top: 40px;
    padding: 20px 10px;
    background: #585f69;
    color: #dadada;
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5 {
    text-shadow: none;
    font-weight: normal !important;
}

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

.footer p {
    color: #dadada;
}

.footer a {
    color: var(--primary-color);
}

.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 h4,
.footer h3 {
    color: #e4e4e4;
    background: none;
    text-shadow: none;
}

/*Blog Posts*/
.footer .posts {
    padding: 0 15px;
}

.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 .dl-horizontal a {
    color: #dadada;
}

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

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

.base-footer a {
    text-decoration: none;
}

/*Copyright*/
.copyright {
    font-size: 12px;
    padding: 5px 10px;
    background: #3e4753;
    border-top: solid 1px #777;
}

.copyright p {
    color: #dadada;
}

.copyright a {
    margin: 0 5px;
    color: var(--primary-color);
}

.copyright 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;
}

.copyright .span8 {
    padding-top: 15px;
}

.copyright .span4 {
    padding-top: 10px;
}

/*Home Page "Main page" (Default)
------------------------------------*/
/*Thumbnail*/
.thumbnail-style {
    padding: 5px;
    border-radius: 2px;
}

.thumbnail-style:hover {
    box-shadow: 0 0 8px #ddd;
    -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-style h3 {
    margin: 5px 0 0 0;
}

.thumbnail-style h3 a {
    font-size: 20px;
}

.thumbnail-style h3 a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

.thumbnail-style .thumbnail-img {
    position: relative;
}

.thumbnail-style a.btn-more {
    right: -10px;
    bottom: 10px;
    color: #fff;
    padding: 1px 6px;
    position: absolute;
    background: var(--primary-color);
    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);
}

/*Welcome Block*/
.servive-block .span4 {
    padding: 20px 30px;
    text-align: center;
    margin-bottom: 20px;
    background: #fafafa;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.servive-block .span4:hover {
    border-radius: 2px;
    box-shadow: 0 0 8px #ddd;
}

.servive-block .span4 h4 a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

.servive-block .span4:hover h4,
.servive-block .span4:hover i {
    color: var(--primary-color);
}

.servive-block .span4 i {
    color: #565656;
    font-size: 40px;
    -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;
}

.servive-block-in .span4 i {
    color: var(--primary-color);
}

.servive-block-in .span4:hover i {
    color: #565656;
}

/*Breadcrumbs*/
.breadcrumbs {
    padding: 10px 0 6px;
    box-shadow: inset 0 0 4px #eee;
    background: url(../img/breadcrumbs.png) repeat;
}

.breadcrumbs h1 {
    color: #686868;
    font-size: 30px;
    text-shadow: 0 1px 0 #f1efef;
}

.breadcrumbs .container {
    padding: 0 15px;
}

.breadcrumb {
    top: 9px;
    padding-right: 0;
    background: none;
    position: relative;
}

.breadcrumb a {
    color: #777;
}

.breadcrumb li.active,
.breadcrumb li a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

/*Home Page "Options"
------------------------------------*/
/*Accardion*/
.acc-home a.accordion-toggle {
    color: #686868;
    font-size: 18px;
    background: none;
    padding: 5px 15px;
    background: #fafafa;
    border-bottom: solid 1px #eee;
    text-decoration: none !important;
}

.acc-home a.active,
.acc-home a.accordion-toggle:hover {
    color: #92d556;
    text-decoration: none !important;
}

.acc-home .accordion-group {
    border: none;
    margin: 0 !important;
}

.acc-home .accordion-heading,
.acc-home .accordion-inner {
    border: none;
}

.acc-home .accordion-inner {
    border: none;
    padding-top: 3px;
}

.acc-home .collapse.in {
    margin-top: -1px;
    margin-bottom: 20px;
    background: #fdfdfd;
    border-bottom: solid 1px var(--primary-color);
}

/*Posts*/
.posts .dl-horizontal {
    margin-bottom: 0;
    padding: 3px;
    background: #fdfdfd;
    border-right: solid 2px #eee;
}

.posts .dl-horizontal:hover {
    border-right: solid 2px var(--primary-color);
    -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;
}

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

.posts .dl-horizontal dt img {
    width: 50px;
    height: 50px;
    border: solid 3px #eee;
}

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

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

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

.posts .dl-horizontal a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

.posts .dl-horizontal:hover dt img,
.posts .dl-horizontal:hover dd a {
    color: var(--primary-color);
    border-color: var(--primary-color) !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;
}

/*Home Page "Options"
------------------------------------*/
/*Slider*/
.slider-inner .da-slider {
    box-shadow: none;
    border-bottom: 2px solid #ddd;
}

/*Carousel*/
.carousel-control {
    color: #fff;
    border: none;
    margin-top: 0;
    border-radius: 2px;
}

.carousel-control:hover {
    opacity: 1;
    color: var(--primary-color);
}

/*Tabs*/
.nav-tabs {
    background: none !important;
}

.nav-tabs a {
    font-size: 14px;
    padding: 5px 15px !important;
}

.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
    color: #fff;
    border: none;
    background: var(--primary-color);
}

.nav-tabs > li > a {
    border: none;
    /*border-radius:0;*/
}

.nav-tabs > li > a:hover {
    color: #fff;
    background: var(--primary-color);
}

.tab-content {
    padding: 0 0;
}

/*Home Page "Options"
------------------------------------*/
/*Right Sidebar*/
.who li {
    margin-bottom: 6px;
}

.who li i {
    color: var(--primary-color);
    position: relative;
    top: 2px;
    margin-right: 7px;
    font-size: 18px;
}

.who li:hover i,
.who li:hover a {
    color: #777;
}

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

/*Home Page "Options"
------------------------------------*/
/*Service Blocks*/
.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: #fff;
}

/*About Page
------------------------------------*/
.team ul {
    text-align: right;
}

.team ul li {
    padding: 0 !important;
    margin: 0 !important;
}

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

.team ul li i {
    color: #aaa;
    font-size: 20px;
    padding: 4px;
    background: #f7f7f7;
}

.team ul li i.icon-facebook {
    padding: 4px 10px;
}

.team ul li i:hover {
    color: #fff;
    background: var(--primary-color);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.team .thumbnail-style {
    padding: 12px;
}

.team .thumbnail-style small {
    display: block;
    font-size: 12px;
}

.team .thumbnail-style h3 {
    margin-bottom: 10px;
}

.team .thumbnail-style:hover h3 a {
    color: var(--primary-color) !important;
}

/*Icons Page
------------------------------------*/
.icon-page li {
    color: #555;
    margin: 5px 0;
    font-size: 14px;
    font-family: Arial;
}

.icon-page li i {
    font-size: 14px;
    margin-right: 5px;
}

.icon-page li:hover {
    color: var(--primary-color);
}

/*Pricing Page
------------------------------------*/
/*Pricing Head*/
.pricing {
    position: relative;
    border-radius: 3px;
    margin-bottom: 15px;
    box-shadow: 0 0 5px #eee;
}

.pricing:hover {
    box-shadow: 0 0 15px #b5b5b5;
}

.pricing:hover h4 {
    color: #55c931;
}

.pricing-head {
    text-align: center;
}

.pricing-head h3,
.pricing-head h4 {
    margin: 0;
    line-height: normal;
    font-weight: bold !important;
}

.pricing-head h3 span,
.pricing-head h4 span {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    font-style: italic;
}

.pricing-head h3 {
    color: #fafafa;
    padding: 12px 0;
    font-size: 35px;
    font-family: Arial;
    background: #55c931;
    border-radius: 3px 3px 0 0;
    text-shadow: 0 1px 0 #32a20f;
    border-bottom: solid 1px #41b91c;
}

.pricing-head h4 {
    color: #bac39f;
    padding: 5px 0;
    font-size: 70px;
    font-family: Arial;
    background: #fbfef2;
    text-shadow: 0 1px 0 #fff;
    border-bottom: solid 1px #f5f9e7;
}

.pricing-head h4 i {
    top: -8px;
    font-size: 28px;
    font-style: normal;
    position: relative;
}

.pricing-head h4 span {
    top: -10px;
    font-size: 14px;
    font-style: normal;
    position: relative;
}

/*Pricing Content*/
.pricing-content li {
    color: #888;
    font-size: 12px;
    padding: 7px 15px;
    border-bottom: solid 1px #f5f9e7;
}

.pricing-content li i {
    top: 2px;
    color: var(--primary-color);
    font-size: 16px;
    margin-right: 5px;
    position: relative;
}

/*Pricing Footer*/
.pricing-footer {
    color: #777;
    font-size: 11px;
    line-height: 17px;
    text-align: center;
    padding: 0 20px 19px;
    border-radius: 0 0 3px 3px;
}

.pricing-footer a,
.pricing-footer button {
    color: #fff;
    border: none;
    margin-top: 5px;
    font-size: 16px;
    padding: 6px 15px;
    text-align: center;
    border-radius: 2px;
    background: #55c931;
    display: inline-block;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #38b312;
    border-bottom: solid 2px #41b91c;
}

.pricing-footer a:hover,
.pricing-footer button:hover {
    cursor: pointer;
    background: #40ba1a;
    text-decoration: none;
    box-shadow: 0 0 3px #999;
}

/*Priceing Active*/
.price-active,
.pricing:hover {
    z-index: 9;
    margin-top: -15px;
    box-shadow: 0 0 15px #b5b5b5;
}

.price-active h4 {
    color: #55c931;
}

.no-space-pricing .pricing:hover {
    -webkit-transition: box-shadow 0.3s ease-in-out;
    -moz-transition: box-shadow 0.3s ease-in-out;
    -o-transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
}

.no-space-pricing .price-active .pricing-head h4,
.no-space-pricing .pricing:hover .pricing-head h4 {
    color: #55c931;
    padding: 15px 0;
    font-size: 80px;
    -webkit-transition: color 0.5s ease-in-out;
    -moz-transition: color 0.5s ease-in-out;
    -o-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out;
}

/*Gallery Page
------------------------------------*/
.gallery .thumbnail,
.gallery .thumbnail:hover {
    padding: 0;
    border: none;
    box-shadow: none;
}

.gallery .thumbnails {
    margin-bottom: 6px;
}

/*Registration and Login Page
------------------------------------*/
.reg-page,
.login-page {
    overflow: hidden;
    margin: 0 auto;
    background: #fcfcfc;
    border: solid 1px #eee;
    box-shadow: 0 0 7px #eee;
}

/*Registration*/
.reg-page {
    min-width: 30%;
    max-width: 30%;
    padding: 30px 50px 30px;
}

.reg-page h3 {
    margin-bottom: 25px;
}

/*Login*/
.login-page {
    min-width: 25%;
    max-width: 25%;
    padding: 35px 30px 30px;
}

.login-page h3 {
    margin: 0 0 25px 0;
}

.login-page input.login-inputs {
    width: 86%;
}

.login-page .checkbox {
    margin-top: 7px;
}

.login-page .checkbox input {
    margin-right: 6px !important;
}

.login-page button {
    margin: 0 0 5px 0;
}

/*Login Page v1.1*/
.log-page {
    width: 310px;
    padding: 20px;
    margin: 0 auto;
    background: #fcfcfc;
    border: solid 1px #eee;
    box-shadow: 0 0 7px #eee;
}

/*404 Page
------------------------------------*/
.page-404 p {
    top: 70px;
    color: #777;
    font-size: 300px;
    line-height: 180px;
    text-align: center;
    position: relative;
}

.page-404 p i {
    font-style: normal;
    text-shadow: 0 0 3px;
}

.page-404 p span {
    display: block;
    font-size: 32px;
    position: relative;
}

/*Clients Page
------------------------------------*/
.clients-page {
    overflow: hidden;
}

.clients-page p {
    overflow: auto;
}

.clients-page p a {
    overflow: auto;
    text-decoration: underline;
}

.clients-page a.img-hover {
    display: block;
    position: relative;
}

.clients-page img {
    float: left;
    margin-right: 20px;
    background: #fafafa;
    border: solid 1px #eee;
    width: 120px;
    height: 120px;
}

.clients-page img.img-colorful {
    display: none;
}

.clients-page a:hover img.img-colorful,
.clients-page:hover img.img-colorful {
    top: 0;
    left: 0;
    display: block;
    position: absolute;
}

/*Privacy Page
------------------------------------*/
.privacy {
}

.privacy a {
    text-decoration: underline;
}

.privacy a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

/*Portfolio Page
------------------------------------*/
.portfolio-columns .span3 {
    margin-bottom: 1.8%;
}

.portfolio-columns .span4 {
    margin-bottom: 2.3%;
}

.portfolio-columns .span6 {
    margin-bottom: 2.2%;
}

/*Portfolio Item Page
------------------------------------*/
.portfolio-item h3 {
    margin-top: 0;
}

.portfolio-item li {
    padding: 3px 0;
}

.portfolio-item p a {
    text-decoration: underline;
}

.portfolio-item p a:hover {
    text-decoration: none;
}

/*Blog Page
------------------------------------*/
.blog-page ul,
.blog-page li {
    margin: 0 !important;
    padding: 0 !important;
}

.blog h3 {
    color: var(--primary-color);
}

.blog ul {
    color: #555;
    font-size: 12px;
}

.blog li {
    margin-right: 7px !important;
}

.blog li i {
    color: #666;
}

.blog li a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

.blog ul.blog-info {
    border-top: solid 1px #eee;
}

.blog .blog-img {
    margin: 10px 0;
}

/*Blog Tags*/
ul.blog-tags a {
    font-size: 13px;
    padding: 2px 5px;
    background: #f7f7f7;
    margin: 0 2px 5px 0;
    display: inline-block;
    text-shadow: 0 1px 0 #fff;
}

ul.blog-tags a:hover,
ul.blog-tags a:hover i {
    color: var(--primary-color);
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

ul.blog-tags a i {
    color: #777;
}

.blog ul.blog-tags {
    border-bottom: solid 1px #eee;
    padding-bottom: 4px !important;
}

.blog ul.blog-tags a {
    font-size: 10px;
    display: inline;
    padding: 2px 3px;
    margin-right: 2px;
    background: #f4f4f4;
}

/*Blog Ads*/
.blog-ads li {
    display: inline;
}

.blog-ads li img {
    opacity: 0.6;
    width: 60px;
    height: 60px;
    margin: 0 2px 8px;
}

.blog-ads li img:hover {
    opacity: 1;
    box-shadow: 0 0 0 4px var(--primary-color);
}

/*Blog Latest Tweets*/
.blog-twitter p {
}

.blog-twitter p span {
    color: #777;
    display: block;
    font-size: 11px;
}

.blog-twitter p a {
    color: var(--primary-color);
    text-decoration: none;
}

.blog-twitter p a:hover {
    text-decoration: underline;
}

/*Blog Item Page
------------------------------------*/
.blog-item .media img {
    top: 3px;
    width: 54px;
    height: 54px;
    position: relative;
}

.blog-item h4.media-heading {
    position: relative;
}

.blog-item h4.media-heading span {
    top: 3px;
    right: 0;
    color: #777;
    font-size: 12px;
    position: absolute;
}

.blog-item h4.media-heading span a {
    color: var(--primary-color);
}

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

.map-box {
    height: 250px;
}

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

/*Coming Soon Page
------------------------------------*/
.coming-soon-page {
    background: #585f69;
}

.coming-soon-border {
    border-top: solid 3px var(--primary-color);
}

.coming-soon-logo {
    margin-top: 10px;
    padding-top: 15px;
    border-top: solid 1px #4c5159;
}

.coming-soon-logo a {
    display: block;
    text-align: center;
}

.coming-soon,
.coming-soon-plugin {
    padding: 20px;
    text-align: center;
    margin-top: 20px;
}

.coming-soon-plugin {
    min-height: 260px;
}

.coming-soon h1,
.coming-soon p {
    color: #fff;
}

.coming-soon h1 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 15px;
    text-shadow: none;
}

.coming-soon p {
    font-size: 16px;
    line-height: 22px;
}

.coming-soon input {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.coming-soon-copyright {
    padding: 5px 0;
}

.coming-soon-copyright p {
    color: #fff;
    text-align: right;
}

/*One Page
------------------------------------*/
.one-page {
    padding-left: 0;
    padding-right: 0;
}

.one-page h1,
.one-page h2 {
    color: #fff;
    font-size: 30px;
    text-shadow: none;
    margin-bottom: 20px;
}

.one-page p {
    color: #fff;
}

.one-page .one-default p,
.one-page .one-default h1,
.one-page .one-default h2,
.one-page .one-grey p,
.one-page .one-grey h1,
.one-page .one-grey h2 {
    color: #555;
}

.one-page .one-page-inner {
    padding: 30px 20px;
    min-height: 300px;
}

.one-page .one-page-btn {
    font-size: 20px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    margin-bottom: 15px;
}

.one-page .btn btn-sm btn-success {
    margin-bottom: 15px;
}

.one-page .one-default {
    background: #fff;
}

.one-page .one-grey {
    background: #fafafa;
}

.one-page .one-blue {
    background: #3498db;
}

.one-page .one-red {
    background: #e74c3c;
}

.one-page .one-orange {
    background: #e67e22;
}

.one-page .one-green {
    background: #2ecc71;
}

/*Search Page
------------------------------------*/
.search-page h2 {
    font-size: 28px;
    margin-bottom: 20px;
}

.booking-blocks {
    overflow: hidden;
    padding: 15px 20px;
    margin-bottom: 25px;
    background: #fafafa;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.booking-blocks:hover {
    border-radius: 2px;
    background: #fafafa;
    box-shadow: 0 0 8px #ddd;
}

.booking-blocks p a {
    color: var(--primary-color);
}

.booking-blocks .booking-img {
    width: 140px;
    margin-right: 10px;
}

.booking-blocks .booking-img li {
    color: #777;
}

.booking-blocks .booking-img li i {
    color: #78ccf8;
    font-size: 12px;
    margin-right: 5px;
}

.booking-blocks .booking-img img {
    float: left;
    width: 140px;
    height: auto;
    margin: 5px 10px 10px 0;
}

.booking-blocks h2 {
    margin-top: 0;
    font-size: 20px;
    line-height: 20px;
}

.booking-blocks ul.inline li {
    padding: 0;
}

.booking-blocks ul.inline li i {
    color: #f8be2c;
    cursor: pointer;
    font-size: 16px;
}

.booking-blocks ul.inline li i:hover {
    color: #f8be2c;
}

/*Others (Global classes)
------------------------------------*/
.color-red {
    color: #c00;
}

.color-green {
    color: var(--primary-color);
}

.color-blue {
    color: #3498db;
}

.pull-lft {
    text-align: left;
}

.pull-rgt {
    text-align: right;
}

.rgt-img-margin {
    margin: 4px 0 5px 8px;
}

.lft-img-margin {
    margin: 5px 20px 5px 0;
}

.overflow-hidden {
    overflow: hidden;
}

.padding-left-5 {
    padding-left: 5px;
}

.img-width-200 {
    width: 200px;
}

/*Image Border*/
.img-border {
    border: solid 3px #fff;
}

/*Background light-style*/
.bg-light {
    padding: 10px 15px;
    border-radius: 3px;
    margin-bottom: 10px;
    background: #fcfcfc;
}

.bg-light:hover {
    padding: 9px 14px;
    border: solid 1px #e5e5e5;
}

/*Link read-more*/
a.read-more {
    font-weight: bold;
    text-decoration: none;
}

a.read-more:hover {
    color: var(--primary-color);
    text-decoration: none;
}

/*Link color-green-style*/
.linked:hover {
    color: var(--primary-color);
    text-decoration: none;
}

/*CSS3 Hover Effects*/
.hover-effect {
    -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;
}

.hover-effect-kenburn {
    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;
}

.hover-effect-kenburn:hover {
    -webkit-transform: scale(2) rotate(5deg);
    -moz-transform: scale(2) rotate(5deg);
    -o-transform: scale(2) rotate(5deg);
    -ms-transform: scale(2) rotate(5deg);
    transform: scale(2) rotate(5deg);
}

/*Spaces*/
.margin-bottom-5,
.margin-bottom-10,
.margin-bottom-20,
.margin-bottom-20,
.margin-bottom-25,
.margin-bottom-40,
.margin-bottom-50,
.margin-bottom-60,
.margin-top-30 {
    clear: both;
}

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

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

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

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

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

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

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

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

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

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

.top-2 {
    top: 2px;
}

/*Button Style*/
.btn {
    box-shadow: none;
}

.btn btn-sm btn-success {
    border: 0;
    font-size: 14px;
    cursor: pointer;
    padding: 5px 13px;
    position: relative;
    background: var(--primary-color);
    display: inline-block;
    color: #fff !important;
    text-decoration: none !important;
}

.btn btn-sm btn-success:hover {
    color: #fff;
    background: #5fb611;
    text-decoration: none;
    -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;
}

.btn btn-sm btn-success-small {
    padding: 3px 12px;
}

.btn btn-sm btn-success-large {
    font-size: 18px;
    padding: 10px 25px;
}

a.btn btn-sm btn-success {
    padding: 4px 13px;
    vertical-align: middle;
}

a.btn btn-sm btn-success-small {
    padding: 2px 12px;
}

a.btn btn-sm btn-success-large {
    font-size: 18px;
    padding: 6px 25px;
}

/*Buttons Color*/
.btn btn-sm btn-success-blue {
    background: #3498db !important;
}

.btn btn-sm btn-success-blue:hover {
    background: #2980b9 !important;
}

.btn btn-sm btn-success-red {
    background: #e74c3c !important;
}

.btn btn-sm btn-success-red:hover {
    background: #c0392b !important;
}

.btn btn-sm btn-success-orange {
    background: #e67e22 !important;
}

.btn btn-sm btn-success-orange:hover {
    background: #d35400 !important;
}

.btn btn-sm btn-success-sea {
    background: #1abc9c !important;
}

.btn btn-sm btn-success-sea:hover {
    background: #16a085 !important;
}

.btn btn-sm btn-success-green {
    background: #2ecc71 !important;
}

.btn btn-sm btn-success-green:hover {
    background: #27ae60 !important;
}

.btn btn-sm btn-success-yellow {
    background: #F1C40F !important;
}

.btn btn-sm btn-success-yellow:hover {
    background: #F39C12 !important;
}

/*Block Headline*/
.headline {
    display: block;
    margin: 10px 0 25px 0;
    border-bottom: 1px dotted #e4e9f0;
}

.headline h2,
.headline h3,
.headline h4 {
    color: #585f69;
    margin: 0 0 -2px 0;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 2px solid var(--primary-color);
}

.headline h2 {
    font-size: 23px;
}

.headline-md h2 {
    font-size: 21px;
}

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

/*Purchase Block*/
.purchase {
    padding: 30px 0;
    margin-bottom: 30px;
    box-shadow: inset 0 0 4px #eee;
    background: url(../img/breadcrumbs.png) repeat;
}

.purchase p {
    margin-bottom: 0;
}

.purchase a.btn-buy {
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    margin-top: 22px;
    font-weight: bold;
    background: var(--primary-color);
    display: inline-block;
    text-decoration: none;
    padding: 12px 28px 9px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #51a00b;
}

.purchase a.btn-buy:hover {
    color: #fff;
    background: #68af28;
    text-decoration: none;
    box-shadow: 0 0 5px #c0c2c1;
}

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

.service:hover {
    background: #fcfcfc;
    box-shadow: 0 0 5px #ddd;
    -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: var(--primary-color);
    font-size: 45px;
    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 i.icon-cogs {
    font-size: 35px;
}

.service i.icon-phone {
    font-size: 35px;
}

.service i.icon-cloud {
    font-size: 35px;
}

.service i-icon.icon-user {
    font-size: 35px;
}

/* 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: #555;
}

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

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

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

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

.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 var(--primary-color);
    -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;
}

/*Blockquote*/
blockquote p {
    font-size: 16px;
    font-weight: 200;
}

blockquote:hover {
    border-left-color: var(--primary-color);
    -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;
}

.hero {
    padding: 18px;
    margin: 20px 0;
    color: #566c8a;
    font-size: 16px;
    background: #fcfcfc;
    border-left: 4px solid #94c564;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.hero h1, .hero p {
    text-shadow: 1px 1px 0 #fff;
}

.hero-unify p {
    font-size: 13px;
    line-height: 20px;
}

/* 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: #444 !important;
    text-decoration: underline;
}

/*Footer*/
.footer {
    color: #dadada;
    margin-top: 40px;
    padding: 20px 0 30px;
    background: #585f69;
}

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

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5 {
    text-shadow: none;
    font-weight: normal !important;
}

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

.footer p {
    color: #dadada;
}

.footer a {
    color: var(--primary-color);
}

.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%;
}

/*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 .dl-horizontal a {
    color: #dadada;
}

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

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

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

.copyright p {
    color: #dadada;
}

.copyright p.copyright-space {
    margin-top: 12px;
}

.copyright a {
    margin: 0 5px;
    color: var(--primary-color);
}

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

/*Page (Features)
------------------------------------*/
/*Thumbnail*/
a.thumbnail {
    padding: 0;
    border: none;
    margin-bottom: 15px;
}

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

.thumbnail-style:hover {
    box-shadow: 0 0 8px #ddd;
    -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-style h3 {
    margin: 5px 0 0 0;
}

.thumbnail-style h3 a {
    font-size: 20px;
}

.thumbnail-style h3 a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

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

.thumbnail-style a.btn-more {
    right: -10px;
    bottom: 10px;
    color: #fff;
    padding: 1px 6px;
    position: absolute;
    background: var(--primary-color);
    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*/
.servive-block .servive-block-in {
    padding: 20px 30px;
    text-align: center;
    margin-bottom: 20px;
    background: #fafafa;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.servive-block .servive-block-in:hover {
    box-shadow: 0 0 8px #ddd;
}

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

.servive-block .servive-block-in h4 a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

.servive-block .servive-block-in:hover h4,
.servive-block .servive-block-in:hover i {
    color: var(--primary-color);
}

.servive-block .servive-block-in i {
    color: #565656;
    font-size: 40px;
    -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;
}

.servive-block .servive-block-red {
    background: #e74c3c;
}

.servive-block .servive-block-sea {
    background: #1abc9c;
}

.servive-block .servive-block-blue {
    background: #3498db;
}

.servive-block .servive-block-grey {
    background: #95a5a6;
}

.servive-block .servive-block-yellow {
    background: #f1c40f;
}

.servive-block .servive-block-orange {
    background: #e67e22;
}

.servive-block .servive-block-green {
    background: #2ecc71;
}

.servive-block .servive-block-colored i,
.servive-block .servive-block-colored p,
.servive-block .servive-block-colored h4,
.servive-block .servive-block-colored:hover i,
.servive-block .servive-block-colored:hover h4 {
    color: #fff;
}

.servive-block .servive-block-colored:hover {
    opacity: 0.8;
    box-shadow: none;
}

/*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: #fff;
}

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

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

/*Posts*/
.posts .dl-horizontal {
    margin-bottom: 0;
    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 #ddd;
}

.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: var(--primary-color);
    text-decoration: none;
}

.posts .dl-horizontal:hover dt img,
.posts .dl-horizontal:hover dd a {
    color: var(--primary-color);
    border-color: var(--primary-color) !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;
}

/*Breadcrumbs*/
.breadcrumbs {
    padding: 10px 0 6px;
    box-shadow: inset 0 0 4px #eee;
    background: url(../img/breadcrumbs.png) repeat;
}

.breadcrumbs h1 {
    color: #686868;
    font-size: 26px;
    margin-top: 12px;
}

.breadcrumb {
    top: 9px;
    padding-right: 0;
    background: none;
    position: relative;
}

.breadcrumb a {
    color: #777;
}

.breadcrumb li.active,
.breadcrumb li a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

/*Pegination*/
.pagination li a {
    color: #777;
    padding: 5px 15px;
}

/* Testimonials */
.testimonials {
    margin-bottom: 10px;
}

.testimonials .testimonial-info {
    color: var(--primary-color);
    font-size: 16px;
    padding: 0 15px;
    margin-top: 18px;
}

.testimonials .testimonial-info span {
    top: 3px;
    position: relative;
}

.testimonials .testimonial-info em {
    color: #777;
    display: block;
    font-size: 13px;
}

.testimonials .testimonial-info img {
    width: 60px;
    float: left;
    height: 60px;
    padding: 2px;
    margin-right: 15px;
    border: solid 1px #ccc;
    border-radius: 50% !important;
}

.testimonials .testimonial-author {
    overflow: hidden;
}

.testimonials .carousel-arrow {
    top: -65px;
    position: relative;
}

.testimonials .carousel-arrow i {
    color: #777;
    font-size: 20px;
    padding: 2px 8px;
    background: #fafafa;
}

.testimonials .carousel-arrow i:hover {
    color: #fff;
    background: var(--primary-color);
}

.testimonials .carousel-control {
    opacity: 1;
    width: 100%;
    text-align: right;
    text-shadow: none;
    position: absolute;
}

.testimonials .carousel-control.left {
    right: 27px;
    left: auto;
}

.testimonials .carousel-control.right {
    right: 0px;
}

.testimonials.testimonials-v1 .item p {
    padding: 15px;
    font-size: 14px;
    font-style: italic;
    position: relative;
    background: #fafafa;
}

.testimonials.testimonials-v1 .item p:after,
.testimonials.testimonials-v1 .item p:before {
    width: 0;
    height: 0;
    left: 80px;
    content: " ";
    bottom: -20px;
    display: block;
    position: absolute;
}

.testimonials.testimonials-v1 .item p:after {
    border-top: 22px solid #fafafa;
    border-left: 0 solid transparent;
    border-right: 22px solid transparent;
    border-left-style: inset; /*FF fixes*/
    border-right-style: inset; /*FF fixes*/
}

.testimonials.testimonials-v2 .testimonial-info {
    padding: 0 20px;
}

.testimonials.testimonials-v2 p {
    padding: 15px;
    font-size: 14px;
    font-style: italic;
    background: #fafafa;
    padding-bottom: 15px;
}

.testimonials.testimonials-v2 .carousel-arrow {
    top: -55px;
}

.testimonials.testimonials-v2 .item p:after,
.testimonials.testimonials-v2 .item p:before {
    width: 0;
    height: 0;
    left: 8%;
    content: " ";
    bottom: 45px;
    display: block;
    position: absolute;
}

.testimonials.testimonials-v2 .item p:after {
    border-top: 20px solid #fafafa;
    border-left: 25px solid transparent;
    border-right: 0px solid transparent;
    border-left-style: inset; /*FF fixes*/
    border-right-style: inset; /*FF fixes*/
}

/*Tabs v1*/
.tab-v1 .nav-tabs {
    border: none;
    background: none;
    border-bottom: solid 2px var(--primary-color);
}

.tab-v1 .nav-tabs a {
    font-size: 14px;
    padding: 5px 15px;
}

.tab-v1 .nav-tabs > .active > a,
.tab-v1 .nav-tabs > .active > a:hover,
.tab-v1 .nav-tabs > .active > a:focus {
    color: #fff;
    border: none;
    background: var(--primary-color);
}

.tab-v1 .nav-tabs > li > a {
    border: none;
}

.tab-v1 .nav-tabs > li > a:hover {
    color: #fff;
    background: var(--primary-color);
}

.tab-v1 .tab-content {
    padding: 10px 0;
}

.tab-v1 .tab-content img {
    margin-top: 4px;
    margin-bottom: 15px;
}

.tab-v1 .tab-content img.img-tab-space {
    margin-top: 7px;
}

/*Tabs v2*/
.tab-v2 .nav-tabs {
    border-bottom: none;
}

.tab-v2 .nav-tabs li a {
    padding: 9px 16px;
    background: none;
    border: none;
}

.tab-v2 .nav-tabs li.active a {
    background: #fff;
    padding: 7px 15px 9px;
    border: solid 1px #eee;
    border-top: solid 2px var(--primary-color);
    border-bottom: none !important;
}

.tab-v2 .tab-content {
    padding: 10px 16px;
    border: solid 1px #eee;
}

/*Tabs v3*/
.tab-v3 .nav-pills li a {
    color: #777;
    font-size: 17px;
    padding: 4px 8px;
    margin-bottom: 3px;
    background: #fafafa;
    border: solid 1px #eee;
}

.tab-v3 .nav-pills li a:hover,
.tab-v3 .nav-pills li.active a {
    color: #fff;
    background: var(--primary-color);
    border: solid 1px #68af28;
}

.tab-v3 .nav-pills li i {
    width: 1.25em;
    margin-right: 5px;
    text-align: center;
    display: inline-block;
}

.tab-v3 .tab-content {
    padding: 15px;
    background: #fafafa;
    border: solid 1px #eee;
}

/*Accardion v1*/
.acc-v1 .panel-heading {
    padding: 0;
    box-shadow: none;
}

.acc-v1 .panel-heading a {
    display: block;
    font-size: 14px;
    padding: 5px 15px;
    background: #fefefe;
}

.acc-icon a.accordion-toggle i {
    color: #585f69;
    margin-right: 8px;
}

.acc-icon a.accordion-toggle:hover i {
    color: #39414c;
}

/*Carousel v1*/
.carousel-v1 .carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;
    padding: 7px 15px;
    background: rgba(0, 0, 0, 0.7);
}

.carousel-v1 .carousel-caption p {
    color: #fff;
    margin-bottom: 0;
}

.carousel-v1 .carousel-arrow a.carousel-control {
    opacity: 1;
    font-size: 30px;
    height: inherit;
    width: inherit;
    background: none;
    text-shadow: none;
    position: inherit;
}

.carousel-v1 .carousel-arrow a i {
    top: 50%;
    opacity: 0.6;
    background: #000;
    margin-top: -18px;
    padding: 2px 12px;
    position: absolute;
}

.carousel-v1 .carousel-arrow a i:hover {
    opacity: 0.8;
}

.carousel-v1 .carousel-arrow a.left i {
    left: 0;
}

.carousel-v1 .carousel-arrow a.right i {
    right: 0;
}

/*About Page
------------------------------------*/
.team ul.team-socail {
    text-align: right;
}

.team ul.team-socail li {
    padding: 0 !important;
    margin: 0 !important;
}

.team ul.team-socail li a,
.team ul.team-socail li a:hover {
    text-decoration: none;
}

.team ul.team-socail li i {
    color: #aaa;
    padding: 3px;
    min-width: 30px;
    font-size: 20px;
    text-align: center;
    background: #f7f7f7;
    display: inline-block;
}

.team ul.team-socail li i:hover {
    color: #fff;
    background: var(--primary-color);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.team .thumbnail-style {
    padding: 12px;
}

.team .thumbnail-style small {
    display: block;
    font-size: 12px;
}

.team .thumbnail-style h3 {
    margin-bottom: 10px;
}

.team .thumbnail-style:hover h3 a {
    color: var(--primary-color) !important;
}

/*Gallery Page
------------------------------------*/
.gallery-page .thumbnail,
.gallery-page .thumbnail:hover {
    padding: 0;
    border: none;
    box-shadow: none;
}

.gallery-page .thumbnails {
    margin-bottom: 6px;
}

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

.privacy a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

/*Portfolio Item Page v1
------------------------------------*/
.portfolio-item h2 {
    color: #555;
    font-size: 24px;
    margin: 0 0 15px;
}

.portfolio-item li {
    padding: 3px 0;
}

.portfolio-item p a {
    text-decoration: underline;
}

.portfolio-item p a:hover {
    text-decoration: none;
}

/*Portfolio Item v1*/
.portfolio-item1 ul {
    margin: 10px 0 20px;
}

.portfolio-item1 li {
    font-size: 16px;
    margin-bottom: 3px;
}

.portfolio-item1 li i {
    font-size: 18px;
    margin-right: 4px;
}

/*Sidebar Features
------------------------------------*/
/*Blog Tags*/
ul.blog-tags li {
    display: inline-block;
}

ul.blog-tags a {
    font-size: 13px;
    padding: 2px 7px;
    background: #f7f7f7;
    margin: 0 3px 6px 0;
    display: inline-block;
}

ul.blog-tags a i {
    color: #666;
}

ul.blog-tags a:hover {
    background: var(--primary-color);
}

ul.blog-tags a:hover,
ul.blog-tags a:hover i {
    color: #fff !important;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/*Blog Photo Stream*/
.blog-photos li {
    display: inline;
}

.blog-photos li img {
    opacity: 0.6;
    width: 58px;
    height: 58px;
    margin: 0 2px 8px;
}

.blog-photos li img:hover {
    opacity: 1;
    box-shadow: 0 0 0 2px var(--primary-color);
}

/*Blog Latest Tweets*/
.blog-twitter .blog-twitter-inner {
    padding: 10px;
    position: relative;
    background: #fafafa;
    margin-bottom: 15px;
    border-top: solid 2px #eee;
}

.blog-twitter .blog-twitter-inner,
.blog-twitter .blog-twitter-inner:after,
.blog-twitter .blog-twitter-inner:before {
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.blog-twitter .blog-twitter-inner:after,
.blog-twitter .blog-twitter-inner:before {
    width: 0;
    height: 0;
    right: 0px;
    bottom: 0px;
    content: " ";
    display: block;
    position: absolute;
}

.blog-twitter .blog-twitter-inner:after {
    border-top: 15px solid #f0f0f0;
    border-right: 15px solid transparent;
    border-left: 0px solid transparent;
    border-left-style: inset; /*FF fixes*/
    border-right-style: inset; /*FF fixes*/
}

.blog-twitter .blog-twitter-inner:before {
    border-bottom: 15px solid #fff;
    border-right: 0 solid transparent;
    border-left: 15px solid transparent;
    border-left-style: inset; /*FF fixes*/
    border-bottom-style: inset; /*FF fixes*/
}

.blog-twitter .blog-twitter-inner:hover {
    border-color: var(--primary-color);
    border-top-color: var(--primary-color);
}

.blog-twitter .blog-twitter-inner:hover:after {
    border-top-color: var(--primary-color);
}

.blog-twitter .blog-twitter-inner span {
    color: #777;
    display: block;
    font-size: 11px;
}

.blog-twitter .blog-twitter-inner a {
    color: var(--primary-color);
    text-decoration: none;
}

.blog-twitter .blog-twitter-inner a:hover {
    text-decoration: underline;
}

.blog-twitter .blog-twitter-inner i.icon-twitter {
    top: 2px;
    color: #bbb;
    font-size: 18px;
    position: relative;
}

/*Choose Block*/
.who li {
    margin-bottom: 6px;
}

.who li i {
    top: 2px;
    color: var(--primary-color);
    font-size: 18px;
    margin-right: 8px;
    position: relative;
}

.who li:hover i,
.who li:hover a {
    color: #777;
}

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

/*Sidebar Menu
------------------------------------*/
/*Sidebar Menu v1*/
.sidebar-nav-v1 li {
    padding: 0;
}

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

.sidebar-nav-v1 li a:hover {
    text-decoration: none;
}

.sidebar-nav-v1 li.active,
.sidebar-nav-v1 li.active:hover {
    background: #f5f5f5;
    border-color: #ddd;
}

.sidebar-nav-v1 li.active a {
    color: #555;
}

.sidebar-nav-v1 span.badge {
    margin-top: 10px;
    margin-right: 10px;
}

.sidebar-nav-v1 span.badge-green {
    background: #2ecc71;
}

.sidebar-nav-v1 span.badge-red {
    background: #e74c3c;
}

.sidebar-nav-v1 span.badge-blue {
    background: #3498db;
}

.sidebar-nav-v1 span.badge-sea {
    background: #1abc9c;
}

/*Tag Boxes
------------------------------------*/
.tag-box {
    padding: 20px;
    margin-bottom: 30px;
}

.tag-box h2 {
    font-size: 20px;
    line-height: 25px;
}

.tag-box p {
    margin-bottom: 0;
}

/*Tag Boxes v1*/
.tag-box-v1 {
    border: solid 1px #eee;
    border-top: solid 2px var(--primary-color);
}

/*Tag Boxes v2*/
.tag-box-v2 {
    background: #fafafa;
    border: solid 1px #eee;
    border-left: solid 2px var(--primary-color);
}

/*Tag Boxes v3*/
.tag-box-v3 {
    border: solid 2px #eee;
}

/*Tag Boxes v4*/
.tag-box-v4 {
    border: dashed 1px #bbb;
}

/*Tag Boxes v5*/
.tag-box-v5 {
    margin: 20px 0;
    text-align: center;
    border: dashed 1px #ccc;
}

.tag-box-v5 span {
    color: #555;
    font-size: 28px;
    margin-bottom: 0;
}

/*Tag Boxes v6*/
.tag-box-v6 {
    background: #fafafa;
    border: solid 1px #eee;
}

/*Tag Boxes v7*/
.tag-box-v7 {
    border: solid 1px #eee;
    border-bottom: solid 2px var(--primary-color);
}

/*Tag Boxes v8 - Bubbler*/

.tag-box-v8 {
    position: relative;
    /*width: 70%;*/
    height: 100%;
    padding: 7px;
    background: #d3d3d3;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.tag-box-v8:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 15px 15px 15px 0;
    border-color: transparent #d3d3d3;
    display: block;
    width: 0;
    z-index: 1;
    margin-top: -15px;
    left: -15px;
    top: 50%;
}

.tag-box-v9 {
    padding: 0px;
    margin-bottom: 30px;
}

.commentInfo {
    position: relative;
    top: 0;
    float: top;
    width: 100%;
    /*padding-right: 10px;*/
    box-sizing: border-box;
    word-break: break-word;
}

/*.comment_row:before {*/
/*display: block;*/
/*content = '';*/
/*width: 100%;*/
/*height: 100px;*/
/*}*/

/*Panels (Portlets)
------------------------------------*/
/*Panel Table*/
.panel .table {
    margin-bottom: 0;
}

/*Panel Blue*/
.panel-blue {
    border-color: #3498db;
}

.panel-blue > .panel-heading {
    color: #fff;
    background: #3498db;
}

/*Panel Red*/
.panel-red {
    border-color: #e74c3c;
}

.panel-red > .panel-heading {
    color: #fff;
    background: #e74c3c;
}

/*Panel Green*/
.panel-green {
    border-color: #2ecc71;
}

.panel-green > .panel-heading {
    color: #fff;
    background: #2ecc71;
}

/*Panel Sea*/
.panel-sea {
    border-color: #1abc9c;
}

.panel-sea > .panel-heading {
    color: #fff;
    background: #1abc9c;
}

/*Panel Orange*/
.panel-orange {
    border-color: #e67e22;
}

.panel-orange > .panel-heading {
    color: #fff;
    background: #e67e22;
}

/*Panel Yellow*/
.panel-yellow {
    border-color: #f1c40f;
}

.panel-yellow > .panel-heading {
    color: #fff;
    background: #f1c40f;
}

/*Panel Grey*/
.panel-grey {
    border-color: #95a5a6;
}

.panel-grey > .panel-heading {
    color: #fff;
    background: #95a5a6;
}

/*Promo Page
------------------------------------*/
/*Slider Part*/
.fullwidthbanner-container.slider-promo {
    max-height: 460px !important;
}

.slider-promo-info-bg {
    padding: 25px 20px 20px;
    background: url(../img/bg-black.png) repeat;
}

.slider-promo-info span.big-size {
    color: #fff;
    display: block;
    font-size: 30px;
    margin-bottom: 25px;
    text-shadow: 0 !important;
}

.slider-promo-info p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
}

/*Promo Box*/
.promo-box {
    padding: 20px;
    margin: 25px 0 20px;
    text-align: center;
}

.promo-box i {
    display: block;
    font-size: 50px;
}

.promo-box p {
    font-size: 14px;
    margin-bottom: 0;
}

.promo-box strong,
.promo-box strong a {
    color: #555;
    font-size: 20px;
    display: block;
    margin: 20px 0 15px;
    font-weight: 200;
}

.promo-box:hover strong,
.promo-box:hover strong a {
    color: #e74c3c;
}

/*Promo Service*/
.promo-service {
    margin-bottom: 20px;
}

.promo-service a.btn btn-sm btn-success {
    margin: 0 20px 10px 0;
}

/*Promo Elements*/
.title-box {
    margin: 20px 0;
    padding: 40px 0;
    font-size: 16px;
    text-align: center;
    border-bottom: solid 1px #eee;
}

.title-box .title-box-text {
    color: #555;
    display: block;
    font-size: 35px;
    font-weight: 200;
}

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

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

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

/*Info Blocks*/
.info-blocks {
    margin-bottom: 15px;
}

.info-blocks:hover i.icon-info-blocks {
    color: var(--primary-color);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.info-blocks i.icon-info-blocks {
    float: left;
    color: #777;
    font-size: 40px;
    margin-top: 5px;
    min-width: 50px;
    text-align: center;
}

.info-blocks .info-blocks-in {
    padding: 0 10px;
    overflow: hidden;
}

.info-blocks .info-blocks-in h3 {
    color: #555;
    font-size: 20px;
    line-height: 28px;
}

.info-blocks .info-blocks-in p {
    font-size: 12px;
}

/* apChart */

.chart_legend {
    float: left;
}

.chart_legend ul {
    list-style-type: none;
    margin: 4px 8px;
    padding: 0;
}

.chart_legend li span {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.collapsibleList ul {
    cursor: auto;
}

.collapsibleList li {
    list-style-image: none;
}

li.collapsibleListOpen {
    list-style-image: url('../img/button-open.png');
    cursor: pointer;
}

li.collapsibleListClosed {
    list-style-image: url('../img/button-closed.png');
    cursor: pointer;
}

.fixed-button {
    margin-top: 25px;
}

.admin-charge-summary {
    table-layout: fixed;
    width: 1100px;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background-color: var(--primary-color);
    border-color: #4cae4c;
}

.dataTable td {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.table-striped > tbody > tr.active > td {
    background-color: var(--primary-color);
    color: #fff;
}
