@import url('http://fonts.googleapis.com/css?family=Titillium+Web:400,600,900,300');
@import url('http://fonts.googleapis.com/css?family=Open+Sans:100,400,600,800');
@import url('http://fonts.googleapis.com/css?family=Roboto:100,300,300italic,900&subset=latin');
body, html {
	position: relative;
	height: 100%;
}
a {
	outline: 0;
}
header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	display: inline !important;
	width: 920px;
	z-index: 10000;
}
header h1 {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 900;
	font-size: 37px;
	color: #fff;
	text-transform: uppercase;
	display: block;
	float: left;
	background: url(../img/header.png) 0 0 repeat;
	padding: 8px 20px;
	transition: font-size 0.3s;
}
header.shrink {
	width: 790px !important;
	transition: width 0.5s 0.5s;
}
header.shrink h1 a {
	font-size: 25px;
	transition: font-size 0.3s;
}
header.shrink h1 a img {
	width: 35px !important;
	transition: width 0.3s;
}
header h1 img {
	width: 52px;
	margin: 0;
	float: left;
	transition: width 0.3s;
}
header h1 span {
	float: left;
	margin: 0 0 0 15px;
}
header h1 a {
	padding: 0;
	display: block;
	color: #fff;
	background-color: transparent;
	transition: all 0.3s;
}
.photo {
	height: 450px;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==);
	position: relative;
	background-attachment: fixed;
	/*	box-shadow: inset 0 30px 80px rgba(0, 0, 0, 1);*/
	transition: /*height 0.5s, */box-shadow 0.5s;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
}
.toggle {
	content: " ";
	height: 100% !important;
	width: 100% !important;
	position: absolute !important;
	top: 0;
	left: 0;
	z-index: 200;
}
.fullscreen {
	height: 100% !important;
	transition: height 0.5s, box-shadow 0.5s;/*	box-shadow: inset 0 10px 30px rgba(0, 0, 0, 0.45);*/
}
.photo.last.fullscreen {
	transition: box-shadow 0.5s !important;
}
.fullscreen.photo:after, .fullscreen.photo:hover:after {
	opacity: 1 !important;
	transition: opacity 0.5s, background 0.5s;
	background: transparent url(../img/gradient.png) left bottom repeat-x !important;
}
.fullscreen .more-info, .fullscreen .close {
	display: block;
	opacity: 1;
	transition: opacity 0.5s;
	visibility: visible;
}
.fullscreen .info h2 {
	opacity: 0.5;
	transition: opacity 0.5s;
}
.fullscreen.photo:before {
	opacity: 0.2;
	transition: opacity 0.3s;
}
.close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 11000;
	display: block;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 26px;
	font-weight: 100;
	opacity: 0;
	visibility: hidden;
	cursor: pointer;
	background-color: #000;
	background-image: url(../img/close.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 25px;
	height: 21px;
	padding: 10px;
	transition: background-color 0.5s !important;
	overflow: hidden;
	text-indent: -5000px;
}
.close:hover {
	transition: background-color 0.2s !important;
}
.photo:before {
	content: "";
	width: 100%;
	height: 100%;
	opacity: 0.7;
	position: absolute;
	z-index: 2 !important;
	display: block;
	background: url(../img/gradient-top.png) left top repeat-x;
	transition: opacity 0.3s;
}
.photo:after {
	content: "";
	width: 100%;
	height: 100%;
	opacity: 0.5;
	position: absolute;
	z-index: 10;
	display: block;
	transition: background 0.5s, opacity 0.5s;
}
.photo:hover:after {
	opacity: 0.85;
}
.info {
	position: absolute;
	left: 30px;
	bottom: 50px;
	width: 60%;
	z-index: 100;
}
.info h1 {
	font-family: 'Titillium Web', sans-serif;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
	font-weight: 900;
	font-size: 104px;
	line-height: 80%;
	margin-bottom: 20px;
	letter-spacing: -1px;
	display: block;
	transition: margin-left 0.5s;
}
.photo h1 a {
	text-decoration: none;
	color: #fff;
	display: inline-block;
	padding-left: 0;
	padding-right: 50px;
	transition: padding-left 0.5s, padding-right 0.5s, background 0.3s;
	background: url(../img/arrow.png) -50px 17px no-repeat;
}
.photo:hover h1 a, .fullscreen h1 a {
	text-decoration: none;
: padding-left 0.5s, padding-right 0.5s, background 0.3s;
	padding-left: 50px;
	padding-right: 0;
	background: url(../img/arrow.png) 0 17px no-repeat;
}
.photo:hover h1 span, .fullscreen h1 span {
	padding-left: 50px !important;
	transition: padding-left 0.8s;
}
.info h1 span {
	transition: padding-left 0.8s;
	padding: 0;
	margin-left: 2px;
	font-size: 20px;
	color: #fff;
	line-height: 110%;
	letter-spacing: 0;
	font-weight: 600;
	opacity: 1;
	clear: both;
	display: block;
	text-shadow: none;
}
.info h1 span em:before {
	content: '/ recently added';
	padding-right: 10px;
}
.info h1 span em {
	font-style: italic;
	opacity: 0.6;
	text-transform: lowercase;
}
.info h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	color: #fff;
	opacity: 1;
	line-height: 95%;
	font-size: 20px;
	display: inline;
	/*	text-shadow: 0 0 7px rgba(0, 0, 0, 0.7);*/
	text-transform: uppercase;
	transition: opacity 0.5s;
}
.links {
	position: absolute;
	left: 30px;
	bottom: 30px;
	width: auto;
	z-index: 300;
}
.links small {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: #fff;
	opacity: 0.7;
	white-space: nowrap;
	font-weight: 900;
	font-size: 14px;
	text-transform: uppercase;
}
.links small a {
	color: #fff;
	text-decoration: none;
}
.links small a:hover {
	text-decoration: underline;
}
.links small:before {
	content: "Photography: ";
	font-weight: 300;
	text-transform: none;
}
.more-info {
	font-family: 'Titillium Web', sans-serif;
	position: absolute;
	bottom: 30px;
	right: 20px;
	color: #fff;
	text-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
	font-weight: 900;
	font-size: 40px;
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;
	z-index: 200;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.5s;
}
.more-info a {
	background: url(../img/arrow-visit.png) right 57% no-repeat;
	text-decoration: none;
	display: block;
	padding-right: 25px;
	transition: margin-right 0.5s, color 0.5s;
	margin-right: 10px;
	color: #fff;
}
.more-info a:hover {
	transition: margin-right 0.5s, color 0.5s;
	margin-right: 5px;
}
/* Navigation */
#top-menu {
	margin: 0;
	float: left;
}
#top-menu li {
	float: left;
}
#top-menu li a {
	padding: 12px 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 17px;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	letter-spacing: -1px;
	color: #0aa;
	background: #fff;
	transition: color 0.5s, background 0.5s, padding 0.5s, opacity 0.5s;
	box-shadow: none;
}
#top-menu li a:hover {
	background: #0aa;
	padding: 23px 15px 13px 15px;
	color: #fff;
	transition: color 0.5s, background 0.5s, padding 0.5s, opacity 0.5s;/*	box-shadow: 0 3px 15px rgba(0,0,0,0.4);*/
}
#top-menu li.active a {
	background: #0CC;
	padding: 23px 15px 13px 15px;
	color: #fff;
	transition: color 0.5s, background 0.5s, padding 0.5s, box-shadow 0.5s, opacity 0.5s;
	box-shadow: 0 3px 7px rgba(0,0,0,0.3);
}
#top-menu li a.contact {
	background: #fff;
	opacity: 0.75;
	color: #777;
	margin-left: 1px;
}
#top-menu li a.contact:hover {
	background: #777;
	color: #fff;
	opacity: 1;
}
#top-menu li a.fb-page {
	background: #3b5998 url(../img/fb.png) center center no-repeat;
	background-size: 10px;
	overflow: hidden;
	text-indent: -5000px;
	width: 10px;
	opacity: 0.85;
}
#top-menu li a.fb-page:hover {
	background-color: #1a356e;
	opacity: 1;
}
/* About */
#about {
	background: #035 url(../img/about.jpg) center center repeat-x;
	position: relative;
	padding: 100px 0 30px 0;
}
#about .col {
	padding: 0 30px;
	width: 40%;
	float: left;
}
#about p {
	font-family: 'Roboto', sans-serif;
	font-size: 19px;
	line-height: 130%;
	font-weight: 300;
	color: #fff;
	/*	text-transform:uppercase;*/
	text-shadow: 0 0 10px rgba(0,0,0,0.7);
	margin: 10px 0;
}
#about p small {
	font-weight: 300;
	font-size: 13px;
}
#about p small:before {
	content: "Source: ";
}
#about p small a {
	color: #fff;
	font-weight: 800;
	text-decoration: none;
}
#about p strong {
	font-weight: 800;
	text-transform: uppercase;
}
#about .dropcap {
	font-size: 32px;
	line-height: 20px;
	float: left;
	margin: 4px 7px 0 0;
	color: #035;
	text-shadow: none;
	padding: 10px;
	background: url(../img/dropcap.png) center center repeat;
	font-weight: 900;
	opacity: 0.6;
}
/* Disclaimer */
.disclaimer {
	padding: 30px 30px 15px 30px;
	background: #eee;
	box-shadow: inset 0 10px 30px rgba(0, 0, 0, 0.3);
}
.disclaimer-title {
	background: #444;
	padding: 30px;
	box-shadow: inset 0 10px 30px rgba(0, 0, 0, 0.5);
}
.disclaimer-title h1 {
	font-family: 'Titillium Web', sans-serif;
	text-transform: uppercase;
	color: #fff;
	font-weight: 900;
	font-size: 30px;
	line-height: 80%;
	letter-spacing: 0;
	display: block;
	/*	transition: margin-left 0.5s;*/
	line-height: 100%;
}
.disclaimer p {
	color: #555;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	line-height: 140%;
	font-weight: 300;
	margin: 0 0 20px 0;
}
.disclaimer p strong {
	font-weight: 800;
}
.disclaimer p a {
	color: #0aa;
	text-decoration: none;
	font-weight: 800;
	transition: color 0.5s;
}
.disclaimer p a:hover {
	color: #000;
	transition: all 0.5s;
}
/* lazy loading */
.b-lazy {
	-webkit-transition: opacity 500ms ease-in-out;
	-moz-transition: opacity 500ms ease-in-out;
	-o-transition: opacity 500ms ease-in-out;
	transition: opacity 500ms ease-in-out;
	max-width: 100%;
	opacity: 0;
}
.b-lazy.b-loaded {
	opacity: 1;
}
/* colors */
.photo:nth-child(7n+1):after {
	background: #f25a33 url(../img/gradient.png) left 1500px repeat-x;
}
.photo:nth-child(7n+2):after {
	background: #cc212a url(../img/gradient.png) left 1500px repeat-x;
}
.photo:nth-child(7n+3):after {
	background: #ab0457 url(../img/gradient.png) left 1500px repeat-x;
}
.photo:nth-child(7n+4):after {
	background: #1e4387 url(../img/gradient.png) left 1500px repeat-x;
}
.photo:nth-child(7n+5):after {
	background: #01978e url(../img/gradient.png) left 1500px repeat-x; /* first */
}
.photo:nth-child(7n+6):after {
	background: #7eb20f url(../img/gradient.png) left 1500px repeat-x;
}
.photo:nth-child(7n+7):after {
	background: #fbad19 url(../img/gradient.png) left 1500px repeat-x;
}
.photo:nth-child(7n+1) .more-info a:hover {
	color: #ff987e;
}
.photo:nth-child(7n+2) .more-info a:hover {
	color: #ff6169;
}
.photo:nth-child(7n+3) .more-info a:hover {
	color: #ff6eb6;
}
.photo:nth-child(7n+4) .more-info a:hover {
	color: #6a9fff;
}
.photo:nth-child(7n+5) .more-info a:hover {
	color: #4cded5;
}
.photo:nth-child(7n+6) .more-info a:hover {
	color: #b1d95b;
}
.photo:nth-child(7n+7) .more-info a:hover {
	color: #ffd88d;
}
.photo:nth-child(7n+1) .close:hover {
	background-color: #ff987e;
}
.photo:nth-child(7n+2) .close:hover {
	background-color: #ff6169;
}
.photo:nth-child(7n+3) .close:hover {
	background-color: #ff6eb6;
}
.photo:nth-child(7n+4) .close:hover {
	background-color: #6a9fff;
}
.photo:nth-child(7n+5) .close:hover {
	background-color: #4cded5;
}
.photo:nth-child(7n+6) .close:hover {
	background-color: #b1d95b;
}
.photo:nth-child(7n+7) .close:hover {
	background-color: #ffd88d;
}

