/*
Theme Name:Acumen
Theme URI:
Description:Acumen Wordpress Theme 
Version:2.0
Author:<a href="http://www.solocube.com" title="http://www.solocube.com">http://www.solocube.com</a>
Author URI:http://www.solocube.com
Tags:white, blue, black, Worpdress 3
*/

/* START GLOBAL STYLES
----------------------------------------------------------------------------------------*/

/*	Less Framework 4
	http://lessframework.com
	by Joni Korpi
	License: http://opensource.org/licenses/mit-license.php	*/


/*	Resets
	------	*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, 
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup, 
menu, footer, header, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
	display: block;
}

a img {border: 0;}



/*	Typography presets
	------------------	*/
/*
.gigantic {
	font-size: 110px;
	line-height: 120px;
	letter-spacing: -2px;
}

.huge, h1 {
	font-size: 68px;
	line-height: 72px;
	letter-spacing: -1px;
}

.large, h2 {
	font-size: 42px;
	line-height: 48px;
}

.bigger, h3 {
	font-size: 26px;
	line-height: 36px;
}

.big, h4 {
	font-size: 22px;
	line-height: 30px;
}

body {
	font: 16px/24px Georgia, serif;
}

.small, small {
	font-size: 13px;
	line-height: 18px;
}
*/
/* Selection colours (easy to forget) */

::selection 	 	{background: rgb(255,255,158);}
::-moz-selection 	{background: rgb(255,255,158);}
img::selection 		{background: transparent;}
img::-moz-selection	{background: transparent;}
body {-webkit-tap-highlight-color: rgb(255,255,158);}



/*		Default Layout: 992px. 
		Gutters: 24px.
		Outer margins: 48px.
		Leftover space for scrollbars @1024px: 32px.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */

body {
	background: url(images/body-bg.jpg) repeat 0 0 #575757;
	/*background:#FFFFFF;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	color:#26262e;
	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
}

a {
	color:#0858B4;
	text-decoration:none;	
}

a:hover, a:active {
	text-decoration:underline;
}

a .cufon { border-bottom: none; text-decoration:none; padding:0 0 1px 0;}
a:hover .cufon { text-decoration:none; border-bottom: solid 1px #000000; padding:0;}

p {
	line-height:24px;
	padding:0 0 24px 0;
}

.floatright {
	float:right;
	padding:0px;
	margin:0px 0px 10px 10px;

}

.floatleft {
	float:left;
	padding:0px;
	margin:0px 10px 10px 0px;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.clear {
  *zoom: 1;
}
.clear:before,
.clear:after {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}

hr,
.divider {
	border-bottom:1px solid #535f74;
	display:block;
	height:1px;
	overflow:hidden;
	margin:0px 0px 13px 0px;
	text-align:center;
}


/* Headings */

h2 {
	font-size:24px;
	color:#265284;
	letter-spacing:-1px;
	line-height:24px;
	margin:0 0 10px 0;
}
h2 a {
	color:#265284;
	text-decoration:none !important
}
h3 {
	font-size:24px;
	color:#265284;
	letter-spacing:-1px;
	line-height:24px;
	margin:0 0 10px 0;
}
h3 a {
	color:#265284;
	text-decoration:none !important
}


h4 {
	font-size:18px;
	color:#546a82;
	line-height:18px;
	letter-spacing:-1px;
	margin:0 0 14px 0;
}

.blog-post h4 {
font-weight:bold;
}
.blog-post h4 a {
	color:#546a82;
	text-decoration:none;
}
.blog-post h4 a:hover {
	text-decoration:none !important;
}


/* Wrappers */

#outer-wrapper {
	width:100%;
	margin:0;
	padding:0;
	text-align:left;	
}



/* END GLOBAL STYLES
----------------------------------------------------------------------------------------*/


/* START HEADER STYLES
----------------------------------------------------------------------------------------*/
#fp-title {
font-weight: bold;
font-family: "Times New Roman", Times, serif;
display: inline-block;
margin-top: 34px;
margin-left: 10px;
font-size: 20px;
}

#header-wrapper {
	width:100%;
	background: url(images/header-bg.jpg) repeat-x top center;
	background-size: auto 123px;
	color:#ffffff;
	position:relative;
	z-index:1000;
}

#header {
	width:1000px;
	margin:0 auto;
	position:relative;
	height:107px;
	z-index:100;
}

#logo {
	float:left;
	background: url(images/logo-bg.png) no-repeat 0 0;
	width:258px;
	height:94px;
	margin:0 0 -11px 25px;
	position:relative;
	padding:24px 0 0 30px;
	display:inline;
}


/* Top Menu */

.top-menu {
	font-size:14px;
	color:#878789;
	float:right;
	margin:7px 0px 0 0;
	display:inline;
}

.top-menu ul li {
	border-right:2px solid #878789;
	float:left;
	margin:0 16px 0 0;
	padding:0 16px 0 0;
	display:inline;
}

