@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,600);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);

body {
	font-family: Raleway;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
}
select.form-control {
	/*font-size: 11px;*/
	font-weight: 600;
    /*text-transform: uppercase;*/
    letter-spacing: 1px;
}

#header {
	background: #000;
	/*padding: 0px 0 30px 0;*/
	text-align: center;	
}
#header {
	background: #000;
	padding: 10px 0;
	text-align: center;	
}
#header .admin-nav .list-inline > li > a {
	font-size: 11px;
	color: #999;
	font-weight: 600;
    letter-spacing: 1px;
	text-transform: uppercase;	
}
#header .admin-nav .list-inline > li > a:hover {
	color: #fff;	
}
#header .navbar-form-search {
    margin-bottom: 0;
}
#header .navbar-form-search input {
	width: 380px;
}

@media (max-width: 767px) {
	#header .navbar-form-search input {
		width: 100%;
	}
	
	#header .logo {
		width: 100%;	
	}
}


#nav {
	margin-bottom: 0px;
	border-color: #333;
	background-color: #333;
}

#nav .navbar-nav > li.active > a {
    background-color: transparent;
    color: #00E6FE;
}
#nav .navbar-primary > li > a {
    font-size: 15px;
    margin: 0 8px;
    padding: 10px 0 0 0;
}
#nav .navbar-secondary > li > a {
    margin: 0 6px;
     padding: 0 0 10px 0;
}

#breadcrumbs {
	background: #eaebec;
	margin-bottom: 0px;
	padding: 10px 0;
}
#breadcrumbs .breadcrumb, #breadcrumbs .breadcrumb > li {
	background-color: transparent;
	margin-bottom: 0px;
}
#main #content {
	padding-top: 30px;
	padding-bottom: 50px;	
}
#carousel-showcase .item {
	overflow: hidden;
	width: 100%;
	height: 400px;
	max-height: 80vh;
}
#carousel-showcase .img-background {
	width:100%;
	height: 400px;
	max-height: 80vh;
	display:block;
	transform: scale3d(1, 1, 1);
	background-size: contain;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all .0.3s ease-in-out 0s;
}

#carousel-showcase .img-background:hover {
    transform: scale3d(1.1, 1.1, 1.1);
}
#carousel-showcase .carousel-indicators {
    bottom: 15px;
    margin-bottom: 0;
}
#carousel-videos .carousel-control {
    color: #999;
    opacity: 1;
    top: auto;
	text-shadow: none;
}
#carousel-videos .carousel-control.left, #carousel-videos .carousel-control.right {
  background-image: none;
  filter: none;
}
#carousel-videos .carousel-control:hover, #carousel-videos .carousel-control:focus {
    color: #333;
    opacity: 1;
}
#carousel-videos .carousel-indicators li {
    border: 1px solid #999;
}
#carousel-videos .carousel-indicators .active {
    background-color: #333;
	border-color: #333;
}

#carousel-videos .carousel-indicators {
	bottom: -40px;
}
@media (max-width: 767px){
	#carousel-videos .carousel-indicators {
		bottom: -48px;
	}
}


    #carousel-videos2 .item{
      margin: 3px;
    }
    #carousel-videos2 .item img{
      display: block;
      width: 100%;
      height: auto;
    }


#footer {
	padding: 0px 0 20px;
	background: #f7f7f7;
}
#footer .navbar {
	background-color: transparent;
	border: none;
}
#footer .panel-default {
	background-color:transparent;	
}
#musicPlayer .container {
	position: relative;	
}
#musicPlayer .player-controls, #musicPlayer .player-info {
   	position: absolute;
	top:0;
	bottom:0;
}
#musicPlayer .player-controls {
	left:15;
	width: 120px;	
}
#musicPlayer .player-info {
	right:0;
	left:130px;	
}
#musicPlayer .player-prev, #musicPlayer .player-play, #musicPlayer .player-pause, #musicPlayer .player-next {
    background: #999;
    color: #000;
    display: block;
    text-align: center;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
#musicPlayer .player-prev:hover, #musicPlayer .player-play:hover, #musicPlayer .player-pause:hover, #musicPlayer .player-next:hover {
	background: #fff;
}
#musicPlayer .player-play, #musicPlayer .player-pause {
    border-radius: 25px;
    float: left;
    font-size: 24px;
    height: 50px;
    line-height: 32px;
    margin: 5px;
    padding-top: 11px;
    width: 50px;
}
#musicPlayer .player-pause {
	display: none;
	background: #28a1c5;
}
#musicPlayer .player-pause.visible {
	display: block;
}
#musicPlayer .player-prev, #musicPlayer .player-next {
    border-radius: 12px;
    float: left;
    font-size: 11px;
    height: 24px;
    line-height: 24px;
    margin-top: 20px;
    width: 24px;
}
#musicPlayer .player-cover {
	width: 60px;
	height: 60px;
	float: left;
	margin-right: 10px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;	
}
#musicPlayer .player-title, #musicPlayer .player-artist {
	display: block;
	text-align: center;
}
#musicPlayer .player-title {
	color: #fff;
	margin-top: 10px;
	line-height: 16px;
}
#musicPlayer .player-artist {
	font-size: 11px;
	font-weight: 700;
	margin-bottom: 5px;
	color: #999;
}
#musicPlayer .player-tracker {
    height: 5px;
    border-radius: 0;
	background: #000;
}
#musicPlayer .player-playlist li {
	display: none;
}
#musicPlayer .player-playlist li.active {
	display: block;
}
.btn-icon {
    font-size: 16px;
    line-height: 16px;
    padding-left: 15px;
    padding-right: 15px;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}

