	.modal-custom .modal-content {
	    /*-webkit-box-shadow: 5px 5px 7px #000000;
	    box-shadow: 5px 5px 7px #000000;*/
	}
	
	.modal-custom .modal-header{
	    border-top-left-radius: 6px;
	    border-top-right-radius: 6px;
	    border-bottom : none;
	    text-align: center;
	}

	.modal-custom .close{
		color: inherit;
	    text-shadow: none;
	    opacity: 1;
	    font-size: 30px;
	}

	.modal-transparent .modal-header{
	    display: none;
	}

	.modal-transparent .modal-body{
		background: #42305f;
		opacity: .9;
	}

	.modal-backdrop-blue{
		background: transparent;;

	}

	.modal-blue .modal-header{
	    background: #4a8284;
	}

	.modal-blue .btn-white{
		color : #4a8284;
	}

	.modal-blue .modal-body{
		background: #4a8284;
		opacity: .9;
	}

	.modal-backdrop-blue{
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4a8284+0,4a5e84+100&0.8+0,0.2+100 */
		background: -moz-linear-gradient(left, rgba(74,130,132,0.8) 0%, rgba(74,94,132,0.2) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, rgba(74,130,132,0.8) 0%,rgba(74,94,132,0.2) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, rgba(74,130,132,0.8) 0%,rgba(74,94,132,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc4a8284', endColorstr='#334a5e84',GradientType=1 ); /* IE6-9 */

	} 

	.modal-orange .modal-header{
	    background: #d0733e;
	}

	.modal-orange .btn-white{
		color : #d0733e;
	}

	.modal-orange .modal-body{
		background: #d0733e;
		opacity: .9;
	}

	.modal-backdrop-orange{
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d0733e+0,4a5e84+100&0.8+0,0.2+100 */
		background: -moz-linear-gradient(left, rgba(208,115,62,0.8) 0%, rgba(74,94,132,0.2) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, rgba(208,115,62,0.8) 0%,rgba(74,94,132,0.2) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, rgba(208,115,62,0.8) 0%,rgba(74,94,132,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccd0733e', endColorstr='#334a5e84',GradientType=1 ); /* IE6-9 */
	} 

	.modal-yellow .modal-header{
	    background: #a9af31;
	}

	.modal-yellow .btn-white{
		color : #a9af31;
	}

	.modal-yellow .modal-body{
		background: #a9af31;
		opacity: .9;
	}

	.modal-backdrop-yellow{
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#becb35+0,4a5e84+100&0.8+0,0.2+100 */
		background: -moz-linear-gradient(left, rgba(190,203,53,0.8) 0%, rgba(74,94,132,0.2) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, rgba(190,203,53,0.8) 0%,rgba(74,94,132,0.2) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, rgba(190,203,53,0.8) 0%,rgba(74,94,132,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccbecb35', endColorstr='#334a5e84',GradientType=1 ); /* IE6-9 */
	}

	.modal-backdrop-violet{
		background:rgba(190,203,53,.7);
	} 

	.modal-nssm {
	    width: 550px;
	}

	.modal-violet .modal-body, .modal-violet .modal-header{
		background: #42305f;
		opacity: .8;
	}