/* Minification failed. Returning unminified contents.
(349,42): run-time error CSS1031: Expected selector, found '<'
(349,42): run-time error CSS1025: Expected comma or open brace, found '<'
(397,33): run-time error CSS1033: Expected closing bracket, found 'i'
(397,34): run-time error CSS1031: Expected selector, found ']'
(397,34): run-time error CSS1025: Expected comma or open brace, found ']'
(615,16): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(1415,32): run-time error CSS1019: Unexpected token, found '}'
(2825,1): run-time error CSS1019: Unexpected token, found '}'
(3328,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(3329,8): run-time error CSS1035: Expected colon, found '{'
(3338,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(3339,8): run-time error CSS1035: Expected colon, found '{'
(3348,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(3349,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(3358,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(3359,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(3394,37): run-time error CSS1019: Unexpected token, found ';'
(3395,11): run-time error CSS1030: Expected identifier, found ' '
(3395,12): run-time error CSS1031: Expected selector, found '46px'
(3395,12): run-time error CSS1025: Expected comma or open brace, found '46px'
(3395,18): run-time error CSS1019: Unexpected token, found '}'
(3442,37): run-time error CSS1019: Unexpected token, found ';'
(3443,11): run-time error CSS1030: Expected identifier, found ' '
(3443,12): run-time error CSS1031: Expected selector, found '46px'
(3443,12): run-time error CSS1025: Expected comma or open brace, found '46px'
(3444,12): run-time error CSS1030: Expected identifier, found ' '
(3444,20): run-time error CSS1031: Expected selector, found ';'
(3444,20): run-time error CSS1025: Expected comma or open brace, found ';'
(3444,22): run-time error CSS1019: Unexpected token, found '}'
(3497,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(3498,8): run-time error CSS1035: Expected colon, found '{'
(3502,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(3503,8): run-time error CSS1035: Expected colon, found '{'
(3740,1): run-time error CSS1019: Unexpected token, found '}'
 */
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic);
body,html {
  font-family: 'Open Sans', 'sans-serif';
   height: 100%;
}

.navbar-toggle {
	position: relative;
    padding: 10px 0px;
    margin-top: 8px;
	color: #0e2f56 !important;
    margin-right: 15px;
    margin-bottom: 6px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	text-align:center;
	display: block;
    height: 100%;
    width: 100%;
}
.navbar-form {
	margin: 0;	
}
.fa-2x {
    font-size: 1.4em !important;
}
.submit-btn {
	padding: 0 10px;
	background: transparent;
	border: 0;
}
.navbar {
	margin-bottom: 0px !important;	
	min-height: auto;
}
.logo {
	width:100px; 
	padding-top: 4px;	
}
.nav-justified {
	max-width: 1220px;
    margin: auto
}
.nav-justified>li>a{
	background: #fff;
	margin-bottom: 0px;
}
.nav-justified>.dropdown .dropdown-menu {
	left: 0;
	top: auto;
	padding-bottom: 40px;
}
.mega-dropdown-popupmenu {
	max-width: 1220px; 
	margin: auto;
}
.mobile-social .list-inline{
	margin: 0;
	padding: 0;	
}
.mobile-social .list-inline>li {
    padding-right: 0px;
    padding-left: 0px;
}
.dropdown-menu {
   margin: 0;
   border-top: 1px solid #ddd;
   border-bottom: 0;
   border-left: 0;
   border-right: 0;
    border-radius: 0px;
	width: 100%;
}
.mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}

div.mega-dropdown-popupmenu > div,div.mega-dropdown-popupmenu li > ul {
  padding: 0;
  margin: 0px;
}

div.mega-dropdown-popupmenu > div  li,div.mega-dropdown-popupmenu li > ul > li {
    list-style: none;
}

div.mega-dropdown-popupmenu > div  li > a, div.mega-dropdown-popupmenu li > ul > li > a {
    display: block;
    color: #7a7a7a;
    padding: 3px 8px;
    font-size: 12px;
    font-weight: 200;
}

div.mega-dropdown-popupmenu > div > li > a:hover,
div.mega-dropdown-popupmenu > div > li > a:focus,
div.mega-dropdown-popupmenu li > ul > li > a:hover,
div.mega-dropdown-popupmenu li > ul > li > a:focus {
    text-decoration: none;
}

/*.mega-dropdown-menu > div > li > ul {
  padding: 0;
  margin: 0px;
}
.mega-dropdown-menu > div > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > div > li > ul > li > a {
  display: block;
  color: #7a7a7a;
  padding: 3px 8px;
  font-size: 12px;
}
.mega-dropdown-menu > div >li ul > li > a:hover,
.mega-dropdown-menu > div >li ul > li > a:focus {
  text-decoration: none;
}*/

.mega-dropdown-menu .dropdown-header {
  font-size: 13px;
  font-weight: 600;
  color: #000;
  padding: 5px 60px 20px 10px;
  margin:0px;
  line-height: 30px;
  font-family: Verdana,Geneva,sans-serif !important; 
}
.mega-dropdown-menu .dropdown-subtitle {
  font-size: 13px;
  color: #000;
  line-height: 30px;
}
@media screen and (max-width:768px){
.mega-dropdown-menu .dropdown-header {
    padding: 6px 12px;
    background: #Fff;
    color: #000 !important;
}
.mega-dropdown-menu .dropdown-subtitle {
	padding: 0px 12px;
color: #000 !important;
}

.mega-dropdown-menu .dropdown-subtitle  a {
	
color: #000 !important;
}
.mega-dropdown-menu > div > li > ul > li > a {
    display: block;
    color: #7a7a7a;
    padding: 3px 8px;
    font-size: 12px;
    font-weight: 200;
}
}
.carousel-control {
  width: 30px;
  height: 30px;
  top: -35px;

}
.left.carousel-control {
  right: 30px;
  left: inherit;
}
.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right {
  font-size: 12px;
  background-color: #fff;
  line-height: 30px;
  text-shadow: none;
  color: #333;
  border: 1px solid #ddd;
}

.nav .open > a, .nav .open > a:focus, .nav  .open  > a:hover {
    background-color: #fff;
    border-color: #337ab7;  
    font-weight: 600;
}
/*Login Screen Style*/

.card-container.card {
    max-width: 350px;
    padding: 40px 40px;
}

.btn {
    font-weight: 700;
    height: 36px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
	max-width: 240px;
}

/*
 * Card component
 */
.card {
    background-color: #F7F7F7;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/*
 * Form styles
 */
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px ;
   /* box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px ;*/
}

.btn.btn-signin {
    /*background-color: #4d90fe; */
   /* background-color: rgb(104, 145, 162);*/
    /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}

.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus {
    background-color: rgb(97, 133, 150);
}

.forgot-password {
    color: rgb(104, 145, 162);
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus{
    color: rgb(12, 97, 33);
}
/*Login screen End*/
@media screen and (max-width:768px){	
	.mega-dropdown-popupmenu .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
	}
	.mega-dropdown-menu{
		margin-top: -3px;
		padding: 0;	
	}
    div.mega-dropdown-popupmenu > div li > a, div.mega-dropdown-popupmenu li > ul > li > a {
        display: block;
        color: #666;
        padding: 3px;
        font-size: 12px;
    }

    div.mega-dropdown-popupmenu > div li, div.mega-dropdown-popupmenu li > ul > li{
        font-size: 20px;
        padding: 10px;
        margin: 0;
        background: #f9f9f9;
        border-top: 1px solid #fff;
    }

    div.mega-dropdown-popupmenu > div li < ul < li{
        padding: 0px;
    }

    .nav-justified > .dropdown .dropdown-menu {
	    padding: 0;
    }
    .navbar-collapse {
	    padding: 0;	
    }
    .nav-justified>li {
        border-top: 1px solid #f7f7f7;
	    padding-left: 10px;
    } 
    .nav > li > a {
	    text-align: left;	
	    color: #000;
		font-weight:600;
    }

    .nav-justified>.dropdown .dropdown-menu {
        border-bottom: 1px solid #ddd;
    }
    .navbar .navbar-form .btn-search {
	     font-size: 12px;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        background: transparent;
        padding: 0 6px;
        height: 18px;
        min-height: 18px;
    }
}

.imaginary_container .stylish-input-group .input-group-addon{
    background: white !important; 
}
.imaginary_container .stylish-input-group .form-control{
	border-right:0; 
	box-shadow:0 0 0; 
	border-color:#ccc;
}
.imaginary_container .stylish-input-group button{
    border:0;
    background:transparent;
}

.search-btn input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
    align-items: flex-start;
    text-align: center;
    cursor: default;
    color: buttontext;
	/*
    background-color: none;*/
	background-color: transparent;
    padding: 0px;
    border-width: 0;
    border-style: none;
    border-color: transparent;
    border-image: none;
}
.navbar .fa {
	padding-right: 3px;	
}

.navbar .navbar-form {
	padding-right: 0px;	
	padding-left: 0px;	
	border: 1px solid #ddd;
}
.navbar  .navbar-form {
	margin: 20px 10px 10px 0px;
}


.mega-dropdown-popupmenu h3 > a{
    display:block;
}
/**{
  color: #000000 ;
}*/
/* HEADER */
#logo {
	padding: 20px 0 5px 0;	
}
.btnNavbar {
    cursor:pointer;
}
.navbar-toggle {
    float: left;
}
.nav-pills>li.active>a{
    color: #0e2f56 !important;
    background-color: #fff !important;
	font-weight:200;
}
.nav-pills>li.active>a:hover{
  background-color: #fff;
}
.nav>li>a:focus, .nav>li>a:hover{
    text-decoration: none;
    background-color: #fff;
    color: #0e2f56 !important;
    font-weight: 600;
}
.navbar-nav>li>a {
    padding-top: 20px;
}
#nav-right button{
      font-size: 10px;
      margin-top: 15px;
      margin-bottom: 15px;
      margin-left: 10px;
      background-color: #fff;
      border-radius: 4px;
      border: 1px solid;
      padding: 5px 9px;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 0;
	font-size: 14px;
	color: #000;
	font-family: Verdana,Geneva,sans-serif;
	font-weight: 400;
}
.fa {
    padding-right: 10px;
    font-size: 14px;
    color: #000000 !important;
}
.icon-bar {
  color: #2f5c91;
  border-color: #2f5c91;
  background-color: #2f5c91;
}
/*
#nav-right{
  float:right;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #fff;
    color: #7079c6 !important;
}
.navbar-nav>li>a {
    padding-top: 20px;
}
.navbar-toggle {
  border: 2px solid #7178c6;
}
.icon-bar {
  color: #7178c6;
  border-color: #7178c6;
  background-color: #7178c6;
}
#nav-right button{
      font-size: 10px;
      margin-top: 15px;
      margin-bottom: 15px;
      margin-left: 10px;
      background-color: #fff;
      border-radius: 4px;
      border: 1px solid;
      padding: 5px 9px;
}
#nav-right{
  margin-right: 15px;
}
*/
.nav-justified {
	font-size: 14px;	
}
.topBar {
    background-color: #f9f9f9;
    font-size: 12px;
	padding: 6px 0;
}
.topBar ul {
    margin: 0;
}
.topBar ul li {
    line-height: 18px;
	padding: 0px !important;
	display: inline-block
}
.topBar a {
    color: #000;text-decoration:none;
}
.text-primary {
    color: #345080;
}

.topBar ul.topBarNav {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.topBar ul.topBarNav li {
    position: relative;
    display: inline-block;
    margin-right: -4px;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.topBar ul.topBarNav li:last-child {
    border-right: none;
}
    .topBar ul.topBarNav li a {
        /*display: block;*/
        display: inline-block;
        padding-left: 12px;
        padding-right: 12px;
        font-size: 13px;
    }



.topBar ul.topBarNav li ul {
	/*max-width: 1220px;*/
    background-color: #ffffff;
	color: #000;
    position: absolute;
    top: 30px;
    left: auto;
    min-width: 10px;
    right: 4px;
    border-radius: 0px;
    border: solid 0px;
    margin-right: -4px;
    padding: 0;
    list-style-type: none;
    z-index: 9999;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
}
.topBar ul.topBarNav li ul li {
    display: block;
    line-height: 30px;
    width: 100%;
    border: none;
}

    .topBar ul.topBarNav li a {
        /*display: block;*/
        display: inline-block;
        padding-left: 12px;
        padding-right: 12px;
    }
.topBar .dropdown-menu > li > a {
    display: block;
    padding: 6px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #878c94; 
    font-size:15px
    white-space: nowrap;
}
.topBar .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #0e2f56;
    text-decoration: none;
   background-color: rgba(0, 0, 0, 0.02);
}
/* HEADER */

@media screen and (max-width:1024px){
.nav-justified {
	font-size: 12px;	
}
}
/* MEDIA QUERIES FOR TOP NAV*/
@media screen and (max-width:768px){
    .nav > li > a {
        font-weight: 600;
    }

        .nav > li > a[data-toggle="dropdown"]:after {
            display: inline-block;
            font: normal normal normal 20px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            /*transform: rotate(180deg);*/
            transition: all linear 0.25s;
            content: "\f054";
            float: right;
            margin-right: 15px;
            opacity: 0.5;
            filter: alpha(opacity=50); /* For IE8 and earlier */
        }

        .nav > li > a[data-toggle="dropdown"][aria-expanded="true"]:after {
            display: inline-block;
            font: normal normal normal 20px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            transform: rotate(90deg);
            transition: all linear 0.25s;
            content: "\f054";
            float: right;
            margin-right: 15px;
            opacity: 0.5;
            filter: alpha(opacity=50); /* For IE8 and earlier */
        }


            .dropdown-header > a {
                color: #000000;
            }
  #nav-left{
    text-align: center;
  }
  #nav-left:after{
    display: block;
    content: "";
    clear: both;
  }
  #nav-left li{
    float:left;
    width: 31%;
    padding:1%;
  }
  #nav-right{
    display: block;
    content: "";
    clear: both;
  }
  #nav-right{
    text-align: center;
    width:100%;
  }
  #nav-right li {
    float: left;
    width:23%;
    padding: 1%;
  }
  #logo a img {
    margin-top: 0;
    margin-bottom: 0;
}
#main-navigation ul li{
  border-top: 1px solid #7178c6;
  width: 100%;
}

}
/* MEDIA QUERIES FOR TOP NAV END*/
/* HEADER END*/


