/*---------------------------MAIN/*---------------------------*/
			::-webkit-scrollbar {
			width: 8px;
			}
			/* Track */
			::-webkit-scrollbar-track {
			background: #f1f1f1;
			}
			/* Handle */
			::-webkit-scrollbar-thumb {
			background: #888;
			}
			/* Handle on hover */
			::-webkit-scrollbar-thumb:hover {
			background: #555;
			}
			body {
			background: #121645;
			}
			.form-control:focus {
			box-shadow: none;
			border-color: #BA68C8
			}
			.profile-button {
			background: #121645;
			box-shadow: none;
			border: none
			}
			.profile-button:hover {
			background: #121645
			}
			.profile-button:focus {
			background: #121645;
			box-shadow: none
			}
			.profile-button:active {
			background: #121645;
			box-shadow: none
			}
			.back:hover {
			color: #121645;
			cursor: pointer
			}
			.labels {
			font-size: 11px
			}
			.add-experience:hover {
			background: #121645;
			color: #fff;
			cursor: pointer;
			border: solid 1px #121645
			}
			.border-right{
				border-right: solid 1px lightgrey;
			}
/*---------------------------END MAIN/*---------------------------*/		
/*---------------------------NAV BAR/*---------------------------*/		
			.navbar {
				background-color: white;
				<!-- position: fixed; -->
				<!-- top: 0; -->
				<!-- width: 100%; -->
			}

			.navbar ul {
				overflow: auto;
			}

			.navbar li {
				float: left;
				list-style: none;
			}

			.navbar li a {
				text-decoration: none;
				color: white;
			}

			.navbar li a:hover {
				color: #CD3341
			}
			dl, ol, ul {
				margin-top: 0;
				margin-bottom: 0;
			}
/*---------------------------END NAV BAR/*---------------------------*/	
/*---------------------------POP UP/*---------------------------*/		
			.thank-you-pop{
				width:100%;
				padding:20px;
				text-align:center;
			}
			.thank-you-pop img{
				width:76px;
				height:auto;
				margin:0 auto;
				display:block;
				margin-bottom:25px;
			}

			.thank-you-pop h1{
				font-size: 42px;
				margin-bottom: 25px;
				color:#5C5C5C;
			}
			.thank-you-pop p{
				font-size: 20px;
				margin-bottom: 27px;
				color:#5C5C5C;
			}
			.thank-you-pop h3.cupon-pop{
				font-size: 25px;
				margin-bottom: 40px;
				color:#222;
				display:inline-block;
				text-align:center;
				padding:10px 20px;
				border:2px dashed #222;
				clear:both;
				font-weight:normal;
			}
			.thank-you-pop h3.cupon-pop span{
				color:#03A9F4;
			}
			.thank-you-pop a{
				display: inline-block;
				margin: 0 auto;
				padding: 9px 20px;
				color: #fff;
				text-transform: uppercase;
				font-size: 14px;
				background-color: #8BC34A;
				border-radius: 17px;
			}
			.thank-you-pop a i{
				margin-right:5px;
				color:#fff;
			}
			#ignismyModal .modal-header{
				border:0px;
			}
/*---------------------------END POP UP*---------------------------*/		
		