@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');


@font-face {
    font-family: 'Abuget';
    src: url('../fonts/Abuget.eot');
    src: url('../fonts/Abuget.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Abuget.woff2') format('woff2'),
        url('../fonts/Abuget.woff') format('woff'),
        url('../fonts/Abuget.ttf') format('truetype'),
        url('../fonts/Abuget.svg#Abuget') format('svg');
    font-weight: normal;
    font-style: normal;
}

.mob { display: none; }
.desktop { display: block; }

.group:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
* html .group             { zoom: 1; } /* IE6 */
*:first-child+html .group { zoom: 1; } /* IE7 */


body {
    background: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}
body.static {
    background: #163a7a url(../images/bg.jpg) no-repeat top right;
    background-size: 100%;
    color: #fff;
}
.btn {
    border-radius: 0;
    padding: 7px 20px;
}
.btn-default {
    background: #fff;
    border: 2px solid #fff;
    border-radius: 0;
    color: #0059a9;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    background: #0059a9;
    border-color: #fff;
    color: #fff;
}
.btn-primary {
    background: #0059a9;
    border: 2px solid #0059a9;
}
.btn-outline-primary {
    border: 2px solid #0059a9;
    border-radius: 0;
    color: white;
    text-transform: uppercase;
    background: #0059a9;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
    background: #003f85;
    border-color: #003f85;
}
.btn-outline-white {
    background: transparent;
    border: 2px solid #fff;
    border-radius: 0;
    color: #fff;
}
.btn-outline-white:hover,
.btn-outline-white:focus,
.btn-outline-white:active {
    background: #fff;
    border-color: #fff;
    color: #0059a9;
}
.btn-rounded {
    border-radius: 25px;
    padding: 10px 25px;
}
.btn-outline-rounded {
    border: 1px solid #fff;
    border-radius: 25px;
    color: #fff;
}
.btn-outline-rounded:hover {
    background: #173e80;
    border: 1px solid #173e80;
    border-radius: 25px;
    color: #fff;
}
nav {
    position: relative;
    z-index: 999;
}
.navbar {
    background: #173e81 !important;
    justify-content: flex-start;
    padding: 0;
}
.navbar .navbar-toggler {
    border: none;
    line-height: 0;
    padding-left: 0;
    width: 23px;
    height: 20px;
    position: relative;
    margin: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
.navbar .navbar-toggler:focus {
    outline: none;
}
.navbar .navbar-toggler span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #000;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.navbar .navbar-toggler span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.navbar .navbar-toggler span:nth-child(2) {
    width: 80%;
    top: 8px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.navbar .navbar-toggler span:nth-child(3) {
    top: 16px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.navbar .navbar-toggler.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    left: 0;
}
.navbar .navbar-toggler.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.navbar .navbar-toggler.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 16px;
    left: 0;
}

.navbar .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-dropdown {
    background: #002331;
    display: none;
    height: calc(100% - 50px) !important;
    overflow: auto;
    padding: 15px;
    position: fixed;
    width: 100%;
    z-index: 9999;
}
.navbar-dropdown .navbar-search {

}
.navbar-dropdown .navbar-search input {
    background: transparent url(../images/icons/search.png) no-repeat left center;
    background-size: 20px;
    border: none;
    color: #a6c6d7;
    padding: 10px 10px 10px 30px;
    width: 100%;
    font-size: 16px;
}
.navbar-dropdown .navbar-search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #a6c6d7;
}
.navbar-dropdown .navbar-search input::-moz-placeholder { /* Firefox 19+ */
    color: #a6c6d7;
}
.navbar-dropdown .navbar-search input:-ms-input-placeholder { /* IE 10+ */
    color: #a6c6d7;
}
.navbar-dropdown .navbar-search input:-moz-placeholder { /* Firefox 18- */
    color: #a6c6d7;
}
.navbar-dropdown .navbar-search input:focus {
    outline: none;
}
.navbar-dropdown .navbar-nav {
    border-top: 1px solid #003145;
    padding: 15px 0;
}
.navbar-dropdown .navbar-nav .nav-head {
    color: #a6c6d7;
    font-size: 16px;
}
.navbar-dropdown .navbar-nav .nav-link {
    color: #fff;
    font-size: 18px;
}
.navbar-dropdown .navbar-nav .nav-link img {Iya
    max-width: 24px;
    margin-right: 10px;
}
ul.navbar-nav {
    list-style: none;
    display: flex;
    flex-direction: row;
}

