html {
	min-width: 1045px;
}
body{
	margin: 0px;
	padding: 0px;
	min-width: 1045px;
	/* overflow-x: hidden; */
	height: 100%;
	background: #EBEFF2;
}


::-webkit-input-placeholder { color:#425161; }
::-moz-placeholder { color:#425161; } /* firefox 19+ */
:-ms-input-placeholder { color:#425161; } /* ie */
input:-moz-placeholder { color:#425161; }

td  {
    font-family: sans-serif;
    color: #3F515F;
    font-size: 14px;
    /* font-weight: 100; */
}
li {
    font-family: sans-serif;
    color: #3F515F;
    /* font-size: 12px; */
    font-weight: normal;
}
/*Index START*/

h4 {
    color: rgb(92, 92, 92);
    font-family: sans-serif;
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 500;
}
.head-paragraph ul {
    margin-left: 35px;
}
.loading_capital {
position: fixed;
background: rgba(255, 255, 255, 1);
width: 100%;
height: 105%;
display: block;
pointer-events: none;
z-index: 9999999999999;
}

.animation_capit {
position: absolute;
margin: auto;
left: 0;
right: 0;
top: 0;
bottom: 0;
width: 360px;
height: 150px;
margin-top: 14%;
}

.anim_cb {
	margin: 0 auto;
	width: 101px;
	margin-top: 25px;
}

.anim_cb span {
    display: block;
    margin: 0 auto;
}

.anim_cb span[class*="l-"] {
display: inline-block;
background: #FA974C;
width: 7px;
height: 7px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
margin: 12px 2px;
position: relative;
-webkit-animation: loader 4s infinite;
-webkit-animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415);
-webkit-animation-fill-mode: both;
-moz-animation: loader 4s infinite;
-moz-animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415);
-moz-animation-fill-mode: both;
-ms-animation: loader 4s infinite;
-ms-animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415);
-ms-animation-fill-mode: both;
animation: loader 4s infinite;
animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415);
animation-fill-mode: both;
}

.anim_cb span.l-1 { -webkit-animation-delay: 1s; -moz-animation-delay: 1s; -ms-animation-delay: 1s; animation-delay: 1s; }
.anim_cb span.l-2 { -webkit-animation-delay: 0.8s; -moz-animation-delay: 0.8s; -ms-animation-delay: 0.8s; animation-delay: 0.8s; }
.anim_cb span.l-3 { -webkit-animation-delay: 0.6s; -moz-animation-delay: 0.6s; -ms-animation-delay: 0.6s; animation-delay: 0.6s; }
.anim_cb span.l-4 { -webkit-animation-delay: 0.4s; -moz-animation-delay: 0.4s; -ms-animation-delay: 0.4s; animation-delay: 0.4s; }
.anim_cb span.l-5 { -webkit-animation-delay: 0.2s; -moz-animation-delay: 0.2s; -ms-animation-delay: 0.2s; animation-delay: 0.2s; }
.anim_cb span.l-6 { -webkit-animation-delay: 0s; -moz-animation-delay: 0s; -ms-animation-delay: 0s; animation-delay: 0s; }

@-webkit-keyframes loader {
    0% { -webkit-transform: translateX(-30px); opacity: 0; }
    25% { opacity: 1; }
    50% { -webkit-transform: translateX(30px); opacity: 0; }
    100% { opacity: 0; }
}
@-moz-keyframes loader {
    0% { -moz-transform: translateX(-30px); opacity: 0; }
    25% { opacity: 1; }
    50% { -moz-transform: translateX(30px); opacity: 0; }
    100% { opacity: 0; }
}
@-ms-keyframes loader {
    0% { -ms-transform: translateX(-30px); opacity: 0; }
    25% { opacity: 1; }
    50% { -ms-transform: translateX(30px); opacity: 0; }
    100% { opacity: 0; }
}
@keyframes loader {
    0% { transform: translateX(-30px); opacity: 0; }
    25% { opacity: 1; }
    50% { transform: translateX(30px); opacity: 0; }
    100% { opacity: 0; }
}

.slide_front {
    width: 980px;
    height: 295px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -300px;
   z-index: 9;
}
.slide_back {
	width: 100%;
	height: 425px;
 -9;
}
.dots_slides {
    position: absolute;
	;
    z-index: 9;
    width: 980px;
    height: 481px;
    pointer-events: none;
}
.slide_back > img {
    width: 100%;
    height: 425px;
    width: 100%;
    height: 425px;
}
.slides_back > .flex-viewport {
	margin-top: -20px;
	height: 420px;
}
.slides_front > .flex-viewport {
	height: 295px;
}
img{
	border: 0px;
}
.picks-wrap{
	width: 100%;
	margin: 0px auto;
	float: left;
	z-index: 9999999;
	margin-bottom: 10px;
	position: relative;
	min-width: 980px;
	margin-top: 0px;
	overflow: visible;
	/* height: 91px; */
	background: white;
	box-shadow: 0 1px 65px rgba(83, 96, 111, 0.39) ,0 0 0 3px rgba(0, 0, 0, 0.13);
}
.language{
	background: rgba(0, 0, 0, 0.5);
	float: right;
	position: absolute;
	z-index: 20;
	right: 0;
	width: auto;
	top: -33px;
	height: 26px;
	padding-top: 7px;
}
.current {
	background: #F89856;
	color: #fff !important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.lang-mk{
	display: block;
	float: left;
	text-decoration: none;
	font-size: 11px;
	color: #fff;
	padding: 4px 11px 6px 11px;
	font-family: sans-serif;
	border-right: 1px solid;
	border-color: rgba(255, 255, 255, 0.68);
	height: 10px;
	font-weight: 100;
}
.lang-shq{
	display: block;
	float: left;
	text-decoration: none;
	font-size: 11px;
	color: #fff;
	padding: 4px 11px 6px 11px;
	font-family: sans-serif;
	font-weight: 100;
}
.lang-mk:hover, .lang-shq:hover{
	text-decoration: underline;
}
.container2{
	max-width: 1070px;
	height: 100px;
	padding: 0px;
	position: relative;
	margin: 0px auto;
	background: #fff;
}
.upper-section{
	min-width: 1045px;
	width: 100%;
	z-index: 99999999999;
	position: absolute;
	top: 0;
	background: #FFF;
	/* height: 105px; */
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.13);
}
.container{
	max-width: 1045px;
	padding: 0px;
	width: 100%;
	/* height: 40px; */
	position: relative;
	display: table;
	margin: 0px auto;
	/* background: #ffb56c; */
	box-shadow: -1000px 0 white;
}
.slider{
	width: 100%;
	position: relative;
	/* z-index: -1; */
	height: 460px;
	background: rgb(235, 239, 242);
}
.logo{
	/* float: left; */
	display: table-cell;
	vertical-align: middle;
}
.logo h1{
	background: url('../images/logo.png') no-repeat center white;
	width: 265px;
	height: 100px;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
	background-size: 100%;
	/* margin-top: 0; */
	margin-right: 34px;
	box-shadow: -100px 0 0 white;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
}
.navigation{
	display: table-cell;
	vertical-align: bottom;
	padding: 0;
	margin: 0;
	line-height: 0;
}
nav{
	display: block;
	/* margin: 0px 0px 0px 10px; */
	width: 100%;
	/* height: 76px; */
	font-family: sans-serif;
	font-size: 12px;
	position: relative;
	z-index: 50;
	padding: 0;
	margin: 0;
}
nav a:hover{
}
nav ul ul {
  display: none;
}
nav ul ul li:hover{
}
nav ul li:hover > ul {
  display: block;
}
nav ul {
  background: rgb(48, 57, 123);
  list-style: none;
  position: relative;
  display: inline-table;
  border-left: 1px solid #f0f0f0;
  -webkit-padding-start: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  margin: 0;
  float: right;
  width: 100%;
  /* width: auto; */
  border-top-left-radius: 10px;
  padding-left: 0;
  box-shadow: 725px 0 rgb(48, 57, 123);
}
nav ul:after {
    content: ""; clear: both; display: block;
  }