/* SLIDER 
#Container_Carousel .rows .col-xs-12{
  margin:0;
  padding:0;
}

#Container_Carousel{
  margin:0;
  padding:0;
  width:100%;
  max-height: 850px;
}

.item img{
  width:100%;
  max-height: 850px;
}

.carousel,.item,.active{
  height:100%;
}

.carousel-inner{
  height:100%;
}

.carousel-control.left, .carousel-control.right {
    background-image:none;
}
.glyphicon-circle-arrow-left {
  position: absolute;
  top: 50%;
  font-size: 50px;
  opacity: 0.5;
  left: 50px;
}
.glyphicon-circle-arrow-right {
  position: absolute;
  top: 50%;
  font-size: 50px;
  opacity: 0.5;
  right: 50px;
}
SLIDER END*/

html {
	font-size: 16px;
}
.container {
  position: relative; }
img {
    -webkit-backface-visibility: hidden; 
    -ms-transform: translateZ(0); /* IE 9 */
    -webkit-transform: translateZ(0); /* Chrome, Safari, Opera */
    transform: translateZ(0);
}
.btn {
  margin-bottom: 0.5rem; 
  /* Ada add*/
  width: 100%;
   font-family: Verdana,Geneva,sans-serif; 
   font-weight: 400;
  }
  .btn + .btn {
    margin-left: 1rem; }
  @media (max-width: 767px) {
    .btn {
      white-space: normal; }
      .btn + .btn {
        margin-left: 0; } }

