/*
/*
	Theme Name: Bovile
	Created : 21/1/2016
	Updated : 
	Version: 1.0

*/

/*
	[Table of contents]

	## Global
		- Padding/Margin

	## Header
		- Top Header
		- Main Menu

	## Footer
		-- Contact Details
		-- Footer Widget
		-- Boottom Footer
		
	## Page Banner
	
	## Responsive
		-- min-width: 1200
		-- min-width: 991 to max-width: 1199
		-- max-width: 991
		-- min-width: 768 to max-width: 991
		-- max-width: 767
		-- max-width: 639
		-- max-width: 479
*/
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&subset=latin-ext');
@import url('fonts/stylesheet.css');
/* ## Global */

body {
	font-family: 'bariolregular', sans-serif;
	font-size: 15px;
	color: #000;
	overflow-x: hidden;
}
img {
    max-width: 100%;
	height: auto;
}

a {
    outline: 0 !important;
}

/* - Padding/Margin */
.no-padding {
	padding: 0;
}
.no-left-padding{
	padding-left: 0;
}
.no-right-padding {
	padding-right: 0;
}
.no-top-padding {
	padding-top: 0;
}
.no-bottom-padding {
	padding-bottom: 0;
}
.no-margin {
	margin: 0;
}
.no-left-margin {
	margin-left: 0;
}
.no-right-margin {
	margin-right: 0;
}
.no-top-margin {
	padding-top: 0;
}
.no-bottom-margin {
	margin-bottom: 0;
}
.margin-top20 {
	margin-top: 20px;
}
.margin-top30 {
	margin-top: 30px;
}
.margin-bottom30 {
	margin-bottom: 30px;
}

/* -- Section Padding */
.section-padding {
	padding-bottom: 75px;
	padding-top: 0px;
}
.section-padding40 {
	padding-bottom: 20px;
	padding-top: 20px;
}
.section-padding30 {
	padding-bottom: 15px;
	padding-top: 15px;
}
/* ## Header */
.header-main {
	border-top: 3px solid #0065b3;
}
.top-header {
	padding-bottom: 26px;
	padding-top: 26px;
}
.top-header ul {
	padding-left: 0;
	margin-bottom: 34px;
	margin-top: 34px;
}
.top-header .social ul li {
	margin-right: 3px;
}
.top-header ul li,
.top-header ul li a {
	display: inline-block;
}
.top-header ul li a {
	width: 42px;
	height: 42px;
	line-height: 42px;
	color: #d2d2d2;
	border: 1px solid #d2d2d2;
	border-radius: 100%;
	text-align: center;
	-webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.top-header ul li a:hover {
	color: #1A75B6;	
	border-color: #1A75B6;
}
.top-header .add-to-cart {
	float: right;	
}
.top-header .add-to-cart ul {
	text-align: right;	
}
.top-header .add-to-cart ul li {
	margin-left: 20px;
}
.top-header .add-to-cart ul li a {
	position: relative;
}
/*
.top-header .add-to-cart ul li a span {
	font-size: 11px;
	font-family: 'Roboto';
	color: #fff;
	width: 22px;
	height: 21px;
	background-color: #1f8bf3;
	display: inline-block;
	line-height: 21px;
	border-radius: 50%;
	position: absolute;
	right: -15px;
	top: -5px;
}
*/
.top-header .logo-block {
	text-align: center;
}
.menu-block .container {
	position: relative;
}
/* ## Footer */
.footer-main {


	position: relative;
	padding-top: 95px;
}
.footer-main::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.92);
	display: inline-block;
}
.ftr-widget,
.ftr-widget p a {
	color: #969595;	
}
.ftr-widget .widget-title {
	color: #fff;
	font-family: 'Roboto';
	font-weight: 500;
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 1.7px;
	margin-top: 0;
	margin-bottom: 15px;
}
.ftr-widget .widget-title span,
.ftr-widget p a,
.ftr-widget p span {
	display: block;
}
.ftr-widget .widget-title i  {
	height: 30px;
	display: inline-block;
}
.ftr-widget .widget-title span {
	margin-top: 23px;
}
.ftr-widget p {
	line-height: 28px;
	font-family: 'Roboto';
	font-size: 15px;
	letter-spacing: 0.45px;
}
.ftr-widget p a {
	text-decoration: none;	
}
.ftr-widget p a:hover {
	color: #fff;
}
.ftr-widget.about-widget,
.ftr-widget.newsleater-widget {
	padding-bottom: 55px;	
	padding-top: 68px;	
	margin-top: 50px;
	border-top: 1px solid rgba(255,255,255,0.15);
}
.ftr-widget.about-widget {
	border-right: 1px solid rgba(255,255,255,0.15);
	padding-right: 25px;
	padding-left: 0;
}
.ftr-widget.about-widget p {
	margin-bottom: 0;
}
.ftr-widget.newsleater-widget .search-box .input-group .form-control {
	background-color: rgba(255,255,255,0.10);
	border-radius: 0;
	height: 40px;
	padding: 11px 18px;
	width: 98%;
}
.ftr-widget.newsleater-widget .search-box .input-group .btn-default {
	background-color: #1f8bf3;
	color: #fff;
	border-radius: 0;
	padding: 9px 14px;
	font-size: 15px;
	text-transform: uppercase;
	font-family: 'Roboto';
}
.ftr-widget.newsleater-widget .search-box .input-group .btn-default:hover {
	background-color: #fff;
	color: #1f8bf3;
}
.ftr-widget .search-box .input-group .form-control::-webkit-input-placeholder {
    color: #909090;
}
.ftr-widget .search-box .input-group .form-control:-moz-placeholder {
    color: #909090;
}
.ftr-widget .search-box .input-group .form-control::-moz-placeholder {
    color: #909090;
}
.ftr-widget .search-box .input-group .form-control:-ms-input-placeholder {
    color: #909090;
}
.footer-bottom {
	border-top: 1px solid rgba(255,255,255,0.15);
	padding: 34px 0;
}
.footer-bottom .copyright p {
	color: #909090;
	font-size: 15px;
}
.footer-bottom ul  {
	text-align: right;
	margin-bottom: 0;
	padding-left: 0;
}
.footer-bottom ul li {
	margin-left: 2px;	
}
.footer-bottom ul li,
.footer-bottom ul li a {
	display: inline-block;	
}
.footer-bottom ul li a {
	width: 35px;
	height: 35px;
	text-align: center;
	background-color: #393939;
	line-height: 35px;
	color: #909090;
}
.footer-bottom ul li a:hover {
	color: #393939;
	background-color: #909090;
}

