body {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	background-color: #fff;
}
html, body {
    height: 100%;
}
a:hover {
    color: #000;
}
.flag-icon,.flag-icon-background{background-repeat:no-repeat;background-size:contain;background-position:50%}.flag-icon{position:relative;display:inline-block;width:1.33333333em;line-height:1em}.flag-icon:before{content:"\00a0"}.flag-icon.flag-icon-squared{width:1em}
.flag-icon-hn.flag-icon-squared{background-image:url(../flags/1x1/hn.svg)}.flag-icon-hr{background-image:url(../flags/4x3/hr.svg)}
.flag-icon-ga.flag-icon-squared{background-image:url(../flags/1x1/ga.svg)}.flag-icon-gb{background-image:url(../flags/4x3/gb.svg)}
.flag-icon-sh.flag-icon-squared{background-image:url(../flags/1x1/sh.svg)}.flag-icon-de{background-image:url(../flags/4x3/de.svg)}
.flag-icon-is.flag-icon-squared{background-image:url(../flags/1x1/is.svg)}.flag-icon-it{background-image:url(../flags/4x3/it.svg)}
.flag-icon-si{background-image:url(../flags/4x3/si.svg)}
.bold {
     font-weight:bold;
}
.italic {
	font-style: italic;
}
.pull-center {
	text-align: center;
}
.form-group {
    margin-bottom: 8px;
}
.vertline {
	border-right: 1px solid #f4f4f4;
	height: 30px;
	margin-top:10px;
	margin-left: 10px;
	margin-right: 10px;
}
.lang {
	position: absolute;
	float: right;
	right:5px;
	top:15px;
}
.lang .flag-icon {
	margin-right:15px;
}
.mn-logout {
    min-width:127px;
}
#tap-pop-card .pop-card-wrapper-mini {
  bottom: 7rem!important;
}
@media (max-width: 1250px) {
    .mn-logout {
        width: 100%;
    }
}

.overlay {
   background:transparent;
   position:relative;
   width:100%;
   height:480px; /* your iframe height */
   top:480px;  /* your iframe height */
   margin-top:-480px;  /* your iframe height */
}
.headerback {
	background-color: #EEEEEE;
	height: 22vh;
	margin-bottom: 20px;
	display: block;
	max-height: 190px;
	min-height: 190px;
}
.boxb {
	background-color: #ffffff;
}
.boxs {
	background-color: #EEEEEE;
	padding: 70px 0;
}
.item {
	height: 720px;
}
.item:after {
/* background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0),  rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.4)); */
/*height: 30%;*/
  content:"";
  display:block;
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  border-radius: 0;
}
.content-main {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.content {
font-size: 16px!important;
}
.content div, .content span {
    font-size: 16px !important;
}
.content img {
max-width: 100% !important;
height: auto;
}
.carousel-control {
    width: 7%;
}
.carousel-caption {
	text-align: left;
	left: 50%;
	right: 10%;
	bottom: 90px;
}

.carousel-caption p {
    font-size: 18px;
	color: #fff;
	background-color: #004F91;
	padding-left: 17px;
	padding-right: 15px;
	padding-top: 7px;
	padding-bottom: 25px;
	margin-top: 0;
	display: block;
}
/*.carousel-control {
	width: 5%;
	opacity: 0.1;
}*/

.carousel a {
background-image: none !important;
}

.carousel a img {
max-width: 100% !important;
}
.carousel h1, .carousel h1 a {
color: #fff;
margin-bottom: 0;
display: block;
background-color: #004F91;
padding-top: 15px;
padding-bottom: 7px;
padding-left: 10px;
padding-right: 15px;
}
.carousel h1 a:hover {
text-decoration: none;
}
.content-sm h1 {
color: #fff;
}
.well {
	background-color: #1CA59E;
	color: #ffffff;
	background-image:none;
	border-radius: 0px;
	border: 1px solid #fff;
}
.well h2 {
	color: #fff!important;
	display:block;
	margin-top: 0px;
}
.well h2:hover {
	color: #F30;
}
h2 {
	color: #004D91!important;
	font-weight: 300;
}

.well .thumb-img1 {
	color: #333;
	display:block;
	margin-bottom: 0px;
}
.navbar-brand {
	padding: 0!important;
	margin-right: 10px!important;
	margin-bottom: 10px!important;
	height: auto;
	margin-top:15px!important;
	margin-left: 20px!important;
	max-width: 410px;
	float: none;
	display: block;
	position: absolute;
	z-index: 10;
}
.navbar-brand-small {
	padding: 0!important;
	margin-right: 10px;
	margin-bottom: 0;
	height: auto;
	margin-top:0px;
	margin-left: 5px;
	max-width: 120px;
	float: none;
}
.brand h4 {
	color: #000;
	font-size: 15px;
	font-weight: normal;
	margin-top: 11px;
	text-align: center;
}
.navbar-header {
	margin-top: 10px;
}

.space5 { margin-top:5px; }
.space7 { margin-top:7px; }
.space10 { margin-top:10px; }
.space15 { margin-top:15px; }
.space17 { margin-top:17px; }
.space20 { margin-top:20px; }
.space30 { margin-top:30px; }
.space50 { margin-top:50px; }
.space300 { margin-top:300px; }
.vspace30 {
	display: inline-block;
	width: 30px;
}
.opacity {
        opacity: 0.7;  /* Opacity for Modern Browsers */
        filter: alpha(opacity=70);  /* Opacity for IE8 and lower */
        zoom: 1;  /* Fix for IE7 */
    }

h1 {
	font-weight: 700;
	text-shadow: none;
	text-decoration: none;
	color: #004F91;
}
h1 a{
	color: #ff0000;
}
.logo-header-aaiedu img {
	height: 30px;
	width: auto;
}
.parallax-counter-1 {
	color: #fff;
    z-index: 1;
    height: auto;
	margin-top: 50px;
	margin-bottom: 0px;
    padding: 50px 0;
    overflow: hidden;
    text-align: center;
    position: relative;
    background: url(../images/parallax-background.jpg) 50% 0 fixed;
}
.parallax-counter-1 h5{
    color: #fff;
	font-size: 16px;
	margin-top:25px;
	margin-bottom: 25px;
}
.parallax-counter-1 .counter{
    color: #FFCB00;
	font-size: 52px;
	font-weight: bold;
}
.parallax-counter-1 small{
    color: #FFCB00;
	font-size: 30px;
	font-weight: bold;
}
.parallax-counter-1 h4{
    text-transform: uppercase;
	font-size: 15px;
	line-height: 20px;
}
.parallax-window {
	padding: 40px;
    min-height: 600px;
	text-align: center;
    background: transparent;
}
.parallax-window h1 {

    text-shadow: 0px 1px 3px #000;
}
.parallax-window p {
	font-size:24px;
    text-shadow: 0px 1px 2px #000;
}
.parallax-window2 {
	top: 120px;
	position: relative;
}
.parallax-window2 .paratext {
	color: #fff;
	background-color:rgba(0,0,0,0.4);
	display: inline-block;
	padding-bottom: 15px;
	padding-top: 12px;
	padding-right: 25px;
	padding-left: 25px;
}
.sr-only {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    float: left;
    height: auto;
    margin: 0px;
    overflow: hidden;
    padding: 0;
    width: auto;
	position:relative;
	font-size:18px;
	color:#FFF;
	margin-left: 30px;
	margin-top: -4px;
}
	#wrap {
  min-height: 100%;
	height: auto !important;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}