/* chrome scrollbar */

::-webkit-scrollbar {
    height: 12px;
    width: 12px;
    background: #000;
}
::-webkit-scrollbar-thumb {
    background: #099;
    -webkit-border-radius: 0;
}
::-webkit-scrollbar-corner {
    background: #000;
}

/* Smaller desktop screens */
@media only screen and (max-width: 1300px), only screen and (max-device-width: 1300px) {
.info h1 {
	font-size: 85px;
	line-height: 67px;
	background: url(../img/arrow.png) -50px 10px no-repeat;
}
.photo:hover h1 a, .fullscreen h1 a {
	font-size: 85px;
	line-height: 67px;
	background: url(../img/arrow.png) 0 10px no-repeat;
}
}

/* Teblets */
@media only screen and (-webkit-device-pixel-ratio:1.5) {
.photo, .fullscreen, header h1, header.shrink, header.shrink h1 a, header.shrink h1 a img, header h1 img, header h1 a, .close, .fullscreen.photo:after, .fullscreen.photo:hover:after, .photo:after, .fullscreen .more-info, .fullscreen .close, .info h1, .photo h1 a, .photo:hover h1 a, .fullscreen h1 a, .photo:hover h1 span, .fullscreen h1 span, .info h1 span, .more-info, .more-info a, .more-info a:hover, #top-menu li a, #top-menu li a:hover, #top-menu li.active a, .disclaimer p a, .info h2, .photo:before, .fullscreen.photo:before {
	transition: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
.photo {
	background-attachment: scroll !important;
	box-shadow: none !important;
}
.fullscreen {
	height: 101% !important;
}
.info h2 {
	font-size: 16px;
}
#top-menu li a {
	padding: 12px 11px;
}
}