nav ul li {
  float: left;
  border-right: 1px solid;
  vertical-align: middle;
  border-left: 0px;
  border-color: rgba(240, 240, 240, 0.16);
  /* background: url(../images/menu_hover.svg) center 110px no-repeat; */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
nav ul li:hover {

background: rgba(255, 255, 255, 0.12);
}
nav ul li:hover a {
      color: #FFFFFF;
}
nav ul li a {
    display: block;
    padding: 14px 12px;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    line-height: 20px;
    font-size: 13px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
nav ul ul li:hover {
    border-right: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #EBEFF2 !important;
}
nav ul ul {
  padding: 0;
  position: absolute;
  top: 100%;
  background: rgb(255, 255, 255);
  width: auto;
  color: black;
  border-radius: 0;
  box-shadow: 0px 8px 37px 0px rgba(0, 0, 0, 0.56);
  border: none;
  border-top: 1px solid rgba(0,0,0,0.1);
  }
nav ul ul li {
    float: none;

    width: 200px;

    height: auto;

    padding: 0;
    position: relative;

    border: none;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border-right: none; -webkit-box-shadow: none; box-shadow: none; background: none !important;
}
nav ul ul li a {
   display: block;
   text-decoration: none;
   color: #3F515F !important;
   border: 0px;
   font-size: 12px;
   font-family: sans-serif;
   padding: 8px 10px !important;
   width: auto;
   height: auto;
   text-align: left;
   font-weight: normal;
}
nav ul ul li a:hover {

}
nav ul ul ul {
  position: absolute; left: 100%; top:0;
}
nav ul ul ul li{
	height: auto;
	font-size: 13px;
}
.picks{
	float: left;
	width: 750px;
	height: 80px;

	margin-top: 5px;
}
.electronic{
	float: left;
    width: 204px;
    height: 50px;
    border-right: 1px solid;
    border-color: #EBEFF2;
    padding: 0px 13px 30px 0px;

}
.electronic-img{
	display: block;
	float: left;
	background: url('../images/icon1.svg');
	width: 40px;
	height: 40px;
	margin: 20px 0px 0px 20px;
	background-size: 100% 100%;
}
.electronic-heading {
	display: block;
    float: left;
    font-family: sans-serif;
    font-size: 11px;
    height: 28px;
    color: #3F5163;
    width: 125px;
    margin: 12px 0px 0px 19px;
    text-decoration: none;
    font-weight: normal;
}
.atm{
    float: left;
    width: 180px;
    height: 50px;
    border-right: 1px solid;
    border-color: #EBEFF2;
    padding: 0px 0px 30px 0px;
}
.atm-img{
	display: block;
	float: left;
	background: url('../images/icon2.svg');
	width: 45px;
	height: 32px;
	margin: 25px 0px 0px 21px;

}
.atm-heading{
	display: block;
	float: left;
	font-family: sans-serif;
	font-size: 11px;
	color: #3F5163;
	height: 28px;
	width: 93px;
	margin: 18px 0px 0px 19px;
	text-decoration: none;
	font-weight: normal;
}

.e-banking{
	float: left;
	width: 147px;
	height: 50px;
	padding: 0px 0px 30px 18px;
	border-right: 1px solid;
	border-color: #EBEFF2;
}
.e-banking-img{
	display: block;
	float: left;
	background: url('../images/icon3.svg') no-repeat;
	width: 46px;
	height: 40px;
	text-indent: -9999px;
	margin: 20px 0px 0px 0px;
	background-size: 100% 100%;
}
.e-banking-heading{
	display: block;
    float: left;
    font-family: sans-serif;
    font-size: 14px;
    color: #3F5163;
    height: 18px;
    width: 70px;
    margin: 28px 0px 0px 13px;
    text-decoration: none;
    font-weight: normal;
}
.nedviznini_pdf {
    float: left;
    width: 135px;
    height: 50px;
    padding: 0px 0px 30px 8px;
    border-right: 1px solid;
    border-color: #EBEFF2;
}
.nedviznini_pdf-img {
    display: block;
	float: left;
	background: url('../images/nedviznini_icon.html') no-repeat;
	width: 46px;
	height: 40px;
	text-indent: -9999px;
	margin: 20px 0px 0px 0px;
	background-size: 100% 100%;
}
.nedviznini_pdf-heading {
  display: block;
  float: left;
  font-family: sans-serif;
  font-size: 11px;
  color: #3F5163;
  height: 28px;
  width: 73px;
  margin: 23px 0px 0px 10px;
  text-decoration: none;
  font-weight: normal;
}
.search-box{
	float: left;
	width: 220px;
	margin: 28px 0px 0px 1px;
}
.tftextinput_area,
.tftextinput{
	width: 170px;
	background: #EBEFF2;
	outline: none;
	border: 2px solid white;
	color: #425161;
	height: 32px;
	padding: 0px 8px 0px 8px;

	font-family: sans-serif;
	font-size: 13px;
	-webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
	font-weight: 100;
}
.tftextinput_area:focus,
.tftextinput:focus{
	background: #FFFFFF;
	border: 1px;
	color: #425161;
	border: 2px solid #EBEFF2;
}
.tftextinput2:focus{
	background: #FFFFFF;
	border: 1px;
	color: #425161;
	border: 2px solid #EBEFF2;
}
.tfbutton{
	background: url('../images/search.svg') no-repeat 8px -25px;
	width: 35px;
	height: 34px;
	text-indent: -9999px;
	outline: none;
	border: 0;
	cursor:pointer;
	margin: 1px 0px 0px 1px;
	position: absolute;
}
.tftextinput_area {

    max-width: 94.5%;
    height: 150px;
    width: 94.5%;
    border: 1px solid rgba(235, 239, 242, 1) !important;
    padding: 12px !important; font-size: 17px !important;
}
.news-chart{
	/* max-width: 1070px; */
	width: 100%;
	position: relative;
	z-index: 9999;
	float: left;
	background: url(../images/bg.jpg) center top #EBEFF2 repeat-x;
	padding: 0px 0px 55px 0px;
}
.container3{
	max-width: 1070px;
	padding: 0px;
	width: 100%;
	display: table;
	position: relative;
	margin: 20px auto;
	/* background: #EBEFF2; */
}
.flexlider ul {width: 100%;}
.news{
	float: left;
	width: 57%;
	position: relative;
	height: 281px;
	background: #fff;
	/* overflow: hidden; */
	/* border: 4px solid; */
	/* border-color: #D5DAE0; */
	margin: 35px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-left: 0;
	box-shadow: 0 20px 65px rgba(83, 96, 111, 0.22) ,0 0 0 2px rgb(213, 218, 224);
}
.chart2,
.chart{
	float: right;
	width: 39%;
	height: 279px;
	overflow: hidden;
	background: #fff;
	margin: 35px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	box-shadow: 0 0 0 2px rgb(255, 255, 255), 0 9px 40px rgba(83, 96, 111, 0.65);
}
.chart2 {
    width: 94%;
    float: right;
    height: auto;
}
.chart-nav2,
.chart-nav{
	float: left;
	width: 404px;
	height: 55px;
}
.chart-nav2 {
    width: 269px;

}
.chart-nav2 ul,
.chart-nav ul{
	display: block;
	float: left;
	position: absolute;
	list-style: none;
	margin: -4px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	width: 235px;
	height: 54px;
}
.chart-nav2 ul {

}
.chart-nav2 ul li,
.hover_chart,
.chart-nav ul li{
	display: block;
	float: left;
	margin: 0px 0px 0px -1px;


	background: url(../images/menu_hover.svg) center -10px no-repeat;
	-webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
	border-right: 1px solid rgba(0, 0, 0, 0);
	border-left: 1px solid rgba(0, 0, 0, 0);
	padding-bottom: 4px;
	cursor: pointer;
}
.chart-nav2 ul li {

}
.chart-nav ul li:last-of-type{
}
.chart-nav2 ul li a,
.chart-nav ul li a{
	display: block;
	float: left;
	text-decoration: none;
	color: #425161 !important;
	font-size: 11px;
	font-family: sans-serif;
	padding: 19px 20px;
	background: none !important;
}
.chart-nav2 ul li a {

}
.hover_chart{
    background: url(../images/menu_hover.svg) center -5px no-repeat !important;

    -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.14);
     box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.14);
    border-right: 1px solid rgba(0, 0, 0, 0.09) !important;
    border-left: 1px solid rgba(0, 0, 0, 0.09) !important;
    padding-bottom: 0 !important;
    padding-top: 4px;
}
.chart-nav2 hr,
.chart-nav hr{
	display: block;
	float: left;
	border: 0px;
	height: 1px;
	width: 387px;
	background: #EBEFF2;
	margin: 10px 0px 0px 8px;
}
.chart-nav2 hr {
    margin-top: 50px;

    width: 254px;
}
.panel1-2,
.panel1{
	float: left;
	width: 400px;
	height: 215px;
	margin: 7px 0px 0px 0px;
}
.panel1-2 {
    width: 269px;

}
.panel2-2 #canvas2,
.panel1-2 canvas,
.panel2 #canvas2,
.panel1 canvas{
	float: left;
	margin: 7px 0px 0px 0px;
}
.currencies{
	float: right;
	width: 101px;
	margin: 0px 10px 0px 0px;
}
.c-1{
	float: right;
	width: 100px;
	margin: 15px 0px 0px 0px;
	border-bottom: 1px solid #EBEFF2;
	padding: 0px 0px 15px 0px;
}
.c-1 h1{
	display: block;
	float: left;
	margin: 5px 10px 0px 0px;
	background: #FB9C3A;
	width: 7px;
	height: 7px;
	border-radius: 100%;
	text-indent: -9999px;
}
.c-1 h2{
	display: block;
	float: left;
	font-family: sans-serif;
	color: #3D5166;
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	font-weight: 100;
}
.c-1 h3{
	display: block;
	float: left;
	font-family: sans-serif;
	color: #3D5166;
	font-size: 12px;
	margin: 10px 0px 0px 18px;
	font-weight: 100;
}
.c-2{
	float: right;
	width: 100px;
	margin: 10px 0px 0px 0px;
	border-bottom: 1px solid #EBEFF2;
	padding: 0px 0px 15px 0px;
}
.c-2 h1{
	display: block;
	float: left;
	margin: 5px 10px 0px 0px;
	background: #738199;
	width: 7px;
	height: 7px;
	text-indent: -9999px;
	border-radius: 100%;
}
.c-2 h2{
	display: block;
	float: left;
	font-family: sans-serif;
	color: #40515F;
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	font-weight: 100;
}
.c-2 h3{
	display: block;
	float: left;
	font-family: sans-serif;
	color: #40515F;
	font-size: 12px;
	margin: 10px 0px 0px 18px;
	font-weight: 100;
}
.c-3{
	float: right;
	width: 100px;
	margin: 10px 0px 0px 0px;

}
.c-3 h1{
	display: block;
	float: left;
	margin: 5px 10px 0px 0px;
	background: #A7B4C0;
	width: 7px;
	height: 7px;
	text-indent: -9999px;
	border-radius: 100%;
}
.c-3 h2{
	display: block;
	float: left;
	font-family: sans-serif;
	color: #40515F;
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	font-weight: 100;
}
.c-3 h3{
	display: block;
	float: left;
	font-family: sans-serif;
	color: #40515F;
	font-size: 12px;
	margin: 10px 0px 0px 18px;
	font-weight: 100;
}
.list-image2,
.list-image{
    width: 141px;
    height: 24px;
    position: relative; border-left: 1px solid #EBEFF2;
    margin-top: 10px; padding-top: 6px;
    float: right;
}
.list-image2 {
}
.list-image2:hover > h1,
.list-image:hover > h1 {
	background-image: url('../images/righthover.svg');
}
.panel2-2,
.panel2{
	float: left;
	width: 400px;
	height: 215px;
	margin: 7px 0px 0px 0px;
}
.panel2-2 {
    width: 269px;

}
.right2,
.right{
	display: block;
	float: right;
	color: #425161;
	font-size: 12px;
	font-family: sans-serif;
	text-decoration: none;


	font-weight: 100;
	margin-right: 10px;
	margin-right: 10px;
}
.right2 {

}
.list-image2 h1,
.list-image h1{
	display: block;
	float: right;
	background: url('../images/right.svg');
	width: 21px;
	height: 22px;
	text-indent: -9999px;
	margin: -1px 10px 0px 0px;
}
.list-image2 h1 {

}
.helpers{
	min-width: 980px;
	width: 100%;
	float: left;
	background: rgba(255, 255, 255, 0.94);
	height: auto;
	padding: 25px 0;
	margin: 40px 0px 35px 0px;
	/* box-shadow: 0 20px 65px rgba(83, 96, 111, 0.22) ,0 0 0 4px rgb(213, 218, 224); */
	/* box-shadow: inset 0 9px 40px rgba(83, 96, 111, 0.33); */
}
.helpers-wrap2,
.helpers-wrap{
	max-width: 1070px;
	/* height: 262px; */
	width: 100%;
	padding: 0px;
	position: relative;
	/* background: #fff; */
	display: table;
	/* margin-top: 4px; */
	/* overflow: hidden; */
	margin-left: auto;
	margin-right: auto;
	/* box-shadow: 0 20px 65px rgba(83, 96, 111, 0.22) ,0 0 0 4px rgb(187, 197, 206); */
}
.helpers-wrap2 {
	overflow: visible;
	background: transparent;
	border: none;
	margin-top: -266px;
	pointer-events: none;
}
.converter{
	float: left;
	width: 194px;
	height: 262px;
	-webkit-transition: all 0.2s ease-in-out;  -moz-transition: all 0.2s ease-in-out;  -o-transition: all 0.2s ease-in-out;  -ms-transition: all 0.2s ease-in-out;  transition: all 0.2s ease-in-out;
	text-decoration: none;
	position: absolute;
}
.converter:hover > .image-inside {
    background: url(../images/convertor_slice.html) bottom center no-repeat #8C9AAA;

}
.comm-head,
.bank-head,
.calc-cr-head,
.calc-head,
.con-head{
	width: 152px;
	margin-left: auto;
	margin-right: auto;
	font-family: sans-serif;
	font-size: 17px;
	color: #728094;
	text-align: center;
	text-decoration: none;
	font-weight: 100;
	margin-top: 20px;
	height: 35px;
}
.image-inside{
	width: 195px;
	height: 95px;
	background: url(../images/convertor_slice.html) top center no-repeat #A6A9AB;
	margin: 30px 0px 0px 0px;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}
.image-inside img{
	position: relative;
}
.image-inside a{
	float: left;
	text-align: center;
	width: 196px;
	margin: 25px 0px 0px 0px;
}
.converter:hover{
    -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.25);

    z-index: 9;
}
.comment p,
.bank-dict p,
.calculator-credit p,
.calculator-deposit p,
.converter p{
	display: block;
	width: 152px;
	height: 45px;
	font-family: sans-serif;
	font-weight: 100;
	font-size: 11px;
	color: #40515F;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}
.calculator-deposit{
	float: left;
	width: 194px;
	height: 262px;
	-webkit-transition: all 0.2s ease-in-out;  -moz-transition: all 0.2s ease-in-out;  -o-transition: all 0.2s ease-in-out;  -ms-transition: all 0.2s ease-in-out;  transition: all 0.2s ease-in-out;
	text-decoration: none;
	position: absolute;
	margin-left: 195px;
}
.calculator-deposit:hover{
    -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.25);
    z-index: 9;
}
.calculator-deposit:hover > .image-inside2 {
    background: url(../images/depoziti_cal.html) center bottom no-repeat #FEB267;

}
.image-inside2{
	width: 195px;
	height: 95px;
	background: url(../images/depoziti_cal.html) center top no-repeat #283170;
	margin: 30px 0px 0px 0px;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}
.image-inside2 a{
	float: left;
	text-align: center;
	width: 196px;
	margin: 25px 0px 0px 0px;
}
.image-inside2 img{
	position: relative;
}
.calculator-credit{
	float: left;
	width: 194px;
	height: 262px;
	-webkit-transition: all 0.2s ease-in-out;  -moz-transition: all 0.2s ease-in-out;  -o-transition: all 0.2s ease-in-out;  -ms-transition: all 0.2s ease-in-out;  transition: all 0.2s ease-in-out;
	text-decoration: none;
	position: absolute;
	margin-left: 390px;
}
.calculator-credit:hover{
    -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.25);
    z-index: 9;
}
.calculator-credit:hover > .image-inside3 {
background: url(../images/krediti_cal.html) center bottom no-repeat #FEA14C;
}
.image-inside3{
	width: 195px;
	height: 95px;
	background: url(../images/krediti_cal.html) center top no-repeat #F1E6B5;
	margin: 30px 0px 0px 0px;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}
.image-inside3 a{
	float: left;
	text-align: center;
	width: 196px;
	margin: 25px 0px 0px 0px;
}

.bank-dict{
	float: left;
	width: 194px;
	height: 262px;

	-webkit-transition: all 0.2s ease-in-out;  -moz-transition: all 0.2s ease-in-out;  -o-transition: all 0.2s ease-in-out;  -ms-transition: all 0.2s ease-in-out;  transition: all 0.2s ease-in-out;
	text-decoration: none;
	position: absolute;
	margin-left: 585px;
}
.bank-dict:hover{
	-webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.25);
	z-index: 9;
}
.bank-dict:hover > .image-inside4 {
 background: url(../images/bankarski_recnik.html) center bottom no-repeat #FFC76E;
}
.image-inside4{
	width: 195px;
	height: 95px;
	background: url(../images/bankarski_recnik.html) center top no-repeat #C3AE74;
	padding: 0px 0px 0px 0px;
	margin: 30px 0px 0px 0px;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}
.image-inside5{
	width: 194px;
	height: 95px;
	background: url(../images/komentar_b.html) center top no-repeat #BEC8D1;
	padding: 0px 0px 0px 0px;
	margin: 30px 0px 0px 0px;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}
.image-inside4 a{
	float: left;
	text-align: center;
	width: 196px;
	margin: 25px 0px 0px 0px;
}

.comment{
	float: right;
	width: 191px;
	border-right: 1px solid white;
	height: 262px;
	margin-top: 0px;
	border-right-color: rgba(255, 255, 255, 0.1);
	-webkit-transition: all 0.2s ease-in-out;  -moz-transition: all 0.2s ease-in-out;  -o-transition: all 0.2s ease-in-out;  -ms-transition: all 0.2s ease-in-out;  transition: all 0.2s ease-in-out;
	text-decoration: none;
	position: absolute;
	margin-left: 780px;
}
.comment:hover{
    -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.25);

    z-index: 9;
    border-right: 1px solid white;
}

.comment:hover > .image-inside5 {
background: url(../images/komentar_b.html) center bottom no-repeat #BEC8D1;
}

.question-newsletter{
	min-width: 980px;
	width: 100%;
	float: left;

	margin: 40px 0px 0px 0px;
}
.question-newsletter-wrap{
	width: 100%;
	max-width: 1070px;
	height: 226px;
	padding: 0px;
	position: relative;
	margin: 0px auto;
}
.question{
	float: left;
	width: 652px;
	height: auto;
	background: url(../images/zapirki_prashanje.svg) no-repeat bottom right #fff;
	border: 4px solid #D5DAE0;
}
.question-heading{
	width: 640px;
	height: 85px;
	display: table;
}
.inquiry{
	float: left;
	display: block;
	width: 631px;
	padding: 24px;
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 8px;
}