.main {
	background-color: #F5F5F5;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #DDDDDD;
	}
.main-container {
	color: #333;
	margin-top: 0;
	padding-left: 0;
    padding-right: 0;
    padding-top: 75px;
    padding-bottom: 75px;
	display: block;
	font-weight: 300;
	text-align: center;
	font-size: 20px;
}
.main-container h1 {
	color: #004F91;
	display: block;
    margin-bottom: 25px;
}

.main-banner {
	background-color: #DDDDDD;
	background-image: url(../images/list.jpg);
	background-repeat: no-repeat;
	background-position: center center;
    min-height: 200px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 65px;
    padding-bottom: 65px;
	color: #000;
}
.main-banner a:hover{
	color: #804c1f!important;
    text-decoration: underline;
}
.footer-container {
	padding: 15px;
	color: #FFF;
	font-size: 20px;
	line-height:26px;
	font-weight: normal;
	background-color: #FFF;
	border: 1px solid #f4f4f4;
	margin-top: 15px;
	margin-bottom: 15px;
	}
.footer-container h3{
	color: #ca1f26;
	text-decoration: none;
	margin-top: 0px;
	}
.footer-container span, .footer-container span a {
	color: #FF6D0A;
	line-height: 30px;
	}
.footer-container small{
	font-size: 13px;
	}
.inline {
	display: inline;
	}

.red {
	color: #db3035;
	}
.big {
	font-size: 33px;
	}


.borderless td {
    border: none !important;
		height: 25px;
}
.bckg1 {
    background-color: #FFF48E;

}
.bckg2 {
    background-color: #7E4E24;
}
.bckg3 {
    background-color: #F6A400;
}
.bckg4 {
    background-color: #791C5E;
}
.navbar-custom {
	background-image: url(../images/transparent.png);
	background-repeat: repeat-x;
	background-position: 0px -60px;
	background-color: #383838;
	margin-left:0px;
	margin-right:0px;
	border-radius: 0px;
}

.navbar-custom a {
	color: #174985;
}
.navbar-custom .nav li a {
    transition: background 0.3s ease-in-out 0s;
}

.navbar-custom .nav li a:hover, .navbar-custom .nav li a:focus, .navbar-custom .nav li.active {
	background-color: #333;
	outline: 0 none;
	color: #FFF;
}
.navbar-nav > li:first-child  {
  margin-left: -15px;
}
.navbar-nav > li > a {
    color: #FFF;
	text-shadow: none;
	font-size: 16px;

}
.navbar-custom li li a {
	padding-bottom: 10px;
    padding-top: 10px;
}
.navbar-custom li li a:hover {
	background-color: #333 !important;
}
.topnavbar {
	margin-top: 0px;
	min-height: 50px;
	border-radius: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom: 1px solid #444444;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	font-weight: normal;
	position:relative;
	color: #FFF;
	background-color: #222222;
}
.topnavbar li{
	list-style-image: none;
	list-style-type: none;
	font-size: 20px;
}

.topnavbar a{
	color: #4F5051;
	padding-top: 12px!important;
	padding-bottom: 12px!important;
}
.topnavbar a:hover{
	color: #824E21!important;
	background-color: #222222!important;
}
/*.topnavbar .nav li a:hover{
	color: #F00;
	text-decoration: underline;
}*/

.search {
	color: #fff;
	width: 30px;
	background-attachment: scroll;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 35px;
	margin-top: 9px;
	margin-left: 15px;
	margin-right: 20px;
	padding-top: 0px;
	background-color: #999 !important;
	background-image: url(../images/search-icon.png);
	background-repeat: no-repeat;
	background-position: 10px 6px;
	border: 1px solid #ccc;
	font-size: 15px;
}
.search:focus {
	box-shadow: none;
	color: #fff;
	font-weight: 300;
	transition: all 0.3s ease 0s;
	width: 250px;
	border-top-color: #ffcc00;
	border-right-color: #ffcc00;
	border-bottom-color: #ffcc00;
	border-left-color: #ffcc00;
}
.navbar-nav h3, .navbar-nav h3 a{
    margin-top: 5px;
	color: #fff;
}
.navbar-text {
    margin-top: 8px;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}
.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
	margin-top: 0;
	background-color: #111111;
	opacity: 0.85;
}

.dropdown-menu > li > a {
	background-image: none;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
	background-color: #111111;
	background-image: none;
	color: #F6A400;
}
.sticky {
    position:fixed;
    top:0;
    width: 100%;
    z-index: 999999;
	background-color: #111111;
	color:#fff!important;
    margin-top: 0!important;
}

/*.sticky .navbar-brand{
    width: 50%;
	margin-left: 10px;
}*/
.col-lang .btn-select {
	position: relative;
	padding: 0;
	min-width: 85px;
	width: 50%;
	border-radius: 0;
	margin-bottom: 5px;
	margin-top: 10px;
	float: right;
	background-image: none;
	background-color: #111;
	border: 1px solid #444444;
}
.col-lang .btn-select .btn-select-value {
	padding: 6px 12px;
	display: block;
	position: absolute;
	left: 0;
	right: 34px;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	border-top: none !important;
	border-bottom: none !important;
	border-left: none !important;
}
.col-lang .btn-select .btn-select-arrow {
	float: right;
	line-height: 20px;
	padding: 6px 10px;
	top: 0;
}
.col-lang .btn-select ul {
	display: none;
	background-color: #111;
	color: black;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
	border-top: none !important;
	position: absolute;
	left: -1px;
	right: -1px;
	top: 33px;
	z-index: 999;
}
.col-lang .btn-select ul li {
	padding: 3px 6px;
	text-align: left;
	border-bottom: 1px solid #444444;
}
.col-lang .btn-select ul li:hover {
	background-color: #444;
}
.col-lang .btn-select ul li.selected {
	color: #111;
}
.col-lang .btn-select.btn-default:hover, .col-lang .btn-select.btn-default:active, .col-lang .btn-select.btn-default.active, .btn-select-arrow {
	border-color: #444;
}
.col-lang .btn-select.btn-default ul li.selected {
	background-color: #111;
}
.col-lang .btn-select.btn-default ul, .col-lang .btn-select.btn-default .btn-select-value {
	background-color: #111;
	border: #111 1px solid;
}
.col-lang .btn-select.btn-default:hover, .col-lang .btn-select.btn-default.active {
	background-color: #111;
}

.col-search #searchContainer {
	margin-top: 5%;
	margin-bottom: 5%;
}
.col-search .stylish-input-group .input-group-addon {
	padding:2px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border: 0 none;
}
.col-search .stylish-input-group .form-control {
	background-color: #eeeeee !important;

	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	border: 0 none;
}
.col-search .stylish-input-group button {
	border: 0;
	background: #008CC5;
	border-radius: 50px;
	padding:10px;
	color: #fff;
}

.head-nav-pills ul li a {
	color: #FFF;
}
.nav-justified {
    float: none;
    display: inline-block;
	width: auto;
}
.nav-justified > li {
	width: auto;
  display: inline-block;
}

