@charset "utf-8";
/* CSS Document */
.visible-xs {display: none !important;}

body {
	margin: 0;
	background-color: #ececec;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif; font-weight: 400;
	color: #767774;
	font-size: 16px;}
	p {
		margin: 18px 0;}
	h1 {
		font-size: 28px;
		font-weight: 700;
		margin-bottom: 28px;
		margin-top: 32px;
		text-transform: uppercase;}
	h4 {
		text-transform: uppercase;
		font-weight: 700;}
	strong {
		font-weight: 700;}
	input, textarea {
		font-family: 'Open Sans', sans-serif; font-weight: 400;}
	table.dokumentumok {
		font-size: 10pt;}

.container-fluid, .container, .container > .row {position: relative;}
.btn {border-radius: 0;}

.middle-container {z-index: 0;}
.middle-container h1:first-of-type {
	color: #801a26;
	font-size: 28px;
	font-weight: 800;
	margin-bottom: 0;
}
.middle-container .lead {font-size: x-large;}
		
.middle-container > .row:first-of-type {
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
	background: #ffffff;
	padding: 30px 50px 15px 50px;
	text-align: justify;
	margin-left: 0;
	margin-right: 0;
}
.middle-container h1,
.middle-container h2,
.middle-container h3,
.middle-container h4,
.middle-container h5,
.middle-container td,
.middle-container th {
	text-align: left;
}

