/*@font-face {
	font-family: 'Myriad Pro Light';
	font-weight: 300;
	src: url('../fonts/MyriadPro-Light.otf') format('opentype'),
		 url('../fonts/MyriadPro-Light.woff') format('woff');
}

@font-face {
	font-family: 'Myriad Pro Bold';
	font-weight: 900;
	src: url('../fonts/MyriadPro-Bold.otf') format('opentype');
}

@font-face {
	font-family: 'Myriad Pro Semibold';
	font-weight: 600;
	src: url('../fonts/MyriadPro-Semibold.otf') format('opentype'),
	url('../fonts/MyriadPro-Semibold.woff') format('woff');
}
@font-face {
	font-family: 'Myriad Pro Semibold';
	font-weight: 600;
	src: url('../fonts/Yekan.otf') format('opentype'),
	url('../fonts/Yekan.woff') format('woff');
}
@font-face {
	font-family: 'Myriad Pro Semibold';
	font-weight: 600;
	src: url('../fonts/Mitra.otf') format('opentype'),
	url('../fonts/Mitra.woff') format('woff');
}
*/


@font-face {
    font-family: "yekan";
    src: url('../fonts/Yekan.eot');
    src: url('../fonts/Yekan.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Yekan.woff') format('woff'),
         url('../fonts/Yekan.ttf') format('truetype'),
         url('../fonts/Yekan.svg#Yekan') format('svg');
    font-weight: normal;
    font-style: normal;
    /*unicode-range: U+0600Ã¢â‚¬â€œ06FF;*/
}




@font-face {
	font-family: 'Myriad Pro Cond';
	font-weight: 400;
	src: url('../fonts/MyriadPro-Cond.otf') format('opentype'),
	url('../fonts/MyriadPro-Cond.woff') format('woff');
}


video#bgvid {
    position: fixed;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    background: url(../video/Very-Open-Space.jpg) no-repeat;
    background-size: cover;
}

video#bgvid { transition: 1s opacity; }
.stopfade { opacity: .5; }

#logo {
	float: left;
	margin: 22px 0px 18px;
}

body {
	background: #223a54;
	color:#fff;

	width: 100%;
	height: 100%;
	position: relative;
}

html {

	height: 100%;
}

#big-video-wrap {
	z-index: -3;
}

header {
	position: relative;
	background: rgba(0, 0, 0, 0.24);
	height: 83px;
}


nav.main {
	margin: 22px 0 0 40px;
}

nav.main ul {
	margin:0;
}

nav.main li {
	float: left;
	display: inline-block;
	list-style: none;
	width: 20%;
	text-align: center;
	margin: 0;
}

nav.main a {
	color: #fff;
	text-decoration: none;
	font-family: "Myriad Pro Semibold";
	font-size: 17px;
	opacity: .9;
	text-align: right;
	display: inline-block;
	line-height: 40px;
	text-shadow: 0 1px 2px rgba(0,0,0,.7);
	height: 40px;
	-webkit-transition: .5ms all;
	-moz-transition: .5ms all;
	-ms-transition: .5ms all;
	-o-transition: .5ms all;
	transition: .5ms all;
}

nav.main a:hover {
	opacity: 1;
}

.auth {
	float: right;
	margin: 22px 0px 13px;
	text-align: right;
	width: 192px !important;
}

.auth button {
	color: #fff;
	text-transform: initial;
	font: 15px Ebrima, Arial, Helvetica, sans-serif;
	-webkit-transition: 0.1s all linear;
	-moz-transition: 0.1s all linear;
	-ms-transition: 0.1s all linear;
	-o-transition: 0.1s all linear;
	transition: 0.1s all linear;
}

.auth button:hover {
	background: rgba(255,255,255,.1);
	border: 1px solid #fff;
}

#content {

}

#content h1 {
	font-weight: 300;
	font-family: "Myriad Pro Light" , Arial;
        padding-left: 12px;
}

.leadgen {
	color: #000;
	position: relative;
	margin: 30px 0 10px;
}

input:-webkit-autofill {
	background: transparent !important;
}

#content h3 {
	font-weight: 300;
	color: #fff;
	font-family: "Myriad Pro Light" , Arial;
	margin-bottom: 11px;
}

#content p {
	font-weight: 300;
	font-family: "Myriad Pro Light" , Arial;
	font-size: 18px;
}

.counter td {
	padding: 2px 15px 12px;
}

.leadgen input.url {
	width: 100%;
	line-height: 48px;
	height: 48px;
	padding: 0 0 0 32px;
	font-family: "Courier New";
	font-size: 20px;
}

