@font-face {
  font-family: 'ProximaNova-Bold';
  src: url('../fonts/ProximaNova-Bold.eot'); /* IE9 Compat Modes */
  src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       /*url('../fonts/ProximaNova-Bold.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/ProximaNova-Bold.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/ProximaNova-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/ProximaNova-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'ProximaNova-Light';
  src: url('../fonts/ProximaNova-Light.eot'); /* IE9 Compat Modes */
  src: url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       /*url('../fonts/ProximaNova-Light.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/ProximaNova-Light.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/ProximaNova-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/ProximaNova-Light.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url('../fonts/ProximaNova-Regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       /*url('../fonts/ProximaNova-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/ProximaNova-Regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/ProximaNova-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/ProximaNova-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'ProximaNova-Semibold';
  src: url('../fonts/ProximaNova-Semibold.eot'); /* IE9 Compat Modes */
  src: url('../fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       /*url('../fonts/ProximaNova-Semibold.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/ProximaNova-Semibold.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/ProximaNova-Semibold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/ProximaNova-Semibold.svg#svgFontName') format('svg'); /* Legacy iOS */
}
::-moz-selection { 
    color: #fff;
    background: #00aeef;
}
::selection {
    color: #fff;
    background: #00aeef;
}
body {
	/* background-color: #e8e8e8; */
    font-family: "ProximaNova-Light",sans-serif;
    font-size: 15px;
    /* overflow-x: hidden; */
	color: #7e7e7e;
}
.blue-label {
    background: #00aeef none repeat scroll 0 0;
    color: #fff;
    font-family: proximanova-bold;
    font-size: 23px;
    padding: 30px 10px;
    text-align: center;
    text-transform: uppercase;
}
.blue-label span{
    font-family: proximanova-light;
}
.nav.navbar-nav .active > a {
    border-bottom: 3px solid #00aeef;
}
.nav.navbar-nav .active > a {
    color: #00aeef;
	font-family: proximanova-bold;
}
.nav.navbar-nav a {
	color: #7e7e7e;
	position: relative;
	top: 2px;
}
.nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent;
    color: #00aeef;
    text-decoration: none;
}
.main-content-container h2 {
    color: #6a6a6a;
    font-family: proximanova-bold;
    font-size: 28px;
    padding-bottom: 40px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.main-content-container h2::after {
    background: #00aeef none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50px;
    transform: translateX(-50%);
    width: 100px;
}
.navbar {
    border-bottom: 2px solid #ededed;
    border-top: 4px solid #00aeef;
}
.sign-in-menu-btn {
    border: 1px solid #00aeef;
    color: #00aeef !important;
    font-family: ProximaNova-Bold;
    font-size: 14px;
    padding: 11px 54px !important;
	transition: all 0.5s ease-in-out 0s;
}
.main-footer {
    background: #f0f0f0 none repeat scroll 0 0;
    font-size: 14px;
    padding: 16px 30px;
    text-align: center;
}
.main-content-container {
    padding: 45px 0 65px 0;
}
.main-footer > a {
    color: #00aeef;
}
.main-content.about li::before {
    color: #00aeef;
    content: "• ";
    font-size: 20px;
    vertical-align: baseline;
}
ul {
    list-style-type: none;
    padding-left: 0;
}
.main-content-txt a strong {
	color: #7e7e7e;
}
.blue-label.about , .blue-label.support , .blue-label.contact {
    font-size: 36px;
    padding: 60px 10px;
}
.blue-label.about p , .blue-label.support p, .blue-label.contact p{
    margin: 0;
}
.main-content.about li {
	font-family: ProximaNova-Bold;
}
strong {
    font-family: ProximaNova-Bold;
	font-weight: 100;
}
.col-sm-3.contact-item,.col-sm-4.contact-item {
    line-height: normal;
    text-align: center;
}
.col-sm-3.contact-item h3,.col-sm-4.contact-item h3 {
    color: #3f3f3f;
    font-family: ProximaNova-Bold;
    font-size: 18px;
	margin: 0;
}
.col-sm-3.contact-item p,.col-sm-4.contact-item p {
    color: #686666;
    font-family: ProximaNova-Light;
    font-size: 15px;
}
.divider {
    background-color: #e9f1f5;
    height: 2px;
    margin: 45px 10px 0;
    width: 100%;
}
.contact-img {
    margin-bottom: 40px;
}
.contact-img.icon {
    background: #3498db none repeat scroll 0 0;
    border: 2px solid #2475ac;
    border-radius: 50%;
    display: table;
    height: 155px;
    margin: auto auto 40px;
    text-align: center;
    width: 155px;
}
.col-sm-3.contact-item .log-info {
    color: #3498db;
    font-size: 14px;
}
.col-sm-3.contact-item p {
    margin: 0;
	line-height: 20px;
}
.navbar {
    min-height: 90px;
}
.sign-in-menu-btn {
    margin-top: 25px;
}
.navbar {
    margin-bottom: 0px;
}
.navbar-nav > li > a {
    padding-bottom: 29px;
    padding-top: 32px;
}
.nav.navbar-nav.navbar-right .sign-in-menu-btn:hover {
    background: #3498DB;
	color: #fff!important;
}
.main-content.contact {
    margin-bottom: 75px;
}
.contact-img.icon > img {
    display: block;
    margin: auto;
}
.contact-img.icon {
    align-items: center;
    display: flex;
}
.phone > a {
    color: #686666;
}
.log-info {
    color: #4a9499 !important;
}
.board-txt {
    margin: 7px 0 !important;
}
.col-sm-3.contact-item > li {
    line-height: 10px;
    list-style: outside none none;
    margin-top: 10px;
}
/* responsive */
@media only screen and (max-width: 1200px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 768px) {
    .navbar-brand>img {
		display: block;
		width: 190px;
		margin-top: 14px;
	}
}
@media only screen and (max-width: 767px) {
	.navbar-toggle {
		padding: 13px 10px;
		margin-top: 17px;
		margin-right: 15px;
		border: 1px solid #00aeef;
		border-radius: 50%;
	}
	.col-sm-3.contact-item {
		margin-bottom: 75px;
	}
	.main-content-container {
		padding: 45px 0 0 0;
	}
	.divider {
		display: none;
	}
	.navbar-toggle .icon-bar {
		display: block;
		width: 30px;
		height: 5px;
		border-radius: 1px;
		background: #00aeef;
	}
	.main-content.contact {
		margin-bottom: 0;
	}
	.main-content-container {
		padding: 30px 20px;
	}
	.nav.navbar-nav .active > a {
		font-size: 25px;
	}
	.nav.navbar-nav .active > a {
		border-bottom: 0;
	}
	.nav.navbar-nav a {
		font-size: 25px;
	}
	ul.nav.navbar-nav {
		text-align: center;
	}
	a.sign-in-menu-btn {
		margin: 0 5% 2%;
	}
	.navbar-nav > li > a {
		padding-bottom: 20px;
		padding-top: 20px;
	}
}
@media only screen and (max-width: 480px) {
    .blue-label {
		font-size: 17px;
	}
	.main-content-container {
		margin-Top: 28px;
	}
	.blue-label.about, .blue-label.support, .blue-label.contact {
		font-size: 25px;
		padding: 30px 0px;
	}
	.contact-img {
		margin-bottom: 15px;
	}
	.col-sm-3.contact-item {
		margin-bottom: 40px;
	}
}
@media only screen and (max-width: 320px) {
}