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';
}


/* HEADER
-------------------------------------------------- */

.headerLine,
.headerLine2,
.headerLine3
{
	position: relative;
	width: 100%;
	overflow: hidden;
	height:100%;
	background: url(../images/bgTop.jpg) center center no-repeat #000000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.headerLine2
{
	background: url(../images/bgTop2.jpg) center center no-repeat #000000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.headerLine3
{
	background: url(../images/bgTop3.jpg) center center no-repeat #000000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


.headerLine:after,
.headerLine2:after,
.headerLine3:after
{
	content: "";
	position: absolute;
	z-index: 1;
	pointer-events: none;
	bottom: 0;
	left: 0;
	width: 100%;
	background: url(../images/header-bg.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;
}

*/
.logo{
	margin-top: 60px;
	font-family: 'Roboto', 'sans-serif';
	font-size:30px;
	font-weight:700;
	text-transform:uppercase;
	color:#fff;
}

.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;
}

.logo-txt {
	margin-top: 90px;
}

	.logo-txt h1{
		font-size: 32px;
		font-family: Verdana, Geneva, sans-serif;
		font-weight: bold;
		color: #ffffff;
	}
	
	.logo-txt h4{
		font-family: Tahoma, Geneva, sans-serif;
		color: #ffffff;
	}

@media screen and (min-width: 409px){ 
	.logo-txt h4{
		padding-left: 90px;
	}
}
	
/* NAVBAR + MENU
-------------------------------------------------- */
.navbar-wrapper {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
	background: -webkit-linear-gradient(#42485a, #2f3340); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#42485a, #2f3340); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#42485a, #2f3340); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#42485a, #2f3340); /* Standard syntax */
}


.navmenu{
	display: block;
    margin-left: auto;
    margin-right: auto;
	width: 960px;
	font-family: Verdana, Geneva, sans-serif;
}


#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 #43495b;
	border-left:1px solid #2e323f;
	padding: 17px 40px;
	float:left;
	font-size:14px;
	color:#fff;
	list-style:none;
	text-transform:uppercase;
	font-weight:700;
}


#menu li:active,
#menu li.active 
{
	background: #313643;
	color:#1fcdff !important;
}

#menu li:first-child{
	border-left:0;
}

#menu li:last-child{
	border-right:0;
}

#menu{
	margin: 0px !important;
}

#menu li a{
	color:#fff;
	text-decoration:none;
}

#menu li a:hover{
	border:none;
	outline:none;
	color:#1fcdff;
}


#menu .fa-home{
	font-size: 23px;
}


.dropdown-menu {
	background: #313643;
	text-transform: uppercase;
	border: none;
	border-radius: 0px;
	margin: 0px;
}

	.dropdown-menu li {
		color: #fff;
		border: none !important;
		padding: 10px 25px !important;
	}
	
	.dropdown-menu li a {
		color: #fff;
	}


@media (max-width: 992px) {
.dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
	}
}
	
	
.gallery {
	height:480px;
}

.project{
	margin-top: 12px;
	text-align:center;
}
.project h3{
	letter-spacing: 1px;
	font-family: 'Roboto', 'sans-serif';
	font-size:37px;
	font-weight:400;
	color:#2f2f2f;
}
.project h4{
	margin-left: -5px;
	font-family: 'Roboto', 'sans-serif';
	font-size:20px;
	font-weight:300;
	color:#2f2f2f;
}
.project p{
	font-family: 'Roboto', 'sans-serif';
	font-size:13px;
	font-weight:300;
	margin-top: 16px;
	line-height: 23px;
	color:#666666;
}

#camera_wrap_1{
	margin-bottom:0 !important;
	margin-top: 10px;
}

.camera_caption h2{
	border-bottom:4px solid #1fcdff;
	font-family: 'Open Sans', sans-serif;
	font-size:43px;
	font-weight:700;
	letter-spacing: -2px;
}

.camera_caption span{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:23px;
	font-weight: normal;
}


.camera_wrap .camera_pag .camera_pag_ul li {
    background: #ffffff;
}

	.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
		background: #1fcdff;
	}

