@font-face {
	font-family: 'HelveticaNeue-Roman';
	src: url('../fonts/HelveticaNeue-Roman.eot');
	src: url('../fonts/HelveticaNeue-Roman.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeue-Roman.woff') format('woff'), url('../fonts/HelveticaNeue-Roman.ttf') format('truetype'), url('../fonts/HelveticaNeue-Roman.svg#HelveticaNeue-Roman') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'HelveticaNeueItalic';
	src: url('../fonts/HelveticaNeueItalic.eot');
	src: url('../fonts/HelveticaNeueItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeueItalic.woff') format('woff'), url('../fonts/HelveticaNeueItalic.ttf') format('truetype'), url('../fonts/HelveticaNeueItalic.svg#HelveticaNeueItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'helvetica-neue-ce-35-thin';
	src: url('../fonts/helvetica-neue-ce-35-thin.eot');
	src: url('../fonts/helvetica-neue-ce-35-thin.eot?#iefix') format('embedded-opentype'), url('../fonts/helvetica-neue-ce-35-thin.woff') format('woff'), url('../fonts/helvetica-neue-ce-35-thin.ttf') format('truetype'), url('../fonts/helvetica-neue-ce-35-thin.svg#helvetica-neue-ce-35-thin') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'TheSans-Plain';
	src: url('../fonts/TheSans-Plain.eot');
	src: url('../fonts/TheSans-Plain.eot?#iefix') format('embedded-opentype'), url('../fonts/TheSans-Plain.woff') format('woff'), url('../fonts/TheSans-Plain.ttf') format('truetype'), url('../fonts/TheSans-Plain.svg#TheSans-Plain') format('svg');
	font-weight: normal;
	font-style: normal;
}
html , body {
    min-height: 100% !important;
    height: 100% !important;
}
.pageWrapper{
	display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 80px 0;
    min-height: 100% !important;
	position: relative;
	z-index: 1;
	overflow: hidden;
	background-color: #F5F5F6;
}
.pageWrapperMain{
	display: block;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0 80px 0;
    min-height: 100% !important;
	position: relative;
	z-index: 1;
	overflow: hidden;
	background-image: url(../images/mainBackground.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.innerWrpper{
	display: block;
	margin: 0;
	width: 100%;
	min-height: auto;
	padding: 40px 0 6% 0;
	border: 0;
	background-image: url(../images/mainBackground.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.fullCover{
	height: 100%;
}
.containerHeader{
	display: block;
	height: 50px;
    padding: 0;
    margin: 0;
	width: 100%;
	line-height: 50px;
	position: relative;
	z-index: 9;
}
ul.mainNav{
    display: block;
    float: right;
	list-style-type: none;	
	margin: 0 30px 0 0;
	padding: 0;
	border: 0;
}
ul.mainNav li{
	 display: inline-block;
     margin: 0 30px 0 0;
}
ul.mainNav li a{
	display: block;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    padding: 0;
    outline: 0;
    height: 50px;
    line-height: 50px;
	font-weight: bold;
}
ul.mainNav li a.current {
   cursor: default;
   color: #49bbe7;
   border-bottom: 1px solid #49bbe7;
}
.loginpop {
    cursor: default;
    display: none;
    position: absolute;
    top: 55px;
    right: 50px;
    width: 240px;
    padding: 0;
    border: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 4px #000;
    -moz-box-shadow: 0px 0px 4px #000;
    -webkit-box-shadow: 0px 0px 4px #000;
    -o-box-shadow: 0px 0px 4px #000;
    -ms-box-shadow: 0px 0px 4px #000;
    z-index: 9;
}
.bubble {
    position: relative;
    width: 240px;
    padding: 20px 15px 5px 15px;
    background: #1B1B1F;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.bubble:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 8px 8px;
    border-color: #1B1B1F transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -8px;
    right: 25px;
}
.formInputs #mail, .formInputs #password, .formInputs  #passwordLogin {
    display: block;
    width: 100%;
    font-size: 14px;
    height: 30px;
    color: #fff !important;
    border-radius: 4px;
    outline: none;
    border: 1px solid #ccc;
    padding: 5px;
    margin: 0 0 10px 0;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    font-weight: normal !important;
	background: transparent;
}
.formInputs .checkbox {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
}
.formInputs .checkbox label {
    line-height: 22px;
    font-size: 12px;
    color: #fff;
    font-weight: normal !important;
}
.forgotPassLoginContainer {
    display: block;
    margin: 10px 0 0 0;
    padding: 0;
    border: 0;
    clear: both;
    overflow: hidden;
    height: 30px;
}
.forgotPassLoginContainer a {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #fff;
    font-weight: normal !important;
}
.forgotPassLoginContainer input[type=button] {
    display: block;
    float: right;
    height: 30px;
	line-height: 30px;
    margin: 0;
    padding: 0 24px;
    border: 0;
    background: #62D735;
    color: #ffffff;
    font-size: 13px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    outline: none;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    font-weight: normal !important;
}
.logo, .logo a{
	display: block;
	margin: 6% auto 5% auto;
	padding: 0;
	border: 0;
	max-width: 600px;
	width: 100%;
}
.logo a{
	margin: 0 auto 0 auto !important;
	outline: 0;
	text-decoration: none;
}
.logoImage{
	width: 85%;
	display: block;
	margin: 0 auto;
}
.logoSmall{
	display: block;
    float: left;
	margin: 0 0px 0 30px;
	padding: 0;
	border: 0;
	max-width: 202px;
	width: 100%;
}
.logoSmall a{
	margin: 0;
	outline: 0;
	text-decoration: none;
	display: block;
}
.logoImageSmall{
	width: 100%;
	display: block;
	margin: 0 ;
}
.innerWrpper .bigText {
    font-size: 38px;
    line-height: 1.5;
    color: #49bbe7;
    text-align: center;
    font-weight: 500;
	width: 90%;
	margin: 0 auto;
	display: block;
	font-family: 'HelveticaNeue-Roman';	
}
.innerWrpper .smallText {
	font-size: 22px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    font-weight: bold;
	display: block;
	width: 90%;
	margin: 0.5% auto 0 auto;
	font-family: 'helvetica-neue-ce-35-thin';
	letter-spacing: 1px;
}
.emailTreing {
    display: block;
    margin: 4% auto 0 auto;
    padding: 0;
    border: 0;
    max-width: 650px;
    width: 98%;
}
.social {
  position: absolute;
  top: calc(100% - 70%);
  z-index: 9;
  width: 200px;
}
.social ul {
  padding: 0px;
  -webkit-transform: translate(-270px, 0);
  -moz-transform: translate(-270px, 0);
  -ms-transform: translate(-270px, 0);
  -o-transform: translate(-270px, 0);
  transform: translate(-270px, 0);
}
.socialicons{
  margin-top: 0; 
  margin-bottom: 0; 
}
.social ul li {
  display: block;
  margin: 5px;
  background: rgba(0, 0, 0, 0.36);
  width: 320px;
  text-align: right;
  padding: 10px;
  -webkit-border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  border-radius: 0 30px 30px 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.social ul li i{
  margin-left: 10px;
  color: #ffffff ;
   padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
i.fa-twitter { 
  background: #00ABFF; 
}
i.fa-facebook {
  background: #28589C;
}
i.fa-linkedin {
  background: #0078B9;
}
i.fa-youtube-play {
  background: #FF0403;
}
.social ul li:hover {
  -webkit-transform: translate(110px, 0);
  -moz-transform: translate(110px, 0);
  -ms-transform: translate(110px, 0);
  -o-transform: translate(110px, 0);
  transform: translate(110px, 0);
}
.social ul li:hover a ,.social ul li a:visited{
  color: #fff;
  text-decoration: none;
}
.social ul li:hover i {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.social ul li:hover i.fa-twitter{
	background: #fff;
	color: #00ABFF;
}
.social ul li:hover i.fa-facebook{
	background: #fff;
	color: #28589C;
}
.social ul li:hover i.fa-linkedin{
	background: #fff;
	color: #0078B9;
}
.social ul li:hover i.fa-youtube-play{
	background: #fff;
	color: #FF0403;
}
.container{
	margin: 0 auto;
	padding: 0;
}
.platformTilte{
	display: block;
    max-width: 700px;
    width: 100%;
    font-size: 34px;
    line-height: 1.5;
    color: #49bbe7;
	font-weight: 500;
    text-align: center;
    margin: 3% auto 3% auto;
	font-family: 'HelveticaNeue-Roman';
}
.leadrsText{
	display: block;
    max-width: 700px;
    width: 100%;
    font-size: 34px;
    line-height: 1.5;
    color: #49bbe7;
	font-weight: 500;
    text-align: center;
    margin: 3% auto 3% auto;
	font-family: 'HelveticaNeue-Roman';
	visibility: hidden;
}
.offer{
   text-align: center;
   margin: 5% auto 20px auto;
   position: relative;
   display: none;
   padding: 0;
   width: 96%;
   z-index: 1;
   overflow: hidden;
}
.col-md-3{
	margin: 60px 0 0 0;
}
.platformItem {
    background: #fff;
    border: none;
    border-radius: 30px 30px 0 0;
    width: 100%;
    padding: 0 10px 20px 10px;
    margin: 0;
    display: block;
    min-height: 300px;
    position: relative;
    z-index: 2;
}
.imageThump{
	margin: -60px auto 0 auto;
	max-width: 136px;
	width: 100%;
	position: relative;
	z-index: 3;
	border-radius: 50%;
	border: 3px solid #fff;
	display: inline-block;
}
.headText{
	display: block;
	font-size: 16px;
    color: #00AED7;
    text-align: center;
    font-weight: 500;
	margin: 20px auto 0 auto;
	font-family: 'HelveticaNeue-Roman';
}
.articleText{
	display: block;
	font-size: 16px;
    color: #0009;
    text-align: center;
    font-weight: 500;
	margin: 15px auto 0 auto;
    font-family: 'TheSans-Plain';
}
.cultureContet{
	display: block;
	margin: 6% auto 6% auto;
	width: 100%;
	border: 0;
	padding: 0;
	height: auto;
	clear: both;
	overflow: hidden;
	position: relative;	
	visibility: hidden;
}
.part1, .part2{
	display: inline-block;
	margin: 0;
	border: 0;
	padding: 0;
	width: 50%;
}
.part1{
	float: left;
}
.part2{
	float: right;
}
.part1Title{
	display: block;
	width: 100%;
	font-size: 28px;
    line-height: 1.5;
    color: #49bbe7;
    text-align: left;
	margin: 20px 0 0 0;
	font-family: 'HelveticaNeue-Roman';	
	font-weight: 500;
}
.part1ArticleText{
	display: block;
	line-height: 1.5;
	width: 90%;
	font-size: 16px;
	text-align: left;
	margin: 25px 0 0 0;
	padding: 0;
	color: #0009;
	font-family: 'TheSans-Plain';	
}
.part2 #player{
	display: block;
	margin: 0;
	border: 0;
	padding: 0;
	max-width:500px;
	width: 100%;
	float: right;
}
.mangers{
	margin: 3% auto 0 auto;
	position: relative;
	display: block;
	padding: 0;
	width: 96%;
	z-index: 1;
	overflow: hidden;
	text-align: center;
	visibility: hidden;
}
.manger-item {
	width: 50%;
	padding-right: 2%;
	padding-left: 2%;
	margin-top: 60px;
	float: left;
	margin-bottom: 40px;
}
.card{
	background: #fff;
    border: none;
    border-radius: 30px 30px 0 0;
    width: 100%;
    padding: 0 25px 0 25px;
    margin: 0;
    display:block;
    min-height: 300px;
    position: relative;
    z-index: 2;
}
.imageManger{
	margin: -60px auto 0 auto;
	max-width: 122px;
	width: 100%;
	position: relative;
	z-index: 3;
	border-radius: 50%;
	border: 3px solid #fff;
	display: inline-block;
}
.articleTextManger{
	display: block;
	font-size: 17px;
    color: #0009;
    text-align: left;
    font-weight: 500;
	margin: 20px auto 0 auto;
    font-family: 'TheSans-Plain';
}
.mangerInfo{
	display: block;
    margin: 20px 0 0 0;
    padding: 0;
    border: 0;
    clear: both;
    overflow: hidden;
    height: 50px;
}
.infoText,.companyName{
	display: inline-block;
	margin: 0;
	border: 0;
	padding: 0;
	width: 50%;	
	color: #49BBE7;
	font-family: 'HelveticaNeueItalic';
	font-size: 17px;
	font-weight: bold;
}
.infoText{
	float: left;
	text-align: left;
}
.companyName{
	float: right;
	text-align: right;
}
.titleManger{
	display: block;
	color: #000 !important;
	font-weight: normal !important;
}
.pullquote {
    width: 100%;
    border: 0;
    padding: 0 0;
    margin: 0 0 0 0;
    position: relative;
    color: #00BCE9;
	font-family: Georgia, Times, "Times New Roman", serif;
}
.pullquote:before,
.pullquote:after {
    position: absolute;
    font-size: 6em;
    line-height: 0;
    quotes: "“" "”" "‘" "’";
    height: 0em;
    font-weight: bold;
}
.pullquote:before {
    left: 2px;
    top: 25px;
    content: open-quote;
}
.pullquote:after {
    right: 2px;   
	bottom: -50px;
    content: close-quote;
}
.marginCase{
	margin: 8% auto 0 auto;
}
.signUpContainer, .forgotPassword{
	display: block;
	margin: 0 auto;
	border: 0;
	padding: 20px 20px 30px 20px;
	max-width: 700px;
	width: 100%;
	background: rgba(0, 0, 0, 0.36);
	border-radius: 30px 30px 0 0;
}
.forgotPassword{
	min-height: 450px;
}
.titleSign{
	display: block;
	margin: 20px auto 4% auto;
	border: 0;
	padding: 0px;
	width: 80%;
	font-size: 25px;
    color: #00BCE9;
    text-align: center;
    font-weight: bold;
    font-family: 'HelveticaNeue-Roman';
}
.signUpForm ,.forgotPasswordForm , .registrationForm{
	display: block;
	margin: 0 auto;
	border: 0;
	padding: 0px;
	width: 80%;
	position: relative;
	overflow: hidden;
	z-index: 2;
}
.registrationForm{
	width: 90%;
}
.forgotPasswordForm{
	width: 50% !important;
}
#signForm .row{
	margin: 25px -15px !important;
}
#signForm .row .col-md-6 input[type=text] , #signForm .row .col-md-6 input[type=password] ,#captcha , #forgotForm .row .col-md-12 input[type=text]{
    width: 100%;
    font-size: 14px;
    color: #fff;
    font-family: 'HelveticaNeue-Roman';
    border-radius: 3px;
    outline: none;
    border: 1px solid #BBBEC0;
    padding: 5px 5px 5px 20px;
    background: url(../images/mand.svg) no-repeat 5px center;
    margin: 0 auto;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    font-weight: normal !important;
}
.submitSign{
	display: block;
	margin: 40px auto 10px auto;
	border: 0;
	padding: 0px;
	width: 80%;
}
#forgotForm .row{
	margin: 25px -15px !important;
}
.sentConfEmail{
	display: block;
	font-size: 13px;
    color: #00BCE9;
    text-align: left;
    font-weight: 500;
	margin: 0px auto 0 auto;
    font-family: 'TheSans-Plain';
}
.successfullyCreate{
	display: block;
	font-size: 14px;
    color: #fff;
    text-align: center;
    font-weight: 500;
	margin: 30px auto 70px auto;
    font-family: 'TheSans-Plain';
}
.hintNotReceive{
	display: block;
	font-size: 14px;
    color: #fff;
    text-align: center;
    font-weight: 500;
	margin: 0px auto 0px auto;
    font-family: 'TheSans-Plain';
}
.submitSign input[type=submit],input[type=button]#changeCapBtn ,.submitForgot input[type=submit]{
    display: block;
    font-size: 16px;
    height: 35px;
    line-height: 30px;
    width: 130px;
    color: #fff !important;
    font-family: 'HelveticaNeue-Roman';
    border-radius: 4px;
    outline: none;
    border: 0;
    margin: 0 auto;
    padding: 0 6px;
    background-color: #62D638;
    text-align: center;
    cursor: pointer;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    font-weight: normal !important;
}
.submitForgot input[type=submit]{
	margin: 100px auto 0 auto !important;
}
.submitSign input[type=submit]:hover {
    background-color: #76b03e;
}
#captcha{
	padding: 5px !important;
	background: transparent !important;
	margin: 0 auto !important;
}
#captchaChange{
	color: #666 !important;;
	background: #ccc !important;
	padding: 5px !important;
	width: 42% !important;
    font-size: 15px !important;
	margin: 0 3% 0 0;
	border-radius: 2px;
}
#changeCapBtn{
	width: 52% !important;
	font-size: 13px !important;
	margin: 0 !important;
	display: inline-block !important;
	padding: 5px !important;
	line-height: inherit !important;
	height: 32px !important;
}
.packageTilte{
	display: block;
    max-width: 700px;
    width: 100%;
    font-size: 36px;
    line-height: 1.5;
    color: #49BBE7;
	font-weight: 500;
    text-align: center;
    margin: 9% auto 6% auto;
	font-family: 'HelveticaNeue-Roman';
}
.package{
	text-align: center;
    margin: 0 auto 40px auto;
    position: relative;
    display: block;
    padding: 0;
    width: 96%;
    z-index: 1;
    overflow: hidden;
}
.boxItem{
	background: transparent;
    border: none;
    width: 100%;
	max-width: 255px;
    padding: 0;
    margin: 0 auto;
    display: block;
    min-height: 300px;
	position: relative;
	z-index: 1;
}
.imagePackage{
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 239px;
	padding: 0;
	border: 0;
}
.imageSave {
    display: block;
    margin: 0;
    width: 65px;
    height: 48px;
    padding: 0;
    border: 0;
    position: absolute;
    left: 0;
    z-index: 3;
    top: 118px;
}
.packageItem{
	background: rgba(0, 0, 0, 0.46);
    border: none;
    width: 100%;
	max-width: 239px;
    padding: 10px 17px 20px 17px;
    margin: 0 auto;
    display: block;
	min-height: 200px;
}
.packageItem .price{
	display: block;
	margin: 0 auto 0 auto;
	font-family: 'HelveticaNeue-Roman';
	font-weight: bold;
	color: #8FD648;
	font-size: 22px;
}
.packageItem .period{
	display: block;
	margin: 5px auto 18px auto;
	font-family: 'helvetica-neue-ce-35-thin';
	font-weight: bold !important;
	color: #fff;
	font-size: 17px;
	letter-spacing: 1px;
	padding: 0;
}
.wrongePlan{
	display: table;
    padding: 0 !important;
    margin: 10px 0 0px 0;
    clear: both !important;
    overflow: hidden !important;
    border: 0 !important;
    background: url(../images/wrongIcon.svg) no-repeat left top;
	background-size: 14px 14px;
}
.wrongePlan span ,.correctPlan span{
	color: #fff;
    display: inline-block;
    line-height: 18px;
    padding: 0 0 0 25px;
	font-family: 'helvetica-neue-ce-35-thin';
	font-size: 13px;
	text-align: left;
}
.correctPlan{
	display: table;
    padding: 0 !important;
    margin: 10px 0 0px 0;
    clear: both !important;
    overflow: hidden !important;
    border: 0 !important;
    background: url(../images/correctIcon.svg) no-repeat left top;
	background-size: 14px 14px;
}
.selectPlan , .verificationEmail{
	display: block;
	margin: 30px auto 20px auto;
	padding: 0;
	border: 0;
}
 input[type=button]#planBtn ,input[type=button]#resendVerificationEmail {
    display: block;
    font-size: 16px;
    height: 33px;
    line-height: 30px;
    width: 140px;
    color: #fff !important;
    font-family: 'HelveticaNeue-Roman';
    border-radius: 4px;
    outline: none;
    border: 0;
    margin: 0 auto;
    padding: 0 6px;
    background-color: #62D638;
    text-align: center;
    cursor: pointer;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    font-weight: normal !important;
}
input[type=button]#resendVerificationEmail {
	width: 240px;
}
.containerBlogs{
	display: block;
    width: 100%;
    margin: 3% auto 0 auto;
    padding: 0;
    min-height: 100% !important;
    position: relative;
    z-index: 2;
    overflow: hidden;
    background-color: #F5F5F6;
}
.blogsItems{
	display: block;
    width: 85%;
    margin: 4% auto 35px auto;
    padding: 0;
    min-height: 100% !important;
    position: relative;
    z-index: 3;
    overflow: hidden;
	clear: both;
}
.blogItemImage{
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 365px;
	padding: 0;
	border: 0;
}
.blogItemImage .blogImage{
	display: block;
	padding: 0;
	border: 0;
	margin: 0 auto;
	width: 100%;
}
.blogArticle{
	background: #fff;
    border: none;
    border-radius: 30px 30px 0 0;
    width: 100%;
    padding: 20px 25px 20px 25px;
    margin: 0;
    display: block;
    min-height: 216px;
}
.blogArticle .blogTitle{
	display: block;
    width: 100%;
    font-size: 30px;
    line-height: 1.5;
    color: #49BBE7;
    font-weight: normal;
    text-align: left;
    margin: 0 auto 10px auto;
    font-family: 'HelveticaNeue-Roman';
}
.textBlog{
	display: block;
    font-size: 16.5px;
    color: #8B8D8E;
    text-align: left;
    font-weight: 500;
    margin: 5px auto 20px auto;
    font-family: 'HelveticaNeue-Roman';
}
.readMoreLink{
	display: block;
	text-decoration: none;
	color: #49BBE7;
	font-size: 18px;
	text-align: left;
	margin: 0 auto 0 auto;
    font-family: 'HelveticaNeue-Roman';
	width: 100%;
}
.marginBlogs{
	margin: 50px -15px 0 -15px !important;
}
#blogHugeImage{
	display: block;
	margin: 0 auto 5% auto;
	width: 100%;
	max-width: 1031px;
	padding: 0;
	border: 0;
}
#blogImageHuge{
	display: block;
	padding: 0;
	border: 0;
	margin: 0 auto;
	width: 100%;
}
#blogItemArticle{
	background: #fff;
    border: none;
    border-radius: 30px 30px 0 0;
    width: 100%;
	max-width: 1031px;
    padding: 40px 3% 30px 3%;
    margin: 0 auto;
    display: block;
    min-height: 216px;
}
.titleSingleItem{
	display: block;
    width: 100%;
    font-size: 35px;
    line-height: 1.5;
    color: #49BBE7;
    font-weight: normal;
    text-align: left;
    margin: 0 auto 10px auto;
    font-family: 'HelveticaNeue-Roman';
}
#singleArticleText{
	display: block;
    font-size: 20px;
    color: #8B8D8E;
    text-align: left;
    font-weight: 500;
    margin: 30px auto 20px auto;
    font-family: 'HelveticaNeue-Roman';
}
#goBack{
	display: block;
	margin: 2% auto 0 auto;
	width: 100%;
	max-width: 1031px;
	padding: 0;
	border: 0;
}
#goBackLink{
	display: block;
	text-decoration: none;
	color: #49BBE7;
	font-size: 20px;
	text-align: left;
	margin: 0 auto 0 auto;
    font-family: 'HelveticaNeue-Roman';
	width: 100%;
}
.homePadding{
	padding: 0 0 30px 0;
}
div.package .row .priceBasic {
	animation-delay: .2s;
	-webkit-animation-delay: .2s;
}
div.package .row .priceExtended {
	animation-delay: .3s;
	-webkit-animation-delay: .3s;
}
div.package .row .pricePremium {
	animation-delay: .4s;
	-webkit-animation-delay: .4s;
}
.fadeInUpPricing {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.fadeInDown ,.fadeInLeft ,.fadeInRight {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.fadeInUpPricing {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
.fadeInDown{
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
.fadeInLeft{
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
.fadeInRight{
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
@keyframes fadeInUp {
	from {
	opacity:0;
	-webkit-transform:translate3d(0, -50%, 0);
	transform:translate3d(0, -50%, 0)
	}
	to {
	opacity:1;
	-webkit-transform:none;
	transform:none
	}
}
@-webkit-keyframes fadeInUp {
	from {
	opacity:0;
	-webkit-transform:translate3d(0, -50%, 0);
	transform:translate3d(0, -50%, 0)
	}
	to {
	opacity:1;
	-webkit-transform:none;
	transform:none
	}
}
@keyframes fadeInDown {
	from {
	opacity:0;
	-webkit-transform:translate3d(0, 20%, 0);
	transform:translate3d(0, 20%, 0)
	}
	to {
	opacity:1;
	-webkit-transform:none;
	transform:none
	}
}
@-webkit-keyframes fadeInDown {
	from {
	opacity:0;
	-webkit-transform:translate3d(0, 20%, 0);
	transform:translate3d(0, 20%, 0)
	}
	to {
	opacity:1;
	-webkit-transform:none;
	transform:none
	}
}
@-webkit-keyframes fadeInLeft {
	from {
	opacity:0;
	-webkit-transform:translate3d(50%, 0, 0);
	transform:translate3d(50%, 0, 0)
	}
	to {
	opacity:1;
	-webkit-transform:none;
	transform:none
	}
}
@keyframes fadeInLeft {
	from {
	opacity:0;
	-webkit-transform:translate3d(50%, 0, 0);
	transform:translate3d(50%, 0, 0)
	}
	to {
	opacity:1;
	-webkit-transform:none;
	transform:none
	}
}
@-webkit-keyframes fadeInRight {
	from {
	opacity:0;
	-webkit-transform:translate3d(-50%, 0, 0);
	transform:translate3d(-50%, 0, 0)
	}
	to {
	opacity:1;
	-webkit-transform:none;
	transform:none
	}
}
@keyframes fadeInRight {
	from {
	opacity:0;
	-webkit-transform:translate3d(-50%, 0, 0);
	transform:translate3d(-50%, 0, 0)
	}
	to {
	opacity:1;
	-webkit-transform:none;
	transform:none
	}
}
.fadeUpPlatform1 ,.fadeUpPlatform2 ,.fadeUpPlatform3, .fadeUpPlatform4 ,.zoomInPackage ,.priceBasic ,.priceExtended ,.pricePremium{
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;	
}
.fadeUpPlatform1{
	-webkit-animation-name: fadeUpPlatform1;
	animation-name: fadeUpPlatform1;
}
@keyframes fadeUpPlatform1 {	
 0% {
   opacity: 0;
   transform: translate3d(0, -50%, 0);
  }
 25%{
    opacity: 1; 
	transform: none;
 }
50%{
    opacity: 1;
	transform: none;
 }
75%{
    opacity: 1;
	transform: none;
 }
100%{
    opacity: 1;
	transform: none;
 }
}
.fadeUpPlatform2{
	-webkit-animation-name: fadeUpPlatform2;
	animation-name: fadeUpPlatform2;
}
@keyframes fadeUpPlatform2 {	
 0% {
   opacity: 0;
   transform: translate3d(0, -50%, 0);
  }
25%{
    opacity: 0; 
	transform: translate3d(0, -50%, 0);
 }
 50%{
    opacity: 1;
	transform: none;
 }
75%{
    opacity: 1;
	transform: none;
 }
100%{
    opacity: 1;
	transform: none;
 }
}
.fadeUpPlatform3{
	-webkit-animation-name: fadeUpPlatform3;
	animation-name:fadeUpPlatform3;
}
@keyframes fadeUpPlatform3 {	
 0% {
   opacity: 0;
   transform: translate3d(0, -50%, 0);
  }
 25%{
    opacity: 0; 
	transform: translate3d(0, -50%, 0);
 }
 50%{
    opacity: 0; 
	transform: translate3d(0, -50%, 0);
 }
75%{
    opacity: 1;
	transform: none;
 }
100%{
    opacity: 1;
	transform: none;
 }
}
.fadeUpPlatform4{
	-webkit-animation-name: fadeUpPlatform4;
	animation-name:fadeUpPlatform4;
}
@keyframes fadeUpPlatform4 {	
 0% {
   opacity: 0;
   transform: translate3d(0, -50%, 0);
  }
25%{
    opacity: 0; 
	transform: translate3d(0, -50%, 0);
 }
 50%{
    opacity: 0; 
	transform: translate3d(0, -50%, 0);
 }
75%{
    opacity: 0; 
	transform: translate3d(0, -50%, 0);
 }
100%{
    opacity: 1;
	transform: none;
 }
}
.zoomInPackage{
	-webkit-animation-name: zoomInPackage;
	animation-name:zoomInPackage;
}
@keyframes zoomInPackage {	
 0% {
   opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
25%{
    opacity: 1; 
	transform: none;
 }
 50%{
    opacity: 1; 
	transform: none;
 }
75%{
    opacity: 1; 
	transform: none;
 }
100%{
    opacity: 1;
	transform: none;
 }
}
.priceBasic{
	-webkit-animation-name: priceBasic;
	animation-name:priceBasic;
}
@keyframes priceBasic {	
 0% {
    opacity: 0;
	transform:translate3d(0, 20%, 0);
  }
25%{
    opacity:0;
	transform:translate3d(0, 20%, 0);
 }
 50%{
    opacity: 1; 
	transform: none;
 }
75%{
    opacity: 1; 
	transform: none;
 }
100%{
    opacity: 1;
	transform: none;
 }
}
.priceExtended{
	-webkit-animation-name: priceExtended;
	animation-name:priceExtended;
}
@keyframes priceExtended {	
 0% {
    opacity: 0;
	transform:translate3d(0, 20%, 0);
  }
25%{
    opacity:0;
	transform:translate3d(0, 20%, 0);
 }
 50%{
    opacity:0;
	transform:translate3d(0, 20%, 0);
 }
75%{
    opacity: 1; 
	transform: none;
 }
100%{
    opacity: 1;
	transform: none;
 }
}
.pricePremium{
	-webkit-animation-name: pricePremium;
	animation-name:pricePremium;
}
@keyframes pricePremium {	
 0% {
    opacity: 0;
	transform:translate3d(0, 20%, 0);
  }
25%{
    opacity:0;
	transform:translate3d(0, 20%, 0);
 }
 50%{
    opacity:0;
	transform:translate3d(0, 20%, 0);
 }
75%{
    opacity:0;
	transform:translate3d(0, 20%, 0);
 }
100%{
    opacity: 1;
	transform: none;
 }
}
.copyRight .socialMedia{
	display: table;
    padding: 0;
    margin: 12px auto 4px auto;
}
.copyRight .socialMedia li {
    display: block;
    float: left;
    list-style: none;
    margin: 0 15px;
}
.copyRight .socialMedia li a {
    display: block;
    text-decoration: none;
    padding: 0;
    outline: 0;
    position: relative;
    height: 24px;
	width: 24px;
}
#facebook{
	background: url(../images/f.png) no-repeat center;
}
#youtube{
	background: url(../images/y.png) no-repeat center;
}
#twitter{
	background: url(../images/t.png) no-repeat center;
}
#linkedin{
	background: url(../images/i.png) no-repeat center;
}
/******************************footer************************/

.blueBG {
	background-color: #49BBE7;
}
.entireFooter {
	display: block;
	position: absolute;
	bottom: 0;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 80px;
}
.footerInside {
	display: block;
	position: relative;
	bottom: 0;
	margin: 0 auto;
	padding: 0;
	border: 0;
	width: 100%;
	height: 80px;
}
#footer-nav {
	display: block;
	height: 50px;
	padding: 0;
	margin: 0;
	width: 100%;
	position: absolute;
	top: 0;
	clear: both;
	background-color: #49BBE7;
}
#footer-nav ul {
	display: table;
	padding: 0;
	margin: 0 auto;
}
#footer-nav ul li {
	display: block;
	float: left;
	list-style: none;
	margin: 0 30px;
}
#footer-nav ul li a {
	display: block;
	font-size: 10px;
	text-decoration: none;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	padding: 0;
	outline: 0;
	position: relative;
	height: 50px;
	line-height: 70px;
}
.blog {
	background: url(../images/footer/blog.svg) no-repeat center 8px;
}
.support {
	background: url(../images/footer/support.svg) no-repeat center 8px;
}
.about {
	background: url(../images/footer/about.svg) no-repeat center 8px;
}
.terms {
	background: url(../images/footer/terms.svg) no-repeat center 8px;
}
.privacy {
	background: url(../images/footer/privacy.svg) no-repeat center 8px;
}
#footer-nav ul li a:hover {
	opacity: .75;
}
.copyRight {
	display: block;
	position: absolute;
	width: 100%;
	bottom: 0;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	font-size: 10px;
	color: #58595B;
	height: 30px;
	line-height: 30px;
	background-color: #FFFFFF;
}
/******************************end footer************************/