input[readonly] {
  background-color: white !important;
  cursor: text !important;
}
.btn-thin {
	padding-left: 15px;
	padding-right: 15px;	
}
.btn-xs, .btn-group-xs > .btn {
    font-size: 11px;
}
.carousel {
	margin-bottom: 10px;
}
.carousel .carousel-inner {
	/*height: 400px;*/
	overflow: hidden;
	position: relative;
}
.carousel .carousel-inner > .item {
	/*height: 400px;*/
}
.dataTables_wrapper {
	padding:15px 0; border: 1px solid #ddd; border-width: 1px 0; margin: 30px 0 20px 0;
}
.dropdown-menu {
	overflow-y:scroll; 
	max-height: 320px;
}
.form-control {
	font-weight: 600;
}
.form-group input, .form-group button, .form-group .btn, .form-group .form-control {
	margin-bottom: 0;	
}
.form-inline .form-group {
	margin-bottom: 1.5rem;
}

.form-inline .form-control {
	margin-bottom: 0;
}
.form-sm .control-label {
	padding-top: 2px;
}
.form-sm .form-control {
	margin-bottom: 8px;	
}
.header {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.img-background {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;	
}
.img-rounded {
	overflow: hidden;	
}

.list-inline, .list-inline > li {
	margin-bottom: 0;	
}
.list-group-item {
    border-width: 1px 0;
}
.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: none;
}
.list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
     border-bottom: none;
}
.main-nav {
	padding: 20px;
	background: #222;
	list-style: none;
}
.main-nav > li {
	margin-bottom: 10px;
}
.main-nav > li > a {
	color: #00E6FE;
}
.main-nav > li > a, .navbar-nav > li > a {
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
}
.main-nav > li.active > a, .main-nav > li > a:hover, .main-nav > li > a:focus {
	color: #fff;
	text-decoration: none;
}
.main-nav .divider {
    background-color: #444;
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
}
.masonry.row {
	margin: 0 -5px;
}
.masonry-item {
	margin-bottom: 10px;
	padding: 0 5px;
	width: 25%;
}
.media {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;	
}
.media-left {
	padding-top: 5px;	
}
.navbar .navbar-nav, .navbar .nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	display: block;
	float: none;
}
.navbar .navbar-nav > li, .navbar .navbar-nav > li > a {
	display: inline-block;
	float: none;
}
.navbar-form .form-control {
	border-radius: 25px 0 0 25px;
}
.navbar-form .btn {
	border-radius: 0 25px 25px 0;
}
.page-header {
	padding:0;
	border-color: #ddd;
}
.panel {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.panel-flushed .panel-heading {
	padding:  20px 0;
	margin-bottom: 20px;
}
.panel-default {
	border: none;	
}
.panel-default .panel-heading {
	background-color: transparent;
	border-color: #ddd;
}
/*.panel-default {
	background: #222;
	border-color: #222;
	margin-bottom: 10px;
}
.panel-default .panel-heading {
	background: #222;
	border-color: #222;
}
.panel-default .panel-title {
	color: #00E6FE;
	text-transform: uppercase;
}*/
.panel-title {
	font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.scroll-y {
	overflow-y: scroll;
}
.share {
	position: relative;
	padding: 10px 0; 
	margin-bottom:10px;	
}
.share a{
	text-decoration: none;	
}
.showcase {
	display: block;
	position: relative;
	margin-bottom: 10px;
	height: 240px; 
	overflow: hidden;
}
.showcase-body {
	display: block;
	width: 100%;
	height: 180px; 
}
.showcase-caption {
	display: block;
	background: #000;
	color: #fff;
	padding: 20px 20px;
	position: absolute;
	width: 100%;
	bottom: 0;
}
.showcase-hero {
	height: 570px;
	position: relative;	
	display: block;
	margin-bottom: 10px;
	border-radius: 8px;
}
.showcase-hero-caption h2 {
	margin:0;
	font-size: 40px;
	color: #fff;
	padding: 30px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-shadow: 0 0 5px #000000;
}
.showcase-hero-caption .showcase-button {
	bottom: 15px; 
	position: absolute; 
	right:30px;
}
.showcase-overlay {
	display:block; 
	position: absolute; 
	bottom:0; 
	left:0; 
	right:0; 
	top:0px; 
	background-color: rgba(0, 0, 0, 0);	
	text-align: center;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.showcase:hover .showcase-overlay {
	/*top:0px; */
	background-color: rgba(0, 0, 0, .5);	
}
.showcase-overlay .icon {
	margin-top: 180px;
	color: #fff;
	display: block;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.showcase:hover .showcase-overlay .icon {
	margin-top: 50px;
}
.showcase-info-text {
	margin-top: 180px;
	color: #fff;
	display: block;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.showcase:hover .showcase-info-text {
	margin-top: 10px;
}
.showcase-title {
	margin: 0;
	font-size: 16px;
}
.social-follow {
    margin-bottom: 15px;
}
.social-follow, .social-follow .social-link {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 18px;
    text-transform: uppercase;
}
.social-follow .social-link {
    color: #999;
    font-size: 12px;
}
.social-follow .social-facebook:hover {
    color: #99aaff;
}
.sm-col {
	padding: 0 5px;	
}
.sm-row {
	margin: 0 -5px;
}
.progress-bar {
   -webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

.text-10x {
	font-size: 10em;	
}
.text-8x {
	font-size: 8em;	
}
.text-facebook {
	color: #3B5998;	
}
.text-linkedin {
	color: #0077B5;
}
.text-twitter {
	color: #00B0ED;
}
.text-google-plus {
	color: #DF4A32;
}
.m-b-none {
	margin-bottom: 0 !important;
}
.p-t-md {
	padding-top: 20px !important;
}
.p-t-lg {
	padding-top: 40px !important;
}
.p-t-xl {
	padding-top: 60px !important;
}