/* -- Section Header */
.section-header {
	text-align: center;
	margin-bottom: 68px;

	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 30px;
	margin-top: -5px;
}
.section-header h3 {

	font-weight: 600;
	font-size: 38px;
	letter-spacing: 1.14px;
	color: #111;
	margin-top: 0;

	margin-bottom: 18px;
}
.section-header p {

	font-size: 16px;
	letter-spacing: 0.45px;
	font-style:italic;
	color: #888;
	line-height: 26px;
	margin-bottom: 0;
}

/* ## Page Banner */
.page-banner {
    background-image: url("images/banner/about-banner.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    max-height: 350px;
    min-height: 350px;
    position: relative;
    text-align: center;
    z-index: 1;
}


.services-banner {
	background-image: url("images/banner/services-banner.jpg");
}
.gallery-banner {
	background-image: url("images/banner/gallery-banner.jpg");
}
.contact-banner {
	background-image: url("images/banner/contact-banner.jpg");
}
.pricing-banner {
	background-image: url("images/banner/pricing-banner.jpg");
}
.faq-banner {
	background-image: url("images/banner/faq-banner.jpg");
}
.error-banner {
	background-image: url("images/banner/404-banner.jpg");
}

.page-banner .page-banner-content {
	padding-top: 82px;
	text-align: center;
}
.page-banner .page-banner-content h3 {
	color: #ffffff;
    display: inline-block;
 
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: uppercase;
}
.page-banner .page-banner-content p {
    color: #fff;
  
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 0;
}
.page-banner .banner-content {
    background-color: rgba(32,110,186,0.749);
    bottom: 0;
    left: 0;
    padding: 2px 0;
    position: absolute;
    right: 0;
}
.page-banner .banner-content h4 {
    color: #ffffff;
    font-family: 'Roboto';
    font-size: 14px;
    letter-spacing: 1.12px;
    margin-bottom: 0;
    margin-top: 3px;
    text-transform: uppercase;
	font-weight: 400;
}
.page-banner .banner-content .breadcrumb {
	background-color: transparent;
    border-radius: 0;
    margin-bottom: 0;
    padding: 0;
}
.page-banner .banner-content .breadcrumb li,
.page-banner .banner-content .breadcrumb li a {
	color: #ffffff;
    font-family: 'Roboto';
    font-size: 16px;
    text-decoration: none;
    text-transform: capitalize;
}
.page-banner .banner-content .breadcrumb > li + li::before {
	color: #fff;
}

/* Pagination */
.ow-pagination {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 90px;
}
.blog-list .ow-pagination {
	margin-top: 50px;
}
.ow-pagination .pagination {
	margin: 0;
}
.ow-pagination .pagination li {
	float: left;
	margin-right: 10px;
}
.ow-pagination .pagination a {
	font-size: 15px;
	padding: 9px 17px;
	font-family: 'Work Sans';
	color: #bbb;
	border: 1px solid #ddd;
	-webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.ow-pagination .pagination li:last-of-type a {
	padding: 9px 12px;
}
.ow-pagination .pagination a:focus,
.ow-pagination .pagination a:hover {
	color: #1f8bf3;
	background-color: #fff;
	border-color: #1f8bf3;
}
.ow-pagination .pagination > li:first-child > a,
.ow-pagination .pagination > li:last-child > a {
	border-radius: 0px;
}

/* ## Responsive */
/* -- min-width: 1200 */
@media (min-width: 1200px) {
	.container {
        width: 1200px;
    }
	.ftr-widget.about-widget {
		padding-right: 85px;
	}
	.ftr-widget.newsleater-widget {
		padding-right: 0;
		padding-left: 87px;
	}
}
/* -- min-width: 1200 */
@media (min-width: 992px) {
	/* ## Page Banner */
	.page-banner .page-banner-content p {
		padding-left: 15%;
		padding-right: 15%;
	}
}
/* -- min-width: 991 to max-width: 1199 */
@media only screen and (min-width: 991px) and (max-width: 1199px) {
	
}
/* -- max-width: 991 */
@media (max-width: 991px) {
	/* -- Search Box */
	.menu-block .search-box {
		position: absolute;
		left: 15px;
	}
	/* ## Footer */
	.footer-main .ftr-widget {
		margin-bottom: 55px;
	}
}
/* -- min-width: 768 to max-width: 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	
}

/* -- max-width: 767 */
@media (max-width: 767px) {
	.top-header .logo-block {
		/*margin-top: -110px;*/
	}
	/* ## Footer */
	.ftr-widget.about-widget {
		border-right: 0;
	}
	.footer-main .ftr-widget.about-widget,
	.footer-main .ftr-widget.newsleater-widget {
		margin: 0;		
	}
}
/* -- max-width: 639 */
@media (max-width: 639px) {
	.top-header .logo-block {
		margin-top: 0;
	}
	
	.top-header ul,
	.top-header .add-to-cart ul{
		margin: 15px 0;
		text-align: center;
	}
	
	/* ## Page Banner */
	.page-banner .page-banner-content h3 {
		font-size: 30px;
	}
	.page-banner .page-banner-content {
		padding-top: 62px;
	}
	.page-banner .banner-content h4 {
		font-size: 12px;
	}
	.page-banner .banner-content .breadcrumb li, 
	.page-banner .banner-content .breadcrumb li a {
		font-size: 14px;
	}
}
/* -- max-width: 479 */
@media (max-width: 479px) {
	.top-header .social,
	.top-header .add-to-cart {
		width: 100%;
	}
	.top-header ul,
	.top-header .add-to-cart ul{
		text-align: center;
	}
	
	/* ## Footer */
	.footer-main .container .row > .col-xs-6 {
		width: 100%;
	}
	.footer-bottom .col-xs-6,
	.footer-bottom ul {
		text-align: center;
	}
	
	/* ## Page Banner */
	.page-banner .page-banner-content {
		padding-top: 40px;
	}
}

.logo-block img {
	max-height: 110px;
}
.bg-line {
	background-image: url('images/line43.png');
}
/*
	[Table of contents]

	## Navigation Menu
	- Navigation Menu > 991 RES
	- Navigation Menu Switch < 991 RES
	
*/
.menu-block {
	background-color: #f9f9f9;	
}

/* ## Navigation Menu */
.ow-navigation {
	border: none;
    border-radius: 0;
    margin-bottom: 0;
    min-height: 1px;
	width: 100%;
}
.ow-navigation .navbar-brand {	
	height: auto;
	color: #333;
	padding-bottom: 0;
	padding-top: 0;
	font-weight: 700;
	text-transform: uppercase;
	padding-left: 0;
	margin-right: 12px;
	display: none;
	font-family: 'Droid Serif';
	font-size: 30px;
}
.ow-navigation .navbar-brand span {	
	font-size: 26px;
	font-weight: 600;
	color: #fff;
	display: none;
}
.ow-navigation .nav.navbar-nav > li {
	margin: 0 7.5px;
}
.ow-navigation .nav.navbar-nav > li:first-child {
	margin-left: 0;
}
.ow-navigation .nav.navbar-nav > li:last-child {
	margin-right: 0;
}
.ow-navigation .nav.navbar-nav li > a {
	color: #111;
	font-size: 19px;
	text-transform: uppercase;
	padding: 6px 15px;

}
.ow-navigation .nav.navbar-nav > li > a {
	padding: 30px 15px;
	border-top: 3px solid transparent;
	letter-spacing: 0.42px;
}
.ow-navigation .nav.navbar-nav > li.active > a,
.ow-navigation .nav.navbar-nav > li.active:hover > a,
.ow-navigation .nav.navbar-nav > li.active:focus > a,
.ow-navigation .nav.navbar-nav > li:hover > a,
.ow-navigation .nav.navbar-nav > li:focus > a,
.ow-navigation .nav.navbar-nav > li > a:hover,
.ow-navigation .nav.navbar-nav > li > a:focus,
.ow-navigation .dropdown-menu li:hover > a,
.ow-navigation .dropdown-menu li > a:hover {
	background-color: transparent;
	color: #1f8bf3;
	border-top-color: #1f8bf3;
}

/* -- Navbar Fixed */
.navbar-fixed-top .ow-navigation .navbar-brand {
	padding: 31px 0;
}

/* -- Search Box */
.menu-block .search-box {
	float: right;
	width: 30%;
	border: 1px solid #e7e7e7;
	border-radius: 25px;
	padding: 2px 15px;
	margin: 21px 0;
}
.search-box .input-group .form-control {
	font-style: italic;
	font-size: 12px;
	letter-spacing: 1.8px;
}
.search-box .input-group .form-control,
.search-box .input-group .btn-default {
	border: none;
	background-color: transparent;
	box-shadow: none;
	outline: none;
}
.search-box .input-group .btn-default {
	background-color: transparent;
	color: #a1a1a1;
	font-size: 14px;
}
.search-box .input-group .form-control::-webkit-input-placeholder {
    color: rgba(119,119,119,0.35);
}
.search-box .input-group .form-control:-moz-placeholder {
    color: rgba(119,119,119,0.35);
}
.search-box .input-group .form-control::-moz-placeholder {
    color: rgba(119,119,119,0.35);
}
.search-box .input-group .form-control:-ms-input-placeholder {
    color: rgba(119,119,119,0.35);
}


/* -- min-width: 992 to max-width: 1200 */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.ow-navigation .navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}
}

