/*
    Template Name: Rockon
    Template URL: http://demo.themeregion.com/Rockon
    Author: Theme Region
    Author URI : http://www.themeregion.com/
    Version: 1.0
    Description: HTML5 Responsive Modern Music Event Template.
    Tag: HTML5, CSS3, jQuery, Responsive Template.
*/


/* Table of Contents
==================================================
# Global 
# Home Banner 
# Home Three
# Background Video
# Navigation
# Dropdown CSS
# Header
# Artists Section
# About Section
# Audio Player
# Upcoming Events
# Blog Section
# Clients Section
# Call To Action
# Product Section
# Twitter Feed
# performers
# Pagination Section
# Schedule Section
# Cube Portfolio
# Sponsor Section
# Contact section
# Blog Details
# Footer Top
# Footer Bottom
# Extra Css

==================================================

*/

/* ==========================================================================
    Global
 ========================================================================== */

html,
body {
    font-family: 'Poppins', sans-serif;
    font-weight:400;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

ul {
    margin:0;
    padding:0;
    list-style:none;
}

a:hover {
    color: #00aeef;
}

a, a:hover, a:active,
a:focus, button:focus, .btn:focus,
.form-control:focus {
    outline: none !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

.btn.btn-primary {
    font-size: 14px;
    color: #000;
    border: 1px solid #fff;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 12px;
    padding-bottom: 8px;
    font-weight: 600;
    text-align: center;
    background-color: #fff;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.btn.btn-primary:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: -1;
    background-color: #00aeef;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
}

.btn.btn-primary:hover:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

.btn.btn-primary:hover {
    color: #fff;
    border-color: #00aeef;
}

.btn.btn-primary:focus {
    background-color: transparent;
}

.bg-image {
    background-size: cover;
    background-repeat: no-repeat;
}

.section-title {
    padding-top: 45px;
    padding-bottom: 45px;
    overflow: hidden;
    color: #000;
    margin-right: 15px;
}

.section-title h1 {
    font-size: 46px;
    float: left;
}

.section-title a {
    font-size: 16px;
    color: #000;
    float: right;
    font-weight: 600;
    margin-top: 30px;
}

.section-title a:hover {
    color: #00aeef;
}

.breadcrumb {
    float: right;
    margin-top: 25px;
    margin-bottom: 0;
    background-color: transparent;
}

.breadcrumb li {
    color: #000;
    font-size: 16px;
}

.breadcrumb a {
    float: none;
}

.breadcrumb li.active,
.breadcrumb a:hover {
    color: #b3b3b3;
}

.bg-white {
    background-color: #fff;
}

.before-right {
    position: relative;
}

.before-right:before {
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -10px;
    right: 0;
    width: 10px;
    height: 10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fff;
    z-index: 1;
}

.main-wrapper {
   /* padding-left: 100px;*/
    padding-left: 100px;
}

.page {
    padding-bottom: 100px;
}

.no-padding {
    padding: 0;
}

.section-title,
.festival-content,
.audio-player,
.clients,
.blog-content {
    max-width: 1170px;
}


/* ==========================================================================
    Home Banner
 ========================================================================== */

.bg-slider {
    position: relative;
    z-index: 1;
}

.navbar.sticky-nav {
    position: fixed;
    z-index: 9999;
    top: 0;
    width: 100%;
    border: 0;
    border-radius: 0;
}

.bg-slider:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: -1;
}

.home-content {
    padding-top: 175px;
    padding-bottom: 160px;
}

.top-menu .home-content {
    padding-top: 190px;
}

.home-banner h1 {
    font-size: 100px;
    color: #fff;
    /*font-family: 'Finger Paint', cursive;*/
    margin-bottom: 5px;
    overflow: hidden;
	text-shadow: 2px 2px 4px #000;
} 

#countdown {
    overflow: hidden;
    margin-bottom: 50px;
}

#countdown li {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  width: 60px;
  font-size: 14px;
  text-shadow: 2px 2px 4px #000;
}

#countdown li p {
    line-height: 0;
}

#countdown li+li {
  margin-left: 75px;
}

#countdown li span {
  font-size: 52px;
  font-weight: 600;
  color: #fff;
  line-height: 85px;
}

.home-banner .social {
    margin-top: 25px;
}

.home-banner .social a {
    font-size: 24px;
    color: #fff;
}

.home-banner .social a:hover {
    color: #00aeef;
}

.home-banner .btn.btn-primary {
    background-color: transparent;
    overflow: hidden;
}

.home-banner .btn.btn-primary:hover {
    border-color: #fff;
    color: #fff;
}

.home-banner .btn.btn-primary:before {
    -webkit-transform: scaleX(1.1);
    -moz-transform: scaleX(1.1);
    -ms-transform: scaleX(1.1);
    -o-transform: scaleX(1.1);
    transform: scaleX(1.1); 
    background-color: #fff;   
}

.home-banner .btn.btn-primary:hover:before {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    background-color: transparent;   
}

/* Home Three */

.home-three .section-title,
.home-three .blog-content,
.home-three .clients  {
    max-width: inherit;
}


/* Background Video */

#controlBar_bg-video {
    opacity: 1;
}

.mb_YTPBar .buttonBar {
    opacity: 1;
    background-color: #000;
}

.home-video {
    background-color: #000; 
}


/* Navigation */

.navbar-header .navbar-brand {
    margin-top: -10px;
}

.nav.navbar-nav {
    float: right;
}

#navigation .navbar {
    border: 0;
    margin-bottom: 0;
}

.top-menu #navigation .navbar {
    top: 50px;
}

.top-menu #navigation .navbar.sticky-nav {
    top: 0;
}

#navigation .nav>li+li {
    margin-left: 1px;
}

#navigation .nav a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

#navigation .nav>li>a {
    padding: 0 17px;
    padding-bottom: 20px;
    line-height: 45px;
}

#navigation .nav>li.active a, 
#navigation .nav>li>a:focus, 
#navigation .nav>li>a:hover {
    background-color: #00aeef;
    color: #fff;
}

#navigation li i {
    margin-left: 5px;
}

#back {
    display: none;
    position: fixed;
    right: 25px;
    bottom: 20px;
    height: 50px;
    width: 50px;
    background-color: #337ab7;
    color: #fff;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    z-index: 99;
}

#back .fa{
    font-size: 22px;
}

/*Dropdown CSS*/

ul.sub-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 999;
    top: 100%;
    right: 0;
    width: 100%;
    min-width: 185px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #00aeef;
    border: 1px solid #00aeef;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transition: all 600ms;
    -moz-transition: all 600ms;
    -ms-transition: all 600ms;
    -o-transition: all 600ms;
    transition: all 600ms;
}

.nav.navbar-nav>li:hover >ul.sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

#navigation .navbar-nav li ul.sub-menu li a {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 13px;
    padding-bottom: 10px;
}

#navigation .navbar-nav li ul.sub-menu li a:hover,
#navigation .navbar-nav li ul.sub-menu li.active a {
    color: #00aeef;
    background-color: #fff;
}

/*End Drpdown Menu CSS*/


/* Navbar Toggle */

.navbar-toggle {
    border: 1px solid #fff;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-toggle:hover {
    border: 1px solid #00aeef;
}

.navbar-toggle:hover .icon-bar {
    background-color: #00aeef;
}

/* ==========================================================================
    Header
 ========================================================================== */

