﻿@import url("../icons/css/fontello.css"); /* backward compatible */
@import url("../ionicons/css/ionicons.min.css");


/**********************************
    Adjustment for Bootstrap
***********************************/


#content-builder .container-fluid > .row, #content-builder .container-fluid > div > .row {padding-top:10px;padding-bottom:10px}
#content-builder .row img { margin:1.4em 0 1em; }
#content-builder .row-tool {margin-left: -15px;}

/**********************************
    General
***********************************/

/*html { font-size: 100%; }
body {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 100%;
    line-height: 2;
    font-weight: 300;
}*/
#content-builder p, #content-builder td, #content-builder li, #content-builder label {
    font-size: 1.07em;
    line-height: 2;
    font-weight: 300;
}
#content-builder h1, #content-builder h2, #content-builder h3, #content-builder h4, #content-builder h5, #content-builder h6 {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    letter-spacing: 0px;
    line-height: 1.4;
}

#content-builder h1 {font-size: 2.36em;margin:0.4em 0;}
#content-builder h2 {font-size: 2em;margin:0.6em 0;}
#content-builder h3 {font-size: 1.73em;margin:0.7em 0;}
#content-builder h4 {font-size: 1.6em;margin:0.8em 0;}
#content-builder h5 {font-size: 1.48em;margin:0.8em 0;}
#content-builder h6 {font-size: 1.3em;margin:0.8em 0;}
#content-builder p {margin:1em 0;}

#content-builder .display { margin-bottom: 0.5em;  }
#content-builder .display h1 {
    font-weight: 800;
    font-size: 3em;
    line-height:1.4;
    text-transform: uppercase;
}
#content-builder .display p {
    font-size: 1.3em;
    font-style: italic;
}

@media all and (max-width: 1024px) {
    #content-builder h1 {font-size: 2em;}
    #content-builder h2 {font-size: 1.73em;}
    #content-builder h3 {font-size: 1.6em;}
    #content-builder h4 {font-size: 1.48em;}
    #content-builder h5 {font-size: 1.3em;font-weight:bold;}
    #content-builder h6 {font-size: 1em;font-weight:bold;}
    #content-builder .display h1 { font-size: 2.2em; }
    #content-builder .display p { font-size: 1.1em; }
}

#content-builder a {color: #009E91;}
#content-builder hr {border:none;border-top: rgba(0, 0, 0, 0.18) 1px solid;margin: 2em 0 !important;}
#content-builder img {max-width:100%;}
#content-builder figure {margin:0}
#content-builder ol, #content-builder ul {line-height: inherit; font-weight: inherit;}


/**********************************
    Elements
***********************************/

#content-builder .center {text-align:center}
#content-builder .right {text-align:right}
#content-builder .left {text-align:left}
#content-builder .padding-20 {padding:20px}
#content-builder .padding-25 {padding:25px}
#content-builder .padding-30 {padding:30px}
#content-builder .padding-35 {padding:35px}
#content-builder .padding-40 {padding:40px}
@media all and (max-width: 540px) {
    #content-builder .center {text-align:initial}
    #content-builder .right {text-align:initial}
    #content-builder .left {text-align:initial}
    #content-builder .padding-20 {padding:0}
    #content-builder .padding-25 {padding:0}
    #content-builder .padding-30 {padding:0}
    #content-builder .padding-35 {padding:0}
    #content-builder .padding-40 {padding:0}
}

#content-builder .margin-0 {margin:0 !important}
#content-builder .margin-20 {margin:20px !important}
#content-builder .margin-25 {margin:25px !important}
#content-builder .margin-30 {margin:30px !important}
#content-builder .margin-35 {margin:35px !important}
#content-builder .margin-40 {margin:40px !important}
#content-builder .is-card { display:table; background-color:#fff;  }
#content-builder .is-card > * { display:table; }
#content-builder .is-card-circle { width:280px; height: 280px; border-radius:500px; padding:70px; margin:0 auto; }
@media all and (max-width: 540px) {
    #content-builder #content-builder .is-card-circle { zoom:0.7; -moz-transform: scale(0.7); }
}
#content-builder .is-card-content-centered { display:table-cell;vertical-align:middle;text-align:center; }
#content-builder .max-390 { max-width:390px;margin:0 auto; }
#content-builder .shadow-1 { /* card */
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0, 0.12), 0 1px 2px rgba(0,0,0, 0.24);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0, 0.12), 0 1px 2px rgba(0,0,0, 0.24);
    box-shadow: 0 1px 3px rgba(0,0,0, 0.12), 0 1px 2px rgba(0,0,0, 0.24);
}
#content-builder .shadow-2 { /* screenshot */
    -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
}
#content-builder .shadow-3 { /* highlight */
    -webkit-box-shadow: 0 0px 100px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0px 100px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 100px rgba(0, 0, 0, 0.2);
}

