/*

    adwff

	Theme Name: Spina
	Description: Spina is Responsive Multi-Purpose CSS3 Theme. Spina is Created with Twitter Bootstrap 3.3 Framework. Spina is a great design idea for website of Creative Corporate, Corporation, Company Profile, Personal Portfolio, and more … Create Outstanding Website or Blog in Minutes!. Awesome Design, Unique Concepts, Scalable Responsive, Amazing flexibility, 3 colorscheme & Many More Features…
	Version: 1.6
	Author: WebHunt Infotech
	Template: kyma
	Author URI: http://www.webhuntinfotech.com/
	Theme URI: http://www.demo.webhuntinfotech.com/kyma-advanced/
	License: GNU General Public License v3 or later
	License URI: http://www.gnu.org/licenses/gpl.html
	Tags: one-column, two-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-header, custom-menu, editor-style, featured-image-header, featured-images, front-page-post-form, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready,grid-layout, footer-widgets, blog, portfolio , e-commerce
	Text Domain: spina
*/
/*------------------------------------------
    01 - General & Basic Styles
------------------------------------------*/
@import url('../kyma/style.css');

.welcome_banner.full_gray h3:not(.centered) {
    float: none;
}
.welcome_banner .intro_text {
	display: block;
	margin: 20px 0px;
}
div#callout-two {
    text-align: center;
}
.hm_go_top.hm_go_is-visible {
    border-radius: 124px;
}
.welcome_banner.full_colored .btn_a {
    margin-left: 0px;
}
/* Slider */
.owl_text_a > span {
    margin-bottom: 20px;
}
.owl_text_a a {
	color: #fff !important;
}
#kyma_owl_slider .btn_a {
    margin: 20px 0 0;
    border: none;
}
#logo h3{
	margin-top: 15px;
}
.color4{
	background: #324545 !important;
}
#kyma_owl_slider .owl_slider_con {
    left: 55%;
}
#kyma_owl_slider .owl-page {
    border: 2px solid #000;
    height: 20px;
    width: 20px;
}
.banner__button {
    position: relative;
    background: url(/wp-content/themes/spina/images/banner.jpg) no-repeat center top;
    max-width: 1920px;
    height: 450px;
    display: flex;
    justify-content: center;
    align-self: center;
}
.bann_butt {
    display: block;
    background: url(/wp-content/themes/spina/images/btn.png);
    width: 180px;
    height: 38px;
    top: 70%;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.banner__button .bann_butt{
    background: url(/wp-content/themes/spina/images/red-btn.png);
    position: relative;
}
.bann_butt:hover {
    background: url(/wp-content/themes/spina/images/btn_hover.png);
}
.banner__button .bann_butt:hover{
    background: url(/wp-content/themes/spina/images/btn.png);
}
.footer__logo {
    background: url(/wp-content/themes/spina/images/logo_footer.png) no-repeat;
    width: 264px;
    height: 23px;
    display: block;
}
.cta__frst {
    background: url(/wp-content/themes/spina/images/cta_1.jpg) no-repeat;
    max-width: 906px;
    height: 120px;
    position: relative;
    margin-bottom: 20px;
}
.cta__frst-button {
    position: absolute;
    top: 54%;
    left: 30%;
    right: unset;
}
.cta__footer {
    background: url(/wp-content/themes/spina/images/cta_2.jpg) no-repeat right top;
    width: 100%;
    display: block;
    min-height: 120px;
    position: relative;
}
.cta__container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 120px;
}
.cta-title{
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 35px;
    line-height: 50px;
    /* identical to box height, or 143% */

    text-transform: uppercase;

    color: #FFFFFF;
}
.cta-desc{
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    /* identical to box height, or 125% */


    color: #FFFFFF;
}

@media(max-width: 1200px){
    .cta-content{
        max-width: 700px;
    }
    .cta__footer{
        background-position: center;
    }
}
@media(max-width: 992px){
    .cta-title{
        font-size: 27px;
        line-height: 37px;
    }
    .cta-desc{
        font-size: 14px;
        line-height: 22px;
    }
    .cta__frst{
        background: url(/wp-content/themes/spina/images/cta_1_tab.jpg) no-repeat left top;
    }
    .cta__frst-button{
        left: 20%;
    }
}
@media (max-width: 767px){
 .cta__container{
     flex-direction: column;
 }
    .cta__footer{
        background-size: cover;
    }
.cta__footer-button{
    margin-bottom: 10px;
}
}

@media (max-width: 500px){
    .cta__frst{
        background: url(/wp-content/themes/spina/images/cta_1_mob.jpg) no-repeat center top;
    }
    .cta__frst-button{
        left: 50%;
        transform: translateX(-50%);
        top: 63%;
    }
}
.cta__footer-button {
    top: 33%;
    right: -50%;
}
ul#navy > li > a{
    background-color: #fff !important;
    transition: 0.3s;
}

.banner-title{
    font-family: Open Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 60px;
    line-height: 82px;
    /* identical to box height */
    margin-bottom: 16px;
    text-transform: uppercase;

    color: #324545;
}

.banner-descr{
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 63px;
    /* identical to box height */


    color: #324545;
}

.banner-block{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    text-align: center;
}

