/*
Theme Name: Roadandtrack
Description: -
Theme URI: http://mediaempire.se
Author: AVAThemes
Author URI: http://themeforest.net/user/AVAThemes/portfolio
Version:1.4
Tags: dark

License:GNU General Public License version 3.0
License URI:http://www.gnu.org/licenses/gpl-3.0.html

All files, unless otherwise stated, are released under the GNU General Public License
version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)
*/

/* -----------------------------------------
   Header, Logo & Social Media Profiles
----------------------------------------- */
.row::after, .row::before {
  display: table;
  content: " ";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

:after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}
input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}
button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}
input {
    line-height: normal
}
.btn-group-vertical > .btn-group::after,
.btn-toolbar::after,
.clearfix::after,
.container-fluid::after,
.container::after,
.dl-horizontal dd::after,
.form-horizontal .form-group::after,
.modal-footer::after,
.nav::after,
.navbar-collapse::after,
.navbar-header::after,
.navbar::after,
.pager::after,
.panel-body::after,
.row::after {
  clear: both;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;

}
.row {
  margin-bottom: 20px;
  margin-left: -15px;
  margin-right: -15px;
}
[class*="col-"] {
/*  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #eee;
  background-color: rgba(86,61,124,.15);
  border: 1px solid #ddd;
  border: 1px solid rgba(86,61,124,.2);
*/}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3,
.col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1,
.col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4,
.col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10,
.col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5,
.col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10,
.col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5,
.col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3,
.col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}
#imgcontainer {
    font-size: 0;
    line-height: 0;
    height: 0;
}
@media (min-width:768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3,
    .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3,
    .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3,
    .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}
img {
  vertical-align:middle;
  border:0;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus, .btn:focus, .btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.focus, .btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus,
.btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus,
.btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus,
.btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus,
.btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.focus, .btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active, .btn-success:active, .open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open>.dropdown-toggle.btn-success.focus, .open>.dropdown-toggle.btn-success:focus, .open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success.active, .btn-success:active, .open>.dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus,
.btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus,
.btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.focus, .btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active, .btn-info:active, .open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open>.dropdown-toggle.btn-info.focus, .open>.dropdown-toggle.btn-info:focus, .open>.dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info.active, .btn-info:active, .open>.dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus,
.btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus,
.btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.focus, .btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active, .btn-warning:active, .open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open>.dropdown-toggle.btn-warning.focus, .open>.dropdown-toggle.btn-warning:focus, .open>.dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning.active, .btn-warning:active, .open>.dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus,
.btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled].focus,
.btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.focus, .btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active, .btn-danger:active, .open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open>.dropdown-toggle.btn-danger.focus, .open>.dropdown-toggle.btn-danger:focus, .open>.dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger.active, .btn-danger:active, .open>.dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus,
.btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled].focus,
.btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0
}

.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
    border-color: transparent
}

.btn-link:focus, .btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-group-lg>.btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-group-sm>.btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs>.btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}


.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear
}

.fade.in {
  opacity: 1
}

.collapse {
  display: none
}

.collapse.in {
  display: block
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2
}

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0
}

.modal-open {
    overflow: hidden
}
.lang-de {
  display: none;
}
.modal {
  font-family: 'Helvetica Neue', Arial;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    color: #000;
}
.modal p {
  font-family: 'Helvetica Neue', Arial;
  padding: 0;
  margin: 0 0 15px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: normal;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%)
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5
}

.modal-header {
  min-height: 16.43px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
  margin-top: -2px
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
  font-weight: normal;
  font-size: 20px;
}

.modal-body {
  position: relative;
  padding: 15px
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
  margin-bottom: 0;
  margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}

@media (min-width:768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
  }

  .modal-sm {
    width: 300px
  }
}

@media (min-width:992px) {
  .modal-lg {
    width: 900px
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto
}


@media (min-width:768px) {
  .container {
    width: 750px
  }
}
@media (min-width:992px) {
  .container {
    width: 970px
  }
}
@media (min-width:1200px) {
  .container {
    width: 1170px
  }
}
.text-right {
  text-align:right;
}
.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
    }
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date].form-control, input[type=time].form-control,
    input[type=datetime-local].form-control, input[type=month].form-control {
        line-height: 34px
    }

    .input-group-sm input[type=date], .input-group-sm input[type=time],
    .input-group-sm input[type=datetime-local], .input-group-sm input[type=month],
    input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm,
    input[type=month].input-sm {
        line-height: 30px
    }

    .input-group-lg input[type=date], .input-group-lg input[type=time],
    .input-group-lg input[type=datetime-local], .input-group-lg input[type=month],
    input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg,
    input[type=month].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox],
.radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -20px
}

.checkbox+.checkbox, .radio+.radio {
    margin-top: -5px
}

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio],
input[type=checkbox].disabled, input[type=checkbox][disabled],
input[type=radio].disabled, input[type=radio][disabled] {
    cursor: not-allowed
}

.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
    cursor: not-allowed
}

.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
    cursor: not-allowed
}

.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

.form-control-static.input-lg, .form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm, textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg, textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback, .input-group-lg+.form-control-feedback,
.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback, .input-group-sm+.form-control-feedback,
.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label,
.has-success .help-block, .has-success .radio, .has-success .radio-inline,
.has-success.checkbox label, .has-success.checkbox-inline label,
.has-success.radio label, .has-success.radio-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label,
.has-warning .help-block, .has-warning .radio, .has-warning .radio-inline,
.has-warning.checkbox label, .has-warning.checkbox-inline label,
.has-warning.radio label, .has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label,
.has-error .help-block, .has-error .radio, .has-error .radio-inline,
.has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label,
.has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}



.btn-group-vertical>.btn, .btn-group-vertical>.btn-group, .btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn, .btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn, .btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child, .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn, .btn-group-justified>.btn-group {
    display: table-cell;
    float: none;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons]>.btn input[type=checkbox], [data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox], [data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group-lg>.form-control, .input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-group-lg>.form-control, select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px
}

select[multiple].input-group-lg>.form-control, select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn, textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon, textarea.input-group-lg>.input-group-btn>.btn {
    height: auto
}

.input-group-sm>.form-control, .input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm>.form-control, select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px
}

select[multiple].input-group-sm>.form-control, select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn, textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon, textarea.input-group-sm>.input-group-btn>.btn {
    height: auto
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:active, .input-group-btn>.btn:focus, .input-group-btn>.btn:hover {
    z-index: 2
}

.input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px
}