.leadgen input.url::-webkit-input-placeholder {color:#909090;}
.leadgen input.url::-moz-placeholder          {color:#909090;}/* Firefox 19+ */
.leadgen input.url:-moz-placeholder           {color:#909090;}/* Firefox 18- */
.leadgen input.url:-ms-input-placeholder      {color:#909090;}

.leadgen .btn-primary {
	background: #2ecc71;
	color: #fff;
	font-family: Ebrima, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	border:0;
	text-transform: initial;
	width: 224px;
	height: 56px;
	margin-top: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 3px 18px rgba(0,0,0,.24);
	-webkit-box-shadow: 0 3px 18px rgba(0,0,0,.24);
	box-shadow: 0 3px 18px rgba(0,0,0,.24);
}

.leadgen .btn-primary:hover {
	opacity: .9;
	border:0;
}

.thin-arrow {
	display: block;
	background: url(../img/thin-arrow.png) 0 0 no-repeat;
	width: 20px;
	height: 60px;
	position: absolute;
	top: 23px;
	margin-left: -34px;
}


.slides {
	position: absolute;
    z-index: 2;
	left: 50%;
	top: 0;
	max-width: 100% !important;
	width: 100%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.right {
	left: 150%!important;
}

.open .right {
	left: 50%!important;
	cursor: pointer;
}

.open .left {
	left: -150%!important;
}

.slides-content {
	position: absolute;
	left: 50%;
	max-width: 100%;
	width: 100%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.right-content {
	left: 150%!important;
}

.open .right-content {
	left: 50%!important;
}

.open .left-content {
	left: -150%!important;
}

.left-arrows {
	background-image: url(../img/left-arrows.png);
	width: 44px;
	height: 40px;
	position: absolute;
	left: 20px;
	top: 20px;
}

#logo-next {
	margin: 22px 0 18px;
	text-align: center;
}
#logo-next2 {
	margin: 22px 0 18px;
	text-align: center;
}

#login {
	text-align: center;
margin-top: 6px !important;
max-width: 363px;
	margin:6px auto;
*left: 35%;
*position: absolute;
}

#login h4 {
	font-size: 30px;
	font-weight: 300;
	font-family: "Myriad Pro Light" , Arial;
}

.indexTf {
	margin: 0 0 15px 0;
	padding: 0 14px 0 80px !important;
	width: 100%;
	height: 65px !important;
	font-size: 16px;
font-family: Yekan;
	color: #fff;
	border: 1px solid #bcbcbc !important;
	border-radius: 3px !important;
	outline: none;
	background: rgba(0, 0, 0, 0.53) !important;
text-align: right;
text-shadow: 1px 1px #424242;
}

.indexTf::-webkit-input-placeholder {color:#3d94a4;}
.indexTf::-moz-placeholder          {color:#3d94a4;}/* Firefox 19+ */
.indexTf:-moz-placeholder           {color:#3d94a4;}/* Firefox 18- */
.indexTf:-ms-input-placeholder      {color:#3d94a4;}

.indTfIcon {
	position: absolute;
	margin: 1px 0 0 1px;
	width: 63px;
	height: 63px;
	border-radius: 3px 0 0 3px;
}

.indMail {
	background: rgba(0, 0, 0, 0.45) url(../img/icons.png) 20px 16px no-repeat;
}

.indPass {
	background: rgba(0, 0, 0, 0.45) url(../img/icons.png) 20px -62px no-repeat;
}

.indCaptcha {
	background: rgba(0, 0, 0, 0.45) url(../img/icons.png) 20px 15px no-repeat;
}

.indSend {
	background: rgba(0, 0, 0, 0.45) url(../img/icons.png) 20px -162px no-repeat;
}

#loginRegBtn, #loginResBtn {
    padding: 15px 0;
    font-size: 22px;
    font-family: Yekan;
    text-align: center;
    color: #EC008C;
    border: 1px solid #ec008c;
    background: rgba(255, 234, 0, 0.5);
    cursor: pointer;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height:auto;
    width:100%;
}

.lostPassWr {
	margin: 8px 0 25px;
	text-align: center;
}

.lostPassWr a {
    font-size: 16px;
    color: #3d94a4;
    font-family: Yekan;

}

.indConnectWr {
	margin: 20px 0 0 0;
	text-align: center;
}

.indConnectLabel {
	position: relative;
	top: -9px;
	font-size: 22px;
	margin-right: 4px;
}

#authFb {
	background-position: 0 0;
}

#authGl {
	background-position: -47px 0;
}

#authMs {
	background-position: -94px 0;
}

#twoFormW {
    font-size: 22px;
    font-family: Yekan;
    text-align: center;
    color: #EC008C;
    border: 1px solid #000;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 127px;

}

#loginForm.error, #fogoutForm.error {
	-webkit-animation-name: shake;
	-moz-animation-name: shake;
	-ms-animation-name: shake;
	-o-animation-name: shake;
	animation-name: shake;
	-webkit-animation-duration:.6s;
	-moz-animation-duration: .6s;
	-ms-animation-duration: .6s;
	-o-animation-duration: .6s;
	animation-duration: .6s;
}

