h1, h2 , h3 {
    font-family: 'Raleway', sans-serif;
}
p, span, div, ul, ol {
    font-family: 'Open Sans', sans-serif;
}
.lato span, .lato{
    font-family: 'Lato', sans-serif !important;
}
.no-pad {
    padding: 0 !important;
}
.no-mar {
    margin: 0 !important;
}
.f-s-15 {
    font-size: 15px;
}
body
{
  color:#000;
}
#about p
{
 font-size:20px;
}
.a-member-menu {
    display: inline-block;
}
hr.also-if-no-contest {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.owl-item .owner-info a.text-white {
    text-shadow: 1px 1px 5px #000;
}
/*Form*/
.form-control {
	border-radius: 0;
    border: 1px solid #595959;
    font-size: 1.2rem;
    padding: 0.375rem .75rem;
    height: calc(1.5em + .75rem + 2px);
}
.form-control:focus {
    border-color: #122633;
    outline: 0;
    box-shadow: #122633 0px 0px 1px;
}
.bg-gpg-light{
	background-color:#b9d9ee;
}
.cursor {
    cursor: pointer;
}
div#take-part-header {
    border: 2px solid #122633;
    padding: 10px 5px;
    margin: 5px 0px;
}
a.nav-link.active {
    color: #b9d9ee !important;
    /*border-bottom: 2px solid;*/
    /*border: 1px solid;*/
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #b9d9ee;
    /*border-bottom: 1px solid;*/
}
.dropdown-item i.fa {
    width: 25px;
}
.ui-widget.ui-widget-content {
    border: 1px solid #979797;
}
.header-profile-image {
    height: 50px;
    width: 50px;
    border-radius: 50%;
}
.header-profile-info span {
    font-size: 14px;
    margin-left: 8px;
}
.dropdown-item {
    padding: 3px 10px;
}
/*.dropdown-toggle::after {
    display: none;
}*/
.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    content: '\f0d7';
    font-family: 'FontAwesome';
    display: block;
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    right: -25%;
    top: 25%;
    margin-top: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #122633;
    text-decoration: none;
    background-color: #f5f5f5;
}
.dropdown-item hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.form-group {
    margin-bottom: 0px;
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}
.navbar-dark .navbar-nav .nav-link {
    color: white;
    text-align: center;
}
label.error {
    color: red;
}
.text-muted {
    color: #122633 !important;
    font-size: 15px;
    font-weight: 500;
    /*text-transform: capitalize;*/
}
.invisible {
    height: 0;
    padding: 0;
    border: 0;
    line-height: 0;
    width: 0;
    margin: 0;
}
.form-btn-top-mar {
    margin-top: 10px;
}
.v-h {
    visibility: hidden; 
}
.gpg-label{
    position: relative;
    bottom: -10px;
    left: 5px;
    width: max-content;
    background: white;
    padding: 0px 5px;
    margin: 0;
    line-height: initial;
    /*z-index: 9999;*/
    font-size: 18px;
    line-height: 18px;
    color: #122633;
    font-weight: 100;
}
/*.ui-state-active, .ui-widget-content .ui-state-active {
    background: #fff !important;
    color: #122633 !important;
    border-right: 1px solid #c5c5c5 !important;
    border-left: 1px solid #c5c5c5 !important;
    border-bottom: 0 !important;
    border-top: 0 !important;
    margin: 0px;
}*/
.hide-label{
	visibility: hidden;
}
.text-dark {
    color: #000000!important;
}
.mtier .col-12 {
    margin-bottom: 20px;
}
/*Form*/
.bg-clr
{
  background-color:#122633;
}
.bg-black {
	background-color: #000000;
}
.bg-grey {
	background-color: #F5F5F5;
}
.bg-grey-v1 {
	background-color: #EBEBEB;
}
.bg-gold {
	background-color: #122633;
}
.bg-gold-light {
    background-color: #ffdfad;
}
.bg-light-pink {
    background-color: #FFF7F2;
}
.footer-links a:hover, .footer-links a:active, .footer-links a:focus, .footer-icons a:hover, .footer-icons a:active, .footer-icons a:focus, .footer-terms a:hover, .footer-terms a:active, .footer-terms a:focus  {
    color: #b9d9ee !important;
    outline: none;
}
#logo, #logo-footer {
	width: 260px;
	max-width:100%;
}
.a-n-d {
    color: white;
    margin-right: 5px;
    margin-left: 5px;
}
.a-n-d:hover {
	color: white;
}
.a-inherit {
    color: inherit;
    border-bottom: 1px solid #122633;
    padding-bottom: 1px;
}
.a-inherit:hover {
    color: inherit;
    text-decoration: none;
}
.a-inherit-active{
    color: grey;
    border: 0;
}
.footer-links, .footer-icons {
    padding-top: 10px;
}
.p-t-link {
    text-align: center;
    padding-top: 1rem;
    font-size: 12px;
    border-top: 1px solid #d5d5d5;
    margin-top: 1rem;
    margin-bottom: 0;
}
.btn-gold {
	background-color: #122633;
    color: #fff !important;
    border-color: #122633;
    padding: 10px 40px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius:25px;
}
.btn-gold.disabled, .btn-gold:disabled {
    color: #fff;
    cursor: not-allowed;
    background-color: #122633;
    border-color: #122633;
}
.btn-wedwar-payment {
    padding: 10px 20px;
    margin: 10px;
    font-size: 20px;
    font-weight: 500;
}
.payment-bottom-line {
	margin-top:10px; color: #999; font-size: 13px; line-height:15px;
}
.btn-gold:hover, .btn-gold:active{
	background-color: #000	 !important;
	color: #fff !important;
	border-color: #000 !important;
}
.btn-trans {
	background-color: transparent;
	color: #fff;
	border-color: #fff;
	padding: 3px 25px;
    border-radius: 25px;
}
.btn-cancel {
    background-color: #706d6d !important;
    color: white !important;
    border-color: white !important;
    border-radius:25px;
}
.btn-cancel:hover, .btn-cancel:active {
    background-color: #000 !important;
    color: white !important;
    border-color: white !important;
} 
.color-gold {
	color: #122633;
}
.btn-trans:hover, .btn-trans:active {
	background-color: #b9daee !important;
	color: #122633 !important;
	border-color: #b9daee !important;
}