.slicknav_menu {
	display:none;
}

@media screen and (max-width: 991px) {
	.news p{
		text-align: center;
	}

	.news div{
		text-align:center;
	}

	.news img{
		display:inline;
	}

	.pic1Ab{
		margin-bottom:0 !important;
	}

	.pic2Ab{
		margin-bottom:0 !important;
	}

	#menu {
		display:none;
	}

	#menuF{
		opacity:0 !important;
		/*display:none !important;*/
	}

	.fixed{
		opacity:0;
		//display:none;
	}

	
	 .slicknav_menu {
		display:block;
	}

	.about p{
		text-align: justify;
	}

}

@media screen and (max-width: 1229px){
	.pic1Ab{
		margin-bottom:50px ;
	}

	.pic2Ab{
		margin-bottom:20px ;
	}

	
}

@media screen and (max-width: 460px) {
	.pic2Ab{
		padding-bottom:0 !important;
		margin-bottom:0;
	}

	.pic1Ab{
		padding-bottom:0 !important;
		margin-bottom:0;
	}

	.camera_caption h2{
		font-size: 43px;
	}

	.about h3{
		text-align:center;
		margin-top:73px !important;
	}

	.about p{
		margin-top: 30px !important;
		text-align: justify;
	}

	.Ama {
	margin-top: 280px !important;
	margin-bottom: 100px !important;
}

	.soc ul li{
		margin-bottom: 20px;
	}

}

@media screen and (max-width: 323px){
	.footer .fEmail{
		border-radius: 4px !important;
		margin-bottom:10px ;
	}

	
	.footer .subS{
		border-radius: 4px !important;
	}

	.news p{
		text-align: justify;
	}

	
}

@media screen and (max-width: 1229px) {
	.cont {
		/*text-align:center;*/
		margin-left: 0px !important;
	}

	.name {
	width: 100% !important;
}

	.Email {
	width: 100% !important;
}

	
	.ftext .cBtn ul{
		padding-left:40px !important;
	}

	.news p{
		text-align:justify;
	}

	
}

.sl{
	height: 67px;
	position: absolute;
	width: 100%;
	top: 418px;
	background: url(../images/sliderL.png) no-repeat;
}


/*
-------------------------------------------------- */
.centPic{
	//margin-left: 24px;
	margin-top: 57px;
	text-align: center;
	
	margin-bottom: -89px;
	z-index: 10;
}

.centPic img{
	display:inline-block;
}


/*
-------------------------------------------------- */
.line2{
	position: relative;
	width: 100%;
	overflow: hidden;
	height:100%;
	background: url(../images/metal-bg.jpg) center center repeat;
}

.line2:after{
	content: "";
	position: absolute;
	z-index: 1;
	pointer-events: none;
	bottom: 0;
	left: 0;
	width: 100%;
	/*height: 240px;*/
	/*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;
}

.line2:before{
	top: 0;
	display: block;
	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;
	/* height: 10px; */
	border-top: 150px solid white;
	border-right: 3000px solid transparent;
	//bottom: 489px;
}

.oferta-mini{
	margin-bottom: 145px;
	color: #fff;
	margin-top: 250px;
	text-align: center;
	
}

.oferta-mini h4{
	//margin-left: -15px;
	margin-top: 17px;
	font-family: 'Roboto', 'sans-serif';
	font-size:20px;
	font-weight:300;
}

.oferta-mini p{
	font-family: 'Roboto', 'sans-serif';
	font-size: 13px;
	font-weight: 300;
	margin-top: 12px;
	line-height: 23px;
}


.Fully {
	margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
	.Fully {
		margin-bottom: 45px;
	}
}

.Fully h4{
	font-weight: 500;
}

.Fully .fa_circle {
	width: 100px;
	height: 100px;
	background: transparent;
	border: 2px solid #ffffff;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
}

	.fa_circle .fa{
		padding-top: 30px;
		font-size: 32px;
		color: #fff;
		font-family: FontAwesome;
		text-align: center;
	}

	
.kontakt-mini{
	margin-top: 80px;
	text-align: center;	
}
	
	.kontakt-mini h4{
		margin: 30px 0;	
	}	
	