.top-margin {
    margin-top: 40px;
}
.top-margin-small {
  margin-top: 20px;
}
.language-selector a.active {
  text-decoration: underline;
}
.campaign {
  font-family: 'Helvetica Neue', Arial;
  padding-top: 100px;
  color: #000;
  background-color: #F7F7F7;
  padding-bottom: 60px;
}
.campaign h2 {
  font-weight: 200;
  color: #0A469E;
}
.campaign .campaign-newsletter h2 {
    color: #FFFFFF;
}
.campaign .campaign-newsletter h4 {
    color: #FFB20E;
    font-size: 16px;
    font-weight: 300;
}
.campaign .row {
  /*margin-top: 40px;*/
}
.campaign-newsletter,
.campaign-products {
  background-color: #0A469E;
  color: #FFF;
}
.campaign-newsletter {
  background: #0A469E url(http://www.roadandtrackbyohlins.com/wp-content/themes/roadandtrack/images/ohlins_pic_02.png) no-repeat;
  padding: 15px 15px 20px;
}
.campaign-pusher {
  background-color: #FFF;
}
.campaign-pusher:hover {
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 1px 5px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 1px 5px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 1px 5px rgba(0, 0, 0, 0.1);
}
.campaign-pusher-heading {
  padding: 15px 15px 0 15px;
}
.campaign-pusher-sub-heading {
  padding: 5px 0 10px 0;
}
.campaign-subscribe {
    padding: 10px 0 0 0;
}
.campaign-pusher-excerpt {
  padding: 0 15px 15px 15px;
}
.campaign-pusher-excerpt p {
  color: #000;
  font-size: 17px;
  line-height: 1.35;
  padding-top: 15px;
}
#loading {
  position: absolute;
  top: 0;
  right:0;
  width:100%;
  height:100%;
  background: #292727;
  z-index: 10000;
  display: block;
}
#loading img {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
}
#home-overlay {
/*  width:100%;
  height:160%;
  position:absolute;
  top:75px;
  left:0;
  margin:0 auto;
  background:rgba(0,0,0,0.2);
*/}
header {
  width:100%;
  position:fixed;
  height:75px;
  background:#292727;
  z-index:99;
}
.logo {
  width:170px;
  height:54px;
  margin-left:40px;
  margin-top:8px;
  border-right:1px solid #545252;
  float:left;
}
.logo a {
  display: block;
}
.logo img {
  width:124px;
  height:54px;
  padding-top:1px;
}
.social-media-header {
  width:100px;
  float:right;
  margin-right:50px;
  margin-top:28px;
}
.social-media-header a {
  margin-left:5px;
}
a.facebook, a.twitter, a.vimeo, a.youtube {
  float:left;
  width:20px;
  height:20px;
  text-indent:9999px;
  overflow:hidden;
  background:url(http://www.roadandtrackbyohlins.com/wp-content/themes/roadandtrack/images/social-media.png) no-repeat;
}
a.facebook {
  background-position: 0 0;
}
a.facebook:hover {
  background-position: 0 -20px;
}
a.twitter {
  background-position: -25px 0;
}
a.twitter:hover {
  background-position: -25px -20px;
}
a.vimeo {
  background-position: -50px 0;
}
a.vimeo:hover {
  background-position: -50px -20px;
}
a.youtube {
  background-position: -75px 0;
}
a.youtube:hover {
  background-position: -75px -20px;
}
a.facebook,
a.facebook:hover,
a.twitter,
a.twitter:hover,
a.vimeo,
a.vimeo:hover,
a.youtube,
a.youtube:hover {
  transition: background-position 0.3s ease-in-out;
  -moz-transition: background-position 0.3s ease-in-out; /* Firefox 4 */
  -webkit-transition: background-position 0.3s ease-in-out; /* Safari and Chrome */
  -o-transition: background-position 0.3s ease-in-out; /* Opera */
}

/* -----------------------------------------
   Navigation
----------------------------------------- */
.main-menu {
  margin-left:20px;
  float:left;
  font-family: 'BebasNeueRegular';
  font-size: 20px;
  color: #6f6b6b;
  text-transform: uppercase;
}
nav ul ul {
  display: none;
}
nav ul li:hover > ul {
  display: block;
}
nav ul {
  background: none;
  list-style: none;
  position: relative;
  display: inline-table;
}
nav ul:after {
  content: ""; clear: both; display: block;
}
nav ul li {
  float: left;
}
nav ul li:hover {
  background: none;
}
nav ul li:hover a {
  color: #3abeb4;
  color: #fcb017;
  transition: color 045s ease-in-out;
  -moz-transition: color 0.4s ease-in-out; /* Firefox 4 */
  -webkit-transition: color 0.4s ease-in-out; /* Safari and Chrome */
  -o-transition: color 0.4s ease-in-out; /* Opera */
}
nav ul li a {
  display: block;
  padding: 26px 15px 25px 15px;
  color:#6f6b6b;
  text-decoration: none;
  transition: color 0.4s ease-in-out;
  -moz-transition: color 0.4s ease-in-out; /* Firefox 4 */
  -webkit-transition: color 0.4s ease-in-out; /* Safari and Chrome */
  -o-transition: color 0.4s ease-in-out; /* Opera */
}
nav ul li a.first {
  display: block;
  padding: 26px 15px 25px 15px;
  text-decoration: none;
  transition: color 0.4s ease-in-out;
  -moz-transition: color 0.4s ease-in-out; /* Firefox 4 */
  -webkit-transition: color 0.4s ease-in-out; /* Safari and Chrome */
  -o-transition: color 0.4s ease-in-out; /* Opera */
}
nav ul li a.first:hover {
  color: #3abeb4;
  transition: color 0.4s ease-in-out;
  -moz-transition: color 0.4s ease-in-out; /* Firefox 4 */
  -webkit-transition: color 0.4s ease-in-out; /* Safari and Chrome */
  -o-transition: color 0.4s ease-in-out; /* Opera */
}
nav ul ul {
  background: none;
  border-radius: 0px;
  padding: 0;
  position: absolute;
  top: 100%;
}
nav ul ul li {
  background:#292727;
  float: none;
  border-bottom: 1px solid #575f6a;
  position: relative;
}
nav ul ul li a {
  background:#292727;
  padding: 15px 40px;
  color: #6f6b6b;
  transition: color 0.4s ease-in-out;
  -moz-transition: color 0.4s ease-in-out; /* Firefox 4 */
  -webkit-transition: color 0.4s ease-in-out; /* Safari and Chrome */
  -o-transition: color 0.4s ease-in-out; /* Opera */
}
nav ul ul li a:hover {
  background:#292727;
  color: #3abeb4;
  transition: color 0.4s ease-in-out;
  -moz-transition: color 0.4s ease-in-out; /* Firefox 4 */
  -webkit-transition: color 0.4s ease-in-out; /* Safari and Chrome */
  -o-transition: color 0.4s ease-in-out; /* Opera */
}
nav ul ul ul {
  position: absolute; left: 100%; top:0;
}
.navigation {
  width:160px;
  height:40px;
  position:absolute;
  left:65px;
  bottom:105px;
}

/* -----------------------------------------
   Homepage Sections
----------------------------------------- */
.section1 {
  margin:0px;
  height:900px;
  width:100%;
  float:left;
  text-shadow:1px 1px 2px #f0f0f0;
  position: relative;
}
#morebut {
  width:174px;
  height:37px;
  background:url(http://www.roadandtrackbyohlins.com/wp-content/themes/roadandtrack/images/morebut.png) no-repeat;
  margin:8px auto 0 auto;
  font-family: 'avantgarde_md_btmedium';
  color:#38d4ca;
  text-transform:uppercase;
  text-shadow:none;
  font-size:20px;
  padding-top:6px;
}

/* -----------------------------------------
   Patterns
----------------------------------------- */
.pattern1 {
  width:100%;
  height:1140px;
  z-index:-1;
  background: rgba(0,0,0,0.35) url(http://www.roadandtrackbyohlins.com/wp-content/themes/roadandtrack/images/pattern1.png) repeat;
}
.curvedl {
  font-family: 'CarringtonRegular';
  font-size:35px;
  color:#FFF;
  text-shadow:0px 0px 0px #f0f0f0;
}

/* -----------------------------------------
   About Slider
----------------------------------------- */
#wrap22,
#wrap23,
#wrap24,
#wrap25,
#wrap26 {
  width:100%;
  margin:0 auto;
}
#header {
  margin:20px 0;
}
#content,
#content2,
#content3,
#content4,
#content5 {
  max-width: 1200px;
  overflow:hidden;
}
.contentbox-wrapper {
  position:relative;
  left:0;
  width:5000px;
  height:100%;
}
.contentbox-wrapper-about-1,
.contentbox-wrapper-about-2,
.contentbox-wrapper-about-3,
.contentbox-wrapper-about-4,
.contentbox-wrapper-about-5,
.contentbox-wrapper-about-6,
.contentbox-wrapper-about-7,
.contentbox-wrapper-about-8,
.contentbox-wrapper-about-9,
.contentbox-wrapper-about-10 {
  position:relative;
  left:0;
  width:5000px;
  height:100%;
}
.contentbox-wrapper-team-1,
.contentbox-wrapper-team-2,
.contentbox-wrapper-team-3,
.contentbox-wrapper-team-4,
.contentbox-wrapper-team-5,
.contentbox-wrapper-team-6,
.contentbox-wrapper-team-7,
.contentbox-wrapper-team-8,
.contentbox-wrapper-team-9,
.contentbox-wrapper-team-10,
.contentbox-wrapper-services-1,
.contentbox-wrapper-services-2,
.contentbox-wrapper-services-3,
.contentbox-wrapper-services-4,
.contentbox-wrapper-services-5,
.contentbox-wrapper-services-6,
.contentbox-wrapper-services-7,
.contentbox-wrapper-services-8,
.contentbox-wrapper-services-9,
.contentbox-wrapper-services-10 {
  position:relative;
  left:0;
  width:5000px;
  height:100%;
}
.contentbox-wrapper-news-1,
.contentbox-wrapper-news-2,
.contentbox-wrapper-news-3,
.contentbox-wrapper-news-4,
.contentbox-wrapper-news-5,
.contentbox-wrapper-news-6,
.contentbox-wrapper-news-7,
.contentbox-wrapper-news-8,
.contentbox-wrapper-news-9,
.contentbox-wrapper-news-1 {
  position:relative;
  left:0;
  width:5000px;
  height:100%;
}
.contentbox {
  width:320px;
  overflow:hidden;
  height:390px;
  float:left;
  padding:0px;
  margin-right:100px
}
.contentbox2 {
  width: 1200px;
  height: 390px;
  float: left;
  padding: 0px;
}
#nav2,
#nav3,
#nav4,
#nav5 {
  margin-top:20px;
  padding: 5px 10px 5px 0px;
  font-family: 'oswaldlight';
}
#nav2 ul li,
#nav3 ul li,
#nav4 ul li,
#nav5 ul li {
  display:inline;
  margin-right:10px;
  z-index:  999999999999999999999999999999;
}
#nav2 a,
#nav3 a,
#nav4 a,
#nav5 a {
  font-weight:normal;
  text-decoration:none;
  background:none;
  padding:5px;
}
#nav2 a:hover,
#nav3 a:hover,
#nav4 a:hover,
#nav5 a:hover {
  background:#38d4ca;
  padding:5px;
  text-align:center;
}
#nav2 a.active,
#nav3 a.active,
#nav4 a.active,
#nav5 a.active {
}

