/* ------------------------------------------------------------------
Project: TALANCE
Version: 1.5.1
------------------------------------------------------------------ */

html {
	background: #901313; url("../images/") no-repeat 50% 50% fixed;
	background-size: cover;
	height: 100vh;
	overflow: auto;
}
body
{
	height:100%;
     overflow-x: auto;
    -webkit-overflow-scrolling: touch;
       -moz-overflow-scrolling: touch;
        -ms-overflow-scrolling: touch;
         -o-overflow-scrolling: touch;
            overflow-scrolling: touch;

  	overflow-wrap: break-word;
  	word-wrap: break-word;
  		-webkit-hyphens: auto;
  		    -ms-hyphens: auto;
  		   -moz-hyphens: auto;
  		        hyphens: auto;
  }

div {
	border:0px dotted #e0e;
}
.bg-dark {
	background:transparent;
}
.modal-open {
  padding-right: 0 !important;
  overflow:hidden;
}
.arrows {
	font-size:200%;
	padding:10% 0% 0 0%;
}
.arrows a i {
	color:#901313; !important;
}
.arrows a:hover i {
	color:#FFFFFF !important;
}
.float-right {
	float:right;
}
.float-left {
	float:left;
}

.icon-list li{
  	hyphens: none !important;
	-webkit-hyphens:none;
}
.page-loader {
	position: fixed;
	background: #901313;;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	z-index: 9998;
}

.btn-responsive {
    white-space: nowrap !important;
	-webkit-hyphens:manual;
	   -moz-hyphens:manual;
		    hyphens:manual;
}
.footer {
	padding: 10px 0;
	background:transparent /*#901313;*/;
	border:0 !important;
}

.white {
	color:#FFFFFF;
}
.font-serif {
	font-family: "Merriweather", serif;
	font-style: normal;
}

.font-alt {
	font-family: "Merriweather", serif;
	text-transform: none;
	letter-spacing: none;
}
.font-rotate {
	font-family: "Merriweather", serif;
	text-transform: none;
	letter-spacing: none;
	padding: 0 150px;
}
.main {
	overflow-x:scroll !important;
/*
	background: transparent url(../images/ no-repeat 50% 50% fixed;
	/*min-height: 100vh;*/
 	background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
*/
}


.modal-body.backimage {
	background: transparent url(../images/Closerie-des-Lys.jpg);
	background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-size:100% auto;
    background-position: 200px 0 0 0px;
}

@media only screen and (max-device-height:736px)
	.modal-body.backimage {
		background: transparent url(../images/Closerie-des-Lys.jpg);
		background-repeat: repeat;
	    /*background-attachment: fixed;*/
	}
}

.main.p {
	-webkit-hyphens:auto !important;
	   -moz-hyphens:auto !important;
		    hyphens:auto !important;
}


.home-container {
	background: transparent url(../images/Chateau-2.jpg);
	background-repeat: no-repeat;
    background-size:100% auto;
    background-attachment: fixed;
    background-position: 120px 0 0 0px;

}
.navbar-custom {
	background: #901313; !important;
	border: 0;
	border-radius: 0;
	z-index: 1000;
	font-family: "Merriweather", serif !important;
	text-transform: uppercase;
	box-shadow: none;
	letter-spacing: 1px;
	min-height:120px;
	max-height:120px;
	-webkit-transition: background, padding 0.4s ease-in-out 0s;
	   -moz-transition: background, padding 0.4s ease-in-out 0s;
		-ms-transition: background, padding 0.4s ease-in-out 0s;
		 -o-transition: background, padding 0.4s ease-in-out 0s;
			transition: background, padding 0.4s ease-in-out 0s;
}

.navbar-custom + .main {
	margin-top: 0px;
}

navbar li {
	min-width:130px !important;
}

.navbar-custom .nav li > a {
	color: #FFFFFF !important;
}

.navbar-custom .nav li > a:hover {
	color: #666666!important;
}
.navbar-custom #custom-collapse .nav li > a:focus {
	color: #666666 !important;
}


