/*@font-face {
  font-family: 'Open Sans Light';
  src: url('../fonts/Open Sans Light.eot');
  src: url('../fonts/Open Sans Light.eot') format('embedded-opentype'), url('../fonts/Open Sans Light.woff') format('woff'), url('../fonts/Open Sans Light.ttf') format('truetype'), url('../fonts/Open Sans Light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

body {
    line-height: 1;
}

ol,ul {
    list-style: none;
}

blockquote,q {
    quotes: none;
}

blockquote:before,blockquote:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a:focus {
    outline: none;
}

.blue {
	color: #06C;
}

.green {
	color: #090;
}

.red {
	color: #8d0000;
}

.gray-text { color: #444; }

.bold-text { font-weight:600; }

.jedan {
    background-color: rgba(197, 1, 3, 0.8);
}

.dva {
    background-color: rgba(250,203,1, 0.8);
}

.tri {
    background-color: rgba(211, 150, 14, 0.8);
}

.cetiri {
    background-color: rgba(193, 61, 18, 0.8);
}

.pet {
    background-color: rgba(107, 181, 34, 0.8);
}

.sest {
    background-color: rgba(206, 42, 80, 0.8);
}

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,img {
    display: block;
}

audio,canvas,video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

sub,sup {
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

.blueDark {
	color:#17b9dd;
}

.blueLight {
	color:#c8e1fa;
}

button,input,select,textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button,input {
    line-height: normal;
    *overflow: visible;
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button,input[type="button"],input[type="reset"],input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]:-webkit-search-decoration {
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

body {
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 13px;
    line-height: 19px;
    font-weight: 300;
    color: #888;
    background-color: #fff;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

a {
    color: #17b9dd;
    text-decoration: none;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

a:hover {
    color: #e54747;
    text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Open Sans",Arial,sans-serif;
    color: #444;
}

*,*:before,*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

button,input,select,textarea {
    border: 1px solid #eee;
    outline: 0;
    padding: 10px 12px;
    color: #888;
}

button:focus,input:focus,select:focus,textarea:focus {
    border-color: #888;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.main-btn {
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 20px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #888;
    margin: 10px 0 30px 0;
}

.site-header {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    z-index: 1000;
}

@media screen and (min-width: 240px) {
    .site-header {
        top: 0;
    }
}

@media screen and (min-width: 768px) {
    .site-header {
        top: 30px;
    }
}

.main-header {
    background: rgba(255,255,255,0.70);
    min-height: 100px;
    height: 100px;
}

.logo {
    overflow: hidden;
	margin-top:30px;
}

.main-menu {
    text-align: right;
    float: right;
}

.main-menu ul li {
    display: inline-block;
    float: left;
    padding-left: 25px;
    padding-right: 5px;
    border-left: 1px solid #eee;
	background: rgba(255,255,255,0.50);
}

.main-menu ul li:hover {
	background: #e54747;
}

.main-menu ul li a {
	display: block;
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    line-height: 100px;
	font-weight:700;
	width:100%;
}

.main-menu ul li a:hover {
    color: #fff;
}

.main-menu ul li.active {
    background: #0064b4;
}

.main-menu ul li.active a {
    color: #fff;
}

a.toggle-menu {
    background: #fff;
    color: #888;
    width: 50px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    margin:0;
    font-size: 21px;
}

.menu-responsive {
    background: #888;
    padding: 15px 30px;
    display: none;
	border-radius: 0 0 15px 15px;
	z-index:1001;
}

.menu-responsive ul li {
    margin: 24px 0;
    display: block;
	padding-bottom:5px;
	border-bottom:#FFFFFF solid 1px;
}

.menu-responsive ul li a {
	display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
	font-weight:700;
}

.menu-responsive ul li a:hover {
    color: #e54747;
}

.menu-responsive ul li.active a {
    color: #0064b4;
}

h3.widget-title {
    font-size: 15px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
	font-weight:600;
}

.separator-hr {
	display:block;
	margin: 10px 0 10px 0;
	width:100%;
	padding: 10px;
	position:relative;
}

.separator-holder-hr{
	height: 1px;
	vertical-align: middle;
	width: 100%;
	position:relative;
	background-color: #d4d4d4;
	top:0;
	float:left;
	width:100%;
	z-index:1;
}
.separator-holder-hr-r{
	display: table-cell;
	height: 1px;
	vertical-align: middle;
	width: 100%;
	position:relative;
	background-color: #d4d4d4;
	top:0;
	float:right;
	width:42%;
	z-index:2;
}

.separator-hr h4 {
	display: table-cell;
	font-size:21px;
	color:#000;
	font-style:italic;
	position:absolute;
	top:-5px;
	float:left;
	width:auto;
	z-index:11;
	background-color:#fff;
	padding: 0 15px;
}

.page-top {
    width: 100%;
    height: 180px;
    background: #eee;
    position: relative;
    top: 0;
    left: 0;
}

.page-middle-top {
	height: 50px;
	border-bottom:#d4d4d4 solid 1px;
}

.page-middle-bottom {
	height: 20px;
	border-top:#d4d4d4 solid 1px;
}

.page-middle {
	min-height: 20px;
	width:100%;
	padding:20px;
}

#events {
    background: url(../images/bg.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.list-item {
    overflow: hidden;
    margin: 0 15px;
}

.list-item .list-thumb {
    overflow: hidden;
}

.list-item .list-thumb .title {
    background-color: rgba(0,100,180,0.95);
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 900;
    height: 50px;
    text-align: center;
}

.list-item .list-thumb .title h4 {
    color: #fff;
    line-height: 50px;
}

.list-item .list-thumb img {
    width: 100%;
}

.list-item .list-content h5 {
    color: #17b9dd;
    font-weight: 700;
    font-size: 14px;
    margin: 15px 0 5px 0;
	text-transform: uppercase;
}

.list-item .list-content span {
    color: #e54747;
    font-weight: 700;
    text-transform: none;
    margin: 0 0 15px 0;
	line-height:15px;
}

.list-item .list-content a.price-btn {
    display: block;
    background-color: #75bd29;
    color: #fff;
    padding: 12px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin-top: 15px;
}

.list-item .list-content a.price-btn:hover {
    background-color: #e54747;
}

.middle-content {
    margin-top: 50px;
    margin-bottom: 20px;
}

.widget-item {
    margin-bottom: 30px;
    overflow: hidden;
}

.widget-item a.price-btn {
    display: block;
    background-color: #75bd29;
    color: #fff;
    padding: 12px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin-top: 15px;
}

.widget-item a.price-btn:hover {
    background-color: #e54747;
}

.widget-item h4 {
    color: #000;
    font-size: 14px;
    font-weight: 800;
	text-transform: uppercase;
}

.widget-item a.buy-btn {
    display: block;
	float:right;
	width:auto;
	padding:5px;
    background-color: #75bd29;
    color: #fff;
    padding: 12px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin-top: 0;
}

.widget-item a.buy-btn:hover {
    background-color: #e54747;
}

.widget-item a.space {
    margin-top: 10px;
}

.widget-item p {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    margin-top: 15px;
	min-height:20px;
}

.widget-item span {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    margin-top: 15px;
}

.widget-item ul .ikone {
    display: inline-block;
}

.widget-item ul li {
    display: inline-block;
    float: left;
    padding-left: 2px;
    padding-right: 3px;
    margin-top: 10px;
}

.contact-page, .order-page {
    margin: 80px 0;
	color:#000;
	font-size:16px;
	font-weight:500;
}

.contact-infos, .order-infos, .data-infos {
    margin-top: 40px;
    display: block;
}

.contact-infos ul li {
    line-height: 24px;
}

input,textarea, select {
    border: 1px solid #cfcfcf;
    margin-bottom: 20px;
	font-size:14px;
	color:#000;
}

div.contact-form input,div.contact-form textarea, div.order-form input,div.order-form textarea, div.order-form select, div.data-form input,div.data-form textarea {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
	color:#000;
}

div.contact-form textarea, div.order-form textarea, div.data-form textarea {
    min-height: 140px;
}

div.contact-form input.mainBtn, div.order-form input.mainBtn, div.data-form input.mainBtn {
    border: 0;
    background: #75bd29;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

div.contact-form input.mainBtn:hover, div.order-form input.mainBtn:hover, div.data-form input.mainBtn:hover {
    background: #e54747;
}

div.contact-form label {
    vertical-align: middle;
    clear: both;
    float: left;
	margin-bottom: 20px;
	width:100%;
	font-size:100%;
}

.order-form h4 {
    line-height: 24px;
	font-size:16px;
	font-weight:900;
	width: 100%;
	padding-bottom:15px;
}

.order-form span {
    line-height: 24px;
	font-size:16px;
	font-weight:700;
	width: 100%;
	color:#000;
	min-height:24px;
	vertical-align:middle;
}

.site-footer {
    margin-bottom: 50px;
}

.copyright {
    margin-top: 15px;
    text-align: center;
}

.social-icons {
    margin-top: 10px;
    text-align: right;
}

.social-icons li {
    display: inline-block;
    margin: 0 2px;
}

.social-icons li a {
    width: 60px;
    height: 60px;
    color: #17b9dd;
    text-align: center;
    line-height: 60px;
}
/*
.social-icons li .facebook {
    background:url(../images/facebook.png) no-repeat center top;
}
.social-icons li .twitter {
    background:url(../images/twitter.png) no-repeat center top;
}
.social-icons li .linkedin {
    background:url(../images/linkedIn.png) no-repeat center top;
}
.social-icons li .pinterest {
    background:url(../images/pinterest.png) no-repeat center top;
}*/