#content-builder img.circle {border-radius:500px;margin-top:0;}
#content-builder img.bordered {border: #ccc 1px solid;}

#content-builder .embed-responsive {position: relative;display:block;height:0;padding:0;overflow:hidden;margin-top: 1.4em;margin-bottom: 1em;}
#content-builder .embed-responsive.embed-responsive-16by9 {padding-bottom: 56.25%;}
#content-builder .embed-responsive.embed-responsive-4by3 {padding-bottom: 75%;}
#content-builder .embed-responsive iframe {position: absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0;}

#content-builder .list > i {position:absolute;left:-3px;top:7px;font-size:1.7em;line-height:1;}
#content-builder .list {position:relative;margin:1.5em 0;}
#content-builder .list > h2, #content-builder .list > h3 {margin: 0 0 0 50px;}
#content-builder .list > p {margin: 5px 0 0 50px}

#content-builder .quote {position:relative;margin:1.5em 0;}
#content-builder .quote > i {position: absolute;top: -10px; left: -7px;font-size: 2em;}
#content-builder .quote > small {margin-left:50px;opacity: 0.7;font-size: 1em;}
#content-builder .quote > p {margin-left:50px;font-size: 1.5em;}
@media all and (max-width: 540px) {
    #content-builder .quote > i {left: -15px;font-size:1.5em;}
    #content-builder .quote > small {margin-left:20px;ont-size: 1em;}
    #content-builder .quote > p {margin-left:20px;font-size: 1.2em;}
}

#content-builder .is-social {line-height:1;margin-bottom:1.5em}
#content-builder .is-social a > i {text-decoration:none;color:#333;font-size:1.2em;margin:0 15px 0 0;-webkit-transition: all 0.1s ease-in-out;transition: all 0.1s ease-in-out;}
#content-builder .is-social a:hover > i {color:#08c9b9;}
#content-builder .is-light-text .is-social a > i {color:#fff}
#content-builder .is-light-text .is-social a:hover > i {color:#fff}
#content-builder .is-dark-text .is-social a > i {color:#000}
#content-builder .is-dark-text .is-social a:hover > i {color:#000}

/* backward compatible */
#content-builder .social {line-height:1;margin-bottom:1.5em}
#content-builder .social a > i {text-decoration:none;color:#333;font-size:1.2em;margin:0 15px 0 0;-webkit-transition: all 0.1s ease-in-out;transition: all 0.1s ease-in-out;}
#content-builder .social a:hover > i {color:#08c9b9;}
#content-builder .is-light-text .social a > i {color:#fff}
#content-builder .is-light-text .social a:hover > i {color:#fff}

#content-builder .is-rounded-button-big {display:inline-block;}
#content-builder .is-rounded-button-big a {display:table;float:left;text-align:center;margin:0 20px;border-radius: 500px; width: 110px; height: 110px;background-color: #aaa;}
#content-builder .is-rounded-button-big a i {display:table-cell;width:100%;height:100%;vertical-align:middle;color:#ffffff;font-size:40px}
#content-builder .is-rounded-button-big a:first-child {margin:0 20px 0 0;}
#content-builder .is-rounded-button-big a:last-child {margin:0 0 0 20px;}

#content-builder .is-rounded-button-medium {display:inline-block;}
#content-builder .is-rounded-button-medium a {display:table;float:left;text-align:center;margin:0 20px;border-radius: 500px; width: 70px; height: 70px;background-color: #aaa;}
#content-builder .is-rounded-button-medium a i {display:table-cell;width:100%;height:100%;vertical-align:middle;color:#ffffff;font-size:30px}

#content-builder .is-boxed-button-big {display:inline-block;}
#content-builder .is-boxed-button-big a {display:table;float:left;text-align:center;margin:0 30px 0 0;width: 110px; height: 110px;background-color: #aaa;}
#content-builder .is-boxed-button-big a i {display:table-cell;width:100%;height:100%;vertical-align:middle;color:#ffffff;font-size:40px}

