/*  ------------------------------------------------------------- */
/*  ---------------------------BRKOR----------------------------- */
/*  ------------------------------------------------------------- */

body {
    background: url('../img/bg.jpg') fixed;
    background-color: #f5f5f5;
    color: #000;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    text-shadow: none;
}

/* Text ------------------------------------------------------------- */

h1, h2 {
    font-weight: 800;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-weight: normal;
    color: #000;
}

small {
    font-size: 12px;
    color: #fff;
    font-style: normal;
}

.menu small {
    font-size: 13px;
    color: #b4b4b4;
}

/* Basic ------------------------------------------------------------- */

[class*="span"] {
    margin-bottom: 5px;
}

input,
button,
select,
textarea {
    font-family: 'PT Sans';
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: none !important;
}

a:hover, a:focus {
    color: #000;
    text-decoration: none;
}

.link {
    padding: 5px 6px;
    font-style: italic;
    font-size: 12px;
    border-bottom: 3px solid #e5e5e5;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.link:hover {
    border-bottom: 3px solid #000;
}

hr {
  margin: 20px 0;
  border: 0;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.25);
}

.hr2 {
    background: url('../img/hr.jpg');
    margin: 20px 10px 20px 0;
    border: 0;
    border-radius: 4px;
    padding: 5px 0;
    opacity: 0.25;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.page-header:hover .hr2 {
    opacity: 1;
}

/* Lists ------------------------------------------------------------- */

ul, ol {
	padding: 0;
	margin: 0;
    border: 0;
	list-style-type: none;
}

ul li, ol li {
	line-height: inherit;
}

ul li {
    display: block;
    padding: 0;
}

/* Header ------------------------------------------------------------- */

header {
    background-color: #fff;
    padding: 40px 0 0 0;
    z-index: 999;
}

/* Menu ------------------------------------------------------------- */

.menu .navbar {
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 20px;
}

.menu small {
    font-style: normal;
    font-weight: normal;
}

.menu .navbar-inner {
    background-color: transparent;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.menu .brand {
    float: left;
    color: #000;
    font-size: 14px !important;
    text-shadow: none !important;
    text-align: right;
    margin-top: -22px;
}

.menu .brand img {
    padding-right: 15px;
}

.menu .brand small {
    font-size: 18px !important;
}

.menu .brand .subtitle {
    color: #000;
}

.menu .nav {
    float: right;
    z-index: 999;
}

.menu .dropdown-menu {
    margin: 0;
}

.menu .dropdown .open a {
    background: #000;
}

.menu .navbar .nav li ul li {
    background: transparent;
}

.menu .navbar .nav li.dropdown > .dropdown-toggle .caret {
    margin-left: 7px;
}

.menu .navbar .nav > li > a {
    background-color: transparent;
    padding: 0 6px 10px 6px;
    font-size: 14px !important;
    color: #000;
    text-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
    border: 0;
    border-bottom: 3px solid #e5e5e5;
}

.menu .navbar .nav > li > a:hover {
    color: #000;
    border-bottom: 3px solid #000;
}

.menu .navbar .nav > .active > a, .menu .navbar .nav > .active > a:hover, .menu .navbar .nav > .active > a:focus {
    color: #000;
    font-weight: bold;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.menu .navbar .nav .active {
    color: #000;
    font-weight: bold;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom: 3px solid #000;
}

.menu .navbar .btn-navbar {
    background-image: none;
    background-color: transparent;
    float: right;
    color: #000;
    padding: 0;
    cursor: pointer;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}

.navbar-inner {
    background-color: transparent;
	background: #fff;
    padding: 0;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.menu .dropdown-menu {
	min-width: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.menu .dropdown-menu {
    background: transparent;
    color: #000;
    padding: 0;
    border: 0;
    -webkit-border-radius: 0 5px 5px 5px;
    -moz-border-radius: 0 5px 5px 5px;
    border-radius: 0 5px 5px 5px;    
}

.menu .dropdown-menu li > a {
    color: #000;
    padding: 5px;
	border-bottom: 3px solid transparent;
}

.menu .dropdown-menu li > a:hover,
.menu .dropdown-menu li > a:focus,
.menu .dropdown-submenu:hover > a {
    background: transparent;
    color: #000;
    text-decoration: none;
	border-bottom: 3px solid #4ccbf8;

}

.menu .nav .dropdown:hover .caret {
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.menu ul.nav li.dropdown:hover > ul.dropdown-menu{
    display: block;  
}

.menu .navbar .nav li.dropdown.open > .dropdown-toggle  {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.menu .navbar .nav .dropdown .dropdown-toggle:hover {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.menu .navbar .nav>li>.dropdown-menu:after {
	content: none;
}

.menu .navbar .nav>li>.dropdown-menu:before {
	content: none;
}

.menu .navbar .nav li.dropdown.open>.dropdown-toggle, 
.menu .navbar .nav li.dropdown.active>.dropdown-toggle, 
.menu .navbar .nav li.dropdown.open.active>.dropdown-toggle {
	background-color: transparent;
	color: #000;
}

/* Box and caption ------------------------------------------------------------- */

.caption {
    background: url('../img/bgw.png');
    padding: 10px 15px 20px 15px;
    text-align: left;
    bottom: 0;
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.color1 {
    background-color: #ffa200 !important;
}

.color1 .caption {
    background-color: rgba(255, 162, 0, 0.75) !important;
}

.color2 {
    background-color: #6d148a !important;
}

.color2 .caption {
    background-color: rgba(109, 20, 138, 0.75) !important;
}

.color3 {
    background-color: #1c4ea7 !important;
}

.color3 .caption {
    background-color: rgba(28, 78, 167, 0.75) !important;
}

.color4 {
    background-color: #353535 !important;
}

.color4 .caption {
    background-color: rgba(53, 53, 53, 0.75) !important;
}

.color5 {
    background-color: #087484 !important;
}

.color5 .caption {
    background-color: rgba(20, 123, 138, 0.75) !important;
}

.color6 {
    background-color: rgb(255, 95, 19) !important;
}

.color6 .caption {
    background-color: rgba(157, 26, 47, 0.75) !important;
}

.box {
    width: 100%;
    background: url('../img/reflection.png') no-repeat top right;
    background-color: rgb(238, 238, 238);
    overflow: hidden;
    -webkit-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.box img {
    width: 100%;
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.box-with-caption-on-image {
    position: relative;
}

.box-with-caption-on-image .caption {
    position: absolute;
}

/* Caption backgrounds ------------------------------------------------------------- */

.photo-bg {
    background: url('../img/photo.png') no-repeat top right;
}

.video-bg {
    background: url('../img/video.png') no-repeat top right;
}

.music-bg {
    background: url('../img/music.png') no-repeat top right;
}

.globe-bg {
    background: url('../img/globe.png') no-repeat top right;
}

.feed-bg {
    background: url('../img/feed.png') no-repeat top right;
}

.code-bg {
    background: url('../img/code.png') no-repeat top right;
}

.download-bg {
    background: url('../img/download.png') no-repeat top right;
}

/* Post horizontal ------------------------------------------------------------- */

.horizontal img {
    margin-right: 15px;
    float: left;
    width: auto;
}

.horizontal .caption {
    float: none;
}

.horizontal .carousel-inner {
    width: auto;
    float: left;
}

.horizontal .carousel-indicators {
    left: 7px;
}

/* Post thumbnail ------------------------------------------------------------- */

.thumbnail-header {
	color: #fff;
	background-color: #030303;
    padding: 5px 15px;
    text-align: left;
}

.thumbnail-header a {
	color: #fff;
}

#music-header {
    background-color: rgb(60, 12, 54);
}

#video-header {
    background-color: rgb(15, 48, 78);
}

#photo-header {
    background-color: rgb(83, 13, 33);
}

.thumbnail-header i {
	margin-right: 5px;
}

/* Slider ------------------------------------------------------------- */

#slider {
    position: relative;
}

#slider .caption {
    background: transparent;
    background-color: transparent;
	position: absolute;
    width: 100%;
	bottom: 10%;
	color: #fff;
    padding-top: 0;
}


#slider .carousel-navigation .prev {
    background: url('../img/prev.png');
    height: 124px;
    width: 64px;
    padding: 0;
    left: 10%;
}

#slider .carousel-navigation .next {
    background: url('../img/next.png');
    height: 124px;
    width: 64px;
    padding: 0;
    left: 80%;
    margin-left: 32px;
}

#slider .carousel-navigation .btn {
    position: absolute;
    top: 25%;
    margin-top: -62px;
    opacity: 0;
    border-radius: 0;
    -webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}

#slider:hover .carousel-navigation .btn {
    top: 50%;
    opacity: 0.5;
}

#slider .carousel-navigation .btn:hover {
    opacity: 1;
}

#slider span {
    background: #000;
    padding: 0 15px;
}

