body, html{background: url('/uploads/design/background.jpg')!important;background-size:cover!important;}
.popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1500;
	text-align:center;
}
.popup-content{
	position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.popup-inner {
    width: 500px;
    max-width: 98%;
    background-color: #fff;
    margin: 0 auto;
    padding: 30px;
}
img.popup-logo {
    max-width: 100%;
}
div#countdown {
    font-size: 36px;
}
.align-center
{
	text-align: center!important;
}
div#ckeNotify {
   text-align: center;
   display: none;
   margin: 0 auto;
   width: auto;
	max-width: 95%;
   background-color: #5094CD ;
   padding: 15px;
   border-radius: 5px;
   font-size: 18px;
   color: #fff;
   position: fixed;
   z-index: 999999999999999999999;
   top: 0px;
   /* margin: 0px auto; */
   /* position: absolute; */
   left: 45%;
}
.sw-admin-bar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    background-color: #fff;
   line-height: 1.5;
	border-bottom: 2px solid #eee;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.img-circle {
    border-radius: 50%;
}
a.nohover.highlight.success.cke_success > div {
    background-color: #4A8FCA!important;
    color: #fff;
	display: none;
}
img {
    max-width: 100%;
}
img {
    vertical-align: middle;
}
img {
    border: 0;
}
.sw-admin-bar-user-image{
	display: inline;
}
.sw-admin-bar div {
    float: left;
    padding: 7px 12px;
}
.sw-cms-logo img {
    width: 32px;
}
.sw-admin-bar div:not(.sw-cms-logo) {
    padding-top: 12px;
    font-size: 16px;
    padding-bottom: 12px;
}
.sw-admin-bar a:hover > div, .sw-admin-bar div:hover {
    background-color: #eee;
	cursor: pointer;
}
.floatright {
    float: right!important;
}
.sw-admin-bar ul {
    list-style: none;
	display:none;
    margin: 0;
    padding: 0;
    position: absolute;
    background-color: #eee;
    width: 200px;
	margin-top: 12px;
	margin-left: -12px;
	font-size: 14px;
}
.sw-admin-bar ul li{
    padding: 7px;}
