@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,50');
body {
	font:400 14px/22px 'Roboto', Arial, Helvetica, sans-serif;
	color:#152234;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}
ol, ul {
	padding:0;
	margin:0;
	list-style:none;
}
body, html{
	height:100%;
	}
a {

	}
a:focus, a:hover {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	line-height:auto;
	color:#152234;
	padding:0;
	margin:0 0 15px;
}
h1 {
	font-size:30px;
	font-weight:400;
	/*font:400 30px/45px;*/
}
h2 {
	font:500 23px/26px;
}
h3 {
	font:700 22px/24px;
}
h4 {
	font:700 16px/24px;
}
p {
	font-size:16px;
	margin: 0 0 20px;
	font-size: 300;
	line-height: 1.7;
}
.hr hr{
	border-top-color:#d5d5d5;
}
.more{
	color:#008ac2;
	}
.more:hover{
	color:#c1c1c1;
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
/* general style */
.paddingT {
	padding-top:20px;
}
.paddingT-Avg {
	padding-top:45px;
}
.paddingT-Sml {
	padding-top:20px;
}
.paddingB {
	padding-bottom:60px;
}
.paddingB-Avg {
	padding-bottom:40px;
}
.paddingB-Sml {
	padding-bottom:20px;
}
.paddingL {
	padding-left:60px;
}
.paddingL-Avg {
	padding-left:40px;
}
.paddingL-Sml {
	padding-left:20px;
}
.paddingR {
	padding-right:60px;
}
.paddingR-Avg {
	padding-right:40px;
}
.paddingR-Sml {
	padding-right:20px;
}
.marginB {
	margin-bottom:60px;
}
.marginB-Avg {
	margin-bottom:40px;
}
.marginB-Sml {
	margin-bottom:20px;
}
.marginT {
	margin-top:60px;
}
.marginT-Avg {
	margin-top:40px;
}
.marginT-Sml {
	margin-top:20px;
}
.imgL, .imgR {
	float:left;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}
.imgL {
	margin:0 15px 15px 0;
}
.imgR {
	margin:0 0 15px 15px;
	float:right;
}
.imgRM{
	float:right;
	}
.fullwidth{
	width:100%;
	}
.graybg{
	background:#f3f3f3;
	}
.bluebg{
	background:#0f678f;
	}
.btn1, .btn2{
	font-size:14px;
	font-weight:300;
	text-transform: uppercase;
	color:#fff;
	background:#1c4d92;
	border:0;
	line-height:20px;
	padding:8px 25px;
	border-radius: 0;
	}
.btn1:hover{
/*	color:#fff;
	background-color:#232833 !important;*/
	color: #333 !important;
	background-color: #e6e6e6 !important;
	border:0;
	}
.btn2{
	font-weight:bold;
	color:white;
	background:#ff6c00;
	}
.btn2:hover{
	color:#fff;
	background:#152234;
}
.no-rads{
	border-radius:0;
	}
.btn3, .btn4{
	font-weight:bold;
	color:#fff;
	border-radius:25px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	background:#ff6c00;
	border-color:#ff6c00;
    padding: 8px 30px;
}
.btn3:hover, .btn4:hover{
	color: #333;
	background-color: #e6e6e6;
	border:1px solid #adadad;
}
.btn4{
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
}
.btn-full {
	width: 100%;
}
.box-shadow10{
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.6);
	}
/*.container {
	width:970px;
}*/
.topbar{
	background-color: #101a28;
	color:#fff;
	padding:10px 0;
}
.topbar a:hover{
	color:#008ac2;
}
.topbar .contact{

	}
.topbar .social{
	padding:0;
}
.topbar .social{
	display:inline-block;
	}
.social li{
	display:inline;
	text-align:center;
	margin-left:20px;
}
.social li:first-child{
	margin-left:0;
}
.social li a{
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 28px;
	height: 28px;
	font-size:15px;
	border:2px solid #fff;
}
.social li a:hover{
	border:2px solid transparent;
}
.social li i {
	margin:0;
	line-height:26px;
	text-align: center;
}
.social li a:hover i {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social i {
	color: #fff;
	/*-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;*/
}
.social a.icoFacebook:hover {
	background-color:#3B5998;
}
.social a.icoInstagram:hover {
	background-color:#ffa500;
}

.topbar .contact{
	text-align:right;
}
.contact .mail, .contact .phone{
	display:inline-block;
	margin-bottom:0;
}
.contact .mail a{
	color:#fff;
	}
.contact .mail .email{
	font-size:20px;
}
.contact .phone{
	margin-left:20px;
}
.contact .fa-phone{
	font-size:18px;
	float:left;
	margin-top:3px;
	margin-right:6px;
}
.logo{
	width:400px;
	}
/*==Header1 Logo and Menu Section==*/
.navbar-default {
	background-color: transparent;
	border-color: transparent;
	border-radius: 0;
    margin-bottom: 0;
	border:0;
	width:100%;
}
.header1 .navbar-header{
	width:100%;
	text-align:center;
	clear:both;
	}
.header1 .navbar-brand{
	display:inline-block;
	padding-top:30px;
	padding-bottom:15px;
	height:auto;
	float:none;
	}
.header1 .navbar > .container .navbar-brand{
	margin-left:0;
	}
.header1 .menu{
		width:100%;
		text-align:center;
		}
.header1 .menu li{
		float:none;
		display:inline-block;
	}
.menu li a{
	padding-top:6px;
	padding-bottom:6px;
}
.header1 .navbar-default .navbar-nav > li > a{
		color:#152234;
	}
.header1 .navbar-default .navbar-nav > li > a:hover{
		/*font-weight:600;	*/
		text-shadow: 0 0.015em #152234,0 -0.015em #152234,0.01em 0 #152234,-0.01em 0 #152234;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{
		background:none;
		font-weight:600;
	}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover{
	color:#152234;
	background:none;
	font-weight:600;
	}
.header1 .navbar-default .navbar-nav > .active > a, .header1 .navbar-default .navbar-nav > .active > a:focus, .header1 .navbar-default .navbar-nav > .active > a:hover{
		color:#152234;
	}
.header2 .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover{
	color:#fff;
	}
.banner{
	position:relative;
	}
.banner img{
	width:100%;
}
.banner_content{
	width:370px;
	top:20%;
	left:8%;
	position:absolute;
	z-index:9;
	color:#fff;
	}
.banner_content h1{
	font-size:28px;
	margin-bottom:20px;
}
/*==/Header 1==*/

/*==Header 2==*/
.header2{
	width:100%;
	position:fixed;
	z-index:9999;
	}
.header2.bg{
	background-color:rgba(16, 26, 40, 0.8);
	}
.header2 .navbar-brand {
    height: auto;
	padding-right:0;
}
.header2 .menu{
	float:right;
	width:auto;
	text-align:left;
	margin-top:40px;
	}
.header2 .navbar-default .navbar-nav > li > a {
    color: #fff;
}
.header2 .navbar-default .navbar-nav > .active > a:focus, .header2 .navbar-default .navbar-nav > .active > a:hover{
		color:#fff;
	}
.header2.stage1 .navbar-default .navbar-nav > .active > a:focus, .header2.stage1 .navbar-default .navbar-nav > .active > a:hover{
	color:#152234;
}
.header2 .navbar-default .navbar-toggle{
	border:none;
	margin-top:38px;
	}
.header2 .navbar-default .navbar-toggle .icon-bar {
	background-color:#fff;
}
.header2 .navbar-default .navbar-toggle:focus, .header2 .navbar-default .navbar-toggle:hover{
	background-color:#152234;
	}

.dropdown-menu{
	padding:0;
	border-radius:0;
	background:#fff !important;
	}
.dropdown-menu > li{
	text-transform:uppercase;
	}
.dropdown-menu .divider{
	margin:0;
	}
.megamenu1{
	width:650px;
	left:-150px;
	padding:30px;

	}
.megamenu1 a{
	color:#152234;
	}
.megamenu1 h2{
	font-size:14px;
	line-height:15px;
	color:#152234;
	text-transform:uppercase;
	margin-bottom:10px;
}
.list1 > li{
	line-height:30px;
	}
.list1 li a{
	padding:4px 0 4px 6px;
	}
.list1 li:hover a{
	color:#008ac2;
}
.list1 li a:before {
    content: "";
    border-color: transparent #9e9e9e;
    border-style: solid;
    border-width: 0.30em 0 0.30em 0.40em;
    display: inline-block;
    height: 0;
    width: 0;
    left: -6px;
    top: -0.1em;
    position: relative;
}
.list1 li:hover a:before{
	border-color: transparent #008ac2;
	}
.kontakt{
	margin-left:20px;
	}
.header2 .kontakt{
	margin-left:45px;
	}
.kontakt a{
	color:#fff !important;
	background:#008ac2;
	border-radius:3px;
	}
.kontakt a:hover{
	background-color:#243650 !important;
	}
.searchCont{
	position:relative;
	}
.searchlink{
	position:absolute;
	color:#fff;
	right:143px;
	top:44px;
	}

.searchlink:hover, .searchlink:focus{
	color:#fff;
}
.modal-search{
	width:100%;
	background:#fff;
	position:relative;
	padding:20px 0;
	margin-top:10px;
	overflow:hidden;
	}
.modal-search .modal-content{
	box-shadow:none;
	border:none;
	border-radius:0;
	float:right;
	width:550px;
	border-bottom:1px solid #818181;
	padding-right:20px;
	padding-bottom:5px;
	position:relative;
	}
.searchinputGrp .form-control{
	border:none;
	box-shadow:none;
	border-radius:0;
	}
.searchinputGrp .btn{
	border-radius:0;
	background:none;
	}
.searchinputGrp .btn .fa-search{
	font-size:18px;
	color:#909090;
	}
.modal-search .close{
	position:absolute;
	right:0;
	top:2px;
	color:#909090;
	font-size:30px;
	opacity:1;
	}
.searchinputGrp .btn:hover .fa-search, .modal-search .close:hover{
	opacity:0.5;
}
.navbar-toggle .icon-bar{
	height: 3px;
	width: 28px
}

/*==Header 3==*/
.header3 .navbar-default{
	background-color:rgba(16, 26, 40, 0.6);
}
.header3 .navbar-toggle{
	display:block;
	}
.header3 .navbar-header{
	width:100%;
	}
.header3 .navbar-collapse.collapse{
	display:none !important;
	}
.header3 .navbar-collapse.in{
	display:block !important;
}
.header3 .menu{
	margin-top:-70px;
}
.header3 .close{
	opacity:1;
}
.topbar .list2{
	margin-top:6px;
	}
.list2 li{
	display:inline-block;
	float:left;
	line-height:16px;
	border-left:1px solid #7f858d;
	}
.list2 li:first-child{
	border-left:none;
}
.list2 li a{
	color:#fff;
	padding:0 5px;
}
.list2 li:first-child a {
    padding-left: 0;
}
/*==/Header 3==*/
/*==Stage 1==*/
.stage1{
	position:relative;
	}
.stage1 .navbar-default{
	background:#fff !important;
	}
.stage1 .navbar-default .navbar-nav > li > a{
	color:#152234;
	}
.stage1 .searchlink{
	color:#152234;
	}
.stage1 .navbar-default .navbar-toggle .icon-bar{
	background-color: #152234;
	}
.stage1 .navbar-default .navbar-toggle:focus, .stage1 .navbar-default .navbar-toggle:hover{
	background-color: #fff;
	}
/*==Footer==*/
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#282b35+0,008ac2+100 */
footer{
	color:#fff;
	background: #282b35; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #282b35 0%, #008ac2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #282b35 0%,#008ac2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #282b35 0%,#008ac2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282b35', endColorstr='#008ac2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
footer .sec1{
	background:none;
	padding:0;
	}
footer a{
	color:#fff;
}
footer a:hover{
	color:#88bfd6;
}
footer h2{
	font-size:18px;
	color:#FFF;
	font-weight:600;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px solid #6b818d;
	}
footer .navbar-brand{
    height: auto;
    padding: 0;
	margin-bottom:40px;
}
.ftr-logo{
	width:170px;
	}
footer .ftr-top{
	background-color:rgba(35, 40, 51, 0.8);
	padding:30px 0;
}
footer  .ftr-content{
	font-size:16px;
	padding:40px 0 30px 0;
	}
footer address{
	min-height:95px;
	}
footer p{
	margin-bottom:14px;
	}
footer .ftr-btm{
	background:#232833;
	padding:20px 0;
}
footer .list2.rgt{
	float:right;
	}

footer .list1 li a::before{
	border-left-color: #fff;
	}
footer address .mail, footer address .phone{
	margin-bottom:10px;
}
footer .mail .email{
	font-size:20px;
	margin-right:8px;
}
footer .fa-phone{
	font-size:18px;
	margin-right:15px;
}
.list3 > li{
	line-height:30px;
	}
.list3 li a{
	padding:4px 0;
	}
.readmore{
	font-weight:bold;
	}
footer .postdate{
	font-size:14px;
	color:#88bfd6;
	}
/*==Footer2==*/
.footer2 .ftr-btm{
	background:none;
	}
.footer2 .list2 li{
	border-left-color:#88bfd6;
	}
footer .ftr-top .social{
	float:right;
	display:inline-block;
}
footer .newsletSec{
	width:320px;
	}
.newsletSec .form-control{
	border:none;
	border-radius:0;
	}

.newsletSec .btn-default{
	color:#fff;
	background:#008ac2;
	border:none;
	border-radius:0;
	padding-top:7px;
	padding-bottom:7px;
	}
.newsletSec .btn-default:hover{
	background:#5e7691;
}

/*==/Footer==*/

/*==Testimonial image with Content==*/
	.testimonial1Sec{
		width:100%;
		}
	.testimonial1Sec h2{
		margin-bottom:50px;
	}
	.testimonial1Sec .carousel-inner{
		width:95%;
		margin:0 auto;
		}
	.testimonial1Sec .mar8{
		margin: 0 -8px;
		}
	.testimonial1Sec .pad8{
		padding: 0 8px;
		}

	.testimonial-container{
		background:#fff;
		padding:30px;
		}
	.testimonial-container blockquote{
		padding:0;
		}
	.carousel-control.left,.carousel-control.right  {
		background:none;
		width:25px;
	}
	.carousel-control.left {
		left:0;
	}
	.carousel-control.right {
		right:0;
	}
.person-img{
    padding: 0 0 40px 0;
    text-align: center;
	position:relative;
	margin-bottom:25px;
}
.person-img .hrline {
	width:46px;
	height:2px;
	background:#008ac2;
    position: absolute;
	bottom:0;
	left:50%;
	margin-left:-23px;
}
.person-img img{
	width:151px;
	height:151px;
	border-radius:50%;
}
#carousel-reviews .carousel-control{
	color: #222;
    text-shadow: none;
}
#carousel-reviews .carousel-control .fa{
	font-size: 50px;
    margin-top: -25px;
	}
#carousel-reviews .left.carousel-control .fa{
	left:0;
	}