#slider h1 {
    line-height: 53px;
}

#slider h2 {
    line-height: 44px;
}

/* Carousel ------------------------------------------------------------- */

.carousel-indicators li {
    background-color: rgba(255, 255, 255, 0.25);
    width: 20px;
    height: 20px;
    border-radius: 10px;
    cursor: pointer;
}

.carousel-indicators .active {
    background-color: #fff;
}

.btn.next,
.btn.prev {
    background: rgba(0, 0, 0, 0.1);
    padding: 5px 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.carousel {
    width: 100%;
    margin-bottom: 0px;
    line-height: inherit;
}

.carousel-caption {
    background-color: transparent;
    color: #000;
    top: 10%;
    left: 50%;
}

.caption-embed .caption {
    position: absolute;
    bottom: 15px;    
}

.carousel-nav {
    position: absolute;
    bottom: 0;
    right: 0;
}

.carousel-navigation {
    float: right;
}

.carousel-navigation .btn {
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.carousel-inner > .item {
    width: 100%;
}

/* Carousel fade option ------------------------------------------------------------- */

.carousel-fade .item {
    -webkit-transition: opacity 1.2s ease-in-out;
    -moz-transition: opacity 1.2s ease-in-out;
    -ms-transition: opacity 1.2s ease-in-out;
    -o-transition: opacity 1.2s ease-in-out;
    transition: opacity 1.2s ease-in-out;
}

.carousel-fade .active.left,
.carousel-fade .active.right {
    left: 0;
    z-index: 2;
    opacity: 0;
}

.carousel-fade .next,
.carousel-fade .prev {
    left: 0;
    z-index: 1;
}

/* Player ------------------------------------------------------------- */

#player {
    background-color: #000;
    padding-top: 10px;
    color: #fff;
}

#player p,
#playlist p {
    margin-top: 5px;
}

