<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

html, body {height:100%;}
body {
	font: 100%/1.4 'Open Sans', sans-serif;
	background-color: #fff;
	margin: 0;
	padding: 0;
	color: #303030;
	overflow-x: hidden;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	font-family: 'Open Sans', sans-serif;
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px; 
	font-weight: 300;
}
h1 {
	font-size: 28px;
	color: #fff;
	text-align: left;
	padding: 5px 270px 5px 10px;
	line-height: 55px;
	font-weight: 400;
	display: inline;
	margin-left:10px;
	
}
h1.racun {
	padding-right:150px;
}
h2 {
	font-size: 33px;
	color: #50545d;
	text-align: left;
	padding: 0 5px 0 0px;
	line-height: 35px;
	font-weight: 400;
	display: inline;
	margin-left:15px;
	margin-top:20px;
}

h3{
	font-size: 13px;
	font-weight: 400;
	height: 20px;
	padding: 0;
	margin-top: 10px;
	color: #fff;
}
h4 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 35px;
	color: #50545d;
	text-align: left;
	padding: 0 22px 3px 0px;
	line-height: 50px;
	font-weight: 400;
	display: inline;
	margin: 20px 0 0px 15px;
	background-image: url(../images/h4.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	} 
h4 span {
	font-size:25px;
}
img {  
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 &amp; 7 */
    zoom: 1;
}
a img { 
	border: none;
}
a:link {
	color: #414958;
	text-decoration: none;
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}
.wrap {
	width: 100%;
	z-index: 10;
	position: relative;
	margin: 0 auto;
	padding: 0;
	min-height:100%;
}

.headertop {
	width: 1100px;
	margin: 0 auto;
	height: 110px;
	background-image: url(../images/header.png) ;
	background-repeat: no-repeat;
	background-position: center top;
}
.logo {
	float:left; 
	display:inline-block;
	width: 100px;
	margin-top: 10px;
}
.navwrap {
	display: inline-block;
	float: left;
	width: 1000px;
	margin: 10px 0 0 0;
	padding: 0;
	position:relative;
}
.navtop {
	height: 38px;
	display: inline-block;
	float: left;
	width: 1000px;
}
.navbottom {
	height: 45px;
	float: left;
	width: 1000px;
	
}
.nav {
	float: left;
	padding: 0;
	font-weight: 400;
	position: relative;
	height: 37px;
	font-family: 'Open Sans Condensed', sans-serif;
	margin: 0px 0 0 20px;	
}
.nav a {
	color: #21346A;
}
.eng {
	font-family: 'Open Sans Condensed', sans-serif;
	padding-top: 0px;
	height: 13px;
	margin-top: 31px;
	margin-left: 20px;
	text-align: left;
	background-color: none;
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E51E28;
	border-left-color: #E51E28;
	display: inline;
}
.eng a:link {
	padding: 0 5px;
	float: none;
	display: block;
	color: #E51E28;
	font-size: 17px;
	text-decoration: none;
	font-weight: 400;
	line-height: 12px;
}
.eng a:visited {
	color: #303030;
}
.eng a:hover {
	color: #303030;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}
#search {
	position: absolute;
	right: 0px;
	top: 60px;
}
.placeholder { color: #aaa; }
#search input::-webkit-input-placeholder { /* WebKit browsers */
    color:    grey;
}
#search input:-moz-placeholder, textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:grey;
	opacity: 1;
}
#search input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* Mozilla Firefox 19+ */
    color:grey;
	opacity: 1;
}
#search input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:grey !important;
	opacity: 1;
}
#search input:-o-input-placeholder, textarea:-o-input-placeholder { /* Internet Explorer 10+ */
    color:grey;
	opacity: 1;
}	
#search input[type="text"] {
	outline:none !important;
	-webkit-outline: none;
	font: 400 14px 'Open Sans condensed', sans-serif;
	color: #242424 !important;
	width: 80px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
	background-image: url(../images/search-white.png);
	background-repeat: no-repeat;
	background-position: 10px 6px;
	padding: 4px 15px 4px 35px;
}

#search input[type="text"]:focus {
    width: 120px;
    }
#scroller {
    background: url(../images/tikerbg.jpg) repeat-x;
    color: #303030;
    font-size: 14px;
    height: 30px !important;
    line-height:30px;
    overflow: hidden;
    position: relative;
    width: 1100px;
    padding-top: 1px;
    position: relative;
	margin:0 auto;
}
.scrollingtext {
    color: #303030;
    white-space:nowrap;
    position:absolute;
    font-size: 14px;
    font-style: normal;
}
.scrollingtext a:link, .scrollingtext a:visited {
    color: #303030;
    font-size: 14px;
	word-spacing: 0.5em;
}
.scrollingtext a:visited {
    text-decoration:none;
}