#content .error {
	color: #fff;
	font-family: "Myriad Pro Semibold" , Arial;
	font-size: 18px;
    position: absolute;
    margin-top: 0;
}

#kwPreloader {
	display: none;
	width: 220px;
	margin: 0 auto;
    padding-bottom: 46px;
}

.regName {
	display: none;
}

#kwPreloader span {
	color: #fff;
	margin: 0 10px;
}

@-webkit-keyframes shake {
	0%, 100% {-webkit-transform: translateX(0);}
	15%, 45%, 75% {-webkit-transform: translateX(-10px);}
	30%, 60%, 90% {-webkit-transform: translateX(10px);}
}

@-moz-keyframes shake {
	0%, 100% {-moz-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-moz-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-moz-transform: translateX(10px);}
}

@-ms-keyframes shake {
	0%, 100% {-ms-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-ms-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-ms-transform: translateX(10px);}
}

@-o-keyframes shake {
	0%, 100% {-o-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-o-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-o-transform: translateX(10px);}
}

@keyframes shake {
	0%, 100% {transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
	20%, 40%, 60%, 80% {transform: translateX(10px);}
}

@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg); }
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg); }
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg); } }

@keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg); }
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg); }
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg); } }

.authSoc {
	display: inline-block;
	background: url(../img/social-icons.png) 0 0 no-repeat;
	width: 32px;
	height: 32px;
	opacity: .5;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
	margin: 0 6px;
	cursor: pointer;
}

.authSoc:hover {
	opacity: .9;
}

#login #fogoutForm, #twoForm {
	display: none;
}

.popupTable td {
	text-align: center;
}

.error .message {
	margin: 10px 0 0;
}

.counter {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 100%;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEwMTgyNSIgc3RvcC1vcGFjaXR5PSIwLjYzIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMDE4MjUiIHN0b3Atb3BhY2l0eT0iMC42MyIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(16,24,37,0.63) 0%, rgba(16,24,37,0.63) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(16,24,37,0.63)), color-stop(100%,rgba(16,24,37,0.63)));
	background: -webkit-linear-gradient(left,  rgba(16,24,37,0.63) 0%,rgba(16,24,37,0.63) 100%);
	background: -o-linear-gradient(left,  rgba(16,24,37,0.63) 0%,rgba(16,24,37,0.63) 100%);
	background: -ms-linear-gradient(left,  rgba(16,24,37,0.63) 0%,rgba(16,24,37,0.63) 100%);
	background: linear-gradient(to right,  rgba(16,24,37,0.63) 0%,rgba(16,24,37,0.63) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1101825', endColorstr='#a1101825',GradientType=1 );
}

.counter table {
	margin: 0 auto;
}

.counter .desc {
	text-align: center;
	font-family: Yekan;
	font-size: 12px;
}

.webmasters, .projects {
	font-size: 16px;
	margin-top: 10px;
}