.firstc{
	float: left;
	margin: 30px 0px 0px 10px;


}
#question-head{
	display: block;
	float: left;
	width: 170px;
	color: #3F515F;
	font-size: 12px;
	font-family: sans-serif;
	margin: 20px 0px 0px 10px;
	padding-bottom: 15px;
}
.inquiry-inside{
	float: left;
	display: block;
	width: 210px;
	margin: 0px 0px 0px 0px;
}
.question-heading h1{
	display: table-cell;
	background: url('../images/question.svg') no-repeat center right;
	width: 52px;
	vertical-align: middle;
	background-size: 31px;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
}
.question-heading p{
	width: 546px;
	font-family: sans-serif;
	font-weight: 100;
	font-size: 16px;
	color: #425161;

	  -webkit-margin-;
	display: table-cell;
	vertical-align: middle;
	padding-left: 25px;
	padding-top: 15px;
	padding-bottom: 20px;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
}
.question hr{
	display: block;
	width: 618px;
	height:1px;
	border:none;

	background: #EBEFF2;
	margin: 0px 0px 30px 16px;
	pointer-events: none;
}
.newsletter2,
.newsletter{
	float: right;
	width: 272px;
	background: #fff;
	border: 4px solid #D5DAE0;
}
.newsletter2 {
    width: 269px;
    margin-top: 43px;
}
.mail{
	float: left;
	background: url('../images/mail.svg');
	width: 32px;
	height: 21px;
	text-indent: -9999px;
	margin: 20px 0px 0px 19px;

}
.heading{
	width: 150px;
	float: left;
	display: block;
	font-family: sans-serif;
	font-size: 20px;
	color: #405163;
	font-weight: 100;

	margin: 16px 0px 0px 20px;

}
.tftextinput2{
	width: 225px;
	margin: 20px 0px 0px 14px;

	background: #EBEFF2; outline: none; border: 2px solid white; color: #425161;
	height: 35px;
	padding: 0px 8px 0px 8px; font-family: sans-serif;
	font-weight: 100;
	font-size: 13px; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
}
.tfbutton2{
	background: url('../images/search.png');
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
	text-indent: -9999px;
	outline: none;
	border: 0px;
	cursor:pointer;
	box-shadow: 0px;
	margin: 0px 0px 0px 10px;
}
.sign-in3,
.sign-in{
	display: block;
	float: left;
	font-family: sans-serif;
	width: 123px;
	height: 31px;
	text-align: left;
	background: url(../images/signin.svg) no-repeat 96px 8px #8C9AAB;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
	margin: 17px 0px -2px 17px;
	font-weight: 100;
	padding-top: 0px;
	padding-left: 14px;
	border: none;
}
.sign-in3:hover,
.sign-in:hover{
    /* background: url(../images/signin.svg) no-repeat 96px 8px #FFB56C; */
}
.sign-in3:hover {
	background: url(../images/more.svg) no-repeat 88% center #283170;
	background-size: 9px;
}
.sign-in3 {
    /* margin: 173px 0px -2px 313px; */
    background: url(../images/more.svg) no-repeat 88% center #C3AE74;
    height: auto;
    /* padding-top: 5px; */
    width: auto;
    letter-spacing: 1px;
    padding: 7px 35px 7px 12px;
    position: absolute;
    line-height: normal;
    background-size: 9px;
    bottom: 0;
    position: relative;
}
.sign-out{
	display: block;
	float: right;
	font-family: sans-serif;
	color: #FFA140;
	font-size: 11px;
	width: 92px;
	margin: 17px 8px 0px 0px;
}
.last_nl {
    width: 200px;
    margin: 6px 0px -13px 20px !important;
    float: left;
    color: #8C9AAB;
    font-size: 11px;
    font-family: sans-serif;
    display: block;
}

