:focus {
    outline: 0;
}

body {

    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body,
html {
    height: 100vh;
}

/*form defaults*/
.form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #738383 !important;
    opacity: 1;
    /* Firefox */
}

.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #738383 !important;
}

.form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #738383 !important;
}

.btn-default {
    color: #e3e3e3;
    background-color: #36393E;
    border-color: #36393E;
}

a..btn-default {
    color: #fff;
}

.btn,
.form-control {
    border-radius: 3px;
}

.btn {
    color: #e3e3e3;
    text-transform: uppercase;

    -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #fff;
    text-decoration: none;
    border-radius: 0;
}
.btn-success:hover {
    background-color: #1e2023;
}
.btn-default:hover {
    color: #1e2023;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none;
    outline-offset: 0px;
    border-color: #fff;
}

.btn-purchase .btn {
    min-width: 200px;
    margin: 0 0 10px 0;
    font-weight: 100;
}

/* fonts, colors & typography */
.tfarrowblack {
    font-family: 'tfarrowblack';
}

.tfarrowblack {
    font-family: 'tfarrowbold';
}

.tfarrowlight {
    font-family: 'tfarrowlight';
}

.tfarrowmedium {
    font-family: 'tfarrowmedium';
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    font-family: 'tfarrowlight';
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 0;
}
a i {
    color: #738383;
}
h1 {
    font-size: 56px;
}

.bg-lt-blue {
    background-color: #738383;
}

.bg-dk-blue {
    background-color: #38393e;
}

.bg-plale-gold {
    background-color: #c2935e;
}

.bg-brown {
    background-color: #5d412b;
}

.bg-peach {
    background-color: #d47c5b;
}

.bg-maroon {
    background-color: #2d1616;
}

.bg-white {
    background-color: #fff;
}

.lt-blue {
    color: #738383;
}

.dk-blue {
    color: #38393e;
}

.plale-gold {
    color: #c2935e;
}

.brown {
    color: #5d412b;
}

.peach {
    color: #d47c5b;
}

.maroon {
    color: #2d1616;
}

.white {
    color: #fff;
}

section {
    padding: 40px 0;
    background: #fff;
}

.vertical-center {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    position: relative;
}

.wrapper-vertical-center {
    display: table;
    width: 100%;
}

/* sidebar menu */

#menu-toggle {
    text-align: center;
    border: 3px solid #38393e;
    border-radius: 2px;
    box-shadow: none;
}
#menu-toggle:hover {
    border-radius: 8px;
    box-shadow: inset 0 0 0 50px rgba(255, 255, 255, 0.27);
}

#menu-toggle h1 {
    color: #38393e;
    margin: 0 auto;

}

#menu-toggle span {
    font-size: 10px;
    margin-top: -5px;
    display: block;
    color: #38393e;
}

.sidebar-nav {
    margin: 40px auto;
}

.sidebar-nav li {
    padding-bottom: 15px;
    width: 80%;
    margin: 0 auto;
}

.sidebar-nav li .form-control,
.sidebar-nav li button {
    max-width: 100%;
    text-align: center;
    font-size: 11px;
    line-height: 11px;
    margin: 0 auto 7px auto;
    border-color: #738383;
    color: #fff;
}

.sidebar-nav li .form-control {
    background-color: #38393e;
}

.sidebar-nav li button {
    padding: 10px 23px;
    border: 1px solid #738383;
}

.sidebar-nav li hr {
    margin: 5px auto;
    width: 80%;
}


.sidebar-nav li .form-control:focus {
    border-color: #fff;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sidebar-nav .form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #656565 !important;
    opacity: 1;
    /* Firefox */
}

.sidebar-nav .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #656565 !important;
}

.sidebar-nav .form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #656565 !important;
}

.sidebar-nav a {
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    font-weight: 100;
}

.sidebar-nav .list-social li,
.sidebar-nav .list-social li a {
    display: inline-block;
    width: auto;
}