.top-menu ul li.last {
	border-right:none;
	margin:0 4px 0 0;
}

.top-menu a {
	font-size:14px;
	color:#ffffff;
	margin:0 0px 0 0px;

	font-family:'ArnoProRegular', Georgia, Georgia, serif;
}

.hotline {
	/* background: url(images/hotline.png) no-repeat 0 0; */
	padding:0 0 0 33px;
	position:absolute;
	right:20px;
	top:44px;
	height:25px;
	line-height:23px;
	font-size:18px;
	margin:0 0px 0 0;
	font-family:"Times New Roman", Times, serif;
}

.hotline strong {
	font-size:16px;
}
.hotline .lft {
	background: url(images/hotline.png) no-repeat right 50%;
	padding:5px 0;
	float:left;
    height: 36px;
    line-height: 36px;
    padding: 5px 0;
    width: 112px;
}
.hotline .rht {
	float:left;
	width:180px;
	font-size:16px;
	text-align:right
}
.hotline-mobile { 
	display:none;
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
	text-align:center;
}


/* Nav */

#nav-wrapper-home {
	width:100%;
	margin:0 0 -11px 0;
}

#nav-wrapper {
	width:100%;
	background: url(images/nav-wrapper-bg.png) repeat-x 0 0;
	min-height:156px;
	margin:13px 0 -11px 0;
}

#nav {
	width:1000px;
	margin:0 auto;
}

#mobile-nav {
	display:none;
	width:1000px;
	margin:0 auto;
	height: 40px;
}

#mobile-nav #menu-nav {
	text-align:center;
	padding-top:8px;
}

#nav ul {
    background:  url(images/nav-bg.png) no-repeat scroll 0 0 transparent;
    height: 40px;
    margin: 15px -9px;
    padding: 29px 14px 0;
    position: relative;
    width: 1000px;
}

#nav-wrapper-home  #nav ul {
	padding: 29px 0 0 0;
    width: auto; 
}
#nav ul  {
white-space: nowrap;
text-align: center;	
}
.home #nav ul  {
    padding: 29px 30px 0;
}
#nav ul li {
	margin:0 15px 0 12px;
	position:relative;
	padding:0 0 13px 0;
	display: inline-block;
	*display: inline;
	zoom: 1;
}
.home #nav ul li {
	margin:0 15px 0 16px;
}

#nav ul li a {
	font-size:16px;
	color:#ffffff;
	font-family:'ArnoProRegular', Georgia, Georgia, serif;
}


#nav ul li a:hover {
	color:#5bcbfc;
	text-decoration:none;
}

#header-wrapper #nav ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	background:none;
	margin:0;
	padding:0;
	width:250px;
	background-color:#313136;
	height:auto;
}
.chinese #header-wrapper #nav ul li ul{
	width:285px
}

#header-wrapper #nav ul li ul li{
	display: list-item;
	float: none;
	padding:10px 0 10px 0;
	margin:0;
	text-align: left;
	list-style:none !important;
	
}

#header-wrapper #nav ul li ul li.last {
	display: list-item;
	float: none;
	padding:10px 0 16px 0;
	margin:0;
}

#header-wrapper #nav ul li ul li ul{
	top: 0;
}


#header-wrapper #nav ul li ul li a{
	font-family:'ArnoProRegular', Georgia, Georgia, serif;
	width: 210px; /*width of sub menus*/
	padding:0px 20px;
	margin: 0;
}

#nav-wrapper-home .current_page_item {
	display:none;
}


/* Title Bar */

.title-bar {
	width:942px;
	margin:0 auto;
	padding:22px 0 0 58px;
}

.title-bar h2 {
	font-size:30px;
	color:#ffffff;
	font-family:'ArnoProRegular', Georgia, Georgia, serif;
	text-shadow: 2px 1px 3px #405163;
	line-height:30px;
	text-transform:uppercase;
}

/* END HEADER STYLES
----------------------------------------------------------------------------------------*/


/* START MAINBODY STYLES
----------------------------------------------------------------------------------------*/

#mainbody {
	width:1000px;
	margin:0 auto;
	/**background: url(images/mainbody-bg.png) repeat 0 0;***/
	background:#fff;
	height:auto !important;
	min-height:300px;
	height:300px;
	padding:14px 0 0px 0;
}


/* Slideshow */

#slideshow {
	width:957px;
	padding:0 22px 0 21px;
	height:429px;
	position:relative;
	background: url(images/image1.jpg) no-repeat scroll center top transparent;
}