#content-builder .is-boxed-button-big2 {display:inline-block;}
#content-builder .is-boxed-button-big2 a {display:table;float:left;text-align:center;margin:0 30px 0 0;width: 150px; height: 70px;background-color: #aaa;}
#content-builder .is-boxed-button-big2 a i {display:table-cell;width:100%;height:100%;vertical-align:middle;color:#ffffff;font-size:35px}

#content-builder .is-boxed-button-medium {display:inline-block;}
#content-builder .is-boxed-button-medium a {display:table;float:left;text-align:center;margin:0 30px 0 0;width: 70px; height: 70px;background-color: #aaa;}
#content-builder .is-boxed-button-medium a i {display:table-cell;width:100%;height:100%;vertical-align:middle;color:#ffffff;font-size:30px}

#content-builder .is-boxed-button-medium2 {display:inline-block;}
#content-builder .is-boxed-button-medium2 a {display:table;float:left;text-align:center;margin:0 30px 0 0;width: 100px; height: 50px;background-color: #aaa;}
#content-builder .is-boxed-button-medium2 a i {display:table-cell;width:100%;height:100%;vertical-align:middle;color:#ffffff;font-size:25px}

#content-builder .is-boxed-button-small {display:inline-block;}
#content-builder .is-boxed-button-small a {display:table;float:left;text-align:center;margin:0 20px 0 0;width: 50px; height: 50px;background-color: #aaa;}
#content-builder .is-boxed-button-small a i {display:table-cell;width:100%;height:100%;vertical-align:middle;color:#ffffff;font-size:20px}

#content-builder .size-12 {font-size:12px}
#content-builder .size-14 {font-size:14px}
#content-builder .size-16 {font-size:16px}
#content-builder .size-18 {font-size:18px}
#content-builder .size-21 {font-size:21px}
#content-builder .size-24 {font-size:24px}
#content-builder .size-32 {font-size:32px}
#content-builder .size-48 {font-size:48px}
#content-builder .size-64 {font-size:64px}
#content-builder .size-80 {font-size:80px}
#content-builder .size-96 {font-size:96px}
@media all and (max-width: 1024px) {
    #content-builder .size-12 {font-size:12px}
    #content-builder .size-14 {font-size:14px}
    #content-builder .size-16 {font-size:16px}
    #content-builder .size-18 {font-size:18px}
    #content-builder .size-21 {font-size:21px}
    #content-builder .size-24 {font-size:24px}
    #content-builder .size-32 {font-size:28px}
    #content-builder .size-48 {font-size:32px}
    #content-builder .size-64 {font-size:36px}
    #content-builder .size-80 {font-size:40px}
    #content-builder .size-96 {font-size:44px}
}


/**********************************
    Title Styles
***********************************/

#content-builder .is-light-text * {color: #fff;}
#content-builder .is-dark-text * {color: #000;}

/* Style 1 */

#content-builder .is-title1-96 {margin-top:20px;margin-bottom:20px;}
#content-builder .is-title1-80 {margin-top:15px;margin-bottom:15px;}
#content-builder .is-title1-64 {margin-top:15px;margin-bottom:15px;}
#content-builder .is-title1-48 {margin-top:15px;margin-bottom:15px;}
#content-builder .is-title1-32 {margin-top:15px;margin-bottom:15px;}

/* Style 2 */

#content-builder .is-title2-96 {margin-top:25px;margin-bottom:20px;}
#content-builder .is-title2-80 {margin-top:20px;margin-bottom:15px;}
#content-builder .is-title2-64 {margin-top:20px;margin-bottom:15px;}
#content-builder .is-title2-48 {margin-top:15px;margin-bottom:15px;}
#content-builder .is-title2-32 {margin-top:10px;margin-bottom:15px;}

/* Style 3 */

#content-builder .is-title3-96 {margin-top:30px;margin-bottom:35px;padding:20px 0;border-top:#000 2px solid;border-bottom:#000 2px solid;}
#content-builder .is-title3-80 {margin-top:25px;margin-bottom:33px;padding:20px 0;border-top:#000 2px solid;border-bottom:#000 2px solid;}
#content-builder .is-title3-64 {margin-top:20px;margin-bottom:30px;padding:18px 0;border-top:#000 2px solid;border-bottom:#000 2px solid;}
#content-builder .is-title3-48 {margin-top:20px;margin-bottom:25px;padding:18px 0;border-top:#000 2px solid;border-bottom:#000 2px solid;}
#content-builder .is-title3-32 {margin-top:20px;margin-bottom:20px;padding:15px 0;border-top:#000 2px solid;border-bottom:#000 2px solid;}

