body {
    font-family: 'Trajan Pro', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    overflow-x: hidden;
    color: #ababab;
}

.heading-page {
    font-family: 'Trajan Pro', sans-serif;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: bolder;
    color: #fbfbfb;
}
a {
    color: inherit;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
a:hover,
a:focus {
    color: #ababab;
    text-decoration: none;
    outline: 0 none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1e2530;
    font-family: "Open Sans", sans-serif;
    margin: 0;
    line-height: 1.3;
}

p {
    margin-bottom: 20px;
}
p:last-child {
    margin-bottom: 0;
}

/*
   * Selection color
   */
::-moz-selection {
    background-color: #fa6862;
    color: #fff;
}

::selection {
    background-color: #fa6862;
    color: #fff;
}

/*
   *  Reset bootstrap's default style
   */
.form-control::-webkit-input-placeholder,
::-webkit-input-placeholder {
    opacity: 1;
    color: inherit;
}

.form-control:-moz-placeholder,
:-moz-placeholder {
    /* Firefox 18- */
    opacity: 1;
    color: inherit;
}

.form-control::-moz-placeholder,
::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 1;
    color: inherit;
}

.form-control:-ms-input-placeholder,
:-ms-input-placeholder {
    opacity: 1;
    color: inherit;
}

/*
   *  CSS Helper Class
   */
.clear:before,
.clear:after {
    content: " ";
    display: table;
}

.clear:after {
    clear: both;
}

.pt-table {
    display: table;
    width: 100%;
    height: -webkit-calc(100vh);
    height: -moz-calc(100vh);
    height: calc(100vh);
}

.pt-tablecell {
    display: table-cell;
    vertical-align: middle;
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.relative {
    position: relative;
}

.primary,
.link:hover {
    color: #fa6862;
}

.no-gutter {
    margin-left: 0;
    margin-right: 0;
}
.no-gutter > [class^="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

.nicescroll-cursors {
    background: #fa6862 !important;
}

.preloader {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
.preloader.active.hidden {
    display: none;
}

.loading-mask {
    background-color: #fa6862;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 20%;
    -webkit-transition: all 0.6s cubic-bezier(0.61, 0, 0.6, 1) 0s;
    -moz-transition: all 0.6s cubic-bezier(0.61, 0, 0.6, 1) 0s;
    -o-transition: all 0.6s cubic-bezier(0.61, 0, 0.6, 1) 0s;
    transition: all 0.6s cubic-bezier(0.61, 0, 0.6, 1) 0s;
}
.loading-mask:nth-child(2) {
    left: 20%;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.loading-mask:nth-child(3) {
    left: 40%;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.loading-mask:nth-child(4) {
    left: 60%;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.loading-mask:nth-child(5) {
    left: 80%;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.preloader.active.done {
    z-index: 0;
}

.preloader.active .loading-mask {
    width: 0;
}

/*------------------------------------------------
      Start Styling
  -------------------------------------------------*/
.mt20 {
    margin-top: 20px;
}

.page-title {
    margin-bottom: 75px;
    line-height: 2em;
}
.page-title h3 {
    font-family: 'Trajan Pro', sans-serif;
    color:#fbfbfb;
    margin-bottom: 10px;
}
.page-title img {
    margin-bottom: 20px;
}
.page-title h2 {
    font-size: 70px;
    margin-bottom: 25px;
    position: relative;
    z-index: 0;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
}
.page-title p {
    font-size: 16px;
    color: #fff;
}

/*------------------------------------------------
      Home Page
  -------------------------------------------------*/

.page-home {
    font-family: 'Trajan Pro', sans-serif;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: middle;
}
.page-home .overlay {
    background-color: rgba(14, 17, 24, 0.97);
    opacity: 0.5;
}

/* End of container */
#big_diamond{
    width:50%;
    margin: 0 25% 0 25%;
    float:left;
    text-align: center;
}

#gold{
    background-color:#d4af37;
}

.diamond{
    width: 31.33%;
    padding-bottom:31.33%;
    margin:1%;
    background:#1e2530;
    float:left;
    position:relative;
    border-radius: 50%;
}
.diamond a{
    display:block;
    position:absolute;
    top:25%;
    left:0;
    width:100%;
    height:100%;
    color: #fbfbfb;
}
.diamond a:hover{
    color: #e0e0e0;
    text-decoration: none;
    -webkit-animation: focus-in-contract 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: focus-in-contract 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.diamond h4{
    font-family: 'Trajan Pro', sans-serif;
    margin-top: 15px;
    font-size: 1.2em;
    color: #fbfbfb;
    text-decoration: none;
}

.diamond i{
    font-size: 2em;
}

@-webkit-keyframes focus-in-contract {
    0% {
        letter-spacing: 1em;
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }
    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}
@keyframes focus-in-contract {
    0% {
        letter-spacing: 1em;
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }
    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

@media only screen and (max-width: 698px) {
    #big_diamond{
        width:100%;
        margin-left: 0;
        float:left;
        text-align: center;
    }

    .diamond i{
        font-size: 1.5em;
    }

    .diamond h4{
    	font-family: 'Trajan Pro', sans-serif;
        margin-top: 10px;
        font-size: 0.8em;
        color: #fbfbfb;
        text-decoration: none;
    }
}

@media (min-width: 698px) and (max-width: 767px) {
    #big_diamond{
        width:100%;
        margin-left: 0;
        float:left;
        text-align: center;
    }

    .diamond i{
        font-size: 3em;
    }

    .diamond h4{
    	font-family: 'Trajan Pro', sans-serif;
        margin-top: 10px;
        font-size: 1.2em;
        color: #fbfbfb;
        text-decoration: none;
    }
}

@media (min-width: 768px) and (max-width: 800px) {

    .diamond i{
        font-size: 1.8em;
    }

    .diamond h4{
    	font-family: 'Trajan Pro', sans-serif;
        margin-top: 10px;
        font-size: 0.9em;
        color: #fbfbfb;
        text-decoration: none;
    }
}

@media (min-width: 801px) {
    #big_diamond{
        width:40%;
        margin: 0 30% 0 30%;
        float:left;
        text-align: center;
    }

    .diamond i{
        font-size: 1.8em;
    }

    .diamond h4{
    	font-family: 'Trajan Pro', sans-serif;
        margin-top: 10px;
        font-size: 0.9em;
        color: #fbfbfb;
        text-decoration: none;
    }
}