/* -- min-width: 768 to max-width: 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {	
	
}

/* - Navigation Menu > 991 RES. */
@media (min-width: 992px) {
	.menu-block .navbar-collapse {
		padding-left: 0;
		padding-right: 0;		
	}
	.ow-navigation .nav.navbar-nav li.dropdown:hover > .dropdown-menu {
		opacity: 1;
		transform: scaleY(1);
		visibility: visible;
	}	
	.ow-navigation .ddl-switch {
		display: none !important;
	}

	/* Dropdown */
	.ow-navigation .navbar-collapse > ul > li > .dropdown-menu {
		top: 100%;
		left: 0;
	}
	.ow-navigation ul li > .dropdown-menu {
		border: none;
		left: 100%;
		border-radius: 0;
		margin-top: 0;
		transform: scaleY(0);
		transform-origin: 0 0 0;
		transition: all 0.4s ease-in-out 0s;
		visibility: hidden;
		top: 0;
		box-shadow: none;
		display: block;
		padding: 0 10px;
		max-width: 250px;
		width: 100%;
		background-color: #F9F9F9;
	}
	.ow-navigation .dropdown-menu > li > a {
		white-space: normal;
		padding: 7px 0;
	}
	.ow-navigation .dropdown-menu > li:hover > a,
	.ow-navigation .dropdown-menu > li > a:hover {
		background-color: transparent;
		color: #212121;
	}
	.ow-navigation ul > li > .dropdown-menu { left: 0; }
	.ow-navigation .navbar-collapse > ul > li:last-child > .dropdown-menu { 	right: 0; }
	
	.ow-navigation ul > li > .dropdown-menu,
	.ow-navigation ul > li .dropdown-menu ul,
	.ow-navigation ul > li .dropdown-menu ul ul ul,
	.ow-navigation ul > li .dropdown-menu ul ul ul ul ul,
	.ow-navigation ul > li .dropdown-menu ul ul ul ul ul ul ul,
	.ow-navigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul ul ul	{
		right: auto;
	}	
	.ow-navigation ul > li .dropdown-menu ul,
	.ow-navigation ul > li .dropdown-menu ul ul ul,
	.ow-navigation ul > li .dropdown-menu ul ul ul ul ul,
	.ow-navigation ul > li .dropdown-menu ul ul ul ul ul ul ul,
	.ow-navigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul ul ul {
		left: 100%;
	}	
	.ow-navigation ul > li .dropdown-menu ul ul,
	.ow-navigation ul > li .dropdown-menu ul ul ul ul,
	.ow-navigation ul > li .dropdown-menu ul ul ul ul ul ul,
	.ow-navigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul,
	.ow-navigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul ul {
		right: 100%;
	}	
	.ow-navigation ul > li .dropdown-menu ul ul,
	.ow-navigation ul > li .dropdown-menu ul ul ul ul,
	.ow-navigation ul > li .dropdown-menu ul ul ul ul ul ul,
	.ow-navigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul,
	.ow-navigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:last-child > .dropdown-menu,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul ul	{
		left: auto;
	}
}