.dropdown:hover .dropdown-menu {
	    display: block;
	    margin-top: 0;
}

.navbar-custom .dropdown-menu > li > a {
		color:#FFFFFF !important;
}

.navbar-custom .navbar-toggle .icon-bar {
	background: #FFFFFF;
}

.work-title {
	font-size: 14px;
	color: #FFFFFF;
}
.work-title-big {
	font-size:180% !important;
	color:#FFFFFF;
  	         hyphens: auto !important;
  	    -moz-hyphens: auto !important;
	  -webkit-hyphens:auto !important;
}
.work-descr {
	color: #aaa;
}

.work-item:hover .work-image:after {
	background: rgba(144, 19, 19, .6);
}

.work-item:hover .work-image > img {
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	     -o-transform: scale(1.1);
	        transform: scale(1.1);
}

.work-item:hover .work-caption {
	bottom: 50%;
	opacity: 0;
	z-index: 3;
	-webkit-transform: translateY(100%);
	   -moz-transform: translateY(100%);
	        transform: translateY(100%);
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	     -o-transform: scale(1.1);
	        transform: scale(1.1);
}

/* Work item white background*/

.works-grid.works-hover-w .work-title {
	font-size:150%;
	padding-top:70%;
}

.works-grid.works-hover-w .work-item:hover .work-image:after {
	background: rgba(0, 0, 0, .5);
}


.navbar a {
-webkit-transition: color 1s ease-in-out 0s;
   -moz-transition: color 1s ease-in-out 0s;
	-ms-transition: color 1s ease-in-out 0s;
	 -o-transition: color 1s ease-in-out 0s;
		transition: color 1s ease-in-out 0s;
}

.ct-nav {
	margin: 35px 0 0 100px;
	min-width:100%;
}

.ct-nav > li {
	float: left;
}

.ct-nav > li > a {
	padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
}

.ct-nav > li.last {
	float: right;
	padding-right:80px;
}

.navbar-brand {
	/*position:fixed;*/
	top:0px;
  /* height: 70px; */

}

.home-transparent {
	background: transparent;
}

.logo {
	height:90px;
	float:left;
}

/* Sections dividers */

.divider-w {
	border-top: 1px dotted #696969;
	margin: 0;
}

.divider-d {
	border-top: 1px solid #202020;
	margin: 0;
}

/*  Drop Caps  */

.first-letter {
  float       : left;
  font-size   : 3em;
  line-height : 0.5;
  margin      : 0.33em 0.153em 0 0;
  color:#FFFFFF;
}

.first-letter + span {
  margin-left : -0.5em;
}

.talance_button {
	background:url(../images/CT_logo.png);
	background-size: 100px 100px;
	background-repeat:no-repeat;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 999;
	min-width:100px;
	min-height:100px;
	border:0px solid #EE00EE;
}

.filter {
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0 0 30px;
}

.filter > li {
	display: inline-block;
	padding: 0 0 10px;
	margin: 0 15px;
}

.scroll-up {
	left:7px;
	width:30px;
}
.scroll-up a {
	background:rgba(255,255,255,.2);
    color:#FFFFFF;
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
		 -o-border-radius: 0px;
			border-radius: 0px;
	width:40px;
	height:80px;
	padding-top:30px;
}
.claim {
	margin-top:10px;
	font-size:10px;
}

.side-image-text {
	background: rgba(0,0,0,0);
	color:#FFFFFF;
	border-left: 0px dashed #FFFFFF !important;
	border: 0px solid #000000;
	font-size:16px;
	padding: 40px 25px 0 30px !important;
	/*min-height:800px;*/
}

.side-image-text p.header {
	font-size:18px;
}

.salleimage {
	width:100%;
	height:400px !important;
}

.text-cover {
 	position:absolute;
 	top:0;
 	z-index:15;
 }
.navbar-brand-right {
 	float:right;
 }