.nav-pills {
	border-radius: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-top: 10px;
	border-top: 1px solid #444444;
	border-bottom: 1px solid #444444;
}
.nav-pills > li {
  display: block;
}
.nav-pills li:first-child  {
  margin-left: 0px;
}
.nav-pills li:first-child a {
  margin: 0;
  padding: 0;
}
.nav-pills  li  a {
	color: #fff;
	text-shadow: none;
	font-size: 15px;
	font-weight: 200;
    padding:15px;
}
.nav-pills  li  a:hover {
	background-color: #111111!important;
}
.nav-pills  li  li a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.nav-pills .booking {
    color: #fff;
    background-color: #FDA300;
}
.nav-pills .lang li  a  {
	float: left;
    padding:5px;
}
.nav > li > a:hover {
	color: #FDA300;
	border-radius:0;

}
.nav .open > a, .nav .open > a:focus{
	color: #FDA300;
	border-radius:0;
	background-color: #111111!important;
}
.newsletter-form {
    width: 100%;
    height: 47px;
    position: relative;
    margin: 10px 0px 25px 0px;
}
#newsletter_form {
    position: relative;
	margin-top: 10px;
}
#newsletter_form  input{
    background-color: #fff;
	border-radius: 0;
	width: 100%;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
	margin: 0;
    margin-bottom: 20px;
	margin-top: 0px;
    border: 0;
    padding: 0;

    text-indent: 15px;
    height: 47px;
    z-index: 2;
    outline: none;
    color: #000;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;

}
#newsletter_form .btn-send-nl{
    background-color: #FFCD00;
	border-radius: 0;
	color: #000;
	font-weight: 700;
    position: absolute;
    right: 0;
	top: 0;
    bottom: 0;
    width: fit-content;
    line-height: 47px;
    z-index: 1;
    cursor: pointer;
    z-index: 1000;
    border: solid 0px;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}