.sidebar-nav h5 {
    margin: 30px auto 0 auto;
    border-bottom: 1px solid #738383;
    width: 80%;
    padding: 0 0 5px 0
}

.sidebar-nav form h5 {
    margin-bottom: 10px;
}

.sidebar-nav hr {
    border-top: 1px solid #738383;
}

.sidebar-nav form {
    padding-top: 0;
    margin-top: 0;
}

/*close btn*/

.sidebar-nav .menu-close {
    padding: 0;
    position: relative;
    height: 10px;
    margin-top: -30px
}

.menu-close a {
    /*
    margin: 0;
    position: absolute;
    top: 22px;
    left: 10px;
*/
}

.menu-start {
    padding-top: 40px;
}

/* thanks Jonas Badalic */
.circle[data-animation="xMarks"] {
    border: 0px solid white;
    overflow: hidden;
    -moz-box-shadow: 0px 0px 0px 0px #494a50 inset;
    -webkit-box-shadow: 0px 0px 0px 0px #494a50 inset;
    box-shadow: 0px 0px 0px 0px #494a50 inset;
    -moz-transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 200ms;
    -o-transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 200ms;
    -webkit-transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 200ms;
    transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 200ms;
}

.circle[data-animation="xMarks"]:before,
.circle[data-animation="xMarks"]:after {
    -moz-transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 200ms;
    -o-transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 200ms;
    -webkit-transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 200ms;
    transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 200ms;
}

#contactM .circle[data-animation="xMarks"]:not(.xMarks):hover {
    /*
  -moz-box-shadow: 0px 0px 0px 2px #494a50 inset;
  -webkit-box-shadow: 0px 0px 0px 2px #494a50 inset;
  box-shadow: 0px 0px 0px 2px #494a50 inset;
*/
}

.circle[data-animation="xMarks"]:not(.xMarks):hover:before {
    -moz-transform: scale(0.7) rotate(45deg);
    -ms-transform: scale(0.7) rotate(45deg);
    -webkit-transform: scale(0.7) rotate(45deg);
    transform: scale(0.7) rotate(45deg);
    -moz-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}

.circle[data-animation="xMarks"]:not(.xMarks):hover:after {
    -moz-transform: scale(0.7) rotate(-45deg);
    -ms-transform: scale(0.7) rotate(-45deg);
    -webkit-transform: scale(0.7) rotate(-45deg);
    transform: scale(0.7) rotate(-45deg);
    -moz-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}

.circle.xMarks {
    -moz-transition: -moz-transform 400ms ease-out, opacity 200ms ease-in;
    -o-transition: -o-transform 400ms ease-out, opacity 200ms ease-in;
    -webkit-transition: -webkit-transform 400ms ease-out, opacity 200ms ease-in;
    transition: transform 400ms ease-out, opacity 200ms ease-in;
    -moz-transition-delay: opacity 100ms;
    -o-transition-delay: opacity 100ms;
    -webkit-transition-delay: opacity 100ms;
    transition-delay: opacity 100ms;
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
    -moz-box-shadow: 0px 0px 0px 20px #494a50 inset;
    -webkit-box-shadow: 0px 0px 0px 20px #494a50 inset;
    box-shadow: 0px 0px 0px 20px #494a50 inset;
}

.circle.xMarks:before {
    background-color: white;
    -moz-transform: scale(2) rotate(45deg);
    -ms-transform: scale(2) rotate(45deg);
    -webkit-transform: scale(2) rotate(45deg);
    transform: scale(2) rotate(45deg);
}

.circle.xMarks:after {
    background-color: white;
    -moz-transform: scale(2) rotate(-45deg);
    -ms-transform: scale(2) rotate(-45deg);
    -webkit-transform: scale(2) rotate(-45deg);
    transform: scale(2) rotate(-45deg);
}