#slideshow div.anythingSlider {
	width:957px !important;
	height:377px !important;
	position:relative;
	z-index:164;
	background: url(images/atty.png) no-repeat scroll center top transparent;
}
#slideshow div.anythingSlider li.panel {
	width:957px;
	height:377px;
	position:relative;
}
#slideshow div.anythingSlider .panel-wrapper {
	width:957px;
	height:377px;
	margin:0px 0 0 0;
	overflow:hidden;
	position:relative;
}
#slideshow div.anythingSlider .panel-wrapper .details {
	position:absolute;
	left:32px;
	top:132px;
	z-index:10;
	background: url(images/slideshow-box-bg.png) no-repeat 0 0;
	width:422px;
	height:184px;
	padding:30px 20px 0 20px;
	font-size:12px;
	color:#f6f6f6;
	min-height: 1px;
	overflow: visible !important;
	min-height: 1;
	zoom: 1;
	-moz-opacity:.0; opacity:.0;
}
	
#slideshow div.anythingSlider .panel-wrapper .details .btn {
	z-index: 3;
	
bottom: -15px;
    
    margin: 0;
    position: absolute;
    right: -5px;	
	min-height: 1;
	zoom: 1;
}

	




#slideshow .slider-bar .arrow {
	position: absolute;
	display: block;
	width:10px;
	height:16px;
top: 18px;
}
#slideshow .slider-bar .forward { right: 450px; }
#slideshow .slider-bar .back { left: 450px; }
#slideshow .slider-bar .arrow a {
	z-index: 1;
	min-height:1px;
	zoom: 1;
	border: solid #fff 1px;
	display: block;
	width:10px;
	height:16px;
	overflow:hidden;
	text-align: center;
	outline: 0;
	text-indent:-9999em;
	background: url(images/arrow-nav.gif) no-repeat;
}
#slideshow .slider-bar .back a {
	background-position:right top;
}
#slideshow .slider-bar .thumbNav {
padding: 0;
    position: absolute;
    text-align: center;
    top: 18px;
	z-index: 1;
	min-height:1px;
	zoom: 1;
	
}
#slideshow .slider-bar .thumbNav li {
display: block;
float: left;
padding: 2px 3px 2px 3px;
	z-index: 1;
	min-height:1px;
	zoom: 1;
	
}
#slideshow .slider-bar .thumbNav li a {
	z-index: 1;
	min-height:1px;
	zoom: 1;
display:block;
float:none;
width:10px;
height:9px;
overflow:hidden;
text-indent:-9999em;
outline:0;
background: url(images/bullet-nav.gif) no-repeat;

}
#slideshow .slider-bar .thumbNav li a.cur,
#slideshow .slider-bar .thumbNav li a:hover {
background-position:left -9px;
}



#slideshow h2 {
	font-size:30px;
	color:#ffffff;
	margin:0 0 14px 0;
	line-height:30px;
	letter-spacing:-1px;
}

#slideshow p {
	line-height:24px;
	padding:0;
}

#slideshow .search {
	background: url(images/search-bg.png) no-repeat 0 0;
	width:141px;
	height:25px;
	overflow:hidden;
	float:right;
	margin:10px 44px 0 0;
}

.search input.text-box {
	width:112px;
	height:25px;
	float:left;
	line-height:25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#a1a4a4;
	font-size:12px;
	background:none;
	border:none;
	padding:0 0 0 10px;
	font-style:italic;
}

.search input.submit-btn {
	width:13px;
	height:13px;
	background:none;
	border:none;
	float:left;
	cursor:pointer;
	margin:7px 0 0 0;
}

#slideshow .slider-bar {
	background: url(images/slideshow-bar.png) no-repeat 0 0;
	width:1000px;
	height:52px;
	position:absolute;
	bottom:0;
	left:0;
	z-index:300
}


/* Sub Content */

#sub-content {
	width:938px;
	padding:24px 31px 30px 31px;
}

#sub-content .floatright {
	float:right;
	padding:0px;
	margin:-20px 0px 0px 10px;

}


/* Features */

#features {
	width:981px;
	overflow:hidden;
	margin:0 -43px 35px 0;
}
#features h3:hover,
#features h3 a:hover {
text-decoration:none !important
}

#features .block {
	float:left;
	width:283px;
	margin:0 44px 0 0;
}

#features .block-content {
	background: url(images/features-box-bg.png) no-repeat 0 0;
	width:243px;
	height:187px;
	padding:20px 20px 0 20px;
	color:#f6f6f6;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}


/* Testimonials */

.testimonials-wrap {
	padding:0 0 0 44px;
}

.testi-slideshow {
	background: url(images/testi-bg.png) no-repeat 0 0;
	width:800px;
	height:194px;
	margin:-5px 0 0 -10px;
	position:relative;
	padding:25px 28px 0 28px;
}

	
.testi-slideshow .btn {
	float:right;
	margin:0px 0px 0 0;
}


/* Main Content */

#main-content {
	width:1000px;
	padding:0px 0 0 0;
	/**background: url(images/main-content-bg.png) repeat-y 0 0;
	background: url(images/main-content-light.png) repeat-y 0 0;**/
	height:auto !important;
	min-height:800px;
	height:800px;
	margin:-14px 0 0 0;
	font-size:12px;
}