#header {
    margin-bottom: 80px;
}

#header .navbar,
.navbar.sticky-nav  {
    background-image: url(../images/bg/header.jpg);
    background-color: #000;
	height:80px;
}

#header #navigation .nav>li>a {
    padding-bottom: 0;
    line-height: 60px;
    padding-top: 5px;
}

#header .navbar-brand {
    margin-top: -5px;
}

/* Artists Section */

.artists-section {
    overflow: hidden;
}

.artists li {
    width: 20%;
    float: left;
}

.artist {
    overflow: hidden;
    position: relative;
    color: #fff;
	margin-left: 10px;
}

.artist img {
    width: 100%;
}

.artists-section.performers .artist,
.upcoming-events.performers .artist {
    margin-bottom: 30px;
}

.artists-section .artist a {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.artists-section .artist h3 {
    margin-top: 0;
}

.artists-section .artist ul li a {
    font-size: 24px;
}

.artists-section li .artist li {
    float: none;
    width: inherit;
}

.artists-section .artist li a:hover {
    color: #00aeef;
}

.artists-overlay,
.artists-info {
    position: absolute;
    left: 0;
    width: 100%;
}

.artists-info {
    bottom: 0;
    padding: 20px;
    padding-bottom: 15px;
}

.artists-info h6 {
    font-size: 16px;
    font-weight: normal;
    margin-top: 5px;
}

.artists-overlay {
    height: 100%;
    bottom: -100%;
    background-color: rgba(0, 174, 239, 0.9);
}

.artists-section .artists .artist:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.05) 8%, rgba(0,0,0,0.19) 24%, rgba(0,0,0,0.73) 70%, rgba(0,0,0,0.92) 89%, rgba(0,0,0,0.99) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 8%,rgba(0,0,0,0.19) 24%,rgba(0,0,0,0.73) 70%,rgba(0,0,0,0.92) 89%,rgba(0,0,0,0.99) 100%); 
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 8%,rgba(0,0,0,0.19) 24%,rgba(0,0,0,0.73) 70%,rgba(0,0,0,0.92) 89%,rgba(0,0,0,0.99) 100%); 
}

.artist:hover .artists-overlay {
    bottom: 0;
}

/* About Section */

.about-section {
    font-size: 16px;
    line-height: 24px;
}

.about-image {
    position: relative;
    max-height: 570px;
    overflow: hidden;
}

.about-image img,
.action-image img {
    width: 100%;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(157, 152, 160, 0.0);
}

.events-info {
    position: absolute;
    top: 50%;
    margin-top: -60px;
    color: #fff;
    padding: 0 65px;
    text-align: center;
    font-size: 16px;
}

.events-info h1 {
    font-size: 46px;
    margin-bottom: 15px;
}

.festival-info {
    /*padding-top: 25px;*/
	padding: 25px;
    border-radius: 6px;
    margin-top: 0px;
	background-color: #fafafa;
    font-size: 16px;
    line-height: 26px;
}

.festival-info h1 {
    font-size: 24px;
    margin-bottom: 25px;
}

.festival-info .about-time {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 40px;
	
    padding: 10px;
    font-weight: 600;
}

.festival-info .about-time i {
    margin-right: 10px;
}

.festival-info .btn.btn-primary, .artists-content .btn.btn-primary {
    border-color: #e1e0e2;
}

.festival-info .btn.btn-primary:hover, .artists-content .btn.btn-primary:hover {
    border-color: #00aeef;
}

.about-section .btn.btn-primary:before {
    background-color: transparent;
}

/* Audio Player */

.audio-section {
    padding-top: 75px;
    padding-bottom: 75px;
    position: relative;
    background-color: #f5f4f5; 
    overflow: hidden;   
}

.album-cover {
    max-width: 75px;
    max-height: 75px;
    overflow: hidden;
}

.jp-artist {
    font-size: 12px;
    display: block;
}

#audio-player .jp-playlist-item.jp-playlist-current:hover {
    color: #00aeef;
}

.box-layout .jp-progress {
    width: 58%;
}


/* Upcoming Events */

.upcoming-events {
    overflow: hidden;
}

.upcoming-events.performers {
    padding-bottom: 20px;
}

.artists-info .time h1 {
    font-size: 30px;
    font-weight: normal;
	text-shadow: 2px 2px 4px #000;
}

.artists-info .time span {
    font-size: 50px;
    font-weight: 700;
	text-shadow: 2px 2px 4px #000;
}

.upcoming-events .artists-info h2,
.upcoming-events .artists-info a {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 5px;
    color: #fff;
	text-shadow: 2px 2px 4px #000;
}

.upcoming-events address {
    font-size: 14px;
    line-height: 21px;
}

.upcoming-events .artist:hover .image-overlay {
    display: none;
}

.upcoming-events .artists-info {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 45px;
	/*left: 40%;
    left: 50%;
    margin-left: -100px;*/
	text-align:center;

}

.upcoming-events .artist:hover .artists-info {
     padding-bottom: 85px;
}

.upcoming-events .button {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
    bottom: -100%;
}

.upcoming-events .artist:hover .button {
     bottom: 35px;
}

.upcoming-events .btn.btn-primary {
    background-color: #fff;
    color: #000;  
    font-size: 14px; 
}

.upcoming-events .btn.btn-primary:hover {
    border-color: #fff;
    color: #fff;    
}

.home-two .artist:hover .button {
    bottom: 25px;
}

.home-two .upcoming-events .artist:hover .artists-info {
    padding-bottom: 70px;
}


/* Blog Section */

.blog-section {
    padding-bottom: 30px;
}

.blog-section.blog {
    padding-bottom: 50px;
}

.post-content {
    position: relative; 
}

.blog-section .entry-post {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px; 
	min-height: 300px;
}

.entry-thumbnail {
    overflow: hidden;    
}

.entry-thumbnail img {
    width: 100%;
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
}

.entry-post:hover img {
    -webkit-transform:scale(1.3);
    -moz-transform:scale(1.3);
    -ms-transform:scale(1.3);
    -o-transform:scale(1.3);
    transform:scale(1.3);
}

.post-content .time {
    position: absolute;
    left: 0;
    bottom: 0;  
}

.post-content .time a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    background-color: #00aeef;
    padding-left: 15px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 5px;
    display: block;  
}

.post-content .time a span {
    font-size: 34px;
    font-weight: 600;
}

.entry-post .entry-title a {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    line-height: 20px;
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
}

.blog-details .entry-post {
	border-bottom: 1px solid #e6e7e7;
    padding-bottom: 2rem;
    display: block;	
}

.entry-post .entry-title a:hover {
    color: #00aeef;
}

/* Clients Section */

.clients-section.bg-image {
    background-image: url(../images/bg/fly-crossroads-bg.png);
}

.clients-section  {
    text-align: center;
    padding-top: 90px;
    padding-bottom: 70px;
}

.clients-section .client {
    display: inline-block;
}

.clients-section .owl-carousel .owl-item img {
    width: inherit;
}

/* Call To Action */

.action-image {
    position: relative;
    max-height: 425px;
    overflow: hidden;
}

.call-to-action .btn.btn-primary {
    margin-top: 20px;
}

.call-to-action .btn.btn-primary:before {
    background-color: transparent;
}

/* Product Section */

.product-section {
    overflow: hidden;
    padding-bottom: 20px;
}

.product-section.product {
    padding-bottom: 50px;
}