.circle {
    width: 30px;
    height: 30px;
    background: transparent;
    border: 1px solid #5d5e65;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin: 8px 20px;
}

.circle:after {
    width: 18px;
    height: 2px;
    background-color: #5d5e65;
    content: "";
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -2px;
    position: absolute;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    /*@include transform-origin(100%,100%);*/
}

.circle:before {
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -2px;
    width: 18px;
    height: 2px;
    background-color: #5d5e65;
    content: "";
    position: absolute;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    /*@include transform-origin(0%,0%);*/
}

.simpleRotate {
    -moz-animation: rotate 0.1s 2 ease-in-out alternate;
    -webkit-animation: rotate 0.1s 2 ease-in-out alternate;
    animation: rotate 0.1s 2 ease-in-out alternate;
}

@-moz-keyframes rotate {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -moz-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@keyframes rotate {
    0% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

/*end close btn*/


/*contact modal*/
#contactM .close {
    float: none;
    width: 100%;
}

#contactM h2 {
    margin: 50px auto 10px auto;
    height: auto;
}

#contactM h2:first-child {
    margin-top: 20px;
}

#contactM h4 {
    margin-top: 30px;
    margin-bottom: 0;
}

#contactM .modal-content {
    padding-bottom: 20px
}

.modal-footer {
    text-align: center;
    margin-top: 20px;
}

.modal-footer a,
.modal-footer a:hover {
    color: #fff;
}

/*footer*/
.footer .navbar-form {
    padding-left: 0;
    margin-top: 40px
}

.footer-logo {
    margin-top: 40px;
    display: block;
    float: right;
}

.footer-label {
    display: block;
    margin: 60px auto;
    width: 70px;

}

.footer-nav {
    margin-top: 30px;
}

.footer-social {
    margin-top: 15px;
}

.footer-social a {
    font-size: 18px;
    padding-left: 15px
}

.footer-nav a,
.footer-nav a:hover,
.footer-nav a:active,
.footer-nav .sep {
    color: #738383;

}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form,
.navbar-form {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-video-social > li {
    margin: 0 0 0 20px
}

.navbar-default .navbar-video-social > li > a {
    color: #FFF;
    padding: 10px 0 0 0;
    font-size: 20px;
    width: 20px;
}

.navbar-default .navbar-video-social > li > a:hover,
.navbar-default .navbar-video-social > li > a:active {
    color: #c6e2e2
}

/*footer reveal*/
.footer-over {
    position: relative;
    z-index: 10;
    background: #fff;
    -webkit-box-shadow: -5px 6px 11px 0px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: -5px 6px 11px 0px rgba(0, 0, 0, 0.27);
    box-shadow: -5px 6px 11px 0px rgba(0, 0, 0, 0.27);
    /*    height: 100vh;*/
}

#footer-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}

.toggled #footer-fixed {
    left: 195px;
    -webkit-box-shadow: -5px 0px 11px 0px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: -5px 0px 11px 0px rgba(0, 0, 0, 0.27);
    box-shadow: -5px 0px 11px 0px rgba(0, 0, 0, 0.27);
    z-index: 1
}


/*statement*/
.b-statement .navbar-default .navbar-toggle {
    border-color: #fff;
    border-radius: 2px;
    border: 2px solid #fff;
    margin-top: 15px
}

.b-statement .navbar-toggle a {
    color: #fff;
}

.b-statement .nav > li,
.nav > li > a {

    display: inline-block;
}

body.b-statement {
    padding-top: 110px;
}

body.b-statement .navbar-default {
    background-color: #738383;
    border-color: #738383;
}

body.b-statement .navbar-default .navbar-brand {
    color: #fff;
}

.pill {
    display: inline-block;
    min-width: 15px;
    padding: 4px 12px;
    font-size: 12px;
    color: #fff;
    vertical-align: middle;
    background-color: #36393e;
    border: 1px solid #36393e;
    border-radius: 3px;
    text-align: center;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    text-transform: uppercase;
}