/* -----------------------------------------
   About Section
----------------------------------------- */
.article1 {
  width:320px;
  float:left;
  margin-right:0px;
  position:relative;
}
.article1 h2 {
  font-family: 'oswaldlight';
  text-transform:uppercase;
  font-size:34px;
  line-height:34px;
  color:#333;
  font-weight: normal;
  margin-top:10px;
}
.article1 h3 {
  font-family: 'oswaldlight';
  text-transform:uppercase;
  font-size:18px;
  line-height:22px;
  color:#333;
  font-weight: normal;
  margin-top:7px;
}
.section2 {
  background:#FFF url(http://www.roadandtrackbyohlins.com/wp-content/themes/roadandtrack/images/pattern-about.png) repeat;
  margin:0px;
  height:515px;
  width:100%;
  float:left;
  text-shadow:1px 1px 2px #f0f0f0;
  padding-top:150px;
  padding-bottom:30px;
  position:relative;
}
.section6 {
  background:#FFF url(http://www.roadandtrackbyohlins.com/wp-content/themes/roadandtrack/images/pattern-team.png) repeat;
  margin:0px;
  height:515px;
  width:100%;
  float:left;
  text-shadow:1px 1px 2px #f0f0f0;
  padding-top:150px;
  padding-bottom:30px;
  position:relative;
}
.about-us-main {
  width:310px;
  height:200px;
  float:left;
  margin-right:0px;
  margin-left:60px;
}
.about-us-main a {
  text-decoration:none;
}
.about-us-main h1 {
  font-family: 'geosanslightregular';
  text-transform:uppercase;
  font-size:66px;
  line-height:58px;
  color:#000;
  font-weight:normal;
}
a {
  text-decoration:none;
}
.about-us-main h2 {
  font-family: 'oswaldlight';
  text-transform:uppercase;
  font-size:34px;
  line-height:34px;
  color:#333;
  font-weight: normal;
  margin-top:25px;
}
.about-us-main h3 {
  font-family: 'oswaldlight';
  text-transform:uppercase;
  font-size:18px;
  line-height:22px;
  color:#333;
  font-weight: normal;
  margin-top:7px;
}
p {
  font-family: 'Open Sans', sans-serif;
  font-weight:normal;
  font-size:14px;
  color:#333;
  line-height:22px;
  padding-top:14px;
}
.divider {
  width:5px;
  border-left:1px solid #999;
  height:385px;
  display:block;
  float:left;
  margin-right:90px;
  margin-left:90px;
}
.divider2 {
  width:1px;
  border-left:0px solid #999;
  height:440px;
  display:block;
  float:left;
}
.content_6{
  margin:0px auto;
  margin-top:0 !important;
  height:110px;
  background:none;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
.about-article {
  width:310px;
  height:200px;
  background:#000;
  float:left;
  margin-top:0px;
  margin-left:25px;
  margin-right:25px;
}
.content_6 .about-article:first-child {
  margin-left:0;
}
.content_6 .about-article:last-child {
  margin-right:0;
}
.button {
  width:300px;
  text-transform:uppercase;
  font-family: 'Open Sans',
  sans-serif; font-weight:normal;
  font-size:16px;
  padding:5px;
  background:#38d4ca;
  color:#FFF;
  text-align:center;
  text-shadow: 0px 0px 0px;
  margin-top:25px;
}
.button2 {
  text-transform:uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight:normal;
  font-size:16px;
  padding:4px 8px 4px 8px;
  background:#4d4d4d;
  color:#FFF;
  text-align:center;
  text-shadow: 0px 0px 0px;
  margin-top:25px;
  float:right;
}
.button2 a {
  text-decoration:none;
  color:#fff;
}
.medialink {
  width:87px;
  height:31px;
  float:right;
  margin-top:18px;
}


/* -----------------------------------------
   Quote 1
----------------------------------------- */
.section3 {
  margin:40px 0px 0px 0px;
  /*min-height:800px;*/
  width:100%;
  float:left;
  /*text-shadow:1px 1px 2px #f0f0f0;*/
  position:relative;
}
.section3-2,
.section3-3,
.section3-4,
.section3-5,
.section3-6,
.section3-7,
.section3-8,
.section3-9,
.section3-10 {
  margin:0px 0px 0px 0px;
  /*height:800px;*/
  width:100%;
  float:left;
  /*text-shadow:1px 1px 2px #f0f0f0;*/
  position:relative;
}
.quote1-pattern {
  width:100%;
  /*height:800px;*/
  margin:0 auto;
  /*background:url(http://www.roadandtrackbyohlins.com/wp-content/themes/roadandtrack/images/quote1/pattern.png);*/
  /*background: url(http://www.roadandtrackbyohlins.com/wp-content/themes/roadandtrack/images/stripes_1200x1200_3.png) no-repeat;*/
}
.quote1-shape {
  width:100%;
  /*height:800px;*/
  margin:0 auto;
  /*background:url(http://www.roadandtrackbyohlins.com/wp-content/themes/roadandtrack/images/quote1/shapes.png) center no-repeat;*/
  background-position: center -50px;
}
.quote {
  position:absolute;
  width:980px;
  height:60px;
  color:#FFF;
  font-family: 'BebasNeueRegular';
  font-size:55px;
  left:50%;
  margin-left:-490px;
  text-align:center;
  margin-top:120px;
  text-shadow: #000 1px 1px 3px;
}
.quote2 {
  position:absolute;
  width:980px;
  height:60px;
  color:#FFF;
  font-family: 'BebasNeueRegular';
  font-size:55px;
  left:50%;
  margin-left:-490px;
  text-align:center;
  margin-top:100px;
  text-shadow: #000 1px 1px 3px;

}
.quote2 h1 {
/*  font-weight:normal;
  color:#FFF;
  font-family: 'Titillium Web', sans-serif;
  font-size:65px;
  text-align:left;
  text-shadow:none;
  font-style:italic;
  margin-bottom: -50px;
  margin-top: -20px;
*/}
.quote3 {
  position:absolute;
  width:980px;
  height:60px;
  color:#FFF;
  font-family: 'BebasNeueRegular';
  font-size:55px;
  left:50%;
  margin-left:-490px;
  text-align:center;
  margin-top:120px;
  text-shadow: #000 1px 1px 3px;

}
.red {
  color:#F00;
}
.quote4 {
  position:absolute;
  width:980px;
  height:60px;
  color:#FFF;
  font-family: 'BebasNeueRegular';
  font-size:55px;
  left:50%;
  margin-left:-490px;
  text-align:center;
  margin-top:120px;
  text-shadow: #000 1px 1px 3px;
}
.quote4 p {
	background:#FFF;
	padding:25px;
	margin-bottom:15px;
	font-size:60px;
}
.quote5 {
  position:absolute;
  width:980px;
  height:60px;
  color:#FFF;
  font-family: 'BebasNeueRegular';
  font-size:55px;
  left:50%;
  margin-left:-490px;
  text-align:center;
  margin-top:120px;
  text-shadow: #000 1px 1px 3px;

}
.quote5 p {
	padding:25px;
	font-size:50px;
	line-height:70px;
	color:#FFF;
	font-family: 'Arapey', serif;
}

/* -----------------------------------------
   Quote 2
----------------------------------------- */

.section5, .section5-2, .section5-3, .section5-4, .section5-5, .section5-6, .section5-7, .section5-8, .section5-9, .section5-10 {
  margin:0px 0px 0px 0px;
  /*min-height:900px;*/
  width:100%;
  float:left;
  /*text-shadow:1px 1px 2px #f0f0f0;*/
  position:relative;
}

.quote2-pattern {
  width:100%;
  /*height:900px;*/
  margin:0 auto;
  /*background:url(http://www.roadandtrackbyohlins.com/wp-content/themes/roadandtrack/images/quote2/pattern.png);*/
}

.quote2-shape {
  width:100%;
  /*height:900px;*/
  margin:0 auto;
  /*background:url(http://www.roadandtrackbyohlins.com/wp-content/themes/roadandtrack/images/quote2/shapes.png) center no-repeat;*/
}


/* -----------------------------------------
   Quote 3
----------------------------------------- */

.section7, .section7-2, .section7-3, .section7-4, .section7-5, .section7-6, .section7-7, .section7-8, .section7-9, .section7-10 {
	margin:0px 0px 0px 0px;
  /*min-height:900px;*/
  width:100%;
  float:left;
  text-shadow:1px 1px 2px #f0f0f0;
  position:relative;
}


/* -----------------------------------------
   Quote 4
----------------------------------------- */

.section9, .section9-1, .section9-2, .section9-3, .section9-4, .section9-5, .section9-6, .section9-7, .section9-8, .section9-9, .section9-10 {
  margin:0px 0px 0px 0px;
  /*min-height:400px;*/
  width:100%;
  float:left;
  text-shadow:1px 1px 2px #f0f0f0;
  position:relative;
}

.quote4-pattern {
  width:100%;
  /*height:900px;*/
  margin:0 auto;
  /*background:url(http://www.roadandtrackbyohlins.com/wp-content/themes/roadandtrack/images/quote4/pattern.png);*/
  background: url(http://www.roadandtrackbyohlins.com/wp-content/themes/roadandtrack/images/stripes_1200x1200_2.png) no-repeat;

}

/* -----------------------------------------
   Quote 5
----------------------------------------- */

.section10, .section10-2, .section10-3, .section10-4, .section10-5, .section10-6, .section10-7, .section10-8, .section10-9, .section10-10 {
  margin:0px 0px 0px 0px;
  /*height:900px;*/
  width:100%;
  float:left;
  text-shadow:1px 1px 2px #f0f0f0;
  position:relative;
}
.quote10-pattern {
  width:100%;
  /*height:900px;*/
  /*min-height: 900px;*/
  margin:0 auto;
  /*background:url(http://www.roadandtrackbyohlins.com/wp-content/themes/roadandtrack/images/quote5/pattern.png);*/
  background: url(http://www.roadandtrackbyohlins.com/wp-content/themes/roadandtrack/images/stripes_1200x1200_mirrored.png) no-repeat;
}

/* -----------------------------------------
   Team
----------------------------------------- */

.section4 {
  background:#FFF url(http://www.roadandtrackbyohlins.com/wp-content/themes/roadandtrack/images/pattern-about.png) repeat;
    margin:0px;
    height:670px;
    width:100%;
    float:left;
    text-shadow:1px 1px 2px #f0f0f0;
}

#btns ul {list-style: none;}
#btns li {
float: left;
height: 31px;
overflow: hidden;
padding-right: 5px;
margin-top:8px;
}

#btn1 {width: 37px;}
#btn2 {width: 37px;}
#btns a {
display: block;
height: 31px;
text-indent: -9999px;
}

#btns a { background:url(http://www.roadandtrackbyohlins.com/wp-content/themes/roadandtrack/images/medialinks.png) no-repeat;}
#btns #btn1 a {background-position: 0 0;}
#btns #btn2 a {background-position: -38px 0;}
#btns #btn1 a:hover {background-position: 0 -32px;}
#btns #btn2 a:hover {background-position: -38px -32px;}

/* -----------------------------------------
   Quote4
----------------------------------------- */

.section8 {

  background:#FFF url(http://www.roadandtrackbyohlins.com/wp-content/themes/roadandtrack/images/pattern-services.png) repeat;
    margin:0px;
    height:515px;
    width:100%;
    float:left;
    text-shadow:1px 1px 2px #f0f0f0;
  padding-top:150px;
  padding-bottom:30px;
  position:relative;
}

.ico { position:absolute; left:50%; margin-left:-48px; top:58px; }

.article2 { width:320px; float:left; margin-right:80px; position:relative; text-align:center;}

.article2 h2 {
    font-family: 'oswaldlight';
  text-transform:uppercase;
  font-size:34px;
  line-height:34px;
  color:#333;
  font-weight: normal;
  margin-top:10px;
}

.article2 h3 {
    font-family: 'oswaldlight';
  text-transform:uppercase;
  font-size:18px;
  line-height:22px;
  color:#333;
  font-weight: normal;
  margin-top:7px;
}

/* -----------------------------------------
  Gallery
----------------------------------------- */

.gallery-item { float:left; margin-right:1px; margin-top: 1px; }


/* -----------------------------------------
   Contact
----------------------------------------- */

.section11 {
  /*background:#132839 url(http://www.roadandtrackbyohlins.com/wp-content/themes/roadandtrack/images/contact/bg.jpg) no-repeat;*/
  background: #132839;
  margin:0px 0px 0px 0px;
  height:912px;
  width:100%;
  float:left;
  text-shadow:1px 1px 2px #f0f0f0;
  position:relative;
}

.quote11-pattern {
  width:100%;
  height:912px;
  margin:0 auto;
  background:url(http://www.roadandtrackbyohlins.com/wp-content/themes/roadandtrack/images/stripes_1200x1200.png) no-repeat;
}

.contactW {
  width:100%;}

.contactWrap {
  max-width:700px;
  height:600px;
  margin: 0 auto;
  padding: 80px 0 0 0;
  /*left:50%;*/
/*  margin-top:150px;
  margin-left:-490px;
*/  /*position:absolute;*/
}

.contactTitle {
  font-family: 'BebasNeueRegular';
  font-size:50px;
  color:#fff;
  padding:15px 15px 5px 15px;
  text-align: center;
  text-shadow: #000 1px 1px 3px;
}

.contactContent {
  /*display: none;*/
  /*float:right;*/
  background:#FFF;
  /*width:73%;*/
  height:410px;
  padding:20px;
  max-width: 660px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.contactContent h1 {
   font-family: 'oswaldlight';
  font-size:31px;
  color:#000;
  text-transform:uppercase;
  font-weight:normal;
}

.contactInfo {
  float:left;
  width:45%;
}

.contactForm {
  float:right;
  width:45%;
}

.arrowdown { width:99px; height:99px; position:absolute; top: -78px; left:50%; margin-left:-49px;}
.arrowback { width:99px; height:68px; position:absolute; bottom: 8px; left:50%; margin-left:-49px;}
.arrowback ul { padding:0px;}
.arrowback li { padding:0px;}

.arrowback nav ul li a {padding:0;}

/* ------------------------
     Contact Form
--------------------------*/

.contactForm form {
    font-family:Arial, Helvetica, sans-serif;
line-height: 8px;
position: relative;
height: 355px;
  }

.contactForm form span {
  color:#333;

  }

.contactForm form label.input {
/*height: 18px;*/
border:solid 1px #878787;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
display: block;
padding-top: 12px;
position: relative;
margin-bottom: 15px;
margin-top:10px;
}

.contactForm form label.input span {
font-size: 15px;
color: #000;
text-transform: lowercase;
font-style: normal;
line-height: 27px;
margin-bottom:10px;
}

.contactForm form label.input img {
margin-top:-12px;
margin-left:-1px;
}

.contactForm form label.input input {
  font-family:Arial, Helvetica, sans-serif;
  width: 250px;
  color: #000000;
  border: none;
  font-size: 18px;
  position: absolute;
  left: 55px;
  top: -5px;
  text-align: left;
  font-style: italic;
  padding-top: 9px;
  background: transparent;
  outline: none;
}

.contactForm textarea{
  background:none;
  font-family:inherit;
  color:#000;
  display:block;
  font-size:14px;
  margin:5px 0 12px 0;
  padding:6px;
  /*width: 283px;*/
  border:solid 1px #878787;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top:10px
}

/*-----------------------
  Single Pages
-------------------------*/

.clr {
  clear:both
}

.page-section {
  width:100%;
  height:auto;
  position:relative;
  /*max-width:980px;*/
  max-width: 640px;
  margin:0 auto;
  padding:0;
  padding-top:300px;
  overflow: hidden; /* for standards compliant browsers */
  width: 100%; /* for IE */

  margin-bottom:40px;
  padding-bottom:20px;
}
  .clearfix {display: inline-block;}

  /* Hides from IE-mac \*/
  * html .clearfix {height: 1%;}
  .clearfix {display: block;}
  /* End hide from IE-mac */

.page-wrapper {
  background:#fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position:relative;
}

.page-content {
  width:620px;
  height: auto;
  padding:20px;
  margin:0;
  position:relative;
  float:left;
  display:block;
}

.category-content {
  width:440px;
  max-height: 440px;
  padding:20px;
  margin:0;
  position:relative;
  float:left;
  display:block;
  overflow:hidden;
}

.category-content h2, .page-content h2 {
  width:100%;
  float:left;
  font-family: 'oswaldlight';
  text-transform:uppercase;
  font-size:28px;
  line-height:36px;
  color:#333;
  font-weight: normal;
  margin-top:10px;
  margin-bottom: 10px;
  text-align:left;
}

h2.category-main-title {
  width:100%;
  padding-left:20px;
  padding-right:20px;
  padding-top:10px;
  padding-bottom:10px;
  border-bottom:1px solid #CCC;
  float:left;
  font-family: 'oswaldlight';
  text-transform:uppercase;
  font-size:28px;
  line-height:36px;
  color:#333;
  font-weight: normal;
  margin-top:10px;
  text-align:left;
}

.page-content img {
  max-width:100%;
  height:auto;
}

.category-content img {
  width:auto;
  height:250px;
}

.post-meta-data, .post-meta-data-bottom {
  width:100%;
  margin:0 auto;
  padding:0;
  float:left;
  border-top:1px solid #CCC;
  border-bottom:1px solid #CCC;
  padding-top:5px;
  padding-bottom:5px;
  text-align:left;
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  margin-top:10px;
  margin-bottom:20px;
  color:#666;
}

.post-meta-data-bottom {
  margin-top:30px;
}

.single-published-by, .single-tags {
  float:left;
  width: auto;
  margin:0 auto;
  padding:0;
}

.single-category {
  float:right;
  width: auto;
  margin:0 auto;
  padding:0;
  margin-left:30px;
}

.page-content p {
  font-size:14px;
  line-height:26px;
}

/* -- COMMENTS -- */

.page-section input[type="text"], .page-section input[type="password"], .page-section input[type="date"], .page-section input[type="datetime"], .page-section input[type="email"], .page-section input[type="number"], .page-section input[type="search"], .page-section input[type="tel"], .page-section input[type="time"], .page-section input[type="url"], .page-section textarea { background-color: white; font-family: inherit; border: 1px solid #cccccc; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); color: rgba(0, 0, 0, 0.75); display: block; font-size: 14px; margin: 0 0 12px 0; padding: 6px; height: 24px; width: 100%; max-width:604px; -webkit-transition: all 0.15s linear; -moz-transition: all 0.15s linear; -o-transition: all 0.15s linear; transition: all 0.15s linear; }

.page-section textarea { height: auto; }

.comments {
  margin-top:20px;
  margin-bottom:40px;
  padding:0;
  padding-left:0px;
  margin-left:0;
  margin-right:0;
}



.comments .children {
  margin-top:20px;
  margin-bottom:40px;
  padding:0;
  padding-left:40px;
  margin-left:0;
  margin-right:0;
}

.comment-body {
  margin-bottom:60px;
}



ol#comments, ol.commentlist{
  margin-left:0px;
}

h3#comments {
  text-align:left;
  margin-top:10px;
  margin-bottom:30px;
  color:#666;
}

.comment-author {
  width:100%;
  display:block;
  position:relative;
  float:left;
}

.comment-meta {
  width:100%;
  display:block;
  position:relative;
  float:left;
  margin-top:10px;
}

.comment-author img, .comment-author .fn, .comment-author .says {
  display:block;
  float:left;
}

.comment-author .fn, .comment-author .says {
  margin-left:10px;
  padding-top:20px;
  display:block;
  float:left;
  font-family: 'oswaldlight';
  text-align:left;
  color:#808080;
  font-size:14px;
  line-height:14px;
    font-weight: normal;
    font-style: normal;
  text-transform:uppercase;
}

.reply {
  width:100%;
  margin-left:0px;
  padding-top:0px;
  display:block;
  float:left;
  margin-bottom:20px;
}

.reply a {
  width:100%;
  font-family: 'oswaldlight';
  text-align:left;
  color:#808080;
  font-size:14px;
  line-height:14px;
    font-weight: normal;
    font-style: normal;
  text-transform:uppercase;
  display:block;
}

.comment-meta {
  text-align:left;
}

.commentlist p {
  margin-bottom:10px;
}

h3#reply-title {
  width:100%;
  text-align:left;
  margin-top:10px;
  color:#666;
}

h2.comments-header, h2#comments-header {
  width:100%;
  font-family: 'oswaldlight';
  font-style:normal;
  font-size:36px;
  line-height:36px;
  text-align:left;
  padding-bottom:15px;
  margin-top:20px;
  color:#666;
}