#content-builder .is-light-text .is-title3-96 {border-top:#fff 2px solid;border-bottom:#fff 2px solid;}
#content-builder .is-light-text .is-title3-80 {border-top:#fff 2px solid;border-bottom:#fff 2px solid;}
#content-builder .is-light-text .is-title3-64 {border-top:#fff 2px solid;border-bottom:#fff 2px solid;}
#content-builder .is-light-text .is-title3-48 {border-top:#fff 2px solid;border-bottom:#fff 2px solid;}
#content-builder .is-light-text .is-title3-32 {border-top:#fff 2px solid;border-bottom:#fff 2px solid;}

#content-builder .is-dark-text .is-title3-96 {border-top:#000 2px solid;border-bottom:#000 2px solid;}
#content-builder .is-dark-text .is-title3-80 {border-top:#000 2px solid;border-bottom:#000 2px solid;}
#content-builder .is-dark-text .is-title3-64 {border-top:#000 2px solid;border-bottom:#000 2px solid;}
#content-builder .is-dark-text .is-title3-48 {border-top:#000 2px solid;border-bottom:#000 2px solid;}
#content-builder .is-dark-text .is-title3-32 {border-top:#000 2px solid;border-bottom:#000 2px solid;}

/* Style 4 */

#content-builder .is-title4-96 {margin-top:30px;margin-bottom:35px;padding:20px 30px;border:#000 2px solid;}
#content-builder .is-title4-80 {margin-top:25px;margin-bottom:33px;padding:20px 30px;border:#000 2px solid;}
#content-builder .is-title4-64 {margin-top:20px;margin-bottom:30px;padding:18px 28px;border:#000 2px solid;}
#content-builder .is-title4-48 {margin-top:20px;margin-bottom:25px;padding:18px 25px;border:#000 2px solid;}
#content-builder .is-title4-32 {margin-top:20px;margin-bottom:20px;padding:15px 20px;border:#000 2px solid;}

#content-builder .is-light-text .is-title4-96 {border:#fff 2px solid;}
#content-builder .is-light-text .is-title4-80 {border:#fff 2px solid;}
#content-builder .is-light-text .is-title4-64 {border:#fff 2px solid;}
#content-builder .is-light-text .is-title4-48 {border:#fff 2px solid;}
#content-builder .is-light-text .is-title4-32 {border:#fff 2px solid;}

#content-builder .is-dark-text .is-title4-96 {border:#000 2px solid;}
#content-builder .is-dark-text .is-title4-80 {border:#000 2px solid;}
#content-builder .is-dark-text .is-title4-64 {border:#000 2px solid;}
#content-builder .is-dark-text .is-title4-48 {border:#000 2px solid;}
#content-builder .is-dark-text .is-title4-32 {border:#000 2px solid;}

/* Style 5 */

#content-builder .is-title5-96 {margin-top:10px;margin-bottom:35px;padding-bottom:25px;border-bottom:#000 2px solid;}
#content-builder .is-title5-80 {margin-top:10px;margin-bottom:33px;padding-bottom:25px;border-bottom:#000 2px solid;}
#content-builder .is-title5-64 {margin-top:10px;margin-bottom:30px;padding-bottom:20px;border-bottom:#000 2px solid;}
#content-builder .is-title5-48 {margin-top:10px;margin-bottom:25px;padding-bottom:20px;border-bottom:#000 2px solid;}
#content-builder .is-title5-32 {margin-top:10px;margin-bottom:20px;padding-bottom:20px;border-bottom:#000 2px solid;}

#content-builder .is-light-text .is-title5-96 {border-bottom:#fff 2px solid;}
#content-builder .is-light-text .is-title5-80 {border-bottom:#fff 2px solid;}
#content-builder .is-light-text .is-title5-64 {border-bottom:#fff 2px solid;}
#content-builder .is-light-text .is-title5-48 {border-bottom:#fff 2px solid;}
#content-builder .is-light-text .is-title5-32 {border-bottom:#fff 2px solid;}

