@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.jpg') center no-repeat fixed;
	background-size: cover; */
}

section {
  width: 100%;
  padding: 0 7%;
  display: table;
  margin: 0;
  max-width: none;
  height: 100vh;
      background: rgba(0, 0, 0, 0.2);
}

.welcome {
	display: table-cell;
	vertical-align: middle;
	padding-top: 30px;
	padding-bottom: 30px;
}

.bg-login {
	margin: 0 auto;
	max-width: 270px;
	min-height: 100vh;
}

.bg-page {
	position: relative;
	margin: 0 auto;
	max-width: 270px;
	min-height: 100vh;
	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: 150px;
}

.page-description {
	margin-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	color: #fff;
}

.panel-login {
	margin: 0 auto;
	margin-top: -15px;
	background: transparent;
	max-width: 300px;
    border: none;
    border-radius: none;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.05);
    box-shadow: 0 0px 0px rgba(0,0,0,0.05);
}

.panel-default {
    color: #000;
	background-color: #ffffff;
	padding-top: 15px;
	border-color: transparent;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    margin-bottom: 15px;
}

.panel-default .page-description {
    color: #000;
}

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

.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 {
	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: 4px;
    -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;
}

.input-group-addon {
    padding: 6px 12px;
	line-height: 1.42857143;
    color: #60b0c9;
    text-align: center;
    background-color: #fff;
	border: 0;
    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;
}

.radio label, .checkbox label {
    font-weight: 200;
	font-size: 90%;
    margin-left: 13px;
	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;
}

.btn {
	margin-bottom: 10px;
}

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

.btn-default:hover, .btn-danger:hover{
    color: #000;
	box-shadow: 0px 13px 35px 0px rgba(120, 120, 120, 0.35);
}
.btn-default {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
	border: none;
    background-image: linear-gradient(to left, #4facfe 0%, #00f2fe 100%);
}

.btn-danger {
	color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
	background: linear-gradient(to right, #ff5e62, #ff9966);
	border: none;
}

.social-login .btn-block {
	color: #ffffff;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 80%;
    padding: 10px;
    margin: 10px auto;
}
.btn-trial {
    color: #fff;
	border-color: #fff;
}
.btn-fb {
    color: #fff;
	border-color: #fff;
}
.btn-tw {
    color: #fff;
	border-color: #fff;
}

.btn-ig {
    color: #fff;
	border-color: #fff;
}

.btn-gp {
    color: #fff;
	border-color: #fff;
}

.social-login .btn-register {
	color: #fff;
	border-color: #fff;
}

.btn-trial:hover {
    color: #fff;
	background-color: #27ae60;
	border-color: #27ae60;
}

.btn-fb:hover {
    color: #fff;
	background-color: #3b5998;
	border-color: #3b5998;
}

.btn-tw:hover {
    color: #fff;
	background-color: #1da1f3;
	border-color: #1da1f3;
}

.btn-ig:hover {
    color: #fff;
	background-color: #fb3958; 
	border-color: #fb3958;
}

.btn-gp:hover {
    color: #fff;
	background-color: #d13d33; 
	border-color: #d13d33;
}

.social-login .btn-register:hover {
	color: #fff;
	background-color: #FF9800;
	border-color: #FF9800;
}

/* MODAL */

.modal-300 {
	max-width: 400px;
	margin: 0 auto;	
}

.modal-body .btn-trial {
    color: #fff;
	background-color: #27ae60;
	border-color: #27ae60;
}

.modal-body .btn-fb {
    color: #fff;
	background-color: #3b5998;
	border-color: #3b5998;
}

.modal-body .btn-tw {
    color: #fff;
	background-color: #1da1f3;
	border-color: #1da1f3;
}

.modal-body .btn-ig {
    color: #fff;
	background-color: #fb3958; 
	border-color: #fb3958;
}

.modal-body .btn-gp {
    color: #fff;
	background-color: #d13d33; 
	border-color: #d13d33;
}

.modal-body .btn-register {
	color: #fff;
	background-color: #FF9800;
	border-color: #FF9800;
}

.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;
}

h5 {
    color: #00aeef;
    width: 100%;
    margin: 30px 0;
    padding: 0;
    text-align: center;
}

h6 {
	color: #00aeef;
    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: #00aeef;
    width: 80px;
}

h6:before {
    display: inline-block;
    margin: 0 20px 2px 0;
    height: 2px;
    content: " ";
    background-color: #00aeef;
    width: 80px;
}

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

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


.carousel-indicators {
    bottom: 0px;
}

.carousel-control.right, .carousel-control.left {
	background: none;
}

.carousel-control{font-size:30px; position:absolute;top:50%;}

.carousel-inner > .item > img, 
.carousel-inner > .item > a > img{
	width: 100%; /* use this, or not */
	margin: auto;
}

.modal-ads {
	border-radius: 0px;
}

.modal-close .close {
	margin: 0;
    position: absolute;
    top: -35px;
    right: -35px;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    border: 2px solid;
    background-color: #151515;
    color: #ffffff;
    font-size: 19px;
    opacity: 1;
    z-index: 10;
}

.footer {
	color: #fff;
    letter-spacing: 2px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content*/
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption { 
    animation-name: zoom;
    animation-duration: 0.6s;
}

.modal-content .carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 700px;
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}