.divider{
	display: block;
	float: left;
	width: 241px;
	border: 0px solid;
	height: 1px;
	background: #EBEFF2;
	margin: 20px 0px 2px 16px;
}
.info3,
.info{
	display: block;
	float: left;
	width: 240px;
	font-family: sans-serif;
	color: #3F5163;
	font-size: 10px;
	margin: 11px 0px 0px 16px;

	font-weight: 100;
}
.info3 {

    margin: -17px 0 0 30px;
    width: 240px;
}
.partners{
	min-width: 980px;
	width: 100%;
	float: left;
	background: white;
	padding: 0px;
	position: relative;
	margin-top: 52px;
	/* border-bottom: 3px solid #B3BEC8; */
	box-shadow: 0 9px 40px rgba(83, 96, 111, 0.33);
}
.partners-wrap{
	width: 100%;
	height: 101px;
	padding: 0px;
	max-width: 1070px;
	position: relative;
	margin: 0px auto;
	background: #fff;
	/* border-bottom: 4px solid #B3BEC8; */
}
.partner1 {
	float: left;
	position:relative;
	margin:0 auto;
	width: 191px;
    height: 21px;
    padding-top: 20px;
	margin-left: 20px;

}
.parnter1 img {
  position:absolute;
  left:0;
 padding-top: 20px;
   -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.partner1 img.top:hover {
  opacity:0;
}
.partner1 img{
    display: block;
    width: 195px;
    height: 28px;
    position: absolute;
    /* transitions */
     -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

}
/*     solution 1: css3 solution, it depends of <img>'s order */

.partner1 img:nth-child(1){ /* first <img> child of <div> */
    filter: alpha(opacity=100); /* IE stuff */
    opacity: 1;
    z-index: 2;
}
.partner1 img:nth-child(2){ /* second <img> child of <div> */
    filter: alpha(opacity=0); /* IE stuff */
    opacity: 0;
    z-index: 1;
}
/* hover */
.partner1:hover > .partner1:nth-child(1){
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 1;
}
.partner1:hover > img:nth-child(2){
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 2;
}


.partner2 {
	float: left;
	position:relative;
	margin:0 auto;
	width: 175px;
    height: 53px;
    padding-top: 7px;
	margin-left: 20px;

}

.parnter2 img {
  position:absolute;
  left:0;
 padding-top: 0px;
   -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.partner2 img.top:hover {
  opacity:0;
}

.hr_in1 {
    display: block; float: left; border: 0px; height: 1px;  width: 254px;
    background: #EBEFF2;
    margin: 20px 0px 0px 8px;

}
.hr_in2 {
    display: block; float: left; border: 0px; height: 1px;  width: 254px;
    background: #EBEFF2;
    margin: 9px 0px 0px 8px;

}
.partner2 img{
    display: block;
    width: 175px;
    height: 53px;
    position: absolute;
    /* transitions */
     -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

}
/*     solution 1: css3 solution, it depends of <img>'s order */

.partner2 img:nth-child(1){ /* first <img> child of <div> */
    filter: alpha(opacity=100); /* IE stuff */
    opacity: 1;
    z-index: 2;
}
.partner2 img:nth-child(2){ /* second <img> child of <div> */
    filter: alpha(opacity=0); /* IE stuff */
    opacity: 0;
    z-index: 1;
}
/* hover */
.partner2:hover > .partner1:nth-child(1){
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 1;
}
.partner2:hover > img:nth-child(2){
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 2;
}
.partner3 {
	float: left;
	position:relative;
	margin:0 auto;
	width: 167px;
    height: 53px;
    padding-top: 7px;
	margin-left: 20px;

}

.parnter3 img {
  position:absolute;
  left:0;
 padding-top: 0px;
   -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.partner3 img.top:hover {
  opacity:0;
}

.partner3 img{
    display: block;
    width: 167px;
    height: 53px;
    position: absolute;
    /* transitions */
     -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

}
/*     solution 1: css3 solution, it depends of <img>'s order */

.partner3 img:nth-child(1){ /* first <img> child of <div> */
    filter: alpha(opacity=100); /* IE stuff */
    opacity: 1;
    z-index: 2;
}
.partner3 img:nth-child(2){ /* second <img> child of <div> */
    filter: alpha(opacity=0); /* IE stuff */
    opacity: 0;
    z-index: 1;
}
/* hover */
.partner3:hover > .partner1:nth-child(1){
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 1;
}
.partner3:hover > img:nth-child(2){
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 2;
}
.partner4 {
	float: left;
	position:relative;
	margin:0 auto;
	width: 102px;
    height: 39px;
    padding-top: 15px;
	margin-left: 20px;

}
fieldset {
border: 1px solid rgba(213, 218, 224, 0.54);
padding-top: 10px;
padding-bottom: 10px;
margin-top: 15px;
margin-bottom: 8px;
padding-left: 10px;
padding-right: 10px;
}
.parnter4 img {
  position:absolute;
  left:0;
 padding-top: 0px;
   -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.dropdown_tools_c {
	padding: 12px !important;
	font-size: 14px !important;
	margin-bottom: 13px !important;
	border: 1px solid rgba(235, 239, 242, 1);
}
.dropdown_tools_c2 {
    margin-right: 26px !important;

    margin-bottom: 6px !important;
}
.input_tools_c {
    margin-top: -9px;
    height: 19px;

    margin-bottom: -3px;
    width: 100%;
    background: #EBEFF2; padding: 12px !important;
    font-size: 17px !important;
    border: 1px solid rgba(235, 239, 242, 1) !important;
}
.input_tools_c:focus {
    background: none;

}
.dp_c_tools {
	width: 50%;
	float: right;
	background: #EBEFF2;
	outline: none;
	border: 2px solid white;
	color: #425161;
	height: 32px;
	font-family: sans-serif;
	font-size: 13px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-weight: 100;
	margin-top: -6px;
	margin-right: -6px;
}
.partner4 img.top:hover {
  opacity:0;
}
option:hover{
background:#C6C4BD;
}

.partner4 img{
    display: block;
    width: 102px;
    height: 39px;
    position: absolute;
    /* transitions */
     -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

}
/*     solution 1: css3 solution, it depends of <img>'s order */

.partner4 img:nth-child(1){ /* first <img> child of <div> */
    filter: alpha(opacity=100); /* IE stuff */
    opacity: 1;
    z-index: 2;
}
.partner4 img:nth-child(2){ /* second <img> child of <div> */
    filter: alpha(opacity=0); /* IE stuff */
    opacity: 0;
    z-index: 1;
}
/* hover */
.partner4:hover > .partner1:nth-child(1){
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 1;
}
.partner4:hover > img:nth-child(2){
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 2;
}
.partner5 {
	float: left;
	position:relative;
	margin:0 auto;
	width: 230;
    height: 53px;
    padding-top: 7px;
	margin-left: 20px;

}
.parnter5 img {
  position:absolute;
  left:0;
 padding-top: 0px;
   -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.partner5 img.top:hover {
  opacity:0;
}
.partner5 img{
    display: block;
    width: 230px;
    height: 53px;
    position: absolute;
    /* transitions */
     -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

}
/*     solution 1: css3 solution, it depends of <img>'s order */

.partner5 img:nth-child(1){ /* first <img> child of <div> */
    filter: alpha(opacity=100); /* IE stuff */
    opacity: 1;
    z-index: 2;
}
.partner5 img:nth-child(2){ /* second <img> child of <div> */
    filter: alpha(opacity=0); /* IE stuff */
    opacity: 0;
    z-index: 1;
}
/* hover */
.partner5:hover > .partner1:nth-child(1){
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 1;
}
.partner5:hover > img:nth-child(2){
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 2;
}
.last-section{
	min-width: 980px;
	width: 100%;
	float: left;
	height: 145px;
	padding: 0px;
	position: relative;
	bottom: 0px;
	margin: 10px 0px 0px 0px;
	background: #2B315A !important;
	border: 0px;
	border-bottom: 1px solid rgba(235,239,242,0.2);
	box-shadow: 0 545px 0 400px #2B315A;
}
footer{
	width: 1060px;
	padding: 0px;
	position: relative;
	margin: 0px auto;
	background: #2B315A !important;
}
.footer-logo{
	float: left;

}
.container_download2,
.container_download1 {
    width: 61px;
    left: 0;
    height: 100%;
    position: absolute;
    float: left;
    background: url(../images/hover_download1-01.svg) 10px center no-repeat  #FA984E;
    pointer-events: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.container_download2 {
    background: url(../images/hover_download2-02.svg) 8px center no-repeat #8C9AAC;

}
.footer-logo h1{
	background: url('../images/footerlogo.png');
	width: 195px;
	height: 41px;
	text-indent: -9999px;
	margin-top: 19px;
	background-size: 100%;
	margin-left: 5px;
}
.connections{
	float: left;
	margin: 12px 0px 0px 27px;
}
.street{
	float: left;
	width: 320px;
	margin: 0px 25px 0px 5px;
}
.street h1{
	float: left;
	display: block;
	background: url('../images/footericon1.svg');
	width: 36px;
	height: 36px;
	text-indent: -9999px;
	margin-top: 12px;
}
.street p{
	display: block;
	float: left;
	width: 270px;
	font-size: 12px;
	color: #C8CDD3;
	font-family: sans-serif;
	margin: 14px 0px 0px 10px;
	font-weight: 100;
}
.phone{
	float: left;
	width: 157px;
	margin: 0px 10px 0px 0px;
}
.phone h1{
	float: left;
	display: block;
	background: url('../images/footericon2.svg');
	width: 36px;
	height: 36px;
	text-indent: -9999px;
	margin-top: 12px;
}
.phone p{
	display: block;
	float: left;
	width: 97px;
	font-size: 12px;
	color: #C8CDD3;
	font-family: sans-serif;
	margin: 22px 0px 0px 10px;
	font-weight: 100;
}
.em-adress{
	float: left;
	width: 178px;
	margin: 0px 0px 0px 0px;
}
.em-adress h1{
	float: left;
	display: block;
	background: url('../images/footericon3.svg');
	width: 36px;
	height: 36px;
	text-indent: -9999px;
	margin-top: 12px;
}
.em-adress a{
	display: block;
	float: left;
	width: 100px;
	font-size: 12px;
	text-decoration: none;
	color: #C8CDD3;
	font-family: sans-serif;
	margin: 22px 0px 0px 10px;
	font-weight: 100;
}
.em-adress a:hover{
	text-decoration: underline;
}

.first{
	display: block;
	position: relative;
	z-index: 20;
	height: 1px;
	border: 0px solid;
	background: rgba(235,239,242,0.2);
	float: left;
	margin: 4px 0 4px 0;
	width: 100%;
}
.second{
	display: block;
	position: relative;
	z-index: 20;
	height: 1px;
	border: 0px solid;
	background: rgba(255, 255, 255, 0.09);
	float: left;
	width: 100%;
	margin: 0px 0 0px 0;
}
.section-two{
	min-width: 1040px;
	width: 100%;
	float: left;
	padding: 0px 0 15px 0;
	position: relative;
	margin: 0px 0px 0px 0px;
	background: #2B315A !important;
	border: 0px;
}
.section-two-wrap{
	width: 1070px;
	padding: 0px;
	position: relative;
	text-align: center;
	margin: 0px auto;
	/* background: #53606F !important; */
}
.footer-nav{
	display: block;
	float: left;
	list-style: none;
	margin: 18px 0px 0px 6px;
	font-weight: 100;
	-webkit-padding-start: 0;
	padding: 0;
}
.footer-nav li{
	display: block;
	float: left;
	margin: 0px 10px 0px 0px;
	border-right: 1px solid;
	border-color: rgba(255, 255, 255, 0.4);
	padding: 0px 10px 0px 0px;
}
.footer-nav li:last-of-type{
	border: 0px;
}
.footer-nav li a{
	display: block;
	float: left;
	text-decoration: none;
	color: #C8CDD3;
	font-family: sans-serif;
	font-size: 12px;
}
.footer-nav li a:hover{
	text-decoration: underline;
}
.copyright{
	display: inline-block;
	color: #C8CDD3;
	font-family: sans-serif;
	font-size: 11px;
	margin: 19px 0px 0px 0px;
	/* float: left; */
	font-weight: 100;
}
.signature{
	display: inline-block;
	/* float: left; */
	color: #C8CDD3;
	font-family: sans-serif;
	font-size: 11px;
	text-decoration: none;
	margin: 11px 14px 0px 22px;
	font-weight: 100;
}
.sig-img{
	margin: 6px 0px -2px 5px;
	width: 70px;
}

.flexslider{
	float: left;
	width: 100%;
}
.over_logo {
    width: 279px;
    background: url(../images/logo_img_hover.svg) no-repeat center rgba(250, 152, 78, 1);
    opacity: 0;
    height: 146px;
    position: absolute;
    /* margin: 7px 0 0 22px; */
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    top: 0;
    left: 0;
}
.over_logo:hover {
	    background: url(../images/logo_img_hover.svg) center no-repeat rgba(250, 152, 78, 1);
	    opacity: 0.9;
}

.over_logo2 {
    width: 279px;
    background: url(../images/logo_img_hover.svg) no-repeat center rgba(250, 152, 78, 1);
    opacity: 0;
    height: 146px;
    position: absolute;
    margin: 7px 0 0 22px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    top: 0;
}
.over_logo2:hover {
	    background: url(../images/logo_img_hover.svg) center no-repeat rgba(250, 152, 78, 1);
	    opacity: 0.9;
}


.slides{
	display: block;
	float: left;
	padding: 0px;
	list-style: none;
}
.first-slide{
	display: block;
	float: left;
	height: auto;
	width: 100%;
	margin: 20px 0px 0px 0px;
}
.news-heading{
	float: left;
	width: 100%;
	height: 50px;
	position: relative;
}
.dots{
	width: 100%;
	/* margin-top: 21px; */
	position: absolute;
	/* margin-left: 230px; */
	height: 100%;
	z-index: 9999;
	pointer-events: none;
}
.news-heading h1{
	display: block;
	float: left;
	margin: 13px 0px 2px 18px;
	color: #30397B;
	width: 200px;
	font-weight: normal;
	font-size: 17px;
	font-family: sans-serif;
}
.news-heading h2{
	display: block;
	float: right;
	margin: 0px 10px 0px 0px;
	color: #30397B;
	font-size: 12px;
	font-family: sans-serif;
	font-weight: normal;
}
.news-heading hr{
	display: block;
	float: left;
	width: 100%;
	border: 0px;
	height: 1px;
	background: rgba(204, 208, 210, 0.68);
	margin: 13px 0px 0px 0px;
}
.news-heading h3{
	background: url('../images/right.svg');
	width: 21px;
	height: 22px;
	text-indent: -9999px;
	display: block;
	float: right;
	margin: 0px 10px 0px 0px;
	color: #3F5160;
	font-size: 12px;
	font-family: sans-serif;
	font-weight: 100;

	margin-top: -1px;
}
.first-slide img{
	display: block;
	float: left;
	margin: 0px 0px 0px 3%;
}
.first-slide2 {
	margin-top: 20px;
}
.first-slide2 img{
	display: block;
	float: left;
	margin: 0;
}
.first-slide1 img{
	display: block;
	float: left;
	width: 100%;
	height: 420px;
}
.first-slide span{
	position: absolute;
	left: 0px;
	margin: 10px 0px 0px 0px;
	width: 61px;
	height: 68px;
	/* background: #FA974C; */
	/* color: #fff; */
	text-align: center;
	font-family: sans-serif;
	font-weight: 100;
	font-size: 20px;
	padding: 10px 0px 0px 0px;
	opacity: 0.7;
}

.txt_nov p{
	display: block;
	float: right;
	width: 199px !important;
	color: #3F515F;
	font-weight: 100;
	font-family: sans-serif;
	margin: 0 0px 0 0;

}

.first-slide p{
	display: block;
	float: right;
	width: 270px;
	color: #3F515F;
	font-weight: 100;
	font-family: sans-serif;
	margin: 0 0px 0 0;
}
.arrows{
	float: right;
	position: absolute;
	right: 0px;
	z-index: 40;
	width: 400px;
	background: #fff;
	box-shadow: 1px 1px 51px #fff;
}
.flex-prev{
	background: url('../images/right.png');
	display: block;
	/* float: left; */
	width: 31px;
	height: 32px;
	text-indent: -9999px;
	margin: 0px 0px 0px 0px;
}

.flex-next{
	background: url('../images/leftB.png');
	display: block;
	float: left;
	width: 31px;
	height: 32px;
	text-indent: -9999px;
	margin: 0px 10px 0px 0px;
}
.content{
	width: 100%;
	margin: 0px auto;
	float: left;
	padding-top: 20px;
	margin-bottom: 40px;
	background: url(../images/bg.jpg) center top #EBEFF2 repeat-x;
}
.content-wrap{
	width: 100%;
	max-width: 1070px;
	padding: 0px;
	position: relative;
	margin: 0px auto;
	background: #EBEFF2;
}
.section-left{
	float: left;
	width: 75%;
	/* background: rgba(255, 255, 255, 0.57); */
	/* padding: 2%; */
	font-family: sans-serif;
	color: #3F515F;
	line-height: normal;
	font-size: 13px;
	/* box-shadow: 0 13px 21px 20px rgba(255, 255, 255, 0.57); */
}
.tabs-nav{
	float: left;
	width: 100%;
	margin: 0px 0px 30px 0px;
}
.tabs-nav h1{
	display: block;
	float: left;
	width: 100%;
	color: #3F515F;
	font-size: 20px;
	font-weight: 300;
	font-family: sans-serif;
	margin: 0;
}
.tabs-nav ul{
	display: block;
	float: left;
	width: 100%;
	list-style: none;
	min-height: 57px;
	background: #fff;
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}
.tabs-nav ul li{
	display: block;
	float: left;
	margin: 10px 0px -15px 0px;
	border-right: 1px solid rgba(235, 239, 242, 1);

	height: 40px;
}

.tabs-nav ul li:last-of-type{
}
.tabs-nav ul li a{
	float: left;
	text-decoration: none;
	color: #3F515F;
	padding: 20px 10px 20px 10px;
	font-size: 12px;
	margin-top: -10px;
	text-align: center;
	font-weight: 100;
	font-family: sans-serif;
	  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;

}
.tabs-nav ul li a:hover{
	background: #F89856;
	color: #fff;




}








.ig_li_css {
    width: 320px !important;
}








.panes{
	float: left;
	width: 100%;
}
.content-p{
	display: block;
	float: left;
	font-size: 12px;
	font-weight: 100;
	font-family: sans-serif;
	color: #3F515F;
	width: 100%;
	margin: 50px 0px 0px 0px;
}
.image-gallery{
	float: left;
	width: 100%;
	margin: 20px 0px 0px 0px;
}
.images-inside img {
	border: 7px solid;
	border-color: #fff;
	-webkit-box-shadow: 0px 7px 17px rgba(68,91,115,0.2);
	box-shadow: 0px 7px 17px rgba(68,91,115,0.2);
	width: 135px;
}
.image-gallery ul{
	display: block;
	float: left;
	padding: 0px 0px 0px 0px;
	margin-bottom: 20px !important;
}
.image-gallery ul li{
}
#slides-inside{
	display: block;
	float: left;
	height: auto;
	list-style: none;
}
.description{
	float: left;
	width: 293px;

	text-align: center;
	margin: 10px 0px 0px 15px;
	font-size: 12px;
	font-family: sans-serif;
	color: #3F515F;
	font-weight: 100;
	display: block;
}
.quotation{
	float: left;
	width: 98%;
	height: auto;
	border-left: 5px solid;
	border-color: #FA984E;
	margin: 10px 0px 20px 0px;
	background: url(../images/zapirki_prashanje.svg) no-repeat bottom right #fff;
}
.quotation p{
	display: block;
	float: left;
	width: 586px;
	font-size: 12px;
	font-family: sans-serif;
	color: #3F515F;
	margin: 20px 0px 22px 20px;
}

.quotation  h1{
	display: block;
	float: right;
	background: url('../images/qmark.png');
	width: 23px;
	height: 21px;
	text-indent: -9999px;
	margin: 0px 15px 0px 0px;

}
.sidebar{
	float: right;
	/* background: rgb(235, 239, 242); */
	width: 25%;
}
.sell-buy{
	float: right;
	width: 269px;
	background: #fff;
	height: 358px;
	border: 4px solid #D5DAE0;
}
.inside-content{
	float: left;

}
.content-panel-1{
	float: left;
}
#sb-nav{
	display: block;
	float: left;
	position: absolute;
	width: 269px;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #fff;
}

#sb-nav li{
	display: block;
	float: left;
	margin: 0px 0px 0px 0px;

	padding: 20px 15px 20px 20px;
	border-right: 1px solid;
	border-color: rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

}
#sb-nav li:last-of-type{
	border: 0px;
}
#sb-nav li a{
	display: block;
	float: left;
	text-decoration: none;
	color: #425161;
	font-size: 11px;
	font-family: sans-serif;
}
#sb-nav li:hover{
	-webkit-transition: all 0.3s ease-in-out;
	border-top: 4px solid;
	border-right-color: rgba(255, 255, 255, 0.1);
	border-top-color: #FC9845;
	border-bottom: 0px !important;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-box-shadow: 1px 3px  #e3e3e3,  -1px 0 3px #e3e3e3;
	-moz-box-shadow: 1px 0 3px #e3e3e3,  -1px 0 3px #e3e3e3;
	box-shadow: 1px 0 3px #e3e3e3,  -1px 0 3px #e3e3e3;
}

.divide{
	display: block;
	float: left;
	border: 0px;
	height: 1px;
	width: 244px;
	background: rgba(0, 0, 0, 0.2);
	margin: 20px 0px 0px 0px;

}
.thechart{
	float: left;
	width: 269px;
	margin: px 10px 0px 0px;
}
.currencies2{
	float: left;
	width: 269px;
	margin: 8px 0px 0px 0px;
}
.canvas-inside{
	display: block;
	float: left;
	margin: 65px 0px 0px 0px;
	position: relative;
	z-index: 50;

}
.c2-1{
	float: left;
	width: 60px;
	margin: 0px 0px 0px 17px;
	border-right: 1px solid rgba(235, 239, 242, 1);
	padding-right: 11px;
}
.c2-1 h1{
	position: relative;
	top: 10px;
	display: block; float: left;
	margin: 0px 10px -4px 0px; background: #FB9C3A; width: 7px; height: 7px; border-radius: 100%; text-indent: -9999px;
}
.c2-1 h2{
	display: block;
	float: left;
	font-family: sans-serif;
	color: #40515F;
	font-size: 14px;
	font-weight: 100;
	text-align: center;
	line-height: 21px;
	margin: 0;
}
.c2-1 h3{
	display: block;
	float: left;
	font-family: sans-serif;
	color: #40515F;
	font-size: 11px;
	margin: 0px 0px 0px 3px;
	font-weight: 100;
	text-align: center;
}