.form-submit input {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px ;
  -o-border-radius: 3px;
  border-radius: 3px ;
  width:100%;
  padding:8px;
  border:1px #c3c3c3 solid;
  background:#fff;
  color:#000;
  cursor:pointer;
}

.form-submit input:hover {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  width:100%;
  padding:8px;
  border:1px #c3c3c3 solid;
  background:#eee;
  color:#000;
  cursor:pointer;
}


/*-----------------------
  Sidebar
-------------------------*/

.sidebar {
  width:310px;
  padding-left:10px;
  height:auto;
  float:right;
  position:relative;
  display:block;
  top:0;
  margin-top:0;
}

.post-navigation {
  width:290px;
  margin-right:20px;
}

.post-navigation h4 {
  float:left;
  width:100%;
  font-family: 'oswaldlight';
  text-transform:uppercase;
  font-size:18px;
  line-height:18px;
  color:#333;
  font-weight: normal;
  margin-top:20px;
  margin-bottom:20px;
  text-align:left;
}

.previous-post, .next-post {
  font-family: 'Open Sans', sans-serif;
  text-transform:uppercase;
  font-size:14px;
  line-height:20px;
  color:#333;
  font-weight: normal;
  margin-top:0px;
  text-align:left;
  width:100%;
  float:left;
  padding-bottom:10px;
}

.next-post {
  text-align:right;
  float:right;
  margin-top:10px;
}

.previous-post {
  border-bottom:1px solid #CCC;
}

h4.widget-title {
  font-family: 'oswaldlight';
  text-align:left;
  text-transform:uppercase;
  font-size:18px;
  line-height:18px;
  color:#333;
  font-weight: normal;
  width:100%;
  padding:0;
  margin:0;
  margin-bottom:10px;
  margin-top:40px;
  float:left;
}

.widget {
  width:100%;
  font-family: 'Open Sans', sans-serif;
  text-align:left;
  color:#6d6e71;
  font-size:16px;
  line-height:26px;
    font-weight: normal;
    font-style: normal;
}

.widget .textwidget, .show_tweet {
  width:100%;
  font-family: 'Open Sans', sans-serif;
  text-align:left;
  color:#6d6e71;
  font-size:18px;
  line-height:26px;
    font-weight: normal;
    font-style: normal;
}

.widget ul {
  list-style:none;
}

.screen-reader-text {
  display:none;
}

.sidebar input#s {
  max-width:274px;
}

#searchsubmit {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  width:100%;
  padding:8px;
  border:1px #c3c3c3 solid;
  background:#fff;
  color:#000;
  cursor:pointer;
  width:100%;
  max-width:289px;
}

#searchsubmit:hover {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  width:100%;
  padding:8px;
  border:1px #c3c3c3 solid;
  background:#eee;
  color:#000;
  cursor:pointer;
  width:100%;
  max-width:289px;
}

.widget li a {
  text-align:left;
  font-size:16px;
  margin: 10px 0 10px 0;
}

.recentcomments {
  color:#6d6e71;
  font-size:14px;
}
.contact_wrapper,
.product_wrapper {
  color: #000;
}
.contact_wrapper a,
.product_wrapper a {
  color: #000;
  text-decoration: underline;
}