#content-builder .is-dark-text .is-title5-96 {border-bottom:#000 2px solid;}
#content-builder .is-dark-text .is-title5-80 {border-bottom:#000 2px solid;}
#content-builder .is-dark-text .is-title5-64 {border-bottom:#000 2px solid;}
#content-builder .is-dark-text .is-title5-48 {border-bottom:#000 2px solid;}
#content-builder .is-dark-text .is-title5-32 {border-bottom:#000 2px solid;}

/* Extra Title Styles */

#content-builder .is-title-lite {letter-spacing:3px;word-spacing:5px;}
#content-builder .is-title-lite.is-title3-96, #content-builder .is-title-lite.is-title4-96, #content-builder .is-title-lite.is-title5-96 {letter-spacing:4px;word-spacing:8px;}
#content-builder .is-title-lite.is-title3-80, #content-builder .is-title-lite.is-title4-80, #content-builder .is-title-lite.is-title5-80 {letter-spacing:4px;word-spacing:8px;}
#content-builder .is-title-lite.is-title3-64, #content-builder .is-title-lite.is-title4-64, #content-builder .is-title-lite.is-title5-64 {letter-spacing:4px;word-spacing:8px;}
#content-builder .is-title-lite.is-title3-48, #content-builder .is-title-lite.is-title4-48, #content-builder .is-title-lite.is-title5-48 {letter-spacing:4px;word-spacing:8px;}
#content-builder .is-title-lite.is-title3-32, #content-builder .is-title-lite.is-title4-32, #content-builder .is-title-lite.is-title5-32 {letter-spacing:3px;word-spacing:5px;}

#content-builder .is-title-bold {font-weight:800;}
#content-builder .is-title-bold.is-title3-96, #content-builder .is-title-bold.is-title4-96, #content-builder .is-title-bold.is-title5-96 {border-width:4px;}
#content-builder .is-title-bold.is-title3-80, #content-builder .is-title-bold.is-title4-80, #content-builder .is-title-bold.is-title5-80 {border-width:4px;}
#content-builder .is-title-bold.is-title3-64, #content-builder .is-title-bold.is-title4-64, #content-builder .is-title-bold.is-title5-64 {border-width:3px;}
#content-builder .is-title-bold.is-title3-48, #content-builder .is-title-bold.is-title4-48, #content-builder .is-title-bold.is-title5-48 {border-width:3px;}
#content-builder .is-title-bold.is-title3-32, #content-builder .is-title-bold.is-title4-32, #content-builder .is-title-bold.is-title5-32 {border-width:2px;}


/**********************************
    Into Styles
***********************************/

#content-builder .is-info1 {margin-top:10px;margin-bottom:0px;font-style:italic;}
#content-builder .is-info1.size-21 {margin-top:12px;}
#content-builder .is-info1.size-24 {margin-top:15px;}

#content-builder .is-info2 {margin-top:10px;margin-bottom:0px;}
#content-builder .is-info2.size-21 {margin-top:12px;}
#content-builder .is-info2.size-24 {margin-top:15px;}


/**********************************
    Buttons Styles
***********************************/

#content-builder .is-btn {
    padding: 10px 50px;
    font-size: 1em;
    line-height: 2em;
    border-radius: 0;
    letter-spacing: 3px;

    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    -webkit-transition: all 0.16s ease;
    transition: all 0.16s ease;
}

/* ghost1 default */
#content-builder .is-btn-ghost1 { color: #000; border: 2px solid #111; }
#content-builder .is-btn-ghost1:hover, #content-builder .is-btn-ghost1:active, #content-builder .is-btn-ghost1:focus {
    color: #fff;
    background-color: #111;
    border: 2px solid #111;
}

/* ghost1 light-text */
#content-builder.is-light-text .is-btn-ghost1,
#content-builder.is-dark-text .is-light-text .is-btn-ghost1  { color: #fff; border: 2px solid #fff;}
#content-builder.is-light-text .is-btn-ghost1:hover, #content-builder .is-light-text .is-btn-ghost1:active, #content-builder .is-light-text .is-btn-ghost1:focus,
#content-builder.is-dark-text .is-light-text .is-btn-ghost1:hover, #content-builder .is-dark-text .is-light-text .is-btn-ghost1:active, #content-builder .is-dark-text .is-light-text .is-btn-ghost1:focus  {
    color: #000;
    background-color: #fff;
    border: 2px solid #fff;
}