.container {
	z-index: 10;
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height:22px;
	width: 100%;
	height: 100%;
	font-weight: 300;
	margin: 0 auto;
	overflow: auto;
	padding-bottom: 150px;
}
.topdiv {
	background-color: rgb(238,238,238);
	padding: 0;
	margin: 5px auto 10px auto;
	width: 1100px;
	position: relative;
}

.topdiv1 {
	background-color: rgb(238, 238, 238);
	padding: 20px 0px ;
	margin: 10px auto 10px auto;
	width: 1100px;
	position:relative;
}
.akcija {
	position: relative;
	width: 990px;
	margin: 0 auto;
	min-height: 80px;
	padding: 45px 110px 0 0;
	background-image: url(../images/akcije.png);
	background-repeat: no-repeat;
	background-position: center top;
	}
.logodiv {
	width: 100px;
	height: 100px;
	position: absolute;
	right: 10px;
	top: 10%;
	-webkit-animation: flip 1.4s linear backwards;
	-moz-animation: flip 1.4s linear backwards;
	-ms-animation: flip 1.4s linear backwards;
	animation: rotateIn 1.4s linear backwards;
	-webkit-animation-delay: 0.8s, 0.8s;
	-moz-animation-delay: 0.8s, 0.8s;
	-ms-animation-delay: 0.8s, 0.8s;
	animation-delay: 0.8s, 0.8s;
}
.datum {
	position: absolute;
	top: 10px;
	left: 10px;
	font-weight: 700;
	font-size: 16px;
	padding-left: 5px;
	padding-right: 5px;
	color: #fff;
}
.cena {
	font-weight: 700;
	padding-left: 5px;
	padding-right: 5px;
	color: #54779f;
	font-size:20px;
}
.promena {
	font-size: 15px;
	color: #1EBA1E;
	padding-left: 5px;
	padding-right: 5px;
}
.textwrap {
	float: left;
	width: 1100px;
	position: relative;
	padding-top:5px;
	padding-bottom:20px;
}

#myWords {
    -vendor-animation-duration: 3s;
    -vendor-animation-delay: 2s;
    -vendor-animation-iteration-count: infinite;
}
.bottomdiv {
	padding: 0px;
	background-color: rgb(238, 238, 238);
	margin: 5px auto 0px auto;
	width: 1100px;
	position:relative;
}

.header {
	background-color:#fff;
}

.bold {
	width:150px !important;
	display: inline-block;
	font-weight: 700;
	font-size: 11px;
	text-transform: uppercase;
	margin-right:0px;
	
}

.chart {
	position: relative;
	float: left;
	width: 600px;
	text-align: left;
	padding: 20px 10px;
	background-color: #a1a3a7;
}

.chart img {
	display:inline;
	float:left;
}
.table {
	width:1080px;
	margin-left:10px;
	margin-right:10px;
	padding-bottom:0px;
	
}
.table1 {
	width: 400px;
	margin-left: 30px;
	margin-right: 10px;
	padding-bottom: 0px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #B5B5B5;
}
.table2 {
	width: 530px;
	margin-left: 10px;
	margin-right: 0px;
	padding-bottom: 0px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #B5B5B5;
}

/* news */
.news {
/*	background-color: #a1a3a7;  */
/*	width: 460px;   */
/*	height: 419px;  */
	width: 455px;
	height: 380px;  
	padding: 10px 10px 10px 10px;
	display: inline;
	float: left;
	
}
.news1 {
	background-color: #e1e1e1;
	width: 470px;
	height: 419px;
	padding: 20px 0px 10px 10px;
	display: inline;
	float: left;
}
#nt-example1 {
	max-width: 440px;
	margin: auto;
}

#nt-example1-container {
	text-align: center;
	overflow:scroll;
	width: 470px;
	height: 430px;
	
}

#nt-example1-container i {
	color:#fff;
	font-size: 25px;
	margin: 8px;
	cursor: pointer;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#nt-example1-container i:hover {
	color: #ccc;
}

#nt-example1 li {
	background: #f4f4f5;
	overflow: hidden;
	height: 80px;
	padding: 10px;
	line-height: 15px;
	list-style: none;
	font-size: 13px;
	text-align: left;
	border-bottom: 1px dotted #2c8162;
	font-style:normal !important;
}

#nt-example1 li:hover {
	background: #FFF;
}
#nt-example1 li a {
	display:inline !important;
}
.date {
	font-weight:bold;
	margin-right:10px;
}
.source {
	color:#29BF19;
	margin-right:10px;
}
#nt-example1 li a {
	display:inline;
}
/* Links */
#nt-example1 li a {
    color: #f85c37;
    word-wrap: break-word;
	display:inline !important;
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

#nt-example1 li a:hover,
#nt-example1 li a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}

#nt-example1 li a:before,
#nt-example1 li a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}	

/*** effect - image opacity ***/

.img-opacity img {position:absolute;top:0px;right:0px;bottom:0px;left:0px}