.Fully .fa_circle_big {
	width: 140px;
	height: 140px;
	background: #91d5fd;
	border: 2px solid #ffffff;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
}

	.fa_circle_big .fa{
		padding-top: 35px;
		font-size: 65px;
		color: #000;
		font-family: FontAwesome;
		text-align: center;
	}

	
.Fully .fa_circle_md {
	width: 100px;
	height: 100px;
	background: #91d5fd;
	border: 2px solid #ffffff;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
}

	.fa_circle_md .fa{
		padding-top: 28px;
		font-size: 35px;
		color: #000;
		font-family: FontAwesome;
		text-align: center;
	}
	
/* NAGLOWEK Z ODCIECIEM
-------------------------------------------------- */
.line3{
	position: relative;
	width: 100%;
	overflow: hidden;
	height:100%;
	background: url(../images/metal-bg.jpg) center center repeat;
}

.line3:after{
	content: "";
	position: absolute;
	z-index: 1;
	pointer-events: none;
	bottom: 0;
	left: 0;
	width: 100%;
	/*height: 240px;*/
	/*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;
}

.line3:before{
	top: 0;
	display: block;
	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;
	/* height: 10px; */
	border-top: 150px solid white;
	border-right: 3000px solid transparent;
	//bottom: 489px;
}

.line3 .Nag{
	margin-top: 225px;
	margin-bottom: 175px;;
}

.line3 .Nag h4{
	font-size: 42px;
	text-align:center;
	color: #fff;
	font-family: 'Roboto', 'sans-serif';
	font-weight: 400;
}


.line3 .Nag p{
	font-size: 16px;
	text-align:center;
	color: #fff;
	font-family: 'Roboto', 'sans-serif';
	font-weight: 300;
}


/*
-------------------------------------------------- */
.wwa{
	margin-top: 8px;
	text-align: center;
}

.wwa h3{
	font-size:28px;
	color:#2f2f2f;
	font-family: 'Roboto', 'sans-serif';
	font-weight: 400;
}

.wwa h4 {
    margin-top: 15px;
    font-size: 18px;
    color: #91d5fd;
    font-family: 'Roboto', 'sans-serif';
    font-weight: 500;
}


/*
-------------------------------------------------- */
.oferta{
	margin-top: 46px;
}


.oferta img{
	margin:0 auto;
}

.oferta h4{
	margin-top: 24px;
	font-size:20px;
	color:#2f2f2f;
	font-family: 'Roboto', 'sans-serif';
	font-weight: 300;
}

.oferta h5{
	margin-top: -3px;
	font-size:13px;
	color:#a9a9a9;
	font-family: 'Roboto', 'sans-serif';
	font-weight: 300;
}

.oferta p{
	margin-top: 12px;
	font-size: 13px;
	color: #666;
	font-family: 'Roboto', 'sans-serif';
	font-weight: 300;
	line-height: 24px;

}

.oferta ul{
	margin-top: 2px;
	padding-left:0px;
	display: block;
	list-style: none;
}

.oferta ul li{
	margin-bottom: 5px;
}

.oferta .fa-check-square-o,
.oferta .fa-caret-right
{
	font-size: 25px;
	vertical-align: middle;
	padding-right: 8px;
	color: #91d5fd;
}

/*
-------------------------------------------------- */
.team{
	margin-top: 46px;
}

.team .b1{
	padding-left:0;
}

.team .b3{
	padding-right:0;
}

.team img{
	margin:0 auto;
}

.team h4{
	margin-top: 24px;
	font-size:20px;
	color:#2f2f2f;
	font-family: 'Roboto', 'sans-serif';
	font-weight: 300;
}

.team h5{
	margin-top: -3px;
	font-size:13px;
	color:#a9a9a9;
	font-family: 'Roboto', 'sans-serif';
	font-weight: 300;
}

.team p{
	margin-top: 12px;
	font-size: 13px;
	color: #666;
	font-family: 'Roboto', 'sans-serif';
	font-weight: 300;
	line-height: 24px;

}