#defaultForm .help-block {
    float: none;
    color: #cc0000;
    margin-top: 5px;
    margin-bottom: 25px !important;
}
.bv-form .help-block {
    float: left;
	color: #cc0000;
	margin-top: 5px;
	margin-bottom: 25px!important;
}
.form-horizontal h5{
	background-color: #ffcc00;
	color: #000;
	font-weight: 700;
	padding: 10px;
	text-align: center;
}
.footerpozadina {
	background-color: #06385D;
    padding-left: 10px;
    padding-right:10px;
    padding-top:15px;
    padding-bottom:15px;
    margin-top: 25px;
    font-size: 14px;
	border-top: 1px solid #fff;
}
.okvir {
	border: 1px solid #555;
	padding: 15px;
}
footer {
	font-size: 15px;
	margin-bottom: 0px;
	font-weight: 300;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	color: #fff;
	line-height: 25px;
	background-color: #005292;
}
footer a {
	color: #ccc;
	padding-right: 5px;
	text-decoration: none;
}
footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
footer h3{
	color: #fff;
	margin-bottom: 10px;
	margin-top: 0px;
	font-size: 18px;
}
footer h4{
	color: #fff;
	margin-bottom: 18px;
	margin-top: 0px;
	font-size: 18px;
	text-transform: uppercase;
}
footer h4 a{
	color: #fff;
}
footer h5{
	margin-bottom: 10px;
	margin-top: 0px;
	display: block;
	font-weight: 300;
	line-height: 18px;
}
#cookiesdisplay {
	background-color: #000;
	position: fixed;
	z-index: 99999;
	min-height: 80px;
	line-height: 20px;
	font-weight: normal;
	color: #FFF;
	transition: all 1s ease 0s;
	width: 100%;
}
#cookiesdisplay p{
	color: #CCC; font-size: 14px; line-height: 20px; margin: 10px 235px 10px 100px; padding: 10px 0; position: relative; text-align: left;
}
#cookieAgreee{
	border: 2px solid #000;
	border-radius: 4px;
	color: #333 !important;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	padding: 10px 20px;
	position: absolute;
	right: -140px;
	top: 10px;
	background-color: #FFCC00!important;
}
#cookieAgreee:hover {
	color: #000 !important;
	background-color: #fff!important;
	text-decoration: none;
}
#cookiesdisplay a:hover{
	color: #fff;
}
.link {
	color: #ff0000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
.fbicon {
	background-image: url(../images/transparent.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 38px;
	background-position: -410px 0px;
	margin-top: 1em;
	text-align: center;
	display: block;
}
label.error1 {
	font-weight:normal;
	color:#F00 !important;
	text-align:center;
	font-size: 14px;
	display: block;
	margin-top: -10px;
	margin-bottom: 10px;
}
form.cmxform label.error1 { display: none; }
.breadcrumb > li + li:before {
	content: "\\\\ ";
	color: #ddd;
}
.breadcrumb {
	border-radius: 0px;
	color: #999;
	text-align:left;
	font-size: 14px;
	border-bottom: 2px solid #004F91;
	padding: 10px 15px;
}
.breadcrumb > li {
    display: inline;
}
.breadcrumb a{
	color: #777;
	text-decoration: none;

}
.breadcrumb a:hover{
	color:#004F91;
	text-decoration: underline;
}
.big_img {
	overflow: hidden;
	margin-bottom: 0px;
	width: 350px;
}
.big_img_n {
	width: 160px !important;
}
.alert {
    display: inline-block;
}
.thumb-img7 {
	width:100%;
	height: 185px;
	padding:0px;
	overflow: hidden;
	margin-right: 0px;
	margin-bottom: 0;
	clear:both;
}
.thumb7 {
	width:100%;
	padding: 0px;
	margin: 0px;
	transition: all 0.5s ease 0s;
}
.thumb-img6 {
    background-size: cover;
  height: 100vh;

	width:100%;
	/*height:100%;*/
    max-height: 250px;
	padding:0px;
	overflow: hidden;
	margin-right: 0px;
	margin-bottom: 20px;
	display: inline-block;
	clear:both;
}
.thumb6 {
	max-height: 100%;
    height: auto;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
	transition: all 0.5s ease 0s;
}
.thumb-img5 {
	width:175px;
	height:117px;
	padding:0px;
	overflow: hidden;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 20px;
	display: inline-block;
	clear:both;
}
.thumb5 {
	width:175px;
	padding: 0px;
	margin: 0px;
	transition: all 0.5s ease 0s;
}
.thumb-img4 {
    background-size: cover;
  height: 100vh;

	width:100%;
	/*height:100%;*/
    max-height: 285px;
	padding:0px;
	overflow: hidden;
	margin-right: 0px;
	margin-bottom: 0px;
	display: inline-block;
	clear:both;
	border: 5px solid #000;
}
.thumb4 {
	max-height: 100%;
    height: auto;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;

	transition: all 0.5s ease 0s;
}
.thumb-img3 {
    background-size: cover;
  height: 100vh;

	width:100%;
	/*height:100%;*/
    max-height: 500px;
	padding:0px;
	overflow: hidden;
	margin-right: 0px;
	margin-bottom: 0px;
	display: inline-block;
	clear:both;
	border: 2px solid #000;
}
.thumb3 {
	max-height: 100%;
    height: auto;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;

	transition: all 0.5s ease 0s;
}
/*.thumb3:hover {
	opacity: 1;
}*/
.thumb-img2 {
	width:100%;
	height:175px;
	padding:0px;
	overflow: hidden;
	margin-right: 0px;
	margin-bottom: -6px;
	display: inline-block;
	clear:both;
}
.thumb2 {
	width:100%;
	padding: 0px;
	margin: 0px;
	transition: all 0.5s ease 0s;
}
.thumb-img1 {
	width:100%;
	height:195px;
	padding:0px;
	overflow: hidden;
	margin-right: 0px;
	margin-bottom: 0px;
	display: inline-block;
}
.thumb1 {
	width:100%;
	padding: 0px;
	margin: 0px;
	transition: all 0.5s ease 0s;
	position: relative;
	z-index: 1;
}

.thumb-img0 {
	width:100%;
	height:720px;
	padding:0px;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 0px;
}
.thumb0 {
	width:100%;
	padding: 0px;
	margin: 0px;
	transition: all 0.5s ease 0s;
}
.carousel .thumb-img0 {
	height:720px;

}
.thumb-video {
	height:720px;

}
.thumb-img-gal {
	width:100%;
	height:157px;
	padding:0px;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline-block;
}
.thumbgal {
	width:100%;
	padding: 0px;
	margin: 0px;
	transition: all 0.5s ease 0s;
}
.thumb-left {
	width:150px;
	height:100px;
	padding:0px;
	overflow: hidden;
	margin-right: 15px;
	margin-bottom: 5px;
	display: inline-block;
	float: left;
	margin-top: 0px;
}
.thumbleft {
	width:150px;
	padding: 0px;
	margin: 0px;
	transition: all 0.5s ease 0s;
}
.thumb-view {
	width:160px;
	height:105px;
	padding:0px;
	overflow: hidden;
	display: inline-block;
	float: left;
	margin: 0px;
}
.thumbview {
	width: 160px;
	padding: 0px;
	margin: 0px;
}
.ui-widget {
    font-family: 'Roboto', sans-serif;
}
.ui-datepicker {
	 border: none !important;
	 width: 100%!important;
}
.ui-datepicker .ui-datepicker-header {
	 border-radius: 0px !important;
	 background: transparent !important;
}
.ui-datepicker .ui-state-default {
	background: transparent !important;
}
.ui-datepicker td {
    padding: 0;
}
.ui-datepicker .ui-datepicker-title {
    line-height: 1.5em;
}

.activeClass {
	background-color: #004A80 !important;
}
.activeClass .ui-state-default {
	color: #FFF !important;
}

.panel {
	border-radius: 0px;
}
.panel-group .panel + .panel {
    margin-top: 0px;
}
.panel-default {
	border: 0 none;
	}
.panel-default > .panel-heading {
	background-image: none;
	background-color: #004F91;
	color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 0px;
	}
.panel-default > .panel-heading h4 a {

	text-decoration: none;
}
.panel-default > .panel-heading h4 a:hover {

	text-decoration: underline;
}
.panel-predmet .panel-heading {
    background-image: none;
    background-color: #ccc!important;
    color: #333!important;
    padding: 0px;
    border-radius: 0px;
}
.panel-heading h5 a {
	color: #fff;
}
.panel-group .glavni {
	background-color: #004F91;
	color: #fff!important;
	font-weight: bold;
	padding: 8px;
	padding-left: 15px;
	display: inline-block;
	width: 100%;
}
.panel-group .glavni:hover {
	background-color: #FFCD00!important;
	color: #333!important;
	text-decoration: none;
}
.panel-group .active {
	background-color: #FFCD00!important;
	color: #333!important;
	text-decoration: none;
	font-weight: 700;
	font-size: 20px;
}
.panel-body{
	background-color: #EEEEEE;
	font-size: 14px;
	position: relative;
	color: #333;
}
.panel-body .discount {
    height: auto;
    padding: 10px 8px;
}
.panel-body .text {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #aaa;
}
.panel-body h4{
	font-size: 18px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;

	}
.panel-body  a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
.panel-body  a:hover {
	text-decoration: underline;
}
.panel-body:hover a img {
    transform: scale(1.1) rotate(-0.5deg);
}
.panel-predmet .panel-heading h4 a {
    text-decoration: none;
    background-color: #ccc;
    display: block;
	padding-top: 8px;
	padding-left: 20px;
	padding-bottom: 8px;
}
.panel-predmet .panel-heading h4 a:hover {
	text-decoration: none;
	background-color: #FFCD00!important;
	color: #333!important;
}
.panel-predmet .panel-body {
	padding: 0;
}
.panel-predmet .panel-body a {
	color: #333;
	font-weight: normal;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 30px;
	display: block;
}
.panel-predmet .panel-body a:hover {
	text-decoration: none;
	background-color: #FFCD00!important;
	color: #333!important;
}
.panel-body .basket-icon {
	color: #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display:inline-block;
	padding: 5px;
}
.panel-body .basket-icon:hover {
    color: #fff;

}
.product-heading a {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/transparent.png);
	background-repeat: repeat-x;
	background-position: 0px -60px;
	background-color: #E46400;
	display: inline-block;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
.product-heading a:hover {
	background-image: url(../images/transparent.png);
	background-repeat: repeat-x;
	background-position: 0px -160px;
	background-color: #2583C5;
}
.product-heading hr {
	margin-top: 0px;
}
.producthome .col-lg-1, .producthome .col-lg-10, .producthome .col-lg-11, .producthome .col-lg-12, .producthome .col-lg-2, .producthome .col-lg-3, .producthome .col-lg-4, .producthome .col-lg-5, .producthome .col-lg-6, .producthome .col-lg-7, .producthome .col-lg-8, .producthome .col-lg-9, .producthome .col-md-1, .producthome .col-md-10, .producthome .col-md-11, .producthome .col-md-12, .producthome .col-md-2, .producthome .col-md-3, .producthome .col-md-4, .producthome .col-md-5, .producthome .col-md-6, .producthome .col-md-7, .producthome .col-md-8, .producthome .col-md-9, .producthome .col-sm-1, .producthome .col-sm-10, .producthome .col-sm-11, .producthome .col-sm-12, .producthome .col-sm-2, .producthome .col-sm-3, .producthome .col-sm-4, .producthome .col-sm-5, .producthome .col-sm-6, .producthome .col-sm-7, .producthome .col-sm-8, .producthome .col-sm-9, .producthome .col-xs-1, .producthome .col-xs-10, .producthome .col-xs-11, .producthome .col-xs-12, .producthome .col-xs-2, .producthome .col-xs-3, .producthome .col-xs-4, .producthome .col-xs-5, .producthome .col-xs-6, .producthome .col-xs-7, .producthome .col-xs-8, .producthome .col-xs-9 {
	padding-left: 0px;
	padding-right: 0px;

}
.producthome {
	transition: all 0.5s ease 0s;
	margin-bottom: 0px;
	margin-top: -10px;
	padding: 0px;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.producthome h3{
	position: absolute;
	left: 0;
	right: 0;
	top: 15%;
	text-decoration: none;
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 30px;
	z-index: 1;
	color: rgba(255, 255, 255, 1);
}
.producthome p{
	position: absolute;
	left: 0;
	right: 0;
	top: 40%;
	text-decoration: none;
	font-weight: 300;
	font-size: 16px;
	margin-bottom: 30px;
	margin-left: 20px;
	margin-right: 20px;
	z-index: 1;
	color: rgba(255, 255, 255, 1);
}
.producthome .thumb-img3 {
	background-color: rgba(0, 113, 178, 1);
	width:100%;
	height: 235px;
	padding:0px;
	overflow: hidden;
	margin-right: 0px;
	margin-bottom: 0px;
	display: block;
	clear:both;
	border: 1px solid #62A6CD;
}
.producthome .thumb3 {
	max-height: 100%;
	width: 100%;
	height: auto;
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0.2;
	transition: all 0.5s ease 0s;
}
.producthome .thumb3:hover {
	opacity: 0.05;
}
.producthome .btn-custom1 {
    position: absolute;
	bottom: 15%;
	left: 25%;
	right: 25%;
	padding: 12px;
	z-index: 2;
	font-size: 18px;
	font-weight: bold;
}

.productcat {
	margin-top: 100px;
	margin-bottom: 100px;
	overflow: hidden;
	position: relative;
	text-align: left;
	font-size: 15px;
	border: 1px solid #ccc;
	min-height: 380px;
}
.productcat h3{
    font-size: 24px;
	font-weight: 700;
	position: absolute;
	display: block;
	z-index: 1;
	color: #fff;
	text-shadow: 0 0px 10px #333;
margin-top: 60px;
text-align: center;
width: 100%;
text-transform: uppercase;
padding-left: 15px;
padding-right: 15px;
}
.productcat .thumb-img2 {
    border-bottom: 5px solid #FFCF00;
	background-color: rgba(0, 0, 0, 1);
width: 100%;
height: 175px;
padding: 0px;
overflow: hidden;
margin-right: 0px;
margin-bottom: 0px;
display: block;
clear: both;

}
.productcat .thumb2 {
    height: auto;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0.8;
    transition: all 0.5s ease 0s;
}
.productcat .thumb2:hover {
	opacity: 1;
}
.productcat p {
    font-weight: 300;
	color: #676767;
	padding: 15px;

}

.product {
	display: block;
	height: 410px;
	text-align: left;
	transition: all 0.5s ease 0s;
	border: 1px solid #ddd;
	margin-bottom: 20px;
	background-color: #f8f8f8;
}
.product:hover {
	background: none repeat scroll 0 0 #fff;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-image: none;
	border: 1px solid #DBDBDB;
	box-shadow: 0px 0px 10px #ccc;
}
.product h4 a{
	color: #333;
	text-decoration: none;
	font-weight: bold;
	font-size: 17px;
	line-height: 17px;
	margin-top: 2px;
}
.product h4 a:hover{
	color: #333;
	text-decoration: underline;
}
.product p {
	font-size: 14px;
}
.product:hover a img {
    transform: scale(1.1) rotate(-0.5deg);
}
.product-related-header {
	background-color: #E46400;
	background-image: url(../images/transparent.png);
	background-position: 0px -60px;
	color: #FFF;
	padding: 5px;
	margin-bottom: 10px;
}

#divporuka1 {
	color: #FFF;
	background-color: #6DB501;
	text-align: center;
	display: block;
	padding: 10px;
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
}

.list-group {
    border-radius: 0px;
    box-shadow: none;
}
.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.list-group h1 {
	font-size: 22px;
	color: #fff;
	display: block;
	margin-bottom: 20px;
	margin-top: 20px;
	border-radius: 0px;
}

.list-group-item {
	width: 100% !important;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-radius: 0px;
	color: #fff;
	background-color: #004F91;
	font-size: 22px;
	font-weight: normal;
	text-decoration: none;
	margin-bottom: 1px;
}

.list-group-item:hover a img {
    transform: scale(1.1) rotate(-0.5deg);
}
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    color: #333!important;
    text-decoration: none;
    background-color: #ffcc00;
}

.boxvn {
	background-color: #EEEEEE;
	margin-top: 15px;
	margin-bottom: 15px;
	display: block;
	padding-bottom: 15px;
}
.boxvn h3{
background-color: #FFCD00 !important;
color: #333 !important;
margin-top: 0;
text-decoration: none;
font-weight: 700;
padding:10px;
font-size: 20px;
}
.boxvn h4{
color: #333 !important;
padding:15px;
font-size: 15px;
font-weight: 700;
margin: 0;
}
.boxvn h5{
color: #333 !important;
font-weight: 400;
padding:0px;
font-size: 15px;
margin-left: 25px;
margin-top: 2px;
margin-bottom: 10px;
}

.boxw {
	background-color: #ffffff;
	padding-top: 15px;
	padding-bottom: 15px;
}

.boxgray {
	color: #fff;
	padding: 45px;
	background-color: #222222;
}
.boxgray h2{
	color: #804C1F !important;
}
.boxd {
	background-color: #005593;
	color: #fff;
	padding-top: 70px;
	padding-bottom: 100px;
}
.boxd h2, .boxd h2 a{
	color: #FFCF00!important;
	padding-top: 10px;
	padding-bottom: 30px;
	text-align: center;
}
.boxd2 {
	background-color: #005593;
	color: #fff;
	padding-top: 70px;
	padding-bottom: 0;
}
.boxd2 h2, .boxd2 h2 a{
	color: #FFCF00!important;
	padding-top: 10px;
	padding-bottom: 30px;
	text-align: center;
}
.boxp {
	padding-top: 15px;
}
.boxp h1{
	color: #824E21;
	margin-bottom: 20px;
}
.well h2 {
	margin-top: 0px;
}
.home {
	display: block;
	text-align: left;
	transition: all 0.5s ease 0s;
	margin-bottom: 50px;
	border-radius: 0px;
	position: relative;
	padding: 0px;
	color: #676767;
	font-size: 16px;
	overflow: hidden;
	min-height: 240px;
}
/*.home:hover {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-image: none;
	box-shadow: 0px 0px 15px #999;
}*/
.home a {
	text-decoration: none !important;
}
.home h3 a, .home h3 {
	font-size: 20px;
	font-weight: 700;
	text-decoration: none !important;
	margin-top: 0px;
	margin-bottom: 10px;
	display:block;
	color: #004D91;
}
.home h3 a:hover, .home h3:hover{
	text-decoration: underline !important;
	color: #333 !important;
}
.home p {
	font-size: 15px;
	font-weight: 300;
}

.home:hover a img {
    transform: scale(1.1) rotate(-0.5deg);
}
.home2 {
	background-color: #fff;
	color: #676767;
	padding-top: 0px;
	padding-bottom: 15px;
	min-height: 630px;
	/*petra*/
	min-height: 630px;
    max-height: 630px;
    overflow: hidden;
	/*end*/
	margin-bottom: 30px;
}
.home2 h3 a, .home2 h3 {
	font-size: 20px;
	font-weight: 700;
	text-decoration: none !important;
	margin-top: 0px;
	margin-bottom: 10px;
	display:block;
	color: #005593;
}
.home2 h3 a:hover, .home2 h3:hover{
	text-decoration: underline !important;
	color: #333 !important;
}
.home2 .thumb-img2 {
	width:100%;
	height:305px;
	border-bottom: 5px solid #FFCF00;
}
.home2 p {
	font-weight: 300;
}
.home3 {
	background-color: #fff;
	color: #676767;
	padding-top: 0px;
	padding-bottom: 15px;
	min-height: 545px;
	margin-bottom: 30px;
}
.home3 h3 a, .home3 h3 {
	font-size: 20px;
	font-weight: 700;
	text-decoration: none !important;
	margin-top: 0px;
	margin-bottom: 10px;
	display:block;
	color: #005593;
}
.home3 h3 a:hover, .home3 h3:hover{
	text-decoration: underline !important;
	color: #333 !important;
}
.home3 .thumb-img2 {
	width:100%;
	height:305px;
	border-bottom: 5px solid #FFCF00;
}
.home3 p {
	font-weight: 300;
}
.homeblack {
	display: block;
	height: 500px;
	text-align: left;
	transition: all 0.5s ease 0s;
	border: 1px solid #333;
	margin-bottom: 20px;
	border-radius: 0px;
	position: relative;
	padding: 0px;
	color: #ccc;
	font-size: 16px;
	overflow: hidden;
}
.homeblack:hover {
	background: none repeat scroll 0 0 #000;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-image: none;
	color: #fff;
	border: 1px solid #333;
	box-shadow: 0px 0px 15px #999;
}
.homeblack h3 a {
	font-size: 20px;
	font-weight: 600;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
	display:block;
	color: #333;
}
.homeblack h3 a:hover{
	text-decoration: underline;
	color: #000 !important;
}
.homeblack p {
	font-size: 14px;
}

.homeblack:hover a img {
    transform: scale(1.1) rotate(-0.5deg);
}
.boxg {
    float: none!important;
	width: 100%!important;
}
.gallery {
	display: block;
	height: 295px;
	text-align: center;
	transition: all 0.5s ease 0s;
	margin-bottom: 20px;
}
.gallery:hover {
	box-shadow: 0px 0px 10px #999;
}
.gallery:hover a img {
    transform: scale(1.1) rotate(0deg);
}
.gallery .label{
	font-weight: normal;
	color: #333;
	text-decoration: none;
	background-color:#FFCD00;;
	border-radius: 0px;
	margin-top: 0px;
	position: absolute;
	display: inline-block;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}
.gallery h5{
	font-size: 16px;
	line-height: 20px;
}
.label-default{
	background-color: #333;
	letter-spacing: 0.05em;
	background-image: none;
}
.description {
    margin: 15px;
    min-height: 120px;

}
.description1 {
	margin: 0 8px 0 8px;
	min-height: 85px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
}
.description1 h4{
	color: #007cb2;
	font-weight: bold;
}
.description1 h4:hover{
	color: #F60;
	text-decoration: underline;
	font-weight: bold;
}
.promotion {
    border-radius: 4px;
    top: 65px;
    height: 38px;
    left: 0px;
    position: absolute;
    width: auto;
    z-index: 10;
}

.discount {
    background: none repeat scroll 0 0 rgba(255, 0, 48, 0.9) !important;
    border-radius: 0 4px 4px 0;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 22px;
    font-weight: 300;
    height: 100%;
    padding: 3px 8px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

.menu-wrapper-left {
		width: 250px;
	}
.socialIcon {
	    left: -40px;
	    position: fixed;
	    top: 28%;
	    list-style-type: none;
	    z-index: 99999;
		border-right: 1px solid #ccc;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
.socialIcon a {
	   background-color: #004F91;
	    color: #fff;
	    text-decoration: none;
	    display: block;
	    height: 50px;
	    width: 50px;
	    font-size: 24px;
	    line-height: 50px;
	    position: relative;
	    text-align: center;
	    cursor: pointer;
}

/*.socialIcon a {
	color: #ffffff;
	display: inline-block;
	font-size: 17px;
	margin-right: 10px;
	padding: 6px 3px;
	text-align: center;
	transition: all 0.15s ease-in-out 0s;
	width: 35px;
	background-attachment: scroll;
	background-color: #004F91;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}*/
.socialIcon a:hover {
	color: #333;
	background-color: #ffcc00;
}
.plus a {
	padding: 0px;
	margin: 0px;
}
.tabs-group{
	display: block;
}
.nav-tabs > li > a {
	background-color: #004F91;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	padding: 8px 10px;
}
.nav-tabs > li > a:hover {
	color: #000!important;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	background-color: #FFCD00;
	color: #333;
}
.tab-content {
	font-size: 13px;
}
.tab-content > .active {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	padding: 0px;
}
.table .warningtr {
	background-color: #FFCD00!important;
	color: #333;
	font-weight: bold;
}
.table .hiddenRow {
	padding: 0;
}
.table .opis {
	padding: 10px;
}
.table a {
	color: #004F91;
	text-decoration: underline;
	cursor: pointer;
}

.btn-custom {
	background-color: #004F91;
	color: #FBCF20!important;
	font-size:16px;
	margin-top: 10px;
	border-radius: 0px;
	display:inline-block;
	font-weight: 400;
	padding-left:25px;
	padding-right: 25px;
	padding-top:12px;
	padding-bottom:12px;
}
.btn-custom:hover
{
	background-color: #FBCF20;
	background-image: none;
	color: #000!important;
}
.btn-custom1
{
    background-color: #00669B;
	color: #FBCF20!important;
	font-size:15px;
	margin-top: 10px;
	border-radius: 0px;
	display:inline-block;
	font-weight: 400;
	padding-left:10px;
	padding-right: 10px;
	padding-top:5px;
	padding-bottom:5px;
	border: 1px solid #fff;
}
.btn-custom1:hover
{
	background-color: #FBCF20;
	background-image: none;
	color: #000!important;
	text-decoration: none!important;
}
.btn-custom2
{
	background-color: #1CA59E;
	background-image: none;
	color: #FFF;
	font-size:20px;
	margin-top: 10px;
	border-radius: 0px;
	display:inline-block;
	font-weight: 400;
	padding-left:20px;
	padding-right: 20px;
	padding-top:10px;
	padding-bottom:10px;
	border: 1px solid #fff;
}
.btn-custom2:hover
{
	background-color: #333;
	background-image: none;
	color: #FFF;
}
.btn-custom3 {
	background-color: #FBCF20;
	color: #000!important;
	font-size:20px;
	margin-top: 10px;
	border-radius: 7px;
	font-weight: 400;
	padding:40px;
	white-space: break-spaces;
}
.btn-custom3:hover
{
	background-color: #00669B;
	background-image: none;
	color: #fff!important;
	text-decoration: none;
}
.pagination > li > a,
.pagination > li > span {
	color: #FFF;
	background-color: #004F91;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	color: #fff;
	background-color: #333;
	border-color: #666;
}
label.error1 {
	font-weight:normal;
	color:#F00 !important;
	text-align:center;
	font-size: 14px;
	display: block;
	margin-top: -10px;
	margin-bottom: 10px;
}
label.error1 { display: none; }

		.back-to-top {
	position: fixed;
	bottom: 10px;
	right: 15px;
	text-decoration: none;
	color: #FFF;
	background-color: rgba(0, 0, 0, 0.5);
	font-size: 14px;
	display: inline;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
		}

		.back-to-top:hover {
	background-color: rgba(135, 135, 135, 0.50);
	color: #000;
	text-decoration: none;
		}

        @font-face {
            font-family: 'weather';
            src: url('../fonts/artill_clean_icons.otf');
         /*   src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot?#iefix') format('embedded-opentype'),
                 url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.woff') format('woff'),
                 url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.ttf') format('truetype'),
                 url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg') format('svg');*/
            font-weight: normal;
            font-style: normal;
        }

        #weather {
          margin: 0px auto;
          text-align: left;
          text-transform: uppercase;
        }

        j {
          color: #fff;
          font-family: weather;
          font-size: 60px;
          font-weight: normal;
          font-style: normal;
          line-height: 0.7;
          margin-right: 5px;
        }

        .icon-0:before { content: ":"; }
        .icon-1:before { content: "p"; }
        .icon-2:before { content: "S"; }
        .icon-3:before { content: "Q"; }
        .icon-4:before { content: "S"; }
        .icon-5:before { content: "W"; }
        .icon-6:before { content: "W"; }
        .icon-7:before { content: "W"; }
        .icon-8:before { content: "W"; }
        .icon-9:before { content: "I"; }
        .icon-10:before { content: "W"; }
        .icon-11:before { content: "I"; }
        .icon-12:before { content: "I"; }
        .icon-13:before { content: "I"; }
        .icon-14:before { content: "I"; }
        .icon-15:before { content: "W"; }
        .icon-16:before { content: "I"; }
        .icon-17:before { content: "W"; }
        .icon-18:before { content: "U"; }
        .icon-19:before { content: "Z"; }
        .icon-20:before { content: "Z"; }
        .icon-21:before { content: "Z"; }
        .icon-22:before { content: "Z"; }
        .icon-23:before { content: "Z"; }
        .icon-24:before { content: "E"; }
        .icon-25:before { content: "E"; }
        .icon-26:before { content: "3"; }
        .icon-27:before { content: "a"; }
        .icon-28:before { content: "A"; }
        .icon-29:before { content: "a"; }
        .icon-30:before { content: "A"; }
        .icon-31:before { content: "6"; }
        .icon-32:before { content: "1"; }
        .icon-33:before { content: "6"; }
        .icon-34:before { content: "1"; }
        .icon-35:before { content: "W"; }
        .icon-36:before { content: "1"; }
        .icon-37:before { content: "S"; }
        .icon-38:before { content: "S"; }
        .icon-39:before { content: "S"; }
        .icon-40:before { content: "M"; }
        .icon-41:before { content: "W"; }
        .icon-42:before { content: "I"; }
        .icon-43:before { content: "W"; }
        .icon-44:before { content: "a"; }
        .icon-45:before { content: "S"; }
        .icon-46:before { content: "U"; }
        .icon-47:before { content: "S"; }

        #weather h2 {
          margin: 0 0 8px;
          color: #fff;
          font-size: 26px;
          font-weight: 300;
          text-align: left;
          text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
        }

        #weather ul {
          margin: 0;
          padding: 0;
        }

        #weather li {
          background: #fff;
          background: rgba(255,255,255,0.90);
          padding: 20px;
          display: inline-block;
          border-radius: 5px;
        }

        #weather .currently {
          margin: 0 20px;
        }
