
/* ==========================================================================
   Global styles
   ========================================================================== */
h1, h2, h3, h4,hh4, h5, h6, h22,h7, p, .btn, .navbar-nav a, .form-control, .list-inline, small, #pricing {
  font-family: 'Montserrat', sans-serif;
}

p, .lead {
	font-family: 'Raleway', sans-serif;
}

h1 {
  font-size: 55px;
  line-height: 55px;
  letter-spacing: -1px;
  color: #ffffff;
  font-weight: 700;
}

h2 {
  font-size: 40px;
  line-height: 40px;
  etter-spacing: -0.5px;
  color: #ffffff;
  font-weight: 700;
}
h22 {
  font-size: 25px;
  line-height: 10px;
  etter-spacing: -0.5px;
  color: #ffffff;
  font-weight: 700;
}
h3 {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #231f20;
  font-weight: 700;
}
h33 {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #231f20;
  font-weight: 700;
}
h4 {
  font-size: 16px;
  line-height: 10px;
  letter-spacing: 0px;
  color: #231f20;
  font-weight: 700;
}
hh4 {
  font-size: 12px;
  line-height: 10px;
  letter-spacing: 0px;
  color: #231f20;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 10px;
}
h44 {
  font-size: medium;
  line-height: 15px;
  letter-spacing: 0px;
  color: #a5a5a5;
  font-weight: 700;
}
h444 {
  font-size: 9px;
  line-height: 15px;
  letter-spacing: 0px;
  color: #a5a5a5;
  font-weight: 700;
}
h4444 {
  font-size: 6px;
  line-height: 15px;
  letter-spacing: 0px;
  color: #a5a5a5;
  font-weight: 700;
}
h5 {
  font-size: 16px;
  line-height: 10px;
  color: #231f20;
  font-weight: 700;
}
h6 {
  font-size: 20px;
  line-height: 10px;
  letter-spacing: 0px;
  color: #BDBDBD;
  font-weight: 700;
}
h66 {
  font-size: 20px;
  letter-spacing: 0px;
  color: #BDBDBD;
  font-weight: 700;
}
h77 {
  letter-spacing: 0px;
  color: #BDBDBD;
  font-weight: 700;
  font-size: 60px;
}

h7 {
  font-size: 9px;
  line-height: 10px;
  color: #231f20;

}
.lead {
  font-size: 21px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 400;
}

p {
  font-size: 17px;
  line-height: 22px;
  color: #929496;
  font-weight: 400;
}

/*------------------Utilities---------------------*/
a {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
  color: #231f20;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -10%;
}

::selection {
	background: #231f20; /* Safari */
	color: #FFFFFF;
}
::-moz-selection {
	background: #231f20; /* Firefox */
	color: #FFFFFF;
}
.align_center { 
   vertical-align: middle; 
   line-height: normal; 
 } 



/*------------------Buttons---------------------*/
.btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline: none;
}

.btn {
  text-transform: uppercase;
  border-radius: 4px;
  border: none;
}

.btn-lg {
  font-size: 13px;
  line-height: 1.33;
  padding: 22px 30px;
  font-weight: 400;
  letter-spacing: 1px;
}

.btn-sm {
  font-size: 11px;
  line-height: 1.33;
  padding: 10px 18px;
  font-weight: 400;
}

.btn-wide {
  width: 100%;
  font-size: 13px;
  line-height: 1.33;
  padding: 18px 28px;
  font-weight: 400;
  letter-spacing: 1px;
  background-color:#70cbce;
  color: #ffffff;
}
.btn-wide2 {
  width: 100%;
  font-size: 13px;
  line-height: 1.33;
  padding: 18px 1px;
  font-weight: 400;
  letter-spacing: 1px;
  background-color:#70cbce;
  color: #ffffff;
}


.btn-widehalf {
  width: 50%;
  font-size: 13px;
  line-height: 1.33;
  padding: 18px 28px;
  font-weight: 400;
  letter-spacing: 1px;
  background-color:#70cbce;
  color: #ffffff;
}


.btn-primary {
  background-color:#70cbce;
  color: #ffffff;
}

.btn-primary2 {
  background-color:black;
  color: #ffffff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  background-color: #8be2e5;
  color: #ffffff;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.btn-secondary {
  background-color: #ffffff;
  color: #231f20;
}

