body.book-overlay-opened{
    overflow: hidden;
}

.section-container{
    position: relative;
    overflow: hidden;
    width: 100%;
}

.section-wrapper{
    max-width: 1200px;
    margin: 0 auto;
    padding: 150px 0;
}

.vertical-center .section-wrapper{
    display: table-cell;
    vertical-align: middle;
}

.bg-color{
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.vertical-center .bg-color{
    display: table;
    position: absolute;
    min-height: 110vh;
}

.section-wrapper.section-wrapper-contact{
    max-width: 100%;
}

.red{
    color: #ef2020;
}

.main-container.nav-show,
book-overlay-opened .main-container{
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;

    -webkit-filter: blur(20px);
    -o-filter: blur(20px);
    filter: blur(20px);
}

.blue-btn{
     border: 1px solid #275a86;
     border-bottom: 3px solid #275a86;
     background-color: #337ab7;
     color: #ffffff !important;
 }

.dark-btn{
    border: 1px solid #000000;
    border-bottom: 3px solid #000000;
    background-color: #494d51;
    color: #ffffff !important;
}

.red-btn{
    border: 1px solid #bf5d5d;
    border-bottom: 2px solid #bf5d5d;
    background-color: #e57474;
    color: #ffffff !important;
}

a, p, h1, h2, h3, h4, h5, h6{
    text-rendering: optimizeLegibility;
}

.section-title{
    text-align: center;
    padding: 0 0 100px 0;
}

.section-title i{
    display: inline-block;
    text-align: center;
    margin: 0 20px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    color: #353636;
}

.section-title i:before{
    font-size: 14px;
}

.section-title h4{
    font-family: 'Merriweather';
    font-size: 15px;
    display: inline-block;
    margin: 0;
    color: #353636;
    font-weight: 100;
    letter-spacing: 2px;
}

.section-title.light i,.section-title.light h4{
    color: #fff;
}

.section-wrapper .paragraph{
    width: 880px;
    margin: 0 auto;
    overflow: hidden;
}

.section-wrapper .paragraph h4{
    font-family: 'Merriweather';
    font-size: 18px;
    font-style: italic;
    color: #f65a5a;
    text-align: left;
    width: 350px;
    display: inline-block;
    line-height: 24px;
    margin: 0;
}

.section-wrapper .paragraph p{
    font-family: 'open sans';
    font-size: 16px;
    color: #fff;
    display: inline-block;
    width: 510px;
    margin-left: 16px;
    vertical-align: top;
    line-height: 25px;
}

.section-wrapper .paragraph a{
    font-family: 'open sans';
    font-size: 14px;
    font-weight: 100;
    color: #fff;
    display: inline-block;
    border: 1px solid #fff;
    padding: 10px 30px;
    float: right;
    margin-top: 100px;
    cursor: pointer;

    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

.section-wrapper .paragraph a.dark {
    border: 1px solid rgba(59, 64, 76, 1);
    color: rgba(59, 64, 76, 1);
}

.section-wrapper .paragraph a:hover,
a.book-btn:hover{
    text-decoration: none;
    opacity: 0.8;
    background-color: #40485a;
}

.section-wrapper .paragraph a.dark:hover{
    text-decoration: none;
    opacity: 0.8;
    background-color: #fff;
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after{
    margin: 0;
}

a:active,a:focus{
    text-decoration: none;
}

.pandora-icon{
    font-family: 'open sans';
    font-weight: 600;
    color: #fff;
    background-color: #f65a5a;
    padding: 7px 11px;
    vertical-align: super;
    border-radius: 6px;
    position: relative;
    display: inline-block;
    top: -3px;
    cursor: pointer;
    max-width: 139px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-wrapper .paragraph{
        width: 80%;
        text-align: center;
    }

    .section-wrapper .paragraph h4{
        width: 100%;
        margin-bottom: 20px;
        text-align: left;
    }

    .section-wrapper .paragraph p{
        width: 100%;
        text-align: left;
        margin: 0;
    }

    .section-wrapper .paragraph a{

    }
}


@media (min-width: 320px) and (max-width: 767px) {
    .section-wrapper{
        /*padding: 0;*/
    }

    .section-title {
        padding: 30px 0 30px 0;
        display: none;
    }

    .vertical-center .bg-color{
        display: block;
        position: relative;
    }

    .vertical-center .section-wrapper{
        display: block;
    }

    .section-title i:before{
        font-size: 10px;
    }

    .section-title h4{
        font-size: 12px;
    }

    .section-wrapper .paragraph{
        width: 90%;
        margin: 0 auto;
        text-align: center;
    }

    .section-wrapper .paragraph h4{
        width: 100%;
        text-align: left;
        margin-bottom: 30px;
        margin-top: 40px;
    }

    .section-wrapper .paragraph p{
        margin: 0;
        width: 100%;
        text-align: left;
    }

    .section-container{
        /*height: initial !important;*/
    }

    .section-wrapper .paragraph a{
        float: none;
        margin: 30px auto;
    }
}