.product_wrapper p {
  margin: 0;
  padding: 0;
}
.contact_wrapper span,
.product_wrapper span {
  font-weight: bold;
}
.product_wrapper ul {
  list-style-type: none;
  padding-top: 10px;
}
.product_wrapper ul li {
  margin-bottom: 10px;
}
.pr_wrapper {
  max-width: 600px;
  margin: 0 auto;
  padding: 200px 20px 80px 20px;
  /*padding: 200px 0 0 0;*/
}
.pr_wrapper .table_wrapper {
  padding: 5px;
  background: #FFF;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0,0,0,0.25);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;

}
.pr_wrapper table {
  color: #000;
  width: 100%;
  font-size: 14px;
}
.pr_wrapper table th {
  text-align: left;
  padding: 5px;
}
.pr_wrapper table td {
  text-align: left;
  padding: 3px 5px;
  line-height: 1;
}
.pr_wrapper table td.center {
  text-align: center;
}
.pr_wrapper table tr.even td {
  background: #e3e3e3;
}
.pr_wrapper table tr.odd td {
  background: none;
}
.pr_wrapper table td a {
  color: #000;
}
.pr_wrapper table td a:hover {
  text-decoration: underline;
}
.orh_wrapper {
  padding: 200px 20px 80px 20px;
  max-width: 590px;
  margin: 0 auto;
}
.orh_wrapper .orh_box,
.toc_wrapper .toc_box {
  padding: 5px 20px 10px;
  background: #FFF;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0,0,0,0.4);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.orh_wrapper p,
.toc_wrapper p,
.tt_wrapper p {
  text-shadow: none;
  color: #FFF;
  margin: 10px 0;
}
.orh_wrapper p,
.toc_wrapper p {
  color: #000;
}
.orh_wrapper p a {
  background: #000;
  padding: 5px;
}
.orh_wrapper p a:hover {
  color: #fcb017;
  background: #222;
}

.tt_wrapper div img {
  max-width: 100%!important;
}
.orh_wrapper p.wp-caption-text,
.toc_wrapper p.wp-caption-text,
.tt_wrapper p.wp-caption-text {
  font-size: 12px;
  margin: 0;
  padding: 0;
}
.tt_wrapper {
  padding: 200px 20px 80px 20px;
  margin: 0 auto;
  max-width: 590px;
}
.tt_wrapper h3 {
  text-shadow: #000 1px 1px 3px;
}
.tt_wrapper div.wp-caption {
  background: url(http://www.roadandtrackbyohlins.com/wp-content/themes/roadandtrack/images/semi_blue_pixel.png) repeat;
  margin-bottom: 10px;
}
.tt_wrapper div.wp-caption img {
  width: 100%!important;
  height: auto!important;
}
.tt_wrapper p.wp-caption-text {
  padding: 2px 10px 10px;
  line-height: 1.55;
}
.toc_wrapper {
  padding: 200px 20px 80px 20px;
  margin: 0 auto;
  max-width: 590px;
}
.wtb_wrapper {
  padding: 200px 20px 80px 20px;
  max-width: 600px;
  margin: 0 auto;
  -moz-column-count: 3;
  -moz-column-width: 100px;
  /*-moz-column-gap: 1.5em;*/
  /*-moz-column-rule: 1px solid #c4c8cc;*/
  -webkit-column-count: 3;
  -webkit-column-width: 100px;
  /*-webkit-column-gap: 1.5em;*/
  /*-webkit-column-rule: 1px solid #c4c8cc;*/
}
.wtb_wrapper ul {
  list-style-type: none;
}
.wtb_wrapper ul li {
  margin-bottom: 10px;
}
.wtb_wrapper ul li h3 {
  color: #005392;
  font-weight: normal;
  text-transform: uppercase;
  font-family: Arial;
  margin-bottom: 5px;
  font-style: 20px;
}
.wtb_wrapper ul li h4 {
  color: #000;
  font-weight: normal;
  text-transform: uppercase;
  font-family: Arial;
  font-size: 16px;
  margin-bottom: 3px;
}
.wtb_wrapper ul li ul li ul {
  margin-bottom: 10px;
}
.wtb_wrapper ul li ul li ul li {
  font-size: 12px;
  margin: 0 0 2px 0;
}
.wtb_wrapper ul li ul li ul li a {
  color: #000;
  font-weight: bold;
}
.wtb_wrapper ul li ul li ul li a:hover {
  text-decoration: underline;
}

#controls-wrapper {
  margin:0 auto;
  max-width:450px;
  top:100px;
  z-index:4;
  position:absolute;
  right:100px;
}
#slidecaption {
  overflow:hidden;
  float:left;
  width:100%;
  color:#FFF;
  font:400 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow:#000 1px 1px 2px;
  margin:0px 0 0px 0;
  padding-bottom:5px;
  line-height:24px;
  clear:both;
}

#slidecaption h1 {
  color:#fff;
  font-family: 'BebasNeueRegular';
  font-size:56px;
  line-height:56px;
  text-align:left;
  text-shadow:#000 1px 1px 3px;
  text-transform:uppercase;
  max-width:600px;
  font-weight:normal;
  border-bottom:1px solid #999;
  padding-bottom:10px;
  padding-top: 10px;
}

#slidecaption h2 {
  font-family: 'Titillium Web', sans-serif;
  font-size:20px;
  line-height:26px;
  font-weight:400;
  font-style:italic;
  text-align:left;
  text-shadow:#000 1px 1px 3px;
  text-transform:none;
  max-width:700px;
  font-weight:normal;
  padding-top:15px;
}

.fluid-width-video-wrapper {
  width: 100%;
  position: relative;
  padding: 0;
}
.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* -- Calendar Widget -- */

/* Tables ---------------------- */
table#wp-calendar { width:100%; max-width:300px; background: none; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; margin: 0 0 18px; border: none; }

table#wp-calendar thead, table#wp-calendar tfoot { background: none;  }

table#wp-calendar thead tr th, table#wp-calendar tfoot tr th, table#wp-calendar tbody tr td, table#wp-calendar tr td, table#wp-calendar tfoot tr td { display: table-cell; color: #6d6e71; font-size: 14px; line-height: 18px; text-align: center;}

tfoot tr td {border-top:none; }

table#wp-calendar thead tr th, table#wp-calendar tfoot tr td { padding: 8px 10px 9px; font-size: 14px; font-weight: bold; color: #6d6e71; }

table#wp-calendar thead tr th:first-child, table#wp-calendar tfoot tr td:first-child { border-left: none; }

table#wp-calendar thead tr th:last-child, table#wp-calendar tfoot tr td:last-child { border-right: none; }

table#wp-calendar tbody tr.even, table#wp-calendar tbody tr.alt { background: none; }

table#wp-calendar tbody tr:nth-child(even) { background: none; }

table#wp-calendar tbody tr td { color: #6d6e71; padding: 9px 10px; vertical-align: top; border: none;  text-align: center; background:none; }


/*-----------------------
  Button
-------------------------*/

.button23{width:100%;background:#878787;border:0px solid #000;cursor:pointer;display:inline-block;font-family:inherit;font-size:14px;font-weight:bold; text-transform:uppercase;line-height:1;margin:0;outline:none;padding:10px 20px 11px;position:relative;text-align:center;text-decoration:none;-webkit-transition:background-color 0.15s ease-in-out;-moz-transition:background-color 0.15s ease-in-out;-o-transition:background-color 0.15s ease-in-out;transition:background-color 0.15s ease-in-out; margin-top:20px;-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;}.button23:hover{color:#fff;background-color:#5a5858;-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;}.button23:active{-webkit-box-shadow:0 1px 0 rgba(0,0,0,0.2) inset;-moz-box-shadow:0 1px 0 rgba(0,0,0,0.2) inset;box-shadow:0 1px 0 rgba(0,0,0,0.2) inset}.button23:focus{-webkit-box-shadow:0 0 4px #a97f2b,0 1px 0 rgba(255,255,255,0.5) inset;-moz-box-shadow:0 0 4px #2ba6cb,0 1px 0 rgba(255,255,255,0.5) inset;box-shadow:0 0 4px #2ba6cb,0 1px 0 rgba(255,255,255,0.5) inset;color:#fff}.button23.large{font-size:17px;padding:15px 30px 16px}.button23.medium{font-size:14px}.button23.small{font-size:11px;padding:7px 14px 8px}.button23.tiny{font-size:10px;padding:5px 10px 6px}.button23.expand{width:100%;text-align:center}.button23.primary{background-color:#2ba6cb;border:1px solid #1e728c}.button23.primary:hover{background-color:#2284a1}.button23.primary:focus{-webkit-box-shadow:0 0 4px #2ba6cb,0 1px 0 rgba(255,255,255,0.5) inset;-moz-box-shadow:0 0 4px #2ba6cb,0 1px 0 rgba(255,255,255,0.5) inset;box-shadow:0 0 4px #2ba6cb,0 1px 0 rgba(255,255,255,0.5) inset}.button23.success{background-color:#5da423;border:1px solid #396516}.button23.success:hover{background-color:#457a1a}.button23.success:focus{-webkit-box-shadow:0 0 5px #5da423,0 1px 0 rgba(255,255,255,0.5) inset;-moz-box-shadow:0 0 5px #5da423,0 1px 0 rgba(255,255,255,0.5) inset;box-shadow:0 0 5px #5da423,0 1px 0 rgba(255,255,255,0.5) inset}.button23.alert{background-color:#c60f13;border:1px solid #7f0a0c}.button23.alert:hover{background-color:#970b0e}.button23.alert:focus{-webkit-box-shadow:0 0 4px #c60f13,0 1px 0 rgba(255,255,255,0.5) inset;-moz-box-shadow:0 0 4px #c60f13,0 1px 0 rgba(255,255,255,0.5) inset;box-shadow:0 0 4px #c60f13,0 1px 0 rgba(255,255,255,0.5) inset}.button23.secondary{background-color:#e9e9e9;color:#1d1d1d;border:1px solid #c3c3c3}.button23.secondary:hover{background-color:#d0d0d0}.button23.secondary:focus{-webkit-box-shadow:0 0 5px #e9e9e9,0 1px 0 rgba(255,255,255,0.5) inset;-moz-box-shadow:0 0 5px #e9e9e9,0 1px 0 rgba(255,255,255,0.5) inset;box-shadow:0 0 5px #e9e9e9,0 1px 0 rgba(255,255,255,0.5) inset}.button23.radius{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px}.button23.round{-webkit-border-radius:1000px;-moz-border-radius:1000px;-ms-border-radius:1000px;-o-border-radius:1000px;border-radius:1000px}.button23.full-width{width:100%;text-align:center;padding-left:0px;padding-right:0px}.button23.left-align{text-align:left;text-indent:12px}.button23.disabled,.button23[disabled]{opacity:0.6;cursor:default;background:#2ba6cb;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.button23.disabled :hover,.button23[disabled] :hover{background:#2ba6cb}.button23.disabled.success,.button23[disabled].success{background-color:#5da423}.button23.disabled.success:hover,.button23[disabled].success:hover{background-color:#5da423}.button23.disabled.alert,.button23[disabled].alert{background-color:#c60f13}.button23.disabled.alert:hover,.button23[disabled].alert:hover{background-color:#c60f13}.button23.disabled.secondary,.button23[disabled].secondary{background-color:#e9e9e9}.button23.disabled.secondary:hover,.button23[disabled].secondary:hover{background-color:#e9e9e9}input[type=submit].button23,button.button23{-webkit-appearance:none}@-moz-document url-prefix(){button::-moz-focus-inner,input[type="reset"]::-moz-focus-inner,input[type="button"]::-moz-focus-inner,input[type="submit"]::-moz-focus-inner,input[type="file"]>input[type="button"]::-moz-focus-inner{border:none;padding:0}input[type="submit"].tiny.button23{padding:3px 10px 4px}input[type="submit"].small.button23{padding:5px 14px 6px}input[type="submit"].button23,input[type=submit].medium.button23{padding:8px 20px 9px}input[type="submit"].large.button23{padding:13px 30px 14px}}.button23.dropdown{position:relative;padding-right:44px}.button23.dropdown.large{padding-right:60px}.button23.dropdown.small{padding-right:28px}.button23.dropdown.tiny{padding-right:20px}.button23.dropdown:after{content:"";display:block;width:0;height:0;border:solid 6px;border-color:#fff transparent transparent transparent;position:absolute;top:50%;right:20px;margin-top:-2px}.button23.dropdown.large:after{content:"";display:block;width:0;height:0;border:solid 7px;border-color:#fff transparent transparent transparent;margin-top:-3px;right:30px}.button23.dropdown.small:after{content:"";display:block;width:0;height:0;border:solid 5px;border-color:#fff transparent transparent transparent;margin-top:-2px;right:14px}.button23.dropdown.tiny:after{content:"";display:block;width:0;height:0;border:solid 4px;border-color:#fff transparent transparent transparent;margin-top:-1px;right:10px}.button23.dropdown>ul{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;display:none;position:absolute;left:-1px;background:#fff;background:rgba(255,255,255,0.95);list-style:none;margin:0;padding:0;border:1px solid #ccc;border-top:none;min-width:100%;z-index:40}.button23.dropdown>ul li{width:100%;cursor:pointer;padding:0;min-height:18px;line-height:18px;margin:0;white-space:nowrap;list-style:none}.button23.dropdown>ul li a{display:block;color:#555;font-size:13px;font-weight:normal;padding:6px 14px;text-align:left}.button23.dropdown>ul li:hover{background-color:#e3f4f9;color:#222}.button23.dropdown>ul li.divider{min-height:0;padding:0;height:1px;margin:4px 0;background:#ededed}.button23.dropdown.up>ul{border-top:1px solid #ccc;border-bottom:none}.button23.dropdown ul.no-hover.show-dropdown{display:block}.button23.dropdown:hover>ul.no-hover{display:none}.button23.dropdown.split{padding:0;position:relative}.button23.dropdown.split:after{display:none}.button23.dropdown.split:hover{background-color:#2ba6cb}.button23.dropdown.split.alert:hover{background-color:#c60f13}.button23.dropdown.split.success:hover{background-color:#5da423}.button23.dropdown.split.secondary:hover{background-color:#e9e9e9}



@media only screen and (min-width: 980px) {

  .campaign {
    padding-top: 75px;
  }


  .hide-for-small {
    display:block;
  }
  .show-for-small {
    display:none;
  }

}

@media only screen and (max-width: 1920px) {
  #content, #content2, #content3, #content4, #content5 {
    max-width: 1200px;
    overflow:hidden;
  }

  .contentbox{
    margin-right:100px
  }

  .divider {
    width:5px;
    border-left:1px solid #999;
    height:385px;
    display:block;
    float:left;
    margin-right:90px;
    margin-left:90px;
  }

}