.modal-title, .module-title, .module-subtitle, .alt-module-subtitle h5, .features-title, .alt-features-title, .content-box-title, .menu-title, .menu-price, .works-grid.works-hover-w .work-title, .work-details-title, .post-title, .sidebar .comments .comment-title, .comment-form .comment-form-title.widget-title, .navbar-cart .cart-item-number, .shop-item-title, .product-title, .amount {
 	color:#FFFFFF;
 		 hyphens:none !important;
 -webkit-hyphens:none !important;
 }

.module-subtitle {
	font-size:20px;
}

.post {
	margin: 0 10px 30px;
}

.post-title {
	font-size: 20px !important;
	text-transform:none;
	line-height:1.3 !important;
	letter-spacing: none;
}
.post-title > a{
	color:#FFFFFF !important;
}
.post-meta {
	border-top: 1px dotted #c2c2c2;
	font-size: 10px;
	color:#FFFFFF;
	text-transform:uppercase;
}
.post-entry {
	border:0;
	font-size: 14px;
	color:#FFFFFF !important;
	text-transform:none;
}

.post-entry  a{
	color:#FFFFFF !important;
}
/* Forms */

.form-control {
	font-family: "Merriweather", serif !important;
	text-transform: none;
	letter-spacing: none;
	font-size: 12px;
	color:#000000 !important;
	height: 33px;
		background: rgba(255,255,255,0.4);

	border: 0px solid #EAEAEA;
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
	        border-radius: 0px;
}

.form-control:focus {
	border: 0px solid #EE0000;
	background: rgba(255,255,255,0.2);
	color:#FFFFFF !important;
}

.form-control::-moz-placeholder {
  	color: #000000;
  	opacity: 1;
}
.form-control:-ms-input-placeholder {
  	color: #000000;
}
.form-control::-webkit-input-placeholder {
  	color: #000000;
}

select {
    -webkit-appearance: button;
    -moz-appearance: button;
    -webkit-user-select: none;
    -moz-user-select: none;
    white-space: nowrap;
}

.text-danger {
  	color: #EE0000;
}

.fa-angle-down {
	color:#FFFFFF;
}

.breadcrumb {
	background:rgba(0,0,0,0);
	margin-left:0px;
	border-radius:0;
	border-top:0px solid #444444;
	border-bottom:2px solid #901313;;
}

.breadcrumb a{
	color:#901313;;
	text-transform: uppercase;
}
.breadcrumb a:hover{
	color:#FFFFFF;
}
.breadcrumb > li + li:before {
  	padding: 0px 0px 0 0px;
  	color: #e0e;
  	content: "";

}
.breadcrumb .active {
  color: #FFFFFF !important;
}
.breadcrumb .center {
	display:block;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}


.checkout-table {
	border:0px !important;
}

.list-table {
    border: 0px solid # !important;
	text-align:left;
}

.list-table > tbody > tr > td,
.list-table > tbody > tr > th,
.list-table > tfoot > tr > td,
.list-table > tfoot > tr > th,
.list-table > thead > tr > td,
.list-table > thead > tr > th {
    padding: 2px;
}

.list-table tr td,
.list-table tr th {
    border-top: 1px solid #636363;
    border-bottom: 0px solid #EE00EE;
    border-right: 0px solid #EE00EE;
    border-left: 0px solid #EE00EE;
    vertical-align:top;
}

.list-table tbody tr td:first-child,
.list-table tbody tr th:first-child {
      vertical-align:top;
}

.intro {
	font-size:20px;
}

.hover-item {
	background:rgba(0,0,0,0);
	height:100%;
	width:100%;
	z-index:2;
	padding-top:40%;
}



.btn.btn-border-w {
	background: rgba(255,255,255,0.3);
	border: 1px solid rgba(255, 255, 255, 0);
	color: #FFFFFF;
}

.btn.btn-border-w:hover,
.btn.btn-border-w:focus {
	background: rgba(255,255,255,.2);
	border: 1px solid rgba(255, 255, 255, 0);
	color: #FFFFFF;
}