.margin-left-btn {
	margin-left: 10px;
}
.navbar-dark .navbar-nav .nav-link, .btn-trans, .btn-gold {
	font-weight: 500;
}
#wedwar-navbar {
    padding: 10px 10%;
}
#wedwar-navbar .navbar-nav {
    width: auto;
    margin: auto;
}
.box-pad {
    padding: 5% 10%;
}
.box-pad-footer {
    padding: 3% 10%;
}
.box-pad-about {
	padding: 2% 10%;
}
.mar-image-pad {
	margin: 5% 10%;
	text-align: center;
}
p.white-p {
    color: white;
    font-size: 19px;
    font-weight: 500;
}
.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus, .btn-success.focus, .btn-success:focus {
	box-shadow: none;
}
.small-text {
    color: #122633;
    font-size: 18px;
    font-weight: 100;
}
.collection-box {
    display: flex;
    border-radius: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    box-shadow: #cecece 1px 1px 10px;
}
.collection-number {
    width: 35%;
}
.collection-date {
	width: 65%;
}
.collection-date, .collection-number {
	padding: 10px 0px 10px 18px;
	font-weight: 400;
	font-size: 15px;
}
.member-ver-img {
    margin-top: 25px;
}
.right {
	text-align: right;
}
#d-h-m-n, #d-h-m-l {
    display: flex;
}
.d-h-m-f {
    border-right: 1px solid;    
}
.d-h-m-f:last-child {
    border-right: 0;    
}
.d-h-m-s, .d-h-m-f {
    padding: 5px;
    text-align: center;
    width: 85px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 1.5rem;
}
#timer-section {
	max-width: 250px;
    border: 1px;
    border-radius: 10px;
    box-shadow: #ddd2d2 1px 1px 10px;
}
.b-r-t-l {
	border-top-left-radius: 10px;
} 
.b-r-t-r {
	border-top-right-radius: 10px;
} 
.b-r-b-l {
	border-bottom-left-radius: 10px;
} 
.b-r-b-r {
	border-bottom-right-radius: 10px;
}
.half-hr {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    border-top: 2px solid white;
}
.photographer img {
    border: 1px solid white;
    border-radius: 50%;
    margin-bottom: 10px;
    width: 135px;
    height: 135px;
}
span.bg-white.seperator {
    position: relative;
    left: 21px;
}
.d-h-m-s {
    font-size: 38px;
    font-weight: 700;
    line-height: 45px;
    padding: 5px 10px;
}
.white-h2, .white-h3 {
    color: white;
}
p.bold-p {
    margin: 8px 0px 2px 0px;
    font-size: 18px;
    text-align: center;
    font-weight: 800;
    line-height: 15px;
}
.photographer p.bold-p {
    color: black;
}
.owl-carousel .item img {
	width: 100%;
}
p.small-p {
    text-align: center;
    margin: 0;
    font-size: 12px;
}
.center {
	text-align: center;
}
.owl-theme .owl-controls .owl-page span {
    border-radius: 0;
    width: 30px;
    background: white;
    height: 3px;
}

