/* SHORTCODE */
.one_half, .one_third, .two_third, .three_fourth, .one_fourth {
    margin-right: 2%;
    float: left;
    margin-bottom: 20px;
    position: relative;
}
.one_half {
    width: 48%;
}
.one_third {
    width: 31%;
}
.two_third {
    width: 64%;
}
.one_fourth {
    width: 23%;
}
.three_fourth {
    width: 73%;
}
#page-content .last {
    margin-right: 0 !important;
    clear: right;
}
.clearboth {
    clear: both;
    display: block;
    font-size: 0px;
    height: 0px;
    line-height: 0;
    width: 100%;
    overflow: hidden;
}
.nav-tabs {
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
}
.nav-tabs li a {
    display: block;
    float: left;
    border-bottom: #fff solid 3px;
    padding: 10px;
    margin-right: 1px;
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
}
.nav-tabs li.active a {
    background: #fff;
    color: #000;
}
.tab_content {
    padding: 20px 10px;
}

/* Progress Bar */

.pbar {
    height: 68px;
    border: none;
    position: relative;
    margin-bottom: 20px;
    padding: 20px;
    overflow: hidden;
    width: 100%;
}
.pbar-content {
    height: 100%;
    background: white;
    z-index: 1;
    position: relative;
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
}
.pbar .pbar-title {
    position: absolute;
    top: 0;
    font-weight: 500;
    color: #aaa;
    left: 35px;
    line-height: 68px;
    font-size: 15px;
    text-transform: uppercase;
    z-index: 2;
}
.pbar .percentage {
    font-size: 14px;
    color: #626363;
    font-weight: normal;
    position: absolute;
    top: 10px;
    left: 90%;
}

.bg-icon{
    position: absolute;
    right: 0;
    font-size: 189px;
    height: 120%;
    z-index: 0;
    top: -64px;
    color: rgba(0,0,0,0.06);
}

/* Button */
.buttons a {
    margin-right: 30px;
}
.button {
    text-decoration: none;
    display: inline-block;
    margin: 0 0 10px 10px;
}
.button:hover {
    background: rgba(0,0,0,.1);
}
.button:hover {
    color: #000;
}
.button.large {
    text-transform: uppercase;
    text-align: center;
    padding: 27px 66px;
    color: #fff;
    font-weight: bold;
    font-size: 19px;
    line-height: 19px;
    -webkit-border-radius:25px;
    -moz-border-radius:25px;
    border-radius:25px;
}
.button.small {
    -webkit-border-radius:25px;
    -moz-border-radius:25px;
    border-radius:25px;
    color: #FFFFFF;
    font-size: 15px;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}