@media only screen and (max-width: 1680px) {
  #content, #content2, #content3, #content4, #content5 {
    max-width: 1100px;
    overflow:hidden;
  }

  .contentbox{
    margin-right:60px
  }

  .divider {
    width:5px;
    border-left:1px solid #999;
    height:385px;
    display:block;
    float:left;
    margin-right:60px;
    margin-left:60px;
  }

}

@media only screen and (max-width: 1440px) {
  #content, #content2, #content3, #content4, #content5 {
    max-width: 700px;
    overflow:hidden;
  }

  .contentbox{
    margin-right:60px
  }

  .divider {
    width:5px;
    border-left:1px solid #999;
    height:385px;
    display:block;
    float:left;
    margin-right:60px;
    margin-left:60px;
  }
}

@media only screen and (max-width: 1366px) {
  #content, #content2, #content3, #content4, #content5 {
    max-width: 700px;
    overflow:hidden;
  }

  .contentbox{
    margin-right:60px
  }

  .divider {
    width:5px;
    border-left:1px solid #999;
    height:385px;
    display:block;
    float:left;
    margin-right:60px;
    margin-left:60px;
  }
}

@media only screen and (max-width: 1280px) {
  #content, #content2, #content3, #content4, #content5 {
    max-width: 700px;
    overflow:hidden;
  }

  .contentbox{
    margin-right:60px
  }

  .divider {
    width:5px;
    border-left:1px solid #999;
    height:385px;
    display:block;
    float:left;
    margin-right:60px;
    margin-left:60px;
  }

  .hide-for-1280 {
    display:none;
  }

  .ico {
    width:100%;
    text-align:center;
    position:relative;
    left:0;
    margin-left:0px;
    top:0px;
  }

  .ico img {
    text-align:center;
    margin:0 auto;
  }

  .article2 {
    width:170px;
    float:left;
    margin-right:70px;
    position:relative;
    text-align:center;
  }

  .button2 {
    width:100%;
    text-transform:uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight:normal;
    font-size:16px;
    padding:4px 8px 4px 8px;
    background:#4d4d4d;
    color:#FFF;
    text-align:center;
    text-shadow: 0px 0px 0px;
    margin-top:25px;
    float:left;
  }
}

@media only screen and (max-width: 1220px) {

  .hide-for-1220 {
    display:none;
  }

  #content, #content2, #content3, #content4, #content5 {
    max-width: 350px;
    overflow:hidden;
  }

  .contentbox{
    margin-right:60px
  }

  .divider {
    width:5px;
    border-left:1px solid #999;
    height:385px;
    display:block;
    float:left;
    margin-right:60px;
    margin-left:60px;
  }
}

/*-----------------------
  Responsive Styling
-------------------------*/