ul.navbar-nav li {
}
ul.navbar-nav li a {
    border-left: 1px solid #335a6a;
    color: #fff;
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
}
.nav-right a {
    border-left: 1px solid #3c6096;
    color: white;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0 20px;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.nav-right a:hover,
.nav-right a:focus,
.nav-right a:active {
    background: #003145;
    color: #fff;
    text-decoration: none;
}
.navbar-menu {
    background: #0d306b;
    color: #fff;
    display: none;
    position: fixed;
    padding: 50px 0;
    top: 50px;
    width: 100%;
    z-index: 99999;
    -webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
}
.navbar-menu .nav-head {
    color: #a6c6d7;
    font-size: 18px;
    font-weight: 300;
}
.navbar-menu ul {
    list-style: none;
    padding-left: 0;
}
.navbar-menu a {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
}
.navbar-menu a img {
    margin-right: 10px;
    width: 24px;
}
.navbar-menu .social-media span {
    margin-right: 5px;
}
.navbar-menu .social-media a {
    display: inline-block;
}
.navbar-menu .social-media a img {
    margin-right: 0;
}
.navbar-menu .language a {
    display: inline-block;
    margin-right: 20px;
}
.navbar-menu hr {
    border-color: #a6c6d7;
}
.nav-mobile {
    color: #fff;
    margin-left: auto;
    padding-right: 5px;
}
.nav-mobile button {
    background: #fff;
    padding: 0 10px;
    font-size: 24px;
}
#navbarMobile {
    background: #fff;
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
}
#navbarMobile a {
    border-bottom: 1px solid #e7e7e7;
    color: #000;
    display: block;
    font-weight: bold;
    padding: 15px 20px;
    text-align: right;
}
header {
    margin-top: 50px;
    padding: 20px 0;
}
header .page-title {
    color: #003145;
    font-family: 'Roboto', sans-serif;
    font-size: 38px;
    font-weight: 300;
    text-align: center;
}
header .page-header {
    background: url(../images/home-header.jpg) no-repeat center bottom;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 500px;
    margin: 30px 0;
    text-align: center;
}
header .page-header h1 {
    color: #fff;
    font-size: 38px;
    font-weight: 300;
}
main {
    position: relative;
}
main .content {
    margin-top: 40px;
}
.breadcrumb {
    background-color: transparent;
    font-size: 12px;
    padding-left: 0;
}
.breadcrumb-item a {
    color: #8d8d8d;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: "\203A";
}
h2.page-title {
    font-family: 'Abuget';
    font-size: 80px;
    margin-bottom: 100px;
    margin-top: 90px;
}
h2.section-title {
    font-family: 'Abuget';
    font-size: 100px;
}
.home-hero {
    padding: 0;
    height: 630px;
    overflow: hidden;
}
.home-hero .hero-bg {
    position: absolute;
    top: -50px;
    right: 0px;
}

.hero-bg {
	background: url(../images/bg-home.jpg);
	background-size: cover;
	background-position: center bottom;
}

.home-hero .container {
    position: relative;
}
.hero-text {
    width: 500px;
    margin-left: -50px;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 28px;
    line-height: 36px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;

}

	.affHmTxt { position: relative; }
	.affHmTxt img { display: none; width: 50px; height: auto; }

