/* CSS Document */

@import "fonts.css";

@import "entypo.css";

@import "flaticon.css";

/*======= Less Mixins =======*/
.lnone {
  list-style: none;
  list-style-type: none;
}
/*======= Less Typography =======*/
.lr {
  font-family: 'Lato';
  font-weight: 400;
}
.lb {
  font-family: 'Lato';
  font-weight: 500;
}
.pt-r {
  font-family: 'PT Sans';
  font-weight: 400;
}
.pt-b {
  font-family: 'PT Sans';
  font-weight: 500;
}
.text-b{font-size: 14px;
    font-weight: 600;    margin-bottom: 4px;}
.pac {
  font-family: 'Pacifico';
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  <!--color: #000 !important;-->
color: #000;
  font-family: 'PT Sans';
  font-weight: 500;
}
p {
  font-family: 'Lato';
  font-weight: 400;
  color: #000;
  font-size: 16px;
  line-height: 20px;
}

.button_all {
  background: transparent;
  display: inline-block;
  padding: 5px 15px;
  text-align: center;
  border: 1px solid #015AA1;
  font-size: 15px;
  color: #015AA1;
  text-transform: uppercase;
  font-weight: 600;
  transition: 0.4s;
}

.button_all:hover , .button_all:focus {
   background:  #015AA1;
   color: #fff;
   transition: 0.4s;
}

.logo
{
	float:left;
	width:300px;
	margin: 5px 0px;
}
/*======= Body Background =======*/
body {
  position: relative;
  background: #fff;
}
/*======= Preloader ======*/

.chromeframe {
    margin: 0.2em 0;
    background:#361702;

    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.head-color {
    color: #015aa1 !important;
    font-weight: 600;
    text-shadow: 0 3px 3px #a5ceef;
}
.black{color: #000 !important;
    text-shadow: 0 2px 0 #969696, 0 4px 3px #000;}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #A2AD02;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 1001;
}


.well-sm {
    padding: 9px;
    border-radius: 3px;
}
.well {
       min-height: 9px;
       padding: 4px 9px;
    margin-bottom: 20px;
    background-color: #e4f0fa;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.well h4{font-weight:bold;}
    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #000;

        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color:#C7171A;

        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    @-webkit-keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }

    #loader-wrapper .loader-section {
        position: fixed;
        top: 0;
        width: 51%;
        height: 100%;
        background: #fff;
        z-index: 1000;
        -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(0);  /* IE 9 */
        transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
    }

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

    /* Loaded */
    .loaded #loader-wrapper .loader-section.section-left {
        -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(-100%);  /* IE 9 */
                transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }

    .loaded #loader-wrapper .loader-section.section-right {
        -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(100%);  /* IE 9 */
                transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }
    
    .loaded #loader {
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;  
                transition: all 0.3s ease-out;
    }
    .loaded #loader-wrapper {
        visibility: hidden;

        -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(-100%);  /* IE 9 */
                transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.3s 1s ease-out;  
                transition: all 0.3s 1s ease-out;
    }
    
    /* JavaScript Turned Off */
    .no-js #loader-wrapper {
        display: none;
    }
    .no-js h1 {
        color: #222222;
    }

    #content {
        margin: 0 auto;
        padding-bottom: 50px;
        width: 80%;
        max-width: 978px;
    }  






/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* 
	Ok so you have made it this far, that means you are very keen to on my code. 
	Anyway I don't really mind it. This is a great way to learn so you actually doing the right thing:)
	Follow me @ihatetomatoes
*/
/*#preloaderV {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999995;
  overflow: hidden;
  background: #141414;
}
#preloaderV #vibemusic {
  position: absolute;
  z-index: 9999996;
  top: 50%;
  margin: -50px 0 0 0;
  left: 0;
  width: 100%;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 45px;
  color: #141414;
  background: #df0307;
}
#preloaderV #vibemusic i:before {
  animation-name: flash;
  -webkit-animation-name: flash;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}*/