/* ghost1 dark-text */
#content-builder .is-dark-text .is-btn-ghost1,
#content-builder .is-light-text .is-dark-text .is-btn-ghost1 { color: #000; border: 2px solid #111; }
#content-builder .is-dark-text .is-btn-ghost1:hover, #content-builder .is-dark-text .is-btn-ghost1:active, #content-builder .is-dark-text .is-btn-ghost1:focus,
#content-builder .is-light-text .is-dark-text .is-btn-ghost1:hover, #content-builder .is-light-text .is-dark-text .is-btn-ghost1:active, #content-builder .is-light-text .is-dark-text .is-btn-ghost1:focus  {
    color: #fff;
    background-color: #111;
    border: 2px solid #111;
}

/* ghost2 default */
#content-builder .is-btn-ghost2 { color: #000; border: 2px solid #d7d7d7; background-color: #d7d7d7; }
#content-builder .is-btn-ghost2:hover, #content-builder .is-btn-ghost2:active, #content-builder .is-btn-ghost2:focus {
    color: #000;
    background-color: #cdcdcd;
    border: 2px solid #cdcdcd;
}

/* ghost2 light-text */
#content-builder .is-light-text .is-btn-ghost2,
#content-builder .is-dark-text .is-light-text .is-btn-ghost2  { color: #000; border: 2px solid #f9f9f9; background-color: #f9f9f9; }
#content-builder .is-light-text .is-btn-ghost2:hover, #content-builder .is-light-text .is-btn-ghost2:active, #content-builder .is-light-text .is-btn-ghost2:focus,
#content-builder .is-dark-text .is-light-text .is-btn-ghost2:hover, #content-builder .is-dark-text .is-light-text .is-btn-ghost2:active, #content-builder .is-dark-text .is-light-text .is-btn-ghost2:focus  {
    color: #000;
    background-color: #fff;
    border: 2px solid #fff;
}

/* ghost2 dark-text */
#content-builder .is-dark-text .is-btn-ghost2,
#content-builder .is-light-text .is-dark-text .is-btn-ghost2  { color: #000; border: 2px solid #d7d7d7; background-color: #d7d7d7; }
#content-builder .is-dark-text .is-btn-ghost2:hover, #content-builder .is-dark-text .is-btn-ghost2:active, #content-builder .is-dark-text .is-btn-ghost2:focus,
#content-builder .is-light-text .is-dark-text .is-btn-ghost2:hover, #content-builder .is-light-text .is-dark-text .is-btn-ghost2:active, #content-builder .is-light-text .is-dark-text .is-btn-ghost2:focus {
    color: #000;
    background-color: #cdcdcd;
    border: 2px solid #cdcdcd;
}

#content-builder .is-btn-small { padding: 5px 25px; font-size: 0.85em; }
#content-builder .is-upper { text-transform:uppercase; }
#content-builder .is-rounded-30 { border-radius: 30px; }



/**********************************
    Header Image with Caption
***********************************/
#content-builder figure.hdr {
	position: relative;
	width: 100%;
	overflow:hidden;
    background-color: #000;
}
#content-builder figure.hdr img {
	position: relative;
	display: block;
	width: 100%;
	opacity: 0.8;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
