@charset "windows-1251";
body {text-align: center; margin: 0px; padding: 0px;}

#site_container {display: block; margin: 0px; clear:both; text-align:center;}

#header {
	display: block; 
	clear:both; 
	margin: 0 auto 20px auto; 
	color: #FFF; 
	text-align:center; 
	background: #cccccc;/* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cccccc)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #cccccc); /* for firefox 3.6+ */ 
	box-shadow:inset 0 -2px 3px #b0b0b0;
	-moz-box-shadow:inset 0 -2px 3px #b0b0b0;
	-webkit-box-shadow:inset 0 -2px 3px #b0b0b0;
	-o-box-shadow:inset 0 -2px 3px #b0b0b0;
	border-top: 5px solid #89a7c1;
}

#header, #page_container, #footer, #banner {
	/* max-width: 960px;	*/
}
#header .header-content, #header .top-menu-content {
	display: block; 
	position: relative;  
	clear: both; text-align:left; margin: 0 auto 0 auto;
}
#header .banner {display: block;  height: auto; max-height: 314px; margin: 0px; padding: 0px; overflow: hidden; }
#header .banner img.banner-image {margin: 0; padding: 0; vertical-align:middle;  background: url(/Templates/base/tmpl_001/images/bg_empty.jpg);}
#header .logo {display: block; position: absolute; z-index:9; margin: 10px; border:none;}
#header #box_languages {display: block; float: right; position:relative; margin: -30px 10px 0 0; padding: 3px; background: #FFF; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;}
#header #box_languages a {margin: 3px;}
#header #box_languages a img { box-shadow: 0 0 2px #666;}
#box_search {display: block; float: right; margin: 0 1% -30px 0; height: 30px; line-height:30px; z-index:9; position:relative;}
#box_search .box-search-content {-webkit-box-shadow: 0px 5px 6px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 5px 6px -2px rgba(0,0,0,0.75);
box-shadow: 0px 5px 6px -2px rgba(0,0,0,0.75);-webkit-border-bottom-right-radius: 7px;
-webkit-border-bottom-left-radius: 7px;
-moz-border-radius-bottomright: 7px;
-moz-border-radius-bottomleft: 7px;
border-bottom-right-radius: 7px;
border-bottom-left-radius: 7px;width: 160px; float: right; /*background: #89a7c1;*/ height: 35px; margin: 0 20px 0 20px;}
#box_search .box-search-content input.search_field {-webkit-border-bottom-right-radius: 7px;
-webkit-border-bottom-left-radius: 7px;
-moz-border-radius-bottomright: 7px;
-moz-border-radius-bottomleft: 7px;
border-bottom-right-radius: 7px;
border-bottom-left-radius: 7px;display: block; width: 150px; float: left; margin: 0 5px 5px 5px; background: #FFF; height: 30px; color: #89a7c1; line-height:20px; padding: 10px;}

#navbar {display: block; height: 30px; line-height:30px; padding: 0 10px 0 10px; background: #FFF;}

#page_container {display: table; clear:both; max-width: 960px; margin: 0 auto 0 auto; text-align:left; background: transparent;}
#page_container .main-content, #page_container .page-content {display: block; clear: both;}

#home{display: table; width: 960px; margin: 10px 0 10px 0; clear:both;}
#main{display: table; width: 960px; margin: 10px 0 10px 0; clear:both;}
#admin{display: table; background: #FFF; padding: 10px; clear:both;}

#column_left {display: block; width: 20%; min-height: 10px; background: transparent; float: left;}
#column_right {display: block; width: 20%; min-height: 10px; background: transparent; float: left;}

#pageContent {display: block; width: 58%; min-height: 10px; float: left; margin: 0 1% 0 1%;}
#pageContent .page-content {
	display: block; 
	min-height: 10px; 
	background: #FFFFFF; 
	padding: 20px; 
	clear:both;
	box-shadow: 0 0 1px #89a7c1;
	-moz-box-shadow: 0 0 1px #89a7c1;
	-webkit-box-shadow: 0 0 1px #89a7c1;
	-o-box-shadow: 0 0 1px #89a7c1;
    margin-bottom: 40px;
}

#footer {
	display: block; 
	clear: both; 
	width: 100%; 
	padding: 0 0 20px 0; 
	margin: 10px auto 0 auto; 
	text-align:center; 
	background: #cccccc;/* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#ffffff'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#fff)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ccc,  #fff); /* for firefox 3.6+ */ 
	-moz-box-shadow:inset 0 2px 3px #b0b0b0;
	-webkit-box-shadow:inset 0 2px 3px #b0b0b0;
	-o-box-shadow:inset 0 2px 3px #b0b0b0;
	}
	