.img-opacity .img-1 {opacity:1}
.img-opacity .img-2 {opacity:0}
.img-opacity:hover .img-1 {opacity:0}
.img-opacity:hover .img-2 {opacity:1}

.img-opacity img
{
transition:all .6s ease-in-out;
-webkit-transition:all .6s ease-in-out;
-moz-transition:all .6s ease-in-out;
-ms-transition:all .6s ease-in-out;
-o-transition:all .6s ease-in-out;
}

.img-opacity:hover img
{
transition:all 1.2s ease-in-out;
-webkit-transition:all 1.2s ease-in-out;
-moz-transition:all 1.2s ease-in-out;
-ms-transition:all 1.2s ease-in-out;
-o-transition:all 1.2s ease-in-out;
}


/*** effect inner-shadow ***/

.img-inner-shadow .layer {position:absolute;top:0px;right:0px;bottom:0px;left:0px}

.img-inner-shadow:hover .layer
{
box-shadow:inset 0px 0px 120px rgba(0, 0, 0, 0.9);
-moz-box-shadow:inset 0px 0px 120px rgba(0, 0, 0, 0.9);
-webkit-box-shadow:inset 0px 0px 120px rgba(0, 0, 0, 0.9)
}

.img-inner-shadow .layer
{
transition:all 0.6s ease-in-out;
-webkit-transition:all 0.6s ease-in-out;
-moz-transition:all 0.6s ease-in-out;
-ms-transition:all 0.6s ease-in-out;
-o-transition:all 0.6s ease-in-out;
}

.img-inner-shadow:hover .layer
{
transition:all 0.6s ease-in-out;
-webkit-transition:all 0.6s ease-in-out;
-moz-transition:all 0.6s ease-in-out;
-ms-transition:all 0.6s ease-in-out;
-o-transition:all 0.6s ease-in-out;
}
/*** effect inner-shadow 2 ***/

.img-inner-shadow-2 .layer {position:absolute;top:0px;right:0px;bottom:0px;left:0px}

.img-inner-shadow-2:hover .layer
{
box-shadow:inset 0px 0px 120px rgba(255, 255, 255, 0.9);
-moz-box-shadow:inset 0px 0px 120px rgba(255, 255, 255, 0.9);
-webkit-box-shadow:inset 0px 0px 120px rgba(255, 255, 255, 0.9)
}

.img-inner-shadow-2 .layer
{
transition:all 0.6s ease-in-out;
-webkit-transition:all 0.6s ease-in-out;
-moz-transition:all 0.6s ease-in-out;
-ms-transition:all 0.6s ease-in-out;
-o-transition:all 0.6s ease-in-out;
}

.img-inner-shadow-2:hover .layer
{
transition:all 0.6s ease-in-out;
-webkit-transition:all 0.6s ease-in-out;
-moz-transition:all 0.6s ease-in-out;
-ms-transition:all 0.6s ease-in-out;
-o-transition:all 0.6s ease-in-out;
}

/*zasto mv*/
.textbg {
	float:left;
	margin:0;
	width:540px;
	padding:10px 5px 20px 5px;
	color:#000;
}

.whymvtext {
	background-color: rgb(255,255,255);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	margin-left: 10px;
	margin-top: 10px;
	width: 510px;
	padding: 15px 10px 30px 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	background-image: url(../images/whymv.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#zasto {
	padding-bottom:57px;
}
#racuni {
	padding-bottom:16px;
}
.whymvtext img {
	text-align:center;
}