.social-icons li a:hover {
    background: #17b9dd;
    color: #fff;
}

.uslovi {
    margin-top: 10px;
    text-align: left;
}

.uslovi li {
    display: inline-block;
    margin: 0 2px;
}

.uslovi li a {
    color: #17b9dd;
    text-align: center;
}

.uslovi li a:hover {
    color: #e54747;
}

@media screen and (min-width: 240px) {
    .footer-logo {
        display: none;
    }

	.uslovi {
		text-align: center;
	}

    .social-icons {
        text-align: center;
        margin-top: 30px;
    }
}

@media screen and (min-width: 768px) {
    .footer-logo {
        display: inline-block;
    }

	.uslovi {
		text-align: left;
	}

    .social-icons {
        text-align: right;
        margin-top: 0;
    }
}

.form-items-item {
	padding: 5px 0;
	margin-right: 5px;
}

.form-items-item .form-item{
	position: relative;
	overflow: visible;
	width: auto;
}

.form-item .required {
    color: #8d0000;
}

input.form-text,textarea.form-text.form-checkbox {
    font-size: 1em !important;
    display: inline-block;
    margin-top: -3px;
}

.form-item-input {
	width:100%;
}

.form-item-input::after, .form-item::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/********************************************************************/
/*** PANEL DEFAULT ***/