#footer .footer-content {
	display: table; 
	max-width: 960px;
	min-height: 30px; 
	background: #FFFFFF; 
	clear: both; 
	text-align:left; 
	margin: 0 auto 0 auto;
	box-shadow: 0 1px 1px #b0b0b0;
	-moz-box-shadow: 0 1px 1px #b0b0b0;
	-webkit-box-shadow: 0 1px 1px #b0b0b0;
	-o-box-shadow: 0 1px 1px #b0b0b0;
	}
	
#footer .footer-content .coll {display: block; float: left; width: 240px; height:auto;}
#footer .footer-content .coll .coll-content {display: block; margin: 0 1px 1px 1px; background: #FFF; min-height:180px; border-top: 1px solid #688ea2;}
#footer .footer-content .coll .coll-content h3 {padding: 0 10px 0 10px;}
#footer .copyrights {width: 100%; max-width: 960px; padding: 10px 0; margin: 0 auto;  font-style:italic; font-size: 10px; text-align:center; }
	
#lastsfooter {
display: block;
min-width:960px;
}
	
#lastsfooter .paymentlogo {
	float: left;
	margin-left: 17px;
	}
	
#lastsfooter .rightsocial{
	float: right;
	margin-right: 17px;
	border-top: 1px solid #688ea2;
	}


a img{border: none;}

/*BOXES*/

#column_right .box {display: block; margin: 0 5px 5px 5px;}
#column_right .box .box-title		{display: block; background-color: #F0F0F0; padding: 5px; margin:0px;}
/*#column_right .box:nth-child(even) .box-title	{background: #000;}*/
#column_right .box .box-content 	{display: block; background-color: #FFFFFF; padding: 10px;}
#column_right .box .box-footer 	{display: block; background-color: #F0F0F0;}

/*DEMO ELEMENTS CSS*/

.box_demo {display: block; margin: 0 5px 5px 5px; border: 1px dotted #ccc; height: 150px; line-height:150px; text-align: center; background: url(/Templates/base/tmpl_001/images/bg_empty.jpg);}

a.close {display: block; position:absolute; width: 20px; height: 20px; background: #F00; color: #FFF; line-height:20px; text-align:center; text-decoration:none;}
a.close:hover {background: #CCC;}


/* RESPONSIVE */

@media screen and (min-width: 960px) {
	 .header-content, #header .top-menu-content {
		text-align: center;
	}
	
	#header, #page_container, #footer {
		width: 960px;
	}
	
}

@media screen and (max-width:750px) {  

  #site_container, #page-content , #sPage-content, #page_container , #pageContent, .sPage {  
     width: auto;  
     float: none;  
  }
 
   #column_left {  
     display: none;  
  }  
  
  	#header .header-content, #header .top-menu-content {
	/*	width: 100%;*/
	}
	#box_search {
		width: 100% !important;
		float: left !important;
	}
	.box-search-content{
		width: 100% !important;
		padding: 0px !important;
		margin: 0px !important;
	}
	.search_field{
	  width: 100% !important;
	  padding: 0px !important;
	  margin: 0px !important;
	  height: 25px !important;
	}
	
	.sPage{
		width:100% !important;
	}
	.sPage .sPage-content{
		width:100% !important;
	}
	.sPage-content a.img img{
		width:100% !important;
	}
}  

@media screen and (max-width: 640px) {
	
#lastsfooter {
display: block;
min-width: 100%;

}
	
#lastsfooter .paymentlogo {
	display: block;
	float:left;
	height: auto;
	padding-bottom: 40px;
	margin-left: 2px;
	margin-right: 2px;
	}
	
#lastsfooter .rightsocial{
	display: block;
	float:left;
	}
	
    .image-line{
	display: none;
	}
	.image-cell {
   display: block;
    }	
	.image-celllogos {
   display: block;
    }

	.sPage {
		width: 100%;
	}
	
	#top_menu {
 	display: none; 
 	}

    #column_right {
 	display: none; 
 	}
 
	table, thead, tbody, th, td, tr {
	/* display: block; */
	width: 100% !important;
	font-size: 10px;
	}
	
	td, th {
	padding: 6px;
	border: 1px solid #ccc;
	text-align: left;
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 1px solid #ccc; }
	
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
}


/*
#header div:hover, #footer .footer-content div:hover, #page_container div:hover {background: #666}
*/
/* Kristian */
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}

.floater {
cursor: pointer;
position: fixed;
bottom: 80px;
right: 20px;
display: none;

}



/* Kristian */

/* GEORGI */