.hero-text img {
    /** width: 100%; **/
}
.hero-text p {
    margin: 20px 0;
}
.join-step {
    background: #0059a9 url(../images/step-flow.jpg) no-repeat top right;
    background-size: cover;
    color: #fff;
    padding: 30px 0;
}
.step-flow {

}
.step-item {
    /*display: inline-block;*/
    margin-right: 20px;
    width: 300px;
    text-align: center;
}
.step-item span {
    background: #f00;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    height: 40px;
    width: 40px;
    text-align: center;
}
.step-item div {
    margin-left: 10px;
    margin-top: 10px;
    vertical-align: top;
}
.home.gallery {
    background: #eff3f6;
    color: #0059a9;
    padding: 30px 0;
}
.form-hero {
    padding: 50px;
    height: 276px;
}
.form-hero .hero-bg {
    background: none;
    position: absolute;
    top: -50px;
    right: 0;
}
.form-hero .container {
    position: relative;
}
.prize {
    margin: 0 auto;
    text-align: center;
}
.winner {
    margin: 20px auto 50px;
    text-align: center;
    width: 60%;
}
.terms {
    max-width: 650px;
    margin: 20px auto 50px;
}
.terms ol li {
    line-height: 1.6;
    margin-bottom: 20px;
}
.gallery {
    margin: 20px auto 0;
    background-color: #eff3f6;
    margin-top:0;
    padding-top: 30px;
    padding-bottom: 50px;
}
.gallery-item {
    background: #fff;
	/* box-shadow: 0px 1px 5px -1px #575757; */
    font-size: 14px;
    margin: auto;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
.gallery-item .image {
    position: relative;
    /*top: -30px;
    left: -30px;
    height: 180px;
    width: 180px;*/
}
.gallery-item.sm .image {
    height: 130px;
    width: 130px;
}
.gallery-item .image img {
    width: 100%;
    max-height: 100%;
}
.gallery-item .name,
.gallery-item .voted {
    color: #0059a9;
    font-weight: bold;
    /* margin-left: 150px; */
    margin-top: 10px;
    font-size: 12px;
}

.gallery-item .name { float: left; }
.gallery-item .voted { float: right;  }
.fa-heart:before { font-size: 12px; }

.gallery-item.sm .name,
.gallery-item.sm .voted {
    margin-left: 0;
}
.gallery-item .voted i {
    color: #f00;
    font-size: 18px;
}
.gallery-item .title {
    color: #0059a9;
    font-size: 16px;
    margin-top: 50px;
    text-transform: capitalize;
}
.gallery-item .more {
    color: #e10000;
}
.gallery-item p {
    color: #575757;
    word-wrap: break-word;
}
.gallery-item .image a:before {
    background: rgba(0,0,0,.75);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 200ms opacity;
}
.gallery-item .image a:after {
    /*content: "\f002";*/
    color: rgba(255,255,255,.8);
    font-family: 'FontAwesome';
    font-size: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: 200ms all;
}
.gallery-item .image a:hover:before {
    opacity: 1;
}
.gallery-item .image a:hover:after {
    opacity: 1;
}
.gallery-item .caption {
    background: #fff;
    padding: 10px 20px;
}
.gallery-item .caption-text {
    color: #fff;
    opacity: 0;
    overflow: auto;
    padding: 20px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.gallery-item .image a:hover .caption-text {
    opacity: 1;
}
#loading {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255,255,255,0.5) url(../images/loading.gif) no-repeat center center;
    background-size: 75px;
    z-index: 9999;
}
.paging {
    text-align: center;
}
.paging strong {
    background: #f7f7f7;
    border: 1px solid #878787;
    color: #173e81;
    display: inline-block;
    margin: 0 5px;
    padding: 5px 10px;
}
.paging a {
    color: #fff;
    display: inline-block;
    margin: 0 5px;
    padding: 5px;
}
footer {
    background: #003d74;
    color: #fff;
    padding: 30px 0;
    position: relative;
}

#productMenu {
    background: #fff;
    display: none;
    position: fixed;
    top: 50px;
    left: 0;
    height: calc(100% - 50px);
    width: 100%;
    overflow: auto;
    padding: 30px;
    z-index: 999999;
}
#productMenu .back {
    color: #000;
    font-size: 24px;
    font-weight: 300;
    position: absolute;
    top: 20px;
}
#productMenu .product-filter a {
    border: 1px solid #b2b2b2;
    color: #000;
    padding: 5px 15px;
}
#productMenu .product-filter a:hover,
#productMenu .product-filter a.active {
    background: #e60010;
    border-color: #e60010;
    color: #fff;
    text-decoration: none;
}
#productMenu .product-listing-container {
    height: auto;
    margin-top: 40px;
}
.modal {
    z-index: 99999;
}
.modal-backdrop {
    z-index: 9999;
}
.join-form {
    background: #0059a9;
    color: #fff;
    padding: 50px 0;
}
.form-group {
    margin-bottom: 30px;
}
.form-control {
    border-radius: 0;
}
.col-form-label {
    font-weight: bold;
}
.invalid-feedback {
    background: #dc3545;
    color: #fff;
    display: none !important;
    font-size: 14px;
    padding: 5px 10px;
}
.has-danger .invalid-feedback {
    display: inline-block !important;
}
.image-upload {
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
}
.image-upload.has-image {
    background: #fff;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.image-upload .invalid-feedback {
    display: none !important;
}
.image-upload.has-danger .invalid-feedback {
    display: inline-block !important;
    position: absolute;
    top: 100px;
    left: 0;
}
.image-upload-input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.image-upload-input + label,
.image-upload-input + span +label {
    cursor: pointer;
    display: block;
    margin-bottom: 0;
    padding: 30px;
}
.image-upload-remove {
    border-top: 1px solid #d7d7d7;
    color: #2457a3;
    display: none;
    padding-top: 5px;
    text-align: center;
}
.image-upload.has-image .image-upload-label {
    padding: 5px 10px;
}
.image-upload.has-image .image-upload-label i {
    color: #2457a3;
    margin-right: 0 !important;
}
.image-upload.has-image .image-upload-label span {
    display: none;
}
.image-upload.has-image .image-upload-remove {
    display: block;
}
.image-preview {
    border: 1px solid #d7d7d7;
    display: none;
    overflow: hidden;
}
.image-preview img {
    max-width: 100%;
}
.custom-checkbox.has-danger {
    margin-bottom: 50px;
}
.custom-checkbox.has-danger .invalid-feedback {
    position: absolute;
    top: 20px;
}