.active .pill {
    background-color: transparent;
    border: 1px solid #36393e;
}

.statement .active .pill {
    color: #36393e;
}

body.b-statement. .navbar-brand {
    margin: 30px;
    padding: 0;
}

body.b-statement h1.brand {
    color: #fff;
    font-size: 30px;
    margin: 30px 0 0 15px
}

.underline .navbar-nav {
    margin: 0;
}

.underline .navbar-nav > li > a {
    padding: 10px 0 0 10px;
}

.underline {
    border-bottom: 1px solid #36393e;
    margin-bottom: 20px;
    height: 50px;
}

.bg-lt-blue .underline {
    border-color: #fff;
}

.section-video .row {
    margin-bottom: 150px;
}

/*music section*/


.album-main h1 {
    margin-top: 0;
}

.album-list .album-item {
    margin-bottom: 30px;
}
.album-list .panel-body {
    margin-bottom: 30px;
}
.album-list .purchase a {
    width: 150px;
    font-size: 13px;
    margin-bottom: 10px;
}
.album-list .tracklist ol {
    list-style-type: decimal-leading-zero;
}
.album-list .tracklist h4 {
    margin-left: 15px;
}
.album-list .dl-horizontal dt {
    text-align: left;
    width: 100px;
}
.album-list .dl-horizontal dd{
    margin-left: 107px;
}
    .ad-mat .purchase h3 {
        margin-right: 20px;
    }
.album-list dl dt {
    margin-bottom: 8px;
    text-transform: uppercase
}
/*video section*/
.video-main hr {
    width: 40%;
}
.video-main p, .section-video p {
    color: #fff;
}

.video-main hr:first-of-type {
    margin-bottom: 30px;
    margin-top: 10px;
}

.video-main hr:last-of-type {
    margin-top: 30px;
    margin-bottom: 10px;
}

.video-list .media-left {
    padding-right: 20px;
}

.video-list .media-heading {
    padding-left: 4px;
}

.video-list li.media {
    margin-bottom: 40px;
}



/*fix for video modals*/
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {}


/*music section*/
.panel {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}
.panel-group {
    margin-bottom: 0;
}
/*ad-mat*/
.ad-mat h1 {
    margin: 0;
}

/*news section*/
.news-list .row {
    margin-bottom: 40px;
}
.news-list .media-object {
    margin-bottom: 10px;
}
.news-list time {
    margin-bottom: 15px;
    display: block;
}
.news-list .underline {
    height: auto
}
.video-content .underline {

}

/*galleries*/
/* ========================================================================*/
/* ! VARIABLES */
/* ========================================================================*/
/* ========================================================================*/
/* ! TYPO */
/* ========================================================================*/
/* --------------------------------------------*/
/* ! COMPOSANTS */
/*---------------------------------------------*/
.bloc {
  color: #FFF;
}

/* ========================================================================*/
/* ! MIXINS & HELPER CLASS */
/* ========================================================================*/
/* --------------------------------------------*/
/* ! HELPER CLASSES */
/*---------------------------------------------*/
.brick {
  background-color: #738383;
}

.blue {
  background-color: #38393e;
}

.yellow {
  background-color: #c2935e;
}

.indigo {
  background-color: #5d412b;
}

.anthracite {
  background-color: #d47c5b;
}

.green {
  background-color: #2d1616;
}







.no-padding {
  padding: 0 !important;
}