.whymvtext p span {
	font-weight:700;
}
.whymvtext:hover {
	background-color: rgba(250, 250, 250, 0.8);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffffffff);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffffffff)";
	color:#303030;
}
.whymvtext1 {
	background-color: rgb(255,255,255);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	margin:10px 0 0px 0px;
	width:510px;
	padding:15px 10px 30px 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	background-image: url(../images/whymv.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#drustvena {
	padding-bottom: 130px;
}
.whymvtext1:hover {
	background-color: rgba(250, 250, 250, 0.8);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffffffff);
	/* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffffffff)";
	color:#303030;
}
.whymvimg {
	position:relative;
	margin-left:0px;
	margin-right:5px;
	margin-top:5px;
	width:530px;
	height:250px;
}
.whymvtext ul li {
	list-style-type:none;
	margin-left:80px;
	font-size:12px;	
	margin-bottom:15px;
	line-height:15px;
}
.uslugetext ul li {
	list-style-type:none;
	margin-left:80px;
	font-size:12px;	
	margin-bottom:15px;
	line-height:15px;
}
.whymvtext1 ul li {
	list-style-type:none;
	margin-left:80px;
	font-size:12px;	
	margin-bottom:15px;
	line-height:15px;
}
.h1 i#fonth1 {
	display:inline;
	font-size: 28px;
	color: #fff;
	text-align: left;
	padding: 0px;
	line-height: 56px;
	font-weight: 400;
	display: inline;
	float:right;
	margin-right:25px;
}
.textbg  i#fonth1:hover {
	color:#ddd;
}
.textbg  i#font {
	color:#E51E28;
	font-size:18px;
}
.textbg1  i#font {
	color:#E51E28;
	font-size:18px;
}
.textbg2  i#font {
	color:#E51E28;
	font-size:18px;
}
.h1 {
	background-color:#777a85;
	margin-left: 10px;
	margin-top: 5px;
	width: 530px;
	padding: 0px;
}
#ogranicenje {
	background-color:#777a85;
	margin-left: 10px;
	margin-top: 5px;
	width: 630px;
	padding: 0px;
}
.h1 h1 {
	display:inline;
	-webkit-animation: rollIn 1.4s linear backwards;
	-moz-animation: rollIn 1.4s linear backwards;
	-ms-animation: rollIn 1.4s linear backwards;
	animation: rollIn 1.4s linear backwards;
	-webkit-animation-delay: 0.8s, 0.8s;
	-moz-animation-delay: 0.8s, 0.8s;
	-ms-animation-delay: 0.8s, 0.8s;
	animation-delay: 0.8s, 0.8s;
}
/*vest*/
.vestnaslov {
	padding:20px 30px;
	background:#222;
	float:left;
	color:#fff;
	margin-left: 10px;
	margin-top: 5px;
}

.vestnaslov h2 {
	font-family: 'Open Sans Condensed', sans;
	font-size:30px;
	text-transform:uppercase;
	font-weight: 400;
	line-height:40px;
	display:inline;
	color:#fff !important;
	margin-left:0;
	-webkit-animation: rollIn 1.4s linear backwards;
	-moz-animation: rollIn 1.4s linear backwards;
	-ms-animation: rollIn 1.4s linear backwards;
	animation: rollIn 1.4s linear backwards;
	-webkit-animation-delay: 0.8s, 0.8s;
	-moz-animation-delay: 0.8s, 0.8s;
	-ms-animation-delay: 0.8s, 0.8s;
	animation-delay: 0.8s, 0.8s;
}
.vestnaslov p {
	line-height:20px;
	font-size:11px;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-style:normal;
	margin-left:0;
	padding-left:0;
}
.vestnaslov i#fonth1 {
	display:inline;
	font-size: 28px;
	color: #fff;
	text-align: left;
	padding: 0px;
	line-height: 65px;
	font-weight: 400;
	display: inline;
	float:right;
	margin-left:25px;
}
.vest {
	float:left;
	width:1050px;
	margin:20px 10px 15px 10px;
	padding:10px;
	color:#000;
	background:#fff;
	position:relative;
}
.vest img {
	float:right;
	margin:10px;
}
.vest a {
	color:#E51E28;
}

.vest a:hover {
	color:#303030;
}
.back i#back  {
	display:inline;
	font-size: 28px;
	color: #222;
	text-align: left;
	padding: 0px;
	line-height: 65px;
	font-weight: 400;
	display: inline;
	float:left;
	margin-left:25px;
	margin-right:10px;
}
.back a {
	color: #222;
	display:inline;
	font-weight:400;
	line-height: 65px;
	font-size:28px;
}
.back a:hover {
	opacity:0.8;
}
.back {
	float:left;
}

.bgkostic {
	float:left;
	width:1050px;
	margin:20px 10px 15px 10px;
	padding:10px;
	color:#000;
	background:#fff;
	position:relative;
}
.bgkostic a.miodrag {
	font-size: 33px;
	color: #50545d;
	text-align: left;
	padding: 0 5px 0 0px;
	line-height: 35px;
	font-weight: 400;
	display: inline;
	margin-left:15px;
	margin-top:20px;
}
.bgkostic a:hover {
	color:#666;
}
.bgkostic img {
	float:right;
	margin:10px;
}
.bgkostic a {
	color:#E51E28;
}

.bgkostic a:hover {
	color:#303030;
}
/*onama*/

