/* Global Styles */

html,
body {
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #212121;
}

#main.container {
    margin-bottom: 60px;
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

a,
a:focus,
a:active {
    outline: none;
    color: #e3141d;
}


/* Home Page Carousel */

header.carousel {
    height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* Header */
#page-header {
    padding: 10px 0 27px 0;
}
#page-header .box img {
    max-width: 100%;
}
#page-header .banner-box {
    margin-left: 15px;
}
#page-header .info-box {
	margin-left: 15px;
}
#page-header .info-box .box {
    display: block;
    width: 100%;
    margin: 0;
}
#page-header .info-box .logo-block {
    text-align: left;
    padding-top: 6px;
}
#page-header .info-box .social-links-block {
    line-height: 1em;
}
#page-header .info-box .social-links-block h3 {
    font-size: 40px;
    color: #e3141d;
/*    font-family: 'Open Sans', sans-serif;*/
/*font-family: 'PT Sans', sans-serif;       */
     font-family: 'Istok Web', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    margin: 15px 0 5px 0;
    line-height: 1em;
}
#page-header .info-box .social-links-block ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#page-header .info-box .social-links-block ul li {
    display: inline-block;
    margin-right: 5px;
}
#page-header .info-box .search-box {
    margin-top: 15px;
}
#page-header .player-box {
    text-align: center;
    padding-top: 15px;
	margin-left: -15px;
}
#page-header .player-box .player-title {
    font-weight: 700;
    margin-bottom: 7px;
}
#page-header .player-box .player-title span {
    color: #e3141d;
    text-transform: uppercase;
}
#page-header .player-box .player-title .bullet {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #e3141d;
    margin: 0 5px 0.5em 5px;
    top: -0.5em;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