.c2-2{
	float: left;
	width: 56px;
	margin: 0px 0px 0px 17px;


	border-right: 1px solid #EBEFF2;
	padding-right: 10px;
}
.c2-2 h1{
    position: relative; top: 10px; display: block; float: left;
    margin: 0px 10px -4px 0px;
    background: #738199; width: 7px; height: 7px; border-radius: 100%; text-indent: -9999px;
}
.c2-2 h2{
	display: block;
	float: left;
	font-family: sans-serif;
	color: #40515F;
	font-size: 14px;
	margin: 0;
	font-weight: 100;
	text-align: center;
	line-height: 21px;
}
.c2-2 h3{
	display: block;
	float: left;
	font-family: sans-serif;
	color: #40515F;
	font-size: 11px;
	margin: 0px 0px 0px 3px;
	font-weight: 100;
	text-align: center;
}
.c2-3{
	float: left;
	width: 60px;
	margin: 0px 0px 0px 17px;

}
.c2-3 h1{
    position: relative; top: 10px; display: block; float: left;
    margin: 0px 10px -4px 0px;
    background: #A7B4C0; width: 7px; height: 7px; border-radius: 100%; text-indent: -9999px;

}
.c2-3 h2{
	display: block;
	float: left;
	font-family: sans-serif;
	color: #40515F;
	font-size: 14px;
	margin: 0;
	font-weight: 100;
	text-align: center;
	line-height: 21px;
}
.c2-3 h3{
	display: block;
	float: left;
	font-family: sans-serif;
	color: #40515F;
	font-size: 11px;
	margin: 0px 0px 0px 3px;
	text-align: center;
	font-weight: 100;
}
.whole{
	display: block;
	float: right;
	color: #525F71;
	font-family: sans-serif;
	font-size: 12px;
	text-decoration: none;
	margin: 15px 10px 0px 0px;
}
.go-link{
	display: block;
	float: right;
	background: url('../images/right.svg');
	width: 21px;
	height: 22px;
	margin: 12px 20px 0px 0px;
	text-indent: -9999px;
}
.go-link:hover{
	background-image: url('../images/righthover.svg');
}
.helpers2{
	float: right;
	width: 86%;
	background: #fff;
	height: auto;
	border-radius: 1px;
	/* padding: 5px; */
	font-weight: 100;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #717171;
	box-shadow: 0 0 0 2px rgb(255, 255, 255), 0 9px 40px rgba(83, 96, 111, 0.29);
}

.hover1, .hover2, .hover3, .hover4, .hover5 {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.hover1{
	display: block;
	float: left;
	width:249px;
	padding: 15px 0px 16px 20px;
	font-family: sans-serif;
	font-size: 15px;
	color: rgba(61, 81, 102, 0.79);
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	background: url(../images/helperoriginal1hover.svg) no-repeat;
	background-position: 227px 16px;
}
.hover1:hover{
	color: #fff;
	background: url(../images/helperoriginal1hover.svg) #8C9AAA no-repeat;

	background-position: 227px -25px;
}
.helpers2 hr{
	display: block;
	float: left;
	width: 254px;
	border: 0px;
	height: 1px;
	background: #EBEFF2;
	margin: 0px 0px 0px 7px;
}
.helpers2 img{
}
.hover2{
	display: block;
	float: left;
	width:249px;
	padding: 15px 0px 16px 20px;
	font-family: sans-serif;
	font-size: 15px;
	color: rgba(61, 81, 102, 0.79);
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	background: url(../images/helperoriginal2hover.svg) no-repeat;
	background-position: 227px 17px;
}
.hover2:hover{
	color: #fff;
	background: url(../images/helperoriginal2hover.svg) #FEB267 no-repeat;
	background-position: 227px -35px;
}




.hover3{
	display: block;
	float: left;
	width:249px;
	padding: 15px 0px 16px 20px;
	font-family: sans-serif;
	font-size: 15px;
	color: rgba(61, 81, 102, 0.79);
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	background: url(../images/helperoriginal3hover.svg) no-repeat;
	background-position: 227px 17px;
}
.hover3:hover{
	color: #fff;
	background: url(../images/helperoriginal3hover.svg) #FEA14C no-repeat 227px -28px;
}


.hover4{
	display: block;
	float: left;
	width:249px;
	padding: 15px 0px 16px 20px;
	font-family: sans-serif;
	font-size: 15px;
	color: rgba(61, 81, 102, 0.79);
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	background: url(../images/helperoriginal4hover.svg) no-repeat; background-position: 227px 17px;
}
.hover4:hover{
	color: #fff;
	background: url(../images/helperoriginal4hover.svg)  #FFC76E no-repeat 227px -28px;
}
.hover5{
	display: block;
	float: left;
	width:249px;
	padding: 15px 0px 16px 20px;
	font-family: sans-serif;
	font-size: 15px;
	color: rgba(61, 81, 102, 0.79);
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	background: url(../images/helperoriginal5hover.svg) no-repeat 235px;
	background-position: 227px 18px;
}
.hover5:hover{
	color: #fff;
	background: url(../images/helperoriginal5hover.svg) #BEC8D1 no-repeat;
	background-position: 227px -31px;
}
.mail2{
	float: left;
	background: url('../images/mail.png');
	width: 32px;
	height: 21px;
	text-indent: -9999px;
	margin: 20px 0px 0px 17px;
}
.heading2{
	width: 150px;
	float: left;
	display: block;
	font-family: sans-serif;
	font-size: 20px;
	color: #405163;
	font-weight: 100;
	margin: 17px 0px 0px 20px;
}
.txt_p_long {
	margin-top: 17px !important;
}
.tftextinput3{
	width: 227px;
	background: #EBEFF2;
	outline: none;
	border: 0px;
	height:30px;
	padding: 0px 0px 0px 15px;
	margin: 20px 0px 0px 15px;
}
.tfbutton2{
	background: url('../images/search.png');
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
	text-indent: -9999px;
	outline: none;
	border: 0px;
	cursor:pointer;
	box-shadow: 0px;
	margin: 0px 0px 0px 10px;
}
.sign-in2{
	display: block;
	float: left;
	font-family: sans-serif;
	width: 132px;
	height: 23px;
	text-align: center;
	background: #FFB56C;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
	padding: 3px 0px 0px 0px;
	margin: 20px 0px 0px 15px;
}
.sign-in2 img{
	margin: 1px 0px 0px 5px;
}
.sign-out2{
	display: block;
	float: right;
	font-family: sans-serif;
	color: #FFA140;
	font-size: 11px;
	width: 92px;
	margin: 16px 0px 0px 0px;
}
.divider2{
	display: block;
	float: left;
	width: 247px;
	border: 0px solid;
	height: 1px;
	background :rgba(0, 0, 0, 0.1);
	margin: 20px 0px 0px 10px;
}
.info2{
	display: block;
	float: left;
	width: 247px;
	font-family: sans-serif;
	color: #3F5163;
	font-size: 11px;
	margin: 20px 0px 0px 8px;
	text-align: center;
}
.downloads{
	float: left;
	width: 101%;
	margin-top: 60px;
}
.downloads2{
	float: left;
	width: 269px !important;
	margin-top: 60px;
    margin-left:22px;
}
.d1{
	float: left;
	height: auto;
	position: relative;
	width: 310px;

	margin-right: 20px;
	margin-bottom: 20px;
	display: inline-block;
}










.d3{
	float: left;
	height: auto;
	position: relative;
	width: 310px;

	margin-right: 20px;
	margin-bottom: 20px;
	display: inline-block;
}
.container_download3 {
	width: 61px;
	left: 0;
	height: 100%;
	position: absolute;
	float: left;
	background: url(../images/hover_download1-03.svg) 15px center no-repeat #53606F;
	pointer-events: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.d3:hover > .container_download3 {
	background: url(../images/hover_download1-03.svg) -56px center no-repeat #53606F;
}

















.d2{
	float: left;
	width: 310px;
	position: relative;
	margin-right: 20px;
	margin-bottom: 20px;
	display: inline-block;
}
.download-item-heading2,
.download-item-heading{
	display: block;
	float: left;
	width: 226px;
	padding: 19px 5px 20px 80px !important;
	font-family: sans-serif;
	font-size: 15px;
	color: #3D5166 !important;
	text-decoration: none;
	background: white !important;
	border-radius: 0 !important;
}

.download-item-heading4,
.download-item-heading3{
	display: block;
	float: left;
	width: 192px;
	padding: 19px 5px 20px 80px;
	font-family: sans-serif;
	font-size: 15px;
	color: #3D5166;
	text-decoration: none;
	background: white;
}

.d1:hover > .container_download1 {
	background: url(../images/hover_download1-01.svg) -56px center no-repeat #FA984E;
}
.d2:hover > .container_download2 {
	background: url(../images/hover_download2-02.svg) -56px center no-repeat #8C9AAC;
}
.controls{
	float: left;
	position: absolute;
}
.panelnum2{
	float: left;
}
.content-panel2{
	float: left;
}
.head-paragraph{
	float: left;
	width: 100%;
	/* margin-top:40px; */
}
.news_h1{
	display: block;
    float: left;
    width: 520px;
    font-family: sans-serif;
    color: #929496;
    font-size: 20px;
    font-weight: 300;
    margin: 0px 0px 0px 175px;
}

.search_h1{
    display: block;
    float: left;
    font-family: sans-serif;
    color: #929496;
    font-size: 20px;
    font-weight: 300;
    margin: 0px 0px 0px 145px;
    width:600px;

}

.box_news_slider p{
	display: block !important;
	font-family: sans-serif !important;
	margin: -3px 0px 0px 0px !important;
	font-weight: 100 !important;
}

.box_news_slider3 p{
	display: block !important;
	font-family: sans-serif !important;
    margin: 0px 0px 0px 9px !important;
	font-weight: 100 !important;
}
.head-paragraph p{
	width: 650px;
    font-family: sans-serif;
    color: #3F515F;
    font-size: 12px;
    /*margin: 110px 0px 0px 0px;*/
    font-weight: 100;
    float:left !important;
}
.content-divider{
	display: block;
	float: left;
	width: 642px;
	border: 0px;
	height: 1px;
	background: #D2D7DC;
	margin: 30px 0px 30px 3px;
}
.galery_images {
margin-top: 50px;
    float: left;
    padding: 0;
}
.galery_images ul {
    list-style: none !important;

    -webkit-padding-start: 0 !important;
}
.album_li {
    height: 210px !important;
}
.galery_images ul li {
    width: 145px;
    height: 110px;
    float: left;
/*     background: red; */
    position: relative;
}
.galery_images ul li a {
    text-decoration: none;
    background: none !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
	    margin: 0 !important;
}
.galery_images ul li a img {
 border: 2px solid white;
}
.galery_images ul li a .over_logo {
    width: 135px;

    position: relative;
    margin-bottom: -78px;
    margin-left: 7px;
    height: 71px;
    background-size: 40px;
}

.galery_images ul li a .over_logo2 {
    width: 135px;
    position: relative;
    margin-bottom: -142px;
    margin-left: 7px;
    height: 135px;
    background-size: 40px;
}

.galery_images ul li a p {
    width: 149px;

    float: none;
    position: relative;
    text-decoration: none !important;
    font-size: 10px;
    margin-left: 0px;
}
.table-contents{
	/* float: left; */
	margin: 20px 0px 20px 0px;
	/* box-shadow: 0px 0px 0px 1px rgba(144, 144, 144, 0.8); */
	/* border-radius: 4px; */
	/* overflow: hidden; */
}
.table-contents table {
    width: 100% !important;
    background: #fff;
    /* border-left: 4px solid #C3AE74; */
    border-collapse:collapse;
    /* box-shadow: 0px 0px 0px 1px rgba(144, 144, 144, 0.8); */
    /* border-radius: 4px; */
    border: 1px solid rgba(144, 144, 144, 0.8);
}
.table-contents table tbody tr td {
    font-family: sans-serif;
    /* color: #3F515F; */
    /* font-size: 12px; */
    /* font-weight: 100; */
    padding: 15px 15px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.table-contents table tbody tr td:last-of-type {
    border-right: 0px;
}
.table-contents table tbody tr {
    border-color: #EBEFF2 !important;
    /* margin: 0px 0px 20px 0px; */
    /* border-bottom: 1px solid; */
    border-right: 0;
}
.table-contents table > tbody > tr > td > ul > li:last-child {
    margin-bottom: 0;
}
.table-contents table > tbody > tr > td > ul > li {
     margin-bottom: 16px;
}
.table-contents table > tbody > tr > td > ul {
    list-style-image: url('../images/bullet_c.svg');
	-webkit-margin-before: 0;
	-webkit-margin-after: 0; -webkit-margin-start: 0px; -webkit-margin-end: 0px;
	-webkit-padding-start: 0;
	padding-left: 19px;
}
    .table-contents table > tbody > tr > th {
        /* height: 50px; */
        background-color: #30397B !important;
        font-family: sans-serif;
        color: #FFFFFF !important;
        font-size: 13px;
        font-weight: 100;
        padding: 10px;
        line-height: normal;
        border: 1px solid rgba(255, 255, 255, 0.13);
        border-right: 0;
    }

/*.sizeable{
	width: 648px;
	background: #fff;
	border-left: 6px solid #FA984E;
	border-collapse:collapse;
	box-shadow: 0px 0px 0px 2px rgba(213, 218, 224, 0.43);
	-webkit-box-shadow: 0px 0px 0px 2px rgba(213, 218, 224, 0.43);
}*/
/*.table-data{
	font-family: sans-serif;
	color: #3F515F;
	font-size: 12px;
	font-weight: 100;
	padding: 20px 10px 20px 15px;
	border-right: 1px solid;
	border-color: #EBEFF2 !important;
}
.table-data:last-of-type{
	border: 0px;
}*/
/*.table-row{
	border-color: #EBEFF2 !important;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid;
}*/
.table-description{
	float: left;
	width: 648px;
}
.table-description p{
	display: block;
	float: left;
	margin: 31px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: sans-serif;
	color: #3F515F;
	font-size: 13px;
	font-weight: 100;
	width: 650px;
}
.tableletters {
    position: fixed;

    top: -4px;
    background: #43535F;
    color: grey;
    width: 13px;
    height: auto;
    text-align: center;
    left: -37px;
    padding: 10px !important;
    height: 620px;
}
.tableletters > a {
    color: white;

    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
}
.rec_c {
    background: url(../images/helper-icon4.svg) 24px 17px no-repeat #FFC76E !important;

    background-size: 28px !important;
    padding-left: 75px !important;
}
.cred_c {
	background: url(../images/helper-icon3.svg) 24px 17px no-repeat #FEA14C !important;

	background-size: 36px !important;
}
.depo_c {
	background: url(../images/helper-icon2.svg) 24px 17px no-repeat #FEB267 !important;

	background-size: 36px !important;
}
.conv_c {
	background: url(../images/helper-icon1.svg) 24px 17px no-repeat #8C9AAA !important;

	background-size: 36px !important;
}

.conv_c2 {
	background: url(../images/anketa_rez_icon.html) 24px 17px no-repeat #8C9AAA !important;

	background-size: 36px !important;
}

.conv_c3 {
	background: url(../images/icon2.svg) 24px 17px no-repeat #8C9AAA !important;

	background-size: 36px !important;
}

.table-description hr{
	display: block;
	float: left;
	width: 640px;
	border: 0px;
	height: 1px;
	background: rgba(0, 0, 0, 0.1);
	margin: 20px 0px 0px 5px;
}

#canvas2{
	display: block;
	float: left;
	position: relative;
	z-index: 10;
}
.single_word {
margin-top: 30px;
margin-bottom: -10px;

}
.border_left_right_pannels {
    border-right: 1px solid rgba(0, 0, 0, 0.06);

    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
}
/*Check/Radio*/

input[type=checkbox] {
	visibility: hidden;/*hides default checkboxes*/

	margin: 0 -8px;
	position: absolute;
}
label.checkbox {
	cursor: pointer;
	line-height: 1.5em;
	overflow: visible;
	display: inline-block;
	position: relative;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-left: 27px;
}
label.checkbox:before {
  background: #fff;
  border: 1px solid;
  border-color: #B8BFC6;
  content:'';
  position: absolute;
  top:0;
  left: 0;
  width: 16px;
  height: 16px;
}
label.checkbox:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 17px;
	height: 16px;
	background: url('../images/checkbox.svg');
	top: -2px;
	left: 3px;
}
label.checkbox:hover:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}
input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
input[type=checkbox]:checked + label:before {
  background: #fff;
}
input[type=checkbox]:checked + label {
}

