/* =OXSN Core
-------------------------------------------------------------- */

html, 
body {
    background-color: #fff; 
    background-position: center center;
    background-repeat: no-repeat;
    text-align: left;
    font-family: Arial, "Lucida Grande", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #5f5f5f;
    margin: 0;
    padding: 0;
    position: relative;
}

*, 
*:before, 
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

h1, 
h2, 
h3, 
h4, 
h5 {
    font-weight: bold;
    margin: 0 0 15px;
    padding: 0;
    line-height: normal;
}

p {
    margin: 0 0 15px;
    padding: 0;
}

ul {
    margin: 0 0 15px 20px;
    padding: 0;
}

ul ul {
    margin: 0 0 0 20px;
}

ol {
    margin: 0 0 15px 20px;
    padding: 0;
}

ol ol {
    margin: 0 0 0 20px;
}

hr {
    border: 0;
    border-top: 1px solid #d7d7d7;
    width: 100%;
    height: 0;
    display: block;
    padding: 0;
    margin: 30px 0;
    background: transparent;
}

a, 
a:active, 
a:focus {
    color: #337ab7;
    text-decoration: none;
    opacity: 1;
    cursor: hand;
    cursor: pointer;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

a:hover {
    text-decoration: none;
    opacity: 0.7;
    color: inherit;
    outline: none;
}

a:hover img {
    opacity: 0.7;
}

.no-opacity a:hover, 
a.no-opacity:hover {
    opacity: 1;
}

.no-opacity a:hover img, 
a.no-opacity:hover img {
    opacity: 1;
}

table {
    width: 100%;
    margin: 0 0 15px;
}

input[type=text], 
input[type=tel], 
input[type=email], 
input[type=password],
select, 
textarea {
    -webkit-appearance: none; 
    -moz-appearance: none; 
    appearance: none;
    font-family: inherit;
    outline: none;
    padding: 9px;
    margin: 3px 0 15px;
    font-size: 14px;
    line-height: normal;
    color: #555;
    background: transparent;
    background-image: none;
    border: 1px solid #d7d7d7;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    width: 100%;
    display: block;
    z-index: 1;
}

select {
    cursor: hand;
    cursor: pointer;
    background-image:
        linear-gradient(45deg, transparent 50%, gray 50%),
        linear-gradient(135deg, gray 50%, transparent 50%),
        linear-gradient(to right, #ccc, #ccc);
    background-position:
        calc(100% - 20px) calc(1em + 2px),
        calc(100% - 15px) calc(1em + 2px),
        calc(100% - 2.5em) 0.5em;
    background-size:
        5px 5px,
        5px 5px,
        1px 1.5em;
    background-repeat: no-repeat;
}

textarea {
    height: 110px;
}

input[type=text]:disabled, 
input[type=tel]:disabled, 
input[type=email]:disabled, 
input[type=password]:disabled,
select:disabled, 
textarea:disabled {
    color: #aaa;
}

input[type=submit] {
    -webkit-appearance: none; 
    -moz-appearance: none; 
    appearance: none;
    margin: 0;
    font-family: inherit;
    outline: none;
    height: auto;
    line-height: inherit;
    text-align: center;
    padding: 9px 18px;
    font-size: inherit;
    color: #fff;
    background: #337ab7;
    background-image: none;
    border-size: 1px;
    border-style: solid;
    border-color: transparent;
    border-radius: 6px;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    width: auto;
    display: inline-block;
    cursor: hand;
    cursor: pointer;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

input[type=submit]:hover {
    opacity: 0.7;
}

.oxsn_breadcrumbs {
    float: left;
    width: 100%;
}

.oxsn_breadcrumbs ul {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.oxsn_breadcrumbs ul li {
    display: inline-block;
    margin-right: 8px;
}

.oxsn_breadcrumbs ul li:after {
    content: '›';
    display: inline-block;
    margin-left: 9px;
}

.oxsn_breadcrumbs ul li:last-child:after {
    display: none;
}

.oxsn_video {
    float: left;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    padding-top: 25px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.oxsn_video .oxsn_video_player { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -100;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.oxsn_scroll_up_box {
    display: none;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
    font-size: 16px !important;
    position: fixed;
    right: 21px;
    bottom: 24px;
    padding: 0;
    margin: 0;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #ffffff;
    cursor: hand;
    cursor: pointer;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    z-index: 100;
    font-weight: bold;
    text-align: center;
}

.oxsn_scroll_up_box:hover {
    opacity: 0.7;
}

.oxsn_scroll_up_box:before {
    content: "";
    background: #000000;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    z-index: -1;
}

.oxsn_scroll_up_box:before:hover {
    opacity: 0.7;
}