/*Small devices Tablets */
@media (min-width: 768px) and (max-width: 992px) {
  .innerWrpper {
    	padding: 25px 0 45px 0;
   }
	ul.mainNav{	
   	    margin: 0 25px 0 0;
   }
	ul.mainNav li{
        margin: 0 25px 0 0;
   }
	ul.mainNav li a{
		font-size: 14px;
	}
	.loginpop {
		top: 60px;
		right: 30px;
   }
	.logo{
		margin: 8% auto 6% auto;
   }
	.logoImage {
		width: 65%;
   }
    .innerWrpper .bigText {
		font-size: 25px;
		width: 85%;
   }
	.innerWrpper .smallText {
   		font-size: 14px;
		margin: 2.5% auto 0 auto;
		width: 98%;
   }
   .emailTreing{
		margin: 5% auto 0 auto;
		width: 65%;
	}
	.social {
    	width: 100px;
    }
	.social ul li {
		width: 308px;
		padding: 6px;
	}
	.social ul li i {
		margin-left: 10px;
		padding: 8px;
		width: 35px;
		height: 35px;
		font-size: 18px;
	}
	.platformTilte{
		font-size: 22px !important;
	   	width: 98%;
	}
	.part1Title ,.leadrsText{
		font-size: 24px;
	}
	.part1ArticleText {
		line-height: 1.3;
		font-size: 14px;
		margin: 23px 0 0 0;
	}
	.col-md-3 {
   		 margin: 40px 0 0 0;
	}
	.platformItem {
		border-radius: 25px 25px 0 0;
		padding: 0 5px 20px 5px;
	}
	.imageThump {
		margin: -40px auto 0 auto;
		width: 60%;
	}
	.headText {
		font-size: 14px;
		color: #00AED7;
		margin: 15px auto 0 auto;
	}
	.articleText {
		font-size: 14px;
		margin: 12px auto 0 auto;
	}
	.cultureContet {
		width: 98%;
	}
	.signUpContainer {
		padding: 20px 10px 30px 10px;
		width: 70%;
	}
	.imageSave {
		left: -9px;
	}
	.blogArticle {
		padding: 20px 20px 20px 20px;
	}
	.blogArticle .blogTitle{
		font-size: 21px;
	}
	.textBlog{
		font-size: 13px;
		margin: 5px auto 15px auto;
	}
	.readMoreLink{
		font-size: 14px;
	}
	.marginBlogs{
		margin: 35px -15px 0 -15px !important;
	}
	.titleSingleItem {
		font-size: 32px;
	}
	#singleArticleText {
		font-size: 16px;
	}
	#goBackLink {
		font-size: 17px;
	}
	.pullquote:after {
		bottom: -25px;
	}
	.articleTextManger {
		font-size: 14px;
	}
	.mangerInfo {
		margin: 10px 0 0 0;
	}
	.infoText, .companyName {
		font-size: 13px;
	}
}
/*Extra small devices Phones */
@media (max-width: 768px) {
	.innerWrpper {
    	padding: 20px 0 40px 0;
   }
	ul.mainNav{
		float: none;	
		width: 60%;
   	    margin: 0 auto;
   }
	ul.mainNav li{
     	margin: 0 0 0 0;
		width :32%;
   }
	ul.mainNav li a{
		font-size: 14px;
		margin: 0 auto;
		text-align: center;
	}
	.loginpop {
		top: 65px;
		right: 150px;
	}
	.logoImage {
		width: 50%;
   }
	.innerWrpper .bigText {
		font-size: 20px;
		width: 98%;
		margin: 30px auto 20px auto;
   }
	.innerWrpper .smallText {
   		font-size: 12px;
		width: 96%;
   }
	.emailTreing {
		margin: 40px auto 0 auto;
		padding: 0 2px;
		width: 50%;
   }
	.platformTilte,.leadrsText{
		font-size: 22px !important;
	   	width: 98%;
	}
	.part1, .part2{
		display: block;
		width: 100%;
    }
	.part1{
		float: none;
		margin: 20px 0 0 0;
    }
	.part2{
		float: none;
	}
	.part2 #player{
		float: none;
		margin: 0 auto;
	}
	.cultureContet {
    	width: 90%;
	}
	.part1Title {
    	font-size: 18px;
	}
	.part1ArticleText {
		line-height: 1.3;
		width: 100%;
		font-size: 14px;
		margin: 20px 0 0 0;
	}
	.offer {
		width: 75%;
		margin: 3% auto 20px auto;
	}
	.platformItem {
		border-radius: 25px 25px 0 0;
		padding: 0 8px 20px 8px;
		min-height: 240px;
	}
	.imageThump {
		margin: -40px auto 0 auto;
		width: 50%;
	}
	.headText {
		font-size: 13px;
		margin: 15px auto 0 auto;
	}
	.articleText {
		font-size: 13px;
		font-weight: 500;
		margin: 12px auto 0 auto;
	}
	.marginCase {
		margin: 50px auto 30px auto;
		padding: 0 5%;
	}
	.signUpContainer {
		padding: 8px 12px 20px 12px;
	}
	.titleSign {
		margin: 20px auto 0 auto;
		font-size: 22px;
	}
	#signForm .col-xs-12 {
		margin: 12px 0 0 0;
		width: 50% !important;
	}
	#signForm .row {
		margin: 10px -15px !important;
	}
	.packageTilte {
		font-size: 30px;
		margin: 1% auto 2% auto;
	}
	.package {
		padding: 0 4%;
	}
	.package .row .col-xs-12 {
    	margin: 25px auto 0 auto;
  }
	.itemMarginImage{
	    margin: 0 auto 40px auto;
	}
	.blogArticle {
		width: 90%;
		padding: 20px 15px 18px 15px;
		margin: 0 auto;
	}
	.blogArticle .blogTitle{
		font-size: 19px;
	}
	.textBlog{
		font-size: 13px;
		margin: 5px auto 15px auto;
	}
	.readMoreLink{
		font-size: 14px;
	}
	.marginBlogs{
		margin: 35px -15px 0 -15px !important;
	}
	#blogItemArticle {
		padding: 30px 3% 30px 3%;
	}
	.titleSingleItem {
		font-size: 29px;
	}
	#singleArticleText {
		font-size: 14px;
		margin: 15px auto 20px auto;
	}
	#goBackLink {
		font-size: 15px;
	}
	.manger-item {
		width: 100%;
		float: none;
	}
	.pullquote:after {
		bottom: -70px;
	}
	.pageWrapperMain {
		padding: 25px 0 120px 0;
	}
	.entireFooter {
		height: 120px;
	}
	.footerInside {
		height: 120px;
	}
	.copyRight {
		height: 70px;
	}
	.pageWrapper {
		padding: 0 0 120px 0;
	}
	.articleTextManger {
		font-size: 14px;
		margin: 15px auto 0 auto;
	}
	.infoText, .companyName {
		font-size: 14px;
	}
	.card {
		padding: 0 25px 0 25px;
		min-height: 250px;
	}
}
@media (min-width: 450px) and  (max-width: 560px) {
	#footer-nav ul li {
    	margin: 0 9px !important;
		width: 60px;
   }
	#footer-nav ul li a {
    	font-size: 8.5px;
   }
	.emailTreing {
		margin: 40px auto 30px auto;
		padding: 0 2px;
		width: 70%;
   }
	#signForm .col-xs-12 {
		width: 100% !important;
	}
	.loginpop {
		top: 65px;
		right: 100px;
	}
	.pullquote:after {
		bottom: -20px;
	}
}
@media (max-width: 450px) {
	ul.mainNav{	
		width: 90% !important;
   }
	.loginpop {
		top: 65px;
		right: 20px;
	}
	.emailTreing {
		margin: 40px auto 30px  auto;
		padding: 0 2px;
		width: 92%;
   }
	#footer-nav ul li {
    	margin: 0 10px !important;		
   }
	#footer-nav ul li a {
    	font-size: 8.5px;
   }
	.platformTilte{
		font-size: 17px !important;
	   	width: 98%;
		margin: 30px auto 0 auto;
	}
	.leadrsText{
		font-size: 16px !important;
	   	width: 100%;
	}
	.offer {
		width: 95%;
		margin: 0 auto 20px auto;
	}
	.imageThump {
		margin: -30px auto 0 auto;
		width: 50%;
	}
	.articleText {
		font-size: 11.5px;
	}
	#signForm .col-xs-12 {
		width: 100% !important;
	}
	.packageTilte {
		font-size: 24px;
	}
	#blogItemArticle {
		padding: 20px 3% 20px 3%;
	}
	.blogArticle {
		width: 100%;
	}
	.titleSingleItem {
		font-size: 20px;
	}
	#singleArticleText {
		font-size: 13px;
		margin: 15px auto 20px auto;
	}
	.pullquote:after {
		bottom: -20px;
	}

}

 .errMessage  {
/*	display: block;
	position: absolute;
	top: -20px !important;
	left: 15px !important;
	margin: 0 0 0 0;
	padding: 0;
	border: 0;
	height: 24px;
	line-height: 24px;*/
	color: red !important;
	font-size: 11px;
	font-family: 'Avenir', Arial, Helvetica, sans-serif;
}

.loginpop .errMessage  {
	display: block;
	margin: 0 0 0 0;
	padding: 0;
	border: 0;
	line-height: 24px;
	color: red !important;
	font-size: 12px;
	font-family: 'Avenir', Arial, Helvetica, sans-serif;
}
.errorMsessage label{color:red !important;}


	.forgotPasswordForm {
		width: 95% !important;
	}
	.forgotText{
		margin: 20px auto 0 auto;
    	font-size: 18px;
	}
	.forgotPassword{
		min-height: 250px;
	}
	input[type=button]#resendVerificationEmail {
		width: 200px;
		padding: 0;
		font-size: 14px;
	}

        
        
        
.submitSign input[type=button]{
    display: block;
    font-size: 16px;
    height: 35px;
    line-height: 30px;
    width: 130px;
    color: #fff !important;
    font-family: 'HelveticaNeue-Roman';
    border-radius: 4px;
    outline: none;
    border: 0;
    margin: 0 auto;
    padding: 0 6px;
    background-color: #62D638;
    text-align: center;
    cursor: pointer;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    font-weight: normal !important;
}

#main_page_form .errMessage{
    position: absolute;
    top: -19px;
    width: 100%;
    LEFT: 0px;

}