.textbg1 {
	float:left;
	margin:0;
	width:540px;
	padding:0px 5px 0px 0px;
	color:#000;
}
.textbg2 {
	float:left;
	margin-bottom:10px;
	margin-left:5px;
	width:540px;
	padding-top:0px 5px;
	color:#000;
}
.textbg1  i#fonth {
	font-size:15px;
	color:#8aaad0;
}
.textbg i#fontn {
	font-size:12px;
	color:#666;
	margin-left:0px;
}
.onamadiv {
	background-color: rgb(238,238,238);
	padding: 0;
	margin: 5px auto 0px auto;
	width: 1100px;
	position: relative;
}
.onama {
	background-color: #777a85;
	width: 425px;
	padding: 0px;
	display:inline;
	float:left;
	margin-right:30px;
}
.onama h1 {
	display:inline;
	padding-right:10px;
	-webkit-animation: rollIn 1.4s linear backwards;
	-moz-animation: rollIn 1.4s linear backwards;
	-ms-animation: rollIn 1.4s linear backwards;
	animation: rollIn 1.4s linear backwards;
	-webkit-animation-delay: 0.8s, 0.8s;
	-moz-animation-delay: 0.8s, 0.8s;
	-ms-animation-delay: 0.8s, 0.8s;
	animation-delay: 0.8s, 0.8s;
	
}
.onama i#fonth1 {
	display:inline;
	font-size: 28px;
	color: #fff;
	padding: 0px;
	line-height: 56px;
	font-weight: 400;
	display: inline;
	float:right;
	margin-right:25px;
}
.onamaimg {
	position:relative;
	margin-left:0px;
	margin-right:5px;
	margin-bottom:10px;
	width:530px;
	height:250px;
}
.onamatext {
	background-color: rgba(61,64,72,0.8);

	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3d4048, endColorstr=#3d4048);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3d4048, endColorstr=#3d4048)";
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	margin-left: 0px;
	margin-bottom: 0px;
	width: 520px;
	padding: 15px 10px 30px 10px;
	background-image: url(../images/whymv.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #fff;
	height:290px;
}

.onamatext:hover {
	background-color: rgb(80,82,89);
}
.onamatext p img {
	margin-left:5px;
}
.onamatext p span {
	font-weight:700;
	color:#fff;
}
#usluge {
	padding-bottom:88px;
}
#edukacija {
	padding-bottom:55px;
}
#onlinetrading {
	padding-bottom:144px;
	margin-top:10px;
}
#mapa {
	margin-top:5px;
}
#brokerskeusluge {
	background-image: url(../images/brokerskeusluge.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height:253px;
	text-align:center;
}
#brokerskeusluge h2 {
	margin-left:0px;
	margin-top:50px;
	padding-left:0px;
}
#brokerskeusluge.hi-icon-screen {
	margin-left:50px;
}
.red {
	color:#E51E28;
}
	
#analiza {
	padding-bottom:117px;
}