#carousel-reviews .right.carousel-control .fa{
	right:0;
	}
/*==/Testimonial image with Content==*/



/*==Testimonial Content==*/
#quote-carousel{
  padding: 0 10px 30px 10px;
  margin-top: 30px;
  text-align:center;
}
#quote-carousel .carousel-inner{
	width:65%;
	margin:0 auto;
	}
#quote-carousel h3{
	font-size:22px;
	margin-bottom:40px;
	}
.writer-details .writer-name{
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	display:block;
	clear:both;
	}
.writer-details .writer-position{
	font-size:14px;
	color:#636363;
	}
/* Control buttons  */
#quote-carousel .carousel-control{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  /*margin-top: 8%;*/
}
/* Previous button  */
#quote-carousel .carousel-control.left{
  left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right {
  right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
#quote-carousel .carousel-control .fa{
	font-size:50px;
	margin-top:-25px;
	}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li {
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active
{
  background: #333333;
}

/* End carousel */

.item blockquote {
    border-left: none;
    margin: 0;
}

/*==Tab Section==*/
.tabSec .nav-tabs{
	border:0;
	text-align:center;
	}
.tabSec .nav-tabs > li{
	font-size:14px;
	font-weight:bold;
	float:none;
	display:inline-block;
	margin:0 16px;
}
.tabSec .nav-tabs > li > a{
	color:#fff;
	background:#c1c1c1;
	border-radius:20px;
	padding:7px 30px;
	border:0;
	}
.tabSec .nav-tabs > li.active > a, .tabSec .nav-tabs > li.active > a:focus, .tabSec .nav-tabs > li.active > a:hover{
	color:#ffffff;
	background:#008ac2;
	border:0;
	}
.col-centered{
	float: none;
	margin: 0 auto;
	}
.tabSec .tab-content{
	padding:30px 0 0;
	}
.tabSec .img1{
	float:right;
	margin-left:40px;
	padding:0;
	}
.tabSec .img1 img{
	width:100%;
}
/*==Sec1==*/
.sec1{
	background:#152233;
}
.sec1 .content{
	height:200px;
	}
.sec1 .lftSec{
	width: 66.6667%;
	background:#ffffff;
	padding:50px;
	float:left;
	}
.sec1 .rgtSec{
	width: 33.3333%;
	background:#008ac2;
	padding:50px;
	float:left;
	}
.tbl_layout{
	display:table;
	}
.tbl_row{
	display:table-row;
	}
.tbl_cell{
	display:table-cell;
	float:none !important;
	height:100%;
	vertical-align:middle;
}
/*==/Sec1==*/

/*==Sec2==*/
.sec2 .item{
	padding:50px;
	min-height:245px;
	color:#fff;
	}
.sec2 .item h3{
	font-size:30px;
	color:#fff;
}
.sec2 .item.item1{
	background:url(../images/item1-bg.jpg) no-repeat;
	background-size: 100% 100%;
	}
.sec2 .item.item2{
	background:url(../images/item2-bg.jpg) no-repeat;
	background-size: 100% 100%;
	}
.sec2 .item.item3{
	background:url(../images/item3-bg.jpg) no-repeat;
	background-size: 100% 100%;
	}
/*==/Sec2==*/

/*==Product List==*/
	.prod-list{
		width:80%;
		margin:0 auto;
		}
	.prod-list li:before{
		font-family: FontAwesome;
		content:"\f105";
		font-size:37px;
		color:#ffffff;
		position:absolute;
		top:87px;
		left:-8px;
	}
	.prod-list li:first-child:before{
			content:"";
		}
	.prod-list .prod-img{
		position:relative;
		width:175px;
		height:175px;
		margin:0 auto;
		clear:both;
		margin-bottom:35px;
	}

	.prod-list .prod-img .number{
		font-size:80px;
		line-height:68px;
		color:#fff;
		position:absolute;
		left:50%;
		top:50%;
		margin-left:-25px;
		margin-top:-35px;
		}
	.prod-list .prod-img .hrline{
		width:40px;
		height:7px;
		background:#008ac2;
		border-radius:4px;
		position:absolute;
		left:50%;
		margin-left:-20px;
		bottom:35px;
		}
	.prod-list .prod-content p{
		margin-bottom:0;
		}
/*==/Product List==*/

/*==Accordion Section==*/
.accordionSec .panel-heading{
	padding-top:15px;
	padding-bottom:15px;
	}
.accordionSec .panel-title{
	font-size:16px;
	font-weight:bold;
	}
.accordionSec .panel-heading .accordion-toggle{
	color: #20549f;
	display:block;
	font-size: 24px;
	}
.panel-heading .accordion-toggle.collapsed{
	color:#a4a7ac;
	}
.accordionSec .panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: FontAwesome;
    content: "\f106";    /* adjust as needed, taken from bootstrap.css */
	font-size:30px;
    float: right;        /* adjust as needed */
    color: #0089c0;         /* adjust as needed */
	margin-top:-8px;
}
.accordionSec .panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f107";    /* adjust as needed, taken from bootstrap.css */
}
/*
.panel-heading .accordion-toggle:after {
    font-family: 'Glyphicons Halflings';
    content: "\e113";
    float: right;
    color: grey;
}
.panel-heading .accordion-toggle.collapsed:after {
    content: "\e114";
}
*/
.accordionSec .panel-group .panel{
	border:0;
	border-radius:0;
	}