.product-section .product-image {
    margin-bottom: 10px;
}

.product-section .product-image img {
    display: inline-block;
}

.products li {
    width: 25%;
    float: left;
}

.product-section .product {
    position: relative;
    text-align: center;
    background-color: #f7f7f7;
    font-weight: 600;
    font-size: 14px;
    padding-bottom: 50px;
    padding-top: 100px;
    overflow: hidden;
}

.product-section.product .product {
    margin-bottom: 30px;
}

.product-section .product a {
    font-size: 24px;
    color: #000;
}

.product-section .product a:hover {
    color: #00aeef;
}

.product-section .btn.btn-primary {
    color: #fff;
    border-color: #00aeef;
    background-color: #00aeef;
    font-size: 14px;
    padding-left: 55px;
    padding-right: 55px;
    margin-top: 15px;
}

.product-section .btn.btn-primary:before {
    background-color: #fff;
    color: #00aeef;
}

.product-section .product:hover{
    padding-top: 50px;
    padding-bottom: 100px;
    background-color: transparent;
}

.product-section .button {
    position: absolute;
    left: 50%;
    bottom: -100%;
    margin-left: -100px;
    -webkit-transition: all 700ms;
    -moz-transition: all 700ms;
    -ms-transition: all 700ms;
    -o-transition: all 700ms;
    transition: all 700ms;
    overflow: hidden;    
}

.product-section .product:hover .button {
    bottom: 40px;
}


/* Twitter Feed */

.twitter-feed {
    padding-bottom: 100px;
}

.twitter-feed .section-title {
    padding-bottom: 0;
}

.twitter-content {
    max-width: 1160px;
}

.twitter-feed .icons {
    float: left;
    font-size: 72px;
    color: #00bff3;
    margin-right: 20px;
}

.twitter-feed ul {
    padding-left: 90px;
}

.twitter-feed ul li {
    margin-top: 30px;
}

.twitter-image {
    float: left;
    margin-right: 40px;
    max-width: 100px;
    max-height: 98px;
    overflow: hidden;
}

.twitter-info {
    font-size: 18px;
    line-height: 28px;
    color: #707070;
    overflow: hidden;
}

.twitter-info h4 {
    font-weight: normal;
    margin-bottom: 15px;
    color: #000;
    text-transform: capitalize;
}

.twitter-info a {
    color: #00bff3;
    font-family: 'allerregular';
}

.twitter-info a:hover {
    color: #2999b7;
}


/* ==========================================================================
    performers
 ========================================================================== */

.artists-section.performers {
    padding-bottom: 25px;
} 

.artists-section.performers .artist {
    margin-bottom: 20px;
    overflow: visible;
    max-height: inherit;
}

.artists-section.performers .artist-image {
    position: relative;
    overflow: hidden;
} 
.artists-section.performers .social  {
    font-size: 30px;
    position: absolute;
    bottom: -100%;
    left: 50%;
    width: 100%;
    margin-left: -61px;
    margin-bottom: -25px;
}

.artists-section.performers .artist:hover .social{
    bottom: 50%;
}

.artists-section.performers .artists-info  {
    position: inherit;
    color: #000;
    padding: 0;
    padding-top: 20px;
    padding-bottom: 15px;
}

.artists-section.performers .social a {
    font-size: 30px;
} 

.artists-section.performers .artists-info a,
.artists-section.performers .social a:hover {
    color: #000;
} 


/* Pagination Section */

.pagination-content {
    background-color: #000;
    position: relative;
}

.pagination-content:after {
    position: absolute;
    content: "";
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: #000;
}

.pagination {
    border-radius: 0;
    margin: 0;
}

.pagination li+li {
    margin-left: 1px;
}

.pagination li a {
    padding: 6px 12px;
    color: #fff;
    font-size: 18px;
    line-height: 75px;
    border: none;
    margin-left: 1px;
    background-color: transparent;
}

.pagination>.active>a,
.pagination>li>a:focus, 
.pagination>li>a:hover, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover {
    background-color: #00aeef;
    color: #fff;
} 

.pagination>li:first-child>a, 
.pagination>li:first-child>span {
    border-radius: 0;
    margin-right: 55px;
}

.pagination>li:last-child>a, 
.pagination>li:last-child>span {
    border-radius: 0;
    margin-left: 55px;
}


/* ==========================================================================
    Schedule Section
 ========================================================================== */

.schedule-section {
    overflow: hidden;
    padding-bottom: 10px;
}

.schedule-menu {
    margin-top: 10px;
    padding-top: 30px;
    padding-bottom: 50px;
    background-color: #000;
    padding-left: 30px;
    font-size: 18px;
}

.schedule-menu li {
    float: left;
}

.schedule-menu li+li {
    margin-left: 23%;
}

.schedule-menu li:nth-child(2n) {
    margin-right: 5%;
}

.schedule-menu li a {
    color: #fff;
}

.schedule-menu li a:hover {
    color: #00aeef;
}

.schedule-info>li {
    padding-top: 40px;
    padding-bottom: 35px;
    padding-left: 30px;
}

.schedule-info {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

.schedule-info .venue i {
    margin-right: 10px;
}

.schedule-info .time {
    font-size: 24px;
    color: #00aeef;
    font-weight: 500;
    margin: 0;
}

.schedule-info h3,
.schedule-info h4 {
    margin: 0;
}

.schedule-info .performer {
    font-size: 18px;
    margin-right: 50px;
    max-width: 425px;
    font-weight: 500;
}

.schedule-info>li:nth-child(even) {
    background-color: #f7f7f7;
}


/* ==========================================================================
    Cube Portfolio
 ========================================================================== */

#portfolio-menu {
    display: block;
    overflow: hidden;
    background-color: #000;
    padding-left: 20px;
    padding-right: 50px;
    margin-bottom: 50px;
}

#portfolio-menu li+li {
    margin-left: 1px;
}

#portfolio-menu li {
    padding: 0 13px;
    line-height: 65px;
    color: #fff;
    float: left;
    font-size: 16px;    
}

#portfolio-menu li:hover,
.cbp-filter-item-active {
    background-color: #00aeef;
    cursor: pointer;
}

.upcoming-image {
    overflow: hidden;
}

/* ==========================================================================
    Sponsor Section
 ========================================================================== */

.sponsor-section {
    padding-bottom: 40px;
}

.sponsor-section .section-title {
    padding-bottom: 30px;
}

.sponsor-content {
    max-width: 1165px;
}

.sponsor-image {
    margin-top: 50px;
    margin-bottom: 70px;
}

.become-sponsor-section {
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    z-index: 1;
    background-image: url(../images/bg/sponsor.jpg);
}

.sponsor-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 174, 239, 0.9);
    z-index: -1;
}

.become-sponsor {
    max-width: 1165px;
    padding-top: 70px;
    padding-bottom: 75px;
}

.become-sponsor .sponsor-info {
    max-width: 900px;
    display: inline-block;
}

.become-sponsor .sponsor-info h1 {
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 20px;
}

.become-sponsor .btn.btn-primary {
    background-color: transparent;
    color: #fff;
    margin-top: 25px;
}

.become-sponsor .btn.btn-primary:before {
    background-color: #fff;
}

.become-sponsor .btn.btn-primary:hover {
    color: #000;
}


/* ==========================================================================
    Contact section
 ========================================================================== */

#gmap {
    min-height: 615px;
    width: 100%;
}