/* Content */

#content { 
	width:688px;
	padding:29px 22px 0 58px;
	float:left;
}

#content ol {
padding:0 0 0 25px;
margin:0 0 15px;
}
#content ul {
padding:0 0 0 8px;
margin:0 0 15px;
}
#content ul li {
list-style:none;
padding:0 0 5px 15px;
background: url(images/arrow.gif) no-repeat left 3px;
line-height:18px;
}
#content ol li {
list-style:decimal outside;
padding:0 0 5px;
}
#content tr td{
line-height:20px;
}

/* Sidebar */

#sidebar {
	width:182px;
	float:right;
	padding:24px 25px 0 25px;
}

#sidebar .search {
	background: url(images/search-bg.png) no-repeat 0 0;
	width:141px;
	height:25px;
	overflow:hidden;
	margin:10px 0px 17px 0;
}

#sidebar .block {
	display:block;
	margin:0 0 35px 0;
}

#sidebar .btns {
	border-top:1px solid #bec6cf;
	padding:10px 0 0 0;
}
 
#sidebar .btns a {
	color:#3770af;
	font-style:italic;
}

#sidebar h4 {
	font-size:16px;
	font-weight:bold;
	color:#0858b4;
	line-height:18px;
}

#sidebar h5 {
	font-size:11px;
	color:#26262e;
	line-height:14px;
	font-weight:bold;
	margin:0 0 4px 0;
}

.date-li {
	font-size:12px;
	color:#26262e;
	display:block;
	margin:0 0 10px 0;
}

#sidebar h5 a:hover {
	text-decoration:none;
}

#sidebar ul,
#sidebar ul li {
list-style:none;
padding:0;
margin:0;
}
#sidebar ul {
padding:0 0 0 20px;
}
#sidebar ul li {
list-style:disc outside;
padding:0 0 5px;
color:#0858B4;
}

.chinese #sidebar #text-8,
.chinese #sidebar #text-6 {
display:none;
}

/* END MAINBODY STYLES
----------------------------------------------------------------------------------------*/



/* START FOOTER STYLES
----------------------------------------------------------------------------------------*/

#footer-wrapper {
	background: url(images/footer-bg.png) repeat-x 0 0;
	/*height:354px;*/
	height:605px;
	width:100%;
	margin:-10px 0 0 0;
	background-size: auto 605px;
}

#footer {
	width:930px;
	margin:0 auto;
	padding:25px 35px 0 35px;
	color:#f6f6f6;
	font-size:12px;
}

#footer a {
	color:#f6f6f6;
}

#footer h3 {
	color:#e7e8ea;
}

.footer-col-1 {
	width:352px;
	float:left;
}

.footer-col-1 ul {
	width:134px;
	float:left;
}

#footer ul {
	padding:0 0 0 5px;
}

#footer ul li {
	background: url(images/arrow.png) no-repeat 0 8px; 
	padding:0 0 0 14px;
	line-height:24px;
}

#footer ul li a {
	color:#f6f6f6;
	font-size:12px;
}

.footer-col-2 {
	width:327px;
	float:left;
}

.footer-col-3 {
	width:251px;
	float:left;
}

.footer-col-3 .block-content {
	padding:0 0 0 20px;
}

.social {
	margin:-8px 0 0 0;
}

.social a {
	margin:0 7px 0 0;
}

/* END FOOTER STYLES
----------------------------------------------------------------------------------------*/


.blog-post {
	margin:0 0 20px;
	position:relative;
}
.blog-post .date-c {
width:42px;
height:47px;
display:block;
position:absolute;
right:0;
top:0;
background:url(images/icon-calendar.png) no-repeat;
}
.blog-post .date-c b {
display:block;
padding:0 0 0 1px;
margin:0;
text-align:center;
}
.blog-post .date-c .date-mo {
height:17px;
line-height:17px;
font-size:12px;
color:#fff; 
}
.blog-post .date-c .date-da {
height:27px;
line-height:27px;
font-size:20px;
color:#333;
}
.blog-post .entry-meta{
	margin:0 0 20px;
}
.blog-post .img-thumb {
float:left;
margin:0 10px 18px 0;
}
.blog-post-single .img-thumb {
float:left;
margin:0 10px 0 0;
}
.blog-post .img-thumb img {
padding:4px;
border:solid 1px #c6c6c7;
background:#fff;
}
.blog-post .post-text {
width:389px;
float:right;
}
.blog-post .share {
width:265px;
float:left;
margin:0 0 18px;
}
.blog-post .share-large {
    margin: 0 0 20px;
    text-align: left;
}
.blog-post .btn-more {
float:right;
display:block;
width:100px;
height:26px;
line-height:26px;
color:#515151;
text-decoration:none;
text-transform:uppercase;
text-align:center;
border:solid 1px #d8d6d6;
background:url(images/bg-btn-more.png) repeat-x;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px; 
}

