/* standart element */
ul ul, ol ol, ul ol, ol ul{
    margin-bottom: 0;
}

ol{
    list-style-type: decimal;
    margin-left: 1.3em;
}

strong{
    font-weight: 700;
}

em{
    font-style: italic;
}

address{
    font-style: italic;
}

abbr,acronym{
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    cursor: help;
}

cite{
    font-style: italic;
}

code{
    padding: 7px 10px;
    font-size: 0.9em;
    line-height: 1.5;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
}

sub, sup{
    font-size: 0.85em;
}

sub{
    vertical-align: sub;
}

sup{
    vertical-align: super;
}

ins{
    background: #f5f5f5;    
}

code, kbd, tt, var, samp, pre {
    font-family: Inconsolata, monospace;
}

pre {
    border: 1px solid #d1d1d1;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3125;
    margin: 0 0 1.75em;
    max-width: 100%;
    overflow: auto;
    padding: 1.75em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q:before{
    content: "\201c\0020";  
}
q:after{
    content: "\0020\201d";  
}

blockquote{
    padding: 35px;
    padding-left: 95px;
    text-align: left;
    background: #f5f5f5;
    position: relative;
    z-index: 1;
}
blockquote p{
    text-indent: 0;
    font-style: italic;
    margin-bottom: 0 !important;
}
blockquote:before {
    content: "\201D";
    font-size: 100px;
    line-height: 70px;
    position: absolute;
    z-index: 1;
    top: 35px;
    left: 40px;
    width: 34px;
    height: 27px;
    margin-top: 7px;
    margin-left: 0px;
    display: inline-block;
    opacity: 0.7;
    background-image: none;
}

body{
    overflow-x: hidden;
}

.a-left{
    text-align: left;
}
.a-right{
    text-align: right;
}
.a-center{
    text-align: center;
}

img:not([src]){
    content: "";
}

a{
    display: inline;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

img,
iframe,
.wp-caption,
select{
    max-width: 100%;
}
embed{
    max-width: 100%;
}
img{
    height: auto;
}

.alignleft{
    float: left;
    margin-right: 30px;
}
.alignright{
    float: right;
    margin-right: auto;
    margin-left: 30px;
}
.aligncenter{
    display: table;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
}

/* 
- TABLE
*/

table{
    border-collapse: separate;
    table-layout: fixed;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}
table th,
table td{
    padding: 10px;
    border-bottom: 1px solid #e7e7e7;
}
table thead{
    background-color: #f2f2f2;
}
table > *:last-child tr:last-of-type th,
table > *:last-child tr:last-of-type td,
table > *:only-child tr:last-of-type th,
table > *:only-child tr:last-of-type td,
table tfoot tr:last-of-type th,
table tfoot tr:last-of-type td{
    border-bottom-style: none;
}
table > tfoot ~ *:last-child tr:last-of-type th, 
table > tfoot ~ *:last-child tr:last-of-type td{
    border-bottom-style: solid;
}

/* 
- TABLE
*/

/*
- DEFINITION LIST
*/

dl dt:not(:first-child){
    margin-top: 0.65em;
}
dl dt:not(:empty){
    padding: 10px 20px;
}
dl dd{
    padding: 20px;
    background-color: #f5f5f5;  
}

/*
- \DEFINITION LIST
*/


/* end standart element */

/* link */
a:hover,
a.alt{
    color: inherit;
}
/* end link */
/* headings */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
}

/* end headings */

mark{
    -webkit-appearance: none;
    padding: 2px 6px;
}

hr{
    -webkit-appearance: none;
    height: 1px;
    margin: 50px 0;
    background: #e7e7e7;
    border-style: none;
    outline-style: none;
}

/* inputs */
input,
textarea,
select{
    width: 100%;
    text-transform: none;
    border: 1px solid #eaeaea;
    padding: 4px 13px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
input[type="file"]{
    padding: 0;
    border: 0;
}
input[type="text"]:focus, 
input[type="email"]:focus, 
input[type="number"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="password"]:focus, 
input[type="date"]:focus, 
input[type="color"]:focus, 
input[type="subject"]:focus,
select:focus,
textarea:focus {
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    outline: none;
    padding-left: 5px;
    border-left-color: transparent;
}
input[type='checkbox'],
input[type='radio'],
input[type='submit']{
    width: auto;
}
input[type='submit']{
    cursor: pointer;
}
input[type="search"]{
    -webkit-appearance: none;
}
/* end inputs */


/* iframe and embed*/
iframe,
embed{
    min-width: 100%;
    display: block;
}
/* end iframe and embed*/


/*featured_separated*/

.featured_separated{
    width: 100%;
    display: block;
    text-align: inherit;
    line-height: 0;
    font-size: 0;
    padding-top: 10px;
}
.featured_separated span{
    display: inline-block;
    width: 36px;
    height: 1px;
    background: #303233;
}

/* end featured_separated*/

/* wp-caption-text */

.wp-caption-text {
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    font-size: 12px;
    font-style: italic;
    line-height: 1.5;
    margin: 9px 0;
    text-indent: 0;
    background-color: transparent;
}

div.wp-caption .wp-caption-text {
    padding-right: 10px;
}
.wp-caption-text a{
    text-decoration: underline;
}
div.wp-caption.alignright .wp-caption-text {
    padding-left: 10px;
    padding-right: 0;
}

/* end wp-caption-text */

.gallery .gallery-caption{
    padding: 0;
}
.gallery{
    margin-left: -10px !important;
}
.gallery dl.gallery-item{
    margin: 0!important;
    padding-top: 10px;
    padding-left: 10px;
}
.gallery dl.gallery-item dt{
    padding: 0;
    background: transparent;
}
.gallery dl.gallery-item dt a{
    display: inline-block;
    line-height: 0;
}
.gallery .gallery-item img{
    border: 0 !important;
    display: block;
}
.bypostauthor{}

/* back to top */
.local-scroll{
    position: fixed;
    z-index: 100;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    background-color: #ffffff;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform:translateY(150%);
    -moz-transform:translateY(150%);
    -ms-transform:translateY(150%);
    transform:translateY(150%);
}
.local-scroll:before{
    content: '\f100';
    font-family: themeicon;
    line-height: 40px;
}
.local-scroll.active{
    -webkit-transform:translateY(0);
    -moz-transform:translateY(0);
    -ms-transform:translateY(0);
    transform:translateY(0);
}
/* end bac to top */

/* GTC Grid */
.gtc-row{

}
.gtc-col{
    float: left;
}
.gtc-col.gtc-col-3,
.gtc-col.gtc-col-4,
.gtc-col.gtc-col-6{
    width: 100%;
}
@media (min-width: 768px) {
    .gtc-col.gtc-col-6{
    width: 50%;
    }
    .gtc-col.gtc-col-4{
    width: 33.33333333%;
    }
    .gtc-col.gtc-col-3{
        width: 50%;
    }
}
@media (min-width: 992px) {
    .gtc-col.gtc-col-3{
    width: 25%;
    }
}
/* End GTC Grid*/

/* Blog */
.blog-inner.layout-grid{
    margin-left: -15px;
    margin-right: -15px;
}
.blog-inner.layout-grid .gtc-col{
    padding-left: 15px;
    padding-right: 15px;
}
.blog-inner > .post{
    margin-bottom: 30px;
    background-color: #ffffff;
    background-clip: content-box;
}
.blog-inner .blog-media{
    margin-bottom: 10px;
    overflow: hidden;
    display: inline-block;
}
.blog-inner .blog-media video{
    max-width: 100%;
    display: block;
}
.blog-inner .blog-media .gtc_video_wrapper{
    display: block;
    padding: 0;
    background: transparent;
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}
.blog-inner .blog-media .gtc_video_wrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.blog-inner .blog-media.blog-media-link{
    text-align: left;
    background: #f5f5f5;
    position: relative;
    z-index: 1;
}
.blog-inner .blog-media.blog-media-link .blog-media-post-link{
    padding: 35px;
    padding-left: 95px;
    display: block;
    width: 100%;
    word-break: break-word;
    position: relative;
    z-index: 2;
}
.blog-inner .has-post-thumbnail .blog-media.blog-media-link:after,
.blog-inner .has-post-thumbnail .blog-media.blog-media-quote:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #ffffff;
    opacity: 0.9;
}
.blog-inner .blog-media.blog-media-link:before{
    content: "\f0c1";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 35px;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 40px;
    width: 34px;
    height: 34px;
    margin-top: -17px;
    margin-left: 0px;
    display: inline-block;
    opacity: 0.7;
    background-image: none;
}
.blog-inner .blog-media.blog-media-link img + .blog-media-post-link{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
}
.blog-inner .blog-media.blog-media-link img + .blog-media-post-link span{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    word-break: break-all;
    padding: 0 15px;
    text-align: center;
}
.blog-inner .blog-media-quote img + blockquote{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    top: 50%;
    left: 50%;
    padding-left: 35px;
    text-align: center;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-color: transparent;;
}
.blog-inner .blog-media-quote img + blockquote:before{
    content: '';
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 50%;
    width: 150px;
    height: 117px;
    margin-top: -10px;
    margin-left: -75px;
    display: inline-block;
    opacity: 0.7;
    background-image: url("../img/icons/quote-icon.png");
}
.blog-inner .blog-media-quote img + blockquote p{
    font-size: 1.1428em;
    line-height: 1.75;
}
.blog-inner .blog-media-audio audio{
    width: 100%;
}
.blog-inner .blog-media-audio img + audio{
    position: absolute;
    bottom: 0;
    left: 0;
}
.blog-inner .blog-content{
    padding-top: 15px;
    padding-bottom: 15px;
}
.blog-inner.show_in_box .blog-content{
    padding: 10px 25px;
    background: #ffffff;
}
.blog-inner .blog-content .blog-item-title,
.blog-inner .blog-content .blog-item-meta,
.blog-inner .blog-content .blog-item-body{
    margin-bottom: 15px;
}
.blog-inner .blog-content .blog-item-title{
    margin-bottom: 5px;
}
.blog-inner .blog-content .blog-item-title{
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.blog-inner .blog-content .blog-item-meta{
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 5px;
    /*font-size: 0.8571em;*/
    font-size: 1em;
    line-height: 1.5;
}
.blog-inner .blog-content .blog-item-title + .blog-item-meta{
    margin-top: 5px;
    margin-bottom: 15px;
}
.blog-inner .blog-content .blog-item-meta li{
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 0;
    display: inline-table;
}
.blog-inner .blog-content .blog-item-meta li i{
    margin-right: 5px;
}
.blog-inner .blog-content .blog-item-meta .comments_link a{
    padding: 0 5px;
    margin-left: -5px;
}
.blog-inner .blog-content .blog-item-meta .post_categories a,
.blog-inner .blog-content .blog-item-meta .post_tags a{
    color: inherit;
}
.single-post .blog-inner .blog-content .post_tags .tags_title{
    margin-right: 5px;
    font-size: 1.2em;
}
.single-post .blog-inner .blog-content .post_tags a{
    color: inherit;
}
.blog-inner .blog-content .blog-item-body{
    margin-top: 15px;
}
.blog-inner .blog-content .blog-item-body .gtc-more-btn{
    margin-top: 20px;
}
.blog-inner .blog-media .blog-hover:before{
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #ffffff;
    opacity: 0;
    -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.blog-inner .blog-media:hover .blog-hover:before{
    opacity: 0.9;
}
.blog-inner .post:hover .blog-media img{
    -webkit-transform: scale(1.075);
    -moz-transform: scale(1.075);
    -o-transform: scale(1.075);
    -ms-transform: scale(1.075);
    transform: scale(1.075);
}
.blog-icon{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    font-size: 26px;
    padding: 4px;
    line-height: 1;
    opacity: 0;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.blog-inner .blog-hover:hover .blog-icon{
    opacity: 1;
}
.post-password-form label{
    display: block;
}
.post-password-form input[type="submit"]{
    margin-top: 5px;
}
/* End Blog*/

/*##############################################################
                            ## PAGINATION
##############################################################*/


.gtc-pagination {
    width: 100%;
    height: 90px;
    font-size: 16px;
    text-align: center;
}
.gtc-pagination:after{
    content: '';
    clear: both;
    display: table;
}
.gtc-pagination a.nav-next,
.gtc-pagination a.nav-prev{
    margin-top: 20px;
    margin-bottom: 20px;
    color: #303233;
    height: 50px;
    font-size: 0;
}
.gtc-pagination a.nav-next.no-click,
.gtc-pagination a.nav-prev.no-click{
    pointer-events: none;
}

.gtc-pagination a:not(.nav-next):not(.nav-prev),
.gtc-pagination > span{
    display: inline-block;
    width: 100%;
    max-width: 50px;
    line-height: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #eaeaea;
    margin-left: -1px;
    color: inherit;
}
.gtc-pagination > span.active{
    background: #eaeaea;
}
.gtc-pagination a.nav-prev{
    float: left;
}
.gtc-pagination a.nav-next{
    float: right;
}
.gtc-pagination a.nav-prev > *,
.gtc-pagination a.nav-next > *{
    vertical-align: middle;
    display: inline-block;
}
.gtc-pagination a.nav-prev > .icon-part,
.gtc-pagination a.nav-next > .icon-part{
    padding: 12px 26px;
    border: 1px solid #eaeaea;
    height: 50px;
    font-size: 14px;
    border-right: 0;
    padding-right: 0;
     -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.gtc-pagination a.nav-next > .icon-part{
    padding-right: 26px;
    padding-left: 0;
    border-left: 0;
    border-right: 1px solid #eaeaea;
    transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
}
.gtc-pagination a.nav-prev > .word-part,
.gtc-pagination a.nav-next > .word-part{
    font-size: 14px;
    overflow: hidden;
}
.gtc-pagination a.nav-prev > .word-part .wrapper,
.gtc-pagination a.nav-next > .word-part .wrapper{
    padding: 12px 26px;
    border: 1px solid #eaeaea;
    height: 50px;
    font-size: 14px;
    border-left: 0;
    transform: translateX(calc(-100% + 27px));
    -ms-transform: translateX(calc(-100% + 27px));
    -moz-transform: translateX(calc(-100% + 27px));
    -webkit-transform: translateX(calc(-100% + 27px));
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.gtc-pagination a.nav-next > .word-part .wrapper{
    border-right: 0;
    border-left: 1px solid #eaeaea;
    transform: translateX(calc(100% - 27px));
    -ms-transform: translateX(calc(100% - 27px));
    -moz-transform: translateX(calc(100% - 27px));
    -webkit-transform: translateX(calc(100% - 27px));
}
.gtc-pagination a.nav-prev:hover > .word-part .wrapper{
    transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
}
.gtc-pagination a.nav-next:hover > .word-part .wrapper{
    transform: translateX(20px);
    -ms-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -webkit-transform: translateX(20px);
}
.gtc-pagination a.nav-prev > .word-part .wrapper span,
.gtc-pagination a.nav-next > .word-part .wrapper span{
    opacity: 0;
    font-weight: 600;
    vertical-align: middle;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.gtc-pagination a.nav-prev:hover > .word-part .wrapper span,
.gtc-pagination a.nav-next:hover > .word-part .wrapper span{
    opacity: 1;
}
.gtc-pagination a.nav-prev > span,
.gtc-pagination a.nav-next > span{
    width: 0;
    overflow: hidden;
    display: inline-block;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.gtc-pagination a.nav-prev:hover > span,
.gtc-pagination a.nav-next:hover > span{
    width: auto;
}
.gtc-pagination a.nav-prev i,
.gtc-pagination a.nav-next i{
    /*transform: rotate(90deg) !important;*/
    display: inline-block;
    line-height: 1;
    overflow: hidden;
    font-size: 21px;
    height: 14px;
    vertical-align: middle;
    line-height: 14px;
}

/* End Pagination */



/*##############################################################
                            ## NAVIGATION
##############################################################*/


.gtc-navigation {
    width: 100%;
    height: 90px;
    font-size: 16px;
    text-align: center;
}
.gtc-navigation:after{
    content: '';
    clear: both;
    display: table;
}
.gtc-navigation .nav-next,
.gtc-navigation .nav-prev{
    margin-top: 20px;
    margin-bottom: 20px;
    color: #303233;
    height: 50px;
    font-size: 0;
}
.gtc-navigation .nav-prev{
    float: left;
}
.gtc-navigation .nav-next{
    float: right;
}
.gtc-navigation .nav-prev a > *,
.gtc-navigation .nav-next a > *{
    vertical-align: middle;
    display: inline-block;
}
.gtc-navigation .nav-prev a > .icon-part,
.gtc-navigation .nav-next a > .icon-part{
    padding: 12px 26px;
    border: 1px solid #eaeaea;
    height: 50px;
    font-size: 14px;
    border-right: 0;
    padding-right: 0;
     -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.gtc-navigation .nav-next a > .icon-part{
    padding-right: 26px;
    padding-left: 0;
    border-left: 0;
    border-right: 1px solid #eaeaea;
    transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
}
.gtc-navigation .nav-prev a > .word-part,
.gtc-navigation .nav-next a > .word-part{
    font-size: 14px;
    overflow: hidden;
}
.gtc-navigation .nav-prev a > .word-part .wrapper,
.gtc-navigation .nav-next a > .word-part .wrapper{
    padding: 12px 26px;
    border: 1px solid #eaeaea;
    height: 50px;
    font-size: 14px;
    border-left: 0;
    transform: translateX(calc(-100% + 27px));
    -ms-transform: translateX(calc(-100% + 27px));
    -moz-transform: translateX(calc(-100% + 27px));
    -webkit-transform: translateX(calc(-100% + 27px));
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.gtc-navigation .nav-next a > .word-part .wrapper{
    border-right: 0;
    border-left: 1px solid #eaeaea;
    transform: translateX(calc(100% - 27px));
    -ms-transform: translateX(calc(100% - 27px));
    -moz-transform: translateX(calc(100% - 27px));
    -webkit-transform: translateX(calc(100% - 27px));
}
.gtc-navigation .nav-prev:hover a > .word-part .wrapper{
    transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
}
.gtc-navigation .nav-next:hover a > .word-part .wrapper{
    transform: translateX(20px);
    -ms-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -webkit-transform: translateX(20px);
}
.gtc-navigation .nav-prev a > .word-part .wrapper span,
.gtc-navigation .nav-next a > .word-part .wrapper span{
    opacity: 0;
    font-weight: 600;
    vertical-align: middle;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.gtc-navigation .nav-prev:hover a > .word-part .wrapper span,
.gtc-navigation .nav-next:hover a > .word-part .wrapper span{
    opacity: 1;
}
.gtc-navigation .nav-prev a > span,
.gtc-navigation .nav-next a > span{
    width: 0;
    overflow: hidden;
    display: inline-block;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.gtc-navigation .nav-prev:hover a > span,
.gtc-navigation .nav-next:hover a > span{
    width: auto;
}
.gtc-navigation .nav-prev i,
.gtc-navigation .nav-next i{
    /*transform: rotate(90deg) !important;*/
    display: inline-block;
    line-height: 1;
    overflow: hidden;
    font-size: 21px;
    height: 14px;
    vertical-align: middle;
    line-height: 14px;
}
.gtc-navigation a.nav-all{
    color: #eaeaea;
    line-height: 0;
    width: 30px;
    height: 25px;
    display: inline-block;    
    margin-top: 30px;
    position: relative;
    z-index: 1;
}
.gtc-navigation a.nav-all span{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: inline-block;
    width: 13px;
    height: 10px;
    border: 1px solid #cfd0d0;
    -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.gtc-navigation a.nav-all span:nth-child(1){
    transform: translate(0px , 1px);
    -ms-transform: translate(0px , 1px);
    -moz-transform: translate(0px , 1px);
    -webkit-transform: translate(0px , 1px);
}
.gtc-navigation a.nav-all span:nth-child(2){
    transform: translate(16px , 1px);
    -ms-transform: translate(16px , 1px);
    -moz-transform: translate(16px , 1px);
    -webkit-transform: translate(16px , 1px);
}
.gtc-navigation a.nav-all span:nth-child(3){
    transform: translate(0px , 14px);
    -ms-transform: translate(0px , 14px);
    -moz-transform: translate(0px , 14px);
    -webkit-transform: translate(0px , 14px);
}
.gtc-navigation a.nav-all span:nth-child(4){
    transform: translate(16px , 14px);
    -ms-transform: translate(16px , 14px);
    -moz-transform: translate(16px , 14px);
    -webkit-transform: translate(16px , 14px);
}

.gtc-navigation a.nav-all:hover span:nth-child(1){
    transform: translate(1px , 2px);
    -ms-transform: translate(1px , 2px);
    -moz-transform: translate(1px , 2px);
    -webkit-transform: translate(1px , 2px);
}
.gtc-navigation a.nav-all:hover span:nth-child(2){
    transform: translate(15px , 2px);
    -ms-transform: translate(15px , 2px);
    -moz-transform: translate(15px , 2px);
    -webkit-transform: translate(15px , 2px);
}
.gtc-navigation a.nav-all:hover span:nth-child(3){
    transform: translate(1px , 13px);
    -ms-transform: translate(1px , 13px);
    -moz-transform: translate(1px , 13px);
    -webkit-transform: translate(1px , 13px);
}
.gtc-navigation a.nav-all:hover span:nth-child(4){
    transform: translate(15px , 13px);
    -ms-transform: translate(15px , 13px);
    -moz-transform: translate(15px , 13px);
    -webkit-transform: translate(15px , 13px);
}

/* End Navigation */

/*
COMMENTS
*/
.comments-area{
    margin-bottom: 100px;
}
.comments-area p{
    text-indent: 0;
    margin-bottom: 10px!important;
}
.comments-area label{
    opacity: 0.7;
}
.comments-area .comment-reply-title{
    margin: auto; /* ovveride h3 margins */
}
.comments-area>*+*{
    margin-top: 30px;
}
.comments-area .comments_children{
    padding-left: 50px;
}
.comments-area  .comment_list .comment + .comment,
.comments-area .comments_children{
    margin-top: 20px;
    padding-top: 20px;
}
.comments-area  .comment_list{
    line-height: 1.6;
}
.comments-area  .comment_list > .comment:last-child{
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.comments-area .comment_list .avatar_section{
    float: left;
    width: 100px;
    text-align: center;
}
.comments-area .comment_list .avatar{
    display: block;
}
.comments-area .comment_list .avatar_section + .comment_info_section{
    margin-left: 120px;
    overflow: hidden;
}
.comments-area .comment_list .author-name a:not(.comment-reply-link){
    color: inherit;
    font-size: 1.2857em;
}
.comments-area .comment_list .comment_info_section * + *{
    margin-top: 10px;
}
.comments-area .comment_list .comment_info_header .comment_date{
    font-size: 0.8571em;
}
.comments-area .comment_list .reply{
    text-align: right;
    margin-top: 5px;
}
.comments-area .comment_list .comment-reply-link{
    color: inherit;
    float: right;
    display: inline-block;
    background: transparent !important;
    font-size: 15px;
    padding: 0;
    text-transform: uppercase;
    line-height: 1.7;
    position: relative;
    z-index: 1;
}
.comments-area .comment_list .comment-reply-link:before {
    width: 20px;
    content: ' ';
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    height: 1px;
    -webkit-transition: 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.comments-area .comment_list .comment-reply-link:hover:before{
    width: 100%;
}
.comments-area *:not(.comments_title) + .comment-respond{
    margin-top: 30px;
}
.comments-area .comment-respond>*+*{
    margin-top: 30px;
}
.comments-area .comment-respond .comment-form .comment-form-author,
.comments-area .comment-respond .comment-form .comment-form-email,
.comments-area .comment-respond .comment-form .comment-form-url{
    float: left;
    width: 31%;
}
.comments-area .comment-respond .comment-form .comment-form-email,
.comments-area .comment-respond .comment-form .comment-form-url{
    margin-left: 3.5%;
}
.comments-area .comment-respond .comment-form .submit{
    
}
.comments-area .comment-respond .comment-form .submit:hover{
    
}
.comments-area .comment-respond .comment-form .form-submit{
    text-align: center;
}
.comments-area .comment-respond .comment-form .form-submit .submit{
    margin-top: 20px;
    margin-bottom: 30px;
}

.comments-area .comments_nav.carousel_nav_panel span{
    vertical-align: middle;
}
.comments-area .comments_nav.carousel_nav_panel .prev_section{
    float: left;
}
.comments-area .comments_nav.carousel_nav_panel .next_section{
    float: right;
}
.comments-area .comments_nav.carousel_nav_panel .prev_section>a,
.comments-area .comments_nav.carousel_nav_panel .next_section>a{
    display: block;
}
.comments-area .comments_nav.carousel_nav_panel .prev_section .prev,
.comments-area .comments_nav.carousel_nav_panel .next_section .next{
    float: none;
    display: inline-block;
}
.comments-area .comments_nav.carousel_nav_panel .prev_section,
.comments-area .comments_nav.carousel_nav_panel .next_section{
    cursor: pointer;
    padding: 12px 15px;
    border: 1px solid #eaeaea;
    height: 50px;
    font-size: 14px;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.comments-area .comments_nav.carousel_nav_panel .prev_section span{
    padding-right: 5px;
}
.comments-area .comments_nav.carousel_nav_panel .next_section span{
    padding-left: 5px;
}

.comments-area .comment-meta .comment_date{
    font-size: 14px;
}
.comments-area .comment-meta .comment_date span{
    opacity: 0.7;
    font-style: italic;
    vertical-align: middle;
}
.comments-area .comment-meta .comment_date span.sep:before{
    content: '|';
    margin: 0 7px;
    font-style: normal;
}

@media (max-width: 992px) {
    .comments-area .comment_list .avatar_section{
        width: 70px
    }
    .comments-area .comment_list .avatar_section + .comment_info_section{
        margin-left: 90px;
    }
    .comments-area .comments_children{
        padding-left: 20px;
    }
}
@media (max-width: 768px) {
    .comments-area .comment_list .avatar_section{
        width: 50px
    }
    .comments-area .comment_list .avatar_section + .comment_info_section{
        margin-left: 65px;
    }
    .comments-area .comments_children{
        padding-left: 15px;
    }
}
/*
\COMMENTS
*/



.gtc-page-content .vc_tta-container{
    margin-bottom: 0;
}

/* selections */
.gtc-selection{
    padding: 2px 6px;
}
/* end selections*/

/* gtc-dropcaps */
.gtc-dropcaps{
    float: left;
    text-align: center;
    margin-right: 0.25em;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
}
/* end gtc-dropcaps */

/*Text Column Lists*/

.wpb_text_column ul li ,
.blog-content ul li,
main ul:not(.blog-item-meta):not(.main-menu) li{
    list-style: none;
    margin-bottom: 10px;
    margin-left: 10px;
}
.wpb_text_column ol li,
.blog-content ol li{
    margin-bottom: 10px;
}
.wpb_text_column ul li:before,
.blog-content ul:not(.blog-item-meta) li:before{
    content: ' ';
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

/* End Text Column Lists*/

/* composer separator */
.vc_sep_width_36px{
    width: 36px;
}
/* end composer separator */

/* wpb_gmaps_widget */
.gtc-page-content .wpb_gmaps_widget .wpb_wrapper{
    background-color: transparent;
    padding: 0;
}
/* end wpb_gmaps_widget */

/* CONTACT FORM 7 */

.wpcf7-form-control.wpcf7-captchac{
    display: inline-block;
    vertical-align: middle;
}
.wpcf7 .wpcf7-form-control-wrap{

}
.wpcf7 label{
    font-weight: 700;
}
.wpcf7 .column,
.wpcf7 p{
    margin-bottom: 20px;
}
.wpcf7-not-valid{
    border-color: #fc0325!important;
}
span.wpcf7-not-valid-tip{
    color: #cc001c;
    margin-top: 6px;
}
div.wpcf7-response-output{
    margin-top: 1.333em;
    margin-left: auto;
    margin-right: auto;
}
div.wpcf7-response-output:last-child{
    margin-bottom: auto;
}
.wpcf7-response-output:after{
    content: "";
}
div.wpcf7-response-output{
    position: relative;
    z-index: 1;
}
div.wpcf7-response-output:before{
    font-family: FontAwesome;   
    position: absolute;
    top: 50%;
    left: 10px;
    font-size: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    margin-top: -15px;
}
div.wpcf7-response-output.wpcf7-validation-errors:before{
    content: "\f12a";
}
div.wpcf7-response-output.wpcf7-mail-sent-ng:before{
    content: "\f12a";
}
div.wpcf7-response-output.wpcf7-mail-sent-ok:before{
    content: "\f164";
}
div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ng,
div.wpcf7-mail-sent-ok{
    padding: 13px 40px 13px 50px;
    border: 1px solid;
}
div.wpcf7-mail-sent-ok{
    border-color: #03fc7e!important;
    color: #04ce67;
}
div.wpcf7-validation-errors{
    border-color: #fc0325!important;
    color: #cc001c;
}

.wpcf7-recaptcha iframe{
    border-radius: 0;
}

/* END CONTACT FORM 7 */

/*##############################################################
                            ## ICONS
##############################################################*/
body [class^="flaticon-"]:before, 
body [class*=" flaticon-"]:before,
body [class^="flaticon-"]:after, 
body [class*=" flaticon-"]:after{
    margin-left: 0;
    font-size: inherit;
}
.gtc-icon{
    display: inline-table;
    color: #fff;
    border: 1px solid transparent;
    font-size: 14px;
    line-height: 31px;
    width: 31px;
    height: 31px;
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
} 
.gtc-icon i{
    color: inherit;
}
.gtc-icon.alt:hover:not(.icon-border):not(.icon-shadow){
    color: #fff;
    background: #303233;
}  
.icon-large{
    font-size: 26px;
    line-height: 54px;
    width: 54px;
    height: 54px;
}
.icon-medium{
    font-size: 22px;
    line-height: 45px;
    width: 45px;
    height: 45px;
}
.icon-small {
    font-size: 18px;
    line-height: 38px;
    width: 38px;
    height: 38px;
}
.icon-border{
    border: 1px solid #eaeaea;
    background: #ffffff;
}
.icon-border.customcolor,
.icon-border.customcolor.alt {
    border: 1px solid #eaeaea;
    background: #ffffff ;
}
.icon-shadow{
    border: none;
    background: #ffffff;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow:    0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow:         0px 3px 10px 0px rgba(0, 0, 0, 0.15);
}
.icon-shadow.alt:hover,
.icon-border.alt:hover{
    background: #ffffff;
}
.icon-border.alt:hover{
    border-color: #eaeaea !important;
}
.icon-round{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.icon-rounded {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.icon-full{
    width: 100%;
}
.gtc-icon.icon-simple:hover,
.gtc-icon.icon-simple.alt{
    background-color: #ffffff;
}
.gtc-icon.alt.customcolor{
    background-color: #ffffff;
}

/* end icon */

/*##############################################################
                            ## BUTTONS
##############################################################*/

.gtc-button,
input[type='submit'],
input.gtc-button{
    display: inline-table;
    padding: 9px 17px;
    color: #fff;
    background: #303233;
    border: 1px solid transparent;
    font-size: 10px;
    line-height: 1.375;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
} 
.gtc-button.button-simple,
input.gtc-button.button-simple{
    color: #ffffff;
}
.gtc-button.alt:hover:not(.button-border):not(.button-shadow),
input.gtc-button.alt:hover:not(.button-border):not(.button-shadow){
    color: #fff;
    background: #303233;
}  
.button-large,
.comments-area .comment-respond .comment-form .submit,
input.button-large{
    height: auto;
    padding: 16px 50px;
    font-size: 16px;
}
.button-medium,
input.button-medium{
    height: auto;
    padding: 14px 50px;
    font-size: 13px;
}
.button-small,
input.button-small{
    height: auto;
    padding: 11px 27px;
    font-size: 12px;
}
.button-border,
input.button-border,
input[type='submit']{
    border: 1px solid #eaeaea;
    background: #ffffff;
}
.button-border.customcolor,
.button-border.customcolor.alt {
    border: 1px solid #eaeaea;
    background: #ffffff ;
}
.button-shadow,
input.button-shadow,
.comments-area .comment-respond .comment-form .submit{
    border: none;
    background: #ffffff;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow:    0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow:         0px 3px 10px 0px rgba(0, 0, 0, 0.15);
}
.button-shadow.alt:hover,
.button-border.alt:hover,
input.button-shadow.alt:hover,
input.button-border.alt:hover{
    background: #ffffff;
}
.button-border.alt:hover,
input.button-border.alt:hover{
    border-color: #eaeaea!important;
}
.button-round{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.button-rounded {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.button-full{
    width: 100%;
}
.button-icon{
    position: relative;
    padding: 6px 12px;
    padding-right: calc(24px + 4em);
    overflow: hidden;
}
.button-icon i{
    position: absolute;
    top: 0;
    right: 0;
    width: 4em;
    font-size: 1em;
    padding: 0;
    height: auto;
    text-align: center;
    color: #303233;
    background-color: #ffffff;
    -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.button-large.button-icon {
    padding: 12px 30px;
    padding-right: calc(30px + 4em);
}
.button-medium.button-icon {
    padding: 9px 27px;
    padding-right: calc(27px + 4em);
}
.button-small.button-icon {
    padding: 7px 25px;
    padding-right: calc(25px + 4em);
}
.gtc-button.button-icon i:before{
    width: auto;
    margin: 0;
    line-height: calc(0.69em + 12px);
}
.button-large.button-icon i:before{
    line-height: calc(0.69em + 24px);
}
.button-medium.button-icon i:before{
    line-height: calc(0.69em + 18px);
}
.button-small.button-icon i:before{
    line-height: calc(0.69em + 14px);
}
.button-icon.button-border i{
    color: #ffffff;
    background-color: #303233;
}
.gtc-button i:before {
    font-size: 2em;
    line-height: 1em;
    width: 1em;
    text-align: center;
    margin-top: -0.1388em;
    margin-bottom: -0.1388em;
    display: inline-block;
}
.gtc-button:hover,
.gtc-button.alt,
input[type='submit']:hover{
    background-color: #ffffff;
}

.button-line,
input.button-line{
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #303233;
    position: relative;
    padding: 0;
    border: 0;
    padding-bottom: 8px;
    background: transparent !important;
}
.gtc-button.button-line.alt:hover,
input.gtc-button.button-line.alt:hover{
    color: #303233 !important;
    background: transparent!important;
}
.button-line:before{
    content: ' ';
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 1px;
    -webkit-transition: 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.button-line.customcolor:before{
    background-color: transparent;
    height: 0;
    border-bottom: 1px solid;
    border-color: inherit;
}
.button-line:hover:before,
.button-line.alt:before{
    width: 100%;
}
.button-line.alt:hover:before{
    width: 30px;
}
.button-line.button-large,
input.button-line.button-large{
    font-size: 16px;
}
.button-line.button-medium,
input.button-line.button-medium{
    font-size: 13px;
}
.button-line.button-small,
input.button-line.button-medium{
    font-size: 12px;
}
.button-center,
input.button-center{
    display: table;
    margin: 0 auto;
}
.button-right{
    display: table;
    margin-right: 0;
    margin-left: auto;
}

/*  accordions */
.page .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before{
    border-width: 0 1px 1px 0;
}

.vc_tta.vc_general .vc_tta-panel-title{
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    background-color: #ffffff;
}
.vc_tta-panel-heading{
    border: 0 !important;
}
.vc_tta-accordion.vc_tta-style-style-1 .vc_tta-panel-title,
.vc_tta.vc_general.vc_tta-style-style-1 .vc_tta-panel-title,
.vc_tta-accordion.vc_tta-style-style-2 .vc_tta-panel-title,
.vc_tta.vc_general.vc_tta-style-style-2 .vc_tta-panel-title{
    font-size: 0.9em;
    line-height: 1.2;
}
.vc_tta.vc_general .vc_tta-title-text{
    vertical-align: middle;
}
.vc_tta.vc_general.vc_tta-style-style-1 .vc_tta-panel-title .vc_tta-icon,
.vc_tta.vc_general.vc_tta-style-style-2 .vc_tta-panel-title .vc_tta-icon{
    font-size: 1.3em;
}
.vc_tta.vc_general.vc_tta-style-style-1 .vc_tta-panel-title:not(.vc_tta-controls-icon-position-left):not(.vc_tta-controls-icon-position-right) .vc_tta-icon,
.vc_tta.vc_general.vc_tta-style-style-2 .vc_tta-panel-title:not(.vc_tta-controls-icon-position-left):not(.vc_tta-controls-icon-position-right) .vc_tta-icon{
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 28px;
    margin-left: -0.7em;
    margin-top: -0.35em;
    margin-bottom: -0.35em;
}
.vc_tta.vc_general.vc_tta-style-style-1 .vc_tta-panel-title:not(.vc_tta-controls-icon-position-left):not(.vc_tta-controls-icon-position-right) .vc_tta-title-text + .vc_tta-icon,
.vc_tta.vc_general.vc_tta-style-style-2 .vc_tta-panel-title:not(.vc_tta-controls-icon-position-left):not(.vc_tta-controls-icon-position-right) .vc_tta-title-text + .vc_tta-icon{
    margin-left: 14px;
    margin-right: -0.7em;
}
.vc_tta.vc_general .vc_tta-panel-body{
    background-color: #f5f5f5;
}
.vc_tta.vc_tta-accordion.vc_tta-style-style-1 .vc_tta-controls-icon-position-left .vc_tta-controls-icon,
.vc_tta.vc_tta-accordion.vc_tta-style-style-1 .vc_tta-controls-icon-position-right .vc_tta-controls-icon,
.vc_tta.vc_tta-accordion.vc_tta-style-style-2 .vc_tta-controls-icon-position-left .vc_tta-controls-icon,
.vc_tta.vc_tta-accordion.vc_tta-style-style-2 .vc_tta-controls-icon-position-right .vc_tta-controls-icon{
    left: 16px;
    padding: 7px;
}
.vc_tta.vc_tta-accordion.vc_tta-style-style-1 .vc_tta-controls-icon-position-right .vc_tta-controls-icon,
.vc_tta.vc_tta-accordion.vc_tta-style-style-2 .vc_tta-controls-icon-position-right .vc_tta-controls-icon{
    left: auto;
    right: 16px;
}
.vc_tta.vc_general.vc_tta-style-style-2 .vc_tta-panel .vc_tta-panel-title{
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
}
/* end accordions */

/* tabs */
.vc_tta.vc_tta-tabs.vc_tta-style-style-1.vc_general .vc_tta-tabs-list,
.vc_tta.vc_tta-tabs.vc_tta-style-style-2.vc_general .vc_tta-tabs-list{
    margin-left: -5px;
    margin-right: -5px;
}
.vc_tta.vc_tta-tabs.vc_tta-style-style-1.vc_general .vc_tta-tab,
.vc_tta.vc_tta-tabs.vc_tta-style-style-2.vc_general .vc_tta-tab{
    margin: 10px 5px;
    position: relative;
}
.vc_tta.vc_tta-tabs.vc_tta-style-style-1.vc_general .vc_tta-tab>a{
    border: 1px solid #eaeaea;
    padding: 11px 27px;
    line-height: 1.2;
    background-color: #ffffff;
}
.vc_tta.vc_tta-tabs.vc_tta-style-style-2.vc_general .vc_tta-tab>a{
    padding: 11px 27px;
    line-height: 1.2;
    background-color: #ffffff;
}
.vc_tta.vc_tta-tabs.vc_tta-style-style-2.vc_general .vc_tta-tab>a{
    position: relative;
}
.vc_tta.vc_tta-tabs.vc_tta-style-style-2.vc_general .vc_tta-tab>a span{
    opacity: 0.6;
    margin: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.vc_tta.vc_tta-tabs.vc_tta-style-style-2.vc_general .vc_tta-tab>a span:empty{
    display: none;
}
.vc_tta.vc_tta-tabs.vc_tta-style-style-2.vc_general .vc_tta-tab>a > i.vc_tta-icon{
    display: block;
    height: 1.3em;
    line-height: 1.2em;
    font-size: 4em;
    text-align: center;
    margin: 0;
    opacity: 0.6;
    -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.vc_tta.vc_tta-tabs.vc_tta-style-style-2.vc_general .vc_tta-tab.vc_active>a span{
    opacity: 1;
}
.vc_tta.vc_tta-tabs.vc_tta-style-style-2.vc_general .vc_tta-tab.vc_active>a > i.vc_tta-icon{
    opacity: 1;
}
.vc_tta-tabs.vc_tta-style-style-2:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab>a::before{
    display: inline-block !important;
    position: absolute;
    content: '';
    height: 0;
    top: auto;
    bottom: 0;
    border-top: 0 !important;
    border-bottom: 1px solid !important;
    right: 50% !important;
    width: 0;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.vc_tta-tabs.vc_tta-style-style-2:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active>a::before{
    width: 100%;
}
.vc_tta.vc_tta-tabs.vc_general .vc_tta-panel-body{
    padding: 25px 30px;
}
.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active>a::after,
.vc_tta-tabs:not(.vc_tta-style-style-2):not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active>a::before{
    display: none !important;
}
/* end tabs */

/* counters */
.gtc-counter,
.gtc-counter-content{
    position: relative;
    z-index: 1;
    text-align: center;
}
.gtc-counter{
    direction: ltr;
}
.count-number{
    line-height: 1;
}
.count-number.count-number-size-mini{
    font-size: 18px;
}
.count-number.count-number-size-small{
    font-size: 24px;
}
.count-number.count-number-size-regular{
    font-size: 30px;
    font-weight: 700;
}
.count-number.count-number-size-large{
    font-size: 38px;
}
.count-number.count-number-size-huge{
    font-size: 46px;
}
.gtc-counter .counter-icon{
    display: inline-block;
    line-height: 1;
}
.gtc-counter.icon-pos-icon_shadow .counter-icon{
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    opacity: 0.1;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.gtc-counter.icon-pos-left .counter-icon,
.gtc-counter.icon-pos-left .gtc-counter-content,
.gtc-counter.icon-pos-right .counter-icon,
.gtc-counter.icon-pos-right .gtc-counter-content,
.gtc-counter.icon-pos-left_from_title .gtc-counter-title-vs-icon .counter-icon,
.gtc-counter.icon-pos-left_from_title .gtc-counter-title-vs-icon .counter-title-holder,
.gtc-counter.icon-pos-right_from_title .gtc-counter-title-vs-icon .counter-icon,
.gtc-counter.icon-pos-right_from_title .gtc-counter-title-vs-icon .counter-title-holder{
    display: inline-block;
    vertical-align: middle;
}
.gtc-counter.icon-pos-top .counter-icon{
    margin-bottom: 7px;
}
.gtc-counter.icon-pos-left .counter-icon + .gtc-counter-content,
.gtc-counter.icon-pos-right .gtc-counter-content + .counter-icon{
    margin-left: 10px;
}

.gtc-counter.icon-pos-left_from_title .gtc-counter-title-vs-icon .counter-icon + .counter-title-holder,
.gtc-counter.icon-pos-right_from_title .gtc-counter-title-vs-icon .counter-title-holder + .counter-icon{
    margin-left: 10px;
}

.gtc-counter.icon-size-mini .counter-icon{
    font-size: 18px;
}
.gtc-counter.icon-size-small .counter-icon{
    font-size: 27px;
}
.gtc-counter.icon-size-regular .counter-icon{
    font-size: 36px;
}
.gtc-counter.icon-size-large .counter-icon{
    font-size: 54px;
}
.gtc-counter.icon-size-huge .counter-icon{
    font-size: 74px;
}
/* end counters */


/* gtc-testimonial */
.gtc-testimonial{
    padding: 20px;
    position: relative;
    z-index: 1;
    text-align: center;
}
.gtc-testimonial:before{
    content: '';
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 50%;
    width: 150px;
    height: 117px;
    margin-top: -10px;
    margin-left: -75px;
    display: inline-block;
    opacity: 0.7;
    background-image: url("../img/icons/quote-icon.png");
}
.gtc-testimonial p{
    position: relative;
    z-index: 1;
    font-style: italic;
    font-size: 1.1428em;
    line-height: 1.75;
    margin-bottom: 30px;
}
.gtc-testimonial .author-avatar{
    width: 80px;
    height: 80px;
    border-radius: 80px;
    margin-bottom:  5px;
}
.gtc-testimonial .author-status{
    margin-top: 10px;
}
.gtc-testimonial.style_2{
    padding: 35px;
    padding-left: 95px;
    text-align: left;
    background: #f5f5f5;
}
.gtc-testimonial.style_2:before{
    content: "”";
    font-size: 100px;
    line-height: 70px;
    position: absolute;
    z-index: 1;
    top: 35px;
    left: 40px;
    width: 34px;
    height: 27px;
    margin-top: 7px;
    margin-left: 0px;
    display: inline-block;
    opacity: 0.7;
    background-image: none;
}
.gtc-testimonial.style_2 p,
.gtc-testimonial.style_2 .author,
.blog-inner .post:not(.has-post-thumbnail) .blog-media-quote  blockquote .author{
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 10px;
}
blockquote .author{
    margin-top: 10px;
}
.gtc-testimonial.style_2 .author,
blockquote .author,
.blog-inner .post:not(.has-post-thumbnail) .blog-media-quote  blockquote .author{
    margin-bottom: 0;
}
.gtc-testimonial.style_2 .author-status{
    margin-top: 0;
    font-size: 0.8571em;
}
.gtc-testimonial.style_2 .author-avatar{
    width: 50px;
    height: 50px;
}

/* end gtc-testimonial */

/* gtc-partners */
.gtc-partners:after{
    content: '';
    clear: both;
    display: table;
}
.gtc-partners .gtc-partner_item{
    float: left;
    text-align: center;
    padding: 15px 0;
}
.gtc-partners .gtc-partner_item a{
    opacity: 0.7;
}
.gtc-partners .gtc-partner_item a:hover{
    opacity: 1;
}
.gtc-partners.column-size-6 .gtc-partner_item{
    width: 50%;
}
.gtc-partners.column-size-4 .gtc-partner_item{
    width: 33.33%;
}
.gtc-partners.column-size-3 .gtc-partner_item{
    width: 25%;
}
.gtc-partners.column-size-2 .gtc-partner_item{
    width: 16.66%;
}

@media (max-width: 992px) {
   .gtc-partners.column-size-2 .gtc-partner_item{
        width: 33.33%;
    } 
    .gtc-partners.column-size-3 .gtc-partner_item{
        width: 50%;
    }
}
@media (max-width: 768px) {
    .gtc-partners .gtc-partner_item{
        width: 100% !important;
    }
}
/* end gtc-partners */

/* gtc-message */
.gtc-message {
    padding: 13px 40px 13px 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid;
    position: relative;
    z-index: 1;
}
.gtc-message_icon{
    position: absolute;
    top: 50%;
    left: 10px;
    font-size: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    margin-top: -15px;
}
/* end gtc-message */

/* feature-item */
.gtc-feature-item,
.gtc-feature-item-content{
    position: relative;
    z-index: 1;
}
.gtc-feature-item.show-in-box{ 
	padding: 20px; 
} 
.gtc-feature-item.show-in-box.icon-image-full .feature-item-icon.icon-image{ 
	margin-top: -20px; 
	margin-left: -20px; 
	margin-right: -20px; 
} 
.gtc-feature-item .icon-shadow{
    width: 130px;
    height: 130px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 30px;
    line-height: 130px;
    text-align: center;
    font-size: 120px;
    opacity: 0.05;
}
.gtc-feature-item.icon-pos-top .icon-shadow{
    left: 50%;
    margin-left: -65px;
}
.gtc-feature-item.icon-pos-top{
    text-align: center;
}
.gtc-feature-item.icon-pos-left,
.gtc-feature-item.icon-pos-left_from_title{
    text-align: left;
}
.gtc-feature-item.icon-pos-right,
.gtc-feature-item.icon-pos-right_from_title{
    text-align: right;
}
.gtc-feature-item.icon-pos-top .feature-item-icon{
    margin-bottom: 15px;
}
.gtc-feature-item.icon-pos-left .feature-item-title,
.gtc-feature-item.icon-pos-right .feature-item-title,
.gtc-feature-item.icon-pos-top .feature-item-title,
.gtc-feature-item.icon-pos-left_from_title .gtc-feature-item-title-vs-icon,
.gtc-feature-item.icon-pos-right_from_title .gtc-feature-item-title-vs-icon{
    margin-bottom: 10px;
}
.gtc-feature-item .gtc-feature-item-title-vs-icon .feature-item-icon,
.gtc-feature-item .gtc-feature-item-title-vs-icon .feature-item-title-holder{
    vertical-align: middle;
    display: inline-block;
}
.gtc-feature-item.icon-pos-left .feature-item-icon{
    float: left;
}
.gtc-feature-item.icon-pos-left.icon-size-regular .gtc-feature-item-content{
    padding-left: 30px;
}
.gtc-feature-item.icon-pos-right .feature-item-icon{
    float: right;
}
.gtc-feature-item.icon-pos-right.icon-size-regular .gtc-feature-item-content{
    padding-right: 30px;
}
.gtc-feature-item.icon-image-full .feature-item-icon.icon-image{ 
	margin-bottom: 20px; 
} 
.gtc-feature-item .gtc-button{ 
	margin-top: 15px; 
} 


.gtc-feature-item .feature-item-icon{
    width: 1em;
    line-height: 1em;
    text-align: center;
    display: inline-block;
}
.gtc-feature-item .feature-item-icon.icon-image{ 
	width: auto; 
	line-height: 0; 
} 
.gtc-feature-item.icon-size-mini .feature-item-icon{
    font-size: 18px;
}
.gtc-feature-item.icon-size-small .feature-item-icon{
    font-size: 27px;
}
.gtc-feature-item.icon-size-regular .feature-item-icon{
    font-size: 36px;
}
.gtc-feature-item.icon-size-large .feature-item-icon{
    font-size: 45px;
}
.gtc-feature-item.icon-size-huge .feature-item-icon{
    font-size: 54px;
}

.gtc-feature-item.icon-pos-left.icon-size-mini:not(.icon-image-full) .gtc-feature-item-content{ 
	padding-left: 30px; 
} 
.gtc-feature-item.icon-pos-left.icon-size-small:not(.icon-image-full) .gtc-feature-item-content{ 
	padding-left: 45px; 
} 
.gtc-feature-item.icon-pos-left.icon-size-regular:not(.icon-image-full) .gtc-feature-item-content{ 
	padding-left: 60px; 
} 
.gtc-feature-item.icon-pos-left.icon-size-large:not(.icon-image-full) .gtc-feature-item-content{ 
	padding-left: 75px; 
} 
.gtc-feature-item.icon-pos-left.icon-size-huge:not(.icon-image-full) .gtc-feature-item-content{ 
	padding-left: 90px; 
} 

.gtc-feature-item.icon-pos-right.icon-size-mini:not(.icon-image-full) .gtc-feature-item-content{ 
	padding-right: 30px; 
} 
.gtc-feature-item.icon-pos-right.icon-size-small:not(.icon-image-full) .gtc-feature-item-content{ 
	padding-right: 45px; 
} 
.gtc-feature-item.icon-pos-right.icon-size-regular:not(.icon-image-full) .gtc-feature-item-content{ 
	padding-right: 60px; 
} 
.gtc-feature-item.icon-pos-right.icon-size-large:not(.icon-image-full) .gtc-feature-item-content{ 
	padding-right: 75px; 
} 
.gtc-feature-item.icon-pos-right.icon-size-huge:not(.icon-image-full) .gtc-feature-item-content{ 
	padding-right: 90px; 
} 

.gtc-feature-item.icon-pos-left_from_title.icon-size-mini:not(.icon-image-full) .feature-item-icon{
	margin-right: 10px; 
} 
.gtc-feature-item.icon-pos-left_from_title.icon-size-small:not(.icon-image-full) .feature-item-icon{ 
	margin-right: 10px; 
} 
.gtc-feature-item.icon-pos-left_from_title.icon-size-regular:not(.icon-image-full) .feature-item-icon{ 
	margin-right: 15px; 
} 
.gtc-feature-item.icon-pos-left_from_title.icon-size-large:not(.icon-image-full) .feature-item-icon{ 
	margin-right: 15px; 
} 
.gtc-feature-item.icon-pos-left_from_title.icon-size-huge:not(.icon-image-full) .feature-item-icon{ 
	margin-right: 15px; 
}

.gtc-feature-item.icon-pos-right_from_title.icon-size-mini:not(.icon-image-full) .feature-item-icon{ 
	margin-left: 10px; 
} 
.gtc-feature-item.icon-pos-right_from_title.icon-size-small:not(.icon-image-full) .feature-item-icon{ 
	margin-left: 10px; 
} 
.gtc-feature-item.icon-pos-right_from_title.icon-size-regular:not(.icon-image-full) .feature-item-icon{ 
	margin-left: 15px; 
} 
.gtc-feature-item.icon-pos-right_from_title.icon-size-large:not(.icon-image-full) .feature-item-icon{ 
	margin-left: 15px; 
} 
.gtc-feature-item.icon-pos-right_from_title.icon-size-huge:not(.icon-image-full) .feature-item-icon{ 
	margin-left: 15px; 
} 

.gtc-feature-item.icon-pos-left.icon-size-mini .icon-shadow{
    left: 30px;
}
.gtc-feature-item.icon-pos-left.icon-size-small .icon-shadow{
    left: 45px;
}
.gtc-feature-item.icon-pos-left.icon-size-regular .icon-shadow{
    left: 60px;
}
.gtc-feature-item.icon-pos-left.icon-size-large .icon-shadow{
    left: 75px;
}
.gtc-feature-item.icon-pos-left.icon-size-huge .icon-shadow{
    left: 90px;
}

.gtc-feature-item.icon-pos-right.icon-size-mini .icon-shadow{
    right: 30px;
    left: auto;
}
.gtc-feature-item.icon-pos-right.icon-size-small .icon-shadow{
    right: 45px;
    left: auto;
}
.gtc-feature-item.icon-pos-right.icon-size-regular .icon-shadow{
    right: 60px;
    left: auto;
}
.gtc-feature-item.icon-pos-right.icon-size-large .icon-shadow{
    right: 75px;
    left: auto;
}
.gtc-feature-item.icon-pos-right.icon-size-huge .icon-shadow{
    right: 90px;
    left: auto;
}

.gtc-feature-item.icon-pos-left_from_title.icon-size-mini .icon-shadow{
    left: 20px;
}
.gtc-feature-item.icon-pos-left_from_title.icon-size-small .icon-shadow{
    left: 30px;
}
.gtc-feature-item.icon-pos-left_from_title.icon-size-regular .icon-shadow{
    left: 40px;
}
.gtc-feature-item.icon-pos-left_from_title.icon-size-large .icon-shadow{
    left: 50px;
}
.gtc-feature-item.icon-pos-left_from_title.icon-size-huge .icon-shadow{
    left: 60px;
}

.gtc-feature-item.icon-pos-right_from_title.icon-size-mini .icon-shadow{
    right: 20px;
    left: auto;
}
.gtc-feature-item.icon-pos-right_from_title.icon-size-small .icon-shadow{
    right: 30px;
    left: auto;
}
.gtc-feature-item.icon-pos-right_from_title.icon-size-regular .icon-shadow{
    right: 40px;
    left: auto;
}
.gtc-feature-item.icon-pos-right_from_title.icon-size-large .icon-shadow{
    right: 50px;
    left: auto;
}
.gtc-feature-item.icon-pos-right_from_title.icon-size-huge .icon-shadow{
    right: 60px;
    left: auto;
}
/*end feature-item*/


/* vc_progress_bar */
.vc_progress_bar .wpb_progress_bar_heading{
    margin-bottom: 20px;
}
.vc_progress_bar .vc_single_bar{
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.vc_progress_bar .vc_single_bar .vc_label{
    padding: .5em 0 !important;
    text-shadow: none !important;
    font-size: 0.9em;
}
.vc_progress_bar .vc_single_bar .vc_label .vc_label_units{
    float: right;
}
.vc_progress_bar .vc_single_bar .vc_label:after{
    content: '';
    clear: both;
    display: block;
}
.vc_progress_bar .vc_single_bar .vc_bar{
    position: relative !important;
    height: 10px !important;
    z-index: 2;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
.vc_progress_bar.progress_bar_small .vc_single_bar .vc_bar{
    height: 5px !important;
}
.vc_progress_bar.progress_bar_medium .vc_single_bar .vc_bar{
    height: 6px !important;
}
.vc_progress_bar.progress_bar_large .vc_single_bar .vc_bar{
    height: 8px !important;
}
.vc_progress_bar.progress_bar_e_large .vc_single_bar .vc_bar{
    height: 10px !important;
}
.vc_progress_bar .vc_single_bar:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 10px;
    background: #eaeaea;
    z-index: 1;
}
.vc_progress_bar.progress_bar_small .vc_single_bar:after{
    height: 5px;
}
.vc_progress_bar.progress_bar_medium .vc_single_bar:after{
    height: 6px;
}
.vc_progress_bar.progress_bar_large .vc_single_bar:after{
    height: 8px;
}
.vc_progress_bar.progress_bar_e_large .vc_single_bar:after{
    height: 10px;
}
/* end vc_progress_bar */


.wpb_content_element{
    margin-bottom: 0!important;
}
.clearfix:after, .clearfix:before {
    content: " ";
    display: table;
    clear: both;
}
@media (max-width: 320px){
    .gtc-container-inner{
        width:95%;
        margin: 0 auto;
    }
    .column .gtc-container-inner{
        width: 100%;
    }
}
@media (min-width: 320px){
    .gtc-container-inner{
        width:95%;
        width: calc(100% - 30px);
        margin: 0 auto;
    }
    .column .gtc-container-inner{
        width: 100%;
    }
}
@media (min-width: 480px) {
    .gtc-container-inner{
        width: 300px;
        margin: 0 auto;
    }
    .column .gtc-container-inner{
        width: 100%;
    }
}
@media (min-width: 600px) {
    .gtc-container-inner{
        width: 420px;
        margin: 0 auto;
    }
    .column .gtc-container-inner{
        width: 100%;
    }
}
@media (min-width: 768px) {
    .gtc-container-inner{
        width: 600px;
        margin: 0 auto;
    }
    .column .gtc-container-inner{
        width: 100%;
    }
}
@media (min-width: 992px) {
    .gtc-container-inner{
        width: 970px;
        margin: 0 auto;
    }
    .column .gtc-container-inner{
        width: 100%;
    }
}
@media (min-width: 1200px) {
    .gtc-container-inner{
        width: 1170px;
        margin: 0 auto;
    }
    .column .gtc-container-inner{
        width: 100%;
    }
}

.gtc-column-cont{
    margin-left: -15px;
    margin-right: -15px;
}
.gtc-column-cont .column{
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.gtc-column-cont .column.column-25{
    width: 25%;
}
.gtc-column-cont .column.column-33{
    width: 33.33%;
}
.gtc-column-cont .column.column-66{
    width: 66.66%;
}
.gtc-column-cont .column.column-75{
    width: 75%;
}



/*##############################################################
                            ## PAGE TITLE 
##############################################################*/
.gtc-page-title-wrapp{
    position: relative;
    z-index: 1;    
    margin-bottom: 100px;
}
.gtc-page-title-wrapp .gtc-bg-layer{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center;
    z-index: 1;
}
.page_subtitle{
    margin-bottom: 5px;
}
.gtc-page-title{
    display: table;
    height: 100%;
    position: relative;
    z-index: 2;
    width: 100%;
}
.gtc-page-title .gtc-container{
    display: table-row;
    vertical-align: middle;
}
.gtc-page-title .gtc-container .gtc-container-inner{
    display: table-cell;
}
.gtc-page-title .gtc-container .gtc-container-inner.gtc-vert-a-middle{
    vertical-align: middle;
}
.gtc-page-title .gtc-container .gtc-container-inner.gtc-vert-a-top{
    vertical-align: top;
}
.gtc-page-title .gtc-container .gtc-container-inner.gtc-vert-a-bottom{
    vertical-align: bottom;
}
.gtc-page-title .gtc-container .gtc-container-inner.gtc-horiz-a-left{
    text-align: left;
}
.gtc-page-title .gtc-container .gtc-container-inner.gtc-horiz-a-center{
    text-align: center;
}
.gtc-page-title .gtc-container .gtc-container-inner.gtc-horiz-a-right{
    text-align: right;
}

.gtc-page-title .bread-crumbs{
    padding-top: 10px;
}
.gtc-page-title .bread-crumbs a,
.gtc-page-title .bread-crumbs .current,
.gtc-page-title .bread-crumbs .delim{
    opacity: 0.7;
}
.gtc-page-title .bread-crumbs a{
    color: inherit;
}
.gtc-page-title .bread-crumbs a:hover{
    opacity: 1;
}
/*##############################################################
                            ## PORTFOLIO 
##############################################################*/

/**/
/* ## portfolio grid */
/**/
.portfolio-grid{
    list-style: none;
    margin: 0;
    padding: 0;
}
.filter-grid{
    margin-bottom: 0;
}
.filter-grid.gutter,
.grid-col.gutter{
    list-style: none;
    margin: 0 0 0 -30px;
    padding: 0;
}
.filter-grid:not(.gutter),
.grid-col:not(.gutter){
    margin-top: 50px;
}


.portfolio-item,
.grid-item{
    float: left;
    margin: 0;
}
.gutter .portfolio-item,
.gutter .grid-item{
    padding: 30px 0 0 30px;
}
.gutter.portfolio-with-title .portfolio-item,
.gutter.portfolio-with-title .grid-item{
    padding: 60px 0 0 30px;
}
.grid-item.item-1{
    width: 40%
}
.grid-item.item-2{
    width: 20%
}
.grid-item.item-3{
    width: 40%
}
.grid-item.item-4{
    width: 60%
}
.categories a:hover,
.categories-big a:hover,
.portfolio-title a:hover{
    opacity: 0.7;
}
.promo-preview{
    max-height:600px;
    overflow:hidden;
}
/**/
/* ## portfolio filter */
/**/
.portfolio-list-container{
    margin-right: -30px;
}

.portfolio-list-container .grid-sizer{
    width: 100%;
}
/* no gutter size*/
.portfolio-list-container.column-size-12.no-gutter .grid-sizer,
.portfolio-list-container.column-size-12.no-gutter .portfolio-item{
    width: 100%;
}
.portfolio-list-container.column-size-6.no-gutter .grid-sizer,
.portfolio-list-container.column-size-6.no-gutter .portfolio-item{
    width: 50%;
}
.portfolio-list-container.column-size-4.no-gutter .grid-sizer,
.portfolio-list-container.column-size-4.no-gutter .portfolio-item{
    width: 33.33%
}
.portfolio-list-container.column-size-3.no-gutter .grid-sizer,
.portfolio-list-container.column-size-3.no-gutter .portfolio-item{
    width: 25%
}
.portfolio-list-container.column-size-2.no-gutter .grid-sizer,
.portfolio-list-container.column-size-2.no-gutter .portfolio-item{
    width: 16.66%
}
/* gutter size */
.portfolio-list-container.column-size-12 .grid-sizer,
.portfolio-list-container.column-size-12 .portfolio-item{
    width: 100%;
}
.portfolio-list-container.masonry.column-size-6:not(.no-gutter) .grid-sizer,
.portfolio-list-container.masonry.column-size-6:not(.no-gutter) .portfolio-item{
    width: calc(50% - 30px);
}
.portfolio-list-container.masonry.column-size-4:not(.no-gutter) .grid-sizer,
.portfolio-list-container.masonry.column-size-4:not(.no-gutter) .portfolio-item{
    width: calc(33.33% - 30px);
}
.portfolio-list-container.masonry.column-size-3:not(.no-gutter) .grid-sizer,
.portfolio-list-container.masonry.column-size-3:not(.no-gutter) .portfolio-item{
    width: calc(25% - 30px);
}
.portfolio-list-container.masonry.column-size-2:not(.no-gutter) .grid-sizer,
.portfolio-list-container.masonry.column-size-2:not(.no-gutter) .portfolio-item{
    width: calc(16.66% - 30px);
}
.portfolio-list-container .gutter-sizer{
    width: 30px;
}
.portfolio-list-container.no-gutter .gutter-sizer{
    width: 0;
}

.portfolio-list-container.column-size-6 .portfolio-item.large-width,
.portfolio-list-container.column-size-6 .portfolio-item.large-width-height{
    width: 100%;
}
.portfolio-list-container.column-size-4 .portfolio-item.large-width,
.portfolio-list-container.column-size-4 .portfolio-item.large-width-height{
    width: 66.66%;
}
.portfolio-list-container.column-size-3 .portfolio-item.large-width,
.portfolio-list-container.column-size-3 .portfolio-item.large-width-height{
    width: 50%;
}
.portfolio-list-container.column-size-2 .portfolio-item.large-width,
.portfolio-list-container.column-size-2 .portfolio-item.large-width-height{
    width: 33.33%
}

.portfolio-list-container.column-size-6:not(.no-gutter) .portfolio-item.large-width,
.portfolio-list-container.column-size-6:not(.no-gutter) .portfolio-item.large-width-height{
    width: 100%;
}
.portfolio-list-container.column-size-4:not(.no-gutter) .portfolio-item.large-width,
.portfolio-list-container.column-size-4:not(.no-gutter) .portfolio-item.large-width-height{
    width: calc(66.66% - 30px);
}
.portfolio-list-container.column-size-3:not(.no-gutter) .portfolio-item.large-width,
.portfolio-list-container.column-size-3:not(.no-gutter) .portfolio-item.large-width-height{
    width: calc(50% - 30px);
}
.portfolio-list-container.column-size-2:not(.no-gutter) .portfolio-item.large-width,
.portfolio-list-container.column-size-2:not(.no-gutter) .portfolio-item.large-width-height{
    width: calc(33.33% - 30px);
}



@media (max-width: 992px) {
    .portfolio-list-container.column-size-2.no-gutter .grid-sizer,
    .portfolio-list-container.column-size-2.no-gutter .portfolio-item{
        width: 33.33%
    }
    .portfolio-list-container.masonry.column-size-2:not(.no-gutter) .grid-sizer,
    .portfolio-list-container.masonry.column-size-2:not(.no-gutter) .portfolio-item{
        width: calc(33.33% - 30px);
    }
}
@media (max-width: 768px) {
    .portfolio-list-container .portfolio-item{
        width: 100% !important;
    }

}


.portfolio-list-filter,
.main-filter{
    list-style: none;
    padding: 0;
    font-size: 1.2857em;
    text-align: center;
    margin-bottom: 50px;
}
.portfolio-list-filter span,
.main-filter a{
    cursor: pointer;
    position: relative;
    display: inline-block;
    margin: 0 25px 10px;
    padding-bottom: 5px;
    text-decoration: none;
    -webkit-transition: all 0.37s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.portfolio-list-filter span.active:before {
    content: ' ';
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 15px;
    height: 1px;
    background-color: red;
    -webkit-transition: 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.portfolio-list-filter span.active:hover:before{
    width: 100%;
}
/**/
/* ## portfolio styles */
/**/
.portfolio-item{
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.no-gutter .portfolio-item{
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}
.portfolio-list-container.no-gutter{
    margin-left: 0;
    margin-right: 0;
}
.portfolio-img{
    position: relative;
    overflow: hidden;
}

.portfolio-hover:before{
    content: '';
    height: 100%;
    display: inline-block;
    width: 0;
    vertical-align: middle;
    font-size: 0;
}
.potfolio-hover-container{
    width: 100%;
    padding: 0 15px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.potfolio-hover-container .icon-container i{
    font-size: 20px;
    padding: 4px 12px;
    line-height: 1;
    display: inline-block;
}
.portfolio-title-cont{
    position: relative;
    z-index: 1;
}
.portfolio-title-cont h3{
    margin-bottom: 5px;
    margin-top: 25px;
}
.potfolio-hover-container a:hover{
    opacity: 0.6;
}
.portfolio-item .portfolio-hover,
.potfolio-hover-container .portfolio-title,
.potfolio-hover-container .icon-container,
.potfolio-hover-container .categories{
    -webkit-font-smoothing: antialiased;
    -khtml-font-smoothing: antialiased;
    -apple-font-smoothing: antialiased;
    font-smooth: always;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    /*white-space: nowrap;*/
}
.potfolio-hover-container .portfolio-title,
.potfolio-hover-container .icon-container,
.potfolio-hover-container .categories{
    opacity: 0;
}
.potfolio-hover-container .portfolio-title{
    -webkit-transform: translate(0, -3px);
    -moz-transform: translate(0, -3px);
    -o-transform: translate(0, -3px);
    -ms-transform: translate(0, -3px);
    transform: translate(0, -3px);
}
.potfolio-hover-container .icon-container{
    -webkit-transform: translate(0px, 8px);
    -moz-transform: translate(0px, 8px);
    -o-transform: translate(0px, 8px);
    -ms-transform: translate(0px, 8px);
    transform: translate(0px, 8px);
}
.potfolio-hover-container .categories{
    -webkit-transform: translate(0px, -8px);
    -moz-transform: translate(0px, -8px);
    -o-transform: translate(0px, -8px);
    -ms-transform: translate(0px, -8px);
    transform: translate(0px, -8px);
}
.portfolio-item:hover .potfolio-hover-container .portfolio-title,
.portfolio-item:hover .potfolio-hover-container .icon-container,
.portfolio-item:hover .potfolio-hover-container .categories{
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.portfolio-item .categories a{
    color: inherit;
}
@media (max-width: 992px) {
    .portfolio-list-filter span,
    .main-filter a{
        margin: 0 15px 10px;
    }
}

.blog-media{
    position: relative;
}
.portfolio-img:not(.no-hover):before{
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #ffffff;
    opacity: 0;
    -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.portfolio-item:hover .portfolio-img:before,
.blog-item .blog-hover:not(.video):hover:before{
    opacity: 0.9;
}
.portfolio-img img,
.blog-media img{
    display: block;
    overflow: hidden;
    /*width: 100%;*/
    max-width: 100%;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    will-change: transform;
}
.portfolio-img img{
   width: 100%; 
}
.portfolio-item:hover .portfolio-img:not(.no-hover) img{
    -webkit-transform: scale(1.075);
    -moz-transform: scale(1.075);
    -o-transform: scale(1.075);
    -ms-transform: scale(1.075);
    transform: scale(1.075);
}
.blog-item.single:hover .blog-media img{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.blog-item.single .blog-media:hover img{
    -webkit-transform: scale(1.075);
    -moz-transform: scale(1.075);
    -o-transform: scale(1.075);
    -ms-transform: scale(1.075);
    transform: scale(1.075);
}
.portfolio-hover,
.blog-hover{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
}
.gutter .blog-hover{
    padding: 60px 0 0 30px;
}
.portfolio-title,
.blog-title{
    font-size: 20px;
    color: #303233;
    margin-bottom: 12px;
    margin-top: 0;
    font-weight: 700;
}
.portfolio-item-data a {
    color: #9C9C9C;
    font-size: 14px;
    text-decoration: none;
    text-transform: none;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.gtc-portfolio_post-details .post_details_field:not(:last-child){
    margin-bottom: 14px;
}
.gtc-portfolio_post-details .site_link,
.gtc-portfolio_post-details .portfolio_post_categories a{
    color: inherit;
}
.gtc-portfolio_post-details .site_link:hover,
.gtc-portfolio_post-details .portfolio_post_categories a:hover{
    opacity: 0.7;
}
.portfolio-list-load-more{
    margin-top: 60px;
    text-align: center;
}
.blog-list-load-more{
    text-align: center;
}

/* gtc_team */

.gtc-team_img {
    position: relative;
    overflow: hidden;
}
.gtc-team_img img{
    width: 100%;
    display: block;
    overflow: hidden;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    will-change: transform;
}
.gtc-team:hover .gtc-team_img img{
    -webkit-transform: scale(1.075);
    -moz-transform: scale(1.075);
    -o-transform: scale(1.075);
    -ms-transform: scale(1.075);
    transform: scale(1.075);
}
.gtc-team_img_hover{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
}
.gtc-team_img_hover:before{
    content: '';
    height: 100%;
    display: inline-block;
    width: 0;
    vertical-align: middle;
    font-size: 0;
}
.gtc-team_img_hover:after{
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background-color: #ffffff;
    opacity: 0;
    -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.gtc-team:hover .gtc-team_img_hover:after{
    opacity: 0.9;
}
.gtc-team_img_hover_container{
    width: 100%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.gtc-team_img_hover_container p{
    padding: 0 45px;
    white-space: normal !important;
    cursor: default;
    margin-bottom: 15px;
}
.gtc-team_hover_container_icon-container{
    padding: 10px 0;
}
.gtc-team_hover_container_icon-container i{
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin: 0 10px;
}
.gtc-team_hover_container_icon-container a i{
    -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.gtc-team_hover_container_icon-container a:hover i{
    opacity: 0.6;
}
.gtc-team_title-cont a:hover{
    opacity: 0.6;
}
.gtc-team_title-cont{
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
}

.gtc-team_img_hover,
.gtc-team_img_hover_container p,
.gtc-team_hover_container_icon-container{
    -webkit-font-smoothing: antialiased;
    -khtml-font-smoothing: antialiased;
    -apple-font-smoothing: antialiased;
    font-smooth: always;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    white-space: nowrap;
}
.gtc-team_img_hover_container p,
.gtc-team_hover_container_icon-container{
    opacity: 0;
}
.gtc-team_img_hover_container p{
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    transform: translate(0, -10px);
}
.gtc-team_hover_container_icon-container{
    -webkit-transform: translate(0px, 8px);
    -moz-transform: translate(0px, 8px);
    -o-transform: translate(0px, 8px);
    -ms-transform: translate(0px, 8px);
    transform: translate(0px, 8px);
}
.gtc-team:hover .gtc-team_img_hover_container p,
.gtc-team:hover .gtc-team_hover_container_icon-container{
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

/* end gtc_team */




/* gtc_pricing */

.gtc-pricing-item{
    position: relative;
    text-align: center;
}
.gtc-pricing-item-inner {
    border: 1px solid #eaeaea;
    background: #ffffff;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow:    0px 3px 10px 0px rgba(0, 0, 0, 0);
    box-shadow:         0px 3px 10px 0px rgba(0, 0, 0, 0);
    -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.gtc-pricing-item.main .gtc-pricing-item-inner,
.gtc-pricing-item-inner:hover{
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow:    0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow:         0px 3px 10px 0px rgba(0, 0, 0, 0.15);
}
.gtc-pricing-wrap {
    position: relative;
    padding: 30px 20px;
    text-align: center;
    overflow: hidden;
}
.gtc-pricing-wrap h5{
    opacity: 0.7;
}
.gtc-pricing-wrap ul li{
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin-bottom: 0!important;
    margin-left: 0!important;
}
.gtc-pricing-wrap ul li:before{
    display: none !important;
}
.gtc-pricing-icon {
    padding-top: 10px;
    padding-bottom: 15px;
    position: relative;
    font-size: 32px;
    line-height: 1;
    z-index: 1;
}
.gtc-pricing-features{
    padding: 25px 0;
}
.gtc-pricing-num-container{
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 22px;
    padding: 25px 20px 20px 20px;
    background: #f5f5f5;
}
.gtc-pricing-num{
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
}
.gtc-pricing-num sup {
    font-size: 18px;
    position: relative;
    top: -6px;
    left: -3px;
    margin-left: -7px;
}
.gtc-pricing-button{
    margin-bottom: 15px;
}

/* end gtc_pricing */




/* owl */
.owl-controls .owl-page, 
.owl-controls .owl-buttons div {
    cursor: pointer;
}
.owl-prev,
.owl-next{
    opacity: 1;
    display: block;
    position: absolute;
    z-index: 5;
    background: #fff;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border: 1px solid #eaeaea;
    text-align: center;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
[data-carousel-dots="true"] .owl-prev,
[data-carousel-dots="true"] .owl-next{
    margin-top: -63px;
}

.owl-prev i,
.owl-next i{
    color: inherit;
}
.owl-prev{
    left: -10px;
}
.owl-next{
    right: -10px;
}
.owl-prev:before,
.owl-next:before{
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: -1;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.blog-media-carousel.owl-carousel:hover .owl-prev{
    transform:translateX(10px);
    -webkit-transform:translateX(10px);
    -moz-transform:translateX(10px);
    -ms-transform:translateX(10px);
}
.blog-media-carousel.owl-carousel:hover .owl-next{
    transform:translateX(-10px);
    -webkit-transform:translateX(-10px);
    -moz-transform:translateX(-10px);
    -ms-transform:translateX(-10px);
}
.owl-pagination,
.owl-dots{
    display: block;
    width: 100%;
    text-align: center;
    padding: 25px 0;
}
.blog-media-carousel{
    position: relative;
}
.blog-media-carousel .owl-pagination,
.blog-media-carousel .owl-dots{
    position: absolute;
    z-index: 5;
    padding: 0;
    bottom: 35px;
    left: 0;
}
.owl-controls .owl-pagination .owl-page,
.owl-controls .owl-dots .owl-dot{
    display: inline-block;
    margin: 5px;
    width: 10px;
    height: 10px;
    border: 1px solid #CECCCC;
    background-color: #ffffff;
     -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
/* end owl */

/* Sidebars */
.gtc-sidebar{
    margin-bottom: 100px;
}
aside .widget + .widget,
.wpb_widgetised_column  .widget + .widget{
    margin-top: 50px;
}
.widget .widget-title{
    margin-bottom: 20px;
}
.widget .widget-title:after{
    content: '';
    display: block;
    width: 36px;
    height: 1px;
    margin-top: 7px;
}
.widget ul li{
    line-height: 2;
    position: relative;
    margin-bottom: 0;
    padding: 7px 0;
    border-bottom: 1px solid #e7e7e7;
}
.widget ul li:after{
    content: '';
    clear: both;
    display: block;
}
.widget ul li:last-child{
    border-bottom: none;
}
.widget ul li:not(.wpml-ls-item) a{
    color: inherit;
}
.widget ul li ul{
    margin-bottom: -7px;
    padding-left: 14px;
    border-top: 1px solid #e7e7e7;
}
.widget.widget_archive li,
.widget.widget_categories li{
    text-align: right;
}
.widget.widget_archive li:hover>a,
.widget.widget_categories li:hover>a,
.widget.widget_pages li:hover>a,
.widget.widget_meta li:hover>a,
.widget.widget_recent_comments li:hover>a,
.widget.widget_nav_menu li:hover>a{
    opacity: 0.7;
}
.widget.widget_archive a,
.widget.widget_categories a{
    float: left;
}

.widget.widget_calendar table{
    text-align: center;
}

.widget.widget_search .search-form{
    position: relative;
    z-index: 1;
}
.widget.widget_search .search-form:before{
    content: "\f002";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    font-size: 1.2857em;
    line-height: 34px;
    text-align: center;
    z-index: 1;
}
.widget.widget_search .search-form .search-submit{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: none !important;
    border: none !important;
    font-size: 0;
    width: 50px;
    z-index: 2;
}
.widget.widget_search .search-form .search-field{
    padding-right: 50px;
}
.widget.widget_search .search-form .screen-reader-text{
    display: none;
}

.widget.widget_tag_cloud .tagcloud a{
    border: 1px solid #eaeaea;
    padding: 4px 21px;
    margin-bottom: 7px;
    margin-right: 4px;
    display: inline-block;
    font-size: 0.8em !important;
    color: inherit;
    vertical-align: middle;
}
.widget.widget_tag_cloud .tagcloud a:hover{
    opacity: 0.7;
}

.widget.widget_recent_entries .post-date{
    float: right;
    font-size: 0.75em;
    margin: 0.35em 0 0.35em 2em;
}

/* widget blog */
.widget.gtc_widget_blogpost .item:after{
    content: '';
    clear: both;
    display: table;
}
.widget.gtc_widget_blogpost .blog-content .blog-item-title{
    font-size: 1.1em;
    line-height: inherit;
}
.widget.gtc_widget_blogpost .blog-content{
    padding: 0 0 5px 0;
}
.widget.gtc_widget_blogpost .blog-image-small .blog-content{
    padding: 5px 0;  
}
.widget.gtc_widget_blogpost .blog-image-small .blog-media{
    margin-bottom: 5px;
}
.widget.gtc_widget_blogpost .blog-image-small .blog-media:not(.blog-media-link):not(.blog-media-quote):not(.blog-media-video):not(.blog-media-audio),
.widget.gtc_widget_blogpost .blog-image-small .blog-media-wrapper.blog-media-carousel{
    width: 100px;
    float: left;
    margin-right: 15px;
    margin-bottom: 0;
}
footer .widget.gtc_widget_blogpost .blog-image-small .blog-media:not(.blog-media-link):not(.blog-media-quote):not(.blog-media-video):not(.blog-media-audio),
footer .widget.gtc_widget_blogpost .blog-image-small .blog-media-wrapper.blog-media-carousel{
    width: 65px;
}
.gtc-footer-top .widget + .widget{
    padding-top: 30px;
}
.widget.gtc_widget_blogpost .blog-image-small .blog-media-wrapper.blog-media-carousel .owl-prev, 
.widget.gtc_widget_blogpost .blog-image-small .blog-media-wrapper.blog-media-carousel .owl-next{
    margin-top: -15px;
    width: 25px;
    height: 25px;
    line-height: 22px;
}
.widget.gtc_widget_blogpost .blog-image-small .blog-media-wrapper.blog-media-carousel .owl-prev{
    left: -5px;
}
.widget.gtc_widget_blogpost .blog-image-small .blog-media-wrapper.blog-media-carousel .owl-next{
    right: -5px;
}
.widget.gtc_widget_blogpost .blog-image-small .blog-media-wrapper.blog-media-carousel .owl-pagination,
.widget.gtc_widget_blogpost .blog-image-small .blog-media-wrapper.blog-media-carousel .owl-dots,
.widget.gtc_widget_blogpost .blog-image-small .blog-icon{
    display: none;
}
.widget.gtc_widget_blogpost .blog-content .blog-item-meta{
    margin: 0;
}
.widget.gtc_widget_blogpost .blog-content .blog-item-meta li{
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 0.9em;
}
.widget.gtc_widget_blogpost .blog-media.blog-media-link .blog-media-post-link span{
    font-size: 14px;
}
.widget.gtc_widget_blogpost .blog-media.blog-media-link:before,
.widget.gtc_widget_blogpost .blog-media.blog-media-quote blockquote:before{
    font-size: 20px;
    left: 20px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
}
.widget.gtc_widget_blogpost .blog-media.blog-media-quote blockquote:before{
    font-size: 70px;
    line-height: 50px;
    left: 16px;
}
.widget.gtc_widget_blogpost .blog-media.blog-media-link .blog-media-post-link,
.widget.gtc_widget_blogpost .blog-media.blog-media-quote blockquote{
    padding: 20px;
    padding-left: 50px;
}
.widget.gtc_widget_blogpost .blog-inner > .post{
    margin-bottom: 25px;
    background: transparent;
}
footer .widget.gtc_widget_blogpost .blog-inner > .post{
    margin-bottom: 15px;
}
@media (max-width: 992px) {
    .widget.gtc_widget_blogpost .blog-image-small .blog-media:not(.blog-media-link):not(.blog-media-quote):not(.blog-media-video):not(.blog-media-audio), 
    .widget.gtc_widget_blogpost .blog-image-small .blog-media-wrapper.blog-media-carousel{
        width: 70px;
    }
    [style*='font-size: 54px']:not(.tp-caption),
    h1:not(.tp-caption){
        font-size: 45px !important;
        line-height: 1.2 !important;
    }
    div:not(.rev_slider_wrapper) [style*='font-size: 80px']{
        font-size: 54px !important;
    }
    .woocommerce div.product .product_title{
        font-size: 36px !important;
        line-height: 1.2 !important;
    }
}
@media (max-width: 768px) {
    .widget.gtc_widget_blogpost .blog-image-small .blog-media:not(.blog-media-link):not(.blog-media-quote):not(.blog-media-video):not(.blog-media-audio), 
    .widget.gtc_widget_blogpost .blog-image-small .blog-media-wrapper.blog-media-carousel{
        width: 100px;
    }
    [style*='font-size: 54px']:not(.tp-caption),
    h1:not(.tp-caption){
        font-size: 36px !important;
        line-height: 1.2 !important;
    }
    div:not(.rev_slider_wrapper) [style*='font-size: 80px']:not(.tp-caption){
        font-size: 45px !important;
    }
    .gtc-column-cont .column{
        width: 100% !important;
    }
}
/* end Sidebars */

*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}   
.align-center{ text-align:center !important;}
.align-left{ text-align:left !important;}
.align-right{ text-align:right !important;}

/* header */
#site-navigation{
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 100%;
    z-index: 110;
}
#site-navigation.header_over{
    position: absolute;
}
#site-navigation > .container,
#site-navigation .inner-nav,
#site-navigation .inner-nav .logo,
#site-navigation .inner-nav .nav-menu{
    position: relative;
    height: 100%;
    z-index: 1;
}
#site-navigation > .inner-nav{
    padding: 0 40px;
    box-sizing: border-box;
}
#site-navigation .inner-nav .logo{
    float: left;
    white-space: nowrap;
}
#site-navigation .inner-nav .logo:before,
#site-navigation .inner-nav .logo a:before{
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-left: -3px;
}
#site-navigation .inner-nav .logo a{
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    /*max-width: 60px;*/
    height: 90px;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
#site-navigation .inner-nav .logo a img{
    max-height: 100%;
}
#site-navigation .inner-nav .logo h1{
    font-size: 32px;
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
}
#site-navigation .inner-nav .nav-menu{
    float: right;
}
#site-navigation .inner-nav .nav-menu .main-menu{
    display: inline-block;
    position: relative;
    vertical-align: middle;
    height: 100%;
}
#site-navigation .inner-nav .nav-menu .main-menu > li{
    float: left;
    margin-left: 50px;
    position: relative;
    height: 100%;
}
#site-navigation .inner-nav .nav-menu .main-menu > li:before{
    display: none;
}
#site-navigation .gtc-container-inner{
    height: 100%;
}
@media (max-width: 1200px) {
    #site-navigation .inner-nav .nav-menu .main-menu > li{
        margin-left: 30px;
    }
}
/* sticky-header */
.sticky-header-container{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    opacity: 0;
    background: #ffffff;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -webkit-transition: 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
body.logged-in .sticky-header-container{
    margin-top: 32px;
}
.sticky-header-container.sticky-on{
    opacity: 1;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
}
.sticky-header-container #site-navigation{
    position: relative;
}
/* end sticky-header */
/*
-- SUBMENU
*/
.small-height .dark .inner-nav ul > li > .submenu{
    border-top: none;
}
.dark .inner-nav > ul > li > a{
    color: #303233;
} 
.nav-menu > ul > li.current-menu-ancestor > a:after,
.nav-menu > ul > li.menu-item.current-menu-item > a:after{
    content: '';
    display: block;
    width: 26px;
    height: 1px;
    background-color: red;
    vertical-align: middle;
    position: absolute;
    top: calc(50% + 15px);
    left: calc(50% - 13px);
    -webkit-transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.mobile-on .nav-menu > ul > li.current-menu-ancestor > a:after,
.mobile-on .nav-menu > ul > li.menu-item.current-menu-item > a:after{
    left: 30px;
}
.nav-menu.menu-appearance-from-right > ul > li.current-menu-ancestor > a:after,
.nav-menu.menu-appearance-from-right > ul > li.menu-item.current-menu-item > a:after{
    opacity: 0;
    -webkit-transform: translate3d(0,3px,0);
    transform: translate3d(0,3px,0);
}
.nav-menu.menu-appearance-from-right.menu-opened > ul > li.current-menu-ancestor > a:after,
.nav-menu.menu-appearance-from-right.menu-opened > ul > li.menu-item.current-menu-item > a:after{
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.white .inner-nav ul > li > a{
    color: #ffffff;
}
.small-height.white.js-transparent .inner-nav ul > li > a{
    color: #303233;
} 
.inner-nav ul li a{
    height: 90px;
    line-height: 90px;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.inner-nav ul li a .slide-container{
    line-height: 20px;
    display: inline-block;
    min-height: 20px;
    overflow: hidden;
    vertical-align: middle;
}
.inner-nav ul li a .slide-container span{
    display: block;
    opacity: 1;
    transition: .6s -webkit-transform cubic-bezier(.165,.84,.44,1),.6s opacity cubic-bezier(.165,.84,.44,1);
    transition: .6s transform cubic-bezier(.165,.84,.44,1),.6s opacity cubic-bezier(.165,.84,.44,1);
    -webkit-transition-delay: 0.7s; /* Safari */
    transition-delay: 0.7s;
}
.inner-nav .menu-appearance-from-right ul li a .slide-container span{
    opacity: 0;
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
}
.inner-nav .menu-opened ul li a .slide-container span{
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.inner-nav ul > li:nth-child(1) a .slide-container span{
    -webkit-transition-delay: 0s; /* Safari */
    transition-delay: 0s;
}
.inner-nav ul > li:nth-child(2) a .slide-container span{
    -webkit-transition-delay: 0.05s; /* Safari */
    transition-delay: 0.05s;
}
.inner-nav ul > li:nth-child(3) a .slide-container span{
    -webkit-transition-delay: 0.1s; /* Safari */
    transition-delay: 0.1s;
}
.inner-nav ul > li:nth-child(4) a .slide-container span{
    -webkit-transition-delay: 0.15s; /* Safari */
    transition-delay: 0.15s;
}
.inner-nav ul > li:nth-child(5) a .slide-container span{
    -webkit-transition-delay: 0.2s; /* Safari */
    transition-delay: 0.2s;
}
.inner-nav ul > li:nth-child(6) a .slide-container span{
    -webkit-transition-delay: 0.25s; /* Safari */
    transition-delay: 0.25s;
}
.inner-nav ul > li:nth-child(7) a .slide-container span{
    -webkit-transition-delay: 0.3s; /* Safari */
    transition-delay: 0.3s;
}
.inner-nav ul > li:nth-child(8) a .slide-container span{
    -webkit-transition-delay: 0.35s; /* Safari */
    transition-delay: 0.35s;
}
.inner-nav ul > li:nth-child(9) a .slide-container span{
    -webkit-transition-delay: 0.4s; /* Safari */
    transition-delay: 0.4s;
}
.inner-nav ul > li:nth-child(10) a .slide-container span{
    -webkit-transition-delay: 0.45s; /* Safari */
    transition-delay: 0.45s;
}
.inner-nav ul > li:nth-child(11) a .slide-container span{
    -webkit-transition-delay: 0.5s; /* Safari */
    transition-delay: 0.5s;
}
.inner-nav ul > li:nth-child(12) a .slide-container span{
    -webkit-transition-delay: 0.55s; /* Safari */
    transition-delay: 0.55s;
}
.inner-nav ul > li:nth-child(13) a .slide-container span{
    -webkit-transition-delay: 0.6s; /* Safari */
    transition-delay: 0.6s;
}
.inner-nav ul > li:nth-child(14) a .slide-container span{
    -webkit-transition-delay: 0.65s; /* Safari */
    transition-delay: 0.65s;
}
.inner-nav ul > li:nth-child(15) a .slide-container span{
    -webkit-transition-delay: 0.7s; /* Safari */
    transition-delay: 0.7s;
}
.small-height .inner-nav ul li a {
    height: 55px !important;
    line-height: 55px !important;
}
.submenu li ul{
    left: 102%;
    right: auto;
    top: 0;
}
.menu-item-has-children.right .submenu li ul{
    left: auto;
    right: 100%;
}
.menu-item-has-children.right.mega-menu .submenu li ul{
    left: 100%;
    right: 0;
}
.submenu {
    display: none;
    width: 300px;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 25px 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
}
.mega-menu .submenu{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.menu-item-has-children.right .submenu{
    left: auto;
    right: 0;
}
.submenu li a{
    position: relative;
    display: block;
    font-weight: 600;
    padding: 8px 10px;
    margin: 0 20px;
    text-transform: none;
    color: #303233;
    background-color: #ffffff;
    text-align: left;
}
.mega-menu > .submenu{
    transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
}
.mega-menu > ul {
    white-space: nowrap;
    width: auto;
    padding: 30px 20px;
}
.mega-menu > ul > li {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    width: 240px;
}
.mega-menu > ul > li > ul{
    border-left: 0 !important;
    display: block;
    position: relative;
    left: auto;
}
.mega-menu > ul > li > ul {
    float: none;
    margin: 0;
    width: auto;
    padding: 0;
}
.inner-nav ul li .submenu li:before{
    content: '';
    display: block;
    height: 1px;
    width: 0;
    position: absolute;
    top: calc(8px + 0.65em);
    -webkit-transition: 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    background-color: red;
}
.inner-nav ul li.mega-menu > .submenu > li:before,
.inner-nav ul li.mega-menu > .submenu > li:after{
    display: none!important;
}
.inner-nav ul li{
    position: relative;
}
.inner-nav ul li .submenu li:hover:before{
    width: 100%;
}
.inner-nav ul li .submenu li a,
.mega-menu li a{
    display: inline-block;
    height: auto !important;
    line-height: 1.3 !important;
    font-size: 14px;
    font-weight: 500;
}
.mega-menu > ul.submenu > li.menu-item.no-heading > a{
    display: none !important;
}
.inner-nav .submenu .menu-item-has-children:not(.no-heading):after{
    content: '';
    display: inline-block;
    position: absolute;
    top: calc(5px + 0.65em);
    width: 6px;
    height: 6px;
    right: 0;
    border-right: 1px solid #b9b9b9;
    border-bottom: 1px solid #b9b9b9;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}
/* HIDDEN NAV */
.nav-menu.menu-appearance-from-right > ul{
    pointer-events: none;
}
.nav-menu.menu-appearance-from-right.menu-opened > ul{
    pointer-events: auto;
}
.nav-menu.menu-appearance-from-right .menu-button,
.mobile-on .mobile-nav .menu-button{
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    margin-left: 50px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.mobile-on .nav-menu.menu-appearance-from-right .menu-button{
    display: none;
}
.nav-menu.menu-appearance-from-right .menu-button span,
.mobile-on .mobile-nav .menu-button span{
    display: inline-block;
    height: 2px;
    position: absolute;
    top: 6px;
    right: 0;
    left: 0;
    -webkit-transition: 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.nav-menu.menu-appearance-from-right .menu-button span:nth-child(2),
.mobile-on .mobile-nav .menu-button  span:nth-child(2){
    top: 13px;
    left: 6px;
}
.nav-menu.menu-appearance-from-right .menu-button span:nth-child(3),
.mobile-on .mobile-nav .menu-button  span:nth-child(3){
    top: 21px;
    left: 12px;
}
.nav-menu.menu-appearance-from-right .menu-button:hover span,
.mobile-on .mobile-nav .menu-button:hover span{
    left: 0;
}
.nav-menu.menu-appearance-from-right.menu-opened .menu-button span{
    left: 0;
}
.nav-menu.menu-appearance-from-right.menu-opened .menu-button span:nth-child(3){
    -webkit-transform: translate3d(0px,15px,0);
    transform: translate3d(0px,15px,0);
}
.nav-menu.menu-appearance-from-right.menu-opened .menu-button span:nth-child(2){
    -webkit-transform: translate3d(0px,3px,0) rotate(45deg) scale(0.8);
    transform: translate3d(0px,3px,0) rotate(45deg) scale(0.8);
}
.nav-menu.menu-appearance-from-right.menu-opened .menu-button span:nth-child(1){
    -webkit-transform: translate3d(0px,10px,0) rotate(-45deg) scale(0.8);
    transform: translate3d(0px,10px,0) rotate(-45deg) scale(0.8);
}
/* mobile-nav */
.mobile-on .mobile-nav{
    display: inline-block;
    height: 100%;
    float: right; 
}
.mobile-on .mobile-nav .menu-button{
    vertical-align: middle;
}
.mobile-on .mobile-nav:before{
    content: '';
    display: inline-block;
    height: 100%;
    width: 0px;
    margin-left: -1px;
    vertical-align: middle;
}
#site-navigation .inner-nav.mobile-on .nav-menu{
    display: none;
    width: 100%;
    height: auto;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0 10px;
    z-index: 100;
}
#site-navigation .inner-nav.mobile-on .nav-menu ul{
    width: 100%;
    right: 0;
    float: none;
    background: rgba(255,255,255, .9);
    position: relative;
    overflow-x: hidden;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
}
#site-navigation .inner-nav.mobile-on .nav-menu > ul{
    overflow-y: auto;
}
#site-navigation .inner-nav.mobile-on .nav-menu ul li{
    display: block;
    width: 100%;
    float: none !important;
    overflow: hidden;
    border-bottom: 1px solid rgba(0,0,0, .065);
    height: auto;
    margin: 0;
}
#site-navigation .inner-nav.mobile-on .nav-menu ul li:before{
    display: none;
}
#site-navigation .inner-nav.mobile-on .nav-menu ul li:hover{
    background: rgba(0,0,0, 0.1);
}
#site-navigation .inner-nav.mobile-on .nav-menu ul li ul{
    padding: 0;
    background-color: rgba(255,255,255, .8);
}
#site-navigation .inner-nav.mobile-on .nav-menu ul li a,
#site-navigation .inner-nav.mobile-on .nav-menu ul li .submenu li a{
    display: block;
    width: 100%;
    height: 50px !important;
    line-height: 50px !important;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px;
    text-align: left;
    border-left: none;
    border-right: none;
    border-bottom: none;
    letter-spacing: 1px;
    cursor: pointer;
    background: none;
}
#site-navigation .inner-nav.mobile-on .nav-menu ul li .submenu li .submenu li a{
    padding: 0 60px;
}
#site-navigation .inner-nav.mobile-on .nav-menu > ul {
    pointer-events: auto;
}
#site-navigation .inner-nav.mobile-on .nav-menu ul li a .slide-container span{
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
#site-navigation .inner-nav.mobile-on .submenu .menu-item-has-children:not(.no-heading):after{
    display: none;
}
#site-navigation .inner-nav.mobile-on .nav-menu ul li{
    position: relative;
    z-index: 1;
}
#site-navigation .inner-nav.mobile-on .menu-item-has-children .submenu-button{
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 70px;
    background: rgba(0,0,0,0.025);
    z-index: 1;
}
#site-navigation .inner-nav.mobile-on .menu-item-has-children .submenu-button:before{
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    margin-right: -6px;
    right: 50%;
    border-right: 1px solid;
    border-bottom: 1px solid;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transition: 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
#site-navigation .inner-nav.mobile-on .menu-item-has-children.js-opened>.submenu-button:before{
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.mega-menu > ul.submenu > li.menu-item.no-heading > a + .submenu-button{
    display: none !important;
}


/*
- COLUMNS
*/


/* gtc-footer */
.footer_top{
    padding: 40px 0 80px;
    margin: 0 -15px;
}
.footer_top .column{
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 100%;
}
.footer_bottom{
    padding: 13px 0;
    margin: 0 -15px;
}
.footer_bottom .column{
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 100%;
}
.align-right .widget .widget-title:after{
    margin-left: auto;
}
.align-center .widget .widget-title:after{
    margin-left: auto;
    margin-right: auto;
}


.footer_top .column.column-25,
.footer_top.footer_top_column_4 .column,
.footer_bottom .column.column-25,
.footer_bottom.footer_top_column_4 .column{
    width: 25%;
}
.footer_top .column.column-33,
.footer_bottom .column.column-33{
    width: 33.33333%;
}
.footer_top .column.column-50,
.footer_bottom .column.column-50{
    width: 50%;
}
.footer_top_column_3 > .column-33,
.footer_bottom_column_3 > .column-33{
    width: 33.33333%;
}
@media (max-width: 992px) {
    .footer_top.footer_top_column_4 .column,
    .footer_top .column.column-25,
    .footer_bottom.footer_top_column_4 .column,
    .footer_bottom .column.column-25{
        width: 50%;
    }
}
@media (max-width: 768px) {
    .footer_top .column,
    .footer_bottom .column{
        width: 100% !important;
    }
}
/* end gtc-footer*/


/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 1;
}
.owl-carousel .owl-animated-out {
  z-index: 0;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

.gtc-carousel-container{
    width: 100%;
    max-width: 100%;
}

/* wpml */
.inner-nav ul li a .slide-container span.wpml-ls-display,
.inner-nav ul li a .slide-container span.wpml-ls-bracket,
.inner-nav ul li a .slide-container span.wpml-ls-native{
    display: inline-block;
}
.inner-nav ul li a .slide-container span.wpml-ls-display{
    padding: 0 5px;
}
#site-navigation .inner-nav .nav-menu .main-menu > li.wpml-ls-item + .wpml-ls-item{
    margin-left: 20px;
}
.wpml-ls-item a > span{
    color: inherit;
}

.wpml-ls-legacy-dropdown a{
    border: 1px solid #eaeaea;
    background: transparent;
    color: inherit;
}
.wpml-ls-legacy-dropdown a{
    border: 1px solid #eaeaea;
}
.wpml-ls-sub-menu a,
.wpml-ls-legacy-dropdown a:hover, 
.wpml-ls-legacy-dropdown a:focus, 
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a{
    background: #ffffff;
}
.wpml-ls-item-legacy-dropdown li,
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu{
    border: none !important;
}
.wpml-ls-legacy-dropdown a:hover, 
.wpml-ls-legacy-dropdown a:focus, 
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a{
    background: #f5f5f5;
}
.wpml-ls-legacy-list-horizontal li,
.wpml-ls-legacy-list-horizontal li a{
    color: inherit;
    border-bottom: 0 !important;
}
.wpml-ls-legacy-list-vertical .wpml-ls-item{
    padding: 7px 0;
    border-bottom: 1px solid #e7e7e7;
}
.wpml-ls-legacy-list-vertical{
    width: 100%;
}
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer,
.wpml-ls-legacy-list-vertical.wpml-ls-statics-footer{
    margin-bottom: 0;
    border: none;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-right: 4%;
    padding-left: 4%;
}
#wpml_credit_footer{
    border-top: 1px solid rgba(255,255,255,0.1);
    text-align: center;
    padding: 13px 4%;
}