.category-title h1 {
  text-align: center;
  
}
.category-title .under-line {
  display: block;
  position: relative;
  width: 200px;
  height: 1px;
  margin: 20px auto 0;
  background: #013614;
}
.under-line {
  display: block;
  position: relative;
  width: 230px;
  height: 1px;
  margin: 20px auto 0;
  background: #013614;
}
.category-title .under-line .line {
  display: block;
  position: relative;
  width: 30px;
  height: 1px;
  left: 50%;
  margin-left: -15px;
  background: #015aa1;
}
.category-title p {
  text-align: center;
  margin-top: 15px;
 margin-bottom: 15px;
}
@media screen and (min-width: 1200px) {
  .category-title p {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
}
.category-title:hover .under-line .line {
  animation-name: slide;
  -webkit-animation-name: slide;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.skew-pos {
  padding-top: 85px;
  padding-bottom: 170px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .skew-pos {
    padding-top: 60px;
    padding-bottom: 150px;
  }
  .iframe-div iframe{height:138px !important; border:2px solid #e47635;}
}
.skew-pos .skew-neg {
  position: relative;
  z-index: 5;
      /*top: 80px;*/
}
.skew-pos .skew-arrow {
  display: block;
  width: 100%;
  height: 250px;
  position: absolute;
  z-index:-1;
}
.skew-pos .skew-arrow.left {
  background: url(../img/elements/arrow-left.png) 0 0 no-repeat;
  top: 0;
  left: 0; z-index: auto;
}
.skew-pos .skew-arrow.right {
  background: url(../img/elements/arrow-right.png) 0 0 no-repeat;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 1920px) {
  .skew-pos .skew-arrow {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
a {
  outline: none !important;
}
/*--------------------------------------------------------------
2.0 - Navigation
--------------------------------------------------------------*/
.navbar-default{border-color: #015aa1;}
nav.navbar {
  z-index: 999999;
  border-top: 3px solid #015aa1;
  margin-bottom: 0;background: #7db9e8; /* Old browsers */
background: -moz-linear-gradient(top, #7db9e8 0%, #ffffff 50%, #ffffff 51%, #7db9e8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7db9e8), color-stop(50%,#ffffff), color-stop(51%,#ffffff), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #7db9e8 0%,#ffffff 50%,#ffffff 51%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #7db9e8 0%,#ffffff 50%,#ffffff 51%,#7db9e8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #7db9e8 0%,#ffffff 50%,#ffffff 51%,#7db9e8 100%); /* IE10+ */
background: linear-gradient(to bottom, #7db9e8 0%,#ffffff 50%,#ffffff 51%,#7db9e8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}
@media screen and (max-width: 767px) {
  nav.navbar {
    min-height: 50px;
  }
}
nav.navbar .navbar-header button.navbar-toggle {
  background: none;
  border-color: #015aa1;
  padding: 5px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
nav.navbar .navbar-header button.navbar-toggle .icon-bar {
  background: #015aa1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
nav.navbar .navbar-header button.navbar-toggle:hover {
  background: none;
  border-color: #000;
}
nav.navbar .navbar-header button.navbar-toggle:hover .icon-bar {
  background: #013614;
}
nav.navbar .navbar-header a.navbar-brand {
  font-family: 'Pacifico';
  font-weight: 400;
  font-size: 30px;
  line-height: 72px;
  color: #fff;
  margin: 0;
  padding: 0 15px 0 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
nav.navbar .navbar-header a.navbar-brand:hover {
  color: #015aa1;
}
@media screen and (max-width: 767px) {
  nav.navbar .navbar-header button.navbar-toggle {
    margin: 34px 15px 13px 0;
  }
  nav.navbar .navbar-header a.navbar-brand {
    font-size: 24px;
    line-height: 50px;
    height: 50px;
    padding: 0 15px;
  }
}
nav.navbar ul.navbar-nav li {
  padding: 20px 5px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
nav.navbar ul.navbar-nav li:last-child {
  padding-right: 0;
}
.white{color:#000; font-family: 'Lato';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
        text-align: justify;
    color: #000;
    margin: 20px 0 0 0;}
nav.navbar ul.navbar-nav li.active a {
  background: none;
  color: #015aa1;
  border: 1px solid #013614;
}
nav.navbar ul.navbar-nav li.active a:hover,
nav.navbar ul.navbar-nav li.active a:focus,
nav.navbar ul.navbar-nav li.active a:active {
  background: none;
  color: #015aa1;
}
nav.navbar ul.navbar-nav li a {
  display: block;
  margin: 0;
  padding: 8px 15px;
  border: 1px solid rgba(236, 170, 47, 0);
  font-family: 'PT Sans';
  font-weight:700;
  font-size: 15px;
  line-height: 25px;
  color: #000;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
 background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
   
    color: #015aa1;

}
.dropdown-menu > li {
    padding: 6px 13px !important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
 background-color: none !important;
   color: #015aa1;
  border: 1px solid rgba(236, 170, 47, 0);
}


nav.navbar ul.navbar-nav li a:hover,
nav.navbar ul.navbar-nav li a:active,
nav.navbar ul.navbar-nav li a:focus {
  color: #015aa1;border: 1px solid rgba(1, 54, 20, 1);
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  nav.navbar ul.navbar-nav li {
    padding: 20px 2px;
  }
  nav.navbar ul.navbar-nav li a {
    padding: 8px 2px;
font-size:14px;
font-weight:600;
  }
}
@media screen and (max-width: 767px) {
  nav.navbar {
    background: none;
    border-bottom-color: rgba(0, 0, 0, 0.8);
  }
  nav.navbar .navbar-header {
    background: #fff;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  nav.navbar ul.navbar-nav {
    padding: 0;
    margin: 0 -15px;
  }
  nav.navbar ul.navbar-nav li {
    padding: 0;
    background: #fff;
    /*border-bottom: 1px solid rgba(16, 16, 16, 0.9);*/
  }
  nav.navbar ul.navbar-nav li a {
    background: none;
  }
  nav.navbar ul.navbar-nav li:last-child {
    border-bottom: none;
  }
  nav.navbar ul.navbar-nav li:hover {
    border-color: rgba(1, 54, 20, 1);
  }
  nav.navbar ul.navbar-nav li.active a {
    border-color: rgba(1, 54, 20, 1);
  }
}
/*--------------------------------------------------------------
3.0 - Image Header
--------------------------------------------------------------*/
.image-header {
  display: block;
  width: 100%;
  height: auto !important;
  /*margin-top: 77px;
  padding: 250px 0;*/
  margin-top: 33px;
  padding: 240px 0 325px;
  background: url(../img/elements/image-header.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 100% auto !important;
  background-attachment: scroll;
}
.image-header-inner{
 display: block;
  width: 100%;
  margin-top: 77px;
 /* padding: 400px 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;*/
}

.image-header .container {
  text-align: center;
}
.image-header h1 {
  font-family: 'PT Sans';
  font-weight: 500;
  font-size: 36px;
  line-height: 60px;
  color: #fff !important;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
text-shadow:5px 5px 5px #000;
}
.b_text
{
font-weight:bold;
}
.image-header span.line {
  display: block;
  width: 110px;
  height: 5px;
  background: transparent;
  margin: 30px auto 0;
}
.image-header p {
  font-family: 'PT Sans';
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #000;
  text-align: center;
  max-width: 1000px;
  margin: 35px auto 0;
}
.image-header a.link {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-family: 'PT Sans';
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  text-transform: uppercase;
  padding: 11px 40px;
  border: 1px solid #fff;
  margin: 35px auto 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.image-header a.link:hover {
  background: rgba(255, 255, 255, 0.4);
}
.image-header a.scrollTo {
  display: block;
  height: 40px;
  width: 40px;
  margin: 20px auto 0;
  text-decoration: none;
  font-size: 35px;
  line-height: 40px;
  color: #fff;
  animation-name: down;
  -webkit-animation-name: down;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@media screen and (max-width: 767px) {
  .image-header {
    margin-top: 0;
  }
  .image-header h1 {
    font-size: 36px;
  }
  .image-header span.line {
    height: 3px;
  }
  .image-header p {
    font-size: 16px;
    line-height: 20px;
  }
}
/*--------------------------------------------------------------
4.0 - jPlayer Home
--------------------------------------------------------------*/
.audio-bg{  background: url(../img/elements/bg-5.jpg) center center no-repeat;
  -webkit-background-size: cover;  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;


}
.jPlayer-fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99999;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.jPlayer-fixed.close-down {
  bottom: -47px;
}
@media screen and (max-width: 991px) {
  .jPlayer-fixed.close-down {
    bottom: -47px;
  }
}
.jp-audio {
  font-size: 16px;
  font-family: 'Lato';
  font-weight: 500;
  line-height: 16px;
  color: #000;
  background: #1f1f1f;
  width: 100%;
  height: 50px;
  border-top: 3px solid #015aa1;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.jp-audio .jp-type-playlist {
  height: 100%;
}
.jp-audio .jp-type-playlist .jp-interface {
  position: relative;
background:#fff;
  /*background-color: #1f1f1f;*/
  width: 100%;
  height: 100%;
  padding: 0 60px;
}
.jp-audio .jp-type-playlist .jp-interface .jp-controls {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.jp-audio .jp-type-playlist .jp-interface .jp-controls button {
  border: none !important;
  padding: 0;
  margin: 0;
  outline: none;
  cursor: pointer;
}
.jp-audio .jp-type-playlist .jp-interface .jp-controls button::-moz-focus-inner {
  border: 0;
}
.jp-audio .jp-type-playlist .jp-interface .jp-controls button.jp-play {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
background:#f2f2f2;
border-right: 1px solid #1a1a1a;
  /*background: #1a1a1a;*/
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.jp-audio .jp-type-playlist .jp-interface .jp-controls button.jp-play i {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 3px solid #616161;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.jp-audio .jp-type-playlist .jp-interface .jp-controls button.jp-play i:before {
  content: "\e005";
  font-size: 12px;
  line-height: 25px;
  color: #616161;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.jp-audio .jp-type-playlist .jp-interface .jp-controls button.jp-play:hover {
  background: #f2f2f2;
}
.jp-audio .jp-type-playlist .jp-interface .jp-controls button.jp-play:hover i {
  border-color: #000;
}
.jp-audio .jp-type-playlist .jp-interface .jp-controls button.jp-play:hover i:before {
  color: #000;
}
.jp-audio .jp-type-playlist .jp-interface .jp-controls button.jp-previous,
.jp-audio .jp-type-playlist .jp-interface .jp-controls button.jp-next {
  position: absolute;
  right: 90px;
  top: 3px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #BADAF3;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.jp-audio .jp-type-playlist .jp-interface .jp-controls button.jp-previous i,
.jp-audio .jp-type-playlist .jp-interface .jp-controls button.jp-next i {
  font-size: 10px;
  line-height: 20px;
  color: #171717;
}
.jp-audio .jp-type-playlist .jp-interface .jp-controls button.jp-previous:hover,
.jp-audio .jp-type-playlist .jp-interface .jp-controls button.jp-next:hover {
  background: #949494;
}
.jp-audio .jp-type-playlist .jp-interface .jp-controls button.jp-next {
  right: 65px;
}
.jp-audio .jp-type-playlist .jp-interface .custom-buttons {
  display: block;
  position: absolute;
  z-index: 40;
  top: -23px;
  right: 0;
  width: 51px;
  height: 20px;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
  overflow: hidden;
  background: #015aa1;
}
.jp-audio .jp-type-playlist .jp-interface .custom-buttons #playlist-toggle,
.jp-audio .jp-type-playlist .jp-interface .custom-buttons #h-player {
  display: block;
  position: relative;
  width: 26px;
  height: 20px;
  float: left;
  z-index: 41;
}
.jp-audio .jp-type-playlist .jp-interface .custom-buttons #playlist-toggle i,
.jp-audio .jp-type-playlist .jp-interface .custom-buttons #h-player i {
  display: block;
  position: relative;
  z-index: 42;
  width: 25px;
  height: 20px;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #141414;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.jp-audio .jp-type-playlist .jp-interface .custom-buttons #playlist-toggle i:hover,
.jp-audio .jp-type-playlist .jp-interface .custom-buttons #h-player i:hover {
  color: #000;
}
.jp-audio .jp-type-playlist .jp-interface .custom-buttons #playlist-toggle {
  border-right: 1px solid #cb8b13;
}
.jp-audio .jp-type-playlist .jp-interface .custom-buttons #h-player {
  width: 25px;
}
.jp-audio .jp-type-playlist .jp-interface .custom-buttons #h-player i:before {
  -ms-transform: rotate(45deg);
  /* IE 9 */

  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */

  transform: rotate(45deg);
}
.jp-audio .jp-type-playlist .jp-interface .custom-buttons #h-player.rotate i:before {
  -ms-transform: rotate(0deg);
  /* IE 9 */

  -webkit-transform: rotate(0deg);
  /* Chrome, Safari, Opera */

  transform: rotate(0deg);
}
.jp-audio .jp-type-playlist .jp-interface #nowPlaying {
  position: relative;
  z-index: 10;
  top: 5px;
  width: 100%;
  height: 20px;
  font-family: 'Lato';
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}
.jp-audio .jp-type-playlist .jp-interface .jp-progress {
  position: relative;
  z-index: 30;
  overflow: hidden;
  top: 9px;
  height: 14px;
  width: 100%;
  background-color: #0f0f0f;
}
.jp-audio .jp-type-playlist .jp-interface .jp-progress .jp-seek-bar {
  background: #015AA1 ;
  width: 0px;
  height: 100%;
  cursor: pointer;
}
.jp-audio .jp-type-playlist .jp-interface .jp-progress .jp-seek-bar .jp-play-bar {
  background: #567863;
  width: 0px;
  height: 100%;
}
.jp-audio .jp-type-playlist .jp-interface .jp-volume-controls {
  position: absolute;
  z-index: 30;
  display: inline-block;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
background:#f2f2f2;
 /* background: #171717;*/
}
.jp-audio .jp-type-playlist .jp-interface .jp-volume-controls ul {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 5px 0 0 5px;
}
.jp-audio .jp-type-playlist .jp-interface .jp-volume-controls ul li {
  display: inline-block;
  margin-right: 3px;
  border-radius: 2px;
  overflow: hidden;
}
.jp-audio .jp-type-playlist .jp-interface .jp-volume-controls ul li.active a {
  background: #fff;
}
.jp-audio .jp-type-playlist .jp-interface .jp-volume-controls ul li:nth-child(2) a {
  height: 22px;
}
.jp-audio .jp-type-playlist .jp-interface .jp-volume-controls ul li:nth-child(3) a {
  height: 31px;
}
.jp-audio .jp-type-playlist .jp-interface .jp-volume-controls ul li:nth-child(4) a {
  height: 40px;
}
.jp-audio .jp-type-playlist .jp-interface .jp-volume-controls ul li a {
  height: 10px;
  width: 5px;
  display: block;
  background: #567863;
}
.jp-audio .jp-type-playlist .jp-playlist {
  display: none;
  width: 100%;
  position: absolute;
  z-index: 30;
  padding: 0 15px;
  bottom: 50px;
  left: 0;
}
.jp-audio .jp-type-playlist .jp-playlist span.jp-free-media {
  display: none;
}
.jp-audio .jp-type-playlist .jp-playlist ul {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  background: #fff;
}
.jp-audio .jp-type-playlist .jp-playlist ul li {
  border: 1px solid #141414;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.jp-audio .jp-type-playlist .jp-playlist ul li div {
  display: inline;
}
.jp-audio .jp-type-playlist .jp-playlist ul li a {
  display: block;
  width: 100%;
  padding: 5px 15px;
  text-decoration: none;
  font-family: 'Lato';
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #000;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.jp-audio .jp-type-playlist .jp-playlist ul li:hover {
  background: #fff;
  border-bottom-color: #015aa1;
}
.jp-audio .jp-type-playlist .jp-playlist ul li:hover a {
  color: #000;
}
.jp-audio .jp-type-playlist .jp-playlist ul li.jp-playlist-current:before {
  display: inline-block;
  position: relative;
  float: left;
  font-family: 'Entypo';
  content: '\e911';
  font-size: 16px;
  line-height: 25px;
  padding: 5px 15px 5px 15px;
  color: #015aa1;
  animation-name: flash;
  -webkit-animation-name: flash;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.jp-audio .jp-type-playlist .jp-playlist ul li.jp-playlist-current a {
  color: #015aa1;
}
.jp-audio .jp-type-playlist .jp-no-solution {
  font-family: 'Lato';
  font-weight: 500;
  padding: 5px;
  font-size: .8em;
  background-color: #1f1f1f;
  border: 2px solid #333333;
  color: #fff;
  display: none;
}
.jp-audio .jp-type-playlist .jp-no-solution a {
  color: #015aa1;
}
.jp-audio .jp-type-playlist .jp-no-solution span {
  font-size: 1em;
  display: block;
  text-align: center;
  font-family: 'Lato'; font-weight: 500;
  color: #015aa1;
}
.jp-audio.jp-state-playing .jp-play i:before {
  content: "\e004" !important;
}
@media screen and (max-width: 991px) {
  .jp-audio {
    height: 50px;
  }
  .jp-audio .jp-type-playlist .jp-interface {
    padding: 0 60px;
  }
  .jp-audio .jp-type-playlist .jp-interface .jp-controls button.jp-play {
    width: 47px;
    height: 47px;
  }
  .jp-audio .jp-type-playlist .jp-interface .jp-controls button.jp-play i {
    width: 30px;
    height: 30px;
    border: 1px solid #616161;
  }
  .jp-audio .jp-type-playlist .jp-interface .jp-controls button.jp-play i:before {
    font-size: 12px;
    line-height: 28px;
    margin-left: 2px;
  }
  .jp-audio .jp-type-playlist .jp-interface .jp-controls button.jp-previous,
  .jp-audio .jp-type-playlist .jp-interface .jp-controls button.jp-next {
    right: 85px;
    top: 8px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
  }
  .jp-audio .jp-type-playlist .jp-interface .jp-controls button.jp-previous i,
  .jp-audio .jp-type-playlist .jp-interface .jp-controls button.jp-next i {
    font-size: 10px;
    line-height: 20px;
  }
  .jp-audio .jp-type-playlist .jp-interface .jp-controls button.jp-next {
    right: 60px;
  }
  .jp-audio .jp-type-playlist .jp-interface #nowPlaying {
    top: 8px;
    width: 100%;
    height: 18px;
    font-size: 12px;
    line-height: 18px;
  }
  .jp-audio .jp-type-playlist .jp-interface .jp-progress {
    top: 14px;
    height: 8px;
  }
  .jp-audio .jp-type-playlist .jp-interface .jp-volume-controls {
    width: 47px;
    height: 47px;
  }
  .jp-audio .jp-type-playlist .jp-interface .jp-volume-controls ul {
    list-style: none;
    list-style-type: none;
    padding: 0;
    margin: 12px 0 0 5px;
  }
  .jp-audio .jp-type-playlist .jp-interface .jp-volume-controls ul li {
    margin-right: 2px;
    border-radius: 1px;
  }
  .jp-audio .jp-type-playlist .jp-interface .jp-volume-controls ul li:nth-child(2) a {
    height: 14px;
  }
  .jp-audio .jp-type-playlist .jp-interface .jp-volume-controls ul li:nth-child(3) a {
    height: 20px;
  }
  .jp-audio .jp-type-playlist .jp-interface .jp-volume-controls ul li:nth-child(4) a {
    height: 26px;
  }
  .jp-audio .jp-type-playlist .jp-interface .jp-volume-controls ul li a {
    height: 8px;
    width: 5px;
  }
  .jp-audio .jp-type-playlist .jp-playlist {
    bottom: 50px;
  }
  .jp-audio .jp-type-playlist .jp-playlist ul li a {
    padding: 5px 5px;
    text-decoration: none;
    font-family: 'Lato';
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
  }
  .jp-audio .jp-type-playlist .jp-playlist ul li.jp-playlist-current:before {
    font-size: 13px;
    line-height: 16px;
    padding: 5px 5px 5px 5px;
    animation-name: flash;
    -webkit-animation-name: flash;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
  .jp-audio .jp-type-playlist .jp-playlist ul li.jp-playlist-current a {
    color: #015aa1;
  }
}
/*--------------------------------------------------------------
5.0 - Latest Articles
--------------------------------------------------------------*/
.last-news {
  padding-top: 80px;
}
.last-news .latest-articles {
  margin-top: 60px;
  padding: 0 12px;
}
.last-news .latest-articles ul {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.last-news .latest-articles ul li {
  display: block;
  float: left;
  width: 33.33333333%;
  padding: 3px;
}
@media screen and (max-width: 991px) {
  .last-news .latest-articles ul li {
    width: 50%;
    max-width: 375px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .last-news .latest-articles ul li {
    width: 100%;
    max-width: 375px;
    float: none;
    margin: 0 auto;
  }
}
.last-news .latest-articles ul li .wrapper-article {
  position: relative;
  overflow: hidden;
}
.last-news .latest-articles ul li .wrapper-article .hover {
  display: block;
  text-decoration: none;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 5px;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.last-news .latest-articles ul li .wrapper-article .hover span.category {
  z-index: 11;
  position: relative;
  display: inline-block;
  margin-top: 10%;
  background: #015aa1;
  font-family: 'Lato';
  font-weight: 400;
  font-size: 10px;
  line-height: 10px;
  color: #fff;
  padding: 5px 15px;
}
.last-news .latest-articles ul li .wrapper-article .hover span.line-h {
  z-index: 11;
  display: block;
  position: relative;
  width: 40%;
  height: 1px;
  background: #ffffff;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}
.last-news .latest-articles ul li .wrapper-article .hover h3 {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  margin: 20px 0 0 0;
  position: relative;
  text-align: center;
}
.last-news .latest-articles ul li .wrapper-article .hover p {
  position: relative;
  font-family: 'Lato';
  font-weight: 400;
  font-size: 15px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  margin: 10px 0 0 0;
}
.last-news .latest-articles ul li .wrapper-article .hover span.category,
.last-news .latest-articles ul li .wrapper-article .hover span.line-h,
.last-news .latest-articles ul li .wrapper-article .hover h3,
.last-news .latest-articles ul li .wrapper-article .hover p {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.last-news .latest-articles ul li .wrapper-article .hover:hover {
  background: rgba(236, 170, 47, 0.9);
}
.last-news .latest-articles ul li .wrapper-article .hover:hover span.category {
  background: #1f1f1f;
  color: #015aa1;
  margin-top: 15%;
}
.last-news .latest-articles ul li .wrapper-article .hover:hover span.line-h {
  background: #171717;
}
.last-news .latest-articles ul li .wrapper-article .hover:hover h3 {
  color: #171717;
}
.last-news .latest-articles ul li .wrapper-article .hover:hover p {
  color: #1f1f1f;
}
/*--------------------------------------------------------------
5.1- Single Post
--------------------------------------------------------------*/
.single-post {
  padding-top: 80px;
}
.single-post .content {
  margin-top: 60px;
}
.single-post .content h4 {
  font-family: 'Lato';
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  margin: 30px 0 0;
}
.single-post .content ul.info-data {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 20px 0 0;
}
.single-post .content ul.info-data li {
  display: inline-block;
  border-right: 1px solid #292929;
  font-family: 'Lato';
  font-weight: 400;
  font-size: 11px;
  line-height: 14px;
  color: #c2c2c2;
  padding: 0 15px;
}
.single-post .content ul.info-data li i {
  font-size: 13px;
  line-height: 13px;
  color: #4d4d4d;
  padding-right: 5px;
}
.single-post .content ul.info-data li:last-child {
  border: none;
}
.single-post .content ul.info-data li:first-child {
  padding-left: 0;
}
.single-post .content p {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #c2c2c2;
  margin: 20px 0 0;
}
.single-post .content .comments {
  width: 100%;
  margin-top: 50px;
}
.single-post .content .comments .comment {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px 20px 20px 110px;
  background: #171717;
  margin-top: 15px;
}
.single-post .content .comments .comment img {
  position: absolute;
  top: 20px;
  left: 20px;
}
.single-post .content .comments .comment .head {
  display: block;
  width: 100%;
  min-height: 18px;
}
.single-post .content .comments .comment .head .title {
  display: block;
  float: left;
  font-family: 'Lato';
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #015aa1;
}
.single-post .content .comments .comment .head .date {
  display: block;
  float: right;
  font-family: 'Lato';
  font-weight: 400;
  font-size: 11px;
  line-height: 18px;
  color: #fff;
}
.single-post .content .comments .comment .head .date i {
  color: #015aa1;
  padding-right: 5px;
  font-size: 13px;
  line-height: 18px;
}
.single-post .content .comments .comment p {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #fff;
  margin: 10px 0 0;
}
.single-post .content .comments .comment a.reply {
  text-decoration: none;
  display: inline-block;
  font-family: 'Lato'; font-weight: 500;
  font-size: 11px;
  line-height: 11px;
  color: #fff;
  padding: 5px 20px;
  text-align: center;
  background: #015aa1;
  margin-top: 15px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.single-post .content .comments .comment a.reply:hover {
  color: #171717;
}
@media screen and (max-width: 500px) {
  .single-post .content .comments .comment {
    padding: 20px;
  }
  .single-post .content .comments .comment img {
    position: relative;
    top: 0;
    left: 0;
    float: left;
    margin-right: 15px;
  }
}
.single-post .content .comments .post-comment h5 {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #015aa1;
  margin: 50px 0 0;
}
.single-post .content .comments .post-comment form input[type="text"],
.single-post .content .comments .post-comment form textarea {
  display: block;
  width: 100%;
  border-radius: 0;
  border: 1px solid #1f1f1f;
  background: #171717;
  padding: 12px;
  font-size: 15px;
  line-height: 15px;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  margin-top: 20px;
}
.single-post .content .comments .post-comment form input[type="text"]:hover,
.single-post .content .comments .post-comment form textarea:hover {
  border-color: #383838;
}
.single-post .content .comments .post-comment form input[type="text"]:focus,
.single-post .content .comments .post-comment form textarea:focus,
.single-post .content .comments .post-comment form input[type="text"]:active,
.single-post .content .comments .post-comment form textarea:active {
  border-color: #383838;
  outline: none;
}
.single-post .content .comments .post-comment form input[type="submit"] {
  display: inline-block;
  font-family: 'Lato';
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  text-align: center;
  border: none;
  border-radius: 0;
  background: #015aa1;
  padding: 12px 30px;
  margin-top: 30px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.single-post .content .comments .post-comment form input[type="submit"]:hover {
  color: #171717;
}
.single-post .sidebar {
  margin-top: 60px;
  background: #171717;
  padding: 45px 14px;
}
.single-post .sidebar .search-widget {
  position: relative;
  height: 46px;
  width: 100%;
  overflow: hidden;
  background: #1f1f1f;
}
.single-post .sidebar .search-widget form.search {
  position: relative;
  width: 100%;
  border-radius: 0;
  height: 46px;
  overflow: hidden;
  padding-right: 46px;
}
.single-post .sidebar .search-widget form.search input[type="text"] {
  position: relative;
  border: none;
  background: none;
  width: 100%;
  color: #fff;
  font-family: 'Lato';
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  padding: 12px 5px 12px 10px;
}
.single-post .sidebar .search-widget form.search input[type="text"]:focus {
  outline: none;
}
.single-post .sidebar .search-widget form.search button[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  width: 46px;
  height: 46px;
  padding: 0;
  overflow: hidden;
  background: #015aa1;
}
.single-post .sidebar .search-widget form.search button[type="submit"] i {
  display: block;
  width: 26px;
  height: 26px;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
  line-height: 24px;
  margin: 10px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.single-post .sidebar .search-widget form.search button[type="submit"]:hover i {
  color: #000000;
  border-color: #000000;
}
.single-post .sidebar .search-widget form.search button[type="submit"]:focus {
  outline: none;
}
.single-post .sidebar .head {
  padding-top: 70px;
}
.single-post .sidebar .head h4 {
  font-family: 'Lato';
  font-weight: 500;
  font-size: 19px;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}
.single-post .sidebar .head .line {
  display: block;
  width: 100%;
  height: 1px;
  background: #292929;
  margin-top: 40px;
}
.single-post .sidebar .head .line span {
  display: block;
  width: 40%;
  height: 1px;
  background: #015aa1;
}
.single-post .sidebar .recent-news {
  display: block;
  width: 100%;
}
.single-post .sidebar .recent-news a.post {
  display: block;
  width: 100%;
  margin-top: 30px;
  text-decoration: none;
}
.single-post .sidebar .recent-news a.post:after {
  content: '';
  display: table;
  clear: both;
}
.single-post .sidebar .recent-news a.post img {
  float: left;
  margin-right: 15px;
}
.single-post .sidebar .recent-news a.post h5 {
  font-family: 'Lato';
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #cccccc;
  margin: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.single-post .sidebar .recent-news a.post p {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #b3b3b3;
  margin: 10px 0 0;
}
.single-post .sidebar .recent-news a.post:hover h5 {
  color: #015aa1;
}
.single-post .sidebar .biography-sidebar {
  display: block;
  width: 100%;
}
.single-post .sidebar .biography-sidebar p {
  font-family: 'Lato';
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  display: block;
  margin: 30px 0 0;
}
.single-post .sidebar .biography-sidebar img {
  float: right;
  padding-left: 20px;
  margin-top: 30px;
}
/*--------------------------------------------------------------
6.0 - Discography
--------------------------------------------------------------*/

.discography {
  background: url(../img/elements/bg-1.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /*padding-top:30px;*/
}
.discography .covers {
  position: relative;
  z-index: 3;
  padding: 0 12px;
  margin-bottom: -45px;
}
.discography .covers ul {
  list-style: none;
  list-style-type: none;
  margin: 60px 0 0 0;
  padding: 0;
}
.discography .covers ul li {
  display: block;
  float: left;
  width: 33%;
  padding: 5px;
}
@media screen and (max-width: 767px) {
  .discography .covers ul li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .discography .covers ul li {
    width: 100%;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    padding: 3px 0;
  }
}
.discography .covers ul li .wrapper-cover, .discography .covers .wrapper-cover {
  position: relative;
  overflow: hidden;
}
.discography .covers ul li .wrapper-cover .hover, .discography .covers .wrapper-cover .hover {
  position: relative;
  width: 100%;
  height: 49px;
  bottom: 0;
  left: 0;margin-top:10px;
}
.discography .covers ul li .wrapper-cover .hover .buy, .discography .covers .wrapper-cover .hover .buy {
  text-decoration: none;
  display: block;
  position: relative;
  float: right;
  height: 40px;
  width: 40px;
  top: 0;
  background: #d59113;
  white-space: nowrap;
  overflow: hidden;
  z-index: 30;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.discography .covers ul li .wrapper-cover .hover .buy i, .discography .covers .wrapper-cover .hover .buy i {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: #015aa1;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  color: #fff;
  cursor: default;
  z-index: 32;
}
.discography .covers ul li .wrapper-cover .hover .buy span, .discography .covers .wrapper-cover .hover .buy span {
  position: relative;
  display: block;
  float: left;
  height: 40px;
  width: 100%;
  font-family: 'Lato';
  font-weight: 400;
  font-size: 12px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  padding-left: 45px;
  z-index: 31;
}
.discography .covers ul li .wrapper-cover .hover .buy:hover, .discography .covers .wrapper-cover .hover .buy:hover {
  width: 155px;
}
.discography .covers ul li .wrapper-cover .hover .info, .discography .covers .wrapper-cover .hover .info {
  text-decoration: none;
  display: block;
  position:relative;
  bottom: 0%;
  height:49px;
  padding: 15px 0;
text-align:center;
  background: rgba(1, 54,20, 10);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
width:100%;
}
.discography .covers ul li .wrapper-cover .hover .info h5, .discography .covers .wrapper-cover .hover .info h5 {
  font-family: 'Lato';
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
}
.discography .covers ul li .wrapper-cover .hover .info p, .discography .covers .wrapper-cover .hover .info p  {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 20px;
  line-height: 17px;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
}
.discography .covers ul li .wrapper-cover .hover .info h5,
.discography .covers ul li .wrapper-cover .hover .info p,
.discography .covers .wrapper-cover .hover .info h5,
.discography .covers .wrapper-cover .hover .info p {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.discography .covers ul li .wrapper-cover .hover .info:hover, .discography .covers .wrapper-cover .hover .info:hover  {
  background: rgba(225, 225,225, 0.5);
  padding-left: 20px;
}
 .discography .covers ul li .wrapper-cover .hover .info:hover h5,
.discography .covers ul li .wrapper-cover .hover .info:hover p, 
.discography .covers .wrapper-cover .hover .info:hover h5,
.discography .covers .wrapper-cover .hover .info:hover p{
  color: #141414;
}
/*--------------------------------------------------------------
6.1 - Single Discography
--------------------------------------------------------------*/
.single-discography {
  padding-top: 15px;
}
.single-discography .w-single-discography {
  margin-top: 60px; margin-bottom: 60px;
}
.single-discography .w-single-discography .wrapper-cover {
  width: 33.33333333%;
  float: left;
  max-width: 365px;
}
@media screen and (max-width: 767px) {
  .single-discography .w-single-discography .wrapper-cover {
    width: 100%;
    max-width: 360px;
    float: none;
  }
}
.single-discography .w-single-discography .wrapper-cover .cover {
  position: relative;
  overflow: hidden;
}
.single-discography .w-single-discography .wrapper-cover .cover .info {
  text-decoration: none;
  display: block;
  position: absolute;
  bottom: 10%;
  padding: 10px 25% 10px 10px;
  background: rgba(20, 20, 20, 0.8);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.single-discography .w-single-discography .wrapper-cover .cover .info h5 {
  font-family: 'Lato';
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
}
.single-discography .w-single-discography .wrapper-cover .cover .info p {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
}
.single-discography .w-single-discography .wrapper-cover a.link {
  display: block;
  float: left;
  text-decoration: none;
  width: 33.33333333%;
  text-align: center;
  padding: 6px 0;
  background: #1a1a1a;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.single-discography .w-single-discography .wrapper-cover a.link.amazon {
  border-left: 1px solid #121212;
  border-right: 1px solid #121212;
}
.single-discography .w-single-discography .wrapper-cover a.link i {
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
}
.single-discography .w-single-discography .wrapper-cover a.link:hover {
  background: #015aa1;
}
.single-discography .w-single-discography .wrapper-player {
  display: block;
  position: relative;
  width: 66.66666666%;
  float: left;
  padding-left:15px;
}
@media screen and (max-width: 767px) {
  .single-discography .w-single-discography .wrapper-player {
    width: 100%;
    float: none;
    margin-top: 60px;
  }
}
.single-discography .w-single-discography .wrapper-player .jp-audio {
  height: auto;
}
.single-discography .w-single-discography .wrapper-player .jp-audio .jp-type-playlist .jp-interface {
  position: relative;
  height: 97px;
}
@media screen and (max-width: 991px) {
  .single-discography .w-single-discography .wrapper-player .jp-audio .jp-type-playlist .jp-interface {
    height: 47px;
  }
}
.single-discography .w-single-discography .wrapper-player .jp-audio .jp-type-playlist .jp-playlist {
  display: block;
  position: relative !important;
  bottom: 0;
  padding: 0;
}
.single-discography .content {
  margin-top: 15px;
  border-bottom: 1px solid #292929;
}
.single-discography .content h4 {
  font-family: 'Lato';
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: #015aa1 !important;
  margin: 0;
}
.single-discography .content p {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #999;
  margin: 20px 0 0;
}
.single-discography .content a.buy-now {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Lato';
  font-weight: 500;
  font-size: 13px;
  line-height: 14px;
  color: #fff;
  padding: 12px 50px;
  margin-top: 35px;
  background: #015aa1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.single-discography .content a.buy-now:hover {
  color: #171717;
}
.single-discography .info-list {
  margin-top: 20px;
}
.single-discography .info-list ul {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.single-discography .info-list ul li {
  display: block;
  width: 100%;
  padding: 20px 0 10px;
  font-family: 'Lato';
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  text-transform:capitalize;
}
.single-discography .info-list ul li span.colored {
  color: #000;
  font-size:17px;
  font-weight:500;
}
.single-discography .info-list ul li:first-child {
  padding-top: 0;
}
.single-discography .info-list span.colored {
  color: #000;
  font-size:17px;
  font-weight:400;
}
.jp-artist
{
float:right;
}
/*--------------------------------------------------------------
7.0 - Gallery
--------------------------------------------------------------*/
.gallery-bg{  background: url(../img/elements/bg-1.jpg) center center no-repeat;
  -webkit-background-size: cover;  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;


}
.gallery {
  padding-top: 80px;
  padding-bottom: 100px;
  width: 100%;
}
.gallery .masonry {
  width: 100%;
  padding-top: 20px;
  z-index:3;
}
.gallery .masonry .grid-sizer,
.gallery .masonry .item {
  width: 16%;
}
.gallery .masonry .grid-sizer.big,
.gallery .masonry .item.big {
  width: 30%; 
}
@media screen and (min-width: 990px) {.gallery .masonry {
    margin-left: 31px;
    padding-top: 20px;
    width: 100%;
}}
@media screen and (max-width: 991px) {
  .gallery .masonry .grid-sizer,
  .gallery .masonry .item {
    width: 25%;
  }
  .gallery .masonry .grid-sizer.big,
  .gallery .masonry .item.big {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .gallery .masonry .grid-sizer,
  .gallery .masonry .item {
    width: 33.333333333333%;
  }
  .gallery .masonry .grid-sizer.big,
  .gallery .masonry .item.big {
    width: 66.666666666666%;
  }
}
@media screen and (max-width: 360px) {
  .gallery .masonry .grid-sizer,
  .gallery .masonry .item {
    width: 100%;
  }
  .gallery .masonry .grid-sizer.big,
  .gallery .masonry .item.big {
    width: 100%;
  }
}
.gallery .masonry .item {
  padding: 3px;
margin:10px auto;
}
.gallery .masonry .item .wrapper-img {
  position: relative;
  overflow: hidden;
}
.gallery .masonry .item .wrapper-img .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(225,225,225, 0.5);
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.gallery .masonry .item .wrapper-img .hover a {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  background: #000000;
  border-radius: 3px;
  text-decoration: none;
  text-align: center;
}
.gallery .masonry .item .wrapper-img .hover a:hover i {
  color: #ecaa2f;
}
.gallery .masonry .item .wrapper-img .hover a i {
  font-size: 25px;
  line-height: 40px;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.gallery .masonry .item .wrapper-img:hover .hover {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
}
/*--------------------------------------------------------------
8.0 - Tour Dates
--------------------------------------------------------------*/
.play-b{ }
.tour-dates {
  background: url(../img/elements/bg-1.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
min-height:860px;
}
.audiosearch {
    float: right;
    padding: 5px;
    position: relative;
    top: -50px;
    width: 200px;
border:1px solid #ccc;
}
.searchicon
{
font-size:24px;
color:#000;
}

.tour-dates .list {
  display: block;
  position: relative;
  z-index: 3;
  width: 100%;
  margin-top: 10px;
  margin-bottom: -150px;
}
.tour-dates .list ul {
  display: block;
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.tour-dates .list ul li {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 20px 15px 20px 60px;
  background: #fff;
  border-bottom: 1px solid #242424;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.tour-dates .list ul li:last-child {
  border-bottom: none;
}
.tour-dates .list ul li:after {
  content: '';
  display: table;
  clear: both;
}
.tour-dates .list ul li span.icon {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 100%;
  background: #015aa1;
}
.tour-dates .list ul li span.icon i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  line-height: 30px;
  font-size: 30px;
  color: #fff;
  text-align: center;
}
.tour-dates .list ul li .cell {
    display: block;
    float: left;
    padding: 0 36px;
    text-align: center;
    width: 24%;
}
.tour-dates .list ul li .cell.artist {
  border-left: 1px solid #242424;
  border-right: 1px solid #242424;
}
.tour-dates .list ul li .cell i {
  display: inline-block;
  font-size: 22px;
  line-height: 30px;
  color: #616161;
  padding-right: 15px;
}
.tour-dates .list ul li .cell p {
  display: inline-block;
  font-family: 'Lato';
  font-weight: 500;
  font-size: 13px;
  line-height: 30px;
  color: #000;
  margin: 0;
}
.tour-dates .list ul li a {
  text-decoration: none;
  display: block;
  float: left;
  font-family: 'Lato';
  font-weight: 500;
  font-size: 13px;
  line-height: 14px;
  color: #fff;
  text-transform: uppercase;
  padding: 7px 20px;
  text-align: center;
  background: #015aa1;
  margin:1px 20px 0;
  border-bottom: 2px solid #004023;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
audio
{
	width:15%;
	margin-left:25px;
}
.tour-dates .list ul li a.sold {
  background: #4d4d4d;
  border-color: #333333;
  color: #b3b3b3;
}
.sm2_link{}

.tour-dates .list ul li a:hover {
  background: #004023;
  border-color: #8e610d;
}
.tour-dates .list ul li a:hover.sold {
  background: #4d4d4d;
  border-color: #333333;
}
.tour-dates .list ul li:hover {
  background: #f2f2f2;
}
.downloadheaderwrapper
{
border:1px solid #cfe6f7;
overflow:hidden;
}
.downloadheader
{
border-right:1px solid #cfe6f7;
border-left:1px solid #cfe6f7;
background:#F5F9FD;
text-align:center;
padding:5px 0;
}
.downloadheader h5
{
font-weight:600;
font-size:18px;
color:#004124;
}
.downloadfiles
{
border:1px solid #e5e5e5;
text-align:center;
padding:10px 0;
height:50px;
}

.downloadfiles1
{
border:1px solid #e5e5e5;
text-align:center;
padding:12px 0;
height:50px;
}

.downloadfileswrapper
{
overflow:hidden;
background:#fff;
}
.downloadfiles a, .downloadfiles1 a
{
text-decoration: none;
  font-family: 'Lato';
  font-weight: 500;
  font-size: 13px;
  line-height: 14px;
  color: #fff !important;
  text-transform: uppercase;
  padding: 7px 20px;
  text-align: center;
  background: #015aa1 !important;
  margin:1px auto !important;
  border-bottom: 2px solid #004023;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.downloadfiles a:hover, .downloadfiles1 a:hover {
  background: #004023 !important;
  border-color: #8e610d;
}
.downloadfiles > p {
    margin: 2px auto;
    text-align:justify;
    padding: 0 20px;
}

@media screen and (max-width: 991px) {
  .tour-dates .list ul li {
    padding: 10px 5px 10px 40px;
  }
  .tour-dates .list ul li span.icon {
    width: 40px;
  }
  .tour-dates .list ul li span.icon i {
    font-size: 20px;
  }
  .tour-dates .list ul li .cell i {
    font-size: 16px;
    padding-right: 5px;
  }
  .tour-dates .list ul li .cell p {
    font-size: 12px;
  }
  .tour-dates .list ul li a {
    font-size: 11px;
  }
}
@media screen and (max-width: 550px) {
  .tour-dates .list ul li {
    padding: 0;
    margin-top: 15px;
    border: 1px solid #292929;
  }
  .tour-dates .list ul  .a.d_none{
    display:none;
  }
  /*.tour-dates .list ul li:hover {
    background: #171717;
  }*/
  .tour-dates .list ul li span.icon {
    display: none;
  }
  .tour-dates .list ul li .cell {
    float: none;
    width: 100%;
    border-bottom: 1px solid #292929;
  }
  .tour-dates .list ul li .cell.artist {
    border-left: none;
    border-right: none;
  }
  .tour-dates .list ul li a {
    float: none;
    width: 100%;
  }
}
/*--------------------------------------------------------------
8.1 - Single Tour Dates
--------------------------------------------------------------*/
.single-tour-dates {
  position: relative;
  padding-top: 80px;
}
.single-tour-dates .event-left {
  margin-top: 60px;
  padding-right: 3px;
}
.single-tour-dates .event-left .info-event {
  display: block;
  position: relative;
  width: 100%;
  max-width: 378px;
  padding: 15px 15px 15px 75px;
  background: #1f1f1f;
}
.single-tour-dates .event-left .info-event i {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  background: #015aa1;
}
.single-tour-dates .event-left .info-event i:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
}
.single-tour-dates .event-left .info-event h5 {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  margin: 0;
}
.single-tour-dates .event-left .info-event p {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 11px;
  line-height: 12px;
  color: #616161;
  text-transform: uppercase;
  margin: 10px 0 0 0;
}
.single-tour-dates .gmap {
  padding-left: 3px;
}
.single-tour-dates .gmap .googleMap {
  display: block;
  width: 100%;
  position: relative;
  height: 403px;
  margin-top: 60px;
}
@media screen and (max-width: 1199px) {
  .single-tour-dates .gmap .googleMap {
    height: 342px;
  }
}
@media screen and (max-width: 991px) {
  .single-tour-dates .gmap .googleMap {
    height: 302px;
  }
}
.single-tour-dates .gmap .googleMap #googleMap {
  display: block;
  width: 100% !important;
  height: 100% !important;
}
.single-tour-dates .wrapper-content {
  margin-top: 50px;
}
.single-tour-dates .wrapper-content .content h4 {
  font-family: 'Lato';
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  margin: 0;
}
.single-tour-dates .wrapper-content .content p {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #c2c2c2;
  margin: 20px 0 0 0;
}
.single-tour-dates .wrapper-content .content a.buy {
  display: inline-block;
  text-decoration: none;
  font-family: 'Lato';
  font-weight: 500;
  font-size: 13px;
  line-height: 14px;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 45px;
  background: #015aa1;
  margin-top: 20px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.single-tour-dates .wrapper-content .content a.buy:hover {
  color: #171717;
}
@media screen and (max-width: 767px) {
  .single-tour-dates .wrapper-content .details {
    margin-top: 30px;
  }
}
.single-tour-dates .wrapper-content .details ul {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.single-tour-dates .wrapper-content .details ul li {
  padding: 20px 0 10px;
  border-bottom: 1px solid #292929;
}
.single-tour-dates .wrapper-content .details ul li:first-child {
  padding-top: 0;
}
.single-tour-dates .wrapper-content .details ul li h5 {
  font-family: 'Lato';
  font-weight: 500;
  font-size: 13px;
  line-height: 14px;
  color: #015aa1;
  text-transform: uppercase;
  margin: 0;
}
.single-tour-dates .wrapper-content .details ul li p {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 13px;
  line-height: 14px;
  color: #fff;
  text-transform: uppercase;
  margin: 10px 0 0;
}
/*--------------------------------------------------------------
9.0 - Our Store
--------------------------------------------------------------*/
.our-store {
  padding-top: 80px;
}
.our-store .products {
  margin-top: 60px;
  padding: 0 12px;
}
.our-store .products > ul {
  display: block;
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.our-store .products > ul > li {
  display: block;
  float: left;
  padding: 3px;
  width: 25%;

}
@media screen and (max-width: 991px) {
  .our-store .products > ul > li {
    width: 33.333333333%;
  }
}
@media screen and (max-width: 767px) {
  .our-store .products > ul > li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .our-store .products > ul > li {
    width: 100%;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}
.our-store .products > ul > li .product {
  position: relative;
  overflow: hidden;
}
.our-store .products > ul > li .product .price {
  display: block;
  width: 130px;
  height: 30px;
  background: #015aa1;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 15px;
  margin-right: -30px;
  font-family: 'Lato';
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.our-store .products > ul > li .product .info {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 15px 15px 70px;
  background: #1f1f1f;
}
.our-store .products > ul > li .product .info .buy {
  text-decoration: none;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 55px;
  height: 100%;
  background: #2b2b2b;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.our-store .products > ul > li .product .info .buy i {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12.5px;
  margin-left: -12.5px;
  text-align: center;
  font-size: 25px;
  line-height: 25px;
  color: #616161;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.our-store .products > ul > li .product .info .buy:hover {
  background: #015aa1;
}
.our-store .products > ul > li .product .info .buy:hover i {
  color: #171717;
}
.our-store .products > ul > li .product .info h5 {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 13px;
  line-height: 14px;
  color: #fff;
  margin: 0;
}
.our-store .products > ul > li .product .info .rating {
  display: block;
  height: 15px;
  padding: 5px 0;
}
.our-store .products > ul > li .product .info .rating ul {
  display: block;
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.our-store .products > ul > li .product .info .rating ul li {
  display: block;
  float: left;
  cursor: pointer;
}
.our-store .products > ul > li .product .info .rating ul li.active i {
  color: #015aa1;
}
.our-store .products > ul > li .product .info .rating ul li i {
  display: block;
  width: 15px;
  height: 15px;
  font-size: 15px;
  line-height: 15px;
  color: #999999;
}
/*--------------------------------------------------------------
9.1 - Store Product
--------------------------------------------------------------*/.store-product {
  padding-top: 80px;
}
.store-product .product {
  margin-top: 60px;
  position: relative;
  max-width: 360px;
  overflow: hidden;
}
.store-product .product .price {
  display: block;
  width: 130px;
  height: 30px;
  background: #015aa1;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 15px;
  margin-right: -30px;
  font-family: 'Lato'; font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.store-product .product .info {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 15px 15px 70px;
  background: #1f1f1f;
}
.store-product .product .info .buy {
  text-decoration: none;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 55px;
  height: 100%;
  background: #2b2b2b;
}
.store-product .product .info .buy i {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12.5px;
  margin-left: -12.5px;
  text-align: center;
  font-size: 25px;
  line-height: 25px;
  color: #616161;
}
.store-product .product .info h5 {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 13px;
  line-height: 14px;
  color: #fff;
  margin: 0;
}
.store-product .product .info .rating {
  display: block;
  height: 15px;
  padding: 5px 0;
}
.store-product .product .info .rating ul {
  display: block;
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.store-product .product .info .rating ul li {
  display: block;
  float: left;
  cursor: pointer;
}
.store-product .product .info .rating ul li.active i {
  color: #015aa1;
}
.store-product .product .info .rating ul li i {
  display: block;
  width: 15px;
  height: 15px;
  font-size: 15px;
  line-height: 15px;
  color: #999999;
}
.store-product .about-product {
  margin-top: 60px;
}
.store-product .about-product h4 {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  color: #fff;
  margin: 0;
}
.store-product .about-product span.price {
  display: block;
  margin-top: 10px;
  font-family: 'Lato';
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #015aa1;
  text-transform: uppercase;
}
.store-product .about-product span.price del {
  color: #cccccc;
}
.store-product .about-product span.line {
  display: block;
  width: 100%;
  height: 1px;
  background: #292929;
  margin-top: 20px;
}
.store-product .about-product p {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #cccccc;
  margin: 20px 0 0;
}
.store-product .about-product .categories {
  display: block;
  width: 100%;
  max-width: 300px;
  border-bottom: 1px solid #292929;
  padding: 10px 0;
  margin-top: 20px;
  font-family: 'Lato';
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
}
.store-product .about-product .categories span.colored {
  color: #015aa1;
}
.store-product .about-product form {
  margin-top: 30px;
  position: relative;
  display: block;
  min-height: 40px;
}
.store-product .about-product form .numbers-row input[type=text] {
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 30px;
  text-align: center;
  font-family: 'Lato'; font-weight: 500;
  font-size: 15px;
  line-height: 38px;
  color: #fff;
  background: #1f1f1f;
  border: 1px solid #292929;
}
.store-product .about-product form .numbers-row .button {
  display: block;
  position: absolute;
  cursor: pointer;
  width: 20px;
  height: 20px;
  text-align: center;
  font-family: 'Lato';
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
  left: 40px;
  top: 0;
  background: #1f1f1f;
  border: 1px solid #292929;
  border-left: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.store-product .about-product form .numbers-row .button.dec {
  top: 20px;
  border-top: none;
}
.store-product .about-product form .buttons input[type=submit] {
  display: block;
  border: none;
  background: #015aa1;
  font-family: 'Lato'; font-weight: 500;
  font-size: 13px;
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
  width: 170px;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.store-product .about-product form .buttons input[type=submit]:hover {
  color: #171717;
}
/*--------------------------------------------------------------
10.0 - Biography
--------------------------------------------------------------*/.biography {
  background: url(../img/elements/bg-1.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 220px;
}
.biography .carousel {
  margin-top: 60px;
}
.biography .carousel .simple-slider {
  margin-top: 0;
  border: 3px solid #171717;
}
.biography .content {
  /*margin-top: 30px;*/
}
.biography .content h4 {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #000 !important;
  margin: 0;
}
.biography .content p {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  margin: 20px 0 0 0;
  text-align:justify;
}
.biography .content ul.list {
  display: block;
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 30px 0 0 0;
}
.biography .content ul.list li {
  display: block;
  width: 50%;
  float: left;
  padding: 5px 0;
}
.biography .content ul.list li i {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #015aa1;
  margin-right: 10px;
  border-radius: 50%;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
  color: #015aa1;
}
.biography .content ul.list li span {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.about_banner
{
margin-top: 30px;
 /*box-shadow: 2px 2px 2px 2px rgba(200, 200, 200, 0.8);*/
}
/*--------------------------------------------------------------
11.0 - Contact Form
--------------------------------------------------------------*/
.contact {
  padding-top: 15px;
}
.contact-bg{  background: url(../img/elements/bg-1.jpg) center center no-repeat;
  -webkit-background-size: cover;  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;


}
.contact .contact-form {
  margin-top: 60px;
  padding-bottom: 90px;
}
.contact .contact-form form input[type="text"],
.contact .contact-form form textarea {
  display: block;
  width: 100%;
  border-radius: 0;
  border: 1px solid #292929;
  background: #fff;
  padding: 12px;
  font-size: 15px;
  line-height: 15px;
  color: #000;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.contact .contact-form form input[type="text"]:hover,
.contact .contact-form form textarea:hover {
  border-color: #383838;
}
.contact .contact-form form input[type="text"]:focus,
.contact .contact-form form textarea:focus,
.contact .contact-form form input[type="text"]:active,
.contact .contact-form form textarea:active {
  border-color: #383838;
  outline: none;
}
@media screen and (max-width: 767px) {
  .contact .contact-form form input[type="text"],
  .contact .contact-form form textarea {
    margin-top: 30px;
  }
}
.contact .contact-form form input[type="submit"] {
  display: block;
  width: 100%;
  font-family: 'Lato';
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  color: #000;
  text-align: center;
  border: 1px solid #292929;
  border-radius: 0;
  background: #fff;
  padding: 18px 12px;
  margin-top: 30px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.contact .contact-form form input[type="submit"]:hover {
  background: #015aa1;
  border-color: #015aa1;
  color: #fff;
}
.contact .contact-form form textarea {
  margin-top: 30px;
}
.contact .contact-form form label {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 13px;
  line-height: 14px;
  color: #000;
  display: block;
  position: relative;
  width: 100%;
  padding: 5px;
  border-top: 1px solid #015aa1;
}
.contact .contact-details .wrapper {
  display: block;
  position: relative;
  float: left;
  width: 33.333333333%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact .contact-details .wrapper {
    width: 100%;
    float: none;
    margin-top: 25px;
  }
}
.contact .contact-details .wrapper .hexagon {
  display: block;
  position: relative;
  width: 73px;
  height: 83px;
  background: url(../img/elements/contact-shape-yellow.png) center center no-repeat;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.contact .contact-details .wrapper .hexagon i {
  font-size: 25px;
  line-height: 83px;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.contact .contact-details .wrapper p {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #000;
  margin: 15px 0 0 0;
}
.contact .contact-details .wrapper:hover .hexagon i {
  color: #015aa1;
}
/*--------------------------------------------------------------
12.0 - Footer
--------------------------------------------------------------*/.footer {
  display: block;
  width: 100%;
  margin-top: 0px;
  background: #000;
  text-align: center;
  padding: 0 15px 45px;
}
.footer h2 {
  font-family: 'Pacifico';
  font-weight: 400;
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  margin: 0;
  cursor: pointer;
}
.footer h2 span.colored {
  color: #015aa1;
}
.footer p {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  color: #cccccc;
  margin: 20px 0 0 0;
}
.footer span.line-footer {
  display: block;
  width: 75px;
  height: 1px;
  margin: 20px auto 0 auto;
  background: #015aa1;
}
.footer ul.social {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 20px 0 0 0;
}
.footer ul.social li {
  display: inline-block;
  width: 40px;
  height: 30px;
  padding: 0 5px;
}
.footer ul.social li a {
  text-decoration: none;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #cccccc;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.footer ul.social li a i {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #171717;
}
.footer ul.social li a:hover {
  background: #015aa1;
}
.anona_group_img {
    text-align: center;
}

/*--------------------------------------------------------------
13.0 - Social Media Sidebar
--------------------------------------------------------------*/
#social-sidebar {
  position: fixed;
  z-index: 999995;
  width: 120px;
  height: auto;
  top: 50%;
  margin-top: -60px;
  left: -115px;
  overflow: visible;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media screen and (max-width: 767px) {
  #social-sidebar {
    display: none !important;
  }
}
#social-sidebar.scrolled {
  left: -90px;
}
#social-sidebar a.sbar {
  display: block;
  position: relative;
  overflow: hidden;
  left: 0;
  width: 120px;
  height: 30px;
  margin-bottom: 3px;
  background: #292929;
  text-align: right;
  text-decoration: none;
  border-radius: 2px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-family: 'Lato';
  font-weight: 400;
  font-size: 13px;
  line-height: 30px;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#social-sidebar a.sbar.facebook {
  background: #4460ae;
}
#social-sidebar a.sbar.twitter {
  background: #058cb9;
}
#social-sidebar a.sbar.instagram {
  background: #6d564b;
}
#social-sidebar a.sbar.youtube {
  background: #E52C27;
}
#social-sidebar a.sbar.gplus {
  background: #CA4337;
}
#social-sidebar a.sbar i {
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  margin-left: 10px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#social-sidebar a.sbar:hover {
  left: 90px;
}
#social-sidebar:hover {
  left: -90px;
}
/*--------------------------------------------------------------
14.0 - Keyframes Annimation
--------------------------------------------------------------*/
@keyframes slide {
  0% {
    transform: translateX(0px);
  }
  20% {
    transform: translateX(60px);
  }
  40% {
    transform: translateX(-60px);
  }
  60% {
    transform: translateX(60px);
  }
  80% {
    transform: translateX(-60px);
  }
  100% {
    transform: translateX(0px);
  }
}
@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateX(0px);
  }
  20% {
    -webkit-transform: translateX(60px);
  }
  40% {
    -webkit-transform: translateX(-60px);
  }
  60% {
    -webkit-transform: translateX(60px);
  }
  80% {
    -webkit-transform: translateX(-60px);
  }
  100% {
    -webkit-transform: translateX(0px);
  }
}
@-moz-keyframes slide {
  0% {
    -moz-transform: translateX(0px);
  }
  20% {
    -moz-transform: translateX(60px);
  }
  40% {
    -moz-transform: translateX(-60px);
  }
  60% {
    -moz-transform: translateX(60px);
  }
  80% {
    -moz-transform: translateX(-60px);
  }
  100% {
    -moz-transform: translateX(0px);
  }
}
@-o-keyframes slide {
  0% {
    -o-transform: translateX(0px);
  }
  20% {
    -o-transform: translateX(60px);
  }
  40% {
    -o-transform: translateX(-60px);
  }
  60% {
    -o-transform: translateX(60px);
  }
  80% {
    -o-transform: translateX(-60px);
  }
  100% {
    -o-transform: translateX(0px);
  }
}
@keyframes down {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes down {
  0% {
    -webkit-transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
  }
}
@-moz-keyframes down {
  0% {
    -moz-transform: translateY(0px);
  }
  50% {
    -moz-transform: translateY(8px);
  }
  100% {
    -moz-transform: translateY(0px);
  }
}
@-o-keyframes down {
  0% {
    -o-transform: translateY(0px);
  }
  50% {
    -o-transform: translateY(8px);
  }
  100% {
    -o-transform: translateY(0px);
  }
}
@keyframes flash {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes flash {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes flash {
  0% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.4);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes flash {
  0% {
    -o-transform: scale(1);
  }
  50% {
    -o-transform: scale(1.4);
  }
  100% {
    -o-transform: scale(1);
  }
}
@-webkit-keyframes flash {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes flash {
  0% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.4);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes flash {
  0% {
    -o-transform: scale(1);
  }
  50% {
    -o-transform: scale(1.4);
  }
  100% {
    -o-transform: scale(1);
  }
}
/*--------------------------------------------------------------
15.0 - Import Style Switcher
--------------------------------------------------------------*/
/*===== Style switcher =====*/
#style-switcher-container {
  position: fixed;
  width: 130px;
  height: 200px;
  z-index: 999999999;
  left: -130px;
  top: 47px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #style-switcher-container {
    top: 50px;
  }
  .tab-list li {
   display: inline-block;
    float: left;
    font-size: 12px;
    width: 46% !important;
    padding: 5px 8px;
    text-align: center;
    margin: 5px;
    font-weight: 600;
    color: #fff;
    background: #266ab7;
    List-style: none;
}
}
#style-switcher-container #toggle {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  background:#e6e6e6;
  top: 30px;
  left: 100%;
  text-align: center;
  cursor: pointer;
}
#style-switcher-container #toggle i {
  color: #1a1a1a;
  font-size: 20px;
  line-height: 30px;
  cursor: pointer;
}
#style-switcher-container .style-switcher {
  display: block;
  position: relative;
  width: 100%;
  padding: 10px;
}
#style-switcher-container .style-switcher .text {
  display: block;
  width: 100%;
  height: 10px;
  font-family: 'Lato';
  font-weight: 400;
  font-size: 10px;
  line-height: 10px;
  color: #1a1a1a;
  text-align: center;
  text-transform: uppercase;
}
#style-switcher-container .style-switcher.light {
  height: 70px;
  background: #e6e6e6;
}
#style-switcher-container .style-switcher.dark {
  height: 100px;
  background: #1f1f1f;
}
#style-switcher-container .style-switcher.dark .text {
  color: #fff;
}
#style-switcher-container .style-switcher.dark .reset-s {
  display: block;
  position: absolute;
  float: none;
  width: 110px;
  height: 20px;
  background: #2e2e2e;
  text-decoration: none;
  font-family: 'Lato';
  font-weight: 400;
  font-size: 10px;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  bottom: 10px;
  left: 10px;
}
#style-switcher-container .style-switcher .color {
  display: block;
  position: relative;
  float: left;
  width: 30px;
  height: 30px;
  text-decoration: none;
  margin: 10px 10px 0 0;
}
#style-switcher-container .style-switcher .color.last {
  margin-right: 0;
  clear: right;
}

.inner_wrapper {
  margin: 90px 0px 20px 0px;
}
.Project
{
	padding-top:80px;
}
.projects_wrap {
  width: 100%;
  position: relative;
  background: #fff;
  margin-top: 40px;
}

.projects_wrap .img {
  height: 230px;
  overflow: hidden;
  position: relative;
}

.projects_wrap img {
  width: 100%;
  height: 100%;
  z-index: 0;
  /* Webkit for Chrome and Safari */
  -webkit-transform: scale(1, 1); // This is the scale for the normal size of the image.
  -webkit-transition-duration: 500ms;
  -webkit-transition-timing-function: ease-out;
 
  /* Webkit for Mozila Firefox */
  -moz-transform: scale(1, 1);
  -moz-transition-duration: 500ms;
  -moz-transition-timing-function: ease-out;
 
  /* Webkit for IE( Version: 11, 10 ) */
  -ms-transform: scale(1, 1);
  -ms-transition-duration: 500ms;
  -ms-transition-timing-function: ease-out;

  /* Webkit for IE( Version: 11, 10 ) */
  transform: scale(1, 1);
  transition-duration: 500ms;
}

.projects_wrap:hover img {
   /* Webkit for Chrome and Safari */
  -webkit-transform: scale(1.2, 1.2); // This is the enlarged size scale of the image.
  -webkit-transition-duration: 500ms;
  -webkit-transition-timing-function: ease-out;
 
  /* Webkit for Mozila Firefox */
  -moz-transform: scale(1.2, 1.2);
  -moz-transition-duration: 500ms;
  -moz-transition-timing-function: ease-out;
 
  /* Webkit for IE( Version: 11, 10 ) */
  -ms-transform: scale(1.20, 1.20);
  -ms-transition-duration: 500ms;
  -ms-transition-timing-function: ease-out;

   /* Webkit for IE( Version: 11, 10 ) */
 transform: scale(1.20, 1.20);
  transition-duration: 500ms;
  transition-timing-function: ease-out;
}

.projects_wrap:hover:after {
  background: none;
  transition: 0.4s;
}

.projects_wrap:after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(0,0,0,0.3);
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: 0.4s;
}

.projects_wrap h3 {
  display: inline-block;
  position: absolute;
  top: 10px;
  color: #015aa1;
  left: 8px;
  background:rgba(0, 0, 0, 0.7);
  border: 1px solid #015aa1;
  padding: 5px 10px;
  z-index: 2;
  transition: 0.4s;
  text-shadow: 2px 1px 2px #000;
}

.projects_wrap:hover h3 {
  font-size: 40px;
  transition: 0.4s;

}

.projects_wrap a {
  display: block;
  width: 100%;
  background: #fff;
  color: #015aa1;
  font-weight: 500;
  font-size: 19px;
  padding: 5px 10px;
  text-align: center;
  z-index: 4;
  position: relative;
   transition: 0.4s;
  border-bottom: 5px solid transparent;
}

.projects_wrap a:hover  {
  text-decoration: none;
   transition: 0.4s;
   color: #272727;
  border-bottom: 5px solid #015aa1;
}



.modal p , .modal h4{
  color: #272727;
  line-height: 26px;
  text-align: center;
}
.skew-arrow.left{background: rgba(0, 0, 0, 0) url("../img/elements/arrow-left.png") no-repeat scroll 0 0;
    left: 0;
    top: 0;}

*::before, *::after {
    box-sizing: border-box;
}
.skew-arrow.left {
    background: rgba(0, 0, 0, 0) url("../img/elements/arrow-left.png") no-repeat scroll 0 0;
    left: 0;
    top: 0;
}
.skew-arrow  {
    display: block;
    height: 250px;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.radius{ border-radius:8px;}
.img-radius{ border-radius:50%;}

.videos {
  /*padding-top: 40px;*/
}
.video-bg{  background: url(../img/elements/bg-1.jpg) center center no-repeat;
  -webkit-background-size: cover;  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;


}
.videos_wrap {
  margin-top: 30px;
} 

.videos_wrap iframe {
  width: 100% !important;
}

.videos_button {
  text-align: center;
  margin: 50px auto;
  width: 220px;
  font-size: 22px;
  padding: 5px 10px;
  display: block;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #013614;
  color: #000;
  transition: 0.4s;
}

.videos_button:hover , .videos_button:focus {
  background: #015aa1;
  color: #fff;
  transition: 0.4s;
  text-decoration: none;
}
.videos_button2 {
  text-align: center;
  margin: 90px auto;
  width: 220px;
  font-size: 22px;
  padding: 5px 10px;
  display: block;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #013614;
  color: #000;
  transition: 0.4s;
}

.videos_button2:hover , .videos_button:focus {
  background: #015aa1;
  color: #fff;
  transition: 0.4s;
  text-decoration: none;
}
.thankstext
{
	text-align:center;
	margin-top:20%
}
.thankstext h1
{
	font-size:45px;
        color:#015AA1 !important;
}
.thankstext p
{
	font-size: 28px;
	line-height:40px;
	padding-bottom:100px;
}
.footer p a
{
color:#fff;
}
.footer p a:hover
{
text-decoration:none;
color:#015aa1;
}
.footer p img
{
padding:0 5px;
}

.tab-list li{display: inline-block;
    float: left;
    width: 15%;
    padding: 5px 12px;
    text-align: center;
    margin: 6px;
    font-weight: 600;
    color: #fff;
    background: #266ab7;
    List-style: none;
}

.MultiCarousel { float: left; overflow: hidden; padding: 15px; width: 100%; position:relative; }
.MultiCarousel{ Height: auto;}
/*.MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; } */
    .MultiCarousel .MultiCarousel-inner { transition: 1s cubic-bezier(0.4, 0, 1, 1);
    float: left; }    
        .MultiCarousel .MultiCarousel-inner .item { float: left;}
        .MultiCarousel .MultiCarousel-inner .item > div { text-align: center;
    padding: 10px;
    margin: 10px;
    /*background: #f1f7fc;*/
    color: #000;}
    .MultiCarousel .leftLst, .MultiCarousel .rightLst { position:absolute; border-radius:50%;top:calc(50% - 20px); }
    .MultiCarousel .leftLst { left:0; }
    .MultiCarousel .rightLst { right:0; }
    
        .MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; background:#428bca; }