#copyright a{
color:#FFFFFF !important;
}
#copyright {
height:30px;
clear:both;
text-align:center;
font-size:12px;
/*color:#fff;*/
color:#FFF;
padding:15px 0 30px;
}

.menu li:hover ul.sub-menu {
	visibility:visible !important;	
}
.menu li:hover ul.sub-menu ul.sub-menu{
	visibility:hidden !important;
}
.menu li:hover ul.sub-menu li:hover ul.sub-menu{
	visibility:visible !important;
	left:250px !important;
}

.wp-pagenavi {
width:100%;
height:26px;
text-align:center;
}
.wp-pagenavi span,
.wp-pagenavi a {
display:inline-block;
height:26px;
line-height:26px;
background:#f5f5f5;
border:solid 1px #cccccc;
padding:0 10px;
text-align:center;
font-size:12px;
color:#333;
margin:0 2px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.wp-pagenavi .current,
.wp-pagenavi .extend,
.wp-pagenavi .page {
width:27px;
padding:0;
}
.wp-pagenavi a:hover,
.wp-pagenavi .current {
border:solid 1px #2b6bf2;
color:#2b6bf2;
text-decoration:none;
}
.wp-pagenavi .pages {
display:none;
}

.col-sh {
width:49%;
float:left;
margin:0 2% 15px 0;
}
.col-sh.col2 {
margin-right:0
}

/*		Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	body {
		min-width: 768px;
		padding: 0 0;
	}
	#outer-wrapper {
		width:auto;
	}
	#header {
		width:712px;
	}

	#fp-title {
		margin-top: 14px;
		margin-left: 131px;
		width: auto;
		font-size: 15px;
	}
	.hotline{
		top:57px;
	}
	#mainbody {
		width:712px;
	}
	#nav {
		width:712px;	
	}
	#nav-wrapper-home {
	margin-left: auto;
	margin-right: auto;	
	  margin-top: 30px;
	}
	
	/* izmene */
	.top-menu{
		margin-top:28px !important;
	}
	#nav ul{
		margin: 35px -9px !important;
	}
	#header-wrapper{
		background-size: auto 155px !important;
	}
	#header{
		height: 122px !important;
	}
	#footer-wrapper {
		height: 625px;
		width: 100%;
		margin: -10px 0 0 0;
		background-size: auto 625px;
	}
	/* /izmene */
	
	#nav-wrapper-home #nav ul {
		width: 721px;
	}
	
	#slideshow div.anythingSlider {
    	height: 429px !important;
    	width: 672px !important;
	}
	#slideshow div.anythingSlider li.panel {
		width:auto;
	}
	#slideshow div.anythingSlider .panel-wrapper .details {
		left:10px;
		background: url(images/slideshow-box-bg2.png) repeat;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	#slideshow .slider-bar .thumbNav {
		left:270px !important; 
	}
	#slideshow .slider-bar .forward {
		right:310px;
	}
	#slideshow .slider-bar .back {
		left:256px;
	}
	#slideshow {
		width:auto;
		margin:0 20px;
		padding:0;
	}
	#sub-content {
		width:auto;
	}
	#features {
		width:auto;
		margin-bottom:15px;
	}
	#footer {
		width:712px;
		padding:20px;
		height:auto;
	}
	.title-bar h2 {
		font-size:21px;
	}
	.wp-image-4012 {
		float:left;
	}
	.blog-post h4 {
		width:350px;
	}
	#content p iframe {
		width:420px;
	}
	#sub-content .floatright {		
		margin: -10px 0 0 10px;		
	}
	#slideshow .slider-bar {
		width:100%;
	}
	#features .block-content {
		margin-bottom:20px;
	}
	.testimonials-wrap {
		padding-left:0px;
	}
	#coda-slider-2 .panel-wrapper {
		width:580px !important;
	}	
	.testi-slideshow {
		width:auto;
		background:#eee none;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		-moz-box-shadow: 0 0 5px #888;
		-webkit-box-shadow: 0 0 5px #888;
		box-shadow: 0 0 5px #888;
		margin: 0 0 0 0;
	}
	.footer-col-1 {
		width:230px;
	}
	.footer-col-2 {
		width:245px;
	}
	#footer h3 {
		margin-bottom:5px;
	}
	.footer-col-3 {
		width:170px;		
	}
	.footer-col-3 .block-content {
		padding-left:0px;
	}
	.testimonials-wrap h3 {
		margin-bottom:20px;
	}
	#coda-nav-left-2.coda-nav-left a {
		left:-15px !important;
	}	
	#coda-nav-right-2.coda-nav-right a {
		right:-15px !important;
	}
	#coda-slider-2 {
		width:600px !important;
	}
	#content {
		width:400px;
	}
	#main-content {
		width:auto;
	}
	#nav ul {
		width:661px;
	}
	.title-bar {
		width:auto;
	}
	.top-menu a {
		font-size:12px;
	}
	#nav ul li a {
		font-size:12px;
	}
	#nav ul li {
		margin:0 8px;
	}
	.home #nav ul li {
		margin:0 8px;
	}
	.anythingSlider {
		width:671px !important;
	}
	#features .block-content {
		width:auto;
		background:#424242 none;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		height:90px;
	}
	#features .block {
		width:auto;
	}
	.menu li:hover ul.sub-menu {
		width:200px !important;
	}
	.menu li:hover ul.sub-menu li:hover ul.sub-menu{		
		left:200px !important;
	}
}



