/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/montserrat-v25-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/montserrat-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/montserrat-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/montserrat-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/montserrat-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/montserrat-v25-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}


.header {
    position: fixed;
    width: 100%;
    z-index: 2;
}

.header-top {
    background-color: #183b6a;
	border-top: 5px solid #0088CC;
    color: #ffffff;
    font-size: 12px;
    padding: 5px 0;
    position: relative;
    z-index: 9999;
}

.tg-container {
    max-width: 1200px;
    margin: 0 auto;
		font-family: "Montserrat";	
}

.header-top .tg-column-wrapper {
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tg-column-wrapper {
    clear: both;
    margin-left: -3%;
}

.header-top i {
    font-size: 16px;
    margin: 12px 0;
    float: left;
}

.svg-inline--fa {
    font-size: 16px;
    margin: 12px 0;
    float: left;
}

.header-top p {
    margin: 0;
    padding: 10px 20px 0 10px;
    float: left;
}

	.topbar {
		padding: 20px 0 10px;
		margin: auto;
		text-align: center;
		position: relative;
		z-index: 2;
		width: 30.0%;
		background: rgba(255,255,255,0.8);
		border-bottom-left-radius: 15px;
		border-bottom-right-radius: 15px;
		-webkit-animation: bar 3s ease;
	}

	@keyframes bar
	{
	  0% {
		top: -50%;
	  }
	  100% {
		top: 0%;
	  }
	}	
	

	.demo{
		background-color: #111111;
		position: relative;
	}

	.demo .inner {
		display: inline-block;
	}

	.demo .variation {
		background-color: #111111;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		border-bottom: none;
		border-right: 1px solid #ffffff;
		box-sizing: border-box !important;
		-moz-box-sizing:border-box !important;
		cursor: pointer;
		display: inline;
		float: left;
		font-family: "Montserrat";
		position: relative;
		text-align: center;
		transition: all 0.8s ease-in-out 0s;
	}

	.demo .variation:hover {
		
	}

	.demo .variation:last-child {
		border-right: none;
	}

	.demo .variation .overlay {
		background-color: rgba(10,30,53,0.55);
		position: absolute !important;
		top: 0px;
		right: 0px;
		left: 0px;
		bottom: 0px;
	}

	.demo .variation .overlay {
		background-color: rgba(10,30,53,0.55);
		position: absolute ;
		top: 0px;
		right: 0px;
		left: 0px;
		bottom: 0px;
	}

	.demo .variation .number {
		border-bottom: 1px solid #ffffff;
		color: #ffffff;
		font-size: 13px;
		font-weight: 400;
		margin: 0px auto 70px;
		padding-bottom: 20px;
		width: 50px;
	}

	.demo .variation .title {
		color: #ffffff;
		font-size: 16px;
		font-weight: 300;
		margin-top: 30px;
	}

	
    @media only screen and (min-width: 768px) and (max-width: 959px) {
	
		.demo .inner img{
			width:96px;
			margin-top: 30px;
		}
	
	}		
	
	
	

	@media only screen and (max-width: 767px) {


		.demo .variation {
			border-right: none !important;
			border-bottom: 1px solid #ffffff;
		}

		.demo .variation:last-child {
			border-bottom: none;
		}

		.demo .variation .number {
			display: none;
		}
		.header {
			padding: 0;
			margin: 0;
			text-align: left;
			position: relative;
			z-index: 2;
			width: 100%;
			background: rgba(255,255,255,0.9);
			display: flex;
		}		
		.header-top  {
			display: none;
		}
		
		.topbar {
			width: 100.0%;
		}		
		
		.demo .inner {
			display: inline-block;
		}
		.demo .inner img{
			width:56px;
			margin-top: 30px;
		}

	}