.accordionSec .panel-group .panel + .panel{
	margin-top:2px;
	}
.accordionSec .panel-default > .panel-heading{
	background:#fff;
	}
.accordionSec .panel-default > .panel-heading + .panel-collapse > .panel-body{
	border-top:none;
	}
/*==/Accordion Section==*/

/*==Inner Pages==*/
.subpage{
	position:relative;
	}
.subpageBanner{
	background:#152234;
	padding:70px 0 40px;
	text-align:center;
}
.subpageBanner h3, .subpageBanner h5 {
	font-size:28px;
	line-height:30px;
	font-weight:600;
	clear:both;
	color:#fff;
}
.subpageBanner h3{
	margin-bottom:5px;
	}
.subpageBanner h3 span, .subpageBanner h5 span {
	background:#008ac2;
	padding:10px 15px;
	display: inline-block;
}
.subpageBanner h5 {
	font-size:18px;
	line-height:20px;
	font-weight:400;
}
.subpageBanner .btn1:hover {
	color:#152234;
	background:#c1c1c1 !important;
}
.date {
	color:#9f9f9f;
}
.blog h4 {
	font-size:18px;
	line-height:20px;
	font-weight:600;
	color:#000;
}
.blog h3 {
	font-size:18px;
	line-height:30px;
	font-weight:600;
	padding-bottom:10px;
	border-bottom:1px solid #e1e1e1;
	color:#000000;
}
.blog h2 {
	font-size:22px;
	line-height:35px;
	font-weight:600;
	color:#000000;
}
.blog footer h2 {
	color: white;
}
.blog ul li {
	margin-bottom:10px;
}
.blog footer ul li {
	margin-bottom: 0;
}
.blogDetail {
	background:#000000 url(../images/blogdetail.jpg) no-repeat top center;
	min-height:197px;
}
.productBanner {
	background:#6e7681 url(../images/products.jpg) no-repeat top center;
	min-height:197px;
}
.widgetMain {
	background:#f3f3f3;
}
hr {
	border-top: 1px solid #dbdbdb;
}
.badge {
	font-size: 18px;
	color:#000000;
	background:#e4e4e4;
	padding:6px 15px;
	margin-bottom:5px;
}
.bullet a {
	color:#000;
}
.contactBanner {
	box-shadow: 0px 2px 8px #8a8888;
}
.contactMain {
	background:#f3f3f3;
}
.contactform .form-control {
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border:0px;
	box-shadow: none;
	border-bottom:1px solid #c8c8c8;
	padding:0 5px;
}
.nav-pills >li > a {
	padding: 10px 0;
	color:#000;
}
.nav-pills >li > a:hover{
	color: #008ac2;
	background-color: transparent;
	font-weight: 600;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
	color: #008ac2;
	background-color: transparent;
	font-weight: 600;
}

