﻿
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: 'Catamaran-ExtraLight';
    line-height: 1.2;
    color: #ffffff;
    overflow-x: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in;
    -moz-transition: opacity 0.5s ease-in;
    -o-transition: opacity 0.5s ease-in;
    -ms-transition: opacity 0.5s ease-in;
    transition: opacity 0.5s ease-in;
}

    body.load {
        opacity: 1;
    }

em {
    font-family: 'Catamaran-Bold';
}

ul, ol {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
    list-style: none;
    display: inline-block;
}

a {
    color: inherit;
    cursor: pointer;
}

a.invert{
     padding: 2px 10px;
}

    a:hover {
        text-decoration: none;
        color: #bf3415;
    }

    a.invert:hover {
        text-decoration: none;
        padding: 2px 10px;
        border-radius: 50px;
        color: #fff;
        background-color: rgba(0,0,0,0.5);
    }

    a.native:hover{
        color: rgba(0,0,0,0.75);
        text-decoration: underline;
    }

img {
    width: 100%;
}

.img-auto {
    width: auto;
}

h1, .h1, h2, .h2, h3, .h3, article {
    margin: 20px 0;
}

h1 {
    font-size: 4.20em; /* 50pt */
}

h2 {
    font-size: 3.35em; /* 40pt */
}

h3 {
    font-size: 2.50em; /* 30pt */
}

h4 {
    font-size: 1.67em; /* 20pt */
}

h5 {
    font-size: 0.83em; /* 10pt */
}

p {
    font-size: 1.84em; /* 22pt */
}

article, a {
    font-size: 1.25em; /* 15pt */
}

.navbar-nav > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
}

.navbar-nav > li.active > a, .navbar-nav > li:hover a  {
    background-color: #bf3415 !important;
    border-radius: 100px;
    text-shadow: 0 0 4px #000;
}

.font-20pt {
    font-size: 1.67em; /* 20pt */
}

.font-5x {
    font-size: 1.750em; /* 28px */
}

.font-4x {
    font-size: 1.625em; /* 26px */
}

.font-3x {
    font-size: 1.500em; /* 24px */
}

.font-2x {
    font-size: 1.375em; /* 22px */
}

.font-xl {
    font-size: 1.250em; /* 20px */
}

.font-lg {
    font-size: 1.125em; /* 18px */
}

.font-md {
    font-size: 1.000em; /* 16px */
}

.font-sm {
    font-size: 0.875em; /* 14px */
}

.font-xs {
    font-size: 0.750em; /* 12px */
}

.color-dark-gray {
    color: #616161;
}

.color-dark-orange {
    color: #bf3415;
}

.color-yellow {
    color: #ffd200;
}

.color-white {
    color: #ffffff;
}

.color-green{
    color: #6abf59;
}

.bg-white {
    background-color: #fff;
}

.border-none {
    border: none;
}

.sepration-xs {
    margin: 10px 0;
}

.sepration-sm {
    margin: 20px 0;
}

.sepration-md {
    margin: 30px 0;
}

.sepration-lg {
    margin: 40px 0;
}

.sepration-xl {
    margin: 50px 0;
}


.padded-xs {
    padding: 10px 0;
}

.padded-sm {
    padding: 20px 0;
}

.padded-md {
    padding: 30px 0;
}

.padded-lg {
    padding: 40px 0;
}

.padded-xl {
    padding: 50px 0;
}

.d-inline {
    display: inline;
}

.d-inline-block {
    display: inline-block;
}

.d-block {
    display: block;
}

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.p-static {
    position: static;
}

.top {
    top: 0;
}

.bottom {
    bottom: 0;
}

.left {
    left: 0;
}

.right {
    right: 0;
}

.h-full {
    height: 100%;
}

.w-full {
    width: 100%;
}

.o-flow-hide {
    overflow: hidden;
}

.o-flowX-hide {
    overflow-x: hidden;
}

.o-flowY-hide {
    overflow-y: hidden;
}

.input-group {
    border-bottom: 1px solid #ffffff;
}

    .input-group > .form-control, .input-group-addon {
        border: none;
        border-radius: 0;
        background-color: transparent;
        color: #fff;
        box-shadow: none;
    }


.m-bottom-none {
    margin-bottom: 0;
}

.m-top-none {
    margin-top: 0;
}

.text-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pad-top {
    padding-top: 50px;
}

/* Seventh */
#seventh {
    background-color: #f3f3f3;
}

    #seventh .card > img {
        width: auto;
    }

    #seventh .card > p {
        font-size: 1.33em;
    }

    #seventh .card > label {
        font-size: 1.33em;
        font-family: 'Catamaran-SemiBold';
    }

    #seventh .card > .rate-list > li {
        padding: 5px;
    }

.head-banner {
    height: 250px;
    background: #bf3415 url(../../images/inner-header.jpg) no-repeat;
    background-size: 100%;
    background-position: 100% 13%;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.75);
}

.page-title {
    padding: 10px 0;
}

.head-banner div[class^=col-] {
    min-height: 250px;
}

.down-to-show {
    opacity: 1;
}

#main-nav.affix {
    top: 0 ;
    width: 100%;
    position: fixed;
    margin-top: 0;
    padding: 10px 0;
    background-color: rgba(0,0,0,0.85);
    border-radius: 0;
}