.loader {
	box-sizing: border-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-flex-basis: 25%;
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	max-width: 25%;
	height: 200px;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.ball-clip-rotate > div {
	border-radius: 100%;
	margin: 2px 2px -8px;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	border: 2px solid #fff;
	border-bottom-color: transparent;
	height: 25px;
	width: 25px;
	background: transparent !important;
	display: inline-block;
	-webkit-animation: rotate 0.75s 0s linear infinite;
	animation: rotate 0.75s 0s linear infinite;
}

h4.please4{
    margin-bottom: 4rem;
    letter-spacing: -.04rem;
}






@font-face {
	font-family: "MyriadPro Semibold";
	src: url(/css/fonts/MyriadPro-Semibold.woff), url(/css/fonts/MyriadPro-Semibold.otf);
}
@font-face {
	font-family: "Ebrima Bold";
	src: url(/css/fonts/ebrimabd.ttf);
}
.header-semalt-main{
    width: 100%;
    height: 130px;
    top:0;
    left: 0;
    position: absolute;
    z-index: 996;
}

.header-semalt{
    position: absolute;
    z-index:999;
    top: 0;
    left: 0;
    width: 100%;
    height: 84px;
    background: #86c7f9;
   
    font-family: "Ebrima",Arial, Helvetica, sans-serif;
    font-size: 14px;
    opacity: 999;
}

/* no autorize */
.header-semalt .header-center{
    width: 45%;
    margin: 0 auto;
    padding-top: 20px;
    left: -8px;  
    position: relative;
    left: -8.2px;
}
.header-semalt .header-center .logo-semalt{
    width: 143px;
    float: left;
    margin-right: 70px;
}
.header-semalt .header-center ul.menu-noauth{
    list-style: none;
    float: left;
    padding-left: 0;
    margin-top: 4px;
    margin-left: -0.5px;
    position: relative; 
    z-index: 999;     
}
.header-semalt .header-center ul.menu-noauth li{
    display: inline;
    color: #fff;
    font-family: Yekan;
    font-size: 18px;
    text-shadow: 0 1px 2px rgba(0,0,0,.7);
    
}
.header-semalt .header-center ul.menu-noauth li.menuActive a{
    background-color: rgba(255, 255, 255, 0.1);
}
.header-semalt .header-center ul.menu-noauth li:hover a{
    background-color: rgba(255, 255, 255, 0.1);
}
.header-semalt .header-center ul.menu-noauth li a{
    color: #fff;
    padding: 6px 22px 6px 22px;
    border-radius: 4px;
    display: inline-block;    
}
.header-semalt .header-center ul.menu-noauth li.menu2,.header-semalt .header-center ul.menu-noauth li.menu3,
.header-semalt .header-center ul.menu-noauth li.menu4,.header-semalt .header-center ul.menu-noauth li.menu5{
    margin-left: 2px;
}
.header-semalt .header-center .buttonLogin{
    display: inline-block;
    float: right;
    width: 95px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #fff;
    line-height: 32px;
    color: #fff;
    font-family: Yekan;
    font-size: 16px;
    margin-top: 7px;
    cursor: pointer;
}
.header-semalt .header-center .buttonLogin:hover {
	background: rgba(255,255,255,.1);
	border: 1px solid #fff;
}
.header-pannel{
    position: absolute;
    z-index:998;
    left: 0;
    width: 100%;
    height: 127px;
    margin-top: -44px;
    background: #73a7f0;


    transform: translate3d(0, 0, 0);
    transition: .2s transform ease-in-out;
    -webkit-transition: .2s -webkit-transform ease-in-out;    
    opacity: 1;
}
.header-pannel a{
    text-decoration: none;
}
.header-pannel.pannelActive{
    transform: translate3d(0, 44px, 0);
}
.header-pannel .header-pannel-center{
    width: 1000px;
    margin: 92px auto 0 auto;
    color: #fff;
}
.header-pannel .header-pannel-center .rmenu{
    display: none;
    color: #fff;
    margin-top: 10px;
    margin-left: 186px;    
}
.header-pannel .header-pannel-center .rmenu a{
    color: #fff;
    margin-right: 60px;
    font-family: "Ebrima", Arial;
    font-size: 16px;
}
.header-pannel .header-pannel-center .rmenu a:hover{
    color: rgba(255,255,255,.8);
}
.header-pannel .header-pannel-center .rmenu.rmenu1 a{
	margin-right: 47px;
}
.header-pannel .header-pannel-center .rmenu a:last-child{
	margin-right: 0;
}

.header-semalt a{
    text-decoration: none;
}

.slides-content{
    margin-top: 14px;
}
main{
    position: relative;
    z-index: 2;
}

h55 {
    font-family: Yekan;
    font-size: 21px;
    color: #1e3151;
    background: rgba(255, 255, 255, 0.2);
    padding-right: 12px;
    padding-left: 12px;
}


h6 {
    font-family: Yekan;
    font-size: 20px;
}

h1 {
    margin-top: 5px !important;
}

.error {
    font-family: Yekan;
}
 .buttonLogin0 {
    display: inline-block;
    float: right;
    width: 95px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #fff;
    line-height: 32px;
    color: #fff;
    font-family: Yekan;
    font-size: 16px;
    margin-top: 7px;
    cursor: pointer;
}

.col-md-record {
    max-width: 145.5px;
    padding-top: 25px;
    margin-top: 55px;
    margin-right: 25px;
}