.breadcrumb {
    padding:10px 0;
    margin-bottom: 0;
    background-color: transparent;
	font:400 12px/18px 'Open Sans', Arial, Helvetica, sans-serif;
}
.breadcrumb a{
	color:#000000;
}
.breadcrumb>.active {
    color: #008ac2;
}
.link{
	border-top:1px solid #dbdbdb;
	text-align:right;
	font-weight:600;
	padding:5px 0;
}
.shareIcon{
	text-align:right;
}
.shareIcon .fa {
    width: 35px;
    height: 35px;
    font-size: 18px;
    border: 1px solid #dbdbdb;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    line-height: 35px;
    text-align: center;
    margin-right: 10px;
}
.shareIcon a{
    color: #949494;
}
.shareIcon a:hover{
    color: #008ac2;
}
.shareIcon .fa:hover{
    border: 1px solid #008ac2;
}

.boxenSec{
	position:relative;
	}
.boxenSec .bgimg{
	width:100%;
	min-height:270px;
}
.boxenSec .content{
	position:absolute;
	width:80%;
	left:10%;
	text-align:center;
	color:#fff;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
/*.boxenSec .content1{
	top:30%;
	}
.boxenSec .content2{
	top:25%;
}*/

.boxenSec h3{
	font-size:22px;
	font-weight:600;
	color:#fff;
	}
.boxenSec p{
	font-size:14px;
	}
.boxenSec .hrSec{
	position:relative;
	padding-bottom:10px;
	}
.boxenSec .hrSec .hrline{
	width:50px;
	height:3px;
	background:#008ac2;
	position:absolute;
	display:inline-block;
	bottom:0;
	left:50%;
	margin-left:-25px;
}
/*==Panel1==*/
.panel1{
	min-height:500px;
	border:none;
	border-radius:0;
	margin-top:0;
	margin-bottom:30px;
	}
.panel1 .panel-heading{
	padding:0;
	}
.panel1 .panel-heading img{
	width:100%;
}
.panel1 .panel-body{
	padding:30px;
	}
.panel1 h3{
	font-size:22px;
	font-weight:bold;
	}

/*==Panel2==*/
.panel2{
	border-radius:0;
	}
.panel2 .panel-heading{
	padding:30px 30px 0;
	}
.panel2 img{
	display:inline-block;
	}
.panel2 .panel-heading .img1{
	width:150px;
}
.panel2 .panel-heading .img2{
	border-radius:3px;
	}
.panel2 .panel-body{
	padding:30px;
	}
.panel2.mrgntop{
	margin-top:-40px;
	}
.panel2 h3 {
    font-size: 22px;
    font-weight: 600;
}
.panel2 .hrSec {
    padding-bottom: 20px;
    position: relative;
}
.panel2 .hrSec .hrline{
	width:50px;
	height:3px;
	background:#008ac2;
	position:absolute;
	display:inline-block;
	bottom:0;
	left:50%;
	margin-left:-25px;
}

.panel3{
	background:none;
	border-radius:0;
	box-shadow:none;
	padding-left:50px;
	}
.panel3 .icon1{
	width:35px;
	margin-left:-50px;
	float:left;
	}
.panel3 h3 {
    font-size: 22px;
    font-weight: 600;
}
.panel3 .hrSec {
    padding-bottom: 20px;
    position: relative;
}
.panel3 .hrSec .hrline{
	width:50px;
	height:3px;
	background:#008ac2;
	position:absolute;
	display:inline-block;
	bottom:0;
	left:0;
}
.panel3 .panel-heading{
	padding-bottom:0;
	}

.sec3 .lftSec{
	float:left;
	width:40%;
	}
.sec3 .rgtSec{
	float:left;
	vertical-align:middle;
	text-align:left;
	padding:90px;
}

.sec4 .lftSec{
	float:left;
	width:70%;
	padding:50px;
	vertical-align:top;
	}
.sec4 .rgtSec{
	float:right;
	width:30%;
}

.content_tabs {
	margin-top:60px;
	}
.content_tabs .nav-tabs{
	border-bottom:0;
	}
.content_tabs .nav-tabs > li{
	font-size:18px;
	}
.content_tabs .nav-tabs > li > a{
	color:#868d96;
	padding:15px 30px;
	border:none;
	border-radius:0;
	background-color:#f8f8f8;
	}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
	color:#008ac2;
	border:none;
	background:#fff;
	}