/* - Navigation Menu Switch < 991 RES */
@media (max-width: 991px) {
	.menu-block.navbar-fixed-top .search-box {
		display: none;
	}
	.menu-block.navbar-fixed-top .ow-navigation .navbar-brand {
		display: block;		
	}
	.ow-navigation {
		padding: 0;
		width: 100%;
	}
	.ow-navigation .navbar-collapse {
        border-top: none;
        box-shadow: none;
		width: 100%;
		overflow: auto !important;
		padding-bottom: 10px;
    }
	.ow-navigation .navbar-collapse.collapse { display: none!important; }
    .ow-navigation .navbar-nav { 
		float: none!important; 
		border-top: 1px solid #e7e7e7;
	}	
    .ow-navigation .navbar-header { float: none; }
	.ow-navigation .navbar-brand { 
		padding-left: 0; 
		padding-bottom: 20px;
		padding-top: 20px;
	}
    .ow-navigation .navbar-toggle {
        display: block;
        
		background-color: #1A75B6 !important;
			background-color: transparent !important;
	
		margin-bottom: 24px;
		margin-top: 24px;
		margin-right: 0px;
		border-radius: 0
    }
	.navbar-fixed-top .ow-navigation .navbar-toggle .icon-bar,
	.ow-navigation .navbar-toggle .icon-bar,
	.navbar-fixed-top .ow-navigation .navbar-toggle:focus,
	.navbar-fixed-top .ow-navigation .navbar-toggle:hover,
	.ow-navigation .navbar-toggle:hover {
		background-color: #fff;
	}
	.navbar-fixed-top .ow-navigation .navbar-toggle:focus .icon-bar,
	.navbar-fixed-top .ow-navigation .navbar-toggle:hover .icon-bar,
	.ow-navigation .navbar-toggle:hover .icon-bar {
		background-color: #1A75B6;
	}   
	.ow-navigation .navbar-collapse > .nav.navbar-nav > li {
		margin: 0;
	}
    .ow-navigation .navbar-nav > li {
		display: inline-block;
		float: none;
		width: 100%;
    }
	.ow-navigation .nav.navbar-nav li > a,
    .ow-navigation .navbar-collapse > ul > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
		width: 100%;
    }
    .ow-navigation .navbar-text {
        float: none;
        margin: 15px 0;
    }
	
	/* since 3.1.0 */
    .ow-navigation .navbar-collapse.collapse.in {  display: block!important; }
    .ow-navigation .collapsing { overflow: hidden!important; }
	.ow-navigation .dropdown-menu {
		background-color: transparent;
		border: 0 none;
		margin-top: 0;
		padding-left: 10px;
		padding-top: 0;
		position: relative;
		width: 100%;
		box-shadow: none;
	}
	
	/* Switch */
	.ow-navigation .ddl-switch {
		background-color: #1e1e1e;
		cursor: pointer;
		font-size: 18px;
		padding: 1.5px 5px;
		position: absolute;
		right: 0;
		z-index: 9999;
		top: 6px;
		color: #fff;
	}
	.ow-navigation .ddl-active > .ddl-switch:before {
		content: "\f106";
	}	
}

