@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css);
@import 'animate.css';
@import url(//fonts.googleapis.com/css?family=Righteous);
@import url(//fonts.googleapis.com/css?family=Lato:400,100,300,700,900);
/*========================================================
                    Main layout styles
=========================================================*/
body
{
    font: 300 17px 'Lato', sans-serif;
    line-height: 29px;

    color: #fff;
    background: #191919;
}

a
{
    font: inherit;

    -webkit-transition: .3s all ease;
       -moz-transition: .3s all ease;
         -o-transition: .3s all ease;
            transition: .3s all ease;
    text-decoration: none;

    color: inherit;
}
a:active
{
    background: transparent;
}
a:hover
{
    text-decoration: underline;
}
a[href^='tel:']
{
    text-decoration: underline;

    color: inherit;
}
img
{
    max-width: 100%;
    height: auto;
}
b
{    font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6
{
    font-weight: 700;

    text-transform: uppercase;
}
h1
{
    font-size: 75px;
    line-height: 75px;
    color: yellow;
    text-align: center;
}
h2
{
    font-size: 60px;
    line-height: 60px;
    text-align: center;
}
h2 span
{
    font-weight: 100;
}
h3
{
    text-align: center;
}
@media (max-width: 767px)
{
     h1
    {
        font-size: 50px;
        line-height: 50px;
    }
 
    h2
    {
        font-size: 42px;
        line-height: 42px;
    }
}
h3
{
    font-size: 48px;
    line-height: 40px;
}
h4
{
    font-size: 24px;
    line-height: 30px;
}
h2 + p
{
    margin-top: 18px;
}
*
{
    -webkit-text-size-adjust: none;
}
.page
{
    overflow: hidden;
}
/*========================================================
                    HEADER styles
=========================================================*/

.typography p {
	margin-bottom: 2.5em;
}

.typography a {
	text-decoration: underline;
}

#header
{
    position: relative;

    padding: 18px 0 19px;

    text-align: center;
}
#stuck_container
{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 14px 10px 28px;
}
#stuck_container:before,
#stuck_container:after
{
    display: table;

    content: ' ';
}
#stuck_container:after
{
    clear: both;
}
.brand
{
    position: relative;
}
.brand h1
{
    font: 400 67px/50px 'Righteous', cursive;

    position: relative;

    display: inline-block;
    overflow: hidden;

    letter-spacing: -2.68px;
}
.brand a:hover
{
    text-decoration: none;
}
.nav
{
    padding: 16px 0 2px;
}
/* Main menu styles
========================================================*/
.sf-menu
{
    font: 700 21px/22px 'Lato', sans-serif;

    display: inline-block;

    text-transform: capitalize;

    color: #fff;
}
.sf-menu > li
{
    position: relative;

    float: left;

    text-transform: uppercase;
}
.sf-menu > li > a
{
    display: block;
}
.sf-menu > li > a.sf-with-ul
{
    position: relative;
}
.sf-menu > li > a.sf-with-ul:after
{
    font: 400 12px/14px 'FontAwesome';

    position: absolute;
    top: 100%;
    left: 50%;

    margin-top: -7px;
    margin-left: -3px;

    content: '\f0d7';
}
.sf-menu > li.current > a,
.sf-menu > li.sfHover > a,
.sf-menu > li a:hover
{
    text-decoration: none;

    color: #fcbf60;
}
.sf-menu > li + li
{
    margin-left: 40px;
}
.sf-menu:before,
.sf-menu:after
{
    display: table;

    content: ' ';
}
.sf-menu:after
{
    clear: both;
}
.sf-menu ul
{
    font-size: 15px;
    font-weight: 400;

    display: none;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 8px;

    text-align: left;
    text-transform: none;
}
.sf-menu ul li + li
{
    margin-top: 9px;
    padding-top: 8px;

    border-top: 1px solid #343131;
}
.sf-menu ul li.current > a,
.sf-menu ul li.sfHover > a,
.sf-menu ul li a:hover
{
    text-decoration: none;

    color: #69d7ee;
}
.sf-menu > li > ul
{
    position: absolute;
    z-index: 2;
    top: 63px;
    left: 50%;

    width: 195px;
    margin-left: -75px;
    padding: 25px 0 31px;

    background: #191919;
}
.sf-menu > li > ul > li
{
    margin-right: 30px;
    margin-left: 27px;
}
.sf-menu ul ul
{
    margin-top: 9px;
    padding-top: 8px;

    border-top: 1px solid #343131;
}
@media only screen and (max-width: 767px)
{
    .sf-menu
    {
        position: relative;
        top: auto;

        display: none;

        padding: 0;
    }
    .select-menu
    {
        font: 700 21px/22px 'Lato', sans-serif;
        line-height: 30px;

        display: block;

        width: 100%;
        height: 30px;

        color: #777;
        border: 1px solid #d2d2d2;
        -webkit-border-radius: 0;
           -moz-border-radius: 0;
                border-radius: 0;
        outline: none;
        background: #fff url(../images/select.png) 97% center no-repeat;

        -webkit-appearance: none;
    }
}
/* Stuck menu styles
========================================================*/
.isStuck
{
    z-index: 999;

    background: #191919;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .15);
       -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .15);
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .15);
}
.isStuck .sf-menu > li > ul
{
    top: 44px;
}
@media only screen and (max-width: 979px)
{
    .isStuck
    {
        display: none !important;
    }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content
{
    background: #D9A300; /* was fa6f6f */
}

/*============  Wrappers  =============*/
.img-wrap-fw
{
    text-align: center;
}
.img-wrap-fw img.js-unveil
{
    width: 100%;
    height: auto;
}
.img-wrap
{
    text-align: center;
}
.img-wrap__off1
{
    margin-bottom: 35px;
}
.img-wrap__off2
{
    margin-bottom: 27px;
}
/*============  Headings  =============*/
.hdng
{
    margin-bottom: 47px;
}
.hdng__off1
{
    margin-bottom: 35px;
}
.hdng__off2
{
    margin-bottom: 53px;
}
.hdng__off3
{
    margin-bottom: 26px;
}
.hdng__off4
{
    margin-bottom: 31px;
}
.hdng__off5
{
    margin-bottom: 67px;
}
.hdng__off6
{
    margin-bottom: 19px;
}
/*============  Buttons  =============*/
.btn1
{
    font-size: 29px;
    font-weight: 700;
    line-height: 40px;

    display: inline-block;

    width: 364px;
    max-width: 100%;
    padding: 20px 0;

    text-align: center;
    text-decoration: none;
    text-transform: uppercase;

    color: #fff;
    background: #69d7ee;
}
.btn1:hover
{
    text-decoration: none;
    color: #fff;
    background: #333;
}
.btn1__bg3
{
    background: #fcbf60;
}
/*============  Colors  =============*/
.clr1
{
    color: #FFC926; /* was pink #fa6f6f */
}
.clr2
{
    color: #69d7ee; /* light blue */
}
.clr3
{
    color: #fcbf60; /* orange */
}
/*============  Backgrounds  =============*/
.bg1
{
    background: #FFC926; /* pink #fa6f6f */
}
.bg2
{
    background: #191919;
}
.bg3
{
    background: #fcbf60;
}
.bg4
{
    background: #191919;
}
.bg-image1
{
    padding: 180px 0 20px;

    background: url('../images/page_bk_P1000422.jpg') no-repeat;
    

}
@media (max-width: 1199px)
{
    .bg-image1
    {
        background: url('../images/page_bk_P1000422-sml.jpg') no-repeat;
        -webkit-background-size: auto 100%;
           -moz-background-size: auto 100%;
             -o-background-size: auto 100%;
                background-size: auto 100%;
    }
}
.bg-image2
{
    padding: 180px 0 200px;

    background: url('../images/page_hdr_P1000387.jpg') no-repeat;
}
@media (max-width: 1199px)
{
    .bg-image2
    {
        background: url('../images/page_hdr_P1000387-sml.jpg') no-repeat;
        -webkit-background-size:  100%;
           -moz-background-size:  100%;
             -o-background-size:  100%;
                background-size:  100%;
    }
}
.bg-image3
{
    padding: 180px 0 200px;

    background: url('../images/page_hdr_P1000643.jpg') no-repeat;
}
@media (max-width: 1199px)
{
    .bg-image3
    {
        background: url('../images/page_hdr_P1000643-sml.jpg') no-repeat;
        -webkit-background-size:  100%;
           -moz-background-size:  100%;
             -o-background-size:  100%;
                background-size:  100%;
    }
}
.bg-image4
{
    padding: 180px 0 200px;

    background: url('../images/page_hdr_P1000505.jpg') no-repeat;
}
@media (max-width: 1199px)
{
    .bg-image4
    {
        background: url('../images/page_hdr_P1000505-sml.jpg') no-repeat;
        -webkit-background-size:  100%;
           -moz-background-size:  100%;
             -o-background-size:  100%;
                background-size:  100%;
    }
}
.bg-image5
{
    padding: 180px 0 200px;

    background: url('../images/page_hdr_IMG_1724.jpg') no-repeat;
}
@media (max-width: 1199px)
{
    .bg-image5
    {
        background: url('../images/page_hdr_IMG_1724-sml.jpg') no-repeat;
        -webkit-background-size: auto 100%;
           -moz-background-size: auto 100%;
             -o-background-size: auto 100%;
                background-size: auto 100%;
    }
}
@media (max-width: 479px)
{
    .bg-image1,
    .bg-image2,
    .bg-image3,
    .bg-image4,
    .bg-image5
    {
        padding: 50px 0;
    }
}
/*============  Default List  =============*/
.default-list
{
    list-style-type: decimal;
}
.default-list li + li
{
    margin-top: 10px;
}
/*============  Partners List  =============*/
.partners-list
{
    text-align: center;
}
.partners-list li
{
    margin-bottom: 42px;
}
.partners-list a img
{
    border: 1px solid #fff;
}
.partners-list a:hover
{
    opacity: .5;
}
/*============  Marked List  =============*/
.marked-list
{
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;

    text-transform: uppercase;
}
.marked-list li
{
    position: relative;

    padding-left: 52px;
}
.marked-list li:before
{
    font: 400 36px 'FontAwesome';
    line-height: inherit;

    position: absolute;
    left: 0;

    content: '\f046';

    color: #fa6f6f;
}
.marked-list li + li
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .marked-list
    {
        font-size: 20px;
        line-height: 20px;
    }
    .marked-list li:before
    {
        font-size: 26px;
    }
    .marked-list li
    {
        padding-left: 42px;
    }
}
/*============  Index List  =============*/
.index-list__clr:before
{
    color: #fa6f6f;
}
.index-list__clr2:before
{
    color: #69d7ee;
}
.index-list__clr3:before
{
    color: #fcbf60;
}
.index-list li
{
    position: relative;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 162px;
}
.index-list li:before
{
    font-family: 'Righteous', cursive;
    font-size: 85px;
    font-weight: 400;
    line-height: 94px;

    position: absolute;
    top: 5px;
    left: 0;

    min-width: 138px;

    content: attr(data-index);
    text-align: center;
    letter-spacing: -3.4px;

    background: rgba(0, 0, 0, .75);
}
.index-list h3
{
    font-size: 24px;
    line-height: 30px;
}
.index-list__off1
{
    margin-top: 41px;
}
.index-list h3 + p
{
    margin-top: 14px;
}
@media (max-width: 767px)
{
    .index-list li + li
    {
        margin-top: 30px;
    }
}
@media (max-width: 479px)
{
    .index-list li
    {
        padding-left: 0;
    }
    .index-list li:before
    {
        position: relative;
        top: auto;
        left: auto;

        display: block;

        width: 100%;
        margin-bottom: 10px;
    }
}
/*============  Well  =============*/
.well
{
    padding: 94px 0 95px;
}
.well__ins1
{
    padding-bottom: 113px;
}
.well__ins2
{
    padding-bottom: 116px;
}
.well__ins3
{
    padding-bottom: 0;
}
.well__ins4
{
    padding-bottom: 71px;
}
.well__ins5
{
    padding-top: 48px;
}
.well__ins6
{
    padding-bottom: 80px;
}
@media (max-width: 479px)
{
    .well
    {
        padding: 50px 0!important;
    }
}
/*============  Boxes  =============*/
.box1
{
    position: relative;
}
.box1_cnt
{
    position: absolute;
    top: 0;
    right: 40px;
    bottom: 0;
    left: 40px;

    display: none;
}
.box1 h2
{
    font-size: 70px;
    line-height: 75px;
}
.box1 h2 span
{
    font-size: 130px;
    line-height: 110px;
}
.box1 h2 + .countdown
{
    margin-top: 30px;
}
.box1 .countdown + p
{
    margin-top: 35px;
}
.box1 p + .btn1
{
    margin-top: 40px;
}
@media (min-width: 980px) and (max-width: 1399px)
{
    .box1 h2
    {
        font-size: 60px;
        line-height: 60px;
    }
    .box1 h2 span
    {
        font-size: 80px;
        line-height: 80px;
    }
    .box1 p
    {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 979px)
{
    .box1 h2
    {
        font-size: 40px;
        line-height: 40px;
    }
    .box1 h2 span
    {
        font-size: 50px;
        line-height: 50px;
    }
    .box1 p
    {
        display: none;
    }
}
@media (max-width: 767px)
{
    .box1 #clock.countdown,
    .box1 p
    {
        display: none;
    }
    .box1 h2
    {
        margin-top: 0;
        font-size: 30px;
        line-height: 35px;
    }
    .box1 h3
    {
        font-size: 24px;
        line-height: 30px;
    }
}
 @media (max-width: 479px)
{
    /*.box1_cnt
    {
        display: none !important;
    }*/
     h2#option
    {
        display: none !important;
    }
    .box1 p + .btn1
    {
        margin-top: 0px;
    }
} 
.box2
{
    display: table;

    width: 100%;
    height: 100%;
}
.box2_wr
{
    display: table-row;

    width: 100%;
    height: 100%;
}
.box2_cnt
{
    display: table-cell;

    width: 100%;
    height: 100%;

    vertical-align: middle;
}

}
@media (max-width: 767px)
{
    .box2 .container
    {
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 1199px)
{
    .box2 .container,
    .box2 .row,
    .box2 .grid_12
    {
        float: none;

        width: 100%;
        margin: 0;
    }
}
.box3 .box3_cnt
{
    float: left;

    width: 20%;
}
.box3 .box3_cnt a[data-type='lightbox']
{
    width: 100%;
}
@media (min-width: 768px) and (max-width: 979px)
{
    .box3 .box3_cnt
    {
        width: 25%;
    }
}
@media (max-width: 767px)
{
    .box3 .box3_cnt
    {
        width: 50%;
    }
}
@media (max-width: 479px)
{
    .box3 .box3_cnt
    {
        width: 100%;
    }
}
.box3:before,
.box3:after
{
    display: table;

    content: ' ';
}
.box3:after
{
    clear: both;
}
.box4 h2
{
    font-size: 110px;
    line-height: 108px;
}
.box4 h2 span
{
    font-size: 130px;
    line-height: 110px;
}
.box4 h2 + p
{
    margin-top: 21px;
}
.box4 p + .btn1
{
    margin-top: 41px;
}
@media (min-width: 980px) and (max-width: 1399px)
{
    .box4 h2
    {
        font-size: 80px;
        line-height: 80px;
    }
    .box4 h2 span
    {
        font-size: 90px;
        line-height: 90px;
    }
}
@media (min-width: 480px) and (max-width: 979px)
{
    .box4 h2
    {
        font-size: 60px;
        line-height: 60px;
    }
    .box4 h2 span
    {
        font-size: 60px;
        line-height: 60px;
    }
}
@media (max-width: 479px)
{
    .box4 h2
    {
        font-size: 40px;
        line-height: 40px;
    }
    .box4 h2 span
    {
        font-size: 40px;
        line-height: 40px;
    }
}
.box5 img
{
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}
.box5_cnt h3 + p
{
    margin-top: 15px;
}
/*============  Member =============*/
.member
{
    margin-bottom: 44px;
}
.member_pht
{
    float: left;

    margin-top: 5px;
    margin-right: 30px;
}
.member h3
{
    font-size: 24px;

    text-transform: none;
}
.member h3 + p
{
    margin-top: 1px;
}
.member p + p
{
    margin-top: 17px;
}
.member:before,
.member:after
{
    display: table;

    content: ' ';
}
.member:after
{
    clear: both;
}
@media (max-width: 1199px)
{
    .member_pht
    {
        float: none;

        width: 100%;
        margin: 0 0 15px;
    }
}
/*============  Countdown =============*/
.countdown
{
    font: 400 100px 'Righteous', cursive;
    line-height: .6em;
    text-align: center;

    color: rgba(0, 0, 0, .8);
}
.countdown .cd-div
{
    font-size: 100px;
 	

    display: inline-block;
    vertical-align: middle;
    
    
    padding: 35px 0 25px;
    width: 250px;
    background: rgba(0, 0, 0, .75);
}
.countdown .cd-div span {
	font-size: 50%;
	display: block;
	margin-top: 0;
	padding-top: 0;
}


/*============  Address =============*/
.addr p:first-child
{
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;

    text-transform: uppercase;
}
.addr p:first-child + p
{
    margin-top: 18px;
}
.addr p + dl
{
    margin-top: 31px;
}
.addr dl + dl
{
    margin-top: 4px;
}
.addr dl
{
    font-size: 16px;
    line-height: 48px;
}
.addr dl dt,
.addr dl dd
{
    display: inline-block;
}
.addr dl dt
{
    font-weight: 700;
}
.addr .fa
{
    font-size: 30px;
    line-height: 40px;

    display: inline-block;

    width: 45px;

    color: #fcbf60;
}
.addr .fa-mobile
{
    font-size: 48px;
}
@media (max-width: 767px)
{
    .addr h3
    {
        font-size: 24px;
        line-height: 24px;
    }
}
/*============  Terms List =============*/
.terms dt
{
    font-size: 20px;
    font-weight: 700;
}
.terms dd + dt
{
    margin-top: 31px;
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer
{
    font-size: 13px;
    line-height: 24px;

    padding: 108px 0 137px;

    text-align: center;

    color: #888;
    background: #191919;
}
#footer p + .socials
{
    margin-top: 27px;
}
#footer .socials + p
{
    margin-top: 38px;
}
/*============  Socials =============*/
.socials
{
    display: inline-block;
}
.socials li
{
    float: left;
}
.socials li + li
{
    margin-left: 14px;
}
.socials .fa
{
    font-size: 44px;
    line-height: 86px;

    display: inline-block;

    width: 86px;
    height: 86px;

    text-align: center;
    text-decoration: none;

    color: #fff;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background: #69d7ee;
}
.socials .fa:hover
{
    text-decoration: none;

    color: #fff;
    background: #333;
}
.socials:before,
.socials:after
{
    display: table;

    content: ' ';
}
.socials:after
{
    clear: both;
}
.socials .fa-facebook
{
    background: #6b7bbf;
}
.socials .fa-twitter
{
    background: #79d4d5;
}
.socials .fa-google-plus
{
    background: #fa6f6f;
}
.socials .fa
{
    -webkit-transition: .3s all ease;
       -moz-transition: .3s all ease;
         -o-transition: .3s all ease;
            transition: .3s all ease;
}
@media (max-width: 479px)
{
    .socials .fa
    {
        font-size: 24px;
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
/*========================================================
                    Widget styles
=========================================================*/
/* ================== UItoTop ===================*/
#toTop
{
    font-size: 26px;
    line-height: 40px;

    position: fixed;
    z-index: 20;
    right: 15px;
    bottom: 35px;

    display: none;
    overflow: hidden;

    width: 42px;
    height: 42px;

    text-align: center;
    text-decoration: none;

    color: #fff;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background: #333;
}
#toTop:hover
{
    background: #000;
}
@media only screen and (max-width: 1199px)
{
    #toTop
    {
        display: none !important;
    }
}
/*============  Map =============*/
.map
{
    width: 100%;
    max-width: 100%;
    height: 484px;
}
@media (max-width: 979px)
{
    .map
    {
        height: 242px;
    }
}
@media (max-width: 479px)
{
    .map
    {
        height: 169.4px;
    }
}
.map_lg
{
    width: 100%;
    max-width: 100%;
    height: 484px;
}
@media (max-width: 979px)
{
    .map_lg
    {
        height: 242px;
    }
}
@media (max-width: 479px)
{
    .map_lg
    {
        height: 169.4px;
    }
}
/*============  LightBox =============*/
a[data-type='lightbox']
{
    position: relative;

    display: inline-block;

    background: #191919 url('../images/magnify.png') no-repeat center center;
}
a[data-type='lightbox'] img
{
    width: 100%;
    height: auto;

    -webkit-transition: .3s opacity ease;
       -moz-transition: .3s opacity ease;
         -o-transition: .3s opacity ease;
            transition: .3s opacity ease;
}
a[data-type='lightbox']:hover img
{
    opacity: .2;
}
a[data-type='lightbox'].off1
{
    margin-bottom: 30px;
}
@media (max-width: 479px)
{
    a[data-type='lightbox']
    {
        overflow: hidden;

        max-height: 300px;
    }
}
/*============  Isotope =============*/
.isotope
{
    overflow: hidden;
}
.isotope .grid-sizer,
.isotope .item
{
    width: 270px;
}
.isotope .gutter-sizer
{
    width: 30px;
}
.isotope .item
{
    float: left;
    overflow: hidden;

    height: 269px;
    margin-bottom: 31px;
}
.isotope .item__lg-w
{
    width: 570px;
}
.isotope .item__lg-h
{
    height: 569px;
}
@media (min-width: 980px) and (max-width: 1199px)
{
    .isotope .grid-sizer,
    .isotope .item
    {
        width: 220px;
        margin-bottom: 31px;
    }
    .isotope .item
    {
        height: 217px;
    }
    .isotope .item__lg-w
    {
        width: 460px;
    }
    .isotope .item__lg-h
    {
        height: 464px;
    }
    .isotope .gutter-sizer
    {
        width: 20px;
    }
}
@media (min-width: 768px) and (max-width: 979px)
{
    .isotope .grid-sizer,
    .isotope .item
    {
        width: 364px;
        margin-bottom: 31px;
    }
    .isotope .item
    {
        height: 171px;
    }
    .isotope .item__lg-w
    {
        width: 364px;
    }
    .isotope .item__lg-h
    {
        height: 171px;
    }
    .isotope .gutter-sizer
    {
        width: 20px;
    }
}
@media (max-width: 767px)
{
    .isotope .grid-sizer,
    .isotope .item
    {
        width: 100%;
    }
    .isotope .item
    {
        height: 250px;
    }
    .isotope .item__lg-w img
    {
        width: auto;
        max-width: none;
        height: 100%;
    }
    .isotope .gutter-sizer
    {
        width: 0;
    }
}
.isotope-list
{
    display: inline-block;

    margin-bottom: 35px;
}
.isotope-list li.active a,
.isotope-list a:hover
{
    text-decoration: none;

    color: #fff;
    background: #fcbf60;
}
.isotope-list a
{
    font-size: 29px;
    font-weight: 700;
    line-height: 30px;

    display: inline-block;

    width: 165px;
    max-width: 100%;
    padding: 22.5px 0;

    text-align: center;
    text-transform: uppercase;

    color: #fff;
    background: #3f1c1c;
}
.isotope-list li
{
    float: left;
}
.isotope-list li + li
{
    margin-left: 35px;
}
.isotope-list:before,
.isotope-list:after
{
    display: table;

    content: ' ';
}
.isotope-list:after
{
    clear: both;
}
@media (min-width: 768px) and (max-width: 979px)
{
    .isotope-list li + li
    {
        margin-left: 29px;
    }
}
@media (max-width: 767px)
{
    .isotope-list li
    {
        float: none;

        margin-bottom: 5px;

        text-align: center;
    }
    .isotope-list li + li
    {
        margin-left: 0;
    }
}
/*========================================================
                   General Modifiers
=========================================================*/
.flt__l
{
    float: left;
}
.flt__r
{
    float: right;
}
@media (max-width: 1599px)
{
    .flt__r-xl
    {
        float: right;
    }
}
.flt__n
{
    float: none;
}
@media (max-width: 479px)
{
    .flt__n-xs
    {
        float: none;
    }
}
@media (max-width: 767px)
{
    .flt__n-sm
    {
        float: none;
    }
}
@media (max-width: 979px)
{
    .flt__n-md
    {
        float: none;
    }
}
@media (max-width: 1199px)
{
    .flt__n-lg
    {
        float: none;
    }
}
@media (min-width: 768px) and (max-width: 979px)
{
    .flt__n-sm-md
    {
        float: none;
    }
}
@media (min-width: 980px) and (max-width: 1199px)
{
    .flt__n-md-lg
    {
        float: none;
    }
}
@media (max-width: 1599px)
{
    .flt__n-xl
    {
        float: none;
    }
}
.ta__l
{
    text-align: left;
}
.ta__r
{
    text-align: right;
}
.ta__c
{
    text-align: left;
}
/*========================================================
                    Responsive layout
=========================================================*/
@media (max-width: 767px)
{
    .box5
    {
        margin-bottom: 30px;
    }
}
/* Contact Form Basic Styles
========================================================*/
#contact-form
{
    position: relative;

    padding-top: 4px;
}
#contact-form label
{
    position: relative;

    display: block;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    margin-bottom: 16px;

    letter-spacing: normal;
}
#contact-form label.message
{
    width: 100%;
    margin-bottom: 34px;
    margin-left: 0;
}
#contact-form fieldset
{
    border: none;
}
/* Contact Form Placeholder Styles
========================================================*/
#contact-form ._placeholder
{
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    display: block;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 100% !important;
    padding: 18px 18px 16px;

    cursor: text;

    color: #fff;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}
#contact-form ._placeholder.focused
{
    opacity: .4;

    filter: alpha(opacity=40);
}
#contact-form ._placeholder.hidden
{
    display: none;
}
#contact-form .file ._placeholder
{
    display: none;
}
/* Contact Form Input
========================================================*/
#contact-form input[type='text']
{
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 20px;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 54px;
    margin: 0;
    padding: 18px 18px 16px;

    color: #fff;
    border: 1px solid #fff;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    outline: none;
    background-color: #fa6f6f;

    -webkit-appearance: none;
}
/* Contact Form Buttons
========================================================*/
#contact-form .btn-wr
{
    text-align: right;
}
#contact-form .btn-wr .btn
{
    font: 700 29px 'Lato', sans-serif;
    line-height: 30px;

    display: inline-block;

    width: 364px;
    max-width: 100%;
    padding: 25px 0;

    text-align: center;
    text-decoration: none;
    text-transform: uppercase;

    color: #fff;
    background: #fcbf60;
}
#contact-form .btn-wr .btn:hover
{
    text-decoration: none;

    background: #69d7ee;
}
@media (max-width: 479px)
{
    #contact-form .btn-wr .btn
    {
        width: 100%;
    }
}
/* Contact Form Textarea 
========================================================*/
#contact-form textarea
{
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 20px;

    overflow: auto;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 209px !important;
    padding: 18px 18px 16px;

    resize: none;

    color: #fff;
    border: 1px solid #fff;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    outline: none;
    background-color: #fa6f6f;

    -webkit-appearance: none;
}
/* Contact Form Error messages
========================================================*/
#contact-form .empty-message,
#contact-form .error-message
{
    font-size: 12px;

    position: absolute;
    z-index: 99;
    top: 2px;
    right: 3px;

    overflow: hidden;

    height: 0;

    -webkit-transition: .3s ease-in height;
       -moz-transition: .3s ease-in height;
         -o-transition: .3s ease-in height;
            transition: .3s ease-in height;

    color: red;
}
#contact-form .invalid .error-message,
#contact-form .empty .empty-message
{
    height: 30px;
}
/* Contact Form Processing Box
========================================================*/
#contact-form .contact-form-loader
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;

    opacity: 0;
    background: rgba(247, 247, 247, .48) url('../images/form-loader.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: 5% 5%;
       -moz-background-size: 5%;
         -o-background-size: 5%;
            background-size: 5%;
}
#contact-form.processing .contact-form-loader
{
    z-index: 99;

    -webkit-transition: all .3s ease-in;
       -moz-transition: all .3s ease-in;
         -o-transition: all .3s ease-in;
            transition: all .3s ease-in;

    opacity: .7;
}
/* Contact Form Modal
========================================================*/
.modal-open
{
    overflow: hidden;
}
#contact-form .modal
{
    font-family: 'Lato', sans-serif;
    font-size: 13px;

    position: fixed;
    z-index: 1050;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: none;
    overflow: auto;
    overflow-y: scroll;

    letter-spacing: normal;

    color: #000;
    outline: 0;

    -webkit-overflow-scrolling: touch;
}
#contact-form .modal h4
{
    font-weight: bold;

    margin: 0;
    padding: 0;

    color: #000;
}
.modal.fade .modal-dialog
{
    -webkit-transition: -webkit-transform .3s ease-out;
       -moz-transition:    -moz-transform .3s ease-out;
         -o-transition:      -o-transform .3s ease-out;
            transition:         transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
       -moz-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
         -o-transform: translate(0, -25%);
            transform: translate(0, -25%);
}
.modal.in .modal-dialog
{
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
}
.modal-content
{
    position: relative;

    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
    outline: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
       -moz-background-clip: padding-box;
            background-clip: padding-box;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
       -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
            box-shadow: 0 3px 9px rgba(0, 0, 0, .5);

         -o-background-clip: padding-box;
}
.modal-backdrop
{
    position: fixed;
    z-index: 1040;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background-color: #000;
}
.modal-backdrop.fade
{
    opacity: 0;

    filter: alpha(opacity=0);
}
.modal-backdrop.in
{
    opacity: .5;

    filter: alpha(opacity=50);
}
.modal-header
{
    min-height: 16.42857143px;
    padding: 15px;

    border-bottom: 1px solid #e5e5e5;
}
.modal-header .close
{
    margin-top: -2px;
}
.modal-title
{
    line-height: 1.42857143;

    margin: 0;
}
.modal-body
{
    position: relative;

    padding: 20px;
}
.modal-dialog
{
    width: 600px;
    margin: 10px auto;
}
@media only screen and (max-width: 768px)
{
    .modal-dialog
    {
        position: relative;

        width: auto;
        margin: 10px;
    }
}
/* Contact Form Close icon
========================================================*/
.close
{
    font-size: 21px;
    font-weight: bold;
    line-height: 1;

    float: right;

    opacity: .2;
    color: #000;
    text-shadow: 0 1px 0 #fff;

    filter: alpha(opacity=20);
}
.close:hover,
.close:focus
{
    cursor: pointer;
    text-decoration: none;

    opacity: .5;
    color: #000;

    filter: alpha(opacity=50);
}
button.close
{
    padding: 0;

    cursor: pointer;

    border: 0;
    background: transparent;

    -webkit-appearance: none;
}
#form-output-global {
    position: fixed;
    bottom: 30px;
    left: 15px;
    visibility: hidden;
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    transition: .3s all ease;
    z-index: 9999999;
}
.snackbars {
    max-width: 280px;
    padding: 9px 16px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    text-align: left;
    background-color: #212121;
    border-radius: 2px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
}
#form-output-global.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
}
.form-validation {
	color: red;
	position: absolute;
	top: .5em;
	right: 2%;
	font-size: 65%;
}
.contact-us-form .row {
	position: relative;
}
.row {
	padding-bottom: .75em;
}
.row input,
.row textarea {
	color: #fff;
	font-size: 106.25%;
	padding: .5em 7.5%;
	width: 84%;
	background: #847878;
	border: 1px solid #fff;
}
.row textarea {
	height: 6em;
}
.contact-us-form label {
    color: #fff;
    font-size: 106.25%%;
    position:absolute;
    transition: .3s;
    z-index: 9;
    top: .65em;
    left: 1.5em;
}
    .contact-us-form .focused label {
        font-size: 50%;
        top: .1em;
        left: 1em;
    }

.btn-primary {
	font: 700 29px 'Lato', sans-serif;
    line-height: normal;
	line-height: 30px;
	display: inline-block;
	width: 364px;
	max-width: 100%;
	padding: 25px 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	background: #fcbf60;
	cursor: pointer;
	border: none;
	margin-right: .5%;
}
	.btn-primary:hover {
		text-decoration: none;
		background: #69d7ee;
	}
.submit-row{
	text-align: right;
}


.popup {
	z-index: 1500;
    height: 100%;
    padding: 2.5%;
    width: 95%;
    max-width: 13em;
    padding-left: 1em;
    padding-right: 1em;
    max-height: 20em;
    background: #fff;
    left: -250%;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;

}
	.popup.active {
		left: 50%;
	}
.popup > div {

}
.popup p.exit {
	font-size: 100%;
	text-align: center;
	color: orange;
	margin-top: 1.5em;
	cursor: pointer;
}
.popup p {
	color: #333;
    margin-bottom: 0.5em;
}
.popup-overlay {
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 1400;
	left: 250%;

}
	.popup-overlay.active {
		left: 0;
	}

.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableRowAlt {
	display: table-row;
	background-color: #878787;
}
.divTableCell, .divTableHead {
	border: 1px solid #999999;
	display: table-cell;
	padding: 3px 10px;
}
.divTableHeading {
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}

.youtube-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.grid_12.ta__c,.grid_12 ul {
 list-style: disc;
 }
 .grid_12.ta__c ul.partners-list {
 list-style: none;
 }
 
 .textcentre {
 text-align:center;
 }
 
.darken-image {
position: relative;
display: inline-block;
}

.darken-image img {
display: block;
}
      
.darken-image .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5); /* black with 50% opacity */
}