/* Smartphones */
@media only screen and (max-width: 600px), only screen and (max-device-width: 600px) {
.info {
	width: 90%;
}
.fullscreen .info {
	bottom: 65px;
}
.more-info {
	right: auto;
	left: 15px;
}
.fullscreen {
	height: 101% !important;
}
.photo, .fullscreen, header h1, header.shrink, header.shrink h1 a, header.shrink h1 a img, header h1 img, header h1 a, .close, .fullscreen.photo:after, .fullscreen.photo:hover:after, .photo:after, .fullscreen .more-info, .fullscreen .close, .info h1, .photo h1 a, .photo:hover h1 a, .fullscreen h1 a, .photo:hover h1 span, .fullscreen h1 span, .info h1 span, .more-info, .more-info a, .more-info a:hover, #top-menu li a, #top-menu li a:hover, #top-menu li.active a, .disclaimer p a, .info h2, .photo:before, .fullscreen.photo:before {
	transition: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
.photo {
	background-attachment: scroll !important;
	height: 200px;
	box-shadow: none !important;
}
.photo:after {
	opacity: 0.7;
}
header {
	position: relative !important;
}
/*nav:after {
	content:" ";
	background: #0cc url(../img/menu.png) center center no-repeat;
	position:absolute !important;
	top:0;
	right:0;
	width:40px;
	height:60px;
}*/
#top-menu, header h1, header h1 a, header h1 span {
	float: none;
	display: block !important;
	clear: both;
	text-decoration: none;
}
#top-menu li {
	float: left !important;
	width: 50%;
}
header {
	padding: 0 !important;
}
header h1 {
	background: #000;
	padding: 15px 0 !important;
	text-align: left;
}
header h1 a, header h1 a span {
	font-size: 32px !important;
	display: block;
	padding: 0 !important;
}
header h1 img {
	display: none;
}
#top-menu li a, #top-menu li.active a, #top-menu li.active a:hover, #top-menu li a:hover {
	font-size: 18px !important;
	text-align: center !important;
	display: block !important;
	padding: 15px 0 15px 15px !important;
	margin: 0 !important;
	background: #fff !important;
	background-size: 9px !important;
	color: #0aa;
	box-shadow: none;
	text-align: left !important;
}
#top-menu li a:after {
	content: '\25BA';
	margin-left: 10px;
	color: #aaa;
}
#top-menu li:nth-child(1), #top-menu li:nth-child(2) {
	border-bottom: 1px solid #ddd;
}
#top-menu li:nth-child(even) {
	border-left: 1px solid #ddd;
	margin-left: -1px;
}
#top-menu li a:hover {
	color: #0aa !important;
}
#top-menu li a.fb-page {
	display: none !important;
}
#top-menu li a, #top-menu li.active a, #top-menu li a:hover {
	padding: 15px 18px;
}
#top-menu li a.contact {
	font-weight: 600;
	color: #0aa;
	opacity: 1;
}
.fullscreen {
	border-bottom: 1px solid #000;
}
.info {
	bottom: 30px;
	left: 15px;
	line-height: 0.8 !important;
}
.info h1 {
	margin: 0 0 10px 0;
	padding: 0 !important;
}
.photo h1 a {
	padding: 0 !important;
}
.info h1 a, .photo:hover h1 a {
	font-size: 0.39em !important;
	letter-spacing: -1px !important;
	line-height: 0.8 !important;
}
.fullscreen h1 a, .fullscreen:hover h1 a {
	font-size: 45px !important;
	line-height: 43px;
}
.info h1 span {
	font-size: 13px;
}
.info h2 {
	font-size: 11px;
	padding-right: 0;
	text-shadow: none;
}
.more-info {
	width: 100%;
	left: 0;
	line-height: 20px;
	bottom: 20px;
}
.more-info a {
	font-size: 22px;
	background: none;
	text-align: left;
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
	float: left;
	text-shadow: none;
	padding: 0 0 0 15px !important;
}
.more-info a:nth-child(2) {
	float: right;
	display: inline;
	padding: 0 18px 0 0 !important;
	margin: 0 15px 0 0 !important;
	background: url(../img/arrow-visit.png) right 2px no-repeat;
	background-size: 9px;
}
.photo:hover h1 a, .photo:hover h1 span, .fullscreen h1 a, .fullscreen h1 span {
	text-decoration: none;
	padding-left: 0 !important;
	background: none;
}
.links {
	left: 15px;
	bottom: 15px;
}
.fullscreen .links {
	bottom: 50px;
}
.links small {
	font-size: 9px;
	margin-left: 0;
	opacity: 1;
	font-weight: 900;
}
.disclaimer {
	padding: 15px 15px 1px 15px;
	background: #fff;
	box-shadow: none;
}
.disclaimer p {
	text-transform: none;
	font-size: 13px;
}
.disclaimer-title {
	padding: 15px;
	box-shadow: inset 0 5px 15px rgba(0, 0, 0, 0.2);
}
#about {
	background: #035 url(../img/about.jpg) center center repeat-x;
	position: relative;
	padding: 15px 0;
}
#about .col {
	padding: 0 15px;
	width: auto !important;
	float: none !important;
}
#about p {
	font-size: 13px;
}
.photo:before {
	opacity: 1;
}
.fullscreen.photo:before {
	content: "Discover Bulgaria";
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px 15px;
	color: #fff;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 900;
	font-size: 24px;
	text-transform: uppercase;
	opacity: 0.5;
	z-index: 1000;
	cursor: pointer;
	width: 90%;
}
/* colors */
.photo:nth-child(7n+1) .more-info a {
	color: #ff987e;
}
.photo:nth-child(7n+2) .more-info a {
	color: #ff6169;
}
.photo:nth-child(7n+3) .more-info a {
	color: #ff6eb6;
}
.photo:nth-child(7n+4) .more-info a {
	color: #6a9fff;
}
.photo:nth-child(7n+5) .more-info a {
	color: #4cded5;
}
.photo:nth-child(7n+6) .more-info a {
	color: #b1d95b;
}
.photo:nth-child(7n+7) .more-info a {
	color: #ffd88d;
}
}

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
.info h1 a, .photo:hover h1 a {
	font-size: 40px;
	line-height: 34px;
}
.fullscreen h1 a, .fullscreen:hover h1 a {
	font-size: 50px;
	line-height: 42px;.info h2 {
	font-size: 14px;
}
}
/* carousel */
.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
	display: block;
	max-width: 100%;
	height: auto;
}
.carousel {
	position: relative
}
.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%
}
.carousel-inner>.item {
	display: none;
	position: relative;
	-webkit-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
	line-height: 1
}
.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
	display: block
}
.carousel-inner>.active {
	left: 0
}
.carousel-inner>.next, .carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%
}
.carousel-inner>.next {
	left: 100%
}
.carousel-inner>.prev {
	left: -100%
}
.carousel-inner>.next.left, .carousel-inner>.prev.right {
	left: 0
}
.carousel-inner>.active.left {
	left: -100%
}
.carousel-inner>.active.right {
	left: 100%
}
.carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15%;
	opacity: .5;
	filter: alpha(opacity=50);
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6)
}
.carousel-control.left {
}
.carousel-control.right {
	left: auto;
	right: 0;
}
.carousel-control:hover, .carousel-control:focus {
	outline: 0;
	color: #fff;
	text-decoration: none;
	opacity: .9;
	filter: alpha(opacity=90)
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
	left: 50%
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
	right: 50%
}
.carousel-control .icon-prev, .carousel-control .icon-next {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-left: -10px;
	font-family: serif
}
.carousel-control .icon-prev:before {
	content: '\2039'
}
.carousel-control .icon-next:before {
	content: '\203a'
}
.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center
}
.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid #fff;
	border-radius: 10px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0,0,0,0)
}
.carousel-indicators .active {
	margin: 0;
	width: 12px;
	height: 12px;
	background-color: #fff
}
.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6)
}
.carousel-caption .btn {
	text-shadow: none
}
 @media screen and (min-width:768px) {
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
	width: 30px;
	height: 30px;
	margin-top: -15px;
	margin-left: -15px;
	font-size: 30px
}
.carousel-caption {
	left: 20%;
	right: 20%;
	padding-bottom: 30px
}
.carousel-indicators {
	bottom: 20px
}