/*		Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.
		Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */

@media only screen and (max-width: 767px) {
	
	body {
		min-width: 320px;
		padding: 0 0 0;
	}
	#outer-wrapper {
		width:auto;
		overflow: hidden;
	}
	#header {
		width:288px;
		height:180px;
	}
	#header.fp {
		height:230px !important;
	}
	#header-wrapper {
		background:#1a324e none;		
	}
	#logo {
		margin:0 0 0 0;
	}
	#mainbody {
		width:288px;
	}
	#nav {
		display:none;
	}	
	
	#nav-wrapper {
		min-height:86px;
	}
	#mobile-nav {
		display:block;
		width:auto;		
	}
	/* #nav ul {
		background:#1e1e25 none;
		padding:10px;
		width:268px;
		margin: 0 0 0 0;		
	}	
	#header-wrapper #nav ul li ul {
		left:0 !important;
		z-index:99;
	} */
	#content p iframe {
		width:240px;
		height:240px;
	}
	#slideshow div.anythingSlider li.panel {
		width:auto;
	}
	#slideshow {
		width:auto;
		margin:0 20px;
		padding:0;
	}
	
	
	.anythingSlider {
		width:248px !important;
		background-position:-550px 0 !important;
	}
	#slideshow div.anythingSlider {
    	height: 429px !important;
    	width: 248px !important;
	}
	
	
	#slideshow h2 {
		font-size:16px;
	}
	#slideshow div.anythingSlider .panel-wrapper .details {
		padding:10px;
		left:10px;
		top:40px;
		width:210px;
		line-height:20px !important;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		height:300px !important;
		background: url(images/slideshow-box-bg2.png) repeat;
	}
	#slideshow div.anythingSlider .panel-wrapper {
		width:248px !important;
	}	
	#sub-content {
		width:auto;
	}
	#features {
		width:auto;
	}
	#footer-wrapper {
		background:#2a2c31 none;
		height:1360px;
	}
	#footer {
		width:288px;
		padding:20px;
	}
	#slideshow .slider-bar {
		width:100%;
	}
	#features .block-content {
		margin-bottom:20px;
	}
	.testimonials-wrap {
		padding-left:0px;
	}
	#coda-slider-2 .panel-wrapper {
		width:310px !important;
		height:auto !important;
	}	
	.testi-slideshow {
		width:auto;
		background:#eee none;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		-moz-box-shadow: 0 0 5px #888;
		-webkit-box-shadow: 0 0 5px #888;
		box-shadow: 0 0 5px #888;
		margin: 0 0 0 0;
		height:340px !important;
		padding:10px;
	}
	#coda-slider-2 blockquote {
		padding: 15px 0 0 25px !important;
		width:182px !important;
	}
	.testimonials-wrap h3 {
		margin-bottom:20px;
	}
	#coda-nav-left-2.coda-nav-left a {
		left:-15px !important;
	}	
	#coda-nav-right-2.coda-nav-right a {
		right:-15px !important;
	}
	#coda-slider-2 {
		width:200px !important;
		height:300px !important;
	}
	#coda-slider-2 blockquote .content {
		padding:0 25px 15px 0 !important;
	}
	.footer-col-1 {
		width:230px;
		margin-bottom:10px;
	}
	.footer-col-2 {
		width:245px;
		margin-bottom:10px;
	}
	#footer h3 {
		margin-bottom:5px;
		font-size:16px;
		line-height:16px;
	}
	.footer-col-3 {
		width:200px;
	}
	.footer-col-3 .block-content {
		padding-left:10px;
	}
	#content {
		width:268px;
		padding: 20px 10px;
	}
	#main-content {
		width:auto;
	}	
	.title-bar {
		width:auto;
		padding:10px 10px 10px 10px;
	}
	.top-menu {
		float:left;
		margin:35px 0 0 20px;
	}
	.top-menu a {
		font-size:10px;
	}
	.top-menu ul li {
		margin: 0 5px 0 0;
		padding:0 5px 0 0;
	}	
	#nav-wrapper-home #nav ul {
		height:245px;
		padding: 10px;
	}
	#nav ul li a {
		font-size:12px;
	}
	#nav ul li {
		margin:0 8px;
		width:250px;
	}
	#copyright {
		font-size:10px;
	}
	#sidebar {
		float:left;
	}
	.hotline {
		top:120px;
	}
	.title-bar h2 {
		font-size:16px;
		line-height:20px;
	}
	#sub-content img.floatright {
		display:none;
	}
	#features .block-content {
		width:auto;
		background:#424242 none;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		height:245px;
	}
	#features .block {
		width:auto;
	}
	#slideshow .search {
		margin:10px 2px;
	}	
	#slideshow .slider-bar .thumbNav {
		left:12px !important;
	}
	#slideshow .slider-bar .back {
		left:2px;		
	}
	#slideshow .slider-bar .forward {
		right:148px;		
	}	
	#sidebar {
		width:auto;
		padding-top:0px;
	}
	#logo {
		margin-left:2px;
	}
	.blog-post .img-thumb img {
		max-width:252px !important;
	}
	.blog-post h4 {
		width:200px;
	}
	.blog-post .post-text {
		width:252px;
	}
	.blog-post img {
		width:252px;
	}
	.blog-post p {
		word-wrap:break-word;
	}
	#header-wrapper #menu-nav .menu li:hover ul.sub-menu {
		visibility:visible !important;
		position:relative !important;
	}
	#header-wrapper #menu-nav .menu li:hover ul.sub-menu ul.sub-menu {
		visibility:hidden !important;
		position:absolute !important;
	}
	#header-wrapper #menu-nav .menu li:hover ul.sub-menu li:hover ul.sub-menu{
		visibility:visible !important;
		position:relative !important;
	}
	#header-wrapper #menu-nav .menu li:hover ul.sub-menu li {
		padding:5px 0 !important;
	}
	#header-wrapper #menu-nav .menu li:hover ul.sub-menu li ul li{
		padding:5px 10px !important;
	}
	#nav-wrapper-home, #nav {
		background-color: #1E1E25 !important;
	}
	.title-bar {
		background: url(images/nav-wrapper-bg.png) repeat-x;		
	}
	#content p a img.alignright {
		width:252px;
	}
	#content .size-full {
		width:100%;
		height:auto;
	}
	.col-sh { 
	float:none;
	width:100%;
	margin-right:0;
	}
	.hotline {
		display:none;
	}
	.hotline-mobile {
		display:block;
		position:absolute;
		width:100%;
		top:120px;
		left:0;
		font-size:14px;
	}
	#fp-title {
	margin: 5px 0 5px 20px;
	font-size: 14px;
	text-align: center;
	}
	.home #sub-content img {
		width:100%;
		height:auto;
	}
}