.contact-section .contact-info h3 {
    margin-bottom: 20px;
}

.contact-section .contact-info li {
    margin-bottom: 10px;
    font-size: 16px;
    color: #000;
}

.contact-section .contact-info a {
    color: #000;
}

.contact-section .contact-info a:hover {
    color: #00bff3;
}

.contact-section .contact-info i {
    margin-right: 10px;
}

.contact-form label {
    color: #000;
}

.contact-form .form-control {
    border-radius: 0;
    border: 1px solid #ececec;
    color: #000;
    box-shadow: none;
    margin-bottom: 20px;
}

.contact-form .form-group {
    margin-bottom: 0;
}

textarea.form-control {
    resize: none;
}

.contact-form .form-control:focus {
    border-color: #00bff3;
}

.contact-form .btn.btn-primary {
    border-color: #e1e0e2;
    margin-top: 30px;
}

.contact-form .btn.btn-primary:hover {
    color: #00bff3;
    border-color: #00bff3;
}

.contact-form .btn.btn-primary:before {
   display: none;
}

.replay-box .section-title {
    padding-top: 0;
}


/* ==========================================================================
    Blog Details
 ========================================================================== */

.blog-details .entry-title h2 {
    font-size: 24px;
    color: #000;
    margin-top: 30px;
} 

.blog-details .entry-post:hover img {
    transform: inherit;
}

.blog-details .entry-meta a {
    color: #000;
    font-size: 16px;
}

.entry-post .entry-meta  li+li {
    margin-left: 10px;
}

.blog-details .entry-meta i {
    margin-right: 10px;
}

.blog-details .entry-meta a:hover {
    color: #00bff3;
}

.blog-details .entry-summary {
    font-size: 16px;
    line-height: 26px;
    margin-top: 25px;
}

.blog-details blockquote {
    border-color: #00bff3;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
}

.blog-details .entry-summary p {
    margin-bottom: 20px;
}

.blog-details .blog-social {
    margin-top: 40px;
}

.commenter-info {
    float:left;
    margin-right: 15px;
}

.media-inner,
.media-inner h3,
.media-inner h4 {
    font-size: 14px;
    line-height: 22px;
    color: #000;
}

.media-inner h3 {
    margin-top: 10px;
}

.media-inner h4 {
    margin-bottom: 15px;
}

.commenter-avatar {
    width: 50px;
    height: 50px;
}

.media-inner .reply {
    font-size: 14px;
    color: #00bff3;
}

.media-inner .reply:hover {
   color: #2999b2;
}

.comments-area li {
    padding-bottom: 90px;
}

.comments-area li:last-child {
    padding-left: 180px;
} 



/* ==========================================================================
    Footer Top
 ========================================================================== */

.footer {
    color: #fff;
    position: relative;
    padding-top: 75px;
    padding-bottom: 35px;
    background-image: url(../images/bg/footer-bw-bg.jpg);
}

.footer a {
    color: #fff;
}

.footer-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(48, 46, 46, 0.9);
}

.footer-widget {
    font-size: 14px;
    line-height: 20px;
}

.footer-widget .footer-logo {
    margin-top: 35px;
    margin-bottom: 30px;
}

.footer-widget .social {
    margin-top: 15px;
    margin-bottom: 45px;
}

.footer-widget a:hover {
    color: #00bff3;
}

#contact-form  {
    position: relative;
}

.footer-widget input[type="email"] {
    border-radius: 0;
    border-color: #cdcdcd;
    background-color: transparent;
    color: #fff;
    padding-left: 20px;
    padding-right: 90px;
    min-height: 35px;
}

.footer-widget input[type="email"]:focus {
    border-color: #00bff3;
}

.footer-widget input::-webkit-input-placeholder {
   color: #fff;
}

.footer-widget input:-moz-placeholder {
   color: #fff;  
}

.footer-widget input::-moz-placeholder {
   color: #fff;  
}

.footer-widget input:-ms-input-placeholder {  
   color: #fff;  
}

.footer-widget .btn.btn-default {
    position: absolute;
    right: 1px;
    bottom: 2px;
    margin-right: 1px;
    border-radius: 0;
    border: 0;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    background-color: #222020;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
}

.footer-widget .btn.btn-default:hover {
    color: #222020;
    background-color: #fff;
}

.footer-widget h3 {
    margin-bottom: 30px;
}

.recent-post .recent-image {
    float: left;
    max-width: 75px;
    max-height: 75px;
    overflow: hidden;
    margin-right: 20px;
}

.recent-post .recent-image img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);    
}

.recent-post .recent-image:hover img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);    
}

.footer-widget .recent-post {
    margin-bottom: 20px;
    overflow: hidden;
}

.recent-post .comment-info a {
    font-style: italic;
    font-family: 'Ubuntu', sans-serif;
}

.recent-post .comment-info {
    margin-top: 10px;
}

.footer-widget .contact-info li {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 10px;
}

.footer-widget .contact-info i {
    margin-right: 10px;
    color: #00aeef;
}

.footer-widget .flickr-image {
    max-width: 75px;
    max-height: 75px;
    overflow: hidden; 
    position: relative;   
    margin-bottom: 20px;
}

.footer-widget .flickr-overlay {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 174, 239, 0.8);
}

.footer-widget .flickr-overlay a {
    position: absolute;
    top: 50%;
    left: -100%;
    color: #fff;
    font-size: 18px;
    margin-left: -5px;
    margin-top: -8px;
    -webkit-transition: all 700ms;
    -moz-transition: all 700ms;
    -ms-transition: all 700ms;
    -o-transition: all 700ms;
    transition: all 700ms;    
}

.footer-widget .flickr-image:hover .flickr-overlay {
    left: 0;
}

.footer-widget .flickr-image:hover .flickr-overlay a {
    left: 50%
}

/* Footer Bottom */

.footer-bottom {
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 20px;
    padding-bottom: 15px; 
    margin-top: 70px;
}

.footer-bottom a,
.copyright {
    color: #fff;
}

.copyright {
    margin-top: 5px;
}

.footer-bottom .footer-menu li {
    float: left;
    line-height: 30px;
}

.footer-bottom .footer-menu li+li {
    margin-left: 30px;
}

.footer-bottom a:hover {
    color: #00aeef;
}

/* ==========================================================================
    Extra Css
 ========================================================================== */

a, button, .flickr-overlay,
.artists-overlay, .product,
.button, .btn.btn-primary:before,
.days li, .month li,
.entry-thumbnail img, .social,
.upcoming-events .artists-info,
.icon-bar, #portfolio-menu li,
.recent-image img  {
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms; 
} 