.galNoBG { background: none; background-color: transparent; }

#storyModal .close {
    position: absolute;
    right: -15px;
    top: -15px;
    background: #fff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    opacity: 1;
    border: 1px solid #bdbdbd;
    z-index: 1;
}

.hadLeft { position: relative; float: left; width: 50%; }
.hadLeft img { width: 100%; height: auto; }
.hadRight { position: relative; float: left; width: 50%; margin-top: 50px; }

.caption { display: none; }
.hadEach { position: relative; float: left; width: 20%; margin-right: 10%; text-align: center; margin-left: 6%;  }
.hadEach:last-child { margin-right: 0; }
.hadEach img { width: 100%; }

.footer-xs { display: none; }

@media only screen and (max-width: 480px) {

	body { position: relative !important; min-width: 100vw !important; min-height: 100vh !important; }

	.col-md-3 { width: 30%; padding: 0; }
	.col-md-4 { width: 25%; padding: 0; }

	.navbar { background: transparent !important; }

	.mob { display: block; }
	.desktop { display: none; }

	h2.page-title {
	    font-family: 'Abuget';
	    font-size: 70px;
	    margin-bottom: 50px;
	    margin-top: 90px;
	}

	h2.section-title { margin-top: 0; }

    .gallery-item {
        width: 90%;
    }

    .form-hero { padding-top: 0;
	    padding: 50px;
	    height: 145px;

    }
    .join-form h1 { font-size: 21px; }

    .homeBtnGal { text-align: center; }
    .homeBtnGal p { display: inline-block; }

    .gallery-item .caption { text-align: center; }

    .home-hero { padding:0; height: 160px; }
    .homeText { margin-top: 30px; }

    .home-hero .hero-bg { position: relative; width: 100%; top: 0;   }
    .hero-text { margin: 0 auto; position: relative; padding-top: 0px; text-align: center; }
    .form-hero { padding:0; }
    .form-hero .hero-bg { position: relative; width: 100%; margin-top: 0px;}

    .footer-bottom row .col-6 { flex: none; width: 100%; }
    .footer-bottom .row { margin: 0;  }

    h2.section-title { font-size: 72px; text-align: center; }
    .col-md-3 p { text-align: center; }

    .form-group { margin-bottom: 15px; }

    body.static {
        background: #163a7a url(../images/bg-home.jpg) no-repeat top left;
        background-size: 100%;
    }
    body.static main {
        top: 70px;
    }

    .footer-md { display: none; }
    .footer-xs { display: block; }

}