.bg-primary {
  background-color: #0e2f56 !important; }

.bg-success {
  background-color: #90a878 !important; }
/*
.bg-info {
  background-color: #7e9b9f !important; }*/

.bg-warning {
  background-color: #f3c649 !important; }

.bg-danger {
  background-color: #f28281 !important; }

.bg-none {
  background: none !important; }

.btn {
  font-family: Georgia,Times,Times New Roman,serif; 
  font-weight: 100;
  letter-spacing: 1px;
  /*padding: 0.75rem 2.1875rem;
    border-radius: 3px;
*/
	border-radius: 0px;
	padding: 0.4rem 1rem;
  font-size: 12px;
  line-height: 1.5;

  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.btn-sm {
  padding: 0.625rem 2.1874rem;
  font-size: 0.9687rem;
  line-height: 1.5;
  border-radius: 3px;
  font-family: Verdana,Geneva,sans-serif; 
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0px; }

.btn-lg {
  padding: 0.75rem 2.1874rem;
  font-size: 0.9687rem;
  line-height: 1.33333;
  border-radius: 3px; }

.btn-xlg {
  padding: 0.75rem 2.1874rem;
  font-size: 1.1875rem;
  line-height: 1.33333;
  border-radius: 3px; }

.btn-primary {
  background-color: #0e2f56;
 font-family: Verdana,Geneva,sans-serif; 
  border-color: #0e2f56;
  box-shadow: none;
  color: #fff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #061c36;
    border-color: #061c36;
    box-shadow: none; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #061c36;
    border-color: #061c36; }
  .btn-primary:active, .btn-primary.active {
    color: #fff;
    background-color: #061c36;
    border-color: #061c36;
    background-image: none;
    box-shadow: none; }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff !important;
    background-color: #061c36 !important;
    border-color: #061c36 !important;
    opacity: 0.85; }
@media (max-width: 1530px) {
.btn-primary {
    font-size: 12px;
    letter-spacing:0;
    /*line-height: 24px;
    padding: 0;*/
}
}
.btn-secondary {
  background-color: #bfcecb;
  border-color: #bfcecb;
  box-shadow: none;
  color: #fff; 
  height: 36px;}
  .btn-secondary:hover {
    color: #fff;
    background-color: #94ada8;
    border-color: #94ada8;
    box-shadow: none; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #94ada8;
    border-color: #94ada8; }
  .btn-secondary:active, .btn-secondary.active {
    color: #fff;
    background-color: #94ada8;
    border-color: #94ada8;
    background-image: none;
    box-shadow: none; }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff !important;
    background-color: #94ada8 !important;
    border-color: #94ada8 !important;
    opacity: 0.85; }

.btn-info {
  background-color: #7e9b9f;
  border-color: #7e9b9f;
  box-shadow: none;
  color: #fff; }
  .btn-info:hover {
    color: #fff;
    background-color: #597478;
    border-color: #597478;
    box-shadow: none; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #597478;
    border-color: #597478; }
  .btn-info:active, .btn-info.active {
    color: #fff;
    background-color: #597478;
    border-color: #597478;
    background-image: none;
    box-shadow: none; }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff !important;
    background-color: #597478 !important;
    border-color: #597478 !important;
    opacity: 0.85; }

.btn-success {
  background-color: #90a878;
  border-color: #90a878;
  box-shadow: none;
  color: #fff; }
  .btn-success:hover {
    color: #fff;
    background-color: #6a8153;
    border-color: #6a8153;
    box-shadow: none; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #6a8153;
    border-color: #6a8153; }
  .btn-success:active, .btn-success.active {
    color: #fff;
    background-color: #6a8153;
    border-color: #6a8153;
    background-image: none;
    box-shadow: none; }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff !important;
    background-color: #6a8153 !important;
    border-color: #6a8153 !important;
    opacity: 0.85; }

.btn-warning {
  background-color: #f3c649;
  border-color: #f3c649;
  box-shadow: none;
  color: #fff; }
  .btn-warning:hover {
    color: #fff;
    background-color: #e1a90f;
    border-color: #e1a90f;
    box-shadow: none; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #e1a90f;
    border-color: #e1a90f; }
  .btn-warning:active, .btn-warning.active {
    color: #fff;
    background-color: #e1a90f;
    border-color: #e1a90f;
    background-image: none;
    box-shadow: none; }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #fff !important;
    background-color: #e1a90f !important;
    border-color: #e1a90f !important;
    opacity: 0.85; }

.btn-danger {
  background-color: #f28281;
  border-color: #f28281;
  box-shadow: none;
  color: #fff; }
  .btn-danger:hover {
    color: #fff;
    background-color: #eb3d3c;
    border-color: #eb3d3c;
    box-shadow: none; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #eb3d3c;
    border-color: #eb3d3c; }
  .btn-danger:active, .btn-danger.active {
    color: #fff;
    background-color: #eb3d3c;
    border-color: #eb3d3c;
    background-image: none;
    box-shadow: none; }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff !important;
    background-color: #eb3d3c !important;
    border-color: #eb3d3c !important;
    opacity: 0.85; }

.btn-white {
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
  color: #535353; }
  .btn-white:hover {
    color: #fff;
    background-color: #d4d4d4;
    border-color: #d4d4d4;
    box-shadow: none; }
  .btn-white:focus, .btn-white.focus {
    color: #fff;
    background-color: #d4d4d4;
    border-color: #d4d4d4; }
  .btn-white:active, .btn-white.active {
    color: #fff;
    background-color: #d4d4d4;
    border-color: #d4d4d4;
    background-image: none;
    box-shadow: none; }
  .btn-white.disabled, .btn-white:disabled {
    color: #fff !important;
    background-color: #d4d4d4 !important;
    border-color: #d4d4d4 !important;
    opacity: 0.85; }

.btn-black {
  background-color: #535353;
  border-color: #535353;
  box-shadow: none;
  color: #fff; }
  .btn-black:hover {
    color: #fff;
    background-color: #2d2d2d;
    border-color: #2d2d2d;
    box-shadow: none; }
  .btn-black:focus, .btn-black.focus {
    color: #fff;
    background-color: #2d2d2d;
    border-color: #2d2d2d; }
  .btn-black:active, .btn-black.active {
    color: #fff;
    background-color: #2d2d2d;
    border-color: #2d2d2d;
    background-image: none;
    box-shadow: none; }
  .btn-black.disabled, .btn-black:disabled {
    color: #fff !important;
    background-color: #2d2d2d !important;
    border-color: #2d2d2d !important;
    opacity: 0.85; }

.btn-primary-outline {
  background: none;
  border-color: #8e7041;
  color: #8e7041; }
  .btn-primary-outline:focus, .btn-primary-outline.focus, .btn-primary-outline:active, .btn-primary-outline.active {
    color: #fff;
    background-color: #c0a375;
    border-color: #c0a375; }
  .btn-primary-outline:hover {
    color: #fff;
    background-color: #c0a375;
    border-color: #c0a375; }
  .btn-primary-outline.disabled, .btn-primary-outline:disabled {
    color: #fff !important;
    background-color: #c0a375 !important;
    border-color: #c0a375 !important;
    opacity: 0.85; }

.btn-secondary-outline {
  background: none;
  border-color: #85a29c;
  color: #85a29c; }
  .btn-secondary-outline:focus, .btn-secondary-outline.focus, .btn-secondary-outline:active, .btn-secondary-outline.active {
    color: #fff;
    background-color: #bfcecb;
    border-color: #bfcecb; }
  .btn-secondary-outline:hover {
    color: #fff;
    background-color: #bfcecb;
    border-color: #bfcecb; }
  .btn-secondary-outline.disabled, .btn-secondary-outline:disabled {
    color: #fff !important;
    background-color: #bfcecb !important;
    border-color: #bfcecb !important;
    opacity: 0.85; }

.btn-info-outline {
  background: none;
  border-color: #4e6669;
  color: #4e6669; }
  .btn-info-outline:focus, .btn-info-outline.focus, .btn-info-outline:active, .btn-info-outline.active {
    color: #fff;
    background-color: #7e9b9f;
    border-color: #7e9b9f; }
  .btn-info-outline:hover {
    color: #fff;
    background-color: #7e9b9f;
    border-color: #7e9b9f; }
  .btn-info-outline.disabled, .btn-info-outline:disabled {
    color: #fff !important;
    background-color: #7e9b9f !important;
    border-color: #7e9b9f !important;
    opacity: 0.85; }

.btn-success-outline {
  background: none;
  border-color: #5d7149;
  color: #5d7149; }
  .btn-success-outline:focus, .btn-success-outline.focus, .btn-success-outline:active, .btn-success-outline.active {
    color: #fff;
    background-color: #90a878;
    border-color: #90a878; }
  .btn-success-outline:hover {
    color: #fff;
    background-color: #90a878;
    border-color: #90a878; }
  .btn-success-outline.disabled, .btn-success-outline:disabled {
    color: #fff !important;
    background-color: #90a878 !important;
    border-color: #90a878 !important;
    opacity: 0.85; }

.btn-warning-outline {
  background: none;
  border-color: #c9970d;
  color: #c9970d; }
  .btn-warning-outline:focus, .btn-warning-outline.focus, .btn-warning-outline:active, .btn-warning-outline.active {
    color: #fff;
    background-color: #f3c649;
    border-color: #f3c649; }
  .btn-warning-outline:hover {
    color: #fff;
    background-color: #f3c649;
    border-color: #f3c649; }
  .btn-warning-outline.disabled, .btn-warning-outline:disabled {
    color: #fff !important;
    background-color: #f3c649 !important;
    border-color: #f3c649 !important;
    opacity: 0.85; }

.btn-danger-outline {
  background: none;
  border-color: #e82625;
  color: #e82625; }
  .btn-danger-outline:focus, .btn-danger-outline.focus, .btn-danger-outline:active, .btn-danger-outline.active {
    color: #fff;
    background-color: #f28281;
    border-color: #f28281; }
  .btn-danger-outline:hover {
    color: #fff;
    background-color: #f28281;
    border-color: #f28281; }
  .btn-danger-outline.disabled, .btn-danger-outline:disabled {
    color: #fff !important;
    background-color: #f28281 !important;
    border-color: #f28281 !important;
    opacity: 0.85; }

.btn-white-outline {
  background: none;
  border-color: #fff;
  color: #fff; }
  .btn-white-outline:focus, .btn-white-outline.focus, .btn-white-outline:active, .btn-white-outline.active {
    color: #535353;
    background-color: #fff;
    border-color: #fff; }
  .btn-white-outline:hover {
    color: #535353;
    background-color: #fff;
    border-color: #fff; }
  .btn-white-outline.disabled, .btn-white-outline:disabled {
    color: #535353 !important;
    background-color: #fff !important;
    border-color: #fff !important;
    opacity: 0.85; }

.btn-black-outline {
  background: none;
  border-color: #202020;
  color: #202020; }
  .btn-black-outline:focus, .btn-black-outline.focus, .btn-black-outline:active, .btn-black-outline.active {
    color: #fff;
    background-color: #535353;
    border-color: #535353; }
  .btn-black-outline:hover {
    color: #fff;
    background-color: #535353;
    border-color: #535353; }
  .btn-black-outline.disabled, .btn-black-outline:disabled {
    color: #fff !important;
    background-color: #535353 !important;
    border-color: #535353 !important;
    opacity: 0.85; }

a.mbr-iconfont:hover {
  text-decoration: none; }

.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  color: #232323; }
  .btn-social i {
    top: 0;
    line-height: 44px;
    width: 44px; }
  .btn-social:hover {
    color: #fff;
    background: #c0a375; }
  .btn-social + .btn {
    margin-left: 0.1rem; }

p.lead,
.lead p {
  font-size: 0.8rem;
  font-weight: 300;
  margin-bottom: 0px;	
  /*font-size: 1.07rem;margin-bottom: 2.3125rem;
  letter-spacing: 0.6rem;*/ }

.article .lead p, .article .lead ul, .article .lead ol, .article .lead pre, .article .lead blockquote {
  margin-bottom: 0; }

.lead {
  font-size: 1.07rem;
  font-weight: 300; }
  .lead a {
    font-family: Verdana,Geneva,sans-serif; 
    font-style: italic;
    font-weight: 400; }
    .lead a, .lead a:hover {
      color: #c0a375;
      text-decoration: none; }
  .lead h1 {
    font-size: 3rem;
    /*font-weight: 600;*/
	font-weight: 100;
    letter-spacing: -1px;
    margin-bottom: 1.605rem; }
  .lead h2 {
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 1.605rem; }
  .lead h3 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1.605rem; }
  .lead h4 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.605rem; }
  .lead blockquote {
    font-family: Verdana,Geneva,sans-serif; 
    font-style: italic;
    padding: 10px 0 10px 20px;
    border-left: 4px solid #c39f76;
    font-size: 1.09rem;
    position: relative; }
  .lead ul, .lead ol, .lead pre, .lead blockquote {
    margin-bottom: 2.3125rem; }
  .lead pre {
    background: #f4f4f4;
    padding: 10px 24px;
    white-space: pre-wrap; }

.display-1 {
  font-size: 4.39rem;
  font-weight: 600;
  letter-spacing: -2px;
  margin-bottom: 0.2843em;
  margin-top: 3.9rem; }

.display-2 {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 1.5625rem;
  margin-top: 3.5rem; }

.display-3 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-top: 3.2rem;
  margin-bottom: 2rem; }

.display-4 {
  font-size: 2rem;
  font-weight: 600;
  margin-top: 2.3rem;
  margin-bottom: 1.8rem; }

.modal-backdrop {
  background: -webkit-linear-gradient(left, #564740, #3a414a);
  background: -moz-linear-gradient(left, #564740, #3a414a);
  background: -o-linear-gradient(left, #564740, #3a414a);
  background: -ms-linear-gradient(left, #564740, #3a414a);
  background: linear-gradient(left, #564740, #3a414a);
  opacity: 0.94; }
  
.form-control {
  background-color: #fff;
  border: 1px solid #f9f9f9; 
  border-radius: 0px;
  box-shadow: none;
  color: #000;
  font-size: 0.875rem;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 0.5em 1.07em 0.5em; }
  .form-control, .form-control:focus {
    border: 1px solid #e8e8e8; 
	/* add by ada
	height: auto; */
	
	min-height: 30px;}
  .form-active .form-control:invalid {
    border-color: #f28281; }
/*
.form-control {
  background-color: #f5f5f5;
  border-radius: 3px;
  box-shadow: none;
  color: #565656;
  font-size: 0.875rem;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 0.5em 1.07em 0.5em; }
  .form-control, .form-control:focus {
    border: 1px solid #e8e8e8; 
	height: 30px;
	min-height: 30px;}
  .form-active .form-control:invalid {
    border-color: #f28281; }
*/
.form-control-label {
  cursor: pointer;
  font-size: 0.875rem;
  margin-bottom: 0.357em;
  padding: 0; }

.alert {
  border-radius: 0;
  border: 0;
  font-family: Georgia,Times,Times New Roman,serif; 
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative; }
  .alert.alert-form:after {
    background-color: inherit;
    bottom: -7px;
    content: "";
    display: block;
    height: 14px;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    transform: rotate(45deg);
    width: 14px; }

.alert-success {
  background-color: #90a878;
  color: #fff; }

.alert-info {
  background-color: #7e9b9f;
  color: #fff; }

.alert-warning {
  background-color: #f3c649;
  color: #fff; }

.alert-danger {
  background-color: #f28281;
  color: #fff; }

/**
 * TYPOGRAPHY
 */
body {
  font-family: Verdana,Geneva,sans-serif !important; 
  color: #565656; 
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.display-1, .display-2, .display-3, .display-4 {
  /*font-family: Georgia,Times,Times New Roman,serif; */
    font-family: Verdana,Geneva,sans-serif; 
  word-break: break-word;
  word-wrap: break-word; }

input, textarea {
  font-family: Verdana,Geneva,sans-serif;  }

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  transition-property: background-color, color; }

/*.text-primary {
  color: #c0a375 !important; */}

.text-success {
  color: #90a878 !important; }

.text-info {
  color: #7e9b9f !important; }

.text-warning {
  color: #f3c649 !important; }

.text-danger {
  color: #f28281 !important; }

.text-white {
  color: #fff !important; }

.text-black {
  color: #535353 !important; }

.mbr-section {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  /*
.mbr-section-full {
  display: table;
  height: 100vh;
  padding-bottom: 0;
  padding-top: 0;
  table-layout: fixed;
  width: 100%; }
  .mbr-section-full > .mbr-table-cell {
    width: 100%; }
	*/
.mbr-section-full {
  display: table;
  height: 580px;
	min-height: 300px;
  padding-bottom: 0;
  padding-top: 0;
  table-layout: fixed;
  width: 100%; }
  .mbr-section-full > .mbr-table-cell {
    width: 100%; }

.mbr-section-small {
  padding-top: 60px;
  padding-bottom: 60px; }

.mbr-section-title {
	text-transform:uppercase;
  margin-top: 0; }

.mbr-section__container--first {
  padding-top: 120px;
  padding-bottom: 40px; }

.mbr-section__container--middle {
  padding-top: 0;
  padding-bottom: 40px; }

.mbr-section__container--last {
  padding-top: 0;
  padding-bottom: 120px; }

.mbr-section-sm-padding {
  padding-top: 30px;
  padding-bottom:30px; }

.mbr-section-md-padding {
  padding-top: 90px;
  padding-bottom: 90px; }

.mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0; }

.mbr-section-subtitle {
	font-size: 14px;
	display: block;
	color: #888;
	line-height: 1.6em;
}
.mbr-section-content {
	display: block;
	 color: #888;
	font-size: 12px;
	margin: 30px 0; 
}
/*
.mbr-section-subtitle {
  display: block;
  font-style: italic;
  font-weight: 400;
  font-size: 17px;
  font-family: Verdana,Geneva,sans-serif; 
  line-height: 26px;
  color: #8c8c8c;
  margin-bottom: 30px; }
*/
.mbr-section-title + .mbr-section-subtitle {
  margin-top: -21px; }

.mbr-section-hero::before {
  display: none !important; }
.mbr-section-hero .mbr-section-title {
  color: #fff;
  margin-bottom: 1.6875rem; }
.mbr-section-hero .mbr-section-lead {
  color: #fff;
  font-family: Lora;
  font-size: 1.5rem;
  font-style: italic;
  margin-top: -1em; }
.mbr-section-hero .mbr-section-text {
  color: #fff; }
@media (max-width: 767px) {
  .mbr-section {
    padding-top: 60px;
    padding-bottom: 60px; }

  .mbr-section-full {
    padding-bottom: 0;
    padding-top: 0; }

  .mbr-section__container--first {
    padding-top: 60px;
    padding-bottom: 40px; }

  .mbr-section__container--middle {
    padding-top: 0;
    padding-bottom: 40px; }

  .mbr-section__container--last {
    padding-top: 0;
    padding-bottom: 60px; }

  .mbr-section-sm-padding {
    padding-top: 20px;
    padding-bottom: 20px; }

  .mbr-section-md-padding {
    padding-top: 60px;
    padding-bottom: 60px; }

  .mbr-section-nopadding {
    padding-top: 0;
    padding-bottom: 0; }

  .mbr-section-subtitle {
    margin-bottom: 0; }

  .mbr-section-hero.mbr-after-navbar .mbr-section {
    padding-top: 120px; }
  .mbr-section-hero.mbr-section-with-arrow .mbr-section {
    padding-bottom: 120px; }
  .mbr-section-hero .mbr-section-title {
    font-size: 3.125rem !important; }
  .mbr-section-hero .mbr-section-lead {
    font-size: 1.125rem !important; }
  .mbr-section-hero .mbr-section-btn .btn {
    font-size: 0.75rem !important;
    line-height: 1.5;
    padding: 0.75rem 2.1875rem; } }
	.mbr-section-full .mbr-overlay {
  min-height: 300px;
  height: 580px; }
	/*
.mbr-section-full .mbr-overlay {
  min-height: 100vh; }
*/
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1; }
  .mbr-overlay ~ * {
    z-index: 2; }

.mbr-section-full .mbr-background-video,
.mbr-section-full .mbr-background-video-preview {
  min-height: 100vh; }

.mbr-background-video,
.mbr-background-video-preview {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.mbr-background-video-preview {
  z-index: 0 !important; }

.mbr-table {
  display: table;
  width: 100%; }

.mbr-table-full {
  height: 100%;
  position: relative;
  width: 100%; }

.mbr-table-cell {
  display: table-cell;
  float: none;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  vertical-align: middle; }

.mbr-table-md-up {
  width: 100%; }
  .mbr-table-md-up .mbr-table-cell {
    display: block; }
  .mbr-table-md-up .mbr-table-cell + .mbr-table-cell {
    padding-top: 40px; }
	
	
/** ada add **/
.bridal-main .row {
	margin: 0px !important;
}
.bridal-main .bridal-item {
    overflow: hidden;
    padding: 5px;
}
.bridal-main .nopadding-right {
	padding-right: 0;
}
.bridal-main .nopadding-left {
	padding-left: 0;
}
@media (max-width: 768px) {
.bridal-main .row {
	    margin-right: -15px !important;
    margin-left: -15px !important;
}
.bridal-main .nopadding-right {
	padding-right: 6px;
}
.bridal-main .nopadding-left {
	padding-left: 6px;
}
}
.filter-title > a:after {
   font-family: FontAwesome;
   padding-left: 5px;
   content: "\f068";
}
.filter-title > a.collapsed:after {
   content: "\f067";
}
sub {
	vertical-align: sub;
font-size: smaller;
bottom: 0.2em;

}
.prizebg {
	background: url(../../images/general/prize-line.png) center center no-repeat;
	width: 100%;
	height:36px;
}
.mbr-footer-content p {
	text-align: left !important;
}
.carousel-indicators li {	
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
	margin: 0px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
	border: 1px solid #ddd;
	margin-left: 4px;
}
.carousel-indicators .active {
	width:12px;
    height: 12px;
	background: #fff;
	border: 1px solid #ddd;
	margin-left: 4px;
}

a, a:hover, a:focus {
    color: #0e2f56;
    text-decoration: none;
}
.no-padding {
	padding: 0px !important;	
}
.heymylittle-frame {
	width: 49%;
	border: 10px solid #f0f3f7;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #fff;
	margin-bottom: 20px;
	overflow: auto;
}

.heymylittle-text {
	width: 100%;
	background: #fff;
	padding: 0 20px 20px 20px;
  text-align: center;
  font-size: 14px;	
  overflow: auto;
}
@media (max-width: 768px) {
	.heymylittle-frame {
	width: 100%;
	border: 10px solid #f0f3f7;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #fff;
}
}
.modal-content {
    border: 0;
    border-radius: 0px;
}
.modal-header {
    border-bottom: 0px;
}
.modal-footer {
	border-top: 0px;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0;
    border-radius: 0px;
}
.pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 6px;
	margin-left: 6px;
	line-height: 1.42857143;
	color: #428bca;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-radius: 0px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-radius: 0px;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
	color: #fff;
	background-color: #4273ac;
		border: 1px solid #4273ac

}
h3 {
	font-family: Georgia,Times,Times New Roman,serif; 
}
.specialfont {
	font-family: Georgia,Times,Times New Roman,serif; 
		text-transform:uppercase;

}
.dropdown {
    list-style: none;
}
.growdiamond-table {
    padding: 30px !important;
}
@media (max-width: 768px) {
    .growdiamond-table {
        padding: 10px !important;
    }
}
.number-list li {
	margin-bottom: 8px;
}
.title-text {
	color: #555;	
}
.title-line {
	border-bottom: 1px #888 solid;
	    margin-bottom: 20px !important;
	    margin-top: 15px !important;
    width: 40px;
    text-align: center;
    margin: auto;
	display: block;	
}
.title-line-bar {
	background: url(../../images/general/title-line.png) center repeat-x;
	padding: 20px 0;
	width: 100%;
}
.title-text-bg {
	padding: 0 20px;
	background: #f9f9f9;	
}
.white-title-text-bg {
	padding: 0 20px;
	background: #fff;	
}
.filter .btn + .btn {
    margin: 2px 1px;
	
}
.filter .col-sm-4{
	padding: 0 !important;	
}
.btn-filter {
	font-family: Verdana, Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", sans-serif;
   width: auto !important;
   border: 1px solid #ddd;
   background: #fff;
   color: #565656;
   font-size: 12px!important;
   font-weight: 400!important;
   margin: auto;
   padding: 0.2rem 0.4rem;
   height: 30px;
}
.btn-filter.active{
   background: #4273ac;
   border: none;
	color: #fff;
}
.white-title-line {
	border-bottom: 1px #fff solid;
	    margin-bottom: 20px !important;
	    margin-top: 20px !important;
    width: 40px;
    text-align: center;
    margin: auto;
	clear: both;
		
}

.grey-content-bg {
	width: 100%;
	padding: 20px 0;
	background: #f9f9f9;	
}
h5, .h5 {
    line-height: 1.4rem;
}
.margin-lg {
	margin-top: 15px;	
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f9f9f9;
    border: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: Verdana,Geneva,sans-serif !important;
}
.loveisbrilliance {
    width: 140px;
    display: inline-block !important;
}

.bg-info {
  background-color: #888 !important; 
  color: #Fff;
  padding: 10px 0;
  margin: 20px 0;
 }

.big-content-padding {
	padding-top: 40px;	
}
.content-padding {
	padding-top: 20px;	
}
.title-bar {
	width: 100%;
	padding: 20px 0;
	text-align:center;
	font-size: 1.2em;
	font-family: Georgia,Times,Times New Roman,serif; 
}
.filter {
	width: 100%;
	font-size: 12px;
	padding: 20px 0;
	background: #f9f9f9;
}
.filter-bar {
	width: 100%;
	font-size: 12px;
	padding: 10px 0;
	background: #fff;
	border-bottom: 1px solid  #EFEFEF
}
.breadcrumb-bar {
	width: 100%;
	height: 30px;
	background: #f9f9f9;
}
.white-breadcrumb-bar {
	width: 100%;
	height: 30px;
	background: #fff;
}
.breadcrumb {
    padding: 0px 15px;
	font-size: 12px;
    margin-bottom: 20px;
	line-height: 30px;
    list-style: none;
    border-radius: 4px;
	background: transparent;
}
.breadcrumb a {
    color: #888;
    text-decoration: none;
}
.breadcrumb>li+li:before {
	padding: 0 5px;
	color: #888;
	content: ">"
}
.breadcrumb>.active {
	color: #0e2f56
}
.leochallenge {
	background-image: url(../../images/general/leochallenge.jpg); 
	margin-top: 80px; 
	height: 600px; 
	padding:0;
}
.chi-title {
letter-spacing: 1rem;
margin-right: -1rem; 
font-family: Georgia,Times,Times New Roman,serif; 
text-align: center;
}
.chi-subtitle {
letter-spacing: 0.3rem;
text-align: center;
font-size:15px;
}
.eng-title {
letter-spacing: 0rem;
/*text-transform: uppercase;*/
font-family: Georgia,Times,Times New Roman,serif; 
text-align: center;
}
.eng-subtitle {
letter-spacing: 0rem;
font-family: Georgia,Times,Times New Roman,serif; 
text-align: center;
font-size:15px;
}

.number-list {
	 display: inline-block;
    padding-left: 20px;
    margin: 0;
	list-style: decimal;	
}
.history-text {
    height: 580px;
    right: 0;
    width: 30%;
    position: absolute;
    background: rgba(255,255,255,0.6);
    padding-top: 12%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-image: url(../../images/general/theleodiamond-bg.jpg);
    background-position: center center;
    background-size: cover;
    border-left: 20px solid #0e2f56;
}
.collection-card {
	margin-bottom: 20px;	
}
.collection-text {
    width: 100%;
    background: #fff;
    padding: 0 20px 20px 20px;
    text-align: center;
    font-size: 14px;
    min-height: auto;
    overflow: auto;
}
.bottom-text {
	position: absolute; 
	bottom: 0; 
	width: 100%;	
	text-align: center;
	padding-bottom: 20px;
}
.pdt-desc {
	font-size: 0.9em;	
    padding-bottom: 15px;
}
.rwd-line { display: inline; }



@media (max-width: 1280px) {
.history-text {
	padding-top: 20%;
}
}




@media (max-width: 768px) {
	.chi-title {
	letter-spacing: 0.5rem;
	margin-right: -0.5rem; 
	font-family: Georgia,Times,Times New Roman,serif; 
}
.chi-subtitle {
	letter-spacing: 0.3rem;
}
.container p, .h4, h4, h5, .h5 {
    line-height: 1.4em;
}
.form-control, .form-control:focus {
    margin-bottom: 20px;
}
.margin-lg {
	margin-top:0px;	
}
.rwd-line { display: block; }
.mobile-margin-top {
	margin-top: 20px;
}
.leochallenge {
	background-image: url(../../images/general/leochallenge-mobile.jpg); 
	margin-top: 40px; 
	height: 520px; 
	padding:0;
}
.history-text {
	height: 190px;
    bottom: 0;
    width: 100%;
    position: absolute;
    padding-top: 20px;
    border-left: none;
    border-top: 5px solid #0e2f56;
}
.collection-text {
    width: 100%;
    background: #fff;
    padding: 0 10px;
    text-align: center;
    font-size: 14px;
    min-height: auto;
}
}
.history-bg {
	background-image: url(../../images/general/theleodiamond.jpg); 
	margin-top: 80px; 
	height: 580px; 
	padding:0	
}

.history-card {
	position: relative;	
	margin-top: 20px;
}
.history-card-text {
	position: relative;
	width: 100%;
	padding: 4px 0;
	background: #f9f9f9;
	bottom: 0;
	z-index:2;
}
.history-card-slider-text {
	position: relative;
	width: 100%;
	padding: 4px 0;
	background: #f9f9f9;
	bottom: 0;
	z-index:2;
}
.history-card-text-top {
	position: relative;
	width: 100%;
	padding:4px 0;
	background: #f9f9f9;
	top: 0;
	z-index:2;
}

.inner-topbanner {
	padding-top: 120px; 
	padding-bottom: 120px;
}

.contact-left {
  padding-right: 40px !important;
  border-right: 1px solid #f9f9f9;
}
.contact-right {
  padding-left: 40px !important;
}
.location-left {
  padding-right: 20px !important;
  border-right: 1px solid #f9f9f9;
}
.location-right {
  padding-left: 20px !important;
  padding-top: 20px;
  padding-bottom: 20px;
 }
.location-bg {
	background: #F9F9F9;
	padding: 10px;
	width: 100%;
	margin-top: 10px;	
}
@media (max-width: 768px) {
.location-left {
  padding-right: 0px !important;
}
.history-card {
	position: relative;	
	margin-top: 30px;
}
.history-bg {
	margin: 30px 0px; 
	height: 500px; 
	padding:0;
	background-image: url(../../images/general/theleodiamond-mobile.jpg); 
	background-position: top center; 
}
.inner-topbanner {
	padding-top: 60px !important; 
	padding-bottom: 60px !important;
}
.contact-left {
	padding-right: 6px !important;
	padding-top: 10px;
	border-right: 0px !important;
	border-top: 1px solid #f9f9f9;

}
.contact-right {
	padding-bottom: 10px;
	padding-left: 0px !important;
 }
.location-left {
	border-right: 0px !important;
	border-bottom: 1px solid #f9f9f9;
	width: 60%;
	margin: auto;
}
.location-right {
	padding: 10px 0;
 }
 .location-bg {
	background: #F9F9F9;
	padding:0;
	width: 95%;
	margin: auto;
	margin-top: 10px;	
}
}
@media (max-width: 767px) {
    .history-bg {
        height: 400px;
    }
}
.panel-title {
    font-size: 14px;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.panel-default > .panel-heading {
	padding: 20px 30px 20px 15px;
	background: #fff;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #ddd;
    border-radius: 0px;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: 0; 
	background: #f9f9f9;
	font-size: 0.9em;
}
.panel-group .panel + .panel {
    margin-top: 0px;
}
.panel-heading .accordion-toggle:after {
	font-family: FontAwesome;
    content: "\f106"; 
    float: right;
    color: grey; 
	position: absolute;
    right: 30px;
}
.panel-heading .accordion-toggle.collapsed:after {
    content: "\f107";
}
/** **/
.bridal-item{
	overflow: hidden;
	/*padding: 15px;*/
}
.bridal-item .brial-box{
	position: relative;
	max-height: auto;
	overflow: hidden;
	text-align: center;
}
.bridal-item .brial-box-text {
	position: absolute;
	bottom: 50px;
	width: 100%;
}
.bridal-item .brial-box img{
	height: 100%;
	width: 100%;
	object-fit:cover;
	-o-object-fit:cover;
}
.growdiamond-bg {
    line-height: 2em;
	background: #fff url(../../images/growyourdiamond/growdiamond-arrow-desktop.jpg) center center no-repeat;
}
.e-cert-card {
	background: #F9F9F9;
	padding: 10px;
	width: 100%;
	margin-top: 10px;	
}
.e-cert-card .btn .btn-primary {
	width: 60%;
}
.e-cert .row {
	margin: 0 -5px;
}

.table-hover>tbody>tr:hover {
	background-color: #4273ac;
	color: #fff;
}
.igi .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 0px;
}
.cert .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
	padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 0px;
	max-width: 50%;
	margin-bottom: 0px
}
/*.cert img {
    width: 80px;
    height: 80px;
}*/
.cert .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px !important;
}

@media (max-width: 768px) {
.bridal-item .brial-box{
	max-height: auto;
	overflow: hidden;
}
.bridal-item .brial-box-text {
bottom: 10px;
}
.collection-text .chi-title {
font-size: 1em;
}

.growdiamond-bg {
    line-height: 2em;
	background: #fff url(../../images/growyourdiamond/growdiamond-line-mobile.jpg) center center no-repeat;
}
.growdiamond-arrow {
	width: 100%;
	height: 60px;
	background: url(../../images/growyourdiamond/growdiamond-arrow-mobile.jpg) center center no-repeat;	
}
.e-cert-card .btn .btn-primary {
	width: auto;
	height: auto;
}
.igi .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    font-size: 12px;
}
/** **/
@media (min-width: 769px) {
  .mbr-table-md-up {
    display: table; }
    .mbr-table-md-up .mbr-table-cell {
      display: table-cell; }
    .mbr-table-md-up .mbr-table-cell + .mbr-table-cell {
      padding-top: 0; } }
.mbr-figure {
  display: block;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 100%; }
  .mbr-figure img, .mbr-figure iframe {
    display: block;
    width: 100%; }
  .mbr-figure .mbr-figure-caption {
    background: #2e2e2e;
    color: #fff;
    font-family: Georgia,Times,Times New Roman,serif; 
    padding: 1.5rem 0;
    text-align: center;
    width: 100%; }
  .mbr-figure .mbr-figure-caption-over {
    background: -moz-linear-gradient(left, rgba(67, 76, 99, 0.85), rgba(188, 155, 114, 0.85)) !important;
    background: -ms-linear-gradient(left, rgba(67, 76, 99, 0.85), rgba(188, 155, 114, 0.85)) !important;
    background: -o-linear-gradient(left, rgba(67, 76, 99, 0.85), rgba(188, 155, 114, 0.85)) !important;
    background: -webkit-linear-gradient(left, rgba(67, 76, 99, 0.85), rgba(188, 155, 114, 0.85)) !important;
    background: linear-gradient(left, rgba(67, 76, 99, 0.85), rgba(188, 155, 114, 0.85)) !important;
    bottom: 0;
    position: absolute; }
}
.mbr-map {
  height: 400px;
  position: relative; }
  .mbr-map iframe {
    height: 100%;
    width: 100%; }
  .mbr-map [data-state-details] {
    color: #6b6763;
    font-family: Georgia,Times,Times New Roman,serif; 
    height: 1.5em;
    margin-top: -0.75em;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%; }
  .mbr-map[data-state] {
    background: #e9e5dc; }
  .mbr-map[data-state="loading"] [data-state-details] {
    display: none; }
  .mbr-map[data-state="loading"]::after {
    content: "";
    -webkit-animation: btnCircleLoading .6s infinite linear;
    animation: btnCircleLoading .6s infinite linear;
    border-radius: 50%;
    border: 6px rgba(255, 255, 255, 0.35) solid;
    border-top-color: #fff;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 40px; }

/*-------

   Gallery

-------*/
.mbr-gallery .mbr-gallery-item {
  position: relative;
  display: inline-block;
  width: 25%; }
  @media (max-width: 768px) {
    .mbr-gallery .mbr-gallery-item {
      width: 50%; } }
  @media (max-width: 400px) {
    .mbr-gallery .mbr-gallery-item {
      width: 100%; } }

.mbr-gallery .mbr-gallery-item img {
  width: 100%;
  opacity: 1;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out; }

.mbr-gallery .mbr-gallery-item > a:hover img {
  opacity: 1; }

.mbr-gallery .mbr-gallery-item > a {
  background: #fff;
  display: block;
  outline: none;
  position: relative; }
  .mbr-gallery .mbr-gallery-item > a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(left, #554346, #45505b) !important;
    background: -moz-linear-gradient(left, #554346, #45505b) !important;
    background: -o-linear-gradient(left, #554346, #45505b) !important;
    background: -ms-linear-gradient(left, #554346, #45505b) !important;
    background: linear-gradient(left, #554346, #45505b) !important;
    opacity: 0;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out; }

.mbr-gallery .mbr-gallery-item .icon {
  -webkit-transform: translateX(-50%) translateY(-50%);
  -webkit-transition: .2s opacity ease-in-out;
  color: #000;
  font-size: 30px;
  height: 69px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: .2s opacity ease-in-out;
  width: 69px; }
  .mbr-gallery .mbr-gallery-item .icon::before, .mbr-gallery .mbr-gallery-item .icon::after {
    content: "";
    display: block;
    position: absolute;
    height: 69px;
    width: 1px;
    margin-left: 34.5px;
    background-color: #fff; }
  .mbr-gallery .mbr-gallery-item .icon::after {
    width: 69px;
    height: 1px;
    margin-left: 0;
    margin-top: 34.5px; }

.mbr-gallery .mbr-gallery-item > a:hover .icon {
  opacity: 1; }

.mbr-gallery .mbr-gallery-item > a:hover::before {
  opacity: 0.9; }

.mbr-gallery-title {
  font-family: Georgia,Times,Times New Roman,serif; 
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  background: -webkit-linear-gradient(left, rgba(85, 67, 70, 0.85), rgba(69, 80, 91, 0.85)) !important;
  background: -moz-linear-gradient(left, rgba(85, 67, 70, 0.85), rgba(69, 80, 91, 0.85)) !important;
  background: -o-linear-gradient(left, rgba(85, 67, 70, 0.85), rgba(69, 80, 91, 0.85)) !important;
  background: -ms-linear-gradient(left, rgba(85, 67, 70, 0.85), rgba(69, 80, 91, 0.85)) !important;
  background: linear-gradient(left, rgba(85, 67, 70, 0.85), rgba(69, 80, 91, 0.85)) !important;
  -webkit-transition: .2s background ease-in-out;
  transition: .2s background ease-in-out; }

.mbr-gallery .mbr-gallery-item > a:hover .mbr-gallery-title {
  background: transparent !important; }

/* remove spacing */
.mbr-gallery .mbr-gallery-row.no-gutter {
  margin: 0; }

.mbr-gallery .mbr-gallery-row.no-gutter .mbr-gallery-item {
  padding: 0; }

/* container */
.mbr-gallery .container.mbr-gallery-layout-default {
  padding: 93px 0; }

/* fix horizontal scrollbar */
.mbr-gallery .mbr-gallery-layout-default,
.mbr-gallery .mbr-gallery-layout-article {
  overflow: hidden; }

/* lightbox */
.mbr-gallery .modal {
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important; }

.mbr-gallery .modal-content {
  border-radius: 0; }

.mbr-gallery .modal-body {
  padding: 0; }

.mbr-gallery .modal-body img {
  width: 100%; }

.mbr-gallery .modal .close {
  position: fixed;
  background: #1b1b1b;
  opacity: 0.5;
  font-size: 55px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 61px;
  border: 0;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.mbr-gallery .modal .close:hover {
  opacity: 1;
  background: #000;
  color: #fff; }

.mbr-gallery .modal.in .modal-dialog {
  margin: 0 auto; }

/* modal back color opacity */
.modal-backdrop.in {
  opacity: 0.8;
  filter: alpha(opacity=80); }

@media (max-width: 768px) {
  .mbr-gallery .carousel-indicators,
  .mbr-gallery .carousel-control,
  .mbr-gallery .modal .close {
    position: fixed; } }
/* fix fade in effect */
.mbr-gallery .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out; }

.mbr-gallery .modal.in .modal-dialog,
.mbr-gallery .modal.fade .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }

/*-------

   Slider

-------*/
.mbr-slider .carousel-inner > .active,
.mbr-slider .carousel-inner > .next,
.mbr-slider .carousel-inner > .prev {
  display: table; }

.mbr-slider .carousel-control {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  color: inherit;
  background: #1b1b1b;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }

.mbr-gallery .mbr-slider .carousel-control {
  position: fixed; }
  @media (max-width: 991px) {
    .mbr-gallery .mbr-slider .carousel-control {
      bottom: 2.5rem;
      margin-top: 0;
      top: auto;
      z-index: 17; } }

.mbr-gallery .mbr-slider .carousel-inner > .active {
  display: block; }

.mbr-slider .carousel-control.left {
  left: 0;
  margin-left: 2.5rem; }

.mbr-slider .carousel-control.right {
  right: 0;
  margin-right: 2.5rem; }

.mbr-slider .carousel-control .icon-next,
.mbr-slider .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px; }

.mbr-slider .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1; }

.mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important; }
  @media (max-width: 543px) {
    .mbr-slider .carousel-indicators {
      display: none; } }

.mbr-gallery .mbr-slider .carousel-indicators {
  position: fixed;
  margin-bottom: 2.5rem !important; }
  @media (max-width: 991px) {
    .mbr-gallery .mbr-slider .carousel-indicators {
      margin-bottom: 3.625rem !important;
      padding-left: 2.5rem;
      padding-right: 2.5rem; } }

.mbr-slider .carousel-indicators li,
.mbr-slider .carousel-indicators .active {
  width: 15px;
  height: 15px;
  margin: 3px;
  background: #1b1b1b;
  border: 0;
  opacity: 0.5; }

.mbr-slider .carousel-indicators .active {
  border: 4px solid #1b1b1b;
  background: #fff; }

@media (max-width: 767px) {
  .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px; }

  .mbr-slider > .container .carousel-control {
    margin-bottom: 0px; } }
/* boxed slider */
.mbr-slider > .boxed-slider {
  position: relative;
  padding: 93px 0; }

.mbr-slider > .boxed-slider > div {
  position: relative; }

.mbr-slider > .container img {
  width: 100%; }

.mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2; }

.mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll; }

.mbr-slider .mbr-table-cell {
  padding: 0; }

.mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px; }

/* article slider */
.mbr-slider > .article-slider .mbr-section,
.mbr-slider > .article-slider .mbr-section .mbr-table-cell {
  padding-top: 0;
  padding-bottom: 0; }

/*-------

   Cards

-------*/
.mbr-cards-row {
  position: relative;
  margin-left: 0 !important;
  margin-right: 0 !important; }
.mbr-cards-col {
  padding-left: 0;
  padding-right: 0;
  padding-top: 120px;
  padding-bottom: 120px; }
  @media (max-width: 767px) {
    .mbr-cards-col {
      padding-top: 60px;
      padding-bottom: 60px; } }
.mbr-cards .striped .card {
  padding-left: 10%;
  padding-right: 10%; }
.mbr-cards .striped .mbr-cards-col:nth-child(2n+1) {
  background: #2e2e2e;
  color: #fff; }
  .mbr-cards .striped .mbr-cards-col:nth-child(2n+1) .card-subtitle {
    color: #979797; }
.mbr-cards .card {
  text-align: center;
  border: 0;
  background: none;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0; }
  @media (max-width: 991px) {
    .mbr-cards .card {
      padding-left: 0;
      padding-right: 0; } }
@media (min-width: 992px) {
  .mbr-cards-row {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .mbr-cards-row::after {
      display: none; }
  .mbr-cards-col {
    display: table-cell;
    float: none; }
  .mbr-cards > .container {
    margin: 0;
    max-width: none;
    padding: 0;
    width: 100%; } }
.mbr-cards .card-block {
  background: none;
  padding: 0; }
.mbr-cards .card-img-top {
  border-radius: 0;
  width: auto;
  max-width: 100%; }
.mbr-cards .card-img + .card-block {
  padding-top: 2.3125rem; }
.mbr-cards .card-text {
  margin: 0; }
  .mbr-cards .card-text + .card-btn {
    padding-top: 1.375rem; }
.mbr-cards .card-title {
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1.2825; }
  .mbr-cards .card-title + * {
    padding-top: 1rem; }
  .mbr-cards .card-title + .card-btn {
    padding-top: 1.4375rem; }
.mbr-cards .card-subtitle {
  margin-bottom: 0;
  font-style: italic;
  font-weight: 400;
  font-size: 0.875rem;
  font-family: Verdana,Geneva,sans-serif; 
  color: #5b5b5b;
  margin-top: -1rem;
  line-height: 1.7857;
  padding-bottom: 1rem; }
  .mbr-cards .card-subtitle + .card-btn {
    padding-top: 0.3125rem; }
.mbr-cards .iconbox {
  border-style: solid;
  border-color: #f2f2f2;
  border-width: 1px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 500px;
  display: inline-block; }
  .mbr-cards .iconbox > .mbr-iconfont {
    line-height: inherit; }
}
/*-------

   Price Table

-------*/
@media (min-width: 1600px) {
  .mbr-price-table {
    padding-left: 12%;
    padding-right: 12%; } }
.mbr-price-table .row {
  margin-left: 0;
  margin-right: 0; }
  .mbr-price-table .row > div {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    @media (max-width: 1199px) {
      .mbr-price-table .row > div {
        padding-bottom: 40px; } }

/*-------

   Price Table / Plan

-------*/
.mbr-plan {
    background: #fff;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #888;
    margin-bottom: 20px;
    overflow: auto;
    /*padding: 0.625rem;*/
}

  .mbr-plan .list-group-item {
    background: none;
    border-bottom: 0;
    border-top: 1px dotted rgba(255, 255, 255, 0.2);
    font-size: 0.875rem;
    line-height: 3.125rem;
    padding-bottom: 0;
    padding-top: 0; }
  .mbr-plan .card-title {
    margin-bottom: 1.5625rem; }
  .mbr-plan-title {
    font-family: Georgia,Times,Times New Roman,serif; 
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.28;
    margin-bottom: 0; }
  .mbr-plan-subtitle, .mbr-plan-price-desc {
    color: #a0a0a0;
    font-family: Verdana,Geneva,sans-serif; 
    font-size: 0.875rem;
    font-style: italic;
    font-weight: 400;
    line-height: 1.79; }
  .mbr-plan-price-desc {
    display: block;
    padding-top: 1.25rem; }
  .mbr-plan-header, .mbr-plan-body {
    background: rgba(255, 255, 255, 0.1); }
  .mbr-plan-header {
    /*padding-bottom: 3.4375rem;
    padding-top: 2.1875rem;*/
    position: relative; }
    .mbr-plan-header.bg-primary .mbr-plan-subtitle,
    .mbr-plan-header.bg-primary .mbr-plan-price-desc {
      color: #e8ddcd; }
    .mbr-plan-header.bg-success .mbr-plan-subtitle,
    .mbr-plan-header.bg-success .mbr-plan-price-desc {
      color: #d0dac6; }
    .mbr-plan-header.bg-info .mbr-plan-subtitle,
    .mbr-plan-header.bg-info .mbr-plan-price-desc {
      color: #c7d4d5; }
    .mbr-plan-header.bg-warning .mbr-plan-subtitle,
    .mbr-plan-header.bg-warning .mbr-plan-price-desc {
      color: #fbebc1; }
    .mbr-plan-header.bg-danger .mbr-plan-subtitle,
    .mbr-plan-header.bg-danger .mbr-plan-price-desc {
      color: #fef5f5; }
  .mbr-plan-label {
    background: #0e2f56;
    color: #fff;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    height: 2rem;
    line-height: 2rem;
    min-width: 2rem;
    padding: 0 0.6rem;
    position: absolute;
    left: 0;
    top: 0;
	z-index:99 }
  .mbr-plan-body {
    margin-top: 10px;
    padding-bottom: 0;
	padding-left: 20px;
	padding-right: 20px;
	min-height: 280px;
    /*padding-top: 2.5rem; */}
  .mbr-plan-list {
    padding-bottom: 4.0625rem;
    padding-top: 1.5625rem; }
  .mbr-plan-btn {
    margin-top: -2.5rem;
    padding-bottom: 1.375rem;
    padding-top: 1.875rem; }
	@media (max-width: 768px) {
 .mbr-plan-body {
	min-height: auto;
 }
 .mbr-plan {
  margin-bottom: 30px;
 }
	}
/*-------

   Price Table / Price

-------*/
.mbr-price {
  font-family: Georgia,Times,Times New Roman,serif; 
  line-height: 1.3; }
  .mbr-price-value {
    font-size: 1.875rem;
    line-height: 1;
    position: relative;
    top: -1.25rem; }
  .mbr-price-figure {
    font-size: 3.75rem;
    line-height: inherit;
    padding-left: 0.625rem; }
  .mbr-price-term {
    font-size: 1.875rem;
    position: relative; }

/*-------

   Testimonials

-------*/
.mbr-testimonials .row > div {
  padding-bottom: 40px; }
  .mbr-testimonials .row > div:last-child {
    padding-bottom: 0; }
@media (min-width: 992px) {
  .mbr-testimonials .row > div:nth-child(3n+1) {
    clear: left; }
  .mbr-testimonials .row > div:nth-last-child(-1n+3) {
    padding-bottom: 0; } }

/*-------

   Testimonials / Item

-------*/
.mbr-testimonial {
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
  text-align: center; }
  .mbr-testimonial + * {
    padding-top: 40px; }
  .mbr-testimonial.card {
    background-color: transparent; }
  .mbr-testimonial .card-block {
    background: #f4f4f4;
    color: #565656;
    font-family: Verdana,Geneva,sans-serif; 
    font-size: 1.125rem;
    font-style: italic;
    font-weight: 400;
    line-height: 2;
    padding: 1.875rem;
    position: relative; }
    .mbr-testimonial .card-block:after {
      background-color: inherit;
      bottom: -7px;
      content: "";
      display: block;
      height: 14px;
      left: 50%;
      margin-left: -7px;
      position: absolute;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      width: 14px; }
  .mbr-testimonial-lg .card-block {
    padding-bottom: 90px; }
  .mbr-testimonial .card-footer {
    background: none;
    border: 0;
    padding: 0;
    position: relative;
    z-index: 2; }
    .mbr-testimonial .card-footer:last-child {
      border-radius: 0; }

/*-------

   Testimonials / Author

-------*/
.mbr-author-img {
  margin-top: -2.5rem; }
  .mbr-author-img img {
    height: 5rem;
    width: 5rem; }
.mbr-author-name {
  color: #2d2d2d;
  font-family: Georgia,Times,Times New Roman,serif; 
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.3;
  padding-top: 1.25rem; }
.mbr-author-desc {
  color: #a7a7a7;
  font-family: Verdana,Geneva,sans-serif; 
  font-size: 0.875rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.597; }

/*-------

   Info

-------*/
.mbr-info-subtitle, .mbr-info-extra .mbr-info-title {
  margin-bottom: 0; }
.mbr-info-extra .mbr-info-subtitle {
  margin-bottom: 0.5rem; }

/*-------

   Subscribe

-------*/
.mbr-subscribe {
  background: #f5f5f5;
  border-radius: 3px;
  border: 1px solid #e8e8e8;
  height: 4rem;
  padding: 0;
  position: relative; }
  .mbr-subscribe .form-control {
    background: none;
    border: 0;
    position: relative;
    top: 0.4375rem; }
  .mbr-subscribe .input-group-btn {
    position: static; }
    .mbr-subscribe .input-group-btn::after {
      border-radius: 3px;
      border: 1px solid transparent;
      bottom: -1px;
      content: "";
      display: block;
      left: -1px;
      position: absolute;
      right: -1px;
      top: -1px; }
  .form-active .mbr-subscribe .form-control:invalid ~ .input-group-btn::after {
    border-color: #f28281; }
  .mbr-subscribe .btn {
    border-radius: 3px !important;
    margin-bottom: 0;
    margin-right: 0.5625rem; }
  .mbr-subscribe-dark {
    background: none;
    border-color: rgba(255, 255, 255, 0.2); }
    .mbr-subscribe-dark .form-control {
      color: #fff; }

/*-------

   Small footer

-------*/
.mbr-small-footer {
  background: #0e2f56;
  color: #fff !important;
  font-size: 0.8125rem;
  padding: 1em;
  /*padding: 1.75rem 0; */}
  .mbr-small-footer p {
    margin-bottom: 0; }

.mbr-small-footer a {
  color: #c0a375; }
  .mbr-small-footer a:hover {
    text-decoration: none; }

/*-------

   Footer

-------*/
.mbr-footer {
  color: #fff;
  padding-left: 1.25rem;
  padding-right: 1.25rem; }
  @media (min-width: 1280px) {
    .mbr-footer {
      padding-left: 6.25rem;
      padding-right: 6.25rem; } }
  .mbr-footer > .row, .mbr-footer > .container > .row {
    margin-left: 0;
    margin-right: 0; }
    .mbr-footer > .row > div, .mbr-footer > .container > .row > div {
      padding-bottom: 20px; }
      .mbr-footer > .row > div:last-child, .mbr-footer > .container > .row > div:last-child {
        padding-bottom: 0; }
  .mbr-footer > .container {
    padding-left: 0;
    padding-right: 0; }
  @media (min-width: 768px) {
    .mbr-footer > .row > div:nth-child(2n+1) {
      clear: left; }
    .mbr-footer > .row > div:nth-last-child(-1n+2) {
      padding-bottom: 0; }
    .mbr-footer > .container > .row > div {
      clear: none !important;
      padding-bottom: 0 !important; } }
  @media (min-width: 992px) {
    .mbr-footer > .row > div {
      clear: none !important;
      padding-bottom: 0 !important; } }
  .mbr-footer p a, .mbr-footer ul a {
    color: #032d65 !important;
	/*font-size: 12px;*/
	font-size: 13px;
	font-weight: 200; }
    .mbr-footer p a:hover, .mbr-footer ul a:hover {
      text-decoration: none; }
  .mbr-footer .btn-black {
    background-color: #242424;
    border-color: #242424; }
    .mbr-footer .btn-black.disabled, .mbr-footer .btn-black[disabled], .mbr-footer .btn-black:hover {
      background-color: #1a1a1a !important;
      border-color: #1a1a1a !important; }
  .mbr-footer .mbr-map {
    height: 18.75rem; }
  .mbr-footer form .form-control-label {
    font-size: 0.875rem;
    position: relative; }
  .mbr-footer form .form-control {
    background: none;
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 0.875rem;
    min-height: 3.2em;
    padding: 0.5em 1em 0.5em; }

.mbr-footer-content h1, .mbr-footer-content h2, .mbr-footer-content h3, .mbr-footer-content h4,
.mbr-footer-content p strong, .mbr-footer-content strong, .mbr-footer .mbr-contacts h1, .mbr-footer .mbr-contacts h2, .mbr-footer .mbr-contacts h3, .mbr-footer .mbr-contacts h4,
.mbr-footer .mbr-contacts p strong, .mbr-footer .mbr-contacts strong {
  color: #7c7c7c;
    font-family: Verdana,Geneva,sans-serif; 
  /*font-family: Georgia,Times,Times New Roman,serif;*/ 
  font-size: 1rem;
  font-weight: 100;
  letter-spacing: -1px;
  line-height: 1.3;
  margin-bottom: 1.875em; }
.mbr-footer-content p strong, .mbr-footer-content strong, .mbr-footer .mbr-contacts p strong, .mbr-footer .mbr-contacts strong {
  display: inline-block; }
.mbr-footer-content p, .mbr-footer .mbr-contacts p {
  color: #888;
  font-size: 0.875rem;
  margin-bottom: 0; }
.mbr-footer-content ul, .mbr-footer .mbr-contacts ul {
  line-height: 1.8;
  list-style: none;
  margin: 0;
  padding: 0; }
.mbr-footer-content li, .mbr-footer .mbr-contacts li {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
  color: #bcbcbc;
  display: inline;
  font-family: Verdana,Geneva,sans-serif; 
  font-size: 0.875rem;
  line-height: 1.8;
  overflow: hidden;
  padding: 0.72em 0;
  /*padding-left: 1.8em;*/
  position: relative;
  width: 100%; }
  .mbr-footer-content li:last-child, .mbr-footer .mbr-contacts li:last-child {
    border-bottom: 0; }
  .mbr-footer-content li::before, .mbr-footer .mbr-contacts li::before {
    /*background: #c0a375;width: 0.36em; */
    content: "";
    height: 0.36em;
    left: 0;
    margin-top: -0.18em;
    position: absolute;
    top: 50%;
    }
  .mbr-footer-content li a, .mbr-footer .mbr-contacts li a {
    color: #fff;
    display:inline;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    transition: color .3s ease; }
    .mbr-footer-content li a:hover, .mbr-footer .mbr-contacts li a:hover {
      color: #c0a375; }
.mbr-footer-title {
    font-size: 14px;
    font-weight: 600 !important;
    color: #0e2f56;
    margin-bottom: 2px !important;
    display: block;
}
/*
.footer1 ul {
 margin-top: -13px; }*/

.footer4 > .container > .row {
  margin-left: 0;
  margin-right: 0; }
  .footer4 > .container > .row > div > .row > div:first-child {
    padding-bottom: 40px; }
    .footer4 > .container > .row > div > .row > div:first-child:last-child {
      padding-bottom: 0; }
@media (min-width: 544px) {
  .footer4 > .container > .row > div, .footer4 > .container > .row > div > .row > div {
    clear: none !important;
    padding-bottom: 0 !important; } }

/*-------

   Company

-------*/
.mbr-company {
  background: none;
  border-radius: 0;
  border: 0;
  margin-bottom: 0; }
  .mbr-company .card-img-top {
    height: 58px;
    margin-bottom: 1.57rem;
    width: auto; }
  .mbr-company .card-block {
    background: none;
    padding: 0; }
  .mbr-company .card-text {
    color: #acacac;
    font-size: 0.875rem;
    margin-bottom: 1.57rem; }
  .mbr-company .list-group {
    display: block; }
  .mbr-company .list-group-item {
    background: none;
    border: 0;
    display: table;
    padding: 0;
    padding-bottom: 1.375rem;
    width: 100%; }
  .mbr-company .list-group-icon,
  .mbr-company .list-group-text {
    display: table-cell;
    height: 2.25rem;
    position: relative;
    vertical-align: middle; }
  .mbr-company .list-group-icon {
    padding-right: 1.25rem;
    text-align: center;
    width: 3.5rem; }
  .mbr-company .list-group-text {
    color: #fff;
    font-family: Verdana,Geneva,sans-serif; 
    font-size: 0.875rem;
    line-height: 1.6;
    position: static;
    vertical-align: middle; }
    .mbr-company .list-group-text::after {
      border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
      bottom: 0.625rem;
      content: "";
      display: block;
      left: 0;
      position: absolute;
      width: 50%; }
  .mbr-company .list-group-item.active, .mbr-company .list-group-item.active:hover {
    background: none; }
  .mbr-company .list-group-item.active .list-group-text {
    color: #c0a375; }
  .mbr-company .list-group-item:last-child {
    padding-bottom: 0; }
    .mbr-company .list-group-item:last-child .list-group-text::after {
      display: none; }

/*-------

   Arrow

-------*/
@-webkit-keyframes floating-arrow {
  from {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); }
  65% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  to {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); } }
@keyframes floating-arrow {
  from {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); }
  65% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  to {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); } }
@-webkit-keyframes floating-arrow-up {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  25% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  75% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); } }
@keyframes floating-arrow-up {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  25% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  75% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); } }
.mbr-arrow {
  bottom: 48px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }
  @media (max-width: 991px) {
    .mbr-arrow {
      bottom: 31px; } }
  @media (max-width: 320px) {
    .mbr-arrow {
      bottom: 21px; } }
  @media all and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
    .mbr-arrow {
      bottom: 31px; } }
  .mbr-arrow a {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    height: 46px;
    outline-style: none !important;
    position: relative;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; };
    width: 46px; }
    .mbr-arrow a:hover {
      background: #2d2d2d; }
  .mbr-arrow-icon {
    display: block; }
    .mbr-arrow-icon::before {
      content: "\203a";
      display: inline-block;
      font-family: serif;
      font-size: 32px;
      line-height: 1;
      font-style: normal;
      left: 4px;
      position: relative;
      top: 6px;
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
  .mbr-arrow-floating .mbr-arrow-icon {
    -webkit-animation: floating-arrow 1.6s infinite ease-in-out 0s;
    animation: floating-arrow 1.6s infinite ease-in-out 0s; }

.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000; }
  @media (max-width: 991px) {
    .mbr-arrow-up {
      bottom: 31px; } }
  @media (max-width: 320px) {
    .mbr-arrow-up {
      bottom: 21px; } }
  @media all and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
    .mbr-arrow-up {
      bottom: 31px; } }
  .mbr-arrow-up a {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    height: 46px;
    outline-style: none !important;
    position: relative;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; };
    width: 46px;
    cursor: pointer; }
    .mbr-arrow-up a:hover {
      background: #2d2d2d; }
  .mbr-arrow-up-icon {
    display: block; }
    .mbr-arrow-up-icon::before {
      content: "\203a";
      display: inline-block;
      font-family: serif;
      font-size: 32px;
      line-height: 1;
      font-style: normal;
      position: relative;
      top: 6px;
      left: -4px;
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg); }
  .mbr-arrow-up:hover .mbr-arrow-up-icon {
    -webkit-animation: floating-arrow-up 1.6s ease-in-out infinite 0s;
    animation: floating-arrow-up 1.6s ease-in-out infinite 0s; }

@media (max-width: 768px) {
  .mbr-arrow-up {
    right: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    bottom: 15px; } }
@media (min-width: 768px) {
  .mbr-right-padding-md-up {
    padding-right: 60px; } }

@media (min-width: 768px) {
  .mbr-left-padding-md-up {
    padding-left: 60px; } }

.mbr-valign-top {
  vertical-align: top; }

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal; }

.row-sm-offset {
  margin-left: -0.625rem;
  margin-right: -0.625rem; }
  .row-sm-offset > * {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }

@-webkit-keyframes btnCircleLoading {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg); } }
@keyframes btnCircleLoading {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }
.btn-loader {
  -webkit-animation: btnCircleLoading .6s infinite linear;
  animation: btnCircleLoading .6s infinite linear;
  border-radius: 50%;
  border: 4px rgba(255, 255, 255, 0.25) solid;
  border-top-color: white;
  display: none;
  height: 26px;
  left: 50%;
  margin-left: -13px;
  margin-top: -13px;
  position: absolute;
  top: 50%;
  width: 26px; }

.btn-loading {
  position: relative; }
  .btn-loading .btn-text {
    visibility: hidden; }
  .btn-loading .btn-loader {
    display: block; }

.hidden {
  visibility: hidden; }

.visible {
  visibility: visible; }

.hamburger-om:after {
  content: "";
  width: 30px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 8px;
  left: 0; }
.hamburger-om:before {
  content: "";
  width: 30px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: -8px;
  left: 0; }

.navbar-brand .text-black {
  color: #000 !important; }

.navbar-toggler.collapsed .hum-top, .hum-middle, .hum-bottom {
  position: absolute;
  content: "";
  right: 0;
  width: 20px;
  height: 3px; }

.navbar-toggler.collapsed .hum-top {
  top: -1px; }

.navbar-toggler.collapsed .hum-middle {
  top: 6px; }

.navbar-toggler.collapsed .hum-bottom {
  bottom: 0; }

.navbar-close .close-icon {
  display: block; }

.navbar-close.collapsed .close-icon {
  display: none; }

.navbar-toggler {
  position: relative; }

/*-------

   Iconfont

-------*/
/* iconfont default styling */
/* for buttons */
.mbr-iconfont.mbr-iconfont-btn,
.mbr-buttons__btn .mbr-iconfont {
  padding-right: 0.4em;
  font-size: 1.6em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.12em;
  text-decoration: none; }

/* menu links */
.mbr-iconfont.mbr-iconfont-btn-parent,
.link .mbr-iconfont {
  font-size: 1.4em;
  top: -0.3em;
  position: relative;
  vertical-align: middle; }

/*menu logo */
.mbr-iconfont.mbr-iconfont-menu,
.mbr-iconfont.mbr-iconfont-ext__menu {
  font-size: 37px;
  text-decoration: none;
  color: #fff; }

/* features2, features3 */
.mbr-iconfont.mbr-iconfont-features2,
.mbr-iconfont.mbr-iconfont-features3 {
  font-size: 119px;
  text-decoration: none;
  text-align: center;
  display: block;
  margin-top: 0.2em;
  color: #F1C050; }

/* features4 */
.mbr-iconfont.mbr-iconfont-features4 {
  font-size: 50px;
  text-decoration: none;
  text-align: center;
  display: block;
  color: #000; }

.mbr-iconfont-features7 {
  font-size: 50px;
  text-decoration: none;
  text-align: center;
  display: block;
  color: #fff; }

/* msg-box4 */
.mbr-iconfont.mbr-iconfont-msg-box4,
.mbr-iconfont.mbr-iconfont-msg-box5 {
  font-size: 250px;
  text-decoration: none;
  color: #232323; }

/* header2 */
.mbr-iconfont.mbr-iconfont-header2 {
  font-size: 250px;
  text-decoration: none;
  color: #fff; }

/* contacts1 */
.mbr-iconfont.mbr-iconfont-contacts1 {
  font-size: 119px;
  text-decoration: none;
  color: #9C9C9C; }

/* contacts3 */
.mbr-iconfont.mbr-iconfont-logo-contacts3 {
  font-size: 58px;
  text-decoration: none;
  color: #9C9C9C;
  margin-bottom: 1.57rem; }

.mbr-iconfont-company-contacts3 {
  font-size: 22px;
  color: #cfcfcf; }

.mbr-iconfont-company-contacts5 {
  font-size: 22px;
  color: #000; }

html.is-builder .mbr-cards .card-img + .card-block {
  padding-top: 0; }
html.is-builder .mbr-cards .card-text + .card-btn {
  padding-top: 0; }
html.is-builder .mbr-cards .card-title + * {
  padding-top: 0; }
html.is-builder .mbr-cards .card-title + .card-btn {
  padding-top: 0; }
html.is-builder .mbr-cards .card-subtitle + .card-btn {
  padding-top: 0; }
html.is-builder :not([data-app-remove-it]).card-img + .card-block {
  padding-top: 2.3125rem; }
html.is-builder :not([data-app-remove-it]).card-title + .card-subtitle, html.is-builder :not([data-app-remove-it]).card-title ~ .card-text {
  padding-top: 1rem; }
html.is-builder :not([data-app-remove-it]).card-title ~ .card-btn {
  padding-top: 1.4375rem; }
html.is-builder :not([data-app-remove-it]).card-subtitle + .card-text {
  padding-top: 0; }
html.is-builder :not([data-app-remove-it]).card-subtitle ~ .card-btn {
  padding-top: 0.3125rem; }
html.is-builder :not([data-app-remove-it]).card-text + .card-btn {
  padding-top: 1.375rem; }
html.is-builder .article .lead p {
  margin-top: 0; }
html.is-builder .article div .btn {
  margin-top: 0; }
html.is-builder .article .mbr-section-title:not([data-app-remove-it]) + .lead p {
  margin-top: 1.5625rem; }
html.is-builder .article .mbr-section-title:not([data-app-remove-it]) ~ div .btn {
  margin-top: 2.3125rem; }
html.is-builder .article .lead:not([data-app-remove-it]) + div .btn {
  margin-top: 2.3125rem; }

.article .display-2 {
  margin-bottom: 0; }
.article .mbr-section-title + .mbr-section-subtitle {
  margin-top: 4px; }
.article .mbr-section-title + .lead p {
  margin-top: 1.5625rem; }
.article .mbr-section-title + div .btn {
  margin-top: 2.3125rem; }
.article .lead + div .btn {
  margin-top: 2.3125rem; }
.article .mbr-section-subtitle {
  margin-bottom: 0; }

.content-size {
  width: auto; }

.image-size {
  vertical-align: middle;
  margin: auto;
  text-align: center; }
  .image-size .mbr-figure {
    padding-top: 3px; }

@media (max-width: 768px) {
  .image-size {
    width: 100% !important; } }

/*# sourceMappingURL=style.css.map */
.engine {
	position: absolute;
	text-indent: -2400px;
	text-align: center;
	padding: 0;
	top: 0;
	left: -2400px;
}
}

/** mainpage product **/
.gal-item{
	overflow: hidden !important;
	padding: 3px !important;
}
.box > img{
	height: 100% !important;
	width: 100% !important;
	object-fit:cover !important;
	-o-object-fit:cover !important;
	
}
.shadow {
    background: #f4f7f9;
    -moz-box-shadow:    inset 0 0 10px #eff3f7;
    -webkit-box-shadow: inset 0 0 10px #eff3f7;
    box-shadow:         inset 0 0 10px #eff3f7;
    -webkit-transition: box-shadow 0.2s ease-in;
    -moz-transition: box-shadow 0.2s ease-in;
    transition: box-shadow 0.2s ease-in;
}
.shadow:hover {
    background: #eff3f7;
    -moz-box-shadow: inset 0 0 10px #e9eef4;
    -webkit-box-shadow: inset 0 0 10px #e9eef4;
    box-shadow: inset 0 0 10px #e9eef4;
    -webkit-transition: box-shadow 0.2s ease-in;
    -moz-transition: box-shadow 0.2s ease-in;
    transition: box-shadow 0.2s ease-in;
}
.shadow img {
}

.second-product {
	margin-top: 6px;	
}
.no-margin {
	margin: 0;
}
.mainpage-text {
	position: absolute;
    z-index: 99;
    width: 100%;
    margin-top: 12%;
}
.product-wrapper {
	margin-top: 100px;
    width: 80%;
}
@media (max-width: 1280px) {
    .product-wrapper {
        width: 100% !important;
    }
}
.product-wrapper .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
    min-height: 1px;
    padding-right: 6px;
    padding-left: 6px;
}
@media (max-width: 1366px) {
.mainpage-text {
	 margin-top: 0%;
}
}
@media (max-width: 1200px) {
.mainpage-text {
	 margin-top: 10%;
}
}
@media (max-width: 768px) {
.box{
	width: 100% !important;
	height: 30vh !important;
	overflow: hidden !important;
}
.second-product {
	margin-top: 0;	
}
.mainpage-text {
	 margin-top: 10%;
}
}
@media (max-width: 425px) {
.mobile-product {
	margin-top: 24px;	
	width: 90vw;
    height: 90vw;
	text-align:center;
	margin: auto;
}
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
	display: none!important
}
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
	display: none!important
}

@media (max-width:767px) {
.visible-xs {
	display: block!important
}
table.visible-xs {
	display: table
}
tr.visible-xs {
	display: table-row!important
}
th.visible-xs, td.visible-xs {
	display: table-cell!important
}
}

@media (max-width:767px) {
.visible-xs-block {
	display: block!important
}
}

@media (max-width:767px) {
.visible-xs-inline {
	display: inline!important
}
}

@media (max-width:767px) {
.visible-xs-inline-block {
	display: inline-block!important
}
}

@media (min-width:768px) and (max-width:991px) {
.visible-sm {
	display: block!important
}
table.visible-sm {
	display: table
}
tr.visible-sm {
	display: table-row!important
}
th.visible-sm, td.visible-sm {
	display: table-cell!important
}
}

@media (min-width:768px) and (max-width:991px) {
.visible-sm-block {
	display: block!important
}
}

@media (min-width:768px) and (max-width:991px) {
.visible-sm-inline {
	display: inline!important
}
}

@media (min-width:768px) and (max-width:991px) {
.visible-sm-inline-block {
	display: inline-block!important
}
}

@media (min-width:992px) and (max-width:1199px) {
.visible-md {
	display: block!important
}
table.visible-md {
	display: table
}
tr.visible-md {
	display: table-row!important
}
th.visible-md, td.visible-md {
	display: table-cell!important
}
}

@media (min-width:992px) and (max-width:1199px) {
.visible-md-block {
	display: block!important
}
}

@media (min-width:992px) and (max-width:1199px) {
.visible-md-inline {
	display: inline!important
}
}

@media (min-width:992px) and (max-width:1199px) {
.visible-md-inline-block {
	display: inline-block!important
}
}

@media (min-width:1200px) {
.visible-lg {
	display: block!important
}
table.visible-lg {
	display: table
}
tr.visible-lg {
	display: table-row!important
}
th.visible-lg, td.visible-lg {
	display: table-cell!important
}
}

@media (min-width:1200px) {
.visible-lg-block {
	display: block!important
}
}

@media (min-width:1200px) {
.visible-lg-inline {
	display: inline!important
}
}

@media (min-width:1200px) {
.visible-lg-inline-block {
	display: inline-block!important
}
}

@media (max-width:767px) {
.hidden-xs {
	display: none!important
}
}

@media (min-width:768px) and (max-width:991px) {
.hidden-sm {
	display: none!important
}
}

@media (min-width:992px) and (max-width:1199px) {
.hidden-md {
	display: none!important
}
}

@media (min-width:1200px) {
.hidden-lg {
	display: none!important
}
}
.visible-print {
	display: none!important
}

@media print {
.visible-print {
	display: block!important
}
table.visible-print {
	display: table
}
tr.visible-print {
	display: table-row!important
}
th.visible-print, td.visible-print {
	display: table-cell!important
}
}
.visible-print-block {
	display: none!important
}

@media print {
.visible-print-block {
	display: block!important
}
}
.visible-print-inline {
	display: none!important
}

@media print {
.visible-print-inline {
	display: inline!important
}
}
.visible-print-inline-block {
	display: none!important
}

@media print {
.visible-print-inline-block {
	display: inline-block!important
}
}

@media print {
.hidden-print {
	display: none!important
}
}

/* */
@media (max-width:543px) {
.hidden-xs-down {
	display: none!important
}
}

@media (min-width:544px) {
.pull-sm-left {
	float: left!important
}
.pull-sm-right {
	float: right!important
}
.pull-sm-none {
	float: none!important
}
.text-sm-left {
	text-align: left!important
}
.text-sm-right {
	text-align: right!important
}
.text-sm-center {
	text-align: center!important
}
.hidden-sm-up {
	display: none!important
}
}

@media (max-width:767px) {
.hidden-sm-down {
	display: none!important
}
}

@media (min-width:768px) {
.pull-md-left {
	float: left!important
}
.pull-md-right {
	float: right!important
}
.pull-md-none {
	float: none!important
}
.text-md-left {
	text-align: left!important
}
.text-md-right {
	text-align: right!important
}
.text-md-center {
	text-align: center!important
}
.hidden-md-up {
	display: none!important
}
}

@media (max-width:991px) {
.hidden-md-down {
	display: none!important
}
}

@media (min-width:992px) {
.pull-lg-left {
	float: left!important
}
.pull-lg-right {
	float: right!important
}
.pull-lg-none {
	float: none!important
}
.text-lg-left {
	text-align: left!important
}
.text-lg-right {
	text-align: right!important
}
.text-lg-center {
	text-align: center!important
}
.hidden-lg-up {
	display: none!important
}
}

@media (max-width:1199px) {
.hidden-lg-down {
	display: none!important
}
}

@media (min-width:1200px) {
.pull-xl-left {
	float: left!important
}
.pull-xl-right {
	float: right!important
}
.pull-xl-none {
	float: none!important
}
.text-xl-left {
	text-align: left!important
}
.text-xl-right {
	text-align: right!important
}
.text-xl-center {
	text-align: center!important
}
.hidden-xl-up {
	display: none!important
}
}

@media print {
.visible-print-block {
	display: block!important
}
}
.visible-print-inline {
	display: none!important
}

@media print {
.visible-print-inline {
	display: inline!important
}
}
.visible-print-inline-block {
	display: none!important
}

@media print {
.visible-print-inline-block {
	display: inline-block!important
}
.hidden-print {
	display: none!important
}
}


.container p, .h4, h4, h5, .h5 {
    line-height: 1.4em;
}

@media (max-width: 768px) {
    .panel-body h4, .h4 {
        font-size: 14px;
    }
}

@media (max-width: 1280px) {
.collection-text {
width: 100%;
background: #fff;
padding: 0 20px 10px 20px;
  text-align: center;
  font-size: 14px;
  min-height: 115px;
  overflow: auto;
}
} 
@media (max-width: 1024px) {
.collection-text {
width: 100%;
background: #fff;
padding: 0 20px 10px 20px;
  text-align: center;
  font-size: 14px;
  min-height: 145px;
  overflow: auto;
}
}
@media (max-width: 320px) {
    h3, .h3 {
        font-size: 20px;
    }

    small, .small {
        font-size: 75%;
    }

    .collection-text .eng-title {
        font-size: 0.9em;
    }

    .collection-text .eng-subtitle {
        font-size: 0.7em;
    }

    .collection-text .chi-title {
        font-size: 0.9em;
    }

    .collection-text .chi-subtitle {
        letter-spacing: 0.1rem;
        font-size: 0.7em;
    }

    .brial-box-text .eng-title {
        font-size: 0.9em;
    }

    .brial-box-text .eng-subtitle {
        font-size: 0.7em;
    }

    .brial-box-text .chi-title {
        font-size: 0.9em;
    }

    .brial-box-text .chi-subtitle {
        letter-spacing: 0.1rem;
        font-size: 0.7em;
    }

    h4, .h4, h5, .h5, h6, .h6 {
        margin-top: 4px;
        margin-bottom: 4px;
    }
}

/*Added by Ada for home page optimizer banner*/
.optimizer-text, .optimizer-text-eng {
    height: 360px;
    left: 0;
    width: 30%;
    position: absolute;
    background: rgba(255,255,255,0.6);
    padding-top: 100px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.optimizer-bg, .optimizer-bg-eng {
    background-image: url(../../images/general/optimizer.jpg);
    margin-top: 80px;
    height: 360px;
    padding: 0;
}
#wrap-player{
    background:#000;
    height:100%;
    width:100%;
    overflow:hidden; /* Hide scrollbars */
}

@media (max-width: 768px) {
    .optimizer-bg, .optimizer-bg-eng {
	    margin: 60px 10px; 
	    height: 450px; 
	    padding:0;
	    background-image: url(../../images/general/optimizer-mobile.jpg); 
	    background-position: top center; 
    }

    .optimizer-bg-eng{
        height: 600px;
    }

    .optimizer-text, .optimizer-text-eng {
	    height: 208px; 
	    bottom: 0; 
	    width: 100%; 
	    position: absolute; 
	    background: rgba(255,255,255,0.6); 
	    padding-top: 20px;
    }

    .optimizer-text-eng {
        height: 250px;
    }
}


/*Add for Leo Cert*/
.leo-scert {
	background-image: url(../../images/e-cert/leo-scert-topbg.jpg), url(../../images/e-cert/leo-scert-bottombg.jpg);
	background-position: center top, center bottom;
	background-repeat: no-repeat, no-repeat;
	background-size: contain;
	background-color: #Fff;
	padding: 10% 10% 6% 10%;
	color: #896e4d;
	text-align: center;
}
.leo-scert table tr td{	
	border-bottom: 1px solid #f7e9d7;
	padding: 10px;
}
.leo-scert-frame {
	width: 90%;
	margin: auto;
}
.leo-scert-logo {
	width: 240px;
}
.leo-scert-pic {
	width: 180px;
}
.leo-scert-slogan {
	width: 200px;
}
.leo-scert-tspace {
	margin-top: 20px;
}
.leo-scert-bspace {
	margin-bottom: 20px;
}
@media (max-width:767px) {
	.leo-scert-frame {
		width: 95%;
		margin: auto;
	}	
	.leo-scert h3 {
		font-size: 20px;
	}
	.leo-scert h4 {
		font-size: 16px;
	}
	.leo-scert-logo {
		width: 160px;
	}
	.leo-scert-pic {
		width: 140px;
	}
	.leo-scert-slogan {
		width: 140px;
	}
}


/*By Programmer*/
ul.pagination li > a, .btn-filter, .productTable > tr, .JewelleryRowItem , .filter-title > a, .pointer, .selTopic, .shopItem, .btnSort, .GrpSel, .pointer{
    cursor: pointer;
}
.modalMsgContent {
    margin: 15px 0px;
}
.mountGroup {
    display:none;
}
.displayMount > div:first-child{
    display:inline;
}
#footer1-2 a {
    color:#FFFFFF;
}
.combobox-container .input-group-addon {
    background-color: inherit;
    border-color: #e8e8e8;
    border-radius: 0;
}

.embed-responsive-16by9-custom {
    padding-bottom: 41%;
    background: white;
}

@media (max-width: 1280px) {
    .embed-responsive-16by9-custom {
        padding-bottom: 56.25%;
    }
}

.videoWrapper {
     position: absolute;
     padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
     height: 0;
     width: 100%; /* You can set this width to whatever suits your needs */
     margin: 0 auto;
	 z-index:22;
}
.videoWrapper video {
     position: absolute;
     top: 8%;
     left: 26%;
     width: 36%;
     height: 36%;
}
@media (max-width: 768px) {
    .videoWrapper {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
        height: 0;
        width: 100%; /* You can set this width to whatever suits your needs */
        margin: 0 auto;
    }

        .videoWrapper video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
}

.horoscope-text-chi, .horoscope-text-eng {
	background: #e3f0f7; 
	padding: 0 20px 20px 20px; 
	color: #386498 !important; 
	font-size: 13px; 
	letter-spacing: 0.05em; 
	line-height:1.6em;
}

.horoscope-text-eng {
	font-size: 12px; 
	letter-spacing: 0em; 
	line-height:1.6em;
}

.text-shadow {
    text-shadow: 1px 1px 8px #111c33;
}
.general-topbanner {
	padding-top: 120px; 
	padding-bottom: 120px;
	transition: all .3s ease-in-out;
    display: block;
    position: relative;
}
.general-topbanner::after {
    background:center center;
    background-image: linear-gradient(to bottom, rgba(31,39,62,0.5) 0%,rgba(31,39,62,0.5) 100%), url(../../images/general/general-topbanner-desktop.jpg);
    background-size: cover;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

@media (max-width: 1024px) {
.general-topbanner {
	padding-top: 70px;
	padding-bottom: 70px;
}
}
@media (max-width: 480px) {
.general-topbanner {
	background:url('../../images/general/general-topbanner-mobile.jpg') center center;	
	background-size: cover;
	padding-top: 60px;
	padding-bottom: 60px;
	transition: all .3s ease-in-out
}
}

/** COLLECTION **/
.bridals-topbanner {
	background:url('../../images/collections/bridal/bridal/bridal-top-desktop.jpg') center center;
	padding-top: 260px; 
	padding-bottom: 260px;
	background-size: cover;
	/*
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;*/
	transition: all .3s ease-in-out
}
@media (max-width: 1024px) {
.bridals-topbanner {
	padding-top: 122px;
	padding-bottom: 122px;
}
}
@media (max-width: 480px) {
.bridals-topbanner {
	background:url('../../images/collections/bridal/bridal/bridal-top-mobile.jpg') center center;	
	background-size: cover;
	padding-top: 150px;
	padding-bottom: 150px;
	transition: all .3s ease-in-out
}
}

.signature-topbanner {
	background:url('../../images/collections/signature/signature/signature-top-desktop.jpg') center center;
	padding-top: 260px; 
	padding-bottom: 260px;
	background-size: cover;
	/*
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;*/
	transition: all .3s ease-in-out
}
@media (max-width: 1024px) {
.signature-topbanner {
	padding-top: 122px;
	padding-bottom: 122px;
}
}
@media (max-width: 480px) {
.signature-topbanner {
	background:url('../../images/collections/signature/signature/signature-top-mobile.jpg') center center;	
	background-size: cover;
	padding-top: 150px;
	padding-bottom: 150px;
	transition: all .3s ease-in-out
}
}
.infinity-topbanner {
	background:url('../../images/collections/signature/infinity/infinity-top-desktop.jpg') center center;
	padding-top: 260px; 
	padding-bottom: 260px;
	background-size: cover;
	/*
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;*/
	transition: all .3s ease-in-out
}
@media (max-width: 1024px) {
.infinity-topbanner {
	padding-top: 122px;
	padding-bottom: 122px;
}
}
@media (max-width: 480px) {
.infinity-topbanner {
	background:url('../../images/collections/signature/infinity/infinity-top-mobile.jpg') center center;	
	background-size: cover;
	padding-top: 150px;
	padding-bottom: 150px;
	transition: all .3s ease-in-out
}
}


.loveis-topbanner {
	background:url('../../images/collections/signature/loveis/loveis-top-desktop.jpg') center center;
	padding-top: 260px; 
	padding-bottom: 260px;
	background-size: cover;
	/*
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;*/
	transition: all .3s ease-in-out
}
@media (max-width: 1024px) {
.loveis-topbanner {
	padding-top: 122px;
	padding-bottom: 122px;
}
}
@media (max-width: 480px) {
.loveis-topbanner {
	background:url('../../images/collections/signature/loveis/loveis-top-mobile.jpg') center center;	
	background-size: cover;
	padding-top: 150px;
	padding-bottom: 150px;
	transition: all .3s ease-in-out
}
}

.xmas-topbanner {
	background:url('../../images/collections/signature/xmas/loveis-top-desktop.jpg') center center;
	padding-top: 260px; 
	padding-bottom: 260px;
	background-size: cover;
	/*
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;*/
	transition: all .3s ease-in-out
}
@media (max-width: 1024px) {
.xmas-topbanner {
	padding-top: 122px;
	padding-bottom: 122px;
}
}
@media (max-width: 480px) {
.xmas-topbanner {
	background:url('../../images/collections/signature/xmas/loveis-top-mobile.jpg') center center;	
	background-size: cover;
	padding-top: 150px;
	padding-bottom: 150px;
	transition: all .3s ease-in-out
}
}

.beloved-topbanner {
	background:url('../../images/collections/signature/beloved/beloved-top-desktop.jpg') center center;
	padding-top: 260px; 
	padding-bottom: 260px;
	background-size: cover;
	/*
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;*/
	transition: all .3s ease-in-out
}
@media (max-width: 1024px) {
.beloved-topbanner {
	padding-top: 122px;
	padding-bottom: 122px;
}
}
@media (max-width: 480px) {
.beloved-topbanner {
	background:url('../../images/collections/signature/beloved/beloved-top-mobile.jpg') center center;	
	background-size: cover;
	padding-top: 150px;
	padding-bottom: 150px;
	transition: all .3s ease-in-out
}
}
.initiallove-topbanner {
	background:url('../../images/collections/signature/initiallove/initiallove-top-desktop.jpg') center center;
	padding-top: 260px; 
	padding-bottom: 260px;
	background-size: cover;
	/*
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;*/
	transition: all .3s ease-in-out
}
@media (max-width: 1024px) {
.initiallove-topbanner {
	padding-top: 122px;
	padding-bottom: 122px;
}
}
@media (max-width: 480px) {
.initiallove-topbanner {
	background:url('../../images/collections/signature/initiallove/initiallove-top-mobile.jpg') center center;	
	background-size: cover;
	padding-top: 150px;
	padding-bottom: 150px;
	transition: all .3s ease-in-out
}
}
.heymylittle-topbanner {
	background:url('../../images/collections/signature/heymylittle/heymylittle-top-desktop.jpg') center center;
	padding-top: 260px; 
	padding-bottom: 260px;
	background-size: cover;
	/*
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;*/
	transition: all .3s ease-in-out
}
@media (max-width: 1024px) {
.heymylittle-topbanner {
	padding-top: 122px;
	padding-bottom: 122px;
}
}
@media (max-width: 480px) {
.heymylittle-topbanner {
	background:url('../../images/collections/signature/heymylittle/heymylittle-top-mobile.jpg') center center;	
	background-size: cover;
	padding-top: 150px;
	padding-bottom: 150px;
	transition: all .3s ease-in-out
}
}
.theblissfulring-topbanner {
	background:url('../../images/collections/signature/theblissfulring/theblissfulring-top-desktop.jpg') center center;
	padding-top: 260px; 
	padding-bottom: 260px;
	background-size: cover;
	/*
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;*/
	transition: all .3s ease-in-out
}
@media (max-width: 1024px) {
.theblissfulring-topbanner {
	padding-top: 122px;
	padding-bottom: 122px;
}
}
@media (max-width: 480px) {
.theblissfulring-topbanner {
	background:url('../../images/collections/signature/theblissfulring/theblissfulring-top-mobile.jpg') center center;	
	background-size: cover;
	padding-top: 150px;
	padding-bottom: 150px;
	transition: all .3s ease-in-out
}
}
.roseofbrilliance-topbanner {
	background:url('../../images/collections/signature/roseofbrilliance/roseofbrilliance-top-desktop.jpg') center center;
	padding-top: 260px; 
	padding-bottom: 260px;
	background-size: cover;
	/*
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;*/
	transition: all .3s ease-in-out
}
@media (max-width: 1024px) {
.roseofbrilliance-topbanner {
	padding-top: 122px;
	padding-bottom: 122px;
}
}
@media (max-width: 480px) {
.roseofbrilliance-topbanner {
	background:url('../../images/collections/signature/roseofbrilliance/roseofbrilliance-top-mobile.jpg') center center;	
	background-size: cover;
	padding-top: 150px;
	padding-bottom: 150px;
	transition: all .3s ease-in-out
}
}
.the-gift-of-glory-topbanner {
	background:url('../../images/collections/signature/thegiftofglory/the-gift-of-glory-top-desktop.jpg') center center;
	padding-top: 260px; 
	padding-bottom: 260px;
	background-size: cover;
	/*
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;*/
	transition: all .3s ease-in-out
}
@media (max-width: 1024px) {
.the-gift-of-glory-topbanner {
	padding-top: 122px;
	padding-bottom: 122px;
}
}
@media (max-width: 480px) {
.the-gift-of-glory-topbanner {
	background:url('../../images/collections/signature/thegiftofglory/the-gift-of-glory-top-mobile.jpg') center center;	
	background-size: cover;
	padding-top: 150px;
	padding-bottom: 150px;
	transition: all .3s ease-in-out
}
}
.love-beyond-words-topbanner {
	background:url('../../images/collections/signature/lovebeyondwords/love-beyond-words-top-desktop.jpg') center center;
	padding-top: 260px; 
	padding-bottom: 260px;
	background-size: cover;
	/*
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;*/
	transition: all .3s ease-in-out
}
@media (max-width: 1024px) {
.love-beyond-words-topbanner {
	padding-top: 122px;
	padding-bottom: 122px;
}
}
@media (max-width: 480px) {
.love-beyond-words-topbanner {
	background:url('../../images/collections/signature/lovebeyondwords/love-beyond-words-top-mobile.jpg') center center;	
	background-size: cover;
	padding-top: 150px;
	padding-bottom: 150px;
	transition: all .3s ease-in-out
}
}
.weddingring-topbanner {
	background:url('../../images/collections/bridal/weddingring-top-desktop.jpg') center center;
	padding-top: 260px; 
	padding-bottom: 260px;
	background-size: cover;
	/*
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;*/
	transition: all .3s ease-in-out
}
@media (max-width: 1024px) {
.weddingring-topbanner {
	padding-top: 122px;
	padding-bottom: 122px;
}
}
@media (max-width: 480px) {
.weddingring-topbanner {
	background:url('../../images/collections/bridal/weddingring-top-mobile.jpg') center center;	
	background-size: cover;
	padding-top: 150px;
	padding-bottom: 150px;
	transition: all .3s ease-in-out
}
}
.the-sign-of-love-topbanner {
	background:url('../../images/collections/bridal/the-sign-of-love/the-sign-of-love-top-desktop.jpg') center center;
	padding-top: 260px; 
	padding-bottom: 260px;
	background-size: cover;
	/*
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;*/
	transition: all .3s ease-in-out
}
@media (max-width: 1024px) {
.the-sign-of-love-topbanner {
	padding-top: 122px;
	padding-bottom: 122px;
}
}

@media (max-width: 480px) {
.the-sign-of-love-topbanner {
	background:url('../../images/collections/bridal/the-sign-of-love/the-sign-of-love-top-mobile.jpg') center center;	
	background-size: cover;
	padding-top: 150px;
	padding-bottom: 150px;
	transition: all .3s ease-in-out
}
}
.designurperfectmatch-topbanner {
	background:url('../../images/collections/bridal/design-your-perfect-match/designurperfectmatch-top-desktop.jpg') center center;
	padding-top: 260px; 
	padding-bottom: 260px;
	background-size: cover;
	/*
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;*/
	transition: all .3s ease-in-out
}
@media (max-width: 1024px) {
.designurperfectmatch-topbanner {
	padding-top: 122px;
	padding-bottom: 122px;
}
}
@media (max-width: 480px) {
.designurperfectmatch-topbanner {
	background:url('../../images/collections/bridal/design-your-perfect-match/designurperfectmatch-top-mobile.jpg') center center;	
	background-size: cover;
	padding-top: 150px;
	padding-bottom: 150px;
	transition: all .3s ease-in-out
}
}
.the-name-i-love-topbanner {
	background:url('../../images/collections/bridal/the-name-i-love/the-name-i-love-top-desktop.jpg') center center;
	padding-top: 260px; 
	padding-bottom: 260px;
	background-size: cover;
	/*
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;*/
	transition: all .3s ease-in-out
}
@media (max-width: 1024px) {
.the-name-i-love-topbanner {
	padding-top: 122px;
	padding-bottom: 122px;
}
}
@media (max-width: 480px) {
.the-name-i-love-topbanner {
	background:url('../../images/collections/bridal/the-name-i-love/the-name-i-love-top-mobile.jpg') center center;	
	background-size: cover;
	padding-top: 150px;
	padding-bottom: 150px;
	transition: all .3s ease-in-out
}
}
.our-love-story-topbanner {
	background:url('../../images/collections/bridal/our-love-story/our-love-story-top-desktop.jpg') center center;
	padding-top: 260px; 
	padding-bottom: 260px;
	background-size: cover;
	/*
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;*/
	transition: all .3s ease-in-out
}
@media (max-width: 1024px) {
.our-love-story-topbanner {
	padding-top: 122px;
	padding-bottom: 122px;
}
}
@media (max-width: 480px) {
.our-love-story-topbanner {
	background:url('../../images/collections/bridal/our-love-story/our-love-story-top-mobile.jpg') center center;	
	background-size: cover;
	padding-top: 150px;
	padding-bottom: 150px;
	transition: all .3s ease-in-out
}
}

.optimizer-topbanner {
	background:url('../../images/optimizer/optimizer-top-desktop.jpg') center center;
	padding-top: 90px; 
	padding-bottom: 90px;
	background-size: cover;
	/*
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;*/
	transition: all .3s ease-in-out
}
@media (max-width: 480px) {
.optimizer-topbanner {
	background:url('../../images/optimizer/optimizer-top-mobile.jpg') top center;
	background-size: cover;
	padding-top: 90px;
	padding-bottom: 90px;
	transition: all .3s ease-in-out
}
}