@font-face {
    font-family: 'allerregular';
    src: url('../fonts/aller.regular-webfont.woff2') format('woff2'),
         url('../fonts/aller.regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/* Added CSS*/

.credit-title { color:#888888;}

.ribbon{
 position: absolute;
    padding: 0;
    margin: 0;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    transform-origin: 0 100%;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.12),0 1px 6px 0 rgba(0,0,0,.12);
    background-color: #ffeb3b;
    color: rgba(0,0,0,0.9);
    height: 35px;
    width: 150px;
    top: -35px;
    transform: rotateZ(45deg);
    padding-left: 35px;
    padding-right: 35px;
    line-height: 35px;
    right: -43.933982822018px;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
	z-index:5;
	font-weight:700;
}

.red-ribbon{
 position: absolute;
    padding: 0;
    margin: 0;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    transform-origin: 0 100%;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.12),0 1px 6px 0 rgba(0,0,0,.12);
    background-color: #D91114;
    color: #FFF;
    height: 35px;
    width: 150px;
    top: -35px;
    transform: rotateZ(45deg);
    padding-left: 35px;
    padding-right: 35px;
    line-height: 35px;
    right: -43.933982822018px;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
	z-index:5;
	font-weight:700;
}

.green-ribbon{
 position: absolute;
    padding: 0;
    margin: 0;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    transform-origin: 0 100%;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.12),0 1px 6px 0 rgba(0,0,0,.12);
    background-color: #16700C;
    color: #FFF;
    height: 35px;
    width: 150px;
    top: -35px;
    transform: rotateZ(45deg);
    padding-left: 35px;
    padding-right: 35px;
    line-height: 35px;
    right: -43.933982822018px;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
	z-index:5;
	font-weight:700;
}
.mt-10 {
	margin-top: 10px
}
.mt-15 {
	margin-top: 15px
}
.mt-20 {
	margin-top: 20px
}
.mt-40 {
	margin-top: 40px
}
.mt-60 {
	margin-top: 60px
}
.mt-80 {
	margin-top: 80px
}
.mt-100 {
	margin-top: 100px
}
.mb-10 {
	margin-bottom: 10px
}
.mb-15 {
	margin-bottom: 15px
}
.mb-20 {
	margin-bottom: 20px
}
.mb-40 {
	margin-bottom: 40px
}
.mb-60 {
	margin-bottom: 60px
}
.mb-80 {
	margin-bottom: 80px
}
.mb-100 {
	margin-bottom: 100px
}
.pt-20 {
	padding-top: 20px
}
.pt-40 {
	padding-top: 40px
}
.pt-60 {
	padding-top: 60px
}
.pt-80 {
	padding-top: 80px
}
.pt-100 {
	padding-top: 100px
}
.pb-20 {
	padding-bottom: 20px
}
.pb-40 {
	padding-bottom: 40px
}
.pb-60 {
	padding-bottom: 60px
}
.pb-80 {
	padding-bottom: 80px
}
.pb-100 {
	padding-bottom: 100px
}

/********************************************************************************
--- Animated Loader ---
*********************************************************************************/
.spinner{position:fixed; z-index:999999; top:50%; left:50%; margin:-30px 0 0 -30px; height:60px;width:60px; -webkit-animation:rotation .6s infinite linear;-moz-animation:rotation .6s infinite linear;-o-animation:rotation .6s infinite linear;animation:rotation .6s infinite linear;border-left:6px solid rgba(223, 219, 210,0.98);border-right:6px solid rgba(223, 219, 210,0.98);border-bottom:6px solid rgba(223, 219, 210,0.98);border-top:6px solid rgba(22, 110, 146,0.98);border-radius:100%}@-webkit-keyframes rotation{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(359deg)}}@-moz-keyframes rotation{from{-moz-transform:rotate(0deg)}to{-moz-transform:rotate(359deg)}}@-o-keyframes rotation{from{-o-transform:rotate(0deg)}to{-o-transform:rotate(359deg)}}@keyframes rotation{from{transform:rotate(0deg)}to{transform:rotate(359deg)}}

/* Thank You */
.thank-you {
	position: relative;
    background: #fff;
    overflow: hidden;
	min-height: 500px;
    padding: 35px;
}
.thank-you:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*z-index: -1;*/
    opacity: 0.08;
    background-image: url('../images/bg/black-actors-collage-bw.jpg');
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.thank-you h1 {font-size: 46px;}
.thank-you p {font-size: 18px;}
.rowColor {background-color: #fafafa;}
.google-maps {
    position: relative;
	margin-top: 15px;
    padding-bottom: 25%;
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 300px !important;
}

/* Success and Alert Container */
.js-form-success,.js-form-alert {
border:1px solid;
color:#fff;
display:none;
font-family:'Josefin Sans',sans-serif;
font-size:2rem;
margin:45px 0;
padding:15px;
text-align:center
}

.js-form-success {
background:#2ecc71;
border-color:#27ae60
}

.js-form-alert {
background:#e74c3c;
border-color:#c0392b
}

.sidebar h3.header { overflow: hidden; text-align: center; margin: 0 0 10px 0; line-height: 1.2; }
.sidebar h3.header span { display: inline-block; position: relative; }
.sidebar h3.header span:before,
.sidebar h3.header span:after {content: "";/* border-top: solid 1px #5a5a5a; */display: block;height: 0px;position: absolute;top: 50%;width: 200%;}
.sidebar h3.header span:before { margin-right: 15px; right: 100%; }
.sidebar h3.header span:after { margin-left: 15px; left: 100%; }

.side-subscribe h3.header { color: #000; font-weight:600; }
.side-subscribe h3.header span:before,
.side-subscribe h3.header span:after {border-top: solid 2px #000;}

/*
FACEBOOK COMMENTS
=================*/
.fb-comments{width: 100% !important;}
.fb-comments iframe[style]{width: 100% !important;}
.fb-like-box{width: 100% !important;}
.fb-like-box iframe[style]{width: 100% !important;}
.fb-comments span{width: 100% !important;}
.fb-comments iframe span[style]{width: 100% !important;}
.fb-like-box span{width: 100% !important;}
.fb-like-box iframe span[style]{width: 100% !important;}

.icon-box-5{
    text-align: center;
    padding: 15px 30px;
    margin: 30px 0px;
	min-height:135px;
}

.icon-box-5 h1,
.icon-box-5 h2,
.icon-box-5 h3,
.icon-box-5 h3,
.icon-box-5 h4,
.icon-box-5 h5,
.icon-box-5 h6{
    margin-top: 15px;
    color: #1a2b51;
}

.icon-box-5 > .icon-box-icon > .fa{
    font-size: 24px;
    color: #1a2b51;
}

.icon-box-5:before{
    content: "";
    position: absolute;
    left:35px;
    top:0;
    height: 100%;
    width: 12px;
    border: 5px solid #337ab7;
    border-right: 0;
    -webkit-transition: 200ms ease all;
    transition: 200ms ease all;
}

.icon-box-5:after{
    content: "";
    position: absolute;
    top: 0;
    right:35px;
    height: 100%;
    width: 12px;
    border: 5px solid #337ab7;
    border-left: 0;
    -webkit-transition: 200ms ease all;
    transition: 200ms ease all;
}

.icon-box-5:hover:before{
    left: 45px;
}

.icon-box-5:hover:after{
    right: 45px;
}

/* DONATIONS 
===================================================================*/
fieldset.step3 {
}
input.radioamount, input.radiorecurrance {
	display: none
}
input.radioamount+label {
	float: left;
	width: 33.33333333333333%;
	padding-right: 15px;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

@media (min-width:768px) {
input.radioamount+label {
	float: left;
	width: 16.666666666666664%
}
}
input.radiorecurrance+label {
	float: left;
	width: 50%;
	padding-right: 15px;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

@media (min-width:768px) {
input.radiorecurrance+label {
	float: left;
	width: 25%
}
}
.donate-panel input.radioamount+label {
	padding-right: 15px;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

@media (min-width:768px) {
.donate-panel input.radioamount+label {
	float: left;
	width: 16.666666666666664%
}
}

@media (min-width:992px) {
.donate-panel input.radioamount+label {
	float: left;
	width: 33.33333333333333%
}
}
input.radioamount.adv50+label, input.radioamount.adv200+label, input.radioamount.arc250+label, input.radioamount.arc1000+label {
	float: left;
	width: 100%;
	padding-right: 15px;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

@media (min-width:768px) {
input.radioamount.adv50+label, input.radioamount.adv200+label, input.radioamount.arc250+label, input.radioamount.arc1000+label {
	float: left;
	width: 50%
}
}
input.radioamount+label, input.radiorecurrance+label {
	display: inline-block;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	font-family: "proxima-nova", sans-serif;
	border: solid 3px #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color: #eaebdb
}
input.radioamount:checked+label, input.radiorecurrance:checked+label {
	background-image: none;
	background-color: #2E3192;
	color: #fff
}
input#otherAmount:checked+label {
	-webkit-border-radius: 7px 7px 0 0;
	-moz-border-radius: 7px 7px 0 0;
	border-radius: 7px 7px 0 0;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	padding-bottom: 30px;
	margin-bottom: 0;
	border-bottom: 0
}
input#otherAmount.giveother:checked+label {
	-webkit-border-radius: 7px 0 0 7px;
	-moz-border-radius: 7px 0 0 7px;
	border-radius: 7px 0 0 7px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	margin: 0;
	padding: 22px 0 22px
}
input#subAmount {
	color: #597707
}
div#subAmountGroup {
	margin-right: 3px;
	margin-left: 3px;
	padding: 15px;
	background-color: #2E3192;
	-webkit-border-radius: 5px 0 5px 5px;
	-moz-border-radius: 5px 0 5px 5px;
	border-radius: 5px 0 5px 5px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box
}
div#subAmountGroup.giveothergroup {
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	margin: 0;
	padding: 10px
}

fieldset {
	margin-bottom: 30px
}
span.req {
	color: #30677f
}
legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #5e5042;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
	font-weight: 600;
}
label {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: bold
}
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
input[type="radio"], input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal
}
input[type="file"] {
	display: block
}
select[multiple], select[size] {
	height: auto
}
select optgroup {
	font-size: inherit;
	font-style: inherit;
	font-family: inherit
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
height:auto
}
output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #5e5042;
	vertical-align: middle
}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #00aeef;
	font-weight: bold;
	vertical-align: middle;
	background-color: #f9faf5;
	background-image: none;
	border: 1px solid #c3b6a9;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6)
}
.form-control:-moz-placeholder {
color:#c3b6a9
}
.form-control::-moz-placeholder {
color:#c3b6a9
}
.form-control:-ms-input-placeholder {
color:#c3b6a9
}
.form-control::-webkit-input-placeholder {
color:#c3b6a9
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #f9faf5
}
textarea.form-control {
	height: auto
}
.form-group {
	margin-bottom: 15px
}
.radio, .checkbox {
	display: block;
	min-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px;
	vertical-align: middle
}
.radio label, .checkbox label {
	display: inline;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
	float: left;
	margin-left: -20px
}
.radio+.radio, .checkbox+.checkbox {
	margin-top: -5px
}
.radio-inline, .checkbox-inline {
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: normal;
	cursor: pointer
}
.radio-inline+.radio-inline, .checkbox-inline+.checkbox-inline {
	margin-top: 0;
	margin-left: 10px
}
input[type="radio"][disabled], input[type="checkbox"][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline {
	cursor: not-allowed
}
.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}
select.input-sm {
	height: 30px;
	line-height: 30px
}
textarea.input-sm {
	height: auto
}
.input-lg {
	height: 45px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px
}
select.input-lg {
	height: 45px;
	line-height: 45px
}
textarea.input-lg {
	height: auto
}
div.alert-info p input {
	border: none;
	background: none;
	width: 80px;
	height: auto;
	overflow: visible;
	display: inline;
	text-align: center;
	border-bottom: 1px dotted #3a87ad;
	color: #3a87ad;
	font-weight: bold;
	padding: 0;
	margin: 0
}
div.alert-info p strong {
	border-bottom: 1px dotted #3a87ad
}