#page-header .player-box .order-music {
    color: #e3141d;
    padding-top: 28px;
}
#page-header .player-box .order-music a {
    text-decoration: underline;
    color: #e3141d;
}
#page-header .player-box .order-music a:hover {
    text-decoration: none;
}
#page-header .player-box .order-music i {
    font-size: 23px;
    margin-right: 12px;
    vertical-align: top;
}
#page-header .player-box {}
#page-header .player-box {}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Form elements */
.form-control {
    font-size: 12px;
    border: 1px solid #e0e0e0;
    color: #616161;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    height: 30px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}
.input-group .form-control {
    border-left: 0;
}
.input-group .form-control:focus {
    border-color: #e0e0e0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.input-group-btn>.btn {
    border: 1px solid #e0e0e0;
    border-right: 0;
    height: 30px;
    width: 45px;
    text-align: right;
    padding: 0;
    color: #e3141d;
    background-color: #fff;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}
.btn-default {
    font-size: 1em;
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
    border: none;
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    width: auto;
    min-width: 170px;
    padding: 0 10px;
    box-sizing: border-box;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e3141d+0,bd121a+100 */
    background: #e3141d; /* Old browsers */
    background: -moz-linear-gradient(top,  #e3141d 0%, #bd121a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #e3141d 0%,#bd121a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #e3141d 0%,#bd121a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3141d', endColorstr='#bd121a',GradientType=0 ); /* IE6-9 */

}
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
    color: #fff;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    outline: none;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bc121a+0,e2141d+100 */
    background: #bc121a; /* Old browsers */
    background: -moz-linear-gradient(top,  #bc121a 0%, #e2141d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #bc121a 0%,#e2141d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #bc121a 0%,#e2141d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc121a', endColorstr='#e2141d',GradientType=0 ); /* IE6-9 */

}

/* Sidebar */
.sidebar .block-title,
.main-content-column .block-title {
    color: #424242;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1em;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #eee;
    margin: 0;
}
.sidebar .block-title i,
.main-content-column .block-title i {
    color: #e3141d;
    margin-right: 12px;
    font-size: 1.3em;
    position: relative;
    /*bottom: -2px;*/
    display: inline-block;
    max-height: 18px;
}
.sidebar .block-title i img,
.main-content-column .block-title i img {
    max-height: 18px;
}
.sidebar .box {
    margin: 0 30px 40px 0;
}
.sidebar .box img {
    max-width: 100%;
}

.items-list {}
.page-map-fm .sidebar .items-list {
    max-height: 413px;
    overflow-y: auto;
6}
.items-list .item {
    display: block;
    margin: 21px 0 0 0;
}
.items-list .item.first {
    margin-top: 15px;
}
.items-list .image {
    display: block;
    width: 50px;
    float: left;
}
.items-list .image img {
    display: block;
    width: 100%;
    height: auto;
}
.items-list .info {
    display: block;
    margin: 0 0 0 70px;
}
.items-list .title {
    font-size: 16px;
    color: #e3141d;
    line-height: 1em;
    display: block;
    position: relative;
    top: -3px;
}
.items-list .description {
    font-weight: 400;
    margin: 2px 0 0 0;
    line-height: 1em;
}

.sidebar .contacts {
    font-size: 16px;
    color: #e3141d;
    line-height: 1.3em;
    margin: 10px 0 0 0;
}

/* Left sidebar */
.left-sidebar {
    margin-left: 15px;
}

/* Right sidebar */
.right-sidebar .box {
    margin: 0 0 38px 30px;
}
.right-sidebar form {
    text-align: center;
    margin: 10px 0 0 0;
}
.right-sidebar form .form-control {
    width: 100%;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    margin-bottom: 15px;
    text-align: center;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
}
.right-sidebar form .form-control::-webkit-input-placeholder {
    color:#bdbdbd;
}
.right-sidebar form .form-control::-moz-placeholder {
    color:#bdbdbd;
}/* Firefox 19+ */
.right-sidebar form .form-control:-moz-placeholder {
    color:#bdbdbd;
}/* Firefox 18- */
.right-sidebar form .form-control:-ms-input-placeholder {
    color:#bdbdbd;
}
.right-sidebar form textarea.form-control {}
.right-sidebar form #wrap {
    display: block;
    position: relative;
    height: 100px;
    width: 100%;
    border: none;
    padding: 0;
}
.right-sidebar form #wrap .area {
    resize: none;
    outline: none;
    display: block;
    width: 100%;
    padding: 0;
    /*position: absolute;*/
    top: 0;
    text-align: center;
}
.right-sidebar form #wrap textarea.area {
    left: 0;
    height: 100%;
    background: transparent;
}
.right-sidebar form #wrap .dummy {
    left: 100%;
}
.right-sidebar form p {
    margin: 0;
}