.onamatext1 {
	background-color: rgba(61,64,72,0.8);;
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3d4048, endColorstr=#3d4048);
	/* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3d4048, endColorstr=#3d4048)";
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	margin-bottom:0px;
	width:530px;
	padding:15px 10px 30px 10px;
	background-image: url(../images/whymv.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	color:#fff;
	height:290px;
}
.onamatext1:hover {
	background-color: rgb(80,82,89);
}

.onamatext1 ul li {
	list-style-type:none;
	margin-left:80px;
	font-size:12px;	
	margin-bottom:15px;
	line-height:15px;
}
.onamatext1 ul.crta li {
	list-style-type: square;
}
.uslugetext ul.crta li {
	list-style-type: square;
}
.whymvtext ul.crta li {
	list-style-type: square;
}
.onamatext1 p span.download a {
	color:#E51E28;
	margin-left:10px;
}
.onamatext1 p span.download a:hover {
	text-decoration: underline;
}
.onamatext1 p img {
	margin-left:5px;
}
.onamatext1 p.lineheight {
	line-height:15px;
	margin-bottom:5px;
}
.onamatext1 p.lineheight i#fontn {
	font-size:12px;
	color:#ccc;
	margin-left:30px;
}

.onamatext2 {
	background-color: rgb(255,255,255);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 510px;
	padding: 15px 10px 67px 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	background-image: url(../images/whymv.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.uslugetext {
	background-color: rgb(255,255,255);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 510px;
	padding: 15px 10px 30px 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	background-image: url(../images/whymv.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.drustvenatext{
	background-color: rgb(255,255,255);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 510px;
	padding: 15px 10px 20px 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	background-image: url(../images/whymv.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.onamatext2:hover {
	background-color: rgba(250, 250, 250, 0.8);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffffffff);
	/* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffffffff)";
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	color:#303030;
}
.onamatext2 p span {
	font-weight:700;
	color:#50545d;
}

.download a {
	color:#E51E28;
	margin-left:10px;
	font-weight:700;
}
.download a:hover {
	text-decoration: underline;
}
.onamatext3 {
	background-color: rgb(255,255,255);
	
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	margin-bottom:10px;
	width:510px;
	padding:15px 10px 30px 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	background-image: url(../images/whymv.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.onamatext3:hover {
	background-color: rgba(250, 250, 250, 0.8);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffffffff);
	/* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffffffff)";
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	color:#303030;
}
.onamatext3 p span {
	font-weight:700;
	color:#50545d;
}

.onamatext4 {
	background-color: rgba(61,64,72,0.8);;
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3d4048, endColorstr=#3d4048);
	/* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3d4048, endColorstr=#3d4048)";
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	margin-bottom:0px;
	margin-top:0;
	width:1080px;
	padding:15px 10px 30px 10px;
	background-image: url(../images/whymv.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	color:#fff;
}
.onamatext4:hover {
	background-color: rgb(80,82,89);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}
.onamatext4 h3 {
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	font-size:25px;
}
i#font {
	color:#E51E28;
	font-size:18px;
}
i#fontmapa {
	color:#E51E28;
	font-size:18px;
	margin-left:30px;
}

.timeline {
	float:left;
	background-color: rgba(61,64,72,0.8);
	padding: 0;
	width: 1100px;
	position: relative;
	margin-bottom:10px;
}
.timeline h4 {
	color:#fff;
	margin:25px;
	line-height:55px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}

.single-page-navbg {
	background-color: rgb(238,238,238);
	margin: 5px auto 0 auto;
	width: 1100px;
	padding-top:10px;
}
.leadingimg {
	width: 1100px;
	height:205px;
	margin: 0 auto;
}
.historydiv {
	padding: 0;
	margin: 0px auto 10px auto;
	width: 1100px;
	position: relative;
}

.historydiv i#fontl {
	text-align: center;
	font-size: 18px;
	color: #C9C8C6;
	margin-left: 49%;
	padding-bottom: 5px;
	padding-top: 5px;
}

.historydiv img.ucesce {
	margin:10px auto;
}
a.kostic {
	color:#f5444d;
	font-weight:700;
}
a.kostic:hover {
	color:#fff;
}
h4.leftmargin {
	margin-left:40px;
	margin-bottom:30px;
	border-bottom:none;
	background-image: url(../images/h4w.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
h4.leftmargin1 {
	margin-left:40px;
	margin-bottom:30px;
	border-bottom:none;
}

.bardiv {
	padding: 0;
	margin: 20px auto 10px auto;
	width: 1100px;
	position: relative;
	height:420px;
	float:left;
}
.orgbg {
	width:1070px;
	background:#fff;
	margin-left:15px;
	margin-top:20px;
}
.orgbg:hover {
	background-color: rgba(250, 250, 250, 0.8);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffffffff);
	/* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffffffff)";
	-webkit-transition: all 1000ms ease;
	color:#303030;
}
.org {
	position:absolute;
	top:115px;
	left:480px;
	color:#fff;
	font-size:13px;
	text-transform:uppercase;
	font-weight:700;
	text-align:center;
}
.org:hover, .org1:hover, .org2:hover, .org3 span:hover, .org4 span:hover, .org5 span:hover, .org6 span:hover, .org7 span:hover, .org8 span:hover, .org9 span:hover {
	color:#87b7f0;
	cursor:pointer;
}
.org1 {
	position:absolute;
	top:185px;
	left:490px;
	color:#fff;
	font-size:13px;
	text-transform:uppercase;
	font-weight:700;
	text-align:center;
}
.org1 span {
	font-size:11px;
	text-transform:none;
}
.org2 {
	position:absolute;
	top:290px;
	left:487px;
	color:#fff;
	font-size:13px;
	text-transform:uppercase;
	font-weight:700;
	text-align:center;
}
.org3 span{
	position:absolute;
	top:360px;
	left:100px;
	color:#fff;
	font-size:11px;
	text-transform:none;
	font-weight:400;
	text-align:center;
}

.org4 span {
	position:absolute;
	top:360px;
	left:280px;
	color:#fff;
	font-size:11px;
	text-transform:none;
	font-weight:400;
	text-align:center;
}
.org5 span {
	position:absolute;
	top:365px;
	left:415px;
	color:#fff;
	font-size:11px;
	text-transform:none;
	font-weight:400;
	text-align:center;
}
.org6 span {
	position:absolute;
	top:365px;
	left:525px;
	color:#fff;
	font-size:11px;
	text-transform:none;
	font-weight:400;
	text-align:center;
}
.org7 span {
	position:absolute;
	top:365px;
	left:660px;
	color:#fff;
	font-size:11px;
	text-transform:none;
	font-weight:400;
	text-align:center;
}
.org8 span {
	position:absolute;
	top:360px;
	left:795px;
	color:#fff;
	font-size:11px;
	text-transform:none;
	font-weight:400;
	text-align:center;
}
.org9 span {
	position:absolute;
	top:365px;
	left:915px;
	color:#fff;
	font-size:11px;
	text-transform:none;
	font-weight:400;
	text-align:center;
}
.finbg {
	width:1070px;
	background:#fff;
	margin-left:15px;
	margin-top:10px;
	padding-top:10px;
	padding-bottom:20px;
}
.fin{
	width:700px;
	padding-left:10px;
}
.teamdiv {
	width: 350px;
	position: relative;
	float: left;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 0;
	background-image: url(../images/whymv.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 40px;
}
.teamdiv1 {
	padding: 0;
	margin: 5px auto 10px 30px;
	width: 700px;
	position: relative;
	float: left;
	padding-bottom: 40px;
	background-image: url(../images/whymv.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.team {
	width: 340px;
	margin-left: 5px;
	margin-right: auto;
	margin-top: 20px;
	float: left;
	
}
.team img {
	float:left;
}
.shadow {
	height:23px;
	width:340px;
}

.service-details {
	/*width: 460px;*/
	height: 180px;	
	/*height: 230px;*/
	overflow: hidden;
	position: relative;
}