/* Success and Alert Container */
.js-form-success,.js-form-alert {
border:1px solid;
color:#fff;
display:none;
font-family:'Josefin Sans',sans-serif;
font-size:2rem;
margin:45px 0;
padding:15px;
text-align:center
}

.js-form-success {
background:#2ecc71;
border-color:#27ae60
}

.js-form-alert {
background:#e74c3c;
border-color:#c0392b
}

.sidebar-img, .sidebar-box {
	border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: #ccc 0 10px 10px;
	margin:auto;
}


/********************************************************************************
--- Content Slide ---
*********************************************************************************/
.slide-content { display: none; }
.slide-toggle:after { content: "\f078"; font-family: 'FontAwesome'; margin: 0 0 0 4px;}
.slide-toggle.active:after { content: "\f077"; }
.slide-toggle.active, .slide-toggle.active:after { color:#575d63; }

.form-content { display: none; }
.form-toggle:after { content: "\f078"; font-family: 'FontAwesome'; margin: 0 0 0 4px;}
.form-toggle.active:after { content: "\f077"; }
.form-toggle.active, .form-toggle.active:after { color:#575d63; }
/********************************************************************************
--- Animated Loader ---
*********************************************************************************/
.spinner{position:fixed; z-index:999999; top:50%; left:50%; margin:-30px 0 0 -30px; height:60px;width:60px; -webkit-animation:rotation .6s infinite linear;-moz-animation:rotation .6s infinite linear;-o-animation:rotation .6s infinite linear;animation:rotation .6s infinite linear;border-left:6px solid #ccc;border-right:6px solid #ccc;border-bottom:6px solid #ccc;border-top:6px solid #0066a5;border-radius:100%}@-webkit-keyframes rotation{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(359deg)}}@-moz-keyframes rotation{from{-moz-transform:rotate(0deg)}to{-moz-transform:rotate(359deg)}}@-o-keyframes rotation{from{-o-transform:rotate(0deg)}to{-o-transform:rotate(359deg)}}@keyframes rotation{from{transform:rotate(0deg)}to{transform:rotate(359deg)}}
/********************************************************************************
--- Flicker Animation ---
*********************************************************************************/
@keyframes flickerAnimation{0%{opacity:1}50%{opacity:0}100%{opacity:1}}@-o-keyframes flickerAnimation{0%{opacity:1}50%{opacity:0}100%{opacity:1}}@-moz-keyframes flickerAnimation{0%{opacity:1}50%{opacity:0}100%{opacity:1}}@-webkit-keyframes flickerAnimation{0%{opacity:1}50%{opacity:0}100%{opacity:1}}.animate-flicker{-webkit-animation:flickerAnimation 800ms;-moz-animation:flickerAnimation 800ms;-o-animation:flickerAnimation 800ms;animation:flickerAnimation 800ms}
/********************************************************************************
			 --- Animate.css ---
*********************************************************************************/
.animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
@keyframes flickerAnimation{0%{opacity:1}50%{opacity:0}100%{opacity:1}}@-o-keyframes flickerAnimation{0%{opacity:1}50%{opacity:0}100%{opacity:1}}@-moz-keyframes flickerAnimation{0%{opacity:1}50%{opacity:0}100%{opacity:1}}@-webkit-keyframes flickerAnimation{0%{opacity:1}50%{opacity:0}100%{opacity:1}}.animate-flicker{-webkit-animation:flickerAnimation 800ms;-moz-animation:flickerAnimation 800ms;-o-animation:flickerAnimation 800ms;animation:flickerAnimation 800ms}
/********************************************************************************
			 --- Magnific Popup CSS (Custom) ---
*********************************************************************************/
.popup-login-form {background: #fff; padding: 20px 45px; text-align: left; max-width: 650px; margin: 40px auto; position: relative;}
/********************************************************************************
			 --- Magnific Popup CSS (Defaults) ---
*********************************************************************************/
.mfp-bg { top: 0; left: 0; width: 100%; height: 100%; z-index: 1042; overflow: hidden; position: fixed; background: #0b0b0b; opacity: 0.8; }
.mfp-wrap { top: 0; left: 0; width: 100%; height: 100%; z-index: 1043; position: fixed; outline: none !important; -webkit-backface-visibility: hidden; }
.mfp-container { text-align: center; position: absolute; width: 100%; height: 100%; left: 0; top: 0; padding: 0 8px; box-sizing: border-box; }
.mfp-container:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; }
.mfp-align-top .mfp-container:before { display: none; }
.mfp-content { position: relative; display: inline-block; vertical-align: middle; margin: 0 auto; text-align: left; z-index: 1045; }
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content { width: 100%; cursor: auto; }
.mfp-ajax-cur { cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close { cursor: -moz-zoom-out; cursor: -webkit-zoom-out; cursor: zoom-out; }
.mfp-zoom { cursor: pointer; cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in; }
.mfp-auto-cursor .mfp-content { cursor: auto; }
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter { -webkit-user-select: none; -moz-user-select: none; user-select: none; }
.mfp-loading.mfp-figure { display: none; }
.mfp-hide { display: none !important; }
.mfp-preloader { color: #CCC; position: absolute; top: 50%; width: auto; text-align: center; margin-top: -0.8em; left: 8px; right: 8px; z-index: 1044; }
.mfp-preloader a { color: #CCC; }
.mfp-preloader a:hover { color: #FFF; }
.mfp-s-ready .mfp-preloader { display: none; }
.mfp-s-error .mfp-content { display: none; }
button.mfp-close, button.mfp-arrow { overflow: visible; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; display: block; outline: none; padding: 0; z-index: 1046; box-shadow: none; touch-action: manipulation; }
 button::-moz-focus-inner {
 padding: 0;
 border: 0;
}
.mfp-close { width: 44px; height: 44px; line-height: 44px; position: absolute; right: 0; top: 0; text-decoration: none; text-align: center; opacity: 0.65; padding: 0 0 18px 10px; color: #FFF; font-style: normal; font-size: 28px; font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,  .mfp-close:focus { opacity: 1; }
.mfp-close:active { top: 1px; }
.mfp-close-btn-in .mfp-close { color: #333; }
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close { color: #FFF; right: -6px; text-align: right; padding-right: 6px; width: 100%; }
.mfp-counter { position: absolute; top: 0; right: 0; color: #CCC; font-size: 12px; line-height: 18px; white-space: nowrap; }
.mfp-arrow { position: absolute; opacity: 0.65; margin: 0; top: 50%; margin-top: -55px; padding: 0; width: 90px; height: 110px; -webkit-tap-highlight-color: transparent; }
.mfp-arrow:active { margin-top: -54px; }
.mfp-arrow:hover,  .mfp-arrow:focus { opacity: 1; }
.mfp-arrow:before,  .mfp-arrow:after { content: ''; display: block; width: 0; height: 0; position: absolute; left: 0; top: 0; margin-top: 35px; margin-left: 35px; border: medium inset transparent; }
.mfp-arrow:after { border-top-width: 13px; border-bottom-width: 13px; top: 8px; }
.mfp-arrow:before { border-top-width: 21px; border-bottom-width: 21px; opacity: 0.7; }
.mfp-arrow-left { left: 0; }
.mfp-arrow-left:after { border-right: 17px solid #FFF; margin-left: 31px; }
.mfp-arrow-left:before { margin-left: 25px; border-right: 27px solid #3F3F3F; }
.mfp-arrow-right { right: 0; }
.mfp-arrow-right:after { border-left: 17px solid #FFF; margin-left: 39px; }
.mfp-arrow-right:before { border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder { padding-top: 40px; padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content { line-height: 0; width: 100%; max-width: 900px; }
.mfp-iframe-holder .mfp-close { top: -40px; }
.mfp-iframe-scaler { width: 100%; height: 0; overflow: hidden; padding-top: 56.25%; }
.mfp-iframe-scaler iframe { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #000; }
/* Main image in popup */
img.mfp-img { width: auto; max-width: 100%; height: auto; display: block; line-height: 0; box-sizing: border-box; padding: 40px 0 40px; margin: 0 auto; }
/* The shadow behind the image */
.mfp-figure { line-height: 0; }
.mfp-figure:after { content: ''; position: absolute; left: 0; top: 40px; bottom: 40px; display: block; right: 0; width: auto; height: auto; z-index: -1; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #444; }
.mfp-figure small { color: #BDBDBD; display: block; font-size: 12px; line-height: 14px; }
.mfp-figure figure { margin: 0; }
.mfp-bottom-bar { margin-top: -36px; position: absolute; top: 100%; left: 0; width: 100%; cursor: auto; }
.mfp-title { text-align: left; line-height: 18px; color: #F3F3F3; word-wrap: break-word; padding-right: 36px; }
.mfp-image-holder .mfp-content { max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure { cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
/**
       * Remove all paddings around the image on small screen
       */
.mfp-img-mobile .mfp-image-holder { padding-left: 0; padding-right: 0; }
.mfp-img-mobile img.mfp-img { padding: 0; }
.mfp-img-mobile .mfp-figure:after { top: 0; bottom: 0; }
.mfp-img-mobile .mfp-figure small { display: inline; margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar { background: rgba(0, 0, 0, 0.6); bottom: 0; margin: 0; top: auto; padding: 3px 5px; position: fixed; box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty { padding: 0; }
.mfp-img-mobile .mfp-counter { right: 5px; top: 3px; }
.mfp-img-mobile .mfp-close { top: 0; right: 0; width: 35px; height: 35px; line-height: 35px; background: rgba(0, 0, 0, 0.6); position: fixed; text-align: center; padding: 0; }
}

@media all and (max-width: 900px) {
.mfp-arrow { -webkit-transform: scale(0.75); transform: scale(0.75); }
.mfp-arrow-left { -webkit-transform-origin: 0; transform-origin: 0; }
.mfp-arrow-right { -webkit-transform-origin: 100%; transform-origin: 100%; }
.mfp-container { padding-left: 6px; padding-right: 6px; }
}

/*-----------Ajax Success Message-----------*/
.js-form-success.alert {display:none; padding-top:3.000em; padding-bottom:3.000em; text-align:center; font-size:1.500rem;}
/********************************************************************************
			 --- Alerts ---
*********************************************************************************/
.alert { display: none; padding: 10px 15px 14px 15px; margin-bottom: 20px; border-radius: 2px; background-color: #91c8e4; color: #fff; font-size: 16px; }
.alert-margin {margin-bottom:36px;}
.alert > p, .alert > ul { margin-bottom: 0; }
.alert > p + p { margin-top: 5px; }
.alert a { color: #fff; text-decoration: underline; }
.alert a:hover { color: #fff; }
.alert p {line-height:1.2;}
.alert p:before { font-family: 'FontAwesome'; color: #fff; margin: 0 7px 0 0;}
.alert-success, .alert-info, .alert-warning, .alert-danger { display: block; }
.alert-success { background-color: #1ac155; }
.alert-success p:before { content: "\f00c"; }
.alert-info p:before { content: "\f128"; }
.alert-warning { background-color: #fdb813; }
.alert-warning p:before { content: "\f071"; }
.alert-danger { background-color: #ff4e52; }
.alert-danger p:before { content: "\f06a"; }


/* Lists */

ul.list-default{
    padding-left: 25px;
    list-style: none;
}

ul.list-default>li{
    padding: 7px 0;
    position: relative;
    line-height:24px;
}

ul.list-default>li:before{
    font: normal normal normal 8px/1 FontAwesome;
    content: "\f111";
    color: #00aeef;
    position: absolute;
    top:15px;
    left: -20px;
}

ul.list-styled{
    list-style: none;
    padding-left: 10px;
}

ul.list-styled>li{
    /*font-family: 'Oswald', sans-serif;
    padding: 6px 10px 6px 0;*/
    text-align: left;
    /*font-size: 16px;*/
    font-weight: 400;
    /*text-transform: uppercase;*/
    letter-spacing: 0.03em;
}

ul.list-styled>li:before{
    font:  normal normal normal 8px/1 FontAwesome;
    content:"\f111";
    color: #00aeef;
    margin-right: 10px;
    vertical-align: middle;
    line-height: 3px;
}

.arrow-down-blue {
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -33px;
	width: 0px;
    height: 0px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #00aeef;
	z-index: 1;
}

.accordion-2 .panel-group .panel{
    border-radius: 0px;
    border:0;
    border: 1px solid #d7d7d7;
    margin-bottom: 10px;
}

.accordion-2 .panel-default>.panel-heading{
    background-color: #fff;
    border-radius: 0px; 
    padding: 20px 14px;
    position: relative;
}

.accordion-2 .panel-title>a{
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    color: #00aeef;
    display: inline-block;
    padding-right: 35px;
    transition: 350ms ease all;
}

.accordion-2 .panel-group .panel-heading+.panel-collapse>.list-group, .accordion-2 .panel-group .panel-heading+.panel-collapse>.panel-body{
    border-top: 1px dashed #d7d7d7;
    line-height: 26px;
    background-color: #fff;
}

.accordion-2 .panel-title>a:hover, .accordion-2 .panel-title>a:focus, .accordion-2 .panel-title>a:active{
    text-decoration: none;
}

.accordion-2 .panel-title>a.collapsed{
    color: #191919;
}

.accordion-2 .panel-title>a:before{
    content: "\f068";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 30px;
    top: 23px;
}

.accordion-2 .panel-title>a.collapsed:before{
    content: "\f067";
}

/* MY ACCOUNT STYLES */
#user-avatar {
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #e0e3e7;
}
#user-name {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
}
#account-side {
    padding-left: 0px;
}

.nav-pills>li>a {
    font-size: 20px;
}

#account-side-menu {
	border: 2px solid #337ab7;
    border-radius: 4px;
}
#account-side-menu li {
    margin-bottom: 16px;
}
#account-side-menu li {
    display: block;
    margin: 0 0 12px 0;
	border-bottom:1px dashed;
	padding-bottom:5px;
}
#account-side-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#account-side-menu a {
    font-size: 19px;
}
#account-side-menu a:hover, #account-side-menu li.selected a {
    color: #000;
}
#account-side-menu a {
    color: #000;
    font-size: 19px;
}
.tab-pane {min-height:500px;}

.select-list-drop {
	/*background-color: #fafafa;*/
	background-color:rgba(52, 122, 183, 0.1);
    padding: 15px;
    border-radius: 6px;
}
.order-header, .order-body {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.box-block {
    margin-bottom: 30px;
}
.box-padding {
    padding: 25px;
}
.box-blue {
    border-top: 8px solid #337ab7;
}
.box-a {
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    background: #fff;
}
/********************************************************************************
			 --- Account - Subscription & Order History ---
*********************************************************************************/
.order-header, .order-body {list-style:none; margin:0; padding:0; overflow:hidden;}
.order-body-container {margin:0 0 30px 0;}
.order-header li, .order-body li {display:block; float:left; padding:10px 15px 10px 0; }
.order-header li.type, .order-body li.type {width:45%}
.order-header li.cost, .order-body li.cost {width:35%}
.order-header li.cancel, .order-body li.cancel {width:20%;}
.order-header li {border-bottom:1px solid #e0e3e7; font-weight:700;}
.subscription-header li {width:33.33333333333333%;}
.subscription-header li.type, .subscription-body li.type {width:45%}
.subscription-header li.cost, .subscription-body li.cost {width:35%}
.subscription-header li.cancel, .subscription-body li.cancel {width:20%;}
.order-header li.order-number, .order-body li.order-number {width:15%;}
.order-body li.order-number {padding-left:7px;}
.order-header li.order-date, .order-body li.order-date {width:37%}
.order-header li.order-total, .order-body li.order-total {width:24%}
.order-header li.order-status, .order-body li.order-status {width:24%;}
.order-body:nth-child(even) {background:#f1f3f5;}
.order-detail .productitemcell {margin:0 0 18px 0;}

/********************************************************************************
			 --- Account ---
*********************************************************************************/
#user-avatar {margin:0 0 15px 0; padding:0 0 15px 0; border-bottom: 1px solid #e0e3e7;}
#user-image {width:176px; height:116px; margin:0 auto 10px auto; }
#user-name {text-align:center; font-size:18px; text-transform:uppercase; margin:0;}
#update-avatar {position:absolute; top:84px; background:#fff; margin:0; padding:0; right:30px; width:33px; height:33px; text-align:center; line-height:1; display:block; -webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%; font-size:32px; color:#337ab7}
/********************************************************************************
			 --- Account - User Picture Upload ---
*********************************************************************************/
.fileinput-button {position:relative; overflow: hidden; padding:0 30px; cursor:pointer;}
.fileinput-button img {-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;}
.fileinput-button input { position: absolute; top: 0; right: 0; margin: 0; opacity: 0; -ms-filter: 'alpha(opacity=0)'; direction: ltr; cursor: pointer; width:176px!important; height:116px; }
@media screen\9 {.fileinput-button input { filter: alpha(opacity=0); font-size: 100%; height: 100%; }}
#progress {display:none; width:100%; height:8px; background:#575d63;}
.progress-bar {width:0px; height:100%; background:#0066a5;}
button.reset {
    border: none;
    background: none;
    cursor: pointer;
    font-weight: normal;
    text-decoration: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    outline: none;
}

/* Scroll Bar */
/* white scroller */
.order-body-container::-webkit-scrollbar {
	width: 12px;
}
 
.order-body-container::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2); 
	border-radius: 10px;
}
 
.order-body-container::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2); 
}

.order-body a { color:#6b483a; }


.social{
    list-style: none;
    overflow: hidden;
    padding-left: 0;
    display: inline-block;
}

.social > li{
    float: left;
    margin: 0px 4px;
}

.social > li > a{
    background-color: #0066a5;
    color: #fff;
    height: 35px;
    width: 35px;
    font-size: 18px;
    line-height: 36px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
}