.panel.with-nav-tabs .panel-heading{
    padding: 5px 5px 0 5px;
	background-color: #ddd;
	border-color: #ddd;
	font-weight:700;
}
.panel.with-nav-tabs .nav-tabs{
	border-bottom: none;
}
.panel.with-nav-tabs .nav-justified{
	margin-bottom: -1px;
}
.with-nav-tabs.panel-default .nav-tabs > li > a{
	padding:10px 4px 10px 5px;
	border-right:1px solid #ddd;
	border-top:1px solid #ddd;
	background-color: #f5f5f5;
}
.with-nav-tabs.panel-default .nav-tabs > li > a,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #555;
}
.with-nav-tabs.panel-default .nav-tabs > .open > a,
.with-nav-tabs.panel-default .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-default .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #333;
	background-color: #ddd;
	border-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.active > a,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
	color: #17b9dd;
	background-color: #fff;
	border-color: #ddd;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #f5f5f5;
    border-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #333;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #555;
}
.panel.with-nav-tabs.panel-default {
	border-color: #ddd;
}
.tab-pane p {
	color:#333;
	font-size:14px;
	line-height:24px;
}

/********************************************************************/
/*** accordion ***/
.accordion {
  position: relative;
  margin: 30px auto;
  width: 100%;
}

[id*="open-accordion"], [id*="close-accordion"] {
  background: #c8e1fa;
  border-bottom: 1px solid #fff;
  line-height: 40px;
  height: 40px;
  display: block;
  margin: 0 auto;
  position: relative;
  width: 99%;
}

[id*="close-accordion"] {
  display: none;
}

.accordion a {
  color: #333;
  font-size: 1.3em;
  font-weight: normal;
  padding-left: 2%;
  text-decoration: none;
  text-shadow: none;
}