/* Caption */
.hs-caption  {
	position:absolute;
	top:0px;
	z-index:1000;
}

.hs-caption-sekt  {
	position:absolute;
	bottom:5%;
	left: 50%;
  	transform: translate(-50%, -50%);
	z-index:21;
}


.caption-content {
	color:#FFFFFF !important;
	-webkit-hyphens:manual;
	   -moz-hyphens:manual;
		    hyphens:manual;
}

#pano-container {
	height:100%;
	width:100%;
}

.history-intro {
	font-size:24px !important;
	text-transform:none;
	text-align:left;
	line-height:1.4;
	margin:-20px 0 -40px 0;
}

.hs-title-size-1 {
	letter-spacing: none;
	text-transform: uppercase!important;
	-webkit-hyphens:manual;
	   -moz-hyphens:manual;
		    hyphens:manual;
}

.hs-title-size-3 {
	letter-spacing: none;
	text-transform: uppercase !important;
	-webkit-hyphens:manual;
	   -moz-hyphens:manual;
		    hyphens:manual;

}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 0px;
  margin-bottom: 0px !important;
	-webkit-hyphens:manual;
	   -moz-hyphens:manual;
		    hyphens:manual;
}

/* fix iOS bug not displaying 100vh correctly */
/* ipad */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
.main {
		height: 100%;
	}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	.main {
		height: 100%;
	}
}
/* iphone5 */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {
	.main {
		height: 100%;

	}
}
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {
	.main {
		height: 100%;
	}
}
/* iPhone 4 */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
	.main {
		height: 320px;
	}
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
	.main {

		height: 100%;

	}
}

@media (max-width: 767px) {
    .navbar-toggle {
	  border: none;
	  background: transparent !important;
	}

	.navbar-toggle:hover {
	  background: transparent !important;
	}

	.navbar-toggle .icon-bar {
	    width: 22px;
		         transition: all 0.2s;
		     -moz-transition: all 0.2s;
         -webkit-transition: all 0.2s;
	}
	.navbar-toggle .top-bar {
		       transform: rotate(45deg);
        transform-origin: 10% 10%;
		   -moz-transform: rotate(45deg);
    -moz-transform-origin: 10% 10%;
       -webkit-transform: rotate(45deg);
-webkit-transform-origin: 10% 10%;
	}
	.navbar-toggle .middle-bar {
	  opacity: 0;
	}
	.navbar-toggle .bottom-bar {
		       transform: rotate(-45deg);
        transform-origin: 10% 90%;
		   -moz-transform: rotate(-45deg);
    -moz-transform-origin: 10% 90%;
       -webkit-transform: rotate(-45deg);
-webkit-transform-origin: 10% 90%;
	}
	.navbar-toggle.collapsed .top-bar {
		      transform: rotate(0);
		  -moz-transform: rotate(0);
      -webkit-transform: rotate(0);
	}
	.navbar-toggle.collapsed .middle-bar {
	  opacity: 1;
	}
	.navbar-toggle.collapsed .bottom-bar {
		      transform: rotate(0);
		  -moz-transform: rotate(0);
      -webkit-transform: rotate(0);
	}
	.navbar-collapse {
		margin-top:70px;
  		border: 0px solid #e0e;
  		-webkit-box-shadow: none;
          		box-shadow: none;
        min-height:100vh !important;
        background: #901313;;
	}
	.navbar-custom .navbar-nav {
		letter-spacing: 1px;
		margin-top: 100px;
		margin-bottom: 0;
		font-size:200%;
		padding:100px 40px;
		border:0 !important;
	}
	.navbar-custom li a,
	.navbar-custom .dropdown-search {
		text-align:center;
	}
	.navbar-custom + .main {
		margin-top: -10px;
	}
	.navbar-custom li a,
	.navbar-custom .dropdown-search {
		border-bottom: 0px solid rgba(73, 71, 71, 0);
	}
	.navbar-transparent .nav a {
		color:white !important;
	}
	.logo  {
		position: absolute;
    	left: 50%;
    	margin-left: -50px !important;
    	display: block;
	}

	.side-image-text {
		background: transparent;
		color:#FFFFFF;
		border-left: 0px solid #e5e5e5;
		border-bottom: 0px solid #e5e5e5;
		font-size:120%;
	}
	.module-title {
		font-size: 22px;
 				 hyphens:none !important;
 		 -webkit-hyphens:none !important;
		}
	.modal-wide .modal-dialog {
  		width: 100% !important;
	}

	.work-title-big {
		font-size:150% !important;
  		hyphens: none !important;
		-webkit-hyphens:none;
	}
	.work-item:hover .work-caption {
		bottom: 80%
	}
	.intro {
		font-size:17px !important;
	}
	.side-image-text {
		padding:20px 0;
	}
	.breadcrumb {
		font-size:80%;
	}
	.module-subtitle {
		font-size:90%;
	}
}