.content_tabs .tab-pane{
	padding:30px;
	background:#fff;
	}
/*==Logo Carosuel Section4==*/
	.sec4 .well{
			border:none;
			border-radius:0;
			margin-bottom:0;
			background:#f3f3f3;
			box-shadow:none;
			}
		.sec5 .well{
			background:#1d475f;
			}
		.sec4 .carousel {
			margin-bottom: 0;
			padding: 10px 40px 10px 40px;
		}
		/* Reposition the controls slightly */
		.sec4 .carousel-control{
			color:#4f453c;
			font-size:60px;
			top:10px;
			text-shadow:none;
			}
		.sec5 .carousel-control{
			color:#fff;
			}
		.sec4 .carousel-control.left {
			left: 0;
		}
		.sec4 .carousel-control.right {
			right: 0;
		}
		.sec4 .carousel-inner{
			text-align:center;
			}
		.sec4 .carousel-inner img{
			width: 120px;
			}
		/* Changes the position of the indicators */
		.sec4 .carousel-indicators {
			right: 50%;
			top: auto;
			bottom: 0px;
			margin-right: -19px;
		}
		/* Changes the colour of the indicators */
		.sec4 .carousel-indicators li {
			background: #c0c0c0;
		}
		.sec4 .carousel-indicators .active {
			background: #333333;
		}
		.sec4 .span3{
			display:inline-block;
			}
		.sec4 .span3 a{
			padding:0 20px;
		}