.btn-subbtn {
  background-color: #231f20;
  color: #ffffff;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active {
  background-color: #ededed;
  color: #231f20;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}




/*-----------------Margins------------------*/
.margin-0 {
    margin-bottom: 0 !important;
}
.margin-10 {
    margin-bottom: 10px !important;
}
.margin-15 {
    margin-bottom: 15px !important;
}
.margin-20 {
    margin-bottom: 20px !important;
}
.margin-30 {
    margin-bottom: 30px !important;
}
.margin-40 {
    margin-bottom: 40px !important;
}
.margin-50 {
    margin-bottom: 50px !important;
}
.margin-60 {
    margin-bottom: 60px !important;
}
.margin-70 {
    margin-bottom: 70px !important;
}
.margin-80 {
    margin-bottom: 80px !important;
}
.margin-90 {
    margin-bottom: 90px !important;
}
.margin-100 {
    margin-bottom: 100px !important;
}


/*-----------------Colors------------------*/

.black {
  color: #231f20;
}
.red {
  color: #ff4d4d;
}
.blue {
  color: #70cbce;
}

.white {
  color: #ffffff;
}
.Yellow2 {
  color: #FFBF00;
}
.black-bg {
  background: #231f20;
}

.blue-bg {
  background: #70cbce;
}

.white-bg {
  background: #ffffff;
}

.purple-bg {
	background: #6d3f96;
}
.darkblack-bg {
  background: #262626;
}
.Engcolor {
color: #979797;
}
.green {
  color: #08ff00;
}
.darkgray-bg {
  background: #a5a5a5;
}
.darkgray-bg2 {
  background: #0d0d0d;
}

/* ==========================================================================
   Nav Styles
   ========================================================================== */

.navbar {
    border: 0px solid rgba(0, 0, 0, 0);
    background: #262626;
    margin: auto;
    min-height: 60px;
    padding-top: 8px;
    position: fixed;
/*    top: -60px; */
    transition: top 0.4s ease 0s;
}

.navbar.open {
    top: 0;
}

.navbar-inverse .navbar-nav > li > a, .navbar-nav a {
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 1px;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #ffffff;
    opacity: 0.6;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 10px;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #4ec3cd;
}

.navbar-inverse .navbar-toggle {
    border-color: transparent;
}

.logo img {
	margin-top: 6px;
}

.layer{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%)
}
.telcenter{
  position:absolute;
  left:50%;
  transform:translate(-50%, -50%)
}


/* ==========================================================================
   Main styles
   ========================================================================== */
header {
  background: url(../img/backimg.jpg) no-repeat center center;
  width: 100%;
  padding: 20px 10px 60px 10px;
  height: 100vh;
  overflow: hidden;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.header-info {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  margin-left: 0px;
  margin-bottom: 12%;
}

.signin {
  padding-top: 9px;
}


.mouse-icon {
    border: 2px solid #fff;
    border-radius: 16px;
    display: block;
    height: 50px;
    margin: -100px auto 50px;
    position: relative;
    width: 30px;
    z-index: 10;
}
.mouse-icon .scroll {
    animation-delay: 0s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: scrolling;
    animation-play-state: running;
    animation-timing-function: linear;
}
.mouse-icon .scroll {
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    height: 10px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 4px;
    width: 4px;
}
@keyframes scrolling {
0% {
    opacity: 0;
    top: 5px;
}
30% {
    opacity: 1;
    top: 10px;
}
100% {
    opacity: 0;
    top: 25px;
}
}

.pad-xl {
	padding: 200px 0px;
}

.pad-lg {
	padding: 90px 0px;
}
.pad-lg2 {
	padding: 10px 0px;
}
.pad-sm {
	padding: 105px 0px;
}
.pad-sm2 {
	padding: 10px 0px;
}
.pad-sm3 {
	padding: 30px 0px;
	min-height: 500px;
}
.pad-xs {
	padding: 30px 0px;
	
}



#be-the-first {
  background: url(../img/be-the-first-bg.jpg) #231f20 no-repeat center center fixed;
  min-height: 300px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

hr.line {
	width: 100%;
	border: 2px solid;
}

.purple {
	border-color: #6d3f96;
	color: #6d3f96;
}

.blue {
	border-color: #70cbce;
	color: #70cbce
}

.yellow {
	border-color: #fdc05d;
	color: #fdc05d;
}

.iphone {
    position: relative;
    height: 200px;
}

.iphone img {
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 440px;
}

.lefteng {
    position: relative;
    left: 20px;
	top : 10px;
	 
}
.righthome {
    position: relative;
    right: 20px;
	color: #979797;
	 
}

#invite {
  background: #181818;
}

.fa-envelope-o {
  color: #4ec3cd;
  font-size: 22px;
  display: block;
  padding-top: 15px;
  width: 60px;
  height: 60px;
  border: 2px solid #4ec3cd;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  margin: auto;
}



.news-container {
  padding: 10px 0px 0px;
  border-bottom: 1px dotted #d9d9d9;
}

.dotteline {
padding: 0px 0px 0px;
  border-top: 1px dotted #d9d9d9;
}
.news-img {
  padding-right: 20px;
}

footer {
  background: #000000;
  padding: 5px 0px;
}

.social li a:hover {
  opacity: 0.5;
}



/*---------------Pricing Tables-------------------*/


#pricing {
  background: #0d0d0d;
}

.pricing-container {
  padding-left: 0px;
  padding-right: 0px;
}