/*		Wide Mobile Layout: 480px.
		Gutters: 24px.
		Outer margins: 22px.
		Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436    */ 

@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	body {
		min-width: 480px;
		padding: 0 0 0;
	}
	
	
	/* izmene */
	#header {
		height:200px !important;
	}
	#mobile-nav #menu-nav {
		text-align: center !important;
		padding-top: 11px !important;
	}
	.top-menu {
		margin: 45px 0 0 110px !important;
	}	
	.icl-en, .icl-zh-hans{  
		position: absolute !important;
		top: 185px !important;
		left: 130px !important;
	}
	.icl-zh-hans{ 
		left:210px !important;
	}
	#fp-title{
		margin-top:28px !important;
	}
	/* /izmene */

  
	
	#outer-wrapper {
		width:auto;
	}
	#header {
		width:436px;
		height:180px;
	}
	#header-wrapper {
		background:#1a324e none;		
	}
	#logo {
		margin:0 0 0 75px;
	}
	
	#fp-title {
	margin: 5px 0 5px 90px;
	font-size: 14px;
	text-align: center;
	}
	#mainbody {
		width:436px;
	}
	#nav {
		display:none;
	}	
	#mobile-nav {
		display:block;
		width:auto;		
	}
	/* #nav-wrapper-home #nav ul {
		width:416px;
		background: #1e1e24 none;
		padding:10px;
	}
	#nav ul {
		background:#1e1e25 none;
		padding:10px;
		width:416px;
		margin: 0 0 0 0;
		height:45px;
	}	 */
	#header-wrapper #nav ul li ul {
		left:0 !important;
		z-index:99;
	}
	
	#nav-wrapper {
		min-height:86px;
	}
	#slideshow div.anythingSlider li.panel {
		width:auto;
	}
	#slideshow {
		width:auto;
		margin:0 20px;
		padding:0;
	}
	#slideshow .search {
		margin:10px;
	}
	#slideshow .slider-bar .thumbNav {
		left:30px !important;
	}
	#slideshow .slider-bar .back {
		left:10px;
	}
	#slideshow .slider-bar .forward {
		right:270px;
	}
	#slideshow div.anythingSlider {
    	height: 429px !important;
    	width: 396px !important;
	}
	
	#slideshow div.anythingSlider .panel-wrapper {
		width:396px !important;
	}
	#sub-content {
		width:auto;
	}
	#features {
		width:auto;
		margin-bottom:10px;
	}
	#footer-wrapper {
		background:#2a2c31 none;
		height:1160px;
	}
	#footer {
		width:436px;
		padding:20px;
	}
	#footer h3 {
		margin-bottom:5px;
		font-size:24px;
		line-height:24px;
	}
	#slideshow .slider-bar {
		width:100%;
	}
	#features .block-content {
		margin-bottom:20px;
	}
	.testimonials-wrap {
		padding-left:0px;
	}
	#coda-slider-2 .panel-wrapper {
		width:auto;
		height:330px !important;
	}
	#coda-slider-2 {
		width:auto;
		height:195px !important;
	}
	.testi-slideshow {
		width:auto;
		height:245px !important
	}
	.footer-col-1 {
		width:auto;
		margin-bottom:10px;
	}
	.footer-col-2 {
		width:auto;
		margin-bottom:10px;
	}
	
	.footer-col-3 {
		width:auto;
	}
	.footer-col-3 .block-content {
		padding-left:10px;
	}
	#content {
		width:369px;
		padding: 24px 31px 30px;
	}
	#main-content {
		width:auto;
	}	
	.title-bar {
		width:auto;
		padding:10px 20px;		
	}
	.top-menu {		
		margin:35px 0 0 90px;
	}
	.top-menu a {
		font-size:10px;
	}
	.top-menu ul li {
		margin: 0 5px 0 0;
		padding:0 5px 0 0;
	}	
	#nav ul li a {
		font-size:12px;
	}
	#nav ul li {
		margin:0 8px;
	}
	#copyright {
		font-size:10px;
	}
	#sidebar {
		float:left;
	}
	.hotline {
		top:120px;
		left:95px;
	}
	.title-bar h2 {
		font-size:16px;
		line-height:20px;
	}
	#nav-wrapper {
		height:105px;
	}	
	#sub-content img.floatright {
		display:block;
		float:left;
		margin-left:20px !important;
	}
	.anythingSlider {
		width:396px !important;
		background-position:-400px 0 !important;
	}
	#slideshow h2 {
		font-size:16px;
	}
	#slideshow div.anythingSlider .panel-wrapper .details {
		padding:10px;
		left:10px;
		top:150px !important;
		width:350px;
		line-height:20px !important;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		height:194px !important;
		background: url(images/slideshow-box-bg2.png) repeat;
	}
	#features .block-content {
		width:auto;
		background:#424242 none;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		height:150px;
	}
	#features .block {
		width:auto;
	}
	#copyright {
		padding-bottom:0px;
	}
	#nav ul li {
		width:auto !important;
	}
	#nav-wrapper-home #nav ul {
		height:50px;
	}
	#coda-slider-2 blockquote {
		width:330px !important;
	}
	h3 img {
		float:left !important;
		margin: 0 0 20px 0 !important;
	}
	#sidebar {
		width:auto;
		padding-top:0px;
	}
	#content p iframe {
		width:370px;
		height:370px;
	}
	.blog-post h4 {
		width:320px;
	}
	#coda-slider-2 .panel-wrapper {
		width:330px !important;
	}
	.menu li:hover ul.sub-menu {
		visibility:visible !important;
		position:absolute !important;
	}
	.menu li:hover ul.sub-menu ul.sub-menu {
		visibility:hidden !important;
		position:absolute !important;
	}
	.menu li:hover ul.sub-menu li:hover ul.sub-menu{
		visibility:visible !important;
		position:absolute !important;
		background-color: #414141 !important;
		top:25px !important;
	}
	.menu li:hover ul.sub-menu li {
		padding:5px 0 !important;
	}	
	#nav-wrapper-home {
		background-color: #1E1E25;
	}
	#nav-wrapper {
		min-height:105px !important;
	}
	#content .size-full {
		width:100%;
		height:auto;
	}
	.col-sh { 
	float:none;
	width:100%;
	margin-right:0;
	}
	.hotline {
		display:none;
	}
	.hotline-mobile {
		display:block;
		position:absolute;
		width:100%;
		top:130px;
		left:0;
		font-size:14px;
	}
}
#call-24{
width:300px;
height:101px;
background:url(images/call.png) no-repeat;
display:inline-block;
color:white;
line-height:50px;
float: right;
margin: 0 0 10px 10px;
font-size: 39px;
text-align: center;
}
#lang_sel_list {display:none;}
.top-menu .menu-item-75 {
border-right:0;
}
.top-menu .icl-en,
.top-menu .icl-zh-hans{
text-transform:uppercase;
}
.top-menu .icl-en{
padding-left:20px
}
.top-menu .icl-zh-hans{
border-right:0;
margin-right:0;
}
.top-menu ul li.icl-en {
padding-left:20px;
}
.top-menu ul li.icl-en  a,
.top-menu ul li.icl-zh-hans  a {
font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
font-size:12px;
text-transform:uppercase;
font-weight:bold
}