.no-padding-horizontal {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* --------------------------------------------*/
/* ! DECORATION & EFFECTS */
/*---------------------------------------------*/
/* ========================================================================*/
/* ! LAYOUT */
/* ========================================================================*/
.section-mosaic {
  margin-top: 35px;
}

.section-mosaic + .section-mosaic {
  margin-top: 0;
}

/* ========================================================================*/
/* ! COMPOSANTS */
/* ========================================================================*/
/* --------------------------------------------*/
/* ! MOSAIC */
/*---------------------------------------------*/
.col-small-high-bloc .row .bloc-small {
  bottom: 0;
}
.col-small-high-bloc .bloc-small-parent + .bloc-small-parent {
  top: 15px;
  bottom: 7.5px;
}
.col-small-high-bloc .row .bloc-small {
  top: 21.5px;
  bottom: 0;
}

/* --------------------------------------------*/
/* ! BLOCS MOSAIC */
/*---------------------------------------------*/
.bloc {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.bloc-big-parent .bloc-big {
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
}
.bloc-big-parent::before {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 68.8%;
  /*DEFINI LA HAUTEUR DU BLOC*/
}

.bloc-high-parent .bloc-high {
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
}
.bloc-high-parent::before {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 145.5%;
  /*DEFINI LA HAUTEUR DU BLOC*/
}

.bloc-small-parent .bloc-small {
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 0;
  left: 15px;
}
.bloc-small-parent::before {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 67%;
  /*DEFINI LA HAUTEUR DU BLOC*/
}

@media (min-width: 992px) and (max-width: 1199px) {
  .bloc-big-parent::before {
    padding-bottom: 69.15%;
    /*DEFINI LA HAUTEUR DU BLOC*/
  }

  .bloc-high-parent::before {
    padding-bottom: 148%;
    /*DEFINI LA HAUTEUR DU BLOC*/
  }

  .bloc-small-parent::before {
    padding-bottom: 67%;
    /*DEFINI LA HAUTEUR DU BLOC*/
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bloc-big-parent::before {
    padding-bottom: 66.05%;
    /*DEFINI LA HAUTEUR DU BLOC*/
  }

  .bloc-high-parent .bloc-high {
    top: 45px;
  }
  .bloc-high-parent::before {
    padding-bottom: 93.6%;
  }

  .bloc-small-parent::before {
    padding-bottom: 64.92%;
    /*DEFINI LA HAUTEUR DU BLOC*/
  }
}
@media (max-width: 767px) {
  .bloc-big-parent::before {
    padding-bottom: 66.05%;
    /*DEFINI LA HAUTEUR DU BLOC*/
  }

  .bloc-high-parent .bloc-high {
    top: 45px;
  }
  .bloc-high-parent::before {
    padding-bottom: 73.796%;
  }

  .bloc-small-parent::before {
    padding-bottom: 64.92%;
    /*DEFINI LA HAUTEUR DU BLOC*/
  }
}

.bloc {
    background-size: cover;
    position: relative;
}
.bloc a {
display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
/*margin helpers*/
.mt-200 {
    margin-top: 200px;
}


/* ==========================================================================
   Bootstrap breakpoints
   ========================================================================== */





/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
    .footer-label {
        margin: 20px auto;
    }

    .footer-nav {
        text-align: center
    }

    .footer-logo {
        margin: 50px auto;
        width: 190px;
        float: none;
    }

    .footer-nav {
        margin: 0 auto 40px auto;
    }

    .footer-social a {
        padding: 0 5px;
    }

    body.b-statement .nav > li > a {
        padding: 5px 0px 0;
    }

    .b-statement .navbar-nav.navbar-right {
        margin: 20px auto;
        text-align: center;
    }

    .footer-over {
        margin-bottom: 400px;
    }

    .album-main .img-cover {
        margin: 30px auto;
    }

    .album-main h1 {
        text-align: center;
        margin: 0;
        line-height: 50px;
    }

    #menu-toggle {
        padding: 0px;
        width: 50px;
    }

    #menu-toggle h1 {
        font-size: 40px;
        line-height: 40px;

    }

    #menu-toggle span {
        font-size: 8px;
        padding-top: 3px;
    }

    .statement .navbar-right {
        float: right;
        margin: 0 auto 20px 0;
    }

    .statement .nav > li,
    .statement .nav > li > a {
        position: relative;
        display: inline-block;
        float: left;
        padding: 0;
    }

    .statement .navbar-nav > li > a {
        padding: 0 2px;
    }

    .album-list .album-item img {
        max-width: 600px;
        width: 100%;
        height: auto;
    }

    .album-list .album-item a {
        display: block;
        text-align: center;
        margin: 0 auto 30px auto;
    }

    .ad-mat .wrapper-vertical-center {
        height: 300px;
    }

    .ad-mat .label {
        display: block;
        margin: 0px auto 0 auto;
        width: 50px;
    }

    .ad-mat h4 {
        margin-top: 80px;
    }
    .title-main {
        text-align: center;

    }
    .title-main h1 {
        margin-top: 40px;
    }
    .video-list .media-object {
        margin-bottom: 10px;
    }
    .video-list .video-content {
        margin-bottom: 40px;
    }

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
    .navbar-nav {
        margin: 20px auto;
        text-align: center;
    }

    body.b-statement .nav > li > a {
        padding: 5px 8px 0;
        display: inline-block;
    }

    .footer-over {
        margin-bottom: 398px;
    }
    #contactM h2 {
        width: 40%;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .footer-over {
        margin-bottom: 312px;
    }

    .footer-label {
        margin: 50px 0 0 0;
        float: right;
    }

    .footer-logo {
        margin-top: 10px
    }

    .footer-nav {

        text-align: left
    }

    .footer-social {
        text-align: center;
    }

    .b-statement .navbar-nav.navbar-right {
        margin-top: 30px;
        margin-right: 0;
    }

    .album-main .img-cover {
        margin: 0;
    }

    .ad-mat .btn-purchase li {
        display: inline-block;
        text-align: center;
        margin: 0 10px;
    }

    .ad-mat .btn-purchase {

        margin: 0 auto;
    }

    .ad-mat .btn-purchase .btn {
        min-width: auto;
        font-size: 12px;
    }

    .ad-mat .wrapper-vertical-center {
        height: 282px;
    }

    /*
    .album-main h1,
    .album-main h2,
    .album-main h3,
    .album-main ul {
        text-align: left;
    }
*/
    #menu-toggle {
        padding: 0 10px;
        width: 70px;
    }

    #menu-toggle h1 {
        font-size: 65px;
        margin: 0;
        line-height: 60px;
    }

    .album-list .album-item a {
        margin-bottom: 0;
    }
    .title-main {
        text-align: right;
    }
        .video-list .video-content h2 {
        margin-top: 0px;
    }
    .title-main h1 {
        margin-top: 10px;
    }

    .section-video .list-inline {
        margin-bottom: 10px;
    }
    .section-video .bg-lt-blue .underline {
       height: 50px;

    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .footer-nav {
        margin: 20px 0 0 0;
        text-align: left
    }

    .footer-logo {
        margin: 30px 0 0 0;
        float: right;
    }

    .footer-social {
        float: right;
        margin-bottom: 30px;
    }

    .footer-label {
        margin: 50px auto;
        float: none
    }

    .footer-over {
        margin-bottom: 150px;
    }

    .album-main {
        margin-left: -50px;
    }

    .ad-mat .wrapper-vertical-center {
        height: 391px;
    }

    .ad-mat .ad-mat-footer {
        position: absolute;
        width: 100%;
        bottom: 5px;
    }
    .ad-mat .purchase h3,
    .ad-mat .btn-purchase {
        display: inline-block;
    }
    .ad-mat h1 {
        font-size: 67px;
        line-height: 53px;
    }
    .ad-mat .label {
    width: 60px;
}
        .video-list .media-object {
        margin-bottom: 40px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .ad-mat .wrapper-vertical-center {
        height: 470px;
    }
    .ad-mat h1 {
        font-size: 76px;
        line-height: 59px;
    }
}



/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {


}