.team ul{
	margin-top: 2px;
	padding-left:0px;
	display: inline-block;
	margin:0 auto;
}

.team ul li{
	padding:0 10px;
	float:left;
	list-style:none;
	font-family: FontAwesome;
	font-size:15px;
}

.team ul li a{
	color:#2f2f2f;
}

.team ul li a:hover{
	color:#1fcdff;
}

/*
-------------------------------------------------- */
/*
-------------------------------------------------- */
.hr1{
	margin-top: 34px;
}

.hr1 hr{
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(219,219,219,1), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(219,219,219,1), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(219,219,219,1), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(219,219,219,1), rgba(0,0,0,0));
}


/*
-------------------------------------------------- */
.aboutUs {
	margin-top: 32px;
	text-align:center;
}

.aboutUs h3{

	font-size:28px;
	color: #2f2f2f;
	font-family: 'Roboto', 'sans-serif';
	font-weight: 400;
}

.about h3{
	margin-top: 51px;
	font-size:16px;
	color: #2f2f2f;
	font-family: 'Roboto', 'sans-serif';
	font-weight: 300;
}

.about p{
	font-size: 13px;
	line-height: 22px;
	color: #666666;
	font-family: 'Roboto', 'sans-serif';
	font-weight: 300;
	margin-top: 12px;
	margin-bottom: 0;
}


.pic1Ab{
	padding-bottom: 15px;
	float: right;
	padding: 34px;
	padding-top: 51px;
	padding-right: 40px;
	padding-bottom: 10px;
}

.about1{
	float: right;
	text-align: right;
}

.pic2Ab{
	float: left;
	padding: 40px;
	padding-top: 51px;
	padding-right: 37px;
	padding-bottom: 39px;
}

.about2{
	float: left;
	text-align: left;
}

.horL{
	overflow: auto;
	margin: auto;
	position: absolute;
	top: 31px;
	left: 0;
	bottom: 0;
	right: 0;
	width: 1170px;
	height: 254px;
	//left: 367px;
	//top: 55px;
	content: '';
	z-index: 30;
	background: url(../images/horL.png) no-repeat;
}


/*
-------------------------------------------------- */


.whyUs {
	margin-top: 32px;
	text-align: center;
}

.whyUs h4{
	font-size:28px;
	color: #2f2f2f;
	font-family: 'Roboto', 'sans-serif';
	font-weight: 400;
}

.whyUs p{
	font-size: 13px;
	line-height: 22px;
	color: #666666;
	font-family: 'Roboto', 'sans-serif';
	font-weight: 300;
	margin-top: 12px;
	margin-bottom: 0;
}

.whyUs span {
	display: inline-block;
	text-align: center;
    padding: 15px 22px;
	margin-top: 30px;
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: 700;
    background: #91d5fd;
    border: 2px solid #ffffff;
    border-radius: 50%;	
}

/* MAPA
-------------------------------------------------- */
.mapgoogle {
	margin-top: 50px;
}