/*==New CSS on 13th June 2017==*/
		.header4{
			width:100%;
			z-index:9999;
			display:table;
			}
		.header4 .navbar-default{
			background-color:rgba(16, 26, 40, 0.3);
			padding-bottom:15px;
		}
		.header4 .navbar-brand{
			padding-top:40px;
			padding-bottom:30px;
			}
		.header4 .logo{
			width:280px;
			}
		.contentSec1 .lftSec{
			margin-bottom:40px;
			}

		.contentSec1 h1{
			margin-bottom:40px;
		}
		.subtitle{
			font-size:16px;
			text-transform:uppercase;
			display:block;
			margin-top:8px;
			}
		.productSec{
			background:#fff;
			}
		.sec6{
			padding:35px 40px;
			display:table;
			}
		.productSec .hr{
			margin:0;
			}
		.productSec .datetime{
			font-size:16px;
			margin-bottom:20px;
			}
		.productSec .datetime .date{
			font-weight:bold;
			color:#000;
			display:block;
			}
		.productSec .datetime .time{
			color:#585858;
			display:block;
		}
		.productSec h4{
			font-size:20px;
			}
		.productSec .price{
			font-size:30px;
			font-weight:bold;
			color:#000;
			float:left;
			margin-top:8px;
			}
		.productSec .price	.vat{
			font-size:12px;
			font-weight:normal;
			}
		.productSec .btn4{
			float:right;
			}
		.list4{
			margin-bottom:20px;
			}
		.list4 li{
			font-size:18px;
			line-height:45px;
			margin-bottom:4px;
			}
		.list4 li a{
			color:#000000;
			background:#efefef;
			padding:0 10px;
			display:block;
			min-height:45px;
		}
		.list4 li a:hover, .list4 li.active a{
			color:#fff;
			background:#008ac2;
		}
		.banner1{
			width:100%;
			background:url(../images/index-img1.jpg) center top;
			background-size:cover;
			margin-top:-230px;
			padding-top:230px;
			height:1200px;
			display:table;
		}
		.banner1 .wrap{
			margin-top:-258px;
			}
		.banner2{
			width:100%;
			background:url(../images/index-img2.jpg) center top;
			background-size:cover;
			margin-top:-130px;
			padding-top:130px;
			height:940px;
			display:table;
		}
		.banner-content{
			width:80%;
			padding:0 20px;
			margin:0 auto;
			display:table-cell;
			height:100%;
			text-align:center;
			vertical-align:middle;
			font-weight: 100;
			color:#fff;
			}
		.banner-content p{
			font-weight: 300;
			}
		.banner-content h1{
			font-size:99px;
			font-weight:600;
			line-height:90px;
			text-transform:uppercase;
			color:#fff;
		}

		.header4 .navbar-default .navbar-nav > li > a{
			color:#fff;
		}
		.header4 .navbar-default .navbar-nav > .active > a, .header4 .navbar-default .navbar-nav > .active > a:focus, .header4 .navbar-default .navbar-nav > .active > a:hover{
			color:#fff;
			}
		.panelset1{
			width:1100px;
			margin-top:-258px;
		}
		.panelset1 .row.no-gutters {
		  margin-right: 25px;
		  margin-left: 25px;
		}

		.panelset1 .row.no-gutters > [class^="col-"],
		.panelset1 .row.no-gutters > [class*=" col-"] {
		  padding-right: 25px;
		  padding-left: 25px;
		}


		.panelset1 .panel1{
			min-height:432px;
			}
		.panelset1 .panel1 .panel-heading{
			position:relative;
			}
		.panelset1 .panel1 .panel-heading .title{
			position:absolute;
			width:100%;
			left:0;
			top:50%;
			text-align:center;
			font-size:16px;
			font-weight:600;
			text-transform:uppercase;
			color:#fff;
			margin-bottom:0;
			margin-top:-10px;
			}
		.panelset1 .panel-content{
			color:#3e3e3e;
			min-height:65px;
			}
		.header5{
			display: table;
    		width: 100%;
    		z-index: 9999;
		}

		.header5 .navbar-default{
			background-color:rgba(255, 255, 255, 0.5);
		}
		.header5 .navbar-default .container{
			padding-top:40px;
		}
		.header5 .navbar-brand{
			height:auto;
			}
		.header5 .navbar-header{

			}
		.header5 .logo{
			width:150px;
		}
		.header5 .menu{
			margin-top:51px;
			}
		.header5 .nav.menu > li{
			font-weight:600;
			}
		.header5 .menu li a{
			color:#000;
			font-size: 17px;
			font-weight: 400;
			}
		.header5 .menu .active > a, .header5 .menu .active > a:focus, .header5 .menu .active > a:hover{
			color:#000;
			border-bottom: 2px solid #ff6c00;
			}
		.top-nav{
			float:right;
			}
		.top-nav li{
			font-size:12px;
			font-weight:600;
			margin-left:20px;
			text-transform:uppercase;
			display:inline-block;
			}
		.top-nav li:first-child{
			margin-left:0;
		}
		.top-nav li a{
			padding:6px 15px;
			color:#ffffff;
			background:#008ac2;
			border-radius:2px;
			}
		.top-nav li a:hover{
			background:#243650;
		}
		.top-nav .kontakt a{
			background:#00597d;
			}
		.header5 .phone{
			float:right;
			font-size:25px;
			font-weight:300;
			color:#2c2c2c;
			margin-top:20px;
			clear: right;
			}
		.header5 .phone .fa{
			color:#ff6c00;
		}

		.panelset2{
			width:772px;
			margin-top:-100px;
		}
		.panelset2 .panel1{
			min-height:auto;
			}
		.panelset2 .panel-heading{
			border-radius:0;
			position:relative;
		}
		.imgtrans{

		}
		.panelset2 .panel-heading .content{
			position:absolute;
			display:table;
			color:#fff;
			padding:50px 40px;
			top:0;
			z-index:999;
			text-align:center;
			width:100%;
			}
		.panelset2 .panel-heading .content .fa{
			font-size:30px;
			margin-bottom:20px;
		}
		.panelset2 .panel-heading .title{
			font-size:22px;
			line-height:26px;
			font-weight:300;
			color:#fff;
			padding-bottom: 20px;
			position: relative;
			}
		.panelset2 .panel-heading .title .hrline{
			width:50px;
			height:3px;
			background:#fff;
			position:absolute;
			display:inline-block;
			bottom:0;
			left:50%;
			margin-left:-25px;
		}
		.panelset2 .panel-heading .content p{
			font-size:14px;
		}
		.banner2 .wrap{
			margin-top:-100px;
			}