@media only screen and (max-width: 1023px) {

  .hide-for-small {
    display:none;
  }

  .show-for-small {
    display: block;
  }

  header {
    width:100%;
    position:fixed;
    height:100px;
    background:#292727;
    z-index:99;
  }

  .logo {
    width:100%;
    height:55px;
    margin-left:0px;
    margin-top:5px;
    margin-bottom:5px;
    border-right: none;
    float:left;
    text-align:center;
  }

  .logo img {
    width:124px;
    height:55px;
    margin:0 auto;
  }

  select.responsive-nav  {
    display: block;
    background: rgba(255,255,255,0.8);
    background-image: url(http://www.roadandtrackbyohlins.com/wp-content/themes/roadandtrack/images/responsive-nav-bg.png);
    background-position: center right;
    background-repeat: no-repeat;
    width: 80%;
    margin-left:10%;
    margin-right:10%;
    position:absolute;
    margin-top:65px;
    margin-bottom:20px;
    border: 1px solid #666;
    height:30px;
    text-transform:uppercase;
    z-index:99999;
  }

  select {
    -webkit-appearance: button;
    -webkit-border-radius: 2px;
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background-position: center right;
    background-repeat: no-repeat;
    border: 1px solid #AAA;
    color: #555;
    font-size: inherit;
    margin: 0;
    overflow: hidden;
    padding-top: 2px;
    padding-bottom: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .quote {
    position:absolute;
    width:90%;
    padding-left:5%;
    padding-right:5%;
    color:#FFF;
    font-family: 'BebasNeueRegular';
    font-size:55px;
    left:50%;
    margin-left:-50%;
    text-align:center;
    /*margin-top:60px;*/
  }

  .section2 {
    background:#FFF url(http://www.roadandtrackbyohlins.com/wp-content/themes/roadandtrack/images/pattern-about.png) repeat;
    margin:0px;
    height: auto;
    width:100%;
    float:left;
    text-shadow:1px 1px 2px #f0f0f0;
    padding-top:150px;
    padding-bottom:30px;
    position:relative;
  }

  .section6 {
    background:#FFF url(http://www.roadandtrackbyohlins.com/wp-content/themes/roadandtrack/images/pattern-team.png) repeat;
    margin:0px;
    height:auto;
    width:100%;
    float:left;
    text-shadow:1px 1px 2px #f0f0f0;
    padding-top:150px;
    padding-bottom:30px;
    position:relative;
  }

  .about-us-main {
    width:90%;
    height:auto;
    display:block;
    float:left;
    margin-right:5%;
    margin-left:5%;
  }

  .about-us-main a {
    text-decoration:none;
  }

  .about-us-main h1 {
    font-family: 'geosanslightregular';
    text-transform:uppercase;
    font-size:66px;
    line-height:58px;
    color:#000;
    font-weight:normal;
    text-align:center;
  }

  .about-us-main h2 {
    font-family: 'oswaldlight';
    text-transform:uppercase;
    font-size:34px;
    line-height:34px;
    color:#333;
    font-weight: normal;
    margin-top:25px;
    text-align:center;
  }

  .about-us-main h3 {
    font-family: 'oswaldlight';
    text-transform:uppercase;
    font-size:18px;
    line-height:22px;
    color:#333;
    font-weight: normal;
    margin-top:7px;
    text-align:center;
  }

  p {
    font-family: 'Open Sans', sans-serif;
    font-weight:normal;
    font-size:14px;
    color:#333;
    line-height:19px;
    padding-top:14px;
    /*text-align:center;*/
  }

  .button {
    width:100%;
    text-transform:uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight:normal;
    font-size:16px;
    padding:5px;
    background:#38d4ca;
    color:#FFF;
    text-align:center;
    text-shadow: 0px 0px 0px;
    margin-top:25px;
  }

  .button2 {
    text-transform:uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight:normal;
    font-size:16px;
    padding:4px 8px 4px 8px;
    background:#4d4d4d;
    color:#FFF;
    text-align:center;
    text-shadow: 0px 0px 0px;
    margin-top:15px;
    float:left;
    width:100%;
  }

  .button2 a {
    text-decoration:none;
    color:#fff;
  }
  /* -----------------------------------------
     About Slider
  ----------------------------------------- */
  #wrap22, #wrap23, #wrap24, #wrap25, #wrap26 {
    width:90%;
    margin:0 auto;
    float:left;
    margin-left:5%;
    margin-right:5%;
    margin-top:50px;
  }

  #content, #content2, #content3, #content4, #content5 {
    width: 100%;
    max-width:100%;
    height:auto;
  }

  .content_6{
    margin:0 auto;
    background:none;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
  }

  .contentbox-wrapper {
    position:relative;
    float:left;
    width:100%;
  }

  .contentbox-wrapper-about-1, .contentbox-wrapper-about-2, .contentbox-wrapper-about-3, .contentbox-wrapper-about-4, .contentbox-wrapper-about-5, .contentbox-wrapper-about-6, .contentbox-wrapper-about-7, .contentbox-wrapper-about-8, .contentbox-wrapper-about-9, .contentbox-wrapper-about-10 {
    position:relative;
    width:100%;
    height:100%;
    float:left;
  }

  .contentbox-wrapper-team-1, .contentbox-wrapper-team-2, .contentbox-wrapper-team-3, .contentbox-wrapper-team-4, .contentbox-wrapper-team-5, .contentbox-wrapper-team-6, .contentbox-wrapper-team-7, .contentbox-wrapper-team-8, .contentbox-wrapper-team-9, .contentbox-wrapper-team-10, .contentbox-wrapper-services-1, .contentbox-wrapper-services-2, .contentbox-wrapper-services-3, .contentbox-wrapper-services-4, .contentbox-wrapper-services-5, .contentbox-wrapper-services-6, .contentbox-wrapper-services-7, .contentbox-wrapper-services-8, .contentbox-wrapper-services-9, .contentbox-wrapper-services-10{
    position:relative;
    width:100%;
    height:100%;
    float:left;
  }

  .contentbox-wrapper-news-1, .contentbox-wrapper-news-2, .contentbox-wrapper-news-3, .contentbox-wrapper-news-4, .contentbox-wrapper-news-5, .contentbox-wrapper-news-6, .contentbox-wrapper-news-7, .contentbox-wrapper-news-8, .contentbox-wrapper-news-9, .contentbox-wrapper-news-10{
    position:relative;
    width:100%;
    height:100%;
    float:left;
  }

  .contentbox {
    width:100%;
    overflow:hidden;
    height: auto;
    float:left;
    padding:0px;
    margin-bottom:30px;
    position:relative;
  }

  .contentbox p {
    text-align:left;
  }

  .article1 {
    width:100%;
    float:left;
    margin-right:0px;
    position:relative;
  }

  .article1 h2 {
    font-family: 'oswaldlight';
    text-transform:uppercase;
    font-size:34px;
    line-height:34px;
    color:#333;
    font-weight: normal;
    margin-top:10px;
  }

  .article1 h3 {
    font-family: 'oswaldlight';
    text-transform:uppercase;
    font-size:18px;
    line-height:22px;
    color:#333;
    font-weight: normal;
    margin-top:7px;
  }

  .contentbox2 {
    width:100%;
    overflow:hidden;
    height: auto;
    float:left;
    padding:0px;
    margin-bottom:30px;
    position:relative;
  }

  .quote2 {
    position:absolute;
    width:90%;
    padding-left:5%;
    padding-right:5%;
    color:#FFF;
    font-family: 'Titillium Web', sans-serif;
    font-size:65px;
    left:50%;
    margin-left:-50%;
    margin-top:100px;
    text-transform:uppercase;
    text-shadow:none;
    font-style:italic;
    text-align:center;
  }

  .section8 {
    background:#FFF url(http://www.roadandtrackbyohlins.com/wp-content/themes/roadandtrack/images/pattern-services.png) repeat;
    margin:0px;
    height: auto;
    width:100%;
    float:left;
    text-shadow:1px 1px 2px #f0f0f0;
    padding-top:150px;
    padding-bottom:30px;
    position:relative;
  }

  .ico { position:absolute; left:50%; margin-left:-48px; top:58px; }

  .article2 { width:100%; float:left; position:relative; text-align:center; margin-bottom:40px;}

  .article2 h2 {
    font-family: 'oswaldlight';
    text-transform:uppercase;
    font-size:34px;
    line-height:34px;
    color:#333;
    font-weight: normal;
    margin-top:10px;
  }

  .article2 h3 {
    font-family: 'oswaldlight';
    text-transform:uppercase;
    font-size:18px;
    line-height:22px;
    color:#333;
    font-weight: normal;
    margin-top:7px;
  }

  .quote3 {
    position:absolute;
    width:90%;
    padding-left:5%;
    padding-right:5%;
    color:#FFF;
    font-family: 'BebasNeueRegular';
    font-size:55px;
    left:50%;
    margin-left:-50%;
    text-align:center;
  }

  .red { color:#F00;}

  .quote4 {
    position:absolute;
    width:90%;
    padding-left:5%;
    padding-right:5%;
    color:#FFF;
    font-family: 'BebasNeueRegular';
    font-size:55px;
    left:50%;
    margin-left:-50%;
    text-align:center;
  }

  .quote4 p {
    background:#FFF;
    padding:25px;
    margin-bottom:15px;
    font-size:60px;
  }

  .quote5 {
    position:absolute;
    width:90%;
    padding-left:5%;
    padding-right:5%;
    color:#FFF;
    font-family: 'BebasNeueRegular';
    font-size:55px;
    left:50%;
    margin-left:-50%;
    text-align:center;
}
  .quote5 p {
    padding:25px;
    margin-bottom:-35px;
    font-size:50px;
    line-height:60px;
    color:#FFF;
    font-family: 'Arapey', serif;
  }

  .section11 {
    /*background:#132839 url(http://www.roadandtrackbyohlins.com/wp-content/themes/roadandtrack/images/contact/bg.jpg) no-repeat;*/
    background: #132839;
    margin:0 auto;
    height:auto;
    width:100%;
    float:left;
    text-shadow:1px 1px 2px #f0f0f0;
    padding-bottom:0px;
  }

  .contactW {
    width:90%;
    margin-left:5%;
    margin-right:5%;
  }

  .contactWrap {
    width:100%;
    height:auto;
    /*margin-top:200px;*/
    left:0;
    margin-left:0;
  }

  .contactTitle {
    /*width:20%;*/
    font-family: 'BebasNeueRegular';
    font-size:50px;
    color:#fff;
    padding:15px 15px 5px 15px;
    text-align: center;
    /*background:#000;*/
  }

  .contactContent {
    float:left;
    background:#FFF;
    width:90%;
    height:auto;
    padding:5%;
  }

  .contactContent h1 {
    font-family: 'oswaldlight';
    font-size:31px;
    color:#000;
    text-transform:uppercase;
    font-weight:normal;
  }

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

  .contactInfo iframe {
    width:100%;
  }

  .contactInfo p {
    text-align:left;
  }

  .contactForm {
    float:left;
    width:100%;
    margin-top:40px;
  }

  textarea{
    background:none;
    font-family:inherit;
    color:#000;
    display:block;
    font-size:14px;
    margin:5px 0 12px 0;
    padding:2%;
    width: 96%;
    border:solid 1px #878787;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top:10px;
  }
  .section1 {
  height: 500px;
  }

  .section3, .section3-2, .section3-3, .section3-4, .section3-5, .section3-6, .section3-7, .section3-8, .section3-9, .section3-10 {
    background-position: 0 0;
    margin:40px 0px 0px 0px;
    /*height:500px;*/
    width:100%;
    float:left;
    text-shadow:1px 1px 2px #f0f0f0;
    position:relative;
  }

  .section5, .section5-2, .section5-3, .section5-4, .section5-5, .section5-6, .section5-7, .section5-8, .section5-9, .section5-10 {
    background-position: 0 0;
    margin:0px 0px 0px 0px;
    /*height:500px;*/
    width:100%;
    float:left;
    text-shadow:1px 1px 2px #f0f0f0;
    position:relative;
  }

  .section7, .section7-2, .section7-3, .section7-4, .section7-5, .section7-6, .section7-7, .section7-8, .section7-9, .section7-10 {
    background-position: 0 0;
    margin:0px 0px 0px 0px;
    /*height:500px;*/
    width:100%;
    float:left;
    text-shadow:1px 1px 2px #f0f0f0;
    position:relative;
  }

  .section9, .section9-2, .section9-3, .section9-4, .section9-5, .section9-6, .section9-7, .section9-8, .section9-9, .section9-10 {
    background-position: 0 0;
    margin:0px 0px 0px 0px;
    /*height:500px;*/
    width:100%;
    float:left;
    text-shadow:1px 1px 2px #f0f0f0;
    position:relative;
  }

  .section10, .section10-2, .section10-3, .section10-4, .section10-5, .section10-6, .section10-7, .section10-8, .section10-9, .section10-10 {
    background-position: 0 0;
    margin:0px 0px 0px 0px;
    /*height:500px;*/
    width:100%;
    float:left;
    text-shadow:1px 1px 2px #f0f0f0;
    position:relative;
  }
  div.pp_content img {max-width:100%;}
  div.pp_content p {text-align:left;}

  /*-----------------------
    Single Pages
  -------------------------*/

  .clr {
    clear:both
  }

  .page-section {
    width:100%;
    height:auto;
    position:relative;
    max-width:980px;
    margin:0 auto;
    padding:0;
    padding-top:300px;
    overflow: hidden; /* for standards compliant browsers */
    width: 100%; /* for IE */

    margin-bottom:0px;
    padding-bottom:20px;
  }
    .clearfix {display: inline-block;}

    /* Hides from IE-mac \*/
    * html .clearfix {height: 1%;}
    .clearfix {display: block;}
    /* End hide from IE-mac */

  .page-wrapper {
    background:#fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position:relative;
  }

  .page-content {
    text-align:left;
    width:94%;
    height: auto;
    padding:3%;
    margin:0;
    position:relative;
    float:left;
    display:block;
  }



  .category-content p, .page-content p {
    text-align:left;
  }

  .category-content {
    width:94%;
    max-height: 440px;
    padding:2%;
    margin:0;
    position:relative;
    float:left;
    display:block;
    overflow:hidden;
  }

  .category-content h2, .page-content h2 {
    width:100%;
    float:left;
    font-family: 'oswaldlight';
    text-transform:uppercase;
    font-size:28px;
    line-height:36px;
    color:#333;
    font-weight: normal;
    margin-top:10px;
    text-align:left;
  }

  h2.category-main-title {
    width:100%;
    padding-left:20px;
    padding-right:20px;
    padding-top:10px;
    padding-bottom:10px;
    border-bottom:1px solid #CCC;
    float:left;
    font-family: 'oswaldlight';
    text-transform:uppercase;
    font-size:28px;
    line-height:36px;
    color:#333;
    font-weight: normal;
    margin-top:10px;
    text-align:left;
  }

  .page-content img {
    max-width:100%;
    height:auto;
  }

  .category-content img {
    width:auto;
    height:250px;
  }

  .post-meta-data, .post-meta-data-bottom {
    width:100%;
    margin:0 auto;
    padding:0;
    float:left;
    border-top:1px solid #CCC;
    border-bottom:1px solid #CCC;
    padding-top:5px;
    padding-bottom:5px;
    text-align:left;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    margin-top:10px;
    margin-bottom:20px;
    color:#666;
  }

  .post-meta-data-bottom {
    margin-top:30px;
  }

  .single-published-by, .single-tags {
    float:left;
    width: auto;
    margin:0 auto;
    padding:0;
  }

  .single-category {
    float:right;
    width: auto;
    margin:0 auto;
    padding:0;
    margin-left:30px;
  }

  .page-content p {
    font-size:14px;
    line-height:26px;
  }

  /* -- COMMENTS -- */

  .page-section input[type="text"], .page-section input[type="password"], .page-section input[type="date"], .page-section input[type="datetime"], .page-section input[type="email"], .page-section input[type="number"], .page-section input[type="search"], .page-section input[type="tel"], .page-section input[type="time"], .page-section input[type="url"], .page-section textarea { background-color: white; font-family: inherit; border: 1px solid #cccccc; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); color: rgba(0, 0, 0, 0.75); display: block; font-size: 14px; margin: 0 0 12px 0; padding: 6px; height: 24px; width: 100%; max-width:604px; -webkit-transition: all 0.15s linear; -moz-transition: all 0.15s linear; -o-transition: all 0.15s linear; transition: all 0.15s linear; }

  .page-section textarea { height: auto; }

  .comments {
    margin-top:20px;
    margin-bottom:40px;
    padding:0;
    padding-left:0px;
    margin-left:0;
    margin-right:0;
  }



  .comments .children {
    margin-top:20px;
    margin-bottom:40px;
    padding:0;
    padding-left:40px;
    margin-left:0;
    margin-right:0;
  }

  .comment-body {
    margin-bottom:60px;
  }



  ol#comments, ol.commentlist{
    margin-left:0px;
  }

  h3#comments {
    text-align:left;
    margin-top:10px;
    margin-bottom:30px;
    color:#666;
  }

  .comment-author {
    width:100%;
    display:block;
    position:relative;
    float:left;
  }


  .comment-meta {
    width:100%;
    display:block;
    position:relative;
    float:left;
    margin-top:10px;
  }

  .comment-author img, .comment-author .fn, .comment-author .says {
    display:block;
    float:left;
  }

  .comment-author .fn, .comment-author .says {
    margin-left:10px;
    padding-top:20px;
    display:block;
    float:left;
    font-family: 'oswaldlight';
    text-align:left;

    color:#808080;
    font-size:14px;
    line-height:14px;
    font-weight: normal;
    font-style: normal;
    text-transform:uppercase;
  }

  .reply {
    width:100%;
    margin-left:0px;
    padding-top:0px;
    display:block;
    float:left;
    margin-bottom:20px;
  }

  .reply a {
    width:100%;
    font-family: 'oswaldlight';
    text-align:left;
    color:#808080;
    font-size:14px;
    line-height:14px;
    font-weight: normal;
    font-style: normal;
    text-transform:uppercase;
    display:block;
  }

  .comment-meta {
    text-align:left;
  }

  .commentlist p {
    margin-bottom:10px;
  }

  h3#reply-title {
    width:100%;
    text-align:left;
    margin-top:10px;
    color:#666;
  }

  h2.comments-header, h2#comments-header {
    width:100%;
    font-family: 'oswaldlight';
    font-style:normal;
    font-size:36px;
    line-height:36px;
    text-align:left;
    padding-bottom:15px;
    margin-top:20px;
    color:#666;
  }

  .form-submit input {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    width:100%;
    padding:8px;
    border:1px #c3c3c3 solid;
    background:#fff;
    color:#000;
    cursor:pointer;
  }

  .form-submit input:hover {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    width:100%;
    padding:8px;
    border:1px #c3c3c3 solid;
    background:#eee;
    color:#000;
    cursor:pointer;
  }


  /*-----------------------
    Sidebar
  -------------------------*/

  .sidebar {
    display:none;
  }

  .post-navigation {
    width:290px;
    margin-right:20px;
  }

  .post-navigation h4 {
    float:left;
    width:100%;
    font-family: 'oswaldlight';
    text-transform:uppercase;
    font-size:18px;
    line-height:18px;
    color:#333;
    font-weight: normal;
    margin-top:20px;
    margin-bottom:20px;
    text-align:left;
  }

  .previous-post, .next-post {
    font-family: 'Open Sans', sans-serif;
    text-transform:uppercase;
    font-size:14px;
    line-height:20px;
    color:#333;
    font-weight: normal;
    margin-top:0px;
    text-align:left;
    width:100%;
    float:left;
    padding-bottom:10px;
  }

  .next-post {
    text-align:right;
    float:right;
    margin-top:10px;
  }

  .previous-post {
    border-bottom:1px solid #CCC;
  }

  h4.widget-title {
    font-family: 'oswaldlight';
    text-align:left;
    text-transform:uppercase;
    font-size:18px;
    line-height:18px;
    color:#333;
    font-weight: normal;
    width:100%;
    padding:0;
    margin:0;
    margin-bottom:10px;
    margin-top:40px;
    float:left;
  }

  .widget {
    width:100%;
    font-family: 'Open Sans', sans-serif;
    text-align:left;
    color:#6d6e71;
    font-size:16px;
    line-height:26px;
    font-weight: normal;
    font-style: normal;
  }

  .widget .textwidget, .show_tweet {
    width:100%;
    font-family: 'Open Sans', sans-serif;
    text-align:left;
    color:#6d6e71;
    font-size:18px;
    line-height:26px;
    font-weight: normal;
    font-style: normal;
  }

  .widget ul {
    list-style:none;
  }

  .screen-reader-text {
    display:none;
  }

  .sidebar input#s {
    max-width:274px;
  }

  #searchsubmit {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    width:100%;
    padding:8px;
    border:1px #c3c3c3 solid;
    background:#fff;
    color:#000;
    cursor:pointer;
    width:100%;
    max-width:289px;
  }

  #searchsubmit:hover {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    width:100%;
    padding:8px;
    border:1px #c3c3c3 solid;
    background:#eee;
    color:#000;
    cursor:pointer;
    width:100%;
    max-width:289px;
  }

  .widget li a {
    text-align:left;
    font-size:16px;
    margin: 10px 0 10px 0;
  }

  .recentcomments {
    color:#6d6e71;
    font-size:14px;
  }

  /* -- Calendar Widget -- */

  /* Tables ---------------------- */
  table#wp-calendar { width:100%; max-width:300px; background: none; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; margin: 0 0 18px; border: none; }

  table#wp-calendar thead, table#wp-calendar tfoot { background: none;  }

  table#wp-calendar thead tr th, table#wp-calendar tfoot tr th, table#wp-calendar tbody tr td, table#wp-calendar tr td, table#wp-calendar tfoot tr td { display: table-cell; color: #6d6e71; font-size: 14px; line-height: 18px; text-align: center;}

  tfoot tr td {border-top:none; }

  table#wp-calendar thead tr th, table#wp-calendar tfoot tr td { padding: 8px 10px 9px; font-size: 14px; font-weight: bold; color: #6d6e71; }

  table#wp-calendar thead tr th:first-child, table#wp-calendar tfoot tr td:first-child { border-left: none; }

  table#wp-calendar thead tr th:last-child, table#wp-calendar tfoot tr td:last-child { border-right: none; }

  table#wp-calendar tbody tr.even, table#wp-calendar tbody tr.alt { background: none; }

  table#wp-calendar tbody tr:nth-child(even) { background: none; }

  table#wp-calendar tbody tr td { color: #6d6e71; padding: 9px 10px; vertical-align: top; border: none;  text-align: center; background:none; }
}