#playlist {
    background-color: #0f0f0f;
    display: none;
    padding: 0px 0 20px 0;
    color: #fff;
}

#playlist .page-header,
#playlist .page-header small {
    color: #fff;
}

#playlist-btn {
    float: right;
}

/* Image Zoom ------------------------------------------------------------- */

.zoom  {
    width: 50px;
    height: 50px;
    background:  url('../img/zoom.png') no-repeat  ;
    position: absolute;
    z-index: 999;
    opacity: 0.75;
    right: 0px;
    bottom: 0px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.view:hover .zoom {
    opacity: 1;
}

.view:hover img {
    opacity: 0.25;
}

.view {
    position: relative;
}

/* Footer ------------------------------------------------------------- */

#footer-big {
    background-color: #151515;
    padding: 20px 0;
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
}

#footer-big a {
    color: #fff;
}

footer {
    background-color: #101010;
    padding: 20px 0 0 0;
    color: #fff;
}

#flickr img {
    margin-right: 5px;
    margin-bottom: 5px;
}

#up {
    position: fixed;
    display: none;
    background: #000;
    opacity: 0.25;
    padding: 15px;
    bottom: 30px;
    right: 30px;
    -moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
} 

#up:hover {
    opacity: 1;
}

.twitter {
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url('../img/twitter.png') 0 0;
    -moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;  
}

.twitter:hover {
    background-position: 0 -32px;
}

.facebook {
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url('../img/facebook.png') 0 0;
    -moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease; 
}