/* -- max-width: 767 */
@media (max-width: 767px) {

}
/* -- max-width: 640 */
@media (max-width: 640px) {
	.menu-block .search-box {
		width: 65%;		
	}
}
/* -- max-width: 479 */
@media (max-width: 479px) {
	
}

/* -- min-width: 992 to max-width: 1200 */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.ow-navigation .nav.navbar-nav > li {
		margin: 0;
	}
}





/**------------- SPREMEMBE 29.9.2017 ------*/
.menu-block {
	background-color: #0065b8;
	height: 40px;
}
.menu-block .container{
	height: 40px;
}

.page-banner .banner-content {
	padding: 0px;
}

.ow-navigation .nav.navbar-nav > li > a {
    padding: 10px 25px;
	color: #FFFFFF;
	font-weight: bold;
}


.naslovnica-title {
	color: #0065b8 !important;
}




.naslvnica-section-header {
	background: none;
	padding-bottom: 0px;
	margin-bottom: 20px;
}

.top-header  {
	padding-bottom: 0px;
}

.top-header ul {
	margin-top: 56px;
	margin-bottom: 0px;
}
/*
.top-header li {
	float: left;
}*/

.logo-block img {
    max-height: 145px;
}

.top-header .add-to-cart {
	margin-top: 30px;
}

