/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

 @import url(//fonts.googleapis.com/css?family=Oswald:400,700,300);

.padLR {
    padding-left: 0;
	padding-right: 0;
}

.sec-pad {
    padding: 30px 0;
}

.sec-pad h2 {
    margin-bottom: 40px;
	font-size: 40px;
	font-weight: 400;
	font-family: 'oswald', "Arial Black", Gadget, "sans-serif";
	text-transform: uppercase;
	color: #ea5519;
}

.sec-pad p {
    text-align: left;
}

a {
    color: #113355;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #556688;
}

.gray {
    color: #999;
}

.light {
    font-weight: 400;
}

.navbar-custom {
    margin-bottom: 0;
    background-color: #fff;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

#page-top .navbar-custom a {
    color: #fff;
}

#page-top .navbar-custom.top-nav-collapse a,
#page-top .navbar-custom .dropdown-menu a {
    color: #333;
}

.navbar-custom a {
    color: #333;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(255, 255, 255, .8);
    background-color: transparent;
}

.navbar-custom.top-nav-collapse {
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    background: #fff;
}
.navbar-custom.top-nav-collapse .container-fluid a {
    color: #333;
}
.navbar-custom.top-nav-collapse .container-fluid a:hover {
    color: #5bc0de;
}

.dropdown-menu>li>a {
    padding: 5px 20px;
}

.open .dropdown-menu>li>a:hover {
    color: #999!important;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: rgba(255, 255, 255, .3);
}

.navbar-custom .nav li.active a:hover {
    color: #fff;
}

.team-area {
    border-bottom: 1px solid #ddd;
}

.team-area tr td {
    vertical-align: middle!important;
}

.team-area tr td:last-child {
    text-align: right;
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 10px;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    background: url(../img/login_bg.jpg) no-repeat top center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-shadow: 1px 1px 3px #000;
}