/* ----------- iPhone 4 and 4S ----------- */
@media (max-width: 320px) {
	.navbar-custom .navbar-nav {
		font-size:150% !important;
		margin-top: 20px;
	}

	.work-title-big {
		font-size:100% !important;
  		hyphens: none !important;
		-webkit-hyphens:none;
	}
	.work-item:hover .work-caption {
		bottom: 80%
	}
	.modal-title {
		font-size:50%;
	}
	.breadcrumb {
		font-size:80%;
	}
	.module-subtitle {
		font-size:90%;
	}
}

@media (max-width: 480px)
	and (orientation : landscape) {
	.navbar-custom .navbar-nav {
		font-size:140% !important;
		margin-top: 20px;
	}

	.module-title {
 		 hyphens:none !important;
 		-webkit-hyphens:none !important;
	}

	.work-title-big {
		font-size:90% !important;
  		hyphens: none !important;
		-webkit-hyphens:none;
	}
	.work-item:hover .work-caption {
		bottom: 80%
	}
}

/* iPhone in landscape */

@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : landscape) {
	.work-title-big {
	font-size:100% !important;
  	hyphens: none !important;
		-webkit-hyphens:none;
	}
	.work-item:hover .work-caption {
		bottom: 80%
	}

}

@media only screen
and (max-width: 667px)
@media (max-height: 375px)
and (orientation : landscape) {

	.navbar-custom .navbar-nav {
		font-size:140% !important;
		margin-top: 20px;
	}
	.module-title {
 		 hyphens:none !important;
 		-webkit-hyphens:none !important;
	}

	.work-title-big {
		font-size:100% !important;
  		hyphens: none !important;
		-webkit-hyphens:none;
	}
	.work-item:hover .work-caption {
		bottom: 80%
	}

	.breadcrumb {
		font-size:80%;
	}
	.module-subtitle {
		font-size:90%;
	}
}



/* iPad in landscape */

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
/* STYLES GO HERE */

}

/* iPad in portrait */

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
}




/*  -------------------------------------------- MODAL EXCEPTIONS ---------------------------------------  */

.modal {
	padding-top:40px;
	z-index:1500;
  	overflow: auto !important;
  }

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