.button.black {
    background: #000;
}
.button.black:hover {
    background: #fff;
    color: #000;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}
.button.orange {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    background: #ff6d00;
}
.button.orange:hover {
    background: #ff3a00;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}
.button.blue {
    background: #36848a;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}
.button.blue:hover {
    background: #1c464a;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}
.button.red {
    background: #8e2b22;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}
.button.red:hover {
    background: #4c1712;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}
.button.white {
    background: #fff;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    color: #000;
}
.button.white:hover {
    color: #fff;
    background: #000;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}
.button.grey {
    background: #3a3a3a;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}
.button.grey:hover {
    background: #1f1f1f;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}
.button.darkblue {
    background: #283d54;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}
.button.darkblue:hover {
    background: #15212d;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}
.button.green {
    background: #346118;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}
.button.green:hover {
    background: #264712;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}
.highlight_white {
    background: #fff;
    padding: 2px;
    color: #000;
}
.highlight_black {
    background: #000;
    color: #fff;
    padding: 2px;
}
.highlight_red {
    background: red;
    color: #fff;
    padding: 2px;
}
.highlight_yellow {
    background: #EEEE22;
    color: black;
    padding: 2px;
}
.dropcap {
    font-size: 60px;
    margin-right: 6px;
    padding-top: 11px;
    text-transform: uppercase;
    float: left;
    position: relative;
    top: 5px;
    padding-bottom: 11px;
}

ul.iconlist {
    list-style: none;
}

ul.iconlist i:before {
    float: left;
    margin-right: 8px;
}

span.quote{
    display: block;
    padding-left: 20px;
    border-left: 2px solid;
    font-style: italic;
    margin-top: 20px;
    margin-bottom: 30px;
    clear: both;
    float: none;
}

pre.code{
    font-family: inherit;
    line-height: inherit;
    border-radius: 0;
    background: white;
}

.before-inner{
    height: 100%;
    width: 100%;
    position: absolute;
    background-size: cover;
    top: 0;
}
.before-outer {
    background-size: cover;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    background-size: cover;
    max-width: 100%;
    cursor: none;
}
img.before-img{
    visibility: hidden;
    width: 100%;
    height: auto;
}

.before-line{
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: white;
    z-index: 5;
}

/** pricing table */

ul.pricing-table{
    list-style-type: none;
}

.pricing-table {
    padding: 20px;
}

.price-inside{
    position: relative;
}

.price-inside:after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    background: white;
    height: 0;
    z-index: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pricing-table.featured .price-inside:after,
.pricing-table:hover .price-inside:after{
    height: 100%;
}

.price-title {
    padding: 40px 0;
    font-size: 26px;
    letter-spacing: 2px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}
.pricing-row {
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.exact_price,
.currency{
    font-size: 68px;
    font-weight: 700;
    line-height: 1em;
}

.cents_period{
    display: inline-block;
    line-height: 68px;
}
.price_cents {
    text-align: left;
    font-size: 37px;
    font-weight: 600;
    line-height: 45px;
    display: block;
}

.time {
    color: #888;
    font-size: 13px;
    line-height: 22px;
    display: block;
    letter-spacing: 2px;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
}
.pricing-feature {
    font-size: 14px;
    padding: 6px;
    text-align: center;
}
.price-bottom {
    text-align: center;
    background: #fff;
    margin: 20px 0 0 0;
    padding-top: 30px;
    position: relative;
    z-index: 1;
}
.btn-price {
    font-size: 13px;
    padding: 10px 16px;
    display: inline-block;
    font-weight: 700;
    border: 2px solid;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 30px auto 40px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

/** team members */

.team-member .soc {
    display: block;
}

.testimonials{
    background: #fff;
    padding: 20px;
    opacity: 1;
    display: block;
    position: relative;
}

.testimonials .owl-controls{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 140px;
    top: 0;
    margin: auto;
}

.testimonials .owl-buttons {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.testimonials .owl-buttons .owl-prev {
    border: none;
    border-radius: 0;
    background: transparent;
    left: 0;
    position: absolute;
    top: -20px;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.testimonials .owl-buttons .owl-next{
    border: none;
    border-radius: 0;
    background: transparent;
    position: absolute;
    right: 0;
    top: -20px;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.owl-carousel.owl-theme .owl-buttons .owl-prev,
.owl-carousel.owl-theme .owl-buttons .owl-next {
    top: 0;
    bottom: auto;
    width: 140px;
    height: 140px;
    margin: 0;
    display: block;
    border: none;
    border-radius: 0;
    background: transparent;
    opacity: 1;
}

.owl-carousel.owl-theme .owl-buttons .owl-prev:before{
    font-family: 'ggticons';
    content: "\ed36";
    line-height: 140px;
    font-size: 60px;
    color: #000;
}

.owl-carousel.owl-theme .owl-buttons .owl-next:before{
    font-family: 'ggticons';
    content: "\ed43";
    line-height: 140px;
    font-size: 60px;
    color: #000;
}

.owl-carousel:hover .owl-prev {
    display: block;
    border: none;
    border-radius: 0;
    background: transparent;
    opacity: 1;
    left: 0;
}

.owl-carousel:hover .owl-next {
    display: block;
    border: none;
    border-radius: 0;
    background: transparent;
    opacity: 1;
    right: 0;
}

.testimonials p {
    color: #000;
    font-size: 14px;
    line-height: 1.5em;
}

.testimonials-thumbs{
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    height: 140px;
    padding: 0;
    text-align: center;
    font-size: 0;
}

.testimonials-item{
    padding: 20px 160px;
    text-align: center;
}

.testimonials-item h3 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.3em;
    margin-bottom: 30px;
}

.testimonials-thumbs a{
    display: inline-block;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.testimonials-thumbs a:hover,
.testimonials-thumbs a.active{
    transform: translateY(-12px);
}

.testimonials-thumb{
    cursor: pointer;
}

.testimonials-wrap{
    padding: 20px;
}

/** service */

.service{
    /*padding: 20px;*/
    padding: 0px;
}

.service-inside{
    position: relative;
    text-align: center;
}

.service-inside:after {
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    background: transparent;
    height: 0;
    z-index: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.service.featured .service-inside:after,
.service:hover .service-inside:after{
    height: 100%;
}

.service-visual {
    padding: 30px 0;
	/*padding: 10px 0;*/
    overflow: hidden;
    text-align: center;
    position: relative;
    display:inline-block;
    z-index: 1;
}

.service-title{
    position: relative;
    z-index: 1;
	
}
.service-title h2{
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: 2px;
    /*border-bottom: 2px solid #000;
    width: auto;
    margin: 0 auto; 
    padding-bottom: 10px;*/
	
	
}
.service-title h2:after{
    position: absolute;
    width: 10px;
    height: 3px;
    background-color: #000;
    margin-left: -5px;
    left: 50%;
    top: 10%;
}

.service-image{
    position: relative;
    width: 150px;
    height: 150px;
    top: 0;
    background-position: center center;
    background-size: cover;
}
.service-icon{
    height: 100%;
}
.horizontal-line{
    width: 100px;
    height: 2px;
    background-color: #be1522;
    margin:0 auto;
}
.service-icon i {
    cursor: default;
    font-size: 160px;
    line-height: 1.3em;
    vertical-align: middle;
}
.service-text {
    /*margin-top: 40px;*/
    /*font-family: 'Helvetica';*/
    /*font-weight: normal;*/
    font-size: 14px;
   /* padding: 29px 20px;*/
   padding:20px 20px;
    background: transparent;
    text-align: center;
    position: relative;
    z-index: 1;
    /*text-transform: uppercase;*/
    color: #666;
}
.vignette-overlay{
    background-image: url(../images/vignette.png);
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
}
.photo-thumb.active .vignette-overlay,
.photo-thumb:hover .vignette-overlay{
    opacity: 1;
}

/** team members */

.team-title h2 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.3em;
    padding: 30px 100px;
}

.team-member{
    text-align: justify;
    padding: 0;
    padding-bottom: 30px;
}

.team-photo{
    text-align: center;
    position: relative;
    margin: 10px 0;
    padding: 0;
}

.position-wrap{
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
}

.team-position {
    position: relative;
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    background: #fff;
    opacity: 0;
    padding: 14px 30px;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.team-member:hover .team-position{
    opacity: 1;
}

.team-photo img{
    margin: 0;
    width: 100%;
    height: auto;
}

.soc a {
    display: inline-block;
    margin: 5px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 47px;
    font-size: 18px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.soc a:hover{
    background: #fff;
}

.team-thumb {
    cursor: pointer;
}

/** piechart */

.chart {
    min-height: 140px;
    text-align: center;
}
.chart .percentage{
    position: relative;
    top: 65px;
}
.piechart-content {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0px;
    line-height: 20px;
    padding-top: 10px;
}
.separator{
    width: 100%;
    height: 5px;
    margin-top: 20px;
    margin-bottom: 30px;
    clear: both;
    opacity: 0.1;
}

.clear{
    clear: both;
}

/** clients */

.clients-wrap{
    margin: 0 140px;
}
.clients-outer{
    padding: 20px;
}

.clients .client-item {
    background: none repeat scroll 0 0 #fff;
    height: 100%;
    overflow: hidden;
    padding: 20px 10px;
    text-align: center;
}

.clients .owl-controls {
    height: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
    margin: 0;
    width: 100%;
}

.clients .owl-buttons{
    width: calc(100% + 280px);
    left: -140px;
    position: absolute;
    height: 100%;
}

.clients .owl-buttons .owl-prev,
.clients .owl-buttons .owl-next{
    position: absolute;
}
.clients .owl-buttons .owl-prev{
    left: 0;
}
.clients .owl-buttons .owl-next{
    right: 0;
}

.owl-carousel.owl-theme.clients .owl-buttons .owl-prev,
.owl-carousel.owl-theme.clients .owl-buttons .owl-next {
    top: 0;
    bottom: 0;
    margin: auto;
}

.clients h4 {
    color: #000;
    position: relative;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
    padding: 12px;
    display: block;
    z-index: 1;
}

.clients .title-wrap {
    position: relative;
}

.clients .title-wrap:after{
    position: absolute;
    z-index: 0;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.client-item:hover .title-wrap:after{
    height: 100%;
}

.no-controls .clients-wrap{
    margin: 0;
}

/** before/after */

.before-line:before {
    content: "";
    display: block;
    font-family: "ggticons";
    font-size: 42px;
    height: 70px;
    left: -35px;
    line-height: 70px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 70px;
}

.before-line {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 3px;
    z-index: 5;
}