html, body{
    margin: 0px;
    width: 100%;
    height: 100%;
    font-family: 'Source Sans Pro', sans-serif;
}
h1, h2, h3, h4, h5, h6{
    margin: 0px;
}
ul, ol{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
a{
    text-decoration: none;
    color: inherit;
}
div, input, textarea, button, a{
    outline: none;
}
#main_page {
    width: 100%;
    height: 100%;
}
.hero{
    width: 100%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    border: 10px solid #fff;
}
#header {
    /* width: calc(100% - 20px); */
    width: 100%;
    min-width: 80%;
    background: #ffffff;
    box-sizing: border-box;
    padding: 15px 20px 15px 0px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    height: 77px;
    box-shadow: 0 0 60px -10px rgba(0, 0, 0, .3);
}
.header_container {
    width: 100%;
}
.logo {
    position: absolute;
    left: 0;
    width: 100px;
    /* height: 90px; */
    /* background: #353b48; */
    background: #fff;
    z-index: 1;
    padding: 0px 10px 10px 10px;
    box-sizing: border-box;
    margin-top: -3px;
    margin-left: 12px;
    text-align: center;
}
.logo a{
    /* display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; */
}
.wording {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: left;
}
.logo span{
    display: inline-block;
    background: url("../images/logo-web.png") no-repeat center center;
    width: 45px;
    height: 30px;
    background-size: 100%;
    text-indent: -9999px;
    margin: 20px 0px 0px 0px;
}
.phoenix-logo {
    /* width: 90%;
    margin: 0 auto; */
}