.right-sidebar .select-block {
    margin: 11px 0 0 0;
}
.right-sidebar .select-block .subtitle {
    font-size: 16px;
    color: #e3141d;
    padding-left: 2px;
    margin-bottom: 15px;
}
.right-sidebar .select-block .btn-group.bootstrap-select,
.ether-archive-calendar-block button {
    width: 100%;
}
.right-sidebar .select-block .btn-group.bootstrap-select .btn,
.ether-archive-calendar-block button {
    display: block;
    position: relative;
    background: none;
    color: #212121;
    border-color: #eee;
    font-weight: 600;
    padding-right: 50px;
    height: 35px;
}
.ether-archive-calendar-block button:hover,
.ether-archive-calendar-block button:focus {
    background: none;
    border-color: #eee;
    color: #999;
}
.right-sidebar .select-block .bs-caret,
.ether-archive-calendar-block button .bs-caret {
    display: inline-block;
    width: 18px;
    height: 19px;
    background: no-repeat left center url(../img/ico-calendar.png);
    color: #e3141d;
}
.right-sidebar .select-block {}
.ether-archive-calendar-block .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left;
}
.ether-archive-calendar-block button .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}
.ether-archive-calendar-block .calendar {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 1000;
    float: left;
    padding: 5px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.ether-archive-calendar-block {
    display: block;
    position: relative;
}

.select-block.ether-archive button.btn,
.select-block.ether-archive button.btn:focus {
    background: none;
    border: none;
    font-size: 16px;
    color: #e3141d;
    padding-left: 2px;
    margin: 10px 0;
    outline: none !important;
}
.select-block.ether-archive .bootstrap-select.open button.btn:hover {
    background: none !important;
    color: #e3141d;
}
.select-block.ether-archive .bootstrap-select {
    width: 100% !important;
}
.select-block.ether-archive button .bs-caret {
    display: none;
}
.select-block.ether-archive {}

.wpcf7-form label.error {
    display: none !important;
}
div.wpcf7 img.ajax-loader {
    position: absolute;
    margin-top: 12px;
}


/* main-content-column */
.main-content-column {}
.main-content-column .items-list .item.first {}
.main-content-column .items-list .description {
    margin: 10px 0 0 0;
}
.main-content-column .items-list .image {
    width: 200px;
}
.main-content-column .items-list .info {
    margin-left: 220px;
}

/* Home slider */
.home-slider {}
.home-slider li img {
    display: block;
    width: 100%;
    height: auto;
}
.home-slider {}
.home-slider {}
.lSAction > a {
    color: #fff;
    text-align: center;
    opacity: 1;
    width: 40px;
    height: 40px;
    background-image: none;
    background: rgba(0,0,0,0.6);
    margin-top: -20px;
    line-height: 40px;
}
.lSAction > a:hover {
    background: rgba(0,0,0,0.9);
}
.lSAction > a i {
    font-size: 16px;
}
.lSAction > .lSPrev {
    left: 0;
}
.lSAction > .lSNext {
    right: 0;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #212121;
    width: 10px;
    height: 10px;
}
.lSSlideOuter .lSPager.lSpg > li:hover a,
.lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #e3141d;
}
.lSSlideOuter .lSPager.lSpg {
    margin: 0;
    position: relative;
    top: -35px;
}


/* Footer Styles */
footer {
    margin: 15px 0 0 0;
    overflow: hidden;
}
footer .info-block {
    background: #0c0c0c;
    color: #bdbdbd;
    font-size: 12px;
    font-weight: 400;
    padding-top: 22px;
    padding-bottom: 11px;
    line-height: 20px;
}
footer .info-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
footer .info-block li {
    padding: 0;
    margin: 0;
}
footer .info-block a {
    color: #bdbdbd;
}
footer .info-block a:hover {
    color: #e3141d;
    text-decoration: underline;
}
footer .info-block .block-title {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1em;
    padding: 8px 0 10px 0;
    border-bottom: 1px solid #212121;
    margin: 0 0 10px 0;
}
footer .info-block .block-title i {
    color: #e3141d;
    margin-right: 12px;
    font-size: 1.3em;
    position: relative;
    display: inline-block;
    max-height: 18px;
}
footer .info-block .text {}
footer .info-block .banner {
    display: block;
    position: relative;
    top: 8px;
    left: -15px;
}
footer .info-block .banner img {
    display: block;
    max-width: 100%;
    height: auto;
}