@media only screen and (max-width: 520px) {

  .contactWrap {
    display: none;
  }

  .hide-for-520 {
    display:none;
  }
  .section1 {
    /*display: none;*/
  }



  .contactWrap {
    padding-top: 50px;
  }
  .quote3,
  .quote4,
  .quote5 {
    margin-top: 120px;
  }
  .orh_wrapper,
  .tt_wrapper,
  .toc_wrapper,
  .pr_wrapper,
  .wtb_wrapper {
    padding-top: 180px;
  }


  .pr_wrapper table th.no_mobile,
  .pr_wrapper table td.no_mobile {
    display: none;
  }

  .quote,
  .quote3,
  .quote4,
  .quote5,
  .contactTitle {
    font-size: 32px;
  }

  #controls-wrapper {
    left:20%;
  }

  #slidecaption h1 {
    font-size: 35px;
    line-height: 40px;
  }
  #slidecaption h2 {
    font-size:17px;
    line-height:20px;

  }

}

@media only screen and (max-width: 1000px) {

  /* Controls Bar ----------------------------*/
  #controls-wrapper {
    /*padding: 200px 20px 80px 20px;*/
    margin: 0 auto;
    max-width: 600px;
    top:200px;
    z-index:4;
    position:absolute;
    left:15%;
  }

  #slidecaption h1 {
    color:#fff;
    font-family: 'BebasNeueRegular';
    text-align:center;
    text-shadow:#000 1px 1px 3px;
    text-transform:uppercase;
    /*width:70%;*/
    font-weight:normal;
    border-bottom:1px solid #999;
    padding-bottom:10px;
    padding-top: 10px;
  }

  #slidecaption h2 {
    font-family: 'Titillium Web', sans-serif;
    font-weight:400;
    font-style:italic;
    text-align:center;
    text-shadow:#000 1px 1px 3px;
    text-transform:none;
    /*width:70%;*/
    font-weight:normal;
    padding-top:15px;
  }
}

.hide { display:none;}

.wp-caption, .wp-caption-text, .sticky, .gallery-caption, .bypostauthor, .alignright, .alignleft, .aligncenter {
}
.alignright {
  text-align:right;
}
.alignleft {
  text-align:left;
}
.aligncenter {
  text-align:center;
  margin:0 auto;
}

.wp-caption-text {
  color:#666;
}

embed {
  max-width:100%;
}

.comment {
  color:#555;
}

.comment ul, .comment ol {
  color:#555;
  margin-left:20px;
}

.comments ol, .comments li {
  list-style:none;
}

.single-post-published-by {
  max-width:100%;
  height:20px;
  margin:20px 0 0px 0;
  padding:0px 0 0 0px;
  font-size:12px;
  color:#666;
}

.single-post-tags {
  max-width:100%;
  height:20px;
  margin:5px 0 0px 0;
  padding:0px 0 0 0px;
  font-size:12px;
  color:#666;
}
.modal h3 {
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: 20px;
  font-size: 22px;
}
/*
     FILE ARCHIVED ON 11:56:38 Mar 07, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:32:34 Jun 17, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.102
  exclusion.robots: 0.297
  exclusion.robots.policy: 0.281
  esindex: 0.015
  cdx.remote: 685.227
  LoadShardBlock: 258.265 (3)
  PetaboxLoader3.datanode: 267.429 (4)
  load_resource: 206.053
  PetaboxLoader3.resolve: 114.781
*/