@font-face {
	font-family: 'Gotham';
	src: url('../fonts/Gotham-Bold.eot');
	src: local('☺'), url('../fonts/Gotham-Bold.woff') format('woff'), url('../fonts/Gotham-Bold.ttf') format('truetype'), url('../fonts/Gotham-Bold.svg') format('svg');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham';
	src: url('../fonts/Gotham-Medium.eot');
	src: local('☺'), url('../fonts/Gotham-Medium.woff') format('woff'), url('../fonts/Gotham-Medium.ttf') format('truetype'), url('../fonts/Gotham-Medium.svg') format('svg');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham';
	src: url('../fonts/Gotham-Thin.eot');
	src: local('☺'), url('../fonts/Gotham-Thin.woff') format('woff'), url('../fonts/Gotham-Thin.ttf') format('truetype'), url('../fonts/Gotham-Thin.svg') format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham';
	src: url('../fonts/Gotham-Light.eot');
	src: local('☺'), url('../fonts/Gotham-Light.woff') format('woff'), url('../fonts/Gotham-Light.ttf') format('truetype'), url('../fonts/Gotham-Light.svg') format('svg');
	font-weight: 200;
	font-style: normal;
}

html {
	height: 100%;
}

body {
	font-family: 'Gotham', sans-serif;
	font-weight: 200;
	background: #a5c9df url('../img/bg.png') center no-repeat fixed;
}

a {
    color: #66b3cb;
}

hr {
    border-top: 1px solid #60b0c9;
}

.bg-page {
	position: relative;
	margin: 0 auto;
	max-width: 270px;
	min-height: 100vh;
	background-color: rgba(0, 0, 0, 0.1);
	padding-top: 60px;
	padding-bottom: 30px;
}

.bg-slide {
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 15px;
}

.bg-body {
	margin-left: -30px;
	margin-right: -30px;
	margin-bottom: 15px;
}

.page-logo {
	margin: 0 auto;
	margin-bottom: 20px;
	max-width: 100px;
}

.page-title {
	text-align: center;
	color: #fff;
}

.page-description {
	font-size: 12px;
	margin-bottom: 15px;
	padding: 0 10px;
	text-align: center;
	color: #fff;
}

.shadow {
	box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
}

.nav-tabs {
    border-bottom: none;
	margin-bottom: 10px;
}

.tab-content>.tab-pane {
    padding-top: 15px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fbfbfb;
    opacity: 1;
}

.form-control {
	background: url(../img/bg-in.png) no-repeat scroll 7px 7px;
    display: block;
    width: 100%;
    height: 40px;
    padding: 9px 12px 9px 45px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #999999;
    background-color: #fff;
	border: none;
    border-bottom: 1px solid #ebebeb;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: #60b0c9;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgb(96, 176, 201);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgb(96, 176, 201);
    color: #60b0c9;
}

select {
   -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none; 
}

select option {
  font-weight: 300;
}

select  option[value=""][disabled] {
	display: none;
}


.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #60b0c9;
    background-color: none;
	font-weight: 500;
    border: none;
	border-bottom: 2px solid;
    border-bottom-color: #60b0c9;
    cursor: default;
}

.nav-tabs>li>a {
    border: 0px solid transparent;
    border-radius: 0;
}

.nav>li>a {
    padding: 5px 10px;
}

.nav-tabs>li>a:hover {
    border-color: none;
}

.nav>li>a:hover, .nav>li>a:focus {
    background-color: transparent;
}

.copyright {
	color: #fff;
	font-size: 80%;
	text-transform: uppercase;
	text-align: center;
}
.copyright a {color: #fff;}
.copyright a:hover {color: #feb517; text-decoration: none;}

.btn {
	margin-bottom: 10px;
}

.btn-info {
	background-color: #60b0c9;
	border-color: #6ec1dc;
}

.btn-default {
    color: #60b0c9;
    background-color: #e1e1e1;
    border-color: #e1e1e1;
}

.or {
    width: 25px;
    height: 25px;
	padding-top: 4px;
	padding-bottom: 5px;
    border: 1px solid #eee;
    border-radius: 99em;
    font-size: 10px;
	font-weight: 400;
	color: #60b0c9;
    margin: 0 auto;
}

#row {
	margin-top: 45px;
	width: 100%;
}
#col1 {
	float: left;
	width: 30%;
}
#col2 {
	float: left;
	width: 15%;
	padding-top: 5px;
	text-align: center;
}
#col3 {
	float: left;
	width: 55%;
}

.carousel-indicators {
    bottom: 0px;
}

.blue-tooltip + .tooltip > .tooltip-inner {background-color: rgba(0, 0, 0, 0.5);}
.blue-tooltip + .tooltip > .tooltip-arrow { border-bottom-color: rgba(0, 0, 0, 0.5);}
.blue-tooltip + .tooltip.top .tooltip-arrow {border-top-color: rgba(0, 0, 0, 0.5);}

.btn-trial:hover, .btn-trial:focus {
	color: #000;
    background-color: #feb517;
    border-color: #feb517;
}
.btn-facebook:hover, .btn-facebook:focus {
	color: #fff;
    background-color: #3b5998;
    border-color: #3b5998;
}
.btn-twitter:hover, .btn-twitter:focus {
	color: #fff;
    background-color: #1b95e0;
    border-color: #1b95e0;
}
.btn-instagram:hover, .btn-instagram:focus {
	color: #fff;
    background-color: #fb3958;
    border-color: #fb3958;
}
.btn-google:hover, .btn-google:focus {
	color: #fff;
    background-color: #b53c2d;
    border-color: #b53c2d;
}
.hide-show{float: right;top: -28px;right: 10px;position: relative;}
@-webkit-keyframes autofill {
	to {
		color: #666;
		background: url(../img/bg-in.png) no-repeat scroll 7px 7px;
	}
}	
input:-webkit-autofill {
	background: url(../img/bg-in.png) no-repeat scroll 7px 7px;
	-webkit-animation-name: autofill;
	-webkit-animation-fill-mode: both;
}

.nav-tabs > li, .nav-pills > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
     zoom:1; /* hasLayout ie7 trigger */
}

.nav-tabs, .nav-pills {
    text-align:center;
}
h6 {
	color: #5fb0c9;
    width: 100%;
    margin: 30px 0;
    padding: 0;
    text-align: center;
}
h6:after {
    display: inline-block;
    margin: 0 0 2px 20px;
    height: 2px;
    content: " ";
    background-color: #5fb0c9;
    width: 55px;
}
h6:before {
    display: inline-block;
    margin: 0 20px 2px 0;
    height: 2px;
    content: " ";
    background-color: #5fb0c9;
    width: 55px;
}
.btn-circle {
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 10px 0;
  font-size: 18px;
  line-height: 1.22;
  border-radius: 99em;
}