.facebook:hover {
    background-position: 0 -32px;
}

.youtube {
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url('../img/youtube.png') 0 0;
    -moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.youtube:hover {
    background-position: 0 -32px;
}

.vimeo {
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url('../img/vimeo.png') 0 0;
    -moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease; 
}

.vimeo:hover {
    background-position: 0 -32px;
}

.behance {
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url('../img/behance.png') 0 0;
    -moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease; 
}

.behance:hover {
    background-position: 0 -32px;
}

.gplus {
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url('../img/gplus.png') 0 0;
    -moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;  
}

.gplus:hover {
    background-position: 0 -32px;
}

.tumblr {
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url('../img/tumblr.png') 0 0;
    -moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.tumblr:hover {
    background-position: 0 -32px;
}

.pinterest {
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url('../img/pinterest.png') 0 0;
    -moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;   
}

.pinterest:hover {
    background-position: 0 -32px;
}

.skype {
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url('../img/skype.png') 0 0;
    -moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease; 
}

.skype:hover {
    background-position: 0 -32px;
}

.share {
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url('../img/share.png') 0 0;
    -moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;  
}

.share:hover {
    background-position: 0 -32px;
}

.footer-brand {
    vertical-align: 9px;
}

.twitterfeed {
    background: url('../img/tf.png') no-repeat top right;
}

.twitterfeed img {
    opacity: 1;
}

/* Nav Tabs ------------------------------------------------------------- */

.container-tabs ul {
    background: transparent;
    padding: 1px 0;
    width: 100%;
    border-radius: 0;
    -moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
    border: 0;
}

.container-tabs ul {
    border: 0;
}

.container-tabs li a {
	background: #030303;
    float: left;
    padding: 4px 15px;
    border: 0;
    -moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.container-tabs li a:hover {
    background: #0044cc;
    float: left;
}

.container-tabs .nav-tabs > .active > a, .container-tabs .nav-tabs > .active > a:hover {
    background-color: #0044cc;
    color: #fff;
    border: 0;
}

.container-tabs .nav {
    margin: 0;
}

/* Tooltip ------------------------------------------------------------- */

.tooltip {
    font-size: 13px;
}

.tooltip-inner{
    background-color: #101010;
    color: #fff;
    -webkit-border-radius:7px;
    -moz-border-radius:7px;
    border-radius:7px;
}

.tooltip.top .tooltip-arrow{border-top-color:#101010;}
.tooltip.right .tooltip-arrow{border-right-color:#101010;}
.tooltip.left .tooltip-arrow{border-left-color:#101010;}
.tooltip.bottom .tooltip-arrow{border-bottom-color:#101010;}

/* Align ------------------------------------------------------------- */

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

/* Float ------------------------------------------------------------- */

.float-center {
    margin: 0 auto;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}


/* Breadcrumbs ------------------------------------------------------------- */

.breadcrumb {
    width: 100%;
    background-color: transparent;
    padding: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: normal;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.25);
    border-radius: 0;
}

.breadcrumb li {
    text-shadow: none;
}

.breadcrumb > .active {
    color: #fff;
    font-weight: normal;
}

.breadcrumb > li > .divider {
    color: #fff;
}

.breadcrumb a {
    color: #fff;
    padding: 0;
}


/* Video Container ------------------------------------------------------------- */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Bootstrap ------------------------------------------------------------- */

blockquote {
    border-left: 3px solid #e5e5e5;
}

blockquote p {
    font-size: 14px;
    font-style: italic;
}

.btn-large [class^="icon-"], 
.btn-large [class*=" icon-"], 
.btn-mini [class^="icon-"], 
.btn-mini [class*=" icon-"], 
.btn-small [class^="icon-"], 
.btn-small [class*=" icon-"] {
    margin-top: 1px;
}

.btn-group > .btn, 
.btn-group > .dropdown-menu, 
.btn-group > .popover {
    font-size: 12px;
}

.btn {
    background: rgba(0, 0, 0, 0.25);
    color: #fff;
    font-size: 12px;
    border: 1px solid transparent;
    line-height: 20px;
    text-shadow: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn:hover {
    background: #000;
    color: #fff;
}

.btn.active, .btn:active {
    background: rgba(0, 0, 0, 0.25);
    color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn.active:hover {
    background: #000;
}

.btn:focus {
    background: #000;
    outline: none;
}
.btn-primary {
    background: #0044cc;
}

.btn-info {
    background: #2f96b4;
}

.btn-success {
    background: #51a351;
}

.btn-warning {
    background: #f89406;
}

.btn-danger {
    background: #bd362f;
}

.btn-inverse {
    background: #000;
    
}

input.search-query {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

select, textarea, 
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input {
    font-size: 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: none;
}
    
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    background: #101010;
    border: 1px solid #000;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

textarea { 
    resize: none; 
}

textarea, input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input {
    max-width: 90%;
    background: #101010;
    border: 1px solid #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #fff;
}

label, input, button, select, textarea {
    font-size: 13px;
}

input, textarea, .uneditable-input {
    width: 100%;
}

.dropdown-menu {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.dropdown-menu li > a {
    color: #000;
    padding: 5px 15px;
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
    background: #000;
    color: #000;
    text-decoration: none;
}

.dropdown-submenu > .dropdown-menu {
    -webkit-border-radius: 0 5px 5px 5px;
    -moz-border-radius: 0 5px 5px 5px;
    border-radius: 0 5px 5px 5px;
}

.pagination ul {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 7px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0 0 7px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 0 7px 0 rgba(0, 0, 0, 0.25);
}

.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 5px;
}

.pagination ul > li:last-child > a, .pagination ul > li:last-child > span {
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
}

.pagination ul > li > a, .pagination ul > li > span {
    background-color: #101010;
    padding: 5px 15px;
    border: 0;
}

.pagination ul > li > a:hover, .pagination ul > .active > a, .pagination ul > .active > span {
    background-color: #000;
    color: #000;
}

.hero-unit {
    background-color: transparent;
    padding: 0px 0;
    margin: 0;
}

.page-header {
	color: #000;
    padding-bottom: 9px;
    margin: 20px -10px 0 0;
    border: 0;
}

.page-header small {
	color: #000;
}

.label, .badge {
    color: #000;
    padding: 5px 7px;
    text-shadow: none;
}

.alert {
    text-shadow: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.modal {
    background-color: transparent;
    text-align: center;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.modal-backdrop {
    background-color: rgb(0, 0, 0);
}

.close {
    margin-bottom: 5px;
    opacity: 0.75;
}

.close:hover {
    opacity: 1;
}

/* Embedded ------------------------------------------------------------- */

.soundcloud-small {
	width: 100%;
	height: 172px;
	border: 0;
}

.soundcloud-big {
	width: 100%;
	height: 300px;
	border: 0;
}

.video-box {
	border: 0;
}

.google-map {
	border: 0;
	height: 330px;
	width: 100% !important;
}

.facebook-box {
	background-color: #fff;
	border: 0; 
	overflow:hidden; 
	width:100%; 
	height:558px;
}

/* Isotope ------------------------------------------------------------- */

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  z-index: 1;
}

#filters .link.active {
    border-bottom: 3px solid #000;
}

/* IE8 ------------------------------------------------------------- */

.ie8 .caption {
    background-color: transparent;
}

.ie8 .btn {
    background-color: #000;
}

/* Max Width 979px ------------------------------------------------------------- */

@media (max-width: 979px){
    
.menu ul {
    width: 100%;
}

.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
    padding: 0;
    font-weight: normal;
    color: #b4b4b4;
}

.modal img {
    width: 100%;
}

.horizontal img {
    width: 100%;
    float: none;
}

.horizontal .carousel-inner {
    width: 100%;
    float: none;
}

}

/* Max Width 767px ------------------------------------------------------------- */

@media (max-width: 767px) {

[class*="span"], .uneditable-input[class*="span"], .row-fluid [class*="span"] {
    float: left; 
}

body {
    padding: 0;
}

.container {
    margin-left: 50px;
    margin-right: 50px;
}

    
}