.wwo-bg {
background: #f5f5f5;
}
.image-line {
   width: 700px;
}
.image-celllogos {
   width: 400px;
   margin: 10px;
   float: left;
}
.image-cell {
   width: 100px;
   margin: 10px;
   float: left;
}
.image-clear {
   clear: both;
}

/* ==========================================================================
     13. FOOTER
    ========================================================================= */
#footer-new .row{
    margin-bottom: 0px;
	text-align: left;
	font-family: "Open Sans", Geneva, Arial, Helvetica, sans-serif;
}

#footer-wrapper{
    padding-top: 25px;
    position: relative;
/*    background-image: url('images/footer-bkg.png');*/
    background-repeat: no-repeat;
    background-size: cover;
}
a {
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}

#footer-wrapper.footer-dark{
    background-color: rgba(0,0,0,.7);
}

#footer-wrapper.footer-light{
    background-color: #fff;
    border-top: 1px solid #ddd;
}

.footer-dark .footer-widget-container .text-big{
    color: #fff;
}

.footer-dark .footer-widget-container .widget .title h3{
    color: #fff;
}

.footer-widget-container > li{
    list-style: none;
}

.footer-dark .footer-widget-container p,
.footer-dark .footer-widget-container a,
.footer-dark .footer-widget-container address,
.footer-dark .footer-widget-container span,
.footer-dark .copyright-container p,
.footer-dark .copyright-container a,
.footer-dark .copyright-container span{
    color: #bcc0c4;
	text-decoration: none;
}

.footer-social-icons{
    margin-top: 15px;
}

.footer-social-icons > li{
    list-style: none !important;
    background-image: none !important;
    float: left;
    margin-right: 5px;
    width: 30px;
    height: 30px;
    padding: 0 !important;
}
.footer-social-icons li a{
    width: 30px;
    height: 30px;
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.footer-dark .footer-social-icons li a {
    color: #fff !important;
	opacity: 1 !important;
	background-color: #565f66;
}

.footer-light .footer-social-icons li a{
    background-color: #f6f6f6;
}

.copyright-container .row{
    margin-bottom: 0;
}

.footer-dark .copyright-container .row{
    border-top: 1px solid #384653;
    padding: 15px 0 10px 0;
}

.footer-light .copyright-container .row{
    border-top: 1px solid #ddd;
    padding: 15px 0 10px 0;
}

.copyright-container a,
.copyright-container p,
.copyright-container span{
    font-size: 11px;
}
.paymentlogos {
	float: none;
    margin: 0 auto;
}
.image-line {
    width: 700px;
	margin: auto;
}
.image-celllogos {
    width: 400px;
    margin: 10px;
    float: left;
}
.image-cell {
    width: 100px;
    margin: 10px;
    float: left;
}
.widget .title h3 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}
.footer-dark address {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
	display: block;
}
.text-big {
    font-size: 16px;
    line-height: 28px;
}
.footer-social-icons li.facebook a:hover {
background-color: #3b5998 !important;
}
.footer-social-icons li.google-plus a:hover {
background-color: #dc4e41 !important;
}
.footer-social-icons li.rss a:hover {
background-color: #f26522 !important;
}
.footer-social-icons li.phone-call a:hover {
background-color: #66CD00 !important;
}
.footer-social-icons li.facebook{
margin-left: -30px;
}
.widget_pages ul > li {
    background-image: url('images/arrow.png');
    background-repeat: no-repeat;
    background-position: 0 center;
    list-style: none;
    padding-left: 15px;
}
.footer-dark .footer-widget-container a {
color: #bcc0c4 !important;
}
.footer-dark .footer-widget-container a:hover {
opacity: 0.6;
}
.widget_pages li a {
    padding-top: 5px;
    display: block;
}
.widget_pages li {
padding-bottom: 5px;
}
.widget_pages ul {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

.aside-widgets > li{
    list-style: none;
}

.widget{
    display: block;
    width: 100%;
    margin-bottom: 45px;
}
.align-right {
    text-align: right;
}
.align-left {
    text-align: left;
}
.widget_pages li {
margin-left: -40px;
}
#footer-new blockquote {
font-size: 15px;
}
.ruls {
	margin-top: -20px;
    margin-bottom: 15px;
}
.ruls a.rli {
	color:#ffffff !important;
	text-decoration: none;
}
.ruls a.rli:hover {
	color:#DBDBDB !important;
	text-decoration: none;
}
.ruls a.rli:nth-child(2):before {
	content: "�";
	margin-right:5px;
	color:#7EC4FF;
}

#pageContent .sPage .text{
	float:none !important;
}

h2.text{
	font-size:20px !important;
}