.top-header .add-to-cart span {
	width:20px;
	height: 40px;
	display:block;
	margin-left: auto;
	margin-right: auto;
}
 span.gb-ico { background-image: url(images/GBg.png); background-repeat: no-repeat; background-size: 100%; background-position: center center;}
 span.kontakt-ico { background-image: url(images/kontakt.png); background-repeat: no-repeat; background-size: 100%; background-position: center center; }
 span.sl-ico { background-image: url(images/SIg.png); background-repeat: no-repeat; background-size: 100%; background-position: center center; }
 span.gb-ico:hover { background-image: url(images/GB.png); 
	-webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
span.sl-ico:hover { background-image: url(images/SI.png); 
	-webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

@media (min-width: 1200px) {
	.container {
		width: 970px;
	}
}



.hr_line_blue {
	width: 100%;
	border-bottom: 2px dotted #1bb2e9;
}

.hr_line_white {

	border-top: 1px dotted #FFF;
}


.row { 
	margin-right: 0px;
	margin-left: 0px;
}
.intro-section .intro-content  {
	margin-bottom: 10px;
	
}
.intro-section .intro-content h3 {
	margin-top: 30px !important;
	margin-bottom: 5px !important;
	font-weight: bold;
	color: #1bb2e9 !important;
}


.intro-section .intro-content a {
	font-style: normal !important;
	
}

.intro-section .intro-content a::after {
	display: none;	
}

.footer-main::before {
	background-color: #0094da;
}

.ftr-widget  .widget-title {
	margin-bottom: 8px !important;
	padding-bottom: 0px !important;
}

.ftr-widget  p,  .ftr-widget  a, .copyright p {
	color: #FFF !important;
}

.copyright {
	width: 100%;
	text-align: center;
	
}

.footer-bottom {
	border: 0px;
}

.section-padding {
	padding-bottom: 60px;
}

.navbar-toggle {
	padding: 12px 10px;
}

.ow-navigation .navbar-collapse.in a, .ow-navigation .navbar-collapse.collapsing a{
	color: #444 !important;
}

.ow-navigation .navbar-collapse.in, .ow-navigation .navbar-collapse.collapsing{
	background-color: #EFEFEF;
}
.ow-navigation {
	z-index: 100;
	width: 100%;
}


.navbar-fixed-top .ow-navigation .navbar-brand {
    padding: 8px 0;
}

.ow-navigation .navbar-brand {
	padding-bottom: 2px !important;
}


.navbar-toggle .icon-bar {
	background-color: #FFF !important;
}

.header-main {
	border: 0px;
}
.mobile-only {
		display:none;
	}
@media (max-width: 991px) {
	.ow-navigation .navbar-toggle {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
	.add-to-cart {
		display: none;
	}

	
	.sloganholder {
		display: none;
	
	}
	.mobile-only {
		display:block;
	}
}
li.slogan img{
	max-width:200px;
	margin-top: 50px;
}