footer .copyright-block {
    font-size: 12px;
    background: #000;
    color: #424242;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Modal song order content */
#modal-song-order .modal-content {
    max-width: 430px;
    margin: 0 auto;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.song-order-content {
    display: block;
    text-align: center;
    width: 370px;
    margin: 0 auto;
}
.song-order-content .block-title {
    color: #424242;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1em;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #eee;
    margin: 0 0 20px 0;
    text-align: left;
}
.song-order-content .block-title i {
    color: #e3141d;
    margin-right: 12px;
    font-size: 24px;
    position: relative;
    display: inline-block;
    max-height: 18px;
}
.song-order-content .logo {
    display: inline-block;
    margin: 25px 0 0 0;
}
.song-order-content .box {
    margin-bottom: 30px;
}
.song-order-content .form-control {
    height: 38px;
    text-align: center;
    color: #212121;
    font-size: 14px;
    margin-bottom: 20px;
}
.song-order-content textarea.form-control {
    height: 100px;
}


/* Single Page */
.single-page .breadcrumbs {
    display: block;
    padding: 0;
    margin: 0 0 0 25px;
    list-style: none;
}
.single-page .breadcrumbs li {
    display: inline-block;
}
.single-page .breadcrumbs a {
    color: #424242;
}
.single-page .breadcrumbs .sep {
    padding: 0 5px;
}
.single-page .breadcrumbs .active a {
    color: #e3141d;
    text-decoration: underline;
}
.single-page .block-title {
    margin-bottom: 15px;
}
.single-page h1.page-title {
    display: block;
    line-height: 1.1em;
    font-size: 18px;
    color: #e3141d;
    text-align: center;
    font-weight: 700;
    margin: 28px 0 6px 0;
}
.single-page .page-subtitle {
    text-align: center;
    margin-bottom: 20px;
}
.single-page .content-text p {
    margin-bottom: 20px;
}
.single-page .content-text img {

max-width:100%;
height:auto;
}

/* Map FM Page */
.page-map-fm .sidebar .items-list .info {
    margin: 0;
}

/* Page Contacts */
.page-contacts .sidebar .box {
    margin-right: 0;
}
.page-contacts .main-content-column {}
.page-contacts .sidebar .text {
    margin-top: 10px;
}
.page-contacts .sidebar .red {
    color: #e3141d;
}
.page-contacts .contact-form .form-control {
    height: 40px;
    text-align: center;
    color: #424242;
    font-size: 14px;
    margin-bottom: 15px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}
.page-contacts .contact-form textarea.form-control {
    height: 200px;
}
.page-contacts .contact-form .btn {
    float: right;
    margin-top: 3px;
}
.page-contacts .single-page .block-title {
    margin-bottom: 20px;
}

/* Category page */
.category-page .category-items-list {}
.category-page .post-item {
    display: block;
    text-align: center;
    padding-bottom: 25px;
}
/*.category-page .post-item.item-left .item-content {
    padding-right: 15px;
}*/
.category-page .item-wrap:nth-child(odd)  .post-item .item-content {
    padding-right: 15px;
}
/*.category-page .post-item.item-right .item-content {
    padding-left: 15px;
}*/
.category-page .item-wrap:nth-child(even) .post-item .item-content {
    padding-left: 15px;
}
.category-page .post-item .image-block {
    display: block;
    position: relative;
}
.category-page .post-item .image-block img {
    display: block;
    width: 100%;
    height: auto;
}
.category-page .post-item .image-block .bg {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
}
.category-page .post-item .image-block:hover .bg {
    display: block;
}
.category-page .post-item .image-block .post-detail {
    display: none;
    width: 170px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.category-page .post-item .image-block:hover .post-detail {
    display: block;
}
.category-page .post-item .post-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
}
.category-page .post-item .post-title a {
    color: #e3141d;
}
.category-page .post-item .post-title a:hover {
    color: #bc121a;
    text-decoration: underline;
}
.category-page .box .nav-tabs {
    border: none;
    text-align: center;
    margin: -15px 10px 20px 0;
}
.category-page .box .nav-tabs > li {
    display: inline-block;
    margin: 0;
    border: none;
    float: none;
}
.category-page .box .nav-tabs > li > a {
    font-size: 14px;
    color: #e3141d;
    text-transform: uppercase;
    background: none;
    border: none;
    font-weight: 700;
    margin: 0;
    padding: 10px 20px;
}
.category-page .box .nav-tabs > li.active > a,
.category-page .box .nav-tabs > li > a:hover {
    color: #424242;
}
.category-page .box .nav>li:before,
.category-page .box .nav>li:after {
    display: none;
}

/* Advertising Page */
.advertising-page {}
.advertising-items-list {}
.advertising-items-list .post-item {
    margin-bottom: 30px;
}
.advertising-items-list .image-block {}
.advertising-items-list .image-block img {
    display: block;
    width: 100%;
    height: auto;
}

/* Contacts page Map */
.acf-map {
    width: 100%;
    height: 412px;
}
.page-map-fm .acf-map {
    height: 460px;
}

/* MP3 Player block */
.mp3-player-block {}
.mp3-player-block .playa .btn-group .span3 {
    display: none;
}
.mp3-player-block .well {
    min-height: 35px;
    background: none;
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border: 1px solid #ccc;
    padding: 2px 10px;
    margin: 15px 0;
    box-shadow: none;
}
.mp3-player-block .playa .btn-group {
    width: 100%;
}
.mp3-player-block .icon-play,
.mp3-player-block .icon-volume-up {
    color: #e3141d;
    font-size: 16px;
}
.mp3-player-block button.span1 {
    background: none;
}
.mp3-player-block .playa .btn-group .span4 {
    width: 82%;
}
.mp3-player-block .playa input[type=range] {
    border: none;
    /*background: #ccc;*/
    border-radius: 0;
}

/* jplayer */
.mp3-player-block .jp-audio {
    width: 100%;
}
.mp3-player-block .jp-audio .jp-controls {
    width: 100%;
    padding: 4px 15px;
    text-align: left;
}

.mp3-player-block .jp-audio .jp-type-single .jp-progress, .mp3-player-block .jp-audio .jp-type-single .jp-volume-bar{
    left: 37px;
    width: 190px;
    overflow: visible;
}
.radio-online .mp3-player-block .jp-audio .jp-type-single .jp-progress , .radio-online .mp3-player-block .jp-audio .jp-type-single .jp-volume-bar{
    left: 53px;
}
.mp3-player-block .jp-audio .jp-progress , .mp3-player-block .jp-audio  .jp-volume-bar{
    position: absolute;
    top: 13px;
    height: 6px;
}
.mp3-player-block .jp-seek-bar , .mp3-player-block .jp-volume-bar{
    background: #e0e0e0;
}
.mp3-player-block .jp-volume-bar-value {
 background-color: #e2141d;
-webkit-box-shadow: inset 0 0 5px rgba( 255, 255, 255, 0.5 );
-moz-box-shadow: inset 0 0 5px rgba( 255, 255, 255, 0.5 );
box-shadow: inset 0 0 5px rgba( 255, 255, 255, 0.5 );
}

.mp3-player-block .jp-play-bar {
    background: #e3141c;
    position: relative;
    overflow: visible !important;
}
.mp3-player-block .jp-play-bar i, .mp3-player-block .jp-volume-bar i{
    display: block;
    position: relative;
    left: 100%;
    font-size: 15px;
    color: #bd121b;
    width: 15px;
    height: 15px;
    margin: 0 0 0 -5px;
    top: -5px;
    text-align: center;
}
.mp3-player-block .jp-play,
.mp3-player-block .jp-mute {
    background: none;
    cursor: pointer;
}
.mp3-player-block .jp-play i,
.mp3-player-block .jp-mute i {
    color: #e3141c;
}
.mp3-player-block .jp-play .fa-pause,
.mp3-player-block .jp-mute .fa-volume-off {
    display: none;
}
.mp3-player-block .jp-state-playing .jp-play .fa-play,
.mp3-player-block .jp-state-muted .jp-mute .fa-volume-up {
    display: none;
}
.mp3-player-block .jp-state-playing .jp-play .fa-pause,
.mp3-player-block .jp-state-muted .jp-mute .fa-volume-off {
    display: inline-block;
}
.mp3-player-block .jp-volume-controls {
    position: absolute;
    top: 4px;
    left: 100%;
    width: auto;
    margin-left: -30px;
}
.mp3-player-block .jp-mute {
    background: none;
}
.mp3-player-block .jp-interface {
    height: 35px;
    background: none;
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border: 1px solid #ccc;
    margin: 15px 0;
}
.radio-online .mp3-player-block .jp-interface {
    border-color: #e3141d;
}
.mp3-player-block .jp-audio,
.mp3-player-block .jp-audio-stream,
.mp3-player-block .jp-video {
    border: none;
    background: none;
}
.mp3-player-block {}
.mp3-player-block {}
.mp3-player-block {}
.content-text img {
/* height:100px;*/
 width:570px;
}
.content-text p
{
padding-top:15px;
}

/*==================================================
=            Responsive Styles             =
==================================================*/

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

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

}

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

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    /* Top Navigation */
    .navbar {
        border: 1px solid #ac1017;
        border-top: 1px solid #ac1017;
        min-height: 44px;
        overflow: hidden;
        margin: 10px 0 0 0;
        border-radius: 44px;
        -moz-border-radius: 44px;
        -webkit-border-radius: 44px;

        background: #e3141d; /* Old browsers */
        background: -moz-linear-gradient(top,  #e3141d 0%, #bd121a 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  #e3141d 0%,#bd121a 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  #e3141d 0%,#bd121a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3141d', endColorstr='#bd121a',GradientType=0 ); /* IE6-9 */

    }
    .navbar .navbar-nav {
        display: table;
        width: 100%;
        float: none;
        vertical-align: top;
    }
    .navbar .navbar-collapse {
        text-align: center;
        padding: 0;
    }
    .nav>li {
        display: table-cell;
        float: none;
    }
    .nav>li:before {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        height: 100%;
        width: 1px;

        background: #e2131d; /* Old browsers */
        background: -moz-linear-gradient(top,  #e2131d 0%, #e6141f 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  #e2131d 0%,#e6141f 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  #e2131d 0%,#e6141f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2131d', endColorstr='#e6141f',GradientType=0 ); /* IE6-9 */
    }
    .nav>li:after,
    .navbar-brand:after {
        display: block;
        position: absolute;
        content: "";
        right: 0;
        top: 0;
        height: 100%;
        width: 1px;

        background: #bd1419; /* Old browsers */
        background: -moz-linear-gradient(top,  #bd1419 0%, #bc131a 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  #bd1419 0%,#bc131a 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  #bd1419 0%,#bc131a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd1419', endColorstr='#bc131a',GradientType=0 ); /* IE6-9 */
    }
    .nav>li.last-item>a:after {
        display: block;
        position: absolute;
        right: -1px;
        top: 0;
        content: "";
        height: 100%;
        width: 1px;

        background: #e2131d; /* Old browsers */
        background: -moz-linear-gradient(top,  #e2131d 0%, #e6141f 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  #e2131d 0%,#e6141f 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  #e2131d 0%,#e6141f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2131d', endColorstr='#e6141f',GradientType=0 ); /* IE6-9 */
    }
    .navbar a {
        color: #fff;
        text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
    }
    .navbar-nav>li>a {
        font-size: 1em;
        font-weight: 700;
        line-height: 1em;
        color: #fff;
        text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
        padding-left: 0;
        padding-right: 0;
    }
    .nav>li.current-menu-item>a,
    .nav>li.current-category-ancestor>a,
    a.navbar-brand.current-menu-item {
        background: #bc121a; /* Old browsers */
        background: -moz-linear-gradient(top,  #bc121a 0%, #690a0f 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  #bc121a 0%,#690a0f 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  #bc121a 0%,#690a0f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc121a', endColorstr='#690a0f',GradientType=0 ); /* IE6-9 */
    }
    .nav>li>a:focus,
    .nav>li>a:hover,
    a.navbar-brand:hover {

        background: #c0131b; /* Old browsers */
        background: -moz-linear-gradient(top,  #c0131b 0%, #de131c 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  #c0131b 0%,#de131c 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  #c0131b 0%,#de131c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0131b', endColorstr='#de131c',GradientType=0 ); /* IE6-9 */

    }
    .navbar-brand {
        width: 70px;
        height: 44px;
        text-align: center;
        font-size: 20px;
        position: relative;
    }
    .navbar-brand .fa {
        display: block;
        margin-top: -3px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .page-contacts .main-content-column {
        margin-left: 70px;
        left: 15px;
    }
}

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

}



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

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    .row > .row {
        margin: 0;
    }
    #main > .row > .row {
        margin: 0 15px;
    }
    .left-sidebar {
        margin-left: 0;
    }
    #page-header .banner-box {
        margin: 0;
    }
    #page-header .row > .row {
        padding: 0 15px;
    }
    .sidebar .block-title span,
    .main-content-column .block-title span {
        display: block;
        margin-left: 30px;
    }
    .sidebar .block-title i,
    .main-content-column .block-title i {
        float: left;
    }

    .mp3-player-block .jp-audio .jp-type-single .jp-progress {
        width: 55%;
        left: 0 !important;
        right: 0 !important;
        margin: auto;
    }

    #page-header .info-box .box {
        width: 100%;
    }
    #page-header .info-box .social-links-block h3 {
        font-size: 22px;
    }
	#page-header .info-box {
		margin-left: 0;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
    #page-header .info-box .box {
        width: 100%;
    }
    #page-header .info-box .social-links-block h3 {
        font-size: 16px;
    }
    .items-list .item {
        width: 50%;
        float: left;
    }
    .items-list:after {
        display: block;
        content: "";
        width: 100%;
        clear: both;
    }
    .main-content-column .items-list .item {
        width: 100%;
        float: none;
    }
    .main-content-column .box {
        margin-bottom: 30px;
    }
    footer .info-block .banner {
        left: 0;
        top: 0;
        margin: 20px 0;
    }
    footer .info-block .banner img {
        margin: 0 auto;
    }

    .mp3-player-block .jp-audio .jp-type-single .jp-progress {
        width: 85%;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }

    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }
    .navbar {
        margin-top: 20px;
        border-radius: 44px;
        -moz-border-radius: 44px;
        -webkit-border-radius: 44px;

        background: #e3141d; /* Old browsers */
        background: -moz-linear-gradient(top,  #e3141d 0%, #bd121a 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  #e3141d 0%,#bd121a 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  #e3141d 0%,#bd121a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3141d', endColorstr='#bd121a',GradientType=0 ); /* IE6-9 */
    }
    .navbar .navbar-nav {
        display: block;
    }
    .navbar-toggle {
        background: #eee;
    }
    .navbar-toggle .icon-bar {
        background: #333;
    }
    .navbar-nav>li>a {
        color: #fff;
    }
    .navbar-nav>li>a:hover,
    .navbar-nav>li.current-menu-item>a {
        color: #333;
        background: #eee;
    }
    .navbar-brand {
        color: #eee;
    }
    .navbar-brand:hover {
        color: #fff;
    }
    footer .info-block .box {
        margin-bottom: 20px;
    }
    .sidebar .box {
        margin-left: 0;
        margin-right: 0;
    }
    .category-page .post-item.item-left .item-content,
    .category-page .post-item.item-right .item-content {
        padding: 0;
    }

    .mp3-player-block .jp-audio .jp-type-single .jp-progress {
        width: 75%;
    }

    .song-order-content {
        width: 100%;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .items-list .item {
        width: 100%;
        float: none;
    }
    footer .copyright-block .text-left,
    footer .copyright-block .text-right {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .main-content-column .items-list .item .image {
        width: 100%;
        float: none;
    }
    .main-content-column .items-list .item .info {
        margin: 10px 0;
        clear: both;
    }

    .mp3-player-block .jp-audio .jp-type-single .jp-progress {
        width: 62%;
    }
}


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

}