.checkItem{
	float: left;
    width: 168px;
    height: auto;
    margin-left: 40px;
    height: 45px;
    margin-top: 1px;
    margin-bottom: 20px;

}
.checkItem label{
	float: left;
	font-family: sans-serif;
	font-size: 12px;
	width: 152px !important;
	color: #3F515F;
	/* font-weight: 100; */
}
.checkbox{
	width: 190px !important;
}
.radioItem{
	float: left;
    height: auto;
    width: 183px;
    margin-left: 40px;
    margin-top: 1px;
    margin-bottom: 20px;

}
.radioItem label{
	float: left;
    font-family: sans-serif;
    font-size: 12px;
    width: 180px !important;

}
input[type=radio] {
	visibility: hidden;/*hides default checkboxes*/
  margin: 0 -8px;
	position: absolute;
}
label.radio {
	cursor: pointer;


	line-height: 1.5em;
  overflow: visible;
  display: inline-block;
  position: relative;

	margin-bottom: 0px;


	padding-left: 27px;
	font-weight: 100;
	color: #3F515F;
}
label.radio:before {
  background:url('../images/unradioed.svg');
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  width: 19px;
  height: 19px;
}
label.radio:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 7px;
	height: 7px;
	background: url('../images/radio.svg');
	top: 6px;
	left: 6px;
}
label.radio:hover:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}
input[type=radio]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
input[type=radio]:checked + label {
}
.border_news_slider {
    width: 65px;
    height: 210px;
    position: absolute;
    z-index: 9999;
    margin-top: -12px;
}
.border_news_slider1 {
    width: 85px;
    height: 35px;
    position: absolute;
    z-index: 9999;
    padding: 8px 0px 0px 5px;
}
.head_top_news {
    width:650px;
    /*background-color:#FFF;*/
    height:auto;
}
.img_novost2 {
    width: 360px;
    height: 100%;
    float: left;
    margin: 10px 30px 15px 0px;
    /*border: solid 7px #FFF;*/
}
.box_news_slider {
    width: auto;
    height: 60px;
    background: #30397B;
    z-index: 99;
}
.box_news_slider1 {
    /*width: 85px;*/
     width: 150px;
    height: 35px;
    background: #FA974C;
    z-index: 99;
}
.box_news_slider3 {
    width: 55px;
    height: 69px;
    background: #FA974C;
    z-index: 99;
}
.box_news_slider_search {
    width: 120px;
    height: 35px;
    background: #FA974C;
    z-index: 99;
}
.date_news_slider {
    color: white !important;
    width: auto !important;
    font-size: 17px !important;
    float: none !important;
    margin-left: 11px !important;
    text-align: center;
    padding-top: 9px;
    line-height: 18px;
}
.date_news_slider1 {
    color: white !important;
    width: 36px !important;
    font-size: 20px !important;
    float: left !important;
    text-align: center;
    padding-top: 13px;
    line-height: 18px;
    margin-top: -5px !important;
}
.date_news_slider_search {
    color: white !important;
    width: 120px !important;
    font-size: 15px !important;
    float: left !important;
    text-align: center;
    padding-top: 13px;
    line-height: 18px;
    margin-top: -4px !important;
    position: absolute;
}
.month_news_slider {
    color: white !important;
    width: auto !important;
    font-size: 19px !important;
    float: none !important;
    margin-left: 9px !important;
    text-align: center;
    padding-top: 7px;
    /* background: red; */
    line-height: 18px;
}
.month_news_slider1 {
    color: white !important;
    width: 95px !important;
    font-size: 17px !important; float: none !important;
    text-align: center;
    padding-top: 7px;
	float:left !important;
    line-height: 18px;
    margin:0px 0px 0px 0px !important;
}
.month_news_slider3 {
    color: white !important;
    width: 42px !important;
    font-size: 16px !important; float: none !important;
    margin-left: 9px !important;
    text-align: center;
    padding-top: 9px;

    line-height: 18px;
}
.more_news_butt {
    width: auto;
    padding-left: 20px;
    position: absolute;
    border-left: 1px solid rgba(0, 0, 0, 0.13);
    margin-top: 0px;
    padding: 17px;
    right: 0;
    background: #EBEFF2;
}
.more_news_butt:hover > h3 {
	background-image: url('../images/righthover.svg');
}
.line_left {
    width: 4px;
    height: 80px;
    background: #D5DAE0;
    position: absolute;
    z-index: 999;
}
.line_left2 {
    width: 4px;
    height: 226px;
    background: #30397B;
    position: absolute;
    margin-top: 55px;
    z-index: 999999;
}

.shadow_1 {
    max-width: 1070px;
    position: relative;
    height: 46px;
    left: 0;
    z-index: 99999999999;
    right:0;
    margin-left:auto;
    margin-right:auto;
    background: url(../images/shadow_1.png);
}
.shadow_4-2,
.shadow_6-2,
.shadow_6,
.shadow_5,
.shadow_4,
.shadow_3,
.shadow_2 {
    width: 980px;
    position: absolute;
    height: 46px;
    left: 0;
    margin-top: -4px;
    right:0;         margin-left:auto;         margin-right:auto;
    background: url(../images/shadow_2.png) no-repeat;
}
.shadow_3 {
	width: 660px;
	background-size: 100% 100%;
	bottom: -4px;
	margin-left: 0;
	opacity: 0.9;
	position: relative;
	float: left;
	margin-bottom: -42px;
}
.shadow_4-2,
.shadow_4 {
	width: 289px;
	background-size: 100% 100%;
	bottom: -36px;
	margin-right: 0;
	opacity: 0.9;
	height: 30px;
}
.shadow_4-2 {
	float: left;
	position: relative;
	margin-top: -27px;
	margin-left: -4px;
	width: 276px;
}
.shadow_5 {
	width: 528px;
	background-size: 100% 100%;
	bottom: -15px;
	margin-left: 0;
	opacity: 0.9;
	position: relative;
	float: left;
}
.shadow_6-2,
.shadow_6 {
	width: 412px;
	background-size: 100% 100%;
	margin-right: 0;
	opacity: 0.9;
	margin-top: 289px;
}
.shadow_6-2 {
    width: 277px;

    height: 38px;
    margin-top: 413px;
}
.shadow_left_4-2,
.shadow_left_5,
.shadow_left_4,
.shadow_left_3,
.shadow_left_3-2,
.shadow_left_2,
.shadow_left_1 {
	width: 46px;
	position: absolute;
	height: 270px;

	left: -46px;
	background: url(../images/shadow_left.png) no-repeat;
	background-size: 100% 100%;
	margin-top: -4px;
}
.shadow_left_2 {
    height: 90%;

    left: -42px;
    top: 0;
}
.shadow_left_3-2,
.shadow_left_3 {
    margin-top: -106px;
    height: 236px;
    left: 656px;
}
.shadow_left_3-2 {
    left: 661px;

}
.shadow_left_4-2,
.shadow_left_4 {
    margin-top: -4px;
    height: 297px;
    left: 523px;
}
.shadow_left_4-2 {
    left: 661px;

    height: 405px;
}
.shadow_left_5 {
    margin-top: -4px;
    height: 297px;

    left: -42px;
    z-index: 9999;
}
.shadow_right_4-2,
.shadow_right_5,
.shadow_right_4,
.shadow_right_3,
.shadow_right_2,
.shadow_right_1 {
	width: 46px;
	position: absolute;
	height: 270px;

	 right: -46px;
	background: url(../images/shadow_right.png) no-repeat;
	background-size: 100% 100%;
	margin-top: -4px;
}
.shadow_right_2 {
    right: 276px;

    height: 90%;
    top: 0;
}
.shadow_right_3 {
    right: -42px;

    margin-top: -106px;
    height: 236px;
}
.shadow_right_4-2,
.shadow_right_4 {
    right: -42px;

    margin-top: -4px;
    height: 297px;
}
.shadow_right_4-2 {
    height: 405px;

}
.shadow_right_5 {
    right: 438px;
    margin-top: -4px;
    height: 297px;
}
.shadow_2 {
margin-top: 0;
}
.dots2 {
    /* display: block; */
    /* width: 100%; */
    /* height: 50px; */
}
.dots2 > ol {
    /* background: rgba(169, 37, 37, 0.4); */
    width: 98%;
    height: 39px;
    right: 0;
    position: absolute;
    bottom: -57px;
}