.service-details img {
	position: absolute;
	top: 0;
	left: 0;
	height: inherit;
	width: auto;
	height: 100%;
	float: left;
	transition: all 0.8s;
	-moz-transition: all 0.8s;

}

.service-details:hover img {
	/*opacity: 0.4 !important;*/
}

.service-details .service-hover-text h3 {
	padding: 0px;
	margin: 10px 0 0 0;
	font-size: 19px;
	line-height:22px;
  	font-weight:300;
}



.service-details .service-hover-text p {
	padding-top: 38px;
	margin-bottom:5px;
	font-size: 12px;
	line-height: 14px;
	padding-left:0px;
}
.service-details .service-hover-text a {
	color:#000;
	margin:0;
	padding:0;
}
.service-details .service-hover-text a:hover {
	color:#fff;
}
.service-details .service-hover-text{
	width: 46%;
	height: 89%;
	position: absolute;
	top: 0%;
	left: 50%;
	padding: 3% 2%;
	background: #e51e27;
	color: rgba(255,255,255,1);
/*	display: none;*/
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.4s;
}

.service-details:hover .service-hover-text {
	display: block !important;
	color: rgba(255,255,255,1);
	background:rgba(229,30,39,0.9);
	left: 0px;
	top: 0px;
}


.service-details .service-text {
	width: 44%;
	height: inherit;
	background: #000;
	float: left;
	position: absolute;
	left: 50%;
	padding-left:3%;
	padding-right:3%;
}

.service-details .service-text p {
	padding:50px 3px 0px 0px;
	font-size: 18px;
    font-weight:700;
	color: #fff;
}
.service-details .service-text h4 {
	font-size: 13px;
	font-weight: 700;
	color: #FF5A22;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff5a22;
	background:none;
	line-height:22px;
	margin-left:0px;
	padding-bottom:2px;
	padding-right:10px;
	
}

.service-details .service-text p span {
	font-family: "Open Sans" !important;
}



.service-details .service-text {
	float: left;
} 

.service-white {
	background: #f6f4f4 !important;
	width: 50% !important;
	height: inherit !important;
	
}