.owl-theme .owl-controls {
    margin-top: 0;
    text-align: center;
    position: relative;
    top: -100px;
    padding-right: 10%;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	background: #122633;
}
.owl-pagination {
    text-align: right;
    padding-right: 50px;
}
.color-w {
	color: white;
}
.h2, h2 {
	font-size: 3rem;
    font-weight: 700;
}
.h4, h4 {
	font-weight: 700;
}
/*p, ul {
	font-size: 18px;
	color: #4b4b4b;
}*/
.que {
	color: black;
    font-weight: 700;
}
.owner img {
    width: 50px !important;
    border-radius: 50%;
    text-align: center;
}
.owner p {
    margin: 0;
    text-align: left;
    font-size: 18px;
    line-height: 20px;
}
.owner-info .small-p {
    font-size: 12px;
    font-weight: 600;
}
.owner {
    display: flex;
    position: relative;
    top: -70px;
    width: max-content;
    padding-left: 10%;
}
.owner-info {
    padding-top: 10px;
    padding-left: 5px;
    text-align: left;
}
.only-mobile {
	display: none;
}
.only-desktop {
	display: block;
}
.m-b-o-m {
	margin-bottom: 0px;
}
.navbar-nav .dropdown-menu {
    /*border: 2px solid #122633;
    border-radius: 0;
    margin-top: 25px;*/
    box-shadow: #585858 0px 0px 3px;
}
.gpg-register-form, .gpg-form {
    border: 3px solid #b9d9ee;
    padding: 30px 30px;
    margin: 50px 0px;
    background-color: #b9d9ee;
    border-radius: 25px;
}
.step-identifier {
    display: flex;
    position: relative;
    top: -50px;
    margin: auto;
    max-width: auto;
    text-align: center;
}
.detail-social a {
        word-break: break-all;
}
.step-number {
    text-align: center;
    padding: 5px 12px;
    border: 2px solid #06050A;
    margin: 0px 5px;
    background: white;
    font-weight: 700;
    border-radius: 100%;
}
.step-current {
    background: #122633;
    color: white;
    border-color: #122633;
}
.image {
    height: 185px;
    width: 185px;
    position: relative;
    top: -41px;
    border-radius: 50%;
    margin: auto;
}
.upload-profile {
    position: relative;
    top: 100px;
    left: 55px;
    background: #00000066;
    border: none;
    text-align: center;
    padding: 3px 8px;
    color: white;
    border-radius: 5px;
    font-weight: 600;
    z-index: 999;
    box-shadow: #ffffff 0px 0px 7px;
}
#profile-image-placeholder {
    width: 185px;
    height: 185px;
    background-repeat: no-repeat;
    margin: auto;
}
.profile-photo-label, .cost-label {
    color: black;
    font-size: 13px;
}
.hide-step {
    display: none;
}
.show-step {
    display: block;
}
.special-m-t {
    margin-top: 55px;
}
.sub-navigation {
    margin-bottom: 30px;
    /*font-size: 20px;*/
    font-weight: 700;
    cursor: pointer;
}
#toast-container>div {
    opacity: 1;
}
.btn-wining-photos, .btn-gallery {
    border-radius: inherit;
    font-size: 30px;
    background: #25506b;
    border: none;
    color: #fff;
}
.active-btn {
    background: #112633;
    color:#fff;
}
.btn-wining-photos:hover, .btn-gallery:hover, .btn-wining-photos:active, .btn-gallery:active {
    background: #112633 !important;
    color: #fff !important;
}
.blueimp-gallery a {
    color: #fff !important;
}
.about-desc {
    /*text-align: justify;*/
    white-space: pre-line;
}
.photographer a:hover {
    color: inherit;
}
.navbar-nav .dropdown-menu {
    left: -50%;
}
/* @media (max-width: 1280px) {
    #logo, #logo-footer {
        width: 125px;
    }
    
} */
/*Changes 22-02-2020*/
.btn-member-menu {
    background: transparent;
    color: #000000;
    border: 2px solid #112633;
    border-radius:20px;
    padding: 5px 20px;
}
.btn-member-menu:hover, .btn-member-menu:active, .btn-member-menu:focus {
    background: #112633 !important;
    border: 2px solid #112633 !important;
    color: #fff !important;
}
.btn-member-menu.btn-arrow-right:after {
    border-left: 30px solid #112633;
    right: -32px;
}