.mapgoogle iframe{
 filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
 /*
	filter: url(filters.svg#grayscale); 
	-webkit-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);*/

	
/*	DELETE
	
.line6{
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 700px;
}
.line6:after{
	content: "";
	position: absolute;
	z-index: 1;
	pointer-events: none;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 240px;
	-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;
}
.line6:before{
	top: 0;
	display: block;
	content: "";
	position: absolute;
	z-index: 1;
	pointer-events: none;
	bottom: 0;
	left: 0;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-top: 194px solid white;
	border-right: 3000px solid transparent;
	//bottom: 489px;
}
.line6 .Ama{
	margin-top: 250px;
	margin-bottom: 250px;;
}
.line6 .Ama h3{
	font-size: 42px;
	text-align:center;
	color: #fff;
	font-family: 'Roboto', 'sans-serif';
	font-weight: 400;
}
.line6 .Ama p{
	font-size: 16px;
	text-align:center;
	color: #fff;
	font-family: 'Roboto', 'sans-serif';
	font-weight: 300;
}
*/

/*
-------------------------------------------------- */
.cont-form {
	margin-bottom: 55px;
}

.forma{
	margin-bottom: -80px;
	z-index: 10;
	margin-top: 48px;
}

.forma input{
	border-radius:4px;
	padding-top:10px;
	padding-bottom:10px;
	border:0px;
	font-family: 'Roboto', 'sans-serif';
	font-weight: 300;
	font-size:13px;
	color:#555555;
	background:#ededed;
}

input:focus{
	//border:0;
	outline:none;
}

textarea:focus{
	//border:0;
	outline:none;
}

.name{
	margin-bottom:10px;
	margin-right: 10px;
	max-width: 580px;
}

.Email{
	margin-bottom:10px;
	max-width: 580px;
}

.Subject{
	margin-bottom:10px;
	max-width: 1200px;
}


textarea {
	border-radius:4px;
	padding-top:10px;
	padding-bottom:10px;
	border:0px;
	font-family: 'Roboto', 'sans-serif';
	font-weight: 300;
	font-size:13px;
	color:#555555;
	background:#ededed;
	border:none;
	max-width: 1200px;
	height: 153px;
    resize: none;
   }

.forma input:focus, .forma textarea:focus{
	background:#dfdfdf;
	border:0;
}

.forma .cBtn a{
	font-family: 'Roboto', 'sans-serif';
	font-weight: 700;
	font-size:13px;
	color:#fff;
}


.forma .cBtn ul{
	margin-left: -15px;
	margin-top: 6px;
	padding-left:0;
	margin-bottom: 0;
}

.forma .cBtn ul i{
	padding-right: 10px;
}

.forma .cBtn .clear , .cBtn .send{
	margin-bottom: 0;
	margin-top: 4px;
	padding: 10px;
	padding-right: 17px;
	padding-left: 17px
	
}

.forma .cBtn .clear  a, .cBtn .send a{
	font-family: 'Roboto', 'sans-serif';
	font-weight: 700;
}

.forma .cBtn .send{
	box-shadow: 0px 2px 0px 0px #179abf;
	background:#1fcdff ;
}

.forma .cBtn .send:hover{
	background:#2f2f2f;
	box-shadow: 0px 2px 0px 0px #000 ;
}


/*
-------------------------------------------------- */
.cont{
	margin-top: 44px;
	margin-left: -33px;
	font-family: 'Roboto', 'sans-serif';
	font-weight: 300;
	font-size:13px;
	color:#666666;
	margin-bottom: -80px;
	z-index: 10;
}

.cont ul{
	padding-left:0;
	list-style:none;
}

.cont li{
 margin-bottom: 16px;

}

.cont .fa{
	color:#2f2f2f;
	padding-right:14px;
}

.cont a{
	text-decoration:none;
	color:#1fcdff;
}

.cont a:hover{
	color:#666666;

}



.cBtn ul{
	margin-left: -37px;
	margin-top: 37px;
	display: inline-block;
}
.cBtn ul li{
	margin-bottom: 15px;
	margin-right: 10px;
	border-radius:4px;
	float:left;
	list-style:none;
	padding:10px;
	background:#2f2f2f;
	box-shadow: 0px 2px 0px 0px #000;
	padding-right: 18px;
	padding-left: 18px;
	padding-top:11px;
}
.cBtn ul li:last-child{
	margin-right: 0;
}
.cBtn ul li a{
	text-decoration:none;
	text-transform:uppercase;
	color:#fff;
	font-size: 13px;
	text-align:center;
	font-family: 'Roboto', 'sans-serif';
	font-weight: 700;
}
.cBtn ul li:hover{
	cursor:pointer;
	background:#1fcdff;
	color:#fff;
	box-shadow: 0px 2px 0px 0px #179abf;
}


/*
-------------------------------------------------- */
.footer{
	margin-top: 40px;
	min-height:435px;
}

.footer h3{
	margin-top: 159px;
	font-size: 28px;
	font-family: 'Roboto', 'sans-serif';
	font-weight: 400;
	color: #fff;
	text-align: center;
	margin-bottom: 17px;
}

.footer p{
	font-size:16px;
	font-family: 'Roboto', 'sans-serif';
	font-weight: 300;
	color:#fff;
	text-align:center;
}

.footer .fEmail{
	float:left;
	font-size: 13px;
	font-family: 'Roboto', 'sans-serif';
	font-weight: 300;
	border: 0;
	background: #1c1c1c;
	color: #fff;
	padding: 11px;
	width: 350px;
	border-radius: 4px 0px 0px 4px;
	padding-left: 20px;
}

.footer .email{
	float:left;
}

.footer .subS{
	text-transform:uppercase;
	font-size: 13px;
	font-family: 'Roboto', 'sans-serif';
	font-weight: 700;
	float: left;
	color: #fff;
	border-radius: 0 4px 4px 0;
	text-decoration: none;
	box-shadow: 0px 2px 0px 0px #179abf;
	background: #1fcdff;
	padding: 10px;
	padding-right: 20px;
	padding-left: 20px;
}

.fr{
	margin-top: 40px;
	text-align: center;
	//margin: 40px 0 0 357px;
}

.footer a:hover{
	background:#2f2f2f;
	box-shadow: 0px 2px 0px 0px #000 ;
}



/*
-------------------------------------------------- */
.lineBlack{
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 100%;
	
	background: url(../images/bgFooter.png)  no-repeat;
	background:#101010;
}

.downLine{
	margin-bottom: 35px;
	margin-top: 177px;
}

.downLine p{
	font-size:13px;
	font-family: 'Roboto', 'sans-serif';
	font-weight: 300;
	color:#fff;
}

.downLine .copy a{
	font-size:13px;
	font-family: 'Roboto', 'sans-serif';
	font-weight: 300;
	color:#fff;
	text-decoration: none;
	font-weight: bold;
}

.downLine .copy a:hover{
	color:#91d5fd;
}

.lineBlack:before{
	top: 0;
    display: block;
    content: "";
    position: absolute;
    z-index: 1;
    pointer-events: none;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-top: 194px solid white;
    border-right: 3000px solid transparent;
}

.lineBlack input{
	margin-top: 3px;
}

#downMenu{
	float:right;
}