.pricing-table {
  background: transparent;
  margin-bottom: 10px;
  margin-top: 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.pricing-table.active {
  box-shadow: 0px 0px 12px rgba(41,46,50,0.6); 
  position: absolute;
  margin: auto;
  z-index: 200;
 
}

.pricing-table:hover {
 
}

.pricing-table li {
  padding-left: 20px;
  padding-right: 20px;
}
.pricing-table li .column1 {
width: 60px;
}
.pricing-table li .column2 {
width: 230px;
border-right: 1px solid #000;

}

.headline {
  background: #231f20;
  color: #FFFFFF;
  padding: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.recevedata {
    background: none repeat scroll 0 0 #0d0d0d;
    color: #FFFFFF;
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 20px;
    padding-top: 20px;
}

.recevedata2 {
    background: none repeat scroll 0 0 #181818;
    color: #FFFFFF;
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 5px;
}
.recevedata3 {
    background: none repeat scroll 0 0 #970E0E;
    color: #FFFFFF;
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 0px;
}
.recevedata33 {
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 0px;
}
.recevedata4 {
    background: none repeat scroll 0 0 #202020;
    color: #000000;
    font-size: 40px;
    font-weight: bold;
    padding-bottom: 1px;
    padding-top: 1px;
}

.pricing-table:hover li.price  {
  background: #303236;
  -webkit-transition: all 0.85s ease-in-out;
  -moz-transition: all 0.85s ease-in-out;
  -o-transition: all 0.85s ease-in-out;
  transition: all 0.85s ease-in-out;
}

.price small {
  font-weight: 300;
  color: #929496;
}

.info {
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 300;
  font-size: 13px;
  color: #929496;
  background: #ffffff;
}

.userinfo {
  font-weight: 500;
  font-size: 20px;
  color: #929496;
  background: #191919;
}
.userinfo_2 {
  font-weight: 500;
  font-size: 20px;
  color: #929496;
  background: #D8D8D8;
}

.features {
  color: #231f20;
  font-weight: bold;
  padding-top: 12px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #E8EAEA;
  background: #ffffff
}

.features.first {
  border-top: 1px dotted #E8EAEA;
}

.features.last {
  padding-top: 17px;
  padding-bottom: 20px;
}

.features.last a {
	color: #70cbce;
	font-size: 14px;
	letter-spacing: 1px;
}

.pricing-container .btn {
    border-radius: 0;
}




/* ==========================================================================
   Form styles
   ========================================================================== */
.photo_main {position: relative;  float:left;}
.photo_main_up{width: 100%;
position: absolute; top:50%; left:50%;  font-size: 1.83em; font-weight: bold;color: #231f20; transform: translate(-50%, -50%); 
}
.photo_main_up2{width: 100%;
position: absolute;   font-size: 1.83em; font-weight: bold;color: #231f20; 
 background: url(/img/rank.png) no-repeat center center;
}

.imgcontainer{width: 300px;
				margin: 10px ;
transform: translatex(0%);
				}
.box{float: left; width: 100px;height: 40px;  

	 top: 0;
	 left: 0;	 
	 
}
.box2{ 

	float: right;width: 100px;height: 40px;margin:0 10px;
	transform: translatex(-150%);
	 top: 0;
	 left: 0;
	 	  
}
/*
.photo_main_up{ position: absolute;left: 0; bottom: 0;font-size: 1.83em;  width: 400px;font-weight: bold;opacity: 0.7; filter: alpha(opacity=60);background-color: #C6C6C6 }
*/

.form-control {
    background-color: #181818;
    background-image: none;
    border: 1px solid #d32f2f;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #929496;
    display: block;
    font-size: 15px;
    height: 60px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.form-control::-moz-placeholder {
    color: #d9d9d9;
    font-size: 15px;
    opacity: 1;
}

.form-control::-webkit-placeholder, .form-control::-o-placeholder {
    color: #d9d9d9;
    font-size: 15px;
    opacity: 1;
}

.form-control::-o-placeholder {
    color: #d9d9d9;
    font-size: 15px;
    opacity: 1;
}


.form-control2 {
    background-color: #d9d9d9;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #010101;    
    font-size: 20px;
	width: 100%;
    height: 60px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

/* ==========================================================================
   Mobile styles
   ========================================================================== */
/* Landscape phones and down */
@media (max-width: 480px) { 

.btn-lg {
  font-size: 12.5px;
  line-height: 1.33;
  padding: 16px 13px;
  letter-spacing: 0px;
}


.btn-wide {
  width: 100%;
  font-size: 12.5px;
  line-height: 1.33;
  padding: 16px 13px;
  letter-spacing: 0px;
}

.btn-wide2 {
  width: 100%;
  font-size: 10px;
  line-height: 1.33;
  padding: 16px 1px;
  letter-spacing: 0px;
}

#be-the-first { 
      background-attachment: scroll;
  }

}


/* Landscape phone to portrait tablet */
@media (min-width: 481px) and (max-width: 767px) { 

#be-the-first { 
      background-attachment: scroll;
  }

}


/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {

#be-the-first { 
      background-attachment: scroll;
  }
  
}



/* Desktops and laptops ----------- */
@media (min-width: 992px) and (max-width: 1199px) {

}
     


/* Large screens ----------- */
@media (min-width: 1200px) and (max-width: 3000px) {

}   
.image{
posion:relative;
}
.image .text{
posion:absolute;
top:10px;
left:10px;
color:#fff;
}