.btn-arrow {
    position: relative;
}
.btn-arrow-right:before {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    top: 50%;
    margin-top: -20px;
}
.btn-arrow:before {
    z-index: 10;
}
.btn-arrow:after, .btn-arrow:before {
    position: absolute;
    line-height: 0;
    content: '';
}
.active-menu {
    background: #112633;
    color: #fff;
    font-weight: 600;
}
.a-member-menu:hover {
    text-decoration: none;
}
/*Changes 22-02-2020*/
@media (min-width: 768px) {
	.navbar-expand-md .navbar-nav .nav-link {
	    padding-right: 1rem;
	    padding-left: 1rem;
	}
}
@media (max-width: 767px) {
   
    .navbar-nav .dropdown-menu{
        background: transparent;
        border: 0;
        box-shadow: none;
    }
    .dropdown-item {
        color: #fff;
    }
    .gpg-register-form {
        padding: 30px 20px;
    }
    .sub-navigation div div div {
        margin-bottom: 10px;
    }
    .no-pad-mobile {
        padding: 0;
    }
    .no-mar-mobile {
        margin: 0;
    }
	.h2, h2 {
	    font-size: 2rem;
	}
	.only-mobile {
		display: block;
	}
	.only-desktop {
		display: none;
	}
	
	.t-l-m {
		text-align: left;
	}
	.box-pad-about {
	    padding: 10% 5%;
	}
	.box-pad {
	    padding: 10% 5%;
	}
    .box-pad-footer {
        padding: 10% 10%;
    }
	.mar-image-pad {
	    margin: 5% 5%;
	    text-align: center;
	}
	.owl-theme .owl-controls .owl-page span {
	    width: 18px;
	    height: 2px;
	}
	.m-l-0 {
		margin-left: 0;
	}
	.owl-theme .owl-controls {
	    top: -80px;
	}
}
@media (max-width: 992px) {
	.m-b-o-m {
		margin-bottom: 20px;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	#wedwar-navbar {
	    padding: 10px 2%;
	}
	.navbar-expand-md .navbar-nav .nav-link {
	    padding-right: 4px;
	    padding-left: 4px;
	}
	#logo, #logo-footer {
	    width: 160px;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	#wedwar-navbar {
	    padding: 10px 35px;
	}
	.box-pad-footer {
	    padding: 3% 15px;
	}
}




@media (max-width: 767px) {
    .sub-navigation {
        margin-bottom: 0;
    }
    hr.only-if-contest, hr.also-if-no-contest {
        margin-top: 0;
        margin-bottom: 0;
    }
    #timer-section {
        margin: auto;
    }
    .photographer.border-right {
        border: 0;
    }
    .dropdown-toggle::after {
        right: -100%;
    }
    #logo, #logo-footer {
        width: 170px;
        max-width: 100%;
    }
}