#downMenu li{
	height: 16px;
	border-right:1px solid #343434;
	float:left;
	list-style: none;
}

#downMenu li:last-child{
	border-right:none;
}

#downMenu li a{
	padding: 15px;
	text-decoration: none;
	font-size: 13px;
	font-family: 'Roboto', 'sans-serif';
	font-weight: 300;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
}

#downMenu li:last-child a{
	padding-right:0;
}

#downMenu li a:hover{
	color:#6d6d6d;
}

.downLine input{
	max-width: 95px;
	border:0;
	background:#101010;
	font-size:13px;
	font-family: 'Roboto', 'sans-serif';
	font-weight: 300;
	color:#6d6d6d;
}

.copy{
	margin-top: 29px;
}

.dm{
	margin-top: 29px;
}

/*
-------------------------------------------------- */
/*responsive*/

@media screen and (max-width: 991px){
	.copy p{
		text-align:center;
	}

	#downMenu ul li{
		float: none;
		text-align:center;
	}

	.downLine input{
		margin-top: 25px;
	}

	.footer .fEmail{
	float:left;
	//max-width: 350px;
	max-width: 163px;
	}

	#downMenu li a {
	padding: 5px;
}

	.team ul{
		margin-bottom: 35px;
	}

	.cont {
	margin-top: 124px;]
	}

	.cBtn ul {
	margin-left: 0;
	}

	.line6 iframe{
		height:750px;
	}

	.line6{
		height:350px;
	}

}

	.default{
		transition-duration: 1s;
	}

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


/*
-------------------------------------------------- */
blockquote {
    text-align: left;
}

blockquote .fa-comments-o {
    color: #ccc;
	font-size: 30px;
	margin-right: 10px;
}

.btn-info {
    color: #fff;
    background-color: #91d5fd;
    border-color: #84c5eb;
}

.back-top {
	position: absolute;
	right: 15%;
	bottom: 40%;
}
	
.back-top a {
	font-size: 30px !important;
}

@media screen and (max-width: 1555px){ 
	.back-top {
		position: absolute;
		right: 5%;
		bottom: 30%;
	}
}