tr:nth-of-type(odd) {background-color: #F6F7F9;}

/*.sizeable > tbody > tr > td > ul {
	list-style-image: url('../images/bullet_c.svg');
	-webkit-margin-before: 0;
	-webkit-margin-after: 0; -webkit-margin-start: 0px; -webkit-margin-end: 0px;
	-webkit-padding-start: 0;
	padding-left: 19px;
}

.sizeable > tbody > tr > td > ul > li {
    margin-bottom: 16px;

}

.sizeable > tbody > tr > td > ul > li:last-child {
    margin-bottom: 0;

}*/

.md-trigger {
    z-index: -9999999999;
    width: 10px;
    height: 10px;
    /*: 786px;*/
    margin-left: -100px;
    position: absolute;
    background: red;
    padding: 0;
    visibility: hidden;
}
.md-trigger2 {
    z-index: -9999999999;
    width: 10px;
    height: 10px;
    /*: 786px;*/
    margin-left: -100px;
    position: absolute;
    background: red;
    padding: 0;
    visibility: hidden;
}

.md-close {
    width: 32px !important;

    height: 32px !important;
    position: absolute;
    margin-top: -35px !important;
    right: 18px;
    background: url(../images/close.svg) center no-repeat !important;
    cursor: pointer;
    border-radius: 100% !important;
    border: 1px solid white;
}

button {
    border : 0px;
    -moz-border-radius: 0;

   -webkit-border-radius: 0;

    border-radius: 0;
}

.prev_c {
width: 42px !important;
height: 42px !important;
border-radius: 100%;
position: absolute;
top: 326px;
left: 23px;
background: url(../images/prev_c.svg)center rgba(67, 91, 116, 0.69) no-repeat;
pointer-events: visible;
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-o-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
}
.prev_c:hover {
background-color: #FA984E;
}

.next_c {
width: 42px !important;
height: 42px !important;
border-radius: 100%;
position: absolute;
top: 326px;
left: 61px;
background: url(../images/next_c.svg)center rgba(67, 91, 116, 0.69) no-repeat;
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-o-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
pointer-events: visible;
}

.next_c:hover {
background-color: #FA984E;
}

.naslov_nov {
    display: block;   float: left;
    margin: 155px 0px 0px 20px;   font-family: sans-serif;
    font-size: 13px;
    color: #3F515F;
    width: 270px;   text-decoration: none;   font-weight: 100;

    height: 49px;
    overflow: hidden;
    z-index: 0;
    position: absolute;
}

.txt_nov {
    display: block;
    float: right;
    padding-right: 3%;
    width: 38%;
    padding-left: 3%;
    color: #3F515F;
    font-family: sans-serif;
    font-size: 15px;
    line-height: normal;
    height: auto;
    overflow: hidden;
    max-height: 153px;
}

.picture_nov {

display: block;

width: 55%;

margin-top: -1px;

height: 192px;

float: left;

/* background: red; */

background-size: cover;

background-position: center;
}

.go-top {
	position: fixed;
	bottom: 155px;
	right: 15px;
	width: 42px !important;
	height: 42px !important;
	border-radius: 100%;
	background: url(../images/top_c.svg)center rgba(27, 32, 64, 0.68) no-repeat;
	z-index: 99999999999;
}

.go-top:hover {
	background-color: #C3AE74;
}

.galerija_sekcija {

}
.backtotop {
    text-align: center;
}
.backtotop a {
    background: #728094;
    padding: 6px;
    color: white;
    padding-left: 11px;
    text-decoration: none !important;
    border-radius: 10px;
    padding-right: 11px;
    font-size: 13px;
    font-weight: 400;
}
.headletter {
    background: #EBEFF2;

    border-bottom: 1px solid #728094;
    padding-left: 10px;
    margin-bottom: 20px;
    margin-top: 40px;
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 20px;
    margin-left: -4px;
    margin-right: -4px;
}

.head-paragraph p a,
.content-p a {
    color: #FD8123;

    font-weight: 400;
}
.image-gallery > .flex-viewport {
    /* width: 622px; */

    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*Elipsis*/

.ellipsis {
			overflow: hidden;
			}

		.ellipsis:before {
			/* content:""; */
			float: left;
			/* width: 5px; */
			/* height: 53px; */
			}

		.ellipsis > *:first-child {
			float: right;
			width: 100%;
			margin-left: -5px; }

		.ellipsis:after {
			content: "\02026";

			box-sizing: content-box;
			-webkit-box-sizing: content-box;
			-moz-box-sizing: content-box;

			float: right; position: relative;
			top: -32px; left: 100%;
			width: 3em;
			margin-left: -3em;
			padding-right: 5px;

			text-align: right;

			background: -webkit-gradient(linear, left top, right top,
				from(rgba(255, 255, 255, 0)), to(white), color-stop(50%, white));
			background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
			background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
			background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
			background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white); }
.presmetaj,
.glasaj_anketa {
	margin: -17px 0px 13px 17px;
	background: url(../images/signin.svg) no-repeat 66px 8px #FFB56C;
	width: 80px;
	height: 26px;
	padding-top: 5px;
}

.presmetaj,
.glasaj_anketa2 {
	margin: -17px 0px 13px 17px;
	/*background: url(../images/signin.svg) no-repeat 72px 8px #FFB56C;*/
	width: 80px;
	height: 26px;
	padding-top: 5px;
    padding-left: 10px;
}
.novosti_lista {

    min-height: 245px;
    display: block;
    overflow: hidden;
    width: 657px;
    border-bottom: 1px solid #D2D7DC;
    margin-bottom: -10px;
}
.novosti_lista > .head-paragraph {
    display: table;

}
.presmetaj {
    margin: 12px 0 0 20%;

    width: 105px;
    background: url(../images/signin.svg) no-repeat 91px 8px #FFB56C;
    border: 4px solid #FFB56C !important;
}
.glasaj_anketa:hover {
    background: url(../images/signin.svg) no-repeat 66px 8px #8C9AAB;

}
.novosti_lista img {
    border: 7px solid; border-color: #fff; -webkit-box-shadow: 0px 7px 17px rgba(68,91,115,0.2); box-shadow: 0px 7px 17px rgba(68,91,115,0.2);
    width: 210px;

    float: left;
    margin-top: 35px;
    margin-right: 25px;
    margin-bottom: 25px;
    margin-left: 14px;
}
.novosti_lista h1 {
    width: 390px;
    font-size: 22px;
    display: table-cell;
    vertical-align: middle;
    float: none;
    padding-right: 25px;

    font-family: sans-serif;
    color: #3F515F;
    font-weight:300;
}
.novosti_lista:hover h1 {
	text-decoration: underline;
}
.novosti_lista p {
width: 390px;
}
.presmetaj:hover {
    background: url(../images/signin.svg) no-repeat 91px 8px #8C9AAB;

    border: 4px solid #8C9AAB !important;
}
.send_poraki {
    margin-top: 10px;
    margin-top: 10px;

}
.pocni_novo {
	margin: -17px 0px 13px 17px;
	width: 100px;
	background: url(../images/reset.svg) no-repeat 87px 6px #8C9AAB;
	height: 26px;
	padding-top: 5px;
}
.pocni_novo:hover {
    background: url(../images/reset.svg) no-repeat 87px 6px #FFB56C;

}
.pop_reset {
    margin: 13px 20% 0 0;

    float: right;
    border: 4px solid #8C9AAB !important;
}
.pop_reset:hover {
    border: 4px solid #FFB56C !important;
}
.err_lab_pop {
    margin-bottom: 0 !important;

    font-size: 11px !important;
    margin-top: 8px !important;
    padding: 0 !important;
    float: left;
}
.iznos_konvertor {
    font-size: 22px;

    border-top: 1px solid #EBEFF2;
    float: left;
    padding: 11px;
    margin-top: 9px;
    padding-top: 9px;
    width: 95%;
    padding-bottom: 13px;
    background: #EBEFF2;
}
.iznos_konvertor2 {
    float: left;

    padding: 11px;
}
.in_c2news {
    width: 221px;

}
.shadow_shower {
	margin-left: 15px;
	position: relative;
}

/* revolution slider */
.tp-banner-container {
	overflow:hidden;
	position:relative;
}
.fullscreen-container {
	width:100%;
	position:relative;
	padding:0;
}

.fullwidthbanner-container{
	width:100%;
	position:relative;
	padding:0;
	height: 448px;
}

.fullwidthbanner-container .fullwidthbanner{
	width:100%;
	position:relative;
	min-height: 448px !important;
	height: 448px !important;
}

.tp-caption.roundedimage img {
	-webkit-border-radius: 300px;
    -moz-border-radius: 300px;
    border-radius: 300px;
}

.fullscreenbanner-container,
.fullwidthbanner-container {
	background:  #CED3D7;
	margin-bottom: 28px !important;
	background-size: 100%;
	/* background-attachment: fixed !important; */
}
.fullscreenbanner-container li,
.fullwidthbanner-container li {
	visibility:hidden;
}
.tp-bullets {
	bottom:10px !important;
}
.tp-caption a.btn,
.tp-caption a.btn:hover {
	color:#fff;
	text-decoration:none;
}
.tp-bannershadow {
	width:100% !important;
}
.tp-caption h1 {
	color:#fff;
	font-size:350%;
}
.tp-caption h2 {
	color:#fff;
	font-size:180%;
}
/* tekst vo stranite float */
.head-paragraph h1,
.head-paragraph p,
.head-paragraph ul,
.head-paragraph h2,
.head-paragraph h3,
.head-paragraph h4,
.head-paragraph h5,
.head-paragraph h6
 {
	float: left;
}
.block_matrijali {
    /* background: red; */
    display: table-cell;
    text-align: center;
    overflow: hidden;
    /* border-right: 2px solid white; */
}
.block_matrijali:last-child {
	/* border-right: none; */
}
.link_k_p {
    width: 95%;
    height: 265px;
    background: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
    position: relative;
    box-shadow: none !important;
    overflow: hidden;
    display: inline-block;
    /* border: 3px solid rgba(0, 0, 0, 0.62); */
    /* box-shadow: 0 0px 7px rgb(83, 96, 111); */
}
.txt_cont_dsc {
    display: inline-block;
    position: absolute;
    width: 80%;
    z-index: 3;
    /* background: rgba(255, 0, 0, 0.25); */
    bottom: 0;
    left: 0;
    height: 100%;
    background-size: 100% auto;
    border: none;
    background-repeat: no-repeat;
    background-position: center 30%;
    transition: all 0.3s ease-in-out;
}
.pozadina_slika_kopce {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background-size: cover;
    background-position: center;
    z-index: 0;
    transition: all 0.5s ease-in-out;
}
.link_k_p:hover > .pozadina_slika_kopce {
    transform: scale(1.4);
}
.link_k_p:hover > .txt_cont_dsc {
    background-position: center 50%;
}
.ostanato_meni {
    /* background: red; */
    margin-bottom: 39px;
    text-align: right;
    font-family: sans-serif;
/* Партнери на АБИТ: */
    font-size: 13px;
    line-height: 26px;
}
.ostanato_meni a {
    color: #717171;
    padding-right: 13px;
    margin-right: 13px;
    text-decoration: none;
    border-right: 1px solid rgba(160, 160, 160, 0.58);
    display: inline-block;
    float: right;
    font-size: 12px;
}
.soci_ab img {
    width: 26px;
}
.soci_ab {
    border: none !important;
    padding-right: 0 !important;
}
.srch {
    display: block;
    width: auto;
    border-radius: 4px;
    height: 26px;
    background: rgba(216, 216, 216, 0.65);
    float: right;
}
.srch img {}
.txt_vnesi_srch {
    width: 215px;
    float: left;
    height: 24px;
    padding: 1px 8px;
    outline: none;
    border: none;
    background: rgba(255, 255, 255, 0);
    font-size: 12px;
    color: #505050;
}
.srch_bttn {
    background: url(../images/search.png) center no-repeat transparent;
    border: none;
    height: 26px;
    width: 28px;
    outline: none;
    cursor: pointer;
    background-size: 14px;
}
.desaturate > img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
	opacity: 0.7;
}
.desaturate:hover > img {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: none;
	/* filter: url(""); */
	opacity: 1;
}
.txt_clenki {
    width: 88px;
    /* background: red; */
    float: left;
    height: 100%;
    font-family: sans-serif;
    color: #4E4E4E;
    padding-left: 11px;
}
.txt_clenki .prvo {
    font-size: 14px;
    padding-top: 29px;
}
.txt_clenki .vtoro {
    font-size: 24px;
    color: #30397B;
}
.cont_logo_chlenki {
    float: left;
    display: table-cell;
    width: 927px;
    padding-left: 19px;
    height: 100%;
    /* background: blue; */
    overflow: hidden;
}
.flexslider_gor {
    width: 941px;
    float: left;
    padding-top: 24px;
}
.flexslider_gor .slides {}
.flexslider_gor ul {}
.flexslider_gor li {}
.flexslider_gor img {}
/*Media Query 1062*/

@media (max-width: 1062px) {

.shadow_right_4-2,
.shadow_right_4 {
    visibility: hidden;
    width: 0;
    height: 0;
}

.shadow_right_1 {
	visibility: hidden;
	width: 0;
	height: 0;
}

.shadow_right_3 {
	visibility: hidden;
	width: 0;
	height: 0;
}

.go-top {
    visibility: hidden;
    visibility: hidden;

}



}

/* Video kopce */
.videoWrapper {
  position: relative;
  width: 100%;
  height: 0;
  background-color: #000;
}
.videoWrapper43 {
  padding-top: 75%;
}
.videoWrapper169 {
  padding-top: 67%;
}

.videoIframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.videoPoster {
  position: absolute;
  top: 0;
  box-shadow: inset 0 0px 100px 300px rgba(32, 40, 97, 0.69);
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-size: cover;
  /* text-indent: -999em; */
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 800ms, height 0s;
  -moz-transition: opacity 800ms, height 0s;
  transition: opacity 800ms, height 0s;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
  padding-top: 110px;
  color: white;
  font-size: 13px;
  padding-right: 20px;
  padding-left: 20px;
  text-shadow: 0 2px 2px black;
}
.videoPoster:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 57px;
  background: rgba(0, 0, 0, 0.23);
  height: 57px;
  margin: -50px 0 0 -30px;
  border: 3px solid #fff;
  box-shadow: 0 7px 11px rgba(0, 0, 0, 0.47);
  border-radius: 100%;
  -webkit-transition: border-color 300ms;
  -moz-transition: border-color 300ms;
  transition: border-color 300ms;
}
.videoPoster:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin: -33px 0 0 -5px;
  border-left: 20px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  -webkit-transition: border-color 300ms;
  -moz-transition: border-color 300ms;
  transition: border-color 300ms;
}
.videoPoster:hover:before, .videoPoster:focus:before {
  border-color: #F1E6B2;
}
.videoPoster:hover:after, .videoPoster:focus:after {
  border-left-color: #F1E6B2;
}
.videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 800ms;
  -moz-transition-delay: 0s, 800ms;
  transition-delay: 0s, 800ms;
}
.zatvori_btn {
    position: absolute;
    right: 0;
    background: white;
    width: 20px;
    height: 20px;
    outline: none;
    display: none;
}
.sor_1 {
    width: 115px;
}
.sor_2 {
    width: 900px;
}
.sor_2 .flexslider_gor {
    width: 900px;
}
.logo_footrr {
    /* background: white; */
    width: 247px;
}
.predavac {}
nav ul li:last-child > ul {
    /* display: block; */
    right: 9px;
}
.flexlider2 li {
    margin-top: 0;
}
.flexlider2 a {
    line-height: 0;
    padding-top: 0;
    margin-top: 0;
}
.flexlider2 img {
    width: 100% !important;
    margin: 0 !important;
}
.ebankar_cont {
    box-shadow: none;
    background: rgba(235, 239, 242, 0);
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ebankar_cover {
    width: 100%;
    position: absolute;
}
.ebankar {
    width: 178px;
    height: 251px;
    position: absolute;
    top: 15px;
    left: 62px;
}
.txt_ebankar {/* Превземете ја најнов: */
    font-family: sans-serif;
    font-size: 13px;
    color: #59575C;
    line-height: 19px;
    position: absolute;
    /* background: rgba(216, 255, 0, 0.35); */
    width: 148px;
    height: 62px;
    top: 133px;
    left: 256px;
}
.inside_page_bg {
    height: 230px;
    background: url(../images/slide3_back.jpg) no-repeat;
    background-size: 100% 328px;
    background-attachment: fixed;
    background-position: center top;
}
.vnatreshna_navigacija {
    height: auto;
    /* min-height: 20px; */
}
.section-left a {
	background: #C3AE74;
	color: white;
	text-decoration: none;
	padding: 2px 9px;
	border-radius: 20px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.section-left a:hover {
    box-shadow: 0 0px 0px 5px rgba(195, 174, 116, 0.44);
}
.pateka_inside {
    left: 0;
    right: auto;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 955px;
    overflow: hidden;
}
.pateka_item {
    color: white;
    white-space: nowrap;
    font-family: sans-serif;
    font-size: 12px;
    text-decoration: none;
    font-weight: 100;
}
.pateka_item:after {
	content: '>';
	margin-left: 10px;
	margin-right: 5px;
}
.pateka_item:last-child:after{
	content: none;
}
.pateka_item:hover {
	text-decoration: underline;
}
.pateka_item:hover:after {
	text-decoration: none !important;
}
.section-left img {
	max-width: 100%;
	/* border: 2px solid white; */
	box-shadow: 0 0 0 2px rgb(255, 255, 255), 0 4px 13px rgba(83, 96, 111, 0.38);
}
.section-left hr {
	
border: none;
	
border-top: 1px solid rgba(63, 81, 95, 0.26);
}
.section-left ul {
	
list-style-image: url('../images/bullet_c.svg');
	
-webkit-margin-before: 0;
	
-webkit-margin-after: 0;
	
-webkit-margin-start: 0px;
	
-webkit-margin-end: 0px;
	
-webkit-padding-start: 0;
	
padding-left: 19px;
}
.section-left li {
	
padding-left: 10px;
	
padding-bottom: 10px;
}
.cont_social_share {
    float: right;
    display: inline-block;
    vertical-align: bottom;
    background: rgba(0, 0, 0, 0.13);
    width: auto;
    padding: 5px 5px 1px;
    border-radius: 5px;
    line-height: 0;
    margin-right: 13px;
}

.fb-like {
	float: left;
    margin-right: 4px;
}
.baner_vnatre {
    width: 100%;
    float: left;
    border-radius: 3px;
}
.baner_slika {}
.ebankar_ban {
    background: rgb(235, 239, 242);
    /* box-shadow: none; */
    line-height: 0;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.upr_odbor,
.text_editor {
    background: rgba(255,255,255,0.58);
    padding: 5px 15px;
    border-radius: 4px;
    box-shadow: 0 -1px 49px 22px rgba(255,255,255,0.58);
    float: left;
}
.maska_ebankar_vnatre {
    width: 100%;
    z-index: 1;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 3px;
}
.vnatre_cover {
    z-index: 0;
    left: 0;
    top: 0;
    width: 163px;
    height: 231px;
    border-top-left-radius: 3px;
}
.txt_bankr_vnatre {
    left: 50px;
    bottom: -1px;
    top: auto;
    z-index: 2;
    width: 175px;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 19px;
    height: 50px;
}
.ebankar_cont:hover {

transform: scale(1.07);

-webkit-transform: scale(1.07);

-moz-transform: scale(1.07);

-ms-transform: scale(1.07);

-o-transform: scale(1.07);
}
.ebankar_ban:hover {
}
.dots4,
.dots3 {
    float: left;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.14);
    padding-top: 10px;
}
.flexlider4 .first-slide {
    margin-bottom: 20px;
    margin-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    overflow: hidden;
}
.flexlider3 {}
.flexlider3 .first-slide {
    margin: 0;
}
.flexlider3 img {
    margin: 0;
    width: 100% !important;
}
.slika_semi_vnatre {
    width: 100%;
    height: 114px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin-top: 0px;
}
.data_naslov_vnsem {
    float: left;
    width: 92%;
    background: #30397B;
    color: white;
    font-size: 12px;
    white-space: nowrap;
    padding: 8px 4%;
}
.data_naslov_vnsem span {
    color: white !important;
    opacity: 1 !important;
    font-size: 12px !important;
    float: right !important;
    width: auto !important;
    padding-top: 0 !important;
}
.naslov_cont_sem_vn {
    float: left;
    width: 92%;
    padding: 15px 4%;
/* Управување со прават: */
    font-size: 14px;
    color: #415362;
    line-height: 17px;
}
.cont_uod {
    display: block;
    width: 100%;
    /* background: red; */
    float: left;
}
.itm_lice {
    display: inline-block;
    width: 46%;
    background: white !important;
    float: left;
    min-height: 141px;
    position: relative;
    padding: 5px !important;
    margin: 15px 20px 9px 0;
    color: #3F515F !important;
    border-radius: 3px !important;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12), 0 4px 13px rgba(83, 96, 111, 0.18) !important;
}
.lice_slika {
    width: 105px;
    height: 93%;
    position: absolute;
    border-radius: 3px;
    display: inline-block;
    background-size: cover !important;
    background-position: center !important;
}
.informacii_lice {
    float: right;
    display: block;
    width: 220px;
    padding-right: 10px;
    padding-bottom: 15px;
}
.desc_lic {}
.uloga_lic {
    font-size: 13px;
    width: 100%;
    padding-bottom: 10px;
    font-weight: normal;
    color: #907727;
}
.ime_lic {
    font-size: 17px;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.18);
    margin-bottom: 10px;
    padding-top: 10px;
}
.table-contents a {
    background: none;
    color: #30397B !important;
    /* text-decoration: underline; */
    padding: 0;
    box-shadow: none !important;
}
.title_data {
    /* float: left; */
    margin-bottom: 10px;
    clear: both;
    width: 100%;
    display: inline-block;
}
.title_data h1 {
    display: inline-block;
    width: 100%;
    margin-top: 0;
    font-size: 24px;
    font-weight: normal;
}
.title_data p {
    background: #30397B;
    display: inline-block;
    color: white;
    padding: 5px 7px;
    border-radius: 5px;
    font-size: 15px;
    float: left;
    font-weight: 100;
}
.text_editor h1,
.text_editor h2 {
	font-weight: normal;
}
.apliciraj_btn {
    font-size: 15px;
    padding: 10px 15px !important;
    margin-top: 0px !important;
    float: left;
    margin-right: 15px;
    border-radius: 5px !important;
    background: url(../images/apliciraj.svg) no-repeat 13px center #30397B !important;
    box-shadow: none !important;
    padding-left: 45px !important;
}
.agenda_btn {
    background: url(../images/pdf.svg) no-repeat 11px 8px #C3AE74 !important;
}
.apliciraj_btn:hover {
    transform: scale(1.05);
    /* box-shadow: 0 6px 20px rgba(0, 0, 0, 0.45) !important; */
}
.select_abit {
    width: 100%;
    background: white;
    border: 1px solid rgb(190, 196, 202);
    font-size: 14px;
    height: 40px;
    padding: 0 10px;
    border-radius: 5px;
    outline: none;
    color: #3F515F;
}
.sub_aplikacija {
    float: left;
    width: 30%;
    padding: 10px;
    background: url(../images/apliciraj.svg) no-repeat 13px center #30397B !important;
    color: white;
    border: none;
    border-radius: 5px !important;
    height: 37px;
    font-size: 15px;
    outline: none;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.error_aplikacija {
    float: left;
    width: 65%;
    color: #BD2339;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
}
.sub_aplikacija:hover {
    transform: scale(1.05);
}
.link_specijalizacija {
    background: rgb(255, 255, 255) !important;
    color: #3F515F !important;
    float: left;
    width: 98%;
    padding-left: 0 !important;
    margin-top: 30px;
    border-radius: 3px !important;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12), 0 4px 13px rgba(83, 96, 111, 0.18) !important;
}
.link_specijalizacija .h3 {
    float: left;
    width: 76%;
    margin-left: 4%;
    font-size: 20px;
    padding: 1.2em 0;
    font-weight: bold;
    margin-bottom: 1.2em;
    border-bottom: 1px solid rgba(63, 81, 95, 0.26);
}
.link_specijalizacija .p_lista {
    float: left;
    width: 76%;
    margin-left: 4%;
    font-size: 15px;
    line-height: 23px;
}
.link_specijalizacija img {
    width: 18%;
    float: left;
}
.link_specijalizacija p {
    float: left;
    width: 76%;
    margin-left: 4%;
    font-size: 15px;
    line-height: 23px;
}
.link_specijalizacija h3 {
    float: left;
    width: 76%;
    margin-left: 4%;
    font-size: 20px;
}
.link_specijalizacija hr {
    float: left;
    width: 76%;
    margin-left: 4%;
}
.novosti_list {
    margin-bottom: 30px;
    margin-top: 0;
}
.novosti_list h3 {
    width: 95%;
    margin-left: 0;
    padding: 0 3%;
    font-weight: normal;
}
.novosti_list h3 > span {font-size: 14px;float: right;margin-bottom: 7px;color: rgb(255, 255, 255);padding: 4px 8px;border-radius: 5px;font-weight: 100;background: #C3AE74;}
.novosti_list p {
    width: 95%;
    margin-left: 0;
    padding: 0 3%;
}
.novosti_list hr {
    width: 95%;
    margin-left: 0;
    margin: 0 3%;
}
.link_specijalizacija:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12), 0 14px 43px rgba(83, 96, 111, 0.41) !important;
}
/* Pagination */
.blocks_container {
    display: block;
    float: left;
    /* background: rgba(255, 255, 255, 0.33); */
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    /* margin-top: -10px; */
}
.kategorii_pocetna {
    /* padding: 0px 3%; */
    width: 100%;
    /* margin-bottom: 10px; */
}
.controls_paging_cont {
    font-family: 'Skola Sans', sans-serif;
    font-size: 30px;
    font-weight: 400;
    /* margin-top: 8px; */
    width: 100%;
    height: 70px;
    border-top: 1px solid rgba(255, 255, 255, 0);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
    position: relative;
    /* background-image: linear-gradient(rgba(0, 0, 0, 0.03) 0%, rgba(255, 255, 255, 0) 35%); */
}
.pocetok_pg {
    border-radius: 0 !important;
    display: block;
    width: 38px;
    height: 38px;
    background: url(../images/pocetok.png) center no-repeat #E0E4E8 !important;
    border-top-left-radius: 6px !important;
    background-size: 20px !important;
    border: 1px solid rgba(0, 0, 0, 0.24);
    position: absolute;
    left: 0;
    bottom: 15px;
    border-bottom-left-radius: 6px !important;
    padding: 0 !important;
}
.prethodna_pg {
    border-radius: 0 !important;
    display: block;
    width: 33px;
    height: 38px;
    background: url(../images/prethodna.png) center no-repeat #FFFFFF !important;
    background-size: 20px !important;
    border: 1px solid #C1C1C1 !important;
    left: 37px;
    bottom: 15px;
    position: absolute;
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
    padding: 0 !important;
}
.cont_pagin {
    display: table;
    /* background: red; */
    margin: 0 auto;
    position: relative;
    margin-top: 15px;
}
.kraj_pg {
    border-radius: 0 !important;
    display: block;
    width: 38px;
    height: 38px;
    background: url(../images/kraj.png) center no-repeat #E0E4E8 !important;
    border-top-right-radius: 6px !important;
    background-size: 20px !important;
    border: 1px solid rgba(0, 0, 0, 0.24);
    position: absolute;
    right: 0;
    bottom: 15px;
    border-bottom-right-radius: 6px !important;
    padding: 0 !important;
}
.naredna_pg {
    border-radius: 0 !important;
    display: block;
    width: 33px;
    height: 38px;
    background: url(../images/pateka.png) center no-repeat #FFFFFF !important;
    border: 1px solid #C1C1C1 !important;
    right: 37px;
    bottom: 15px;
    position: absolute;
    background-size: 20px !important;
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
    padding: 0 !important;
}
.txt_pgna {
    font-size: 13px;
    display: table-cell;
    padding: 0 12px;
    color: #717171;
}
.input_br_strana {
    background: rgb(255, 255, 255);
    box-shadow: none !important;
    border-radius: 6px;
    height: 36px;
    width: 34px;
    color: #717171;
    font-size: 13px;
    padding: 0 14px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-right: 40px;
    border: 1px solid #C1C1C1 !important;
}
.strana_odi {
    display: block;
    width: 32px;
    height: 38px;
    background: url(../images/pateka.png) center no-repeat #E0E4E8;
    border: 1px solid rgba(0, 0, 0, 0.24);
    border-top-right-radius: 6px;
    background-size: 20px;
    margin-left: 58px;
    margin-top: -38px;
    position: relative;
    color: transparent;
    border-bottom-right-radius: 6px;
    outline: none;
}
.table-contents a:after {
	content: '';
	position: relative;
	background: url(../images/next.png) center no-repeat;
	width: 14px;
	margin-left: 5px;
	height: 14px;
	display: inline-block;
	background-size: 100%;
}
.table-contents a:hover {
	text-decoration: underline;
}
.srch_result p {
    position: relative;
    width: 89%;
    border-right: 1px solid rgba(0, 0, 0, 0.18);
}
.srch_result p:after {
		content: '';
		position: absolute;
		background: url(../images/pateka.png) center no-repeat;
		width: 20px;
		height: 20px;
		top: 0;
		bottom: 0;
		right: -33px;
		margin: auto;
		display: inline-block;
		background-size: 100%;
}