.middle-container a:not(.btn) {color: #801a26; text-decoration: underline;} div.container-fluid a img {border: none;}
.middle-container .paginate_button.active a {color:#fff;}
.middle-container a:not(.btn):hover {color: #979895;}

.header {
	background: url('/images/Backgrounds/HeaderBackground.jpg') no-repeat center top;
	background-size: cover;}
.top-container {height: 115px;}
.header-MAKE-logo {
	position: absolute;
	top: 0; left: 0;
	width: 364px;
	margin-top: -56px;
	margin-left: -32px;
	height: 207px;
	background: url('/images/Logos/MAKE-logo-with-bg.png') no-repeat bottom;
	background-size: cover;
	z-index: 0;
}
.header-MAKE-text {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 350px;
	right: 15px;
	height: 115px;
	color: #fff;
	font-size: 13px;
}
.header-MAKE-text-absolute {
	position: absolute;
	top: 50%;
	left: 0; right: 0;
	transform: translateY(-50%);
}
.header-MAKE-text h1 {
	font-size: 26px;
	margin: 0;
	text-transform: uppercase;
	font-weight: 800;
}
.header-MAKE-text h1 span.first-letter-up {
	font-size: 42px !important;
}

.mainmenu-container {
	background-color: #0d0d0d;
	border-top: 3px solid #2d2d2d;
	border-bottom: 3px solid #2d2d2d;
	z-index: 1;
    margin-top: -4px;
}
.navbar.navbar-inverse {
	background: none;
	background-color: transparent;
	border: none;
	margin-bottom: 0;
	line-height: 40px;
	min-height: 40px;
}


.nav > li > a,
.navbar-form {
	padding: 5px 14px !important;
	line-height: 30px !important;
	height: 40px !important;
	margin: 0 !important;
	text-transform: uppercase;
	font-size: 14px;}
.nav.navbar-nav {position: relative;}
.nav.navbar-nav.navbar-right .icons {
    width: 40px;}
.nav.navbar-nav.navbar-right .icons img {
    position: absolute;
    top: 50%; left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.navbar-form {padding: 0 !important;}
.navbar-inverse .navbar-nav > li > a {color: #fff;}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus,
#wrap:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0f0f0f+0,5a5a5a+100 */
    background: rgb(15,15,15); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(15,15,15,1) 0%, rgba(90,90,90,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(15,15,15,1) 0%,rgba(90,90,90,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(15,15,15,1) 0%,rgba(90,90,90,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f0f0f', endColorstr='#5a5a5a',GradientType=0 ); /* IE6-9 */}
#wrap input[type="text"] {
	font-size: 14px;
	display: inline-block;
	border: none;
	outline: none;
	color: #555;
	padding: 3px 40px 3px 10px;
	width: 0;
	position: absolute;
	top: 0;
	right: 0;
	background: none;
	z-index: 3;
	transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
	cursor: pointer;}
#wrap input[type="text"]:focus:hover {
	border-bottom: 1px solid #BBB;
	background: #fff;}
#wrap input[type="text"]:focus {
	width: 350px;
	z-index: 1;
	border-bottom: 1px solid #BBB;
	cursor: text;
	background: #fff;}
#wrap input[type="submit"] {
	height: 40px;
	width: 40px;
	float: right;
    border: 0;
	text-indent: -10000px;
	position: relative;
	z-index: 2;
	cursor: pointer;
	transition: opacity .4s ease;
    background: url('/images/Others/icon-search.png') center no-repeat;}
#wrap input[type="submit"]:hover,
#wrap input[type="submit"].hovered {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0f0f0f+0,5a5a5a+100 */
    background: url('/images/Others/icon-search.png') center no-repeat, rgb(15,15,15); /* Old browsers */
    background: url('/images/Others/icon-search.png') center no-repeat, -moz-linear-gradient(top, rgba(15,15,15,1) 0%, rgba(90,90,90,1) 100%); /* FF3.6-15 */
    background: url('/images/Others/icon-search.png') center no-repeat, -webkit-linear-gradient(top, rgba(15,15,15,1) 0%,rgba(90,90,90,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: url('/images/Others/icon-search.png') center no-repeat, linear-gradient(to bottom, rgba(15,15,15,1) 0%,rgba(90,90,90,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f0f0f', endColorstr='#5a5a5a',GradientType=0 ); /* IE6-9 */}

.navbar-brand img {
    max-height: 20px;}
.nav-stacked>li+li {
    margin-top: 0;}
.nav .dropdown-menu {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#303030+0,161616+100 */
    background: rgb(48,48,48); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(48,48,48,1) 0%, rgba(22,22,22,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(48,48,48,1) 0%,rgba(22,22,22,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(48,48,48,1) 0%,rgba(22,22,22,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303030', endColorstr='#161616',GradientType=0 ); /* IE6-9 */}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
	color: #fff;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    background: #801a26;}

.dropdown-submenu{position:relative;}
.dropdown-submenu > .dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0}
.dropdown-submenu:hover > .dropdown-menu{display:block;}
.dropdown-submenu > a:after{
    display:block;
    content:" ";
    float:right;
    margin-top:5px;
    margin-right:-10px;}

.dropdown-submenu .pull-left{float:none;}

.dropdown-submenu.pull-left > .dropdown-menu{
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;}

/* Mobile Mainmenu
	.mobilmenu .navbar-collapse {
		overflow: visible;}
		.navbar-collapse.in {
			overflow-y: visible;}*/

.header-middle-container {margin-top: 30px;}
.header-middle-left-side, .header-middle-right-side {height: 300px;}
.header-middle-left-side {padding-right: 30px;}
.header-middle-right-side {padding-left: 30px;}

	#header-carousel,
	#header-carousel .carousel-inner,
	#header-carousel .carousel-inner .item {
		position: absolute;
		top: 0; bottom: 0;
		left:0; right: 0;}
	#header-carousel .item {
		background-size: cover;
		background-position: center;
		box-shadow: inset 0 -3px rgba(255,255,255,.4);}
		#header-carousel .item .carousel-caption {
			position: absolute;
			top: auto; bottom: 5%;
			left: 0; right: 15%;
			background: rgba(255,255,255,.8);
			padding: 15px 15px 10px 15px;
			color: #3a3a3a;
			text-align: left;
			text-shadow: none;}
		#header-carousel .item .carousel-caption h3 {
			position: relative;
			font-size: 16px;
			font-weight: 900;
			text-transform: uppercase;
			z-index: 1;
			margin: 0 0 12px 0;}
		#header-carousel .item .carousel-caption h3:after {
			content: "";
			position: absolute;
			left: -15px;
			bottom: -10px;
			width: 100%;
			height: 2px;
			z-index: 1;
			/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&0.25+0,0+100 */
			background: -moz-linear-gradient(left, rgba(0,0,0,0.25) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
			background: -webkit-linear-gradient(left, rgba(0,0,0,0.25) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(to right, rgba(0,0,0,0.25) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40000000', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */}
		#header-carousel .item .carousel-caption p {position: relative; font-size: 14px; margin: 12px 0 0 0;}

.header-panel {
	position: relative;
	height: 85px;
	margin-bottom: 15px;
	text-transform: uppercase;
	transition:all 0.1s ease;
	z-index: 0;}
.header-panel:not(.panel-login):nth-child(even):hover {
	-webkit-transform: scale(1.1) rotate(1.5deg);
	-ms-transform: scale(1.1) rotate(1.5deg);
	transform: scale(1.1) rotate(1.5deg);}
.header-panel:not(.panel-login):nth-child(odd):hover {
	-webkit-transform: scale(1.1) rotate(-1.5deg);
	-ms-transform: scale(1.1) rotate(-1.5deg);
	transform: scale(1.1) rotate(-1.5deg);}
.header-panel:before,
.header-panel:after,
.header-panel-content {
	content: "";
	position: absolute;
	top: 0; bottom: 0;
	left: 15px; right: 15px;}
.header-panel:before {
	z-index: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,c2c2c2+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(194,194,194,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(194,194,194,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(194,194,194,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c2c2c2',GradientType=0 ); /* IE6-9 */}
.header-panel:after {
	left: 15px; right: auto;
	width: 10px;
	z-index: 0;}
.header-panel-title {
	position: absolute;
	top: 9px; left: 5px; right: 35px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 2;
	padding: 3px 10px 2px;
	z-index: 1;
	text-shadow: 1px 1px 2px rgba(0,0,0,.25);}
.header-panel-content {
	left: 0; right: 0;
	padding: 47px 20px 0 35px;
	font-size: 9px;
	z-index: 1;
	text-shadow: 1px 1px 2px rgba(255,255,255,.75);}

.header-panel-title:after {
	content: "";
	position: absolute;
	bottom: -7px;
	left: 0;
	border-top: 0 solid transparent;
	border-right: 10px solid #000;
	border-bottom: 7px solid transparent;}


.header-panel.panel-facebook:after {background: rgb(139, 157, 195);}
.header-panel.panel-facebook .header-panel-title {background: rgba(102, 134, 201, .9);}
.header-panel.panel-facebook .header-panel-title:after {border-right-color: rgba(59, 89, 152, .75);}

.header-panel.panel-newsletter:after {background: rgb(150, 0, 255);}
.header-panel.panel-newsletter .header-panel-title {background: rgba(182, 78, 255, .9);}
.header-panel.panel-newsletter .header-panel-title:after {border-right-color: rgba(72, 0, 122, .75);}

.header-panel.panel-register:after {background: rgb(185, 0, 17);}
.header-panel.panel-register .header-panel-title {background: rgba(255, 65, 82, .9);}
.header-panel.panel-register .header-panel-title:after {border-right-color: rgba(84, 0, 8, .75);}

/*.header-panel.panel-login:after {background: rgb(185, 0, 17);}*/
.header-panel.panel-login .header-panel-title {background: rgba(54, 11, 15, .9); right: 0;}
.header-panel.panel-login .header-panel-title:before {
	content: "";
	position: absolute;
	bottom: -7px;
	right: 0;
	border-top: 0 solid transparent;
	border-left: 10px solid #000;
	border-bottom: 7px solid transparent;}
.header-panel.panel-login .header-panel-title:after,
.header-panel.panel-login .header-panel-title:before {border-right-color: rgba(36, 3, 6, .75);}
.header-panel.panel-login {height: 185px;}
.header-panel.panel-login .header-panel-form {padding-top: 47px;}
.header-panel.panel-login .header-panel-form .form-control {
	border-radius: 0;
	margin-bottom: 10px;
	border: 1px solid rgba(204, 204, 204, 1);
	background: rgba(177, 177, 177, .25);
	padding: 5px 10px;}

.header-panel.panel-login.panel-logged-in {
	text-transform: none;}
.header-panel.panel-login.panel-logged-in .logged-user-infos {
	font-size: 12px;}

/*.header-panel.panel-events:after {background: rgb(140, 140, 140);}*/
.header-panel.panel-events .header-panel-title {background: rgba(166, 166, 166, .9); right: auto; padding-right: 25px;}
.header-panel.panel-events .header-panel-title:after {border-right-color: rgba(145, 145, 145, .75);}
.header-panel.panel-events:before {
	background: url('/images/Backgrounds/calendar.jpg') center;
	background-size: cover;}

.footer {
	background: url('/images/Backgrounds/FooterBackground.jpg') no-repeat;
	background-size: cover;
	z-index: 0;}
	.footer:before,
	.footer-menu:after {
		content: "";
		position: absolute;
		top: 0; width: 100%;
		left: 0;
		height: 62px;
		background: url('/images/Shadows/BottomShadowTopGradientDarkGreyToTransp25.png');
		z-index: 0;}
	.footer-menu:after {
		top: -62px;
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);}
	.footer-images {
		margin: 30px auto 15px auto;
		padding: 0 45px;
		z-index: 2;}
	.footer-images > .bg {
		content: "";
		position: absolute;
		top: -30px; height: 300px; left: 15px; right: 15px;
		z-index: 0;
		opacity: .4;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
		background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
	}
	.footer-images .thumbnail {
		border-radius: 0;
		margin-bottom: 15px;
		padding: 6px;
		border: none;}
			
			
			
			
			
.footer-menu {
	margin-top: 0;
	font-size: 16px;
	text-align: center;
	padding: 15px;
	z-index: 1;}
.footer-menu a {
	padding: 0 15px;
	border-right: 1px solid #585858;
	color: #585858;}
.footer-menu a:hover {color: #000;}
.footer-menu a:last-of-type {border-right: none;}
	
.media {
	position: relative;
	padding: 10px 0;
	background: #fff;
	background: rgba(255,255,255,0.2);
	border-radius: 5px;}
	.media-left {
		width: 120px;
		max-height: 120px;
		float: left;
		margin-right: 10px;}
		.media-object {
			width: 120px;
			max-height: 120px;}
	.media-body span {
		color: #801a26;
		font-size: smaller;}
			
	.scrolloff {
        pointer-events: none;
    }


p.kenyermorzsa {color: #aaa; margin: 32px 0 -32px 0;}
p.kenyermorzsa a {color: #aaa !important; text-decoration: none !important;}
p.kenyermorzsa a:hover {color: #801a26 !important; text-decoration: underline !important;}

.thumbnail .caption h3 {
	text-decoration: none;
	font-size: 18px;
	margin: 12px 0;
	text-align: center;}

.galeria-hasab, .video-hasab, .nagy-video-hasab {
	position: relative;
	z-index: 0;}
	.galeria-hasab:before, .galeria-hasab:after,
	.video-hasab:before, .video-hasab:after,
	.nagy-video-hasab:before, .nagy-video-hasab:after
		{
		  z-index: -1;
		  position: absolute;
		  content: "";
		  bottom: 35px;
		  left: 20px;
		  width: 50%;
		  top: 80%;
		  max-width:300px;
		  background: #000;
		  box-shadow: 0 15px 10px #000;
		  transform: rotate(-3deg);
		}
		.galeria-hasab:after,
		.video-hasab:after,
		.nagy-video-hasab:after
		{
		  transform: rotate(3deg);
		  right: 20px;
		  left: auto;
		}
	.galeria-hasab:before, .galeria-hasab:after,
	.video-hasab:before, .video-hasab:after {
		  box-shadow: 0 15px 10px #999;}

.award-box {
	height: 100px;
}
.award-box:before {
	content: "";
	position: absolute;
	border-radius: 10px;
	top: 0; bottom: 0; left: 15px; right: 15px;
    box-shadow: 5px 5px 10px rgba(0,0,0,.4);
	border: 1px solid rgba(194,194,194,1);
    margin: 10px 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,c2c2c2+100 */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(194,194,194,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(194,194,194,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(194,194,194,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c2c2c2',GradientType=0 ); /* IE6-9 */;}
.award-box:hover:before {
	transform: rotate(180deg);
	box-shadow: -2px -2px 5px rgba(0,0,0,.2);
}
.award-box a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
	bottom: 0;
    text-align: center;}
.award-box a span {
	position: absolute;
	top: 50%;
	left: 20px;
	right: 20px;
	transform: translateY(-50%);
	text-align: center;
	text-shadow: 10px 10px 10px rgba(0,0,0,0.15);}
.award-box:hover a span {
	text-shadow: 2px 2px 5px rgba(0,0,0,0.15);
}

.special-hr {
	border-bottom: 2px solid #801a26;
}

.docicons {
	min-width: 40px;
}






@media (max-width: 767px) {

	/* Force table to not be like tables anymore */
	#no-more-tables table,
	#no-more-tables thead,
	#no-more-tables tbody,
	#no-more-tables th,
	#no-more-tables td,
	#no-more-tables tr {
		display: block;
	}
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	#no-more-tables tr {
		border: 1px solid #ccc;
	}
	#no-more-tables td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
		white-space: normal;
		text-align: left;
	}
	#no-more-tables td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		text-align: left;
		font-weight: bold;
	}
	/* Label the data */
	#no-more-tables td:before {
		content: attr(data-title);
	}
}

.pre, p, p a {
	/*white-space: pre-wrap;*/ /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}


/* #########################################
   #    override the bootstrap configs     #
   ######################################### */

.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: .8;
}

.modal-content {
	background-color: #ececec;
	border: 1px solid #bdc3c7;
	border-radius: 0px;
	outline: 0;
}

.modal-header {
	min-height: 16.43px;
	padding: 15px 15px 15px 15px;
	border-bottom: 0px;
}

.modal-body {
	position: relative;
	padding: 5px 15px 5px 15px;
}

.modal-footer {
	padding: 15px 15px 15px 15px;
	text-align: left;
	border-top: 0px;
}



/*---------------------Carousel fade-----------------------*/
.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
	z-index: 2;
}


#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:-999px;
	background:url('/images/ui.totop.png') no-repeat left top;
	z-index: 1049;
}

#toTopHover {
	background:url('/images/ui.totop.png') no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}


/*---------------------Carousel (Vertical)-----------------------*/
/*
.btn-vertical-slider{margin: 0 auto; cursor:pointer; font-size: 30px; color: Black;}
.carousel.vertical .carousel-inner .item {
	-webkit-transition: 0.6s ease-in-out top !important;
	-moz-transition: 0.6s ease-in-out top !important;
	-ms-transition: 0.6s ease-in-out top !important;
	-o-transition: 0.6s ease-in-out top !important;
	transition: 0.6s ease-in-out top !important;
}
.carousel.vertical .active {top: 0; z-index: 0;}
.carousel.vertical .next {top: 100%;}
.carousel.vertical .prev {top: -100%;}
.carousel.vertical .next.left,
.carousel.vertical .prev.right {top: 0; z-index: 3;}
.carousel.vertical .active.left {
	top: -100%;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.carousel.vertical .active.right {
	top: 100%;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.carousel.vertical .item {left: 0;}​
*/



/************PAGINATION*************/
/*
.pagination > li {
   display: inline-block;
}
.pagination > li > a, .pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: transparent;
	border:none;
}
.pagination > li > a.active {
	background-color: #f6f6f6;
}
.pagination > li > a.active:hover {
	background-color: #eee;
}
nav ul.pagination li{
	display:inline-block;
	padding: 0;
}

.pagination {
	display: inline-block;
	padding-left: 0;
	border-radius: 4px;
	margin-top:15px;
}
*/