html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {outline: none !important;
}
html{
	background:#fff;
}
body{
	font-family: 'Roboto', 'sans-serif';
}
.headerLine{
	position: relative;
	width: 100%;
	overflow: hidden;
	height:100%;
	background: url(../images/bgTop.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-top: 100px;
}
.headerLine:after{
	content: "";
	position: absolute;
	z-index: 1;
	pointer-events: none;
	bottom: 0;
	left: 0;
	width: 100%;
	/* background: url(../images/sliderL.png) center center no-repeat; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-bottom: 150px solid white;
	border-left: 3000px solid transparent;
}
/*.container{
	outline:1px solid #fc0;
}
.row{
	outline:1px solid #f00;
}*/
#menuF {
	position: fixed;
    width: 100%;
    z-index: 9;
    top: 0;
}
.logo{
    font-family: 'Roboto', 'sans-serif';
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    padding: 10px;
}
.logo span{
	color:#1fcdff;
}
.logo p{
	letter-spacing: 0.5px;
	margin-top: -10px;
	font-family: 'Roboto', 'sans-serif';
	font-size:12px;
	font-weight:300;
	text-transform:lowercase;
}
.logo a{
	cursor:pointer;
	color:#fff;
	text-decoration:none;
}
#menu a:active {
color:#1fcdff;
}
#menu select {
display: none;
}

#menu .active a {
border:0;
color:#1fcdff;
}
#menu .active a:focus{
	outline: none;
border: none;
}
#menu .active a:active {
	outline: none;
border: none;;
}
#menu .active a:link {
	outline: none;
border: none;
}
#menu .active a:visited  {
	outline: none;
border: none;
}
#menu li{
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
	border-right:1px solid #64697A;
	padding-left: 17px;
	padding-right: 16px;
	float:left;
	font-family: 'Roboto', 'sans-serif';
	font-size:15px;
	color: #64697A;
	list-style:none;
	text-transform:uppercase;
	font-weight:700;
}
#menu li:last-child{
	border-right:0;
	padding-right:0px;
}
#menu{
	padding: 5%;
	float: right;
}
#menu li a{
	color: #64697A;
	text-decoration:none;
}
#menu li a:hover{
	border:none;
	outline:none;
	color:#614EF9;
}
.gallery {
	height:500px;
	text-align: center;
}

.gallery h1 {
	color: #ffffff;
	margin: 10% auto 0 auto;
	font-size: 72px;
    font-weight: 400;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}


.slicknav_menu {
	display:none;
}

.cBusiness{
	padding: 50px 0;
}
.cBusiness h2{
	text-align:center;
	font-family: 'Roboto', 'sans-serif';
	font-size:36px;
	font-weight:400;
	color: #3e3e3e;
}
.cBusiness p{
	margin-top: 16px;
	text-align:center;
	font-family: 'Roboto', 'sans-serif';
	font-size:16px;
	font-weight:300;
	color: #798598;
}

.cBusiness a {
	font-weight: bold;
}

/**/
.cBtn ul i{
	padding-right: 10px;
}
.cBtn .dowbload, .cBtn .buy{
	margin-left: 10px;
	margin-top: 4px;
	padding: 13px;
	padding-right: 20px;
	padding-left: 20px;
	
}
.cBtn .dowbload a, .cBtn .buy a{
	font-size: 14px;
	font-family: 'Roboto', 'sans-serif';
	font-weight: 700;
}
.cBtn .buy{
	box-shadow: 0px 2px 0px 0px #179abf;
	background:#1fcdff ;
}
.cBtn .buy:hover{
	background:#2f2f2f;
	box-shadow: 0px 2px 0px 0px #000 ;
}




/*                                                                    */
	.default{
		transition-duration: 1s;
		background-color: #fff;
	}
    .fixed {
		transition-duration: 1s;
		/*text-align:center;*/
		z-index:999;
        position:fixed;
        top: -65px; 
        padding:20px 0;
        width:100%;
		background-color: #101010!important;
    }

/**/


.linka {
	background-color: #FF5174;
	border: 1px solid #FF5174;
	border-radius: 1.3rem;
	color: #ffffff;
	font-weight: 500;
	padding:  1rem 3rem;
}

.linka:hover {
	text-decoration: none;
	color: #ffffff;
}

/**/
/*responsive*/


@media screen and (max-width: 991px){

	.cBtn ul {
		margin-left: 0;
	}

	#menu {
		display: none;
	}

	.logo {
		text-align: center;
	}

	.gallery h1 {
		font-size: 42px;
		margin: 30% auto 0 auto;
	}
}