@media (max-width: 767px) {
.content-main {
	position: relative;
}
.navbar-brand {
	padding: 15px 0;
	margin-right: 10px;
	margin-bottom: 0px;
	height: auto;
	margin-left: 0px;
	width: 80%;
}
.link-list li {
    min-height: 40px!important;
}
h1 {
    font-size: 25px;
}
.headerback {
	height: 3vh;
	min-height: 55px;
}
.big_img {
	width: 100%;
	height: auto;
}
.parallax-counter-1 {
    padding: 20px 0;
}
.content-sm h1 {
	font-size: 32px;
}
.specinfo .fa{
	position: relative;
	float: left;
	margin-right: 20px;
}
.lang {
    float: none;
    position: relative;
	margin-bottom: 20px;
}
.lang .flag-icon {
    margin-right: 15px;
	margin-left: 15px;
}
.main-banner {
    padding: 25px 25px;
	text-align: center;
}
.main-banner .text-right{
	text-align: center;
	margin-top:50px;
}
.main-banner .pull-right{
    float: none;
}
.nav-pills li a {
    padding: 8px;
}
.navbar-custom {
    background-color: #383838;
    background-image: none;
}
	footer {
	height: auto;
}
  .visible-xs {
    display: block !important;
  }

 .navbar-header {
	margin-top: 0px;
}
.navbar-right{
	float: right;
}
.nav-justified > li {
    display: block;
}

.navbar-top{
	display: inline-block;
	}
  .navbar-default {
		position: absolute;
	}
	.navbar-custom .nav li a {
	transition: background 0.3s ease-in-out 0s;
	padding: 10px;
	float: left;
}
.navbar-nav > li:first-child  {
  margin-left: 0px;
}
.nav-pills > li {
	display: block !important;
	float:none;
}
	#slidingbar-area {
		display: none;
	}
	#topbar {
		display: none;
	}
	.navbar-default {
		top: 0 !important;
		height: auto !important;
		float: none !important;
	}
	.navbar-collapse .nav {
		float: none !important;
	}
	.navbar-default .navbar-nav li > a, .navbar-default .navbar-nav li > a:hover, .navbar-default .navbar-nav li > a:focus {
		border-top-color: #E1E1E1 !important;
		border-top-width: 1px !important;
		border-top-style: solid !important;
		line-height: 20px !important;
		height: auto !important;
		margin: 0;
	}
	.navbar-default .navbar-nav li > a:hover, .navbar-default .navbar-nav li > a:focus {
		background-color: #007AFF !important;
		color: #FFFFFF !important;
	}
	.vertline {
	    height: 25px;
	    margin-left: 15px;
	    margin-right: 15px;
	    float: left;
	}
	.navbar-toggle {
	border: medium none;
	border-radius: 0;
	margin: 11px 12px;
	padding: 10px;
	padding-bottom: 7px;
	background-color: #f6a400;
	}
	.navbar-toggle .icon-bar {
		background-color: #FFFFFF !important;
		height: 3px;
	}
	.navbar-default .navbar-nav .menu-search > a:hover, .navbar-default .navbar-nav .menu-search > a:focus {
		background: none !important;
		color: #007AFF !important;
	}