[id*="open-accordion"]:after, [id*="close-accordion"]:after {
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgba(255, 255, 255, 0.6);
  position: absolute;
  right: 5px;
  top: 15px;
  z-index: 999;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.target-fix {
  display: block;
  top: 0;
  left: 0;
  position: fixed;
}

.accordion-content {
  background: #fff;
  font-size:14px;
  color:#444;
  height: 0;
  margin: -1px auto 0;
  padding: 0 5px 0 5px;
  position: relative;
  overflow: hidden;
  width: 98%;
  transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
   border-bottom: 1px solid #17b9dd;
   border-left: 1px solid #17b9dd;
   border-right: 1px solid #17b9dd;
}

.accordion span:target ~ .accordion-content {
  display: block;
  height: auto;
  padding-bottom: 25px;
  padding-top: 10px;
}

.accordion span:target ~ [id*="close-accordion"] {
  display: block;
}

.accordion span:target ~ [id*="open-accordion"] {
  display: none;
}

.accordion span:target ~ [id*="close-accordion"]:after {
  border-top: 10px solid #17b9dd;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

.img-left {
	float:left;
	margin:0 5px 5px 0;
}
/*** accordion ***/


/********************************************************************/
/*** side-menu ***/

.side-menu {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #d7d7d8;
	border-right: 1px solid #f8f8f8;
	font-size:16px;
	font-weight:600;
}
.side-menu .navbar {
	border: none;
}
.side-menu .navbar-default {
	background: #f0f0f0 url(../images/wap.jpg) center top fixed no-repeat;
}
.side-menu .navbar-header {
	width: 100%;
	border-bottom: 1px solid #d7d7d8;
}
.side-menu .navbar-nav a {
	background-color: rgba(231,232,234,0.8);
	margin-right: -1px;
	border-right: 5px solid #f0f0f0;
}
.side-menu .navbar-nav .active a {
	background-color: #17b9dd;
	margin-right: -1px;
	border-right: 5px solid #f0f0f0;
}
.side-menu .navbar-nav li {
	display: block;
	width: 100%;
	border-bottom: 1px solid #d7d7d8;
}
.side-menu .navbar-nav li a {
	padding: 10px;
}
.side-menu .navbar-nav li .uputstvo{
	padding: 5px;
	color:#000000;
	font-size:15px;
	font-weight:500;
}
.side-menu .navbar-nav li a .glyphicon {
	padding-left: 8px;
	padding-right: 5px;
}
.side-menu .dropdown-li {
	border: 0;
	margin-bottom: 0;
	border-radius: 0;
	background-color: transparent;
	box-shadow: none;
}
.side-menu .dropdown-li .caret {
	float: right;
	margin: 20px 10px 0;
}
.side-menu .dropdown-li .indicator {
	float: right;
}
.side-menu .dropdown-li > a {
	border-bottom: 1px solid #d7d7d8;
	color:#0064b4;
	text-transform:uppercase;
	background: rgba(231,232,234,0.9);
}
.side-menu .dropdown-li > a:hover {
	border-bottom: 1px solid #d7d7d8;
	color:#fff;
	background-color:#17b9dd;
}
.side-menu .dropdown-li .panel-body {
	padding: 0;
	background: rgba(231,232,234,0.8);
	width:100%;
}
.side-menu .dropdown-li .panel-body .navbar-nav {
	width: 100%;
}
.side-menu .dropdown-li .panel-body .navbar-nav li {
	padding-left: 50px;
	border-bottom: 1px solid #999;
}
.side-menu .dropdown-li .panel-body .navbar-nav li .active {
	background-color: #17b9dd;
	color:#fff;
}
.side-menu .dropdown-li .panel-body .navbar-nav li > a:hover{
	color:#fff;
	background-color:#e54747;
}
.side-menu .dropdown-li .panel-body .navbar-nav li:last-child {
	border-bottom: none;
}
.side-menu .dropdown-li .panel-body .panel > a {
	margin-left: 0;
	padding-left: 25px;
}
.side-menu .dropdown-li .panel-body .panel-body {
	margin-left: 0px;
}
.side-menu .dropdown-li .panel-body .panel-body li {
	padding-left: 40px;
}
.side-menu .dropdown-li .panel-body .panel-body li:last-child {
	border-bottom: 1px solid #d7d7d8;
}
.side-menu .brand-name-wrapper {
	min-height: 50px;
}
.side-menu .brand-name-wrapper .navbar-brand {
	display: block;
}

/* Main body section */
.side-body {
	margin-left: 310px;
}

.widget-item .accordion li .uputstvo{
	padding: 5px;
	padding-left: 40px;
	color:#000000;
	font-size:15px;
	font-weight:500;
}
@media screen and (min-width: 180px) {
    .side-menu {
		font-size:12px;
		font-weight:400;
	}
	.side-menu .navbar-nav li .uputstvo{
		padding: 2px;
		font-size:13px;
		font-weight:400;
	}
}

@media screen and (min-width: 360px) {
    .side-menu {
		font-size:13px;
		font-weight:500;
	}
	.side-menu .navbar-nav li .uputstvo{
		padding: 2px;
		font-size:14px;
		font-weight:500;
	}
}

@media screen and (min-width: 420px) {
    .side-menu {
		font-size:16px;
		font-weight:600;
	}
	.side-menu .navbar-nav li .uputstvo{
		padding: 2px;
		font-size:15px;
		font-weight:500;
	}
}


/*** side-menu ***/

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 20;
}
.clearfix:after {
  clear: both;
}

.text-center {
  text-align: center;
}

*, *:before, *:after {
	-webkit-border-sizing: border-box;
	-moz-border-sizing: border-box;
	border-sizing: border-box;
}

.container {
    margin: 50px auto;

}
ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
  }

.paginacija li {
    display: block;

    width: inherit !important;
}
.content-gallery{
    float: left;
}
.boxgrid {
    width: 200px !important;
    float: left;
    height: 260px;
    margin: 10px;
    float: left;
    background: #161613;
    border: ridge 1px rgb(255, 255, 255);
    overflow: hidden;
    position: relative;
    border-radius: 0.3em;
    box-shadow: 0px 0px 10px rgb(192, 192, 192);
    text-align: center;
}
.side-menu .dropdown-li > a:hover {

    background: rgba(219, 220, 222, 0.9) !important;
}

.side-menu .dropdown-li > a .collapsed {

    background: rgba(203, 204, 206, 0.9) !important;
}