.logo_word {
    /* color: #fff; */
    /* color: #353b49; */
    color: #565656;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    width: 100%;
    text-align: left;
}
.first {
    font-size: 11px;
    /* margin-top: 10px; */
}
.second {
    font-size: 11px;
    margin: 1px 0px 0px 0px;
    line-height: 7px;
}
.navigation {
    float: left;
    box-sizing: border-box;
    padding: 0px 0px 0px 140px;
}
.navigation ul li {
    float: left;
    margin: 0px 20px 0px 0px;
    height: 45px;
}
.navigation ul li a{
    color: #565656;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;

    line-height: 45px;
}
.social {
    float: right;
    padding-top: 10px;
}
.social a {
    width: 24px;
    height: 24px;
    text-indent: -9999px;
    display: inline-block;
    margin: 0px 0px 0px 10px;
    background-size: 100% !important;
}
.social .facebook {
    background: url('../images/facebook.png') no-repeat center center;
}
.social .instagram {
    background: url('../images/instagram.png') no-repeat center center;
}
.full_width_slider{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    overflow: hidden;
    white-space: nowrap;
}
.slider_image_list {
    width: 100%;
    height: 100%;
    white-space: nowrap;
}
.masked_decorator {
    width: 25%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 999;
    transform: skew(-18deg);
    box-shadow: 0px 0px 65px 25px #00000042;
    overflow: hidden;
}
.masked_decorator_left {
    left: -160px;
}
.masked_decorator_right {
    right: -160px;
}
.masked_decorator img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#canvas_left {
    width: 100%;
    height: 100%;
    filter: blur(11px);
    transform: scale(2);
    transition: all 0.2s ease-in-out;
}
#canvas_right {
    width: 100%;
    height: 100%;
    filter: blur(11px);
    transform: scale(2);
    transition: all 0.2s ease-in-out;
}
.slider_image_list li{
    height: 100% !important;
    background: transparent;
    z-index: 1;
    float: left;
    position: relative;
}
.slider_image_list .inactive {
    position: absolute;
    left: 0;
    z-index: 0;
    clip-path: none;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    transform: scale(2);
}
.slider_image_list li img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.intro {
    margin: 0px 70px 0px 0px;
}
.intro h2 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 40px;
    color: #fff;
    width: 500px;
    white-space: pre-line;
    /* line-height: 50px; */
    text-shadow: 0 0 30px rgba(0, 0, 0, .65);
    text-align: center;
}
.intro span {
    color: #ffffff;
    font-weight: 100;
    font-size: 16px;
    font-style: italic;
    margin: 10px 0px 0px 0px;
    display: inline-block;
    background: #353b49;
    box-sizing: border-box;
    padding: 0px 5px 0px 0px;
}
.cta {
    position: absolute;
    z-index: 999;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.cta_container {
    width: 60%;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 70px 0px 0px 0px;
}
.cta_container form {
    box-sizing: border-box;
    padding: 20px;
    background:#ffffff6b;
    border-radius: 3px;
    box-shadow: 0px 0px 10px 2px #0000001f;
}
.booking_field {
    width: 250px;
    display: block;
    box-sizing: border-box;
    padding: 10px 20px;
    border-radius: 5px;
    border: 2px solid #353b4970;
    margin: 0px 0px 15px 0px;
    font-size: 12px;
    font-weight: 100;
    color: #353b49;
}
.booking_field::-webkit-input-placeholder { 
    color: #353b49;
}
.booking_field::-moz-placeholder { 
    color: #353b49;
}
.booking_field:-ms-input-placeholder { 
    color: #353b49;
}
.booking_field:-moz-placeholder { 
    color: #353b49;
}
.booking_button {
    width: 100%;
    background: #353b49;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    padding: 10px 0px;
    border-radius: 4px;
    border: 2px solid #1f273a;
    cursor: pointer;
}
.secondary_content {
    float: left;
    width: 100%;
}
.sc_single_block.about {
    width: 100%;
    min-width: 80%;
    box-sizing: border-box;
    padding: 30px 0px;
}
.block_wrapper{
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
    width: 80%;
    margin: 0px auto;
    position: relative;
    box-sizing: border-box;
    padding: 30px 0px 0px 0px;
}
.sc_divided {
    flex: 0 0 50%;
}
.divided_top h2 {
    color: #ffffff;
    font-size: 20px;
    margin: 0px 0px 0px 0px;
    display: inline-block;
    /* background: #32ccfe; */
    background: #38b0d1;
    box-sizing: border-box;
    padding: 0px 28px 0px 5px;
    position: relative
}
.divided_top h2:after{
    content: "";
    position: absolute;
    right: -1px;
    width: 0;
    height: 0;
    border-top: 30px solid #fff;
    border-left: 30px solid transparent;
    bottom: 0;
}
.divided_icon {
    display: none;
    width: 86px;
    height: 84px;
}
.sdi_active{
    display: block !important;
}

.single_divided_icons {
    height: 100%;
}

.tab_image {
    width: 100%;
    height: 100%;
    display: none;
    object-fit: cover;
}
/* .club_icon{
    background: url("../images/club_icon.png") no-repeat center center;
    background-size: 100%;
}
.pilot_icon{
    background: url("../images/pilot_icon.png") no-repeat center center;
    background-size: 100%;
} */
.sc_divided.left {
    box-sizing: border-box;
    padding: 10px 60px 0px 0px;
}
.sc_divided.right {
    box-sizing: border-box;
    /* background: #ffda79; */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0px 0px 15px 2px #00000026;
    overflow: hidden;
    height: 500px;
}
.section_divider {
    position: absolute;
    left: 0;
    right: 0;
    width: 1px;
    height: 160px;
    margin: auto;
    background: #00000026;
    border: 0px;
}
@keyframes cloud_slide {
    from { background-position: 0 -20px; }
    to { background-position: -400px -20px; }
}
.dotted_cloud{
    background: url("../images/png.png") repeat center center;
    /* background: url("../images/pilot.png") repeat center center; */
    width: 100%;
    height: 100%;
    background-size: 10%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
    animation: cloud_slide 40s linear infinite;
}
.divided_main p {
    margin: 20px 0px 0px 0px;
    font-size: 18px;
    font-weight: 350;
    color: #29292d;
    line-height: 27px;
}
.slider_overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000073;
    z-index: 1;
}
#image_overlay {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    transform: scale(2);
    position: absolute;
}
#canvas {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    transform: scale(2);
}
.starting_point_wrapper {
    width: 80%;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 0px 0px 0px 0px;
}
.single_starting_point {
    width: calc(100% / 3 - 50px);
    flex: 0 0 calc(100% / 3 - 35px);
    margin: 0px 50px 50px 0px;
    position: relative;
}
.single_starting_point:nth-child(3n) {
    margin: 0px 0px 50px 0px;
}
.intro_heading {
    text-align: center;
    font-size: 30px;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin: 20px 0px 40px 0px;
    color: #000;.marker_icon
}
.img {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    box-shadow: 0px 0px 25px 2px #00000026;
}
.marker_icon {
    background: url("../images/pin_icon.png") no-repeat center center #353b4926;
    width: 35px;
    height: 35px;
    display: inline-block;
    background-size: 50%;
    border-radius: 50%;
    border: 2px solid #fff;
}
.img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pos {
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    color: #353b49;
    text-transform: uppercase;
}
.alt {
    text-transform: uppercase;
    font-weight: bold;
    color: #353b499c;
    font-size: 12px;
    display: flex;
    align-items: center;
    letter-spacing: 2px;
    margin: 10px 0px 0px 0px;
}
.alt span {
    display: flex;
    align-items: center;
}
.alt span hr {
    display: inline-block;
    height: 2px;
    width: 20px;
    margin: 0px 10px;
    border: 0px;
    background: #a2a2a2de;
}
.img_content {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    background: #ffffffb8;
    border: 1px solid #00000012;
    border-top: 4px solid #ffffff7a;
    position: absolute;
    bottom: 0;
    border-radius: 0px 0px 5px 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tab_triggers {
    text-align: center;
    margin: 0px 0px 20px 0px;
}
.sc_single_block.about .intro_heading {
    margin: 0px 0px 35px 0px;
}
.tab_button {
    background: transparent;
    border: 0px;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    color: #565656;
    position: relative;
    margin: 0px;
    padding: 0px;
}
.trigger_club{
    margin: 0px 7px 0px 0px;
}
.trigger_pilot{
    margin: 0px 0px 0px 7px;
}
.tab_button:first-of-type::after{
    content: "/";
    font-size: 12px;
    color: #565656;
    position: absolute;
    right: -11px;
}
.active_tab {
    border-bottom: 2px solid;
    color: #38b0d1;
}
.single_divided_visible{
    display: none;
}
.active_tab_content{
    display: block;
}
#jssor_1{
    width: 100% !important;
    height: 100% !important;
}
#jssor_1 .slick-list{
    padding: 0px !important;
    width: 100%;
    height: 100%;
    display: inline-block;
}
.slick-arrow{
    position: absolute;
    z-index: 9999;
    top: 200px;
}
.slick-slide.slick-current.slick-active.slick-center {
    position: relative;
    z-index: 9999;
}
.slick-slide.slick-current.slick-active.slick-center img {
    position: relative;
    z-index: 9999;
}
.starting_points {
    background: #f4f5f5;
    box-sizing: border-box;
    padding: 30px 0px;
}
.pricing_models {
   /* background: rgb(183,193,196);
    background: -moz-linear-gradient(top, rgba(183,193,196,1) 50%, rgba(255,255,255,1) 50%);
    background: -webkit-linear-gradient(top, rgba(183,193,196,1) 50%,rgba(255,255,255,1) 50%);
    background: linear-gradient(to bottom, rgba(183,193,196,1) 50%,rgba(255,255,255,1) 50%);*/
    background: rgb(183,193,196);
    background: -moz-linear-gradient(top, rgba(56,176,209,1) 50%, rgba(255,255,255,1) 50%);
    background: -webkit-linear-gradient(top, rgba(56,176,209,1) 50%,rgba(255,255,255,1) 50%);
    background: linear-gradient(to bottom, rgba(56,176,209,1) 50%,rgba(255,255,255,1) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#353b48', endColorstr='#ffffff',GradientType=0 );
    box-sizing: border-box;
    padding: 30px 0px;
}
.pricing_models .intro_heading {
    color: #fff;
    margin: 20px 0 40px 0;
}
.pricings {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    width: 80%;
    margin: 0px auto;
}
.single_price {
    /* flex: 0 0 calc(100% / 3 - 15px); */
    flex: 0 0 calc(100% / 1.5 - 15px);
    background: #fff;
    box-shadow: 0px 0px 25px 2px #00000026;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 40px 50px 40px 50px;
    margin: 0px 20px 0px 0px;
    position: relative;
}
.single_price:last-of-type{
    margin-right: 0px;
}

.single_price .separator {
    border: none;
    border-top: 1px solid silver;
    margin: 30px auto;
    width: 50%;
}

.price_top h2 {
    font-size: 20px;
    width: 100%;
    text-align: center;
    color: #565656;
}
.icon_full{
    width: 100%;
    position: relative;
    top: 18px;
}
.icon_holder {
    width: 100%;
    text-align: center;
    margin: 5px 0px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon_holder .icon_src{
    display: block;
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    background-size: 100% !important;
}
.icon_holder .beginner {
    background: url(../images/amateur_glider.png) no-repeat center -3px;
}
.icon_holder .medium {
    background: url(../images/medium_glider.png) no-repeat center -3px;
}
.icon_holder .expert {
    background: url(../images/expert_glider.png) no-repeat center -3px;
}
.icon_holder .icon_circle{
    content: "";
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #38b0d1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fake_mask {
    width: 140px;
    border-top: 3px solid #38b0d1;
    height: 20px;
    background: #fff;
    margin: 0px auto;
    position: relative;
}
.price_desc h2 {
    font-size: 20px;
	width: 100%;
	text-align: center;
    color: #565656;
    margin-bottom: 25px;
}

.price_desc h4 {
    font-size: 30px;
    text-align: center;
    color: #565656;
}
.price_desc p {
    margin: 10px 0px 0px 0px;
    text-align: justify;
    font-weight: 200;
    color: #29292d;
    font-size: 16px;
    line-height: 23px;
}
.action {
    text-align: center;
    width: 100%;
    padding-top: 10px;
}
.action button {
    width: auto;
    background: #f31736;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    padding: 10px 20px;
    border-radius: 4px;
    border: 2px solid #f31736;
    cursor: pointer;
    margin: 15px 0;
}
.action a {
    width: auto;
    background: #f31736;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    padding: 10px 20px;
    border-radius: 4px;
    border: 2px solid #f31736;
    cursor: pointer;
    margin: 15px 0;
    display: inline-block;
}
.pilot_training {
    background: #f4f5f5;
    box-sizing: border-box;
    padding: 30px 0px;
}
.gallery_container.imglist {
    width: 80%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0px auto;
}
.gallery_container.imglist a {
    width: calc(100% / 4);
    overflow: hidden;
    position: relative;
    border: 1px solid #fff;
    box-sizing: border-box;
}
.gallery_container.imglist a:before{
    content: "";
    display: block;
    padding-bottom: 100%;
}
.gallery_container.imglist a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transform: scale(1);
    transition: all 0.2s ease-in-out;
}
.image_details {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.image_details:before {
    content: "";
    position: absolute;
   /* background: #0000007a;*/
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.2s ease-in-out;
}
.img_title {
    color: #fff;
    position: relative;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    padding: 20px 0px;
    visibility: hidden;
    opacity: 0;
    transform: scale(1.1);
    transition: all 0.4s ease-in-out;
}
.img_title h2 {
    font-weight: bold;
    font-size: 18px;
}
.img_title h4 {
    text-transform: uppercase;
    font-size: 14px;
    color: #ffffffba;
    font-weight: 300;
    margin: 10px 0px 0px 0px;
    letter-spacing: 3px;
}
.gallery_container.imglist a:hover .image_details:before{
    background: #000000b5;
}
.gallery_container.imglist a:hover .image_details img{
    transform: scale(1.2);
}
.gallery_container.imglist a:hover .img_title {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}
.pilot_training_wrapper {
    width: 80%;
    margin: 0px auto;
}

.pilot_training_wrapper hr {
    border: none;
    border-bottom: 1px solid #353b4940;
    margin: 50px 0;
}

.pilot_training_top h2 {
    font-weight: 500;
    color: #29292d;
    font-size: 20px;
    text-transform: uppercase;
    border-left: 3px solid #353b4a;
    box-sizing: border-box;
    padding: 5px 30px;
}

.details-expander {
    outline: none;
}

.details-expander summary {
    outline: none;
    cursor: pointer;
    color: #29292d;
    font-size: 16px;
    margin: 20px 0px 0px 0px;
    box-sizing: border-box;
    padding: 0px 0px 0px 34px;
    font-weight: bold;   
    line-height: 28px;
}


.pilot_training_top p, .pilot_training_divided p {
    color: #29292d;
    font-size: 16px;
    margin: 20px 0px 0px 0px;
    box-sizing: border-box;
    padding: 0px 0px 0px 34px;
    font-weight: 300;   
    line-height: 28px;
}
.ptd_left {
    margin: 20px 0px 0px 0px;
    box-sizing: border-box;
    padding: 0px 0px 0px 34px;
}
.ptd_left ul li {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0px 0px 10px 0px;
}
.ptd_left ul li:last-of-type{
    margin-bottom: 0px;
}
.ptd_left ul li h2 {
    font-weight: 500;
    font-size: 16px;
    color: #353b4a;
    padding: 0px 0px 0px 45px;
    box-sizing: border-box;
}
.ptd_left ul li:before{
    content: "•";
    font-size: 25px;
    position: absolute;
    left: 25px;
    top: -6px;
    color: #38b0d1;
}
.single_block.gallery {
    background: transparent;
    box-sizing: border-box;
    padding: 20px 0px;
}
.footer {
    background: #fff;
    box-sizing: border-box;
    padding: 30px 0px;
}
.footer_wrap {
    width: 80%;
    margin: 0px auto;
}
.footer_wrap span {
    color: #29292d;
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    width: 100%;
    display: inline-block;
}
.single_block.contact {
    background: #38b0d1;
    box-sizing: border-box;
    padding: 60px 0px;
}
.single_block.contact .intro_heading {
    color: #fff;
    margin: 0px 0px 20px 0px;
}
.contact_helper {
    text-align: center;
    margin: 0px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;   
}
.icons {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 80%;
    margin: 50px auto 0px auto;
}
.single_icon {
    flex: 0 0 calc(100% / 3);
    text-align: center;
}
.single_icon span {
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
}
.single_icon .mail_icon {
    background: url("../images/mail_icon.png") no-repeat center center #fff;
    background-size: 45%;
}
.single_icon .phone_icon {
    background: url("../images/phone_icon.png") no-repeat center center #fff;
    background-size: 45%;
}
.single_icon .address_icon {
    background: url("../images/pin_icon_dark.png") no-repeat center center #fff;
    background-size: 45%;
}
.single_icon h2 {
    margin: 20px 0px 0px 0px;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
}
.ham_navigation{
    display: none;
}
.ham_trigger {
    background: url(../images/ham_menu.png) no-repeat center center;
    width: 40px;
    height: 40px;
    background-size: 100%;
    cursor: pointer;
    float: right;
}
.list_hidden {
    position: absolute;
    left: 0;
    top: 70px;
    width: 100%;
    background: #fff;
    box-shadow: 0px 4px 4px 1px #0000001a;
    box-sizing: border-box;
    padding: 35px 0px 0px 0px;
    display: none;
}
.list_hidden li {
    width: 100%;
    border-bottom: 1px solid #353b493d;
}
.list_hidden li:first-child{
    border-top: 1px solid #353b493d;
}
.list_hidden li a{
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    display: block;
    text-transform: uppercase;
    font-weight: 400;
    color: #29292d;
}

.list_bullets {
    font-size: 16px;
    color: #29292d;
    text-align: left;
    padding: 20px;
}

.list_bullets li:before {
    content: "•";
    font-size: 25px;
    position: absolute;
    left: -15px;
    top: -2px;
    color: #38b0d1;
}

.list_bullets li {
    line-height: 24px;
    position: relative;
}

.ta {
    text-align: center;
    padding-top: 40px;
}

.TA_cdswritereviewnew {
    display: inline-block;
}