#content-builder figure.hdr:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}
#content-builder figure.hdr figcaption {
   	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60%;
	padding: 0 2.5em;
	color: #fff;
	font-size: 1.55em;
	text-align: center;
	box-sizing: border-box;
	z-index:1;
}
/* Text */
#content-builder figure.hdr h2 {
	font-weight: 300;
	text-transform: uppercase;
    color: rgba(255,255,255,0.9);
}
#content-builder figure.hdr h2 span {
	font-weight: 800;
}
#content-builder figure.hdr p {
	letter-spacing: 1px;
	font-size: 68.5%;
	text-transform: uppercase;
}
#content-builder figure.hdr h2, #content-builder figure.hdr p {
	margin: 0;
	z-index:10000;
}
/* Cosmetic */
#content-builder figure.hdr div {
	height: 100%;
	z-index:0;
}
#content-builder figure.hdr div::before,
#content-builder figure.hdr div::after {
	position: absolute;
	content: '';
}
/* One */
#content-builder figure.one div::before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#content-builder figure.one div::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
/* Two */
#content-builder figure.two div::before {
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#content-builder figure.two div::after {
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
/* Three */
#content-builder figure.three figcaption {
	height: 70%;
}
#content-builder figure.three p {
	margin: 1em 0 0;
	padding: 2em;
	border: 1px solid #fff;
}
/* Four */
#content-builder figure.four figcaption {
	height: 60%;
	text-align: left;
}
#content-builder figure.four p {
	position: absolute;
	right: 50px;
	bottom: 50px;
	left: 50px;
	padding: 2em;
	border: 7px solid #fff;
}
/* Five */
#content-builder figure.five figcaption {
	height: 100%;
	text-align: right;
}
#content-builder figure.five h2 {
    position: absolute;
    left: 50px;
	right: 50px;
	top: 10%;
	border-bottom: 5px solid #fff;
}
#content-builder figure.five p {
	position: absolute;
	right: 50px;
	bottom: 10%;
}
/* Six */
#content-builder figure.six figcaption {
	height: 70%;
}
#content-builder figure.six h2 {
    padding-bottom: 3%;
	border-bottom: 1px solid #fff;
}
#content-builder figure.six p {
	padding-top: 6%;
}
/* Seven */
#content-builder figure.seven figcaption {
	height: 90%;
	text-align:left;
}
#content-builder figure.seven h2 {
	border-bottom: 3px solid #fff;
}
#content-builder figure.seven p {
    padding-top: 1em;
}
/* Eight */
#content-builder figure.eight figcaption {
	height: 100%;
	text-align: right;
}
#content-builder figure.eight h2 {
	position: absolute;
	left: 50%;
	right: 50px;
	bottom: 10%;
}
#content-builder figure.eight p {
    position: absolute;
    left: 50px;
	right: 50%;
	top: 10%;
	padding-right:0.5em;
	border-right: 1px solid #fff;
}

.most-searched-flights{
    --club-miles-primary : #40daf3;
    --club-miles-title : #5ebdef;;
}
.most-searched-flights__img-contanier{
    padding: 0px 15px !important;
    margin-bottom: 15px !important;
    height: 243px !important;
}
.most-searched-flights__img-contanier img{
    display: block !important;
    max-width: 100% !important;
    min-height: 243px !important;
    height: auto !important;
}
.most-searched-flights__container{
    border-left: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    margin: 5px 0 40px 0;
    padding-left: 0px;
}
.most-searched-flights__table{
    width: 100%;
}
.most-searched-flights__col{
    position: relative !important;
    padding: 0 8px;
    line-height: 0 !important;
    border-top: 1px solid #ddd;
}

.most-searched-flights__icon, .most-searched-flights__text-container{
    display: inline-block !important;
}
.most-searched-flights__text-container p{
    color: #9a9a9a !important;
    line-height: 4px !important;
}
.most-searched-flights__col.most-searched-flights__col--pull-right-text{
    text-align: right;
}
.most-searched-flights__col--pull-right-text .most-searched-flights__text-container{
    margin-right: 10px !important;
}
.most-searched-flights__icon i{
    font-size: 25px;
    color: var(--club-miles-title) !important;
}
.most-searched-flights__p-text.most-searched-flights__p-text--title{
    color: var(--club-miles-title) !important;
}
.most-searched-flights__p-text.most-searched-flights__p-text--primary{
    color: var(--club-miles-primary) !important;
}
.most-searched-flights__p-text.most-searched-flights__p-text--small{
    font-weight: initial !important;
    font-size: 11px !important;
}
.most-searched-flights__btn{
    min-width: 120px;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 6px 15px;
    text-align: center;
    border: solid 3px var(--club-miles-primary) !important;
    border-color: var(--club-miles-primary);
    background: none;
    color: #798083 !important;
    border-radius: 10px;
    transition: all .5s ease-in-out 0s;
    margin-left: 40px;
}

.most-searched-flights__btn--solid{
    border-radius: 0px!important;
    min-width: 100px;
    background: rgba(0,123,194,0.7)!important;
    color: #ffffff!important;
    border: none!important;
    text-transform: unset!important;
    display: block;
    padding: 18px 0;
    width: 120px;
    height: 32px !important;
}

@media all and (max-width:768px) {
    .most-searched-flights__text-container p{
        line-height: 20px !important;
        margin-bottom: 0 !important;
    }
    #content-builder p{
        margin: 0;
    }
    .most-searched-flights__col{
        padding: 5px 0!important;
        vertical-align: top;
    }
    .most-searched-flights__btn{
        padding: 5px;
        margin: 0;
    }
    .most-searched-flights__row .most-searched-flights__col:last-of-type{
        min-width: 140px!important;
        vertical-align: inherit;
    }

}