.sw-admin-bar ul a:hover {
    text-decoration: none;
}
.sw-admin-bar ul li:hover {
    background-color: #e9e9e9;
}
body{    overflow-x: hidden;}
.container_404{text-align:center;}
.sw-admin-bar div:hover > ul {
    display: block;
}
.sw-admin-bar div:hover > a {
    text-decoration: none!important;
}
.sw-admin-bar a.highlight {
    color: #4A8FCA;
	cursor: default;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.clearboth{
	clear:both;
	padding:0!important;
	margin:0 !important;
	}
.cke_editable:not(.cke_focus) {
	
    cursor: url('/assets/images/cursor-edit.png'),text!important;
}
a.nohover:hover > div {
    background-color: #fff;
	cursor: default;
}
.cke_editable:hover{
	background-color: rgba(248, 255, 143, 0.3);}
	.cke_focus{background-color:transparent!important;}
	.sw-admin-bar-user-image {
    width: 23px;
}

.sw-form input, .sw-form textarea {
    display: block;
    margin: 5px 0;
    width: 30%;
    padding: 5px;
}
.sw-form input[type="submit"] {
    background-color: #3B85C4;
    border: 0;
    color: #fff;
}
.sw-form input[type="submit"]:hover {
	background-color: #1D609A;
    }
	.popup h2 {
    font-size: 23px;
	font-family: 'Open Sans', sans-serif!important;
}

.popup h3 {
    font-size: 19px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif!important;
}

a:hover img
{
	opacity: 0.8;
}

.popup-logo {
    width: 300px;
	margin-bottom: 30px;
}
a {
    color: #337ab7;
    text-decoration: none;
}
.gallery-container {
    text-align: center;
    
	max-width: 1200px;
	margin: 30px auto;
}
.gallery-thumb {
    margin: 2px;
	height: 245px;
	float: left;
}

 table{max-width: 100%;}
 @media
	only screen and (max-width: 550px),
	(min-device-width: 550px) and (max-device-width: 1024px)  {
	table{width: 100%;}
	}
	img {
    max-width: 100%;
}
img.logo {
    width: 350px;
}
/* 3.3.4. Carousels and Sliders */
/*
.owl-theme .owl-controls .owl-buttons div {
 
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.owl-theme .owl-controls .owl-buttons div:hover {
 
}
.owl-theme .owl-controls .owl-page span {
	width: 10px;
	height: 10px;
	 
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	background: #212930;
}

.simple-slider {
	position: relative;
}
.simple-slider .owl-controls {
	text-align: left;
}
.simple-slider .owl-controls .owl-buttons div {
	margin: 0 10px 0 0;
}
.simple-slider .owl-controls .owl-page span {
	margin: 5px 10px 5px 0;
}
.image-slider img {
	width: 100%;
}
.image-slider .owl-controls {
	text-align: center;
}

.product-owl-item-inner {
    padding: 0 20px;
}
.product-owl-item-inner {
    text-align: center!important;
}
.product-owl-item-inner img {
    height: 45px!important;
    width: auto!important;
}
a.product-owl-link {
    color: #333;
    font-size: 13px;
}
a.product-owl-link {
    color: #333;
    display: block;
    margin-top: 5px;
	font-size: 12px;

}

.homepage-owl .sw-owl-inner, .homepage-owl {
  height: 650px;
}
.homepage-owl .owl-controls  {
  top: -26px;
  position: relative;
}
.slider-homepage-inner, .slider_vertical_align_inner {
  text-align: center!important;
  padding: 1.5% 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
 
}
.sw-owl-home a:not(.not) {
    transition: all 0.2s ease-in-out;
	  box-shadow: 0px 1px 0px #000;
  border: 1px solid #FFF;
  color: #fff;
  padding: 6px 15px;
  border-radius: 4px;
  font-size: 20px;
}
.sw-owl-home.light {
  color: #fff!important;
}
.sw-owl-home .fa {
    font-size: 50px;
    color: #fff;
    margin: 0 13px;
	text-shadow: 0px 1px 0px #000;
}
.sw-owl-home.apps {
  margin-bottom: 35px;
}
h3.sw-owl-home {
  font-size: 3.5em;
  margin-bottom: 24px;
}
h4.sw-owl-home {
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 70px;
}
.sw-owl-home a:not(.not):hover {
  background-color: #fff;
  color: #000;
  text-shadow: 1px 1px 1px #fff;
}
.sw-owl-home.light {
  text-shadow: 0px 2px 0px #000;
}
h4.sw-owl-home.light.addition {
    margin-bottom: 20px;
}
.homepage-first-slider {
  background-size: cover!important;
  background-position: 0 81%!important;
  background: url('../../../../images/slider/obshtina.jpg');
}
.owl-theme .owl-controls .owl-page span{
  background: #E3E3E3!important;
}
.homepage-owl .owl-controls  {
  top: -26px;
  position: relative;
}
.homepage-owl .owl-pagination {
    margin-top: -14px;
}
.owl-theme .owl-controls .owl-page span{border:none!important;}
img.footer-news {
    width: 140px;
    margin-right: 10px;
}
*/
.first_part {
    float: left;
}
.clearboth{clear:both;}

.textalignleft {
    text-align: left;
}
.textalignright {
    text-align: right;
}
.textaligncenter{
	text-align: center;
}
.slider-homepage-inner .first_row {
    margin-top: 50px;
}
@media (max-width: 1000px)
{
		.textalignleft {
    text-align: center;
}
.textalignright {
    text-align: center;
}
}
.logo img {
    height: 50px;
}
.logo{margin-top:10px!important;}
.homepage-owl .sw-owl-inner, .homepage-owl {
  height: 600px;
}
.homepage-owl .owl-controls  {
  top: -26px;
  position: relative;
}
.homepage-owl .sw-owl-inner, .homepage-owl {
  height: 600px;
}
.homepage-owl .owl-controls  {
  top: -26px;
  position: relative;
}
.slider-homepage-inner, .slider_vertical_align_inner {
  text-align: center!important;
  padding: 1.5% 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
 
}
.sw-owl-home a:not(.not) {
    transition: all 0.2s ease-in-out;
	  box-shadow: 0px 1px 0px #000;
  border: 1px solid #FFF;
  color: #fff;
  padding: 6px 15px;
  border-radius: 4px;
  font-size: 20px;
}
.sw-owl-home.light {
  color: #fff!important;
}
.sw-owl-home .fa {
    font-size: 50px;
    color: #fff;
    margin: 0 13px;
	text-shadow: 0px 1px 0px #000;
}
.sw-owl-home.apps {
  margin-bottom: 35px;
}
h3.sw-owl-home {
  font-size: 3.5em;
  margin-bottom: 24px;
}
h4.sw-owl-home {
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 70px;
}
.sw-owl-home.light.paragraph > p {
    font-size: 18px;
}
.sw-owl-home a:not(.not):hover {
  background-color: #fff;
  color: #000;
  text-shadow: 1px 1px 1px #fff;
}
.sw-owl-home.light {
  text-shadow: 0px 1px 0px #000;
}
h4.sw-owl-home.light.addition {
    margin-bottom: 20px;
}
.owl-theme .owl-controls .owl-page span{
  background: #E3E3E3!important;
}
.owl-pagination {
    margin-top: -10px;
}