.bg-box {
    top: 0;
    left: 0;
    position: absolute;
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-image: url(../img/login_bg_global.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    z-index: -1;
}
.intro-global {
    background: none;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading {
    font-size: 28px;
	letter-spacing: -0.05em;
	margin-bottom: 36px;
	font-weight: bold;
}

.intro .intro-body .intro-text {
    font-size: 14px;
	text-align: left;
	margin: 30px auto 50px;
	max-width: 750px;
	font-weight: bold;
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 100%!important;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-success{

}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255, 255, 255, .1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.hidden-oflow{
    overflow: hidden;
}

.btn {
    border-radius: 60px!important;
}

.btn-orange{
    color: #fff!important;
    border: none;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    background: #ea5519;
	font-weight: bold !important;
	margin: 10px auto;
}
.btn-orange:hover{
    color: #fff!important;
    background: #f06c37;
}

.btn-blue{
    color: #fff!important;
    border: none;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    background: #337ab7;
	font-weight: bold !important;
	margin: 10px auto;
}
.btn-blue:hover{
    color: #fff!important;
    background: #4d8ec6;
}

.loginBtn{
    width: 100%;
    border-radius: 0;
    display: block;
    height: 40px;
}

.loginForm input{
    margin: 0!important;
}

.content-section {
    padding-top: 100px;
}

.download-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(../img/downloads-bg.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.contents-default {
    background: #f4f4f4;
    padding: 120px 0 80px 0!important;
}

#map {
    width: 100%;
    height: 200px;
    margin-top: 100px;
}

.btn {
    border-radius: 0;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

ul.banner-social-buttons {
    margin-top: 0;
}

footer {
    padding: 15px 0;
    color: #333;
    width: 100%;
}

footer p {
    margin: 0;
}

.page-contents footer {
    color: #333;
    width: 100%;
    bottom: 0px;
}

.page-contents footer p {
    margin: 0;
    text-align: center;
    font-size: 90%;
}

.page-contents footer p a {
    color: #333;
}

.text-white {
    color: #fff;
}


/*::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}*/

body {
    webkit-tap-highlight-color: rgba(255, 255, 255, .2);
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.loginBox, .lpContent {
    background: rgba(255, 255, 255, .7);
    border-radius: 10px;
    padding: 30px;
    width: 75%;
    margin: 0 auto;
    text-shadow: none;
}

.lpContent {
    text-align: left;
    color: black;
}

.oldMemberMessage img, .oldMemberMessage a {
  vertical-align: middle;
}

.oldMemberMessage img {
  width:50px;
  height: auto;
  margin-right: 10px;
}
.oldMemberMessage a {
  font-weight: bold;
  color: #ea5519;
  font-size: 14px;
}

.btn-create-default {
    border-radius: 5px;
}

article {
    padding: 0!important;
}

article h2{
    font-size: 18px;
}

.hr-or {
    margin: 40px 0;
    text-align: center;
    line-height: 0.5;
    color: #ccc;
}
.hr-or span {
    display: inline-block;
    position: relative;
}
.hr-or span:before,
.hr-or span:after {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 1px solid #ccc;
    top: 0;
    width: 600px;
}
.hr-or span:before {
    right: 100%;
    margin-right: 15px;
}
.hr-or span:after {
    left: 100%;
    margin-left: 15px;
}




.m-wide{
    margin: 40px 0;
}

.container-h100 {
    height: 100%;
    width: 100%;
}

.display-table {
    display: table;
    height: 100%;
    width: 100%;
    color: #333;
    margin: 0;
    padding-top: 51px;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.left-area {
    height: 100%;
    background:  #f4f4f4;
    vertical-align: middle;
    float: none;
}

.admin-left-area {
    height: 100%;
    background: #f7f7f7;
    vertical-align: top;
    padding-top: 50px;
    float: none;
}

.right-area {
    background-image: url(/raft/img/bg-right.jpg);
    background-color: rgba(0, 0, 0, .2);
    background-size: cover;
    height: 100%;
    width: 100%;
    float: none;
    vertical-align: middle;
    background-position: center;
}

.loginmodal-container {
    margin: 0 auto;
    border-radius: 2px;
    overflow: hidden;
    margin: 0 5%;
}

.loginmodal-container h1 {
    font-size: 1.8em;
}

.loginmodal-container input[type=submit] {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    position: relative;
    border-radius: 60px;
}

.loginmodal-container input[type=text],
input[type=password] {
    height: 44px;
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    /* border-radius: 2px; */
    padding: 0 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover,
input[type=password]:hover {
    border: 1px solid #b9b9b9;
    border-top: 1px solid #a0a0a0;
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.loginmodal-container form label {
    margin-top: 10px;
}

.loginmodal {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    height: 36px;
    padding: 0 8px;
    /* border-radius: 3px; */
    /* -webkit-user-select: none;
  user-select: none; */
}

.loginmodal-submit {
    /* border: 1px solid #3079ed; */
    border: 0px;
    color: #fff;
    padding: 12px 0px;
    font-size: 14px;
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#5bc0de), to(#4787ed)); */
}

.loginmodal-submit:hover {
    /* border: 1px solid #2f5bb7; */
    border: 0px;
    background-size: 200% 200%;
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#5bc0de), to(#357ae8)); */
}

.btn-success{
    color: #fff!important;
}

.loginmodal-container a {
    text-decoration: none;
    color: #666;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    transition: opacity ease 0.5s;
}

.login-help {
    font-size: 12px;
}

.img-phone {
    width: 40%;
    margin: 0 auto;
}

.create-area {
    margin-top: 80px;
    text-align: center;
}

.payment-area ul {
    padding: 0;
    border: 1px solid #ddd;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.price-title h2 {
    color: #5bc0de;
    padding: 10px 0;
    margin: 0;
}

.payment-area ul li {
    list-style-type: none;
    text-align: center;
    padding: 20px 0;
}

.payment-area .btn{
    padding: 12px 30px;
}

.payment-area ul li:nth-of-type(2n+1) {
    background: #f7f7f7;
}

.payment-area ul li:nth-of-type(2n) {
    background: #fff;
}

.payment-area ul li:first-child{
    background: #e7f2f6;
}

.payment-area .col-md-4:nth-of-type(2) ul {
    border: 1px solid #5bc0de;
}

.payment-area .col-md-4:nth-of-type(2) ul li:first-child{
    border: none;
    color: #fff!important;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    background: linear-gradient(230deg,#a24bcf,#4b79cf,#4bc5cf)!important;
    background-size: 500% 500%!important;
}

.payment-area .col-md-4:nth-of-type(2) ul li:first-child h2{
    color: #fff;
}

@media only screen and (min-width: 768px) {
.payment-area .col-md-4:nth-of-type(2) ul{
    margin-top: -25px;
}
}

.price-pop{
    color: #c00;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
}

/*.payment-area .col-md-4:nth-of-type(3) ul {
    border: 1px solid #8957CF;
}

.payment-area .col-md-4:nth-of-type(3) ul li:first-child{
    border: none;
    color: #fff!important;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    background: linear-gradient(50deg,#a24bcf,#4b79cf,#4bc5cf)!important;
    background-size: 500% 500%!important;
}

.payment-area .col-md-4:nth-of-type(3) ul li:first-child h2{
    color: #fff;
}*/

.payment-current {
    padding: 13px;
    display: inline-block;
    color: #333;
}

.icon-circle {
    width: 60px;
    height: 60px;
    border: 1px solid #333;
    border-radius: 50%;
    text-align: center;
    padding-top: 17px;
    margin: 0 20px 200px 0;
}

.icon-circle i:before {
    font-size: 25px;
}

.feture-area>div {
    min-height: 240px;
}

.table-default{
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.table-default>tbody>tr>td{
    padding: 13px 8px!important;
}

.table-default th{
    background: #e4e4e4;
}

.table-default tr{
    background: #fff;
}

.table-default tr{
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.table-default tr:hover{
    background: #eee;
 }

.owner span{
    background: #5BC0DE;
    color: #fff;
    padding: 5px 8px;
    border-radius: 5px;
}

.form-control{
    height: 44px;
}

.font-bold{
    font-weight: bold;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }
    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
    .loginmodal-container{
        padding: 0;
    }
    #page-top .navbar-custom a {
        color: #333;
    }
    .feture-area>div{
        min-height: auto!important;
    }
}

@media(max-width:1071px) {
    .display-table {
        display: block;
        height: auto;
        width: auto;
        padding-top: 51px;
    }
    .display-table-cell {
        display: block;
        vertical-align: top;
    }
    .container-h100 {
        width: auto;
        height: auto;
    }
    .admin-left-area{
        padding-bottom: 40px;
    }
    .right-area{
        padding: 50px 0;
    }
    .intro-text{
        font-size: 16px;
        line-height: 1.2;
    }
    .loginBox{
        width: 100%;
    }
    .loginBox .col-md-5.col-sm-12{
        margin: 15px auto;
    }
    .loginBox .col-md-2.col-sm-12{
        margin: 15px auto;
    }
    .icon-circle{
        margin-bottom: 200px;
    }
    .left-area.display-table-cell {
        padding: 40px 0;
    }
	.featureBox {
	    overflow: hidden;
		_zoom:1;
		margin-bottom: 30px;
	}

}



@media(min-width:1199px) {
    p {
        margin: 0 0 25px;
        font-size: 14px;
        line-height: 1.6;
    }
    .navbar-custom {
        padding: 20px 0;
        border-bottom: 0;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
        transition: background .5s ease-in-out, padding .5s ease-in-out;
    }
    .intro {
        height: 100%;
        padding: 200px 10px;
		margin-bottom: 30px;
    }
    .intro .intro-body .brand-heading {
        font-size: 48px;
    }
    .intro .intro-body .intro-text {
        font-size: 18px;
    }
    .content-section {
        padding-top: 250px;
    }
    .download-section {
        padding: 100px 0;
    }
    #map {
        height: 400px;
        margin-top: 250px;
    }
}

.cd-currency, .cd-value {
  font-size: 3rem;
  font-weight: 300;
}

.cd-duration {
  font-weight: 700;
  font-size: 1.3rem;
  color: #8dc8e4;
  text-transform: uppercase;
}
.cd-popular .cd-duration {
  color: #f3b6ab;
}
.cd-duration::before {
  content: '/';
  margin-right: 2px;
}

@media only screen and (min-width: 1199px) {
  .cd-value {
    font-size: 7rem;
    font-weight: 300;
  }

  .cd-currency, .cd-duration {
    color: rgba(23, 61, 80, 0.4);
  }
  .cd-popular .cd-currency, .cd-popular .cd-duration {
    color: #e97d68;
  }
  .cd-secondary-theme .cd-currency, .cd-secondary-theme .cd-duration {
    color: #2e80a7;
  }
  .cd-secondary-theme .cd-popular .cd-currency, .cd-secondary-theme .cd-popular .cd-duration {
    color: #ba6453;
  }

  .cd-currency {
    display: inline-block;
    margin-top: 10px;
    vertical-align: top;
    font-size: 2rem;
    font-weight: 700;
  }

  .cd-duration {
    font-size: 1.4rem;
  }
}
.cd-pricing-body {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 768px) {
  .cd-pricing-body {
    overflow-x: visible;
  }
}

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

.ca-btn, .ca-btn:hover {
    background-color: #3b5998;
}

.auth-btn {
    display: inline-block;
    position: relative;
    width: 100%;
    font-weight: normal;
}

.auth-btn:hover {
    top: 1px;
    left: 1px;
}

.fb-btn:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 20px;
    height: 20px;
    background-image: url(/static/img/FB-f-Logo__blue_50.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

.ca-btn:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 20px;
    height: 20px;
    background-image: url(/static/img/FB-f-Logo__blue_50.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
}


.auth-btn-label {
    color: #ffffff;
    position: relative;
    top: 0;
    text-align: center;
    margin: 0 12px 0 20px;
}


.feture-area {
  padding-right: 10px;
  padding-left: 50px;
}

@media only screen and (max-width: 1199px) {
.feture-area .featureBox {
  float: none;
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
  _zoom:1;
  min-height: 40px;
}

.icon-circle {
  margin-bottom: 20px;
}

.featureBox p {
  margin-left: 80px;
}
}

@media only screen and (max-width: 767px) {
  .feture-area {
    padding-right: 10px;
    padding-left: 10px;
  }

  .sec-pad {
      padding: 30px 10px;
  }
}