/*==Media Query==*/
@media (max-width:1199px) {
	.banner1{
		height:1170px;
		}
	.banner-content h1{
		font-size:70px;
		line-height:70px;
		}
	.panelset1{
		width:991px;
		margin-top:-249px;
	}
	.panelset1 .row.no-gutters {
		margin-left: 15px;
		margin-right: 15px;
	}
	.panelset1 .row.no-gutters > [class^="col-"], .panelset1 .row.no-gutters > [class*=" col-"] {
		padding-left: 15px;
		padding-right: 15px;
	}
	.top-nav li{
		margin-left:10px;
		}
}

@media screen and (min-width: 767px) and (max-width: 1024px) {

}
@media screen and (max-width: 991px) {
	.header2 .navbar-default{
		background:#0f1b2b;
		}
	#quote-carousel .carousel-inner{
		width:90%;
		}
	#quote-carousel	.carousel-control{
		width:25px;
		margin-top:10%;
		}

	.tabSec .img1{
		margin-left:0;
		margin-bottom:30px;
		float:none;
		}

	.prod-list{
		width:100%;
		}
	.prod-list li:before{
		font-size:60px;
		top:87px;
		left:-8px;
	}
	.prod-list .prod-img{
		width:155px;
		height:155px;
		margin-bottom:30px;
	}
	.prod-list .prod-img .number{
		font-size:70px;
		margin-left:-20px;
		margin-top:-40px;
		}
	.boxenSec .content1, .boxenSec .content2{
		top:20%;
		}
	.panel2{
		text-align:center;
		}
	.panel2.mrgntop{
		margin-top:0;
		}
	.sec4 .lftSec{
		padding:10px;
		}
	.sec3 .rgtSec{
		padding:50px;
		}
	.sec4 .lftSec, .sec4 .rgtSec{
		width:100%;
		}
	.sec4 .lftSec.tbl_cell, .sec4 .rgtSec.tbl_cell{
		display:block;
	}
	.sec4 .rgtSec .fullwidth{
		width:auto;
		max-width:100%;
	}

	.banner1{
		height:850px;
		}
	.banner-content h1{
		font-size:50px;
		line-height:50px;
		}
	.panelset1{
		width:100%;
		padding:0;
		/*margin-top:-192px;*/
		margin-top:-25.5%;
	}
	.panelset1 .panel1{
		min-height:380px;
		}
	.top-nav{
		margin-top:-100px;
		}
	.header5 .phone{
		margin-top:-65px;
		}
	.banner2{
		height:630px;
		}
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #quote-carousel{
      margin-bottom: 0;
      padding: 0 0px 30px 0px;
    }
}

@media (max-width: 991px) {
	.header5 .navbar-default .container{
		padding-top:0;
		}
	.header5 .navbar-toggle{
		margin-top:30px;
		background:#20549f;
		border-color:#20549f;
		}
	.header5 .navbar-toggle .icon-bar{
		background-color:#fff;
		}
	.header5 .navbar-toggle:focus, .header5 .navbar-toggle:hover{
		background-color:#008ac2;
		border-color:#008ac2;
		}
		.header5 .navbar-collapse{
			background-color:#fff;
			position:absolute;
			width:100%;
			z-index: 9999;
			left: 0;
		}
		.navbar-toggle {
			display: block;
		}
		.navbar-collapse.collapse {
			margin-left: 0;
			margin-right: 0;
		}
		.header5 .menu{
			margin-top:0;
			padding-bottom: 10px;
			}
		.top-nav{
			margin-top:-5px;
			float:none;
			}
		.top-nav li{
			width:100%;
			margin-left:0;
			margin-bottom:2px;
			}
		.top-nav li a{
			display:block;
		}
		.header5 .phone{
			 float: left;
			margin-top: 0;
			width: 100%;
			padding:10px 0;
			font-size:18px;

			}
}