.service-white p {
	color: #50545d !important;
}
.marketbg {
	width:1070px;
	margin-left:15px;
	margin-top:20px;
}
.marketdivleft {
	width:440px;
	margin-right:10px;
	background:#fff;
	float:left;
	background-image: url(../images/whymv.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding:15px 10px 67px 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	
}
.marketdivleft:hover {
	background-color: rgba(250, 250, 250, 0.8);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffffffff);
	/* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffffffff)";
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	color:#303030;
}
.mtcl {
	color:#50545d;
}
.marketdivright {
	width:600px;
	float:left;
}
.brokerbg {
	width:1050px;
	margin-left:15px;
	margin-top:20px;
	background:#fff;
	background-image: url(../images/whymv.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding:15px 10px 30px 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
}
.brokerbg:hover {
	background-color: rgba(250, 250, 250, 0.8);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffffffff);
	/* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffffffff)";
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	color:#303030;
}
.corpbg1 {
	float:left;
	margin-bottom:10px;
	width:540px;
	padding:0px 5px 0px 0px;
	color:#000;
	height:855px;
}
.corpbg2 {
	float:left;
	margin-bottom:10px;
	margin-left:5px;
	width:540px;
	color:#000;
	height:855px;
}
.corptext {
	background-color: rgba(61,64,72,0.8);

	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3d4048, endColorstr=#3d4048);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3d4048, endColorstr=#3d4048)";
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	margin-left: 0px;
	margin-bottom: 0px;
	height:820px;
	width: 520px;
	padding: 15px 10px 20px 10px;
	background-image: url(../images/whymv.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #fff;
}

.corptext:hover {
	background-color: rgb(80,82,89);
}
.corptext p img {
	margin-left:5px;
}
.corptext p span {
	font-weight:700;
	color:#fff;
}

.corptext1 {
	background-color: rgba(61,64,72,0.8);;
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3d4048, endColorstr=#3d4048);
	/* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3d4048, endColorstr=#3d4048)";
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	margin-bottom:0px;
	height:772px;
	width:530px;
	padding:15px 10px 68px 10px;
	background-image: url(../images/whymv.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	color:#fff;
}
.corptext1:hover {
	background-color: rgb(80,82,89);
}
.corptext1 p span.download a {
	color:#E51E28;
	margin-left:10px;
}
.corptext1 p span.download a:hover {
	text-decoration: underline;
}
.corptext1 p img {
	margin-left:5px;
}

.corptext ul li {
	list-style-type:none;
	margin-left:80px;
	font-size:12px;	
}
.corptext1 ul li {
	list-style-type:none;
	margin-left:80px;
	font-size:12px;	
}
.troskoviimg {
	position:relative;
	margin-left:0px;
	margin-right:5px;
	margin-top:5px;
	width:530px;
	height:379px;
}
.rezidenti {
	font-size: 18px;
	color:#5e6371;
}
.kontaktbg {
	float:left;
	margin:0;
	width:1090px;
	padding:10px 5px 0px 5px;
	color:#000;
}
.mapabg {
	float:left;
	margin:0;
	width:1050px;
	margin:20px 10px 0 10px;
	padding:10px;
	color:#000;
	background:#fff;
	position:relative;
}
.kontakt {
	position:absolute;
	left:0;
	top:0;
	padding:80px 0 60px 5px;
	width:50%;
	background-color: rgba(250, 250, 250, 0.8);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffffffff);
	/* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffffffff)";
	
	 -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80)
}
.kontakt p {
	line-height:14px;
	font-weight:400;
}
.kontakt p span {
	font-weight:700;
}
.kontakt a:hover {
	text-decoration:underline;
}
		

.mv {
	font-size:35px;
	font-weight:300 !important;
	color:#666;
}
.contact-form {
	background: #F4F4F4;
	padding: 0px 20px;
	height:170px;
}
.contact-form:hover {
	background-color: #D7D7D7;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	cursor: pointer;
	
}
img, div, input, textarea {
		-webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
           -moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
            -ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
             -o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
                transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
	}
input.send_message {
		width:94%;
		padding-left:3%;
		padding-right:3%;
		padding-top:12px;
		padding-bottom:12px;
		margin-top:20px;
		background:#fff;
		color:#808080;
		font-size:12px;
		border: none;
}
	
	input.send_message:focus {
		color:#808080;
}
	
	textarea#comments {
		width:94%;
		padding-left:3%;
		padding-right:3%;
		padding-top:12px;
		padding-bottom:12px;
		margin:20px 0;
		background:#fff;
		height:50px;
		resize:none;
		color:#808080;
		font-size:12px;
		border: none;
}
	
	textarea#comments:focus {
		color:#808080;
	}
	
	input.send_message {
		width:120px;
		background:#E51E28;
		float:left;
		color:#FFF;
		cursor:pointer;
		margin:1px 0;
		font-size:12px;
		font-weight:normal;
	}
	
	input.send_message:hover {
		background:#262932;
}
.kontakttext {
	background-color: rgb(255,255,255);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	margin-left: 10px;
	margin-top: 10px;
	width: 510px;
	padding: 15px 10px 156px 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	background-image: url(../images/whymv.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
/* ~~The footer ~~ */
.footerbg {
	width: 100%;
	z-index: 10;
	position: absolute;
	height: 130px;
	background-color: #2d2e2e;
	background-image: url(../images/footerbg.png);
	background-repeat: repeat-x;
	background-position: center top;
	bottom: 0px;
}
.footer {
	width: 1100px;
	position: relative;
	min-height: 80px;
	font-size: 15px;
	margin: 0 auto;
	padding: 5px 0 10px 0;
	
}
.footertext {
	width: 940px;
	padding: 5px 0 0px 10px;
	float: left;
}
.footertext p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #E6E6E6;
	padding-left: 5px;
	font-size: 16px;
	margin-bottom: 0 0 15px 0;
	display: inline;
	padding-right: 0px;
}
.footertext ul {
	list-style-type: none;
	float: left;
	display: inline;
	padding-top: 5px;
}
.footertext ul li {
	float: left;
	display: inline-block;
	color: #797979;
	font-size: 14px;
	list-style-type: none;
	line-height: 12px;
	text-align: center;
	margin-left:3px;
	margin-right:3px;
}
.footertext ul li.first {
	text-align:left;
	width: 85px;
	margin-left:0px;
}
.footertext p.second {
	display:inline;
	margin-left: 0px;
	padding-left: 0px;
}
.footertext p.second {
	font-size: 11px;
	display:inline !important;
	width: 330px;
	color: #797979;
}
.footertext ul li a{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #797979;
	font-size: 14px;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 22px;
}
.footertext ul li a:hover {
	background-color: #161616;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}
.footertext p a{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #797979;
	font-size: 12px;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 22px;
}
.footertext p a:hover {
	background-color: #161616;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}
.footersignaturewrapp {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-color: #292c33;
}
.footersignature {
	width: 1000px;
	min-height: 30px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	text-align: right;
	margin: 0 auto;
	padding: 10px 20px 0 0;
	text-align: center;
}
.footersignature p {
	color: #797979;
	font-size: 10px;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
.footersignature a{
	color: #797979;
	font-size: 10px;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
.footersignature a:hover {
	background-color: #3F424B;
	color: #FFF;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a &lt;br /&gt; or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
</pre></body></html>