.modal-backdrop.in {
  z-index:0 !important;
  background-color: transparent !important;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal .close {
	color:#FFFFFF;
}
.modal .close:hover {
	opacity: 1;
}

.modal .btn {
	background:rgba(0,0,0,.2);
	border:1px solid #666666;
	color:#FFFFFF;
}
.modal .btn:hover {
	background:rgba(0,0,0,.6);
	border:1px solid #000000;
}
.modal .divtable {
	width: 100%;
}

.modal-content {
	border-radius:0px !important;
	background:#901313;;
	opacity:.9;
	font-size:16px;
	z-index:1051;
}

.modal-footer {
	border-top:0;
}
.modal-header {
	border-bottom:0;
}
.modal-title {
	text-align:center;
	color:#FFFFFF !important;
}
.modal-body {
	color:#FFFFFF;
}

.animated {
  -webkit-animation-duration: 2s;
     -moz-animation-duration: 2s;
  		  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
}

.main-display {

	display:none;
}

.btn-danger{
	color:#fff !important;
	background-color:#FF0000;
	border-color:#FF0000;
	border-radius: 0px;
}

.btn-danger:hover {
	color:#fff;
	background-color:#c9302c;
	border-color:#c9302c;
}
.btn-success{
	color:#fff !important;
	background-color:#4219FF;
	border-color:#4219FF;
	border-radius: 0px;
}

.btn-danger:hover {
	color:#fff;
	background-color:#1F7420;
	border-color:#1F7420
}

.continue-btn {
	position:absolute;
	bottom:15% !important;
	margin-left:auto;
	margin-right:auto;
	width:100%;
}

hr.divider-l {
	border-top:1px solid #696969;
	margin:0;
}

.work-descr {
	color: #FFFFFF;
	background:rgba(0,0,0,0);
	width:20%;
	margin-left:auto;
	margin-right:auto;
	padding:3px;
}

.widget .icon-list li {
	margin-left:-10px;
	padding: 0px !important;
 		 hyphens:none !important;
 -webkit-hyphens:none !important;
}

.widget .icon-list li a:before {
	content: "\00BB";
	color: #FFFFFF;
	padding-right: 5px;
}

.work-item .work-image:after {
	border:1px solid rgba(255, 255, 255, 0);
}
.work-item:hover .work-image:after {
	background: rgba(0, 0, 0, 0);
}
.work-item:hover .work-image > img {
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	     -o-transform: scale(1.1);
	        transform: scale(1.1);
}

.work-item .work-caption {
	bottom: 50%;
	opacity: 1;
	z-index: 3;
	-webkit-transform: translateY(50%);
	   -moz-transform: translateY(50%);
	        transform: translateY(50%);
}
.work-title-big {
  	hyphens: none !important;
		-webkit-hyphens:none;
}
.modal-dialog {
	background:transparent;
	border:0;
	box-shadow: none;
}
.close {
    color: #FFFFFF !important;
    opacity: 1;
}
.close:hover {
    color: #999999 !important;
    opacity: 1;
}
/* ------------------------------------------------------------------
Preloader NEU
------------------------------------------------------------------- */

#bg {
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
}
#bg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 10%;
  max-width: 10%
}


#news .active {
  z-index: 2;
  cursor: default;
  color: #EE0000;
}

.no-gutter > [class*='col-'] {
    padding-right:0 !important;
    padding-left:0 !important;
}

.stop-btn {
	background:transparent !important;
	width:100%;
	position:absolute;
	bottom:0px;
	text-align:center;
	padding:5px;
}

.ion {
	font-size:200%;
}
/* ----------- ALERT ----------- */
.alert-right {
	width:31%;
	float:right;
	text-align:left;
	background-color:#66FF00;
	margin:-70px 0px 0 0px;
}
.alert-right h3{
	font-size:16px !important;
}
.alert-right img{
	padding-right:10px;
}
.alert-right a {
	color:#000000;
}

.alert-right a:hover{
	color:#FFFFFF;
}
@media (max-width: 768px) {
	.alert-right
		{
		width:100% !important;
		}
}
/* ----------- ALERT ----------- */
.bottom {
	position:absolute;
	bottom:300px;
    left: 0;
    right: 0;
    margin: auto
}

.black {
	color:#000000 !important;
}
.green {
	color:#289528 !important;
}
.light-green {
	color:#33BE33 !important;
}

.ucase {
	text-transform: uppercase;
}
.smallcaps {
	font-variant:small-caps;
	letter-spacing:.5px;
}
.bigger {
	font-size:200%;
}

a.btn-responsive {
 }

.div-opacity:hover {
    opacity: .1;
            transition: opacity 1s ease-in-out;
       -moz-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;    }
.div-opacity {
    opacity: 1.0;
            transition: opacity .2s ease-in-out;
       -moz-transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
}
.no-opacity {
	opacity:1 !important;
}