/* Small devices (tablets, up to 767px) */
@media screen and (max-width: 767px) {
	.topbar .social{
		text-align:center;
	}
	.topbar .social li{
		margin:0 7px;
		}
	.header1 .navbar-header, .header1 .menu{
		width:auto;
		}
	.header1 .navbar-brand{
		padding-top:15px;
		float:left;
		}
	.header1 .navbar-toggle{
		margin-top:45px;
		border:none;
		}
	.header1 .menu{
		text-align:left;
		}
	.header1 .menu li{
		display:block;
		}
	.banner_content{
		top:15%;
		}
	.header2 .menu{

	}
	.header2 .navbar-default{
		background:#0f1b2b;
		}
	.header2 .navbar-header{
		text-align:center;
		}
	.header2 .navbar-brand{
		float:none;
		display:inline-block;
		margin-left:-65px;
		}
	.header2 .menu{
		float:none;
		background:#152234;
		/*background:#0f1b2b;*/
		margin-top:0;
		margin-bottom:0;
		padding:10px 0;
		}
	.header2 .navbar-default .navbar-nav > .active > a:focus, .header2 .navbar-default .navbar-nav > .active > a:hover{
		color:#fff !important;
		}
	.megamenu1{
		padding:20px;
		}
	.megamenu1 .list1{
		margin-bottom:20px;
	}
	.kontakt{
		margin-left:0;
		}
	.kontakt a{
		background:none;
		}
	.header2 .navbar-default .navbar-nav > li > a{
		border-radius:0;
		}
	.header2 .navbar-default .navbar-nav > li > a:hover{
		background-color:#243650;
		}
	.navbar-collapse.in{
		overflow-y:visible;
		}
	.searchlink{
		right:20px;
		}
	.searchlink .fa-search{
		font-size:30px;
		}
	.header2 .navbar-default .navbar-toggle{
		float:left;
		margin-right:0;
		margin-left:15px;
		}
	.stage1 .navbar-default .navbar-nav > li > a {
		color: #fff;
	}
	.ftr-logo{
		width:200px;
		}
	footer address{
		min-height:auto;
		margin-bottom:40px;
		}
	footer .sec1{
		margin-bottom:40px;
		}
	/*==Testimonial image with Content==*/
	.testimonial1Sec .mar8{
		margin: 0 -10px;
		}
	.testimonial1Sec .pad8{
		padding: 0 20px;
		}
	.testimonial-container{
		padding:25px 20px;
		}
	/*==/Testimonial image with Content==*/
	/*==Testimonial Content==*/
	#quote-carousel .carousel-control{
		margin-top:15%;
		}
    /* Previous button  */
	#quote-carousel .carousel-control.left{
	  left: 10px;
	}
	/* Next button  */
	#quote-carousel .carousel-control.right {
	  right: 10px !important;
	}
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
	/*==/Testimonial Content==*/

	.sec1 .lftSec{
		padding:30px;
	}
	.sec1 .rgtSec{
		padding:30px;
		}

	.prod-list li{
		margin-bottom:30px;
		}
	.prod-list li:before{
		content:"";
	}
	.prod-list .prod-content{
		text-align:center;
	}
	.contentSec{
		text-align:center;
		}
	.imgRM{
		float:none;
		margin:0 auto;
		margin-bottom:30px;
		text-align:center;
		}
	.imgRM img{
		display:inline-block;
	}
	.contentSec1 h1{
		font-size:25px;
		margin-bottom:25px;
		}
	.subtitle{
		font-size:14px;
		margin-top:4px;
		}
	.sec6{
		padding:20px;
		}

	.header4 .navbar-default{
		padding-bottom:0;
		}
	.header4 .navbar-brand{
		padding-bottom:15px;
		}
	.header4 .logo{
		width:200px;
		}
	.header1 .navbar-toggle{
		background:#ddd;
		}
	.header4 .navbar-collapse{
		background-color:rgba(16, 26, 40, 0.5);
		position:absolute;
		width:100%;
		}

	.banner1{
		height:600px;
		}
	.banner1 .wrap{
		margin-top:-50px;
		}
	.banner-content h1{
		margin-top:auto;
		}
	.panelset1{
		margin-top:-50px;
		}
	.panelset1 .panel-content{
		min-height:auto;
		text-align:center;
		}
	.panelset2{
		width:100%;
		margin-top:-50px;
		}
	.banner2 .wrap{
		margin-top:-50px;
		}

	.panelset2 .panel-heading .content{
		top:auto;
		bottom:0;
		}
	.banner2{
		height:485px;
		}
		    footer h2 {
	    margin-top: 30px
    }

}

@media screen and (max-width: 640px) {
	.banner{
		background:#152234;
		}
	.banner_content{
		width:auto;
		padding:0 20px;
		left:auto;
		}
	.banner_content h1{
		font-size:24px;
		margin-bottom:15px;
		}
	.tabSec .nav-tabs > li{
		font-size:14px;
		margin-left:2px;
		margin-right:2px;
		}
	.tabSec .nav-tabs > li > a{
		padding-left:12px;
		padding-right:12px;
		}
	.sec3 .lftSec, .sec3 .rgtSec{
		width:100%;
		float:none;
		display:block;
		padding:15px;
		}
	.modal-search .modal-content{
		width:300px;
		}
	.banner-content h1 {
		font-size: 30px;
		line-height: 30px;
	}
	.html-modul h1 {
		font-size: 18px !important;
	}
}

@media screen and (max-width: 480px) {
	.topbar .social-col, .topbar .contact-col{
		width:100%;
		text-align:center;
		}
	.topbar .contact{
		text-align:center;
		}
	.logo{
		width:190px;
		}
	footer .social li{
		margin-left:10px;
		}
	footer .news-col, footer .social-col{
		text-align:center;
		}
	footer .newsletSec{
		width:100%;
		}
	.boxenSec .content1, .boxenSec .content2{
		top:15%;
	}
	.boxenSec h3{
		font-size:18px;
		margin-bottom:10px;
		}
	.boxenSec p{
		line-height:18px;
		margin-bottom:12px;
	}
	.panel1 .panel-body{
		padding:20px;
	}
	.productSec .btn4{
		float:left;
		margin-top:10px;
		}

	.panelset2 .panel-heading .content{
		padding:20px;
		}
	.panelset2 .panel-heading .content .fa{
		font-size:20px;
		margin-bottom:10px;
		}
	.panelset2 .panel-heading .title{
		font-size: 17px;
		line-height:16px;
		}
}

.mobile-topnavs {
	display: none;
}

@media (max-width: 1199px) {
	.header5 .menu li a {
		font-size: 15px;
	}
}

@media (max-width: 991px) {
	.navbar-header {
		float: none;
	}
	/*.navbar-collapse {
		float: right;
	}*/
	.navbar-nav {
		float: none !important;
	}
	.navbar-nav a {
		text-transform: uppercase;
	}
	.desktop-topnav {
		display: none;
	}
	.mobile-topnavs {
		display: block;
	}
	.navbar-nav>li {
		float: none;
	}
}

@media (max-width: 767px) {
	footer .ftr-top .social,
	footer .ftr-top .news-col {
		float: none;
		text-align: center;
		display: block;
	}
	footer .ftr-top .social {
		padding-top: 20px;
	}
	.sec1 .lftSec.tbl_cell,
	.sec1 .rgtSec.tbl_cell {
		width: 100%;
		display: block;
	}
}

@media (max-width: 600px) {

}