.search {
	width: 90%;
	float: none;
}
.search:focus {
	width: 90%;
}
	.search-box {
		top: 3px;
		right: 3px;
		bottom: auto;
		margin: 0 !important;
		border: none !important;
		box-shadow: none;
		background: none;
	}
	.search-box .arrow {
		display: none;
	}
	.search-box .popover-content {
   		padding: 0 !important;
	}
	.producthome {
	    height: auto;
	}
	.productcat {
	    height: auto;
		margin-top:20px;
		margin-bottom: 10px;
	}
	.grid-container {
		display: block;
	}
	/* Tabs Left*/
	.tabs-left .nav-tabs li.active a, .tabs-left .nav-tabs li.active a:hover, .tabs-left .nav-tabs li.active a:focus {
		border-right-color: #dddddd;
	}
	.tabs-left .nav-tabs {
		float: none;
	}
	.tabs-left .tab-content {
		border-top: none;
	}

	.btn-custom2 {
    display: block;
    margin-top: 15px;
}
.main-container {
   padding-top: 20px;
   padding-bottom: 20px;
   padding-left: 15px;
   padding-right: 15px;
}
.content {
	position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.item {
	display: block;
    height: 100%;
	margin-bottom: 10px;
}
.thumb-video {

    height: 180px;
    margin-top: 54px;

}
  .thumb-img0 {
	height:auto !important;
	width: 120%;
}
.thumb-img1 {
	height:auto !important;
	max-height:auto !important;
	margin-bottom: 10px;
}
.thumb-img2 {
	height:auto !important;
	max-height:auto !important;
}
.thumb-img3 {
  height:auto !important;
      max-height: 400px;
}
.thumb-img5 {
  height:auto !important;
  width: 100%;
  padding: 0;
  margin: 0;
}
.thumb5 {
  width: auto;
}
.thumb-img7 {
    height:auto !important;
}
.thumb-img-gal {
    height: auto;
}
.gallery {
    height: auto;
	margin-bottom: 30px;
	padding-bottom: 15px;
}
.btn-custom
{
	margin-top: 0px;
	width: 100%;
	font-size: 14px;
}
.boxd {
    padding-top: 10px;
    padding-bottom: 20px;

}
.sb-nav-dark-retro .sb-navigation-left {
    left: 0px;
}
.sb-nav-dark-retro .sb-navigation-right {
    right: 0px;
}
.socialIcon {
	transition: .5s;
    z-index: 1;
	left: -75px;
}
.socialIcon:hover {
	left: -40px;
	transition: .5s;
}
.carousel {
    margin-top: 0;
}

.carousel-caption {
	position: relative;
    text-align: left;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding-top: 0;
    padding-bottom: 0;
}
.carousel-caption p {
    font-size: 15px;
    padding-bottom: 15px;
	padding-left: 37px;
	padding-right: 25px;
	margin-bottom: 1px;
}
.carousel h1, .carousel h1 a {
    font-size: 21px;
    padding-top: 7px;
    padding-bottom: 5px;
	padding-left: 28px;
	padding-right: 28px;
	margin-top: 0;
	margin-bottom: 0;
}

.home {
	height: auto !important;
}
.home2 {
    height: auto !important;
	min-height: auto;
}
.home3 {
	height: auto !important;
	min-height: auto;
}
.product {
	height: auto !important;
}
.productcat h3 {
    font-size: 30px;
    margin-top: 70px;
}
.parallax-counter-1 h4 {
    min-height: 142px;
}
.parallax-counter-1 .counter {
    font-size: 38px;
}
.parallax-counter-1 h4 {
    font-size: 13px;
}

.menu-wrapper-left {
			width: 100%;
		}
		#cookiesdisplay p{
	color: #CCC;
	font-size: 15px;
	line-height: 18px;
	position: relative;
	text-align: left;
	display: block;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#cookieAgreee{
	padding: 10px 20px;
	right: 0px;
	top: 0px;
	clear:both;
	display: inline-block;
	position: relative;
}

}
@media (min-width: 768px) and (max-width: 991px) {

		footer {
	height: auto;
}
.carousel-control {
    width: 7%;
}
.headerback {
	height: 3vh;
	min-height: 55px;
}
  .visible-sm {
    display: block !important;
  }
 .main-container {
	padding: 20px;
}
.socialIcon {
	transition: .5s;
    z-index: 1;
	left: -68px;
}
.socialIcon:hover {
	left: -40px;
	transition: .5s;
}
.navbar-nav > li > a {
    padding-bottom: 15px;
    padding-top: 15px;
	 padding-left: 10px;
    padding-right: 10px;
}
.thumb-video {
    height: 440px;
}
.home3 {
    min-height: 450px;
}
.item {
    height: 420px;
}
.boxs {
    padding-bottom: 10px;
}
.carousel {
    margin-top: 45px;
}

.carousel-caption {
	text-align: left;
	left: 40%;
	right: 8%;
	bottom: 50px;
}
.carousel h1, .carousel h1 a {
line-height: 32px;

}
.carousel-caption p {
    font-size: 15px;
    padding-bottom: 15px;
}
.carousel h1, .carousel h1 a {
    font-size: 22px;
    padding-top: 7px;
    padding-bottom: 5px;
}
.thumb-img0 {
    height: auto !important;
    /* width: 150%; */
}
.carousel .thumb-img0 {
    height: 405px !important;
}

.thumb-img1 {
	height: 225px;
	max-height:auto !important;
	margin-bottom: 15px;
}
.thumb-img2 {
	height: auto;
	max-height:auto !important;
}
.thumb-img-gal {
    height: 145px;
}
.gallery {
    height: 285px;
}
.product {
	height: auto !important;
}
.producthome h3 {
    left: 1%;
    right: 1%;
    top: 5%;
    line-height: 30px;
    font-size: 20px;
	margin-bottom: 20px;
}
.producthome .thumb-img3 {
    height: 210px;
}
.productcat .thumb-img2 {
    height: 230px;
}
.producthome .btn-custom1 {
    bottom: 5%;
    padding: 8px;
    font-size: 15px;
}
.parallax-counter-1 h4 {
    min-height: 130px;
}
.productcat {
    margin-top: 40px;
    margin-bottom: 30px;
	min-height: 400px;
}
.productcat h3 {
    margin-top: 90px;
	line-height: 32px;
}

.home2 p{
    font-size: 14px;
}
.home2 .thumb-img2 {
	height:280px;
}
.home2 h3 a, .home2 h3 {
    font-size: 18px;
}
.home {
	min-height: 485px;
}
.btn-custom
{
	margin-top: 10px;
}
.boxd {
    padding-top: 20px;
    padding-bottom: 30px;
}

.menu-wrapper-left {
			width: 100%;
		}
#cookiesdisplay p{
	color: #CCC;
	font-size: 14px;
	line-height: 20px;
	position: relative;
	text-align: left;
	display: block;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#cookieAgreee{
	background-color: #FFCC00!important;
	border: 2px solid #000;
	border-radius: 4px;
	color: #333 !important;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	padding: 10px 20px;
	right: 0px;
	top: 0px;
	clear:both;
	display: inline-block;
	position: relative;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.headerback {
		height: 3vh;
		min-height: 55px;
}
.home {
    min-height: 270px;
}
.producthome h3 {
  font-size: 18px;
}
.producthome .btn-custom1 {
  padding: 10px;
  font-size: 16px;
}
.producthome .thumb-img3 {
  height: 180px;
}
.socialIcon {
	transition: .5s;
    z-index: 1;
	left: -63px;
}
.socialIcon:hover {
	left: -40px;
	transition: .5s;
}
.visible-md {
	display: block !important;
}
.thumb-img0 {
    height: 660px;
}
.thumb-img7 {
    height: 150px;
}
.thumb-video {
    height: 585px;
}
.home3 {
    min-height: 500px;
}
.item {
    height: 630px;
}
.boxs {
    padding-bottom: 10px;
}
.productcat {
    margin-top: 50px;
    margin-bottom: 50px;
}
.productcat h3 {
    font-size: 20px;
    line-height: 26px;
	margin-top: 35px;
}
.productcat .thumb-img2 {
    height: 145px;
}
.boxd {
    padding-top: 20px;
    padding-bottom: 20px;
}
.home2 {
    min-height: 650px;
}
.home2 .thumb-img2 {
    height: 270px;
}
.home2 h3 a, .home2 h3 {
    font-size: 18px;
}
.thumb-img-gal {
    height: 123px;
}
.gallery {
    height: 270px;
}

}

.showbiz .mediaholder img {
	margin-bottom: 0px !important;
}


p.small-white {
	font-size: 75% !important;
	color: #ffffff !important;
}

.sb-retro-skin .mediaholder{
	padding: 0 !important;
}

.sb-retro-skin .detailholder {
	min-height: 115px !important;
}

.navbar-right .dropdown-menu {
	left: auto !important;
	right: auto !important;
}

/* Always set the map height explicitly to define the size of the div
 * element that contains the map. */
#map {
  height: 600px;
  width: 100%;
}
#map p {
	color: #000;
}
#content h1 {
	color: #000;
	font-size: 22px;
}
