@charset "utf-8";

body {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

h1,.h1{
	font-size:30px;
	margin-top:0;
}

h2,.h2{
	font-size:24px
}

h3,.h3{
	font-size:20px;
margin-top: 10px;
}

p.divider
{
	margin: 20px 0;
	background-image: url(../images/divider.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 1px;
	overflow: hidden;
	font-size: 1px;
	line-height:0;
}

img.responsive {
	max-width: initial;
	width: 50%;
 	margin-bottom: 10px;
 	margin-left: 10px;
}

#sidebar_right_ad
{
	float: right;
	margin: 0 0 10px 15px;
	padding: 0;
}

.popular {
	width: 250px;
	border: 1px solid #ccc;
}

.popular .header {
	background-color: #ccc;
}
.popular h3 {
	color: #000;
	margin:0;
	font-size: 1.2em;
	padding: 5px 10px 5px 10px;
}
.popular ol {
	padding-left: 2.5em;
}
.popular li {
	margin: 0 10px 10px 0;
	padding: 0px;
}
.popular li a {
	color: #000;
	text-decoration: none;
}
.popular li a:hover {
	color: #000;
	text-decoration: underline;
}

#newsbar {
	float: right;
	margin: 0px 0 20px 20px;
	padding: 0 0 0 20px;
	border-left: 3px solid #ccc;
	width: 300px;
}

.comments_invite
{
	font-size: 0.9em;
}
.published
{
	font-size: 0.8em;
	color: #999;
}

.prevLink {
	margin-right: 50px;
}

.navbar {
    border: none;
}

.navbar-nav {
    xxxmargin: 10px -15px;
margin: 0 -25px;
font-size: 120%;
}

.navbar-default {
	xxxborder-bottom: 2px solid #4BB276;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a {
	background-image: none;    
	xxxbackground-color: #4BB276;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #FFF;
    xxxbackground-color: #4BB276;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #FFF;
    xxxbackground-color: #2E6A47;
}

.navbar-toggle {
    border: none;
    xxxmargin-top: 14px;
xxxmargin-left: 15px;
    float: left;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: transparent;
}

.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: 0;
    margin-left: 0;
}

.navbar-collapse.in {
    overflow-y: visible;
}

.navbar-inverse {
    background-image: -webkit-linear-gradient(top,#4BB276 0,#2E6A47 100%);
    background-image: -o-linear-gradient(top,#4BB276 0,#2E6A47 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#4BB276),to(#2E6A47));
    background-image: linear-gradient(to bottom,#4BB276 0,#2E6A47 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4BB276', endColorstr='#ff2E6A47', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-radius: 4px;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.open>a {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-inverse .navbar-nav>li>a {
    color: #C2DDA1;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #4BB276;
}

.navbar-brand {
    padding: 0;
}

.logo {
	width: 216px;
	height: 20px;
	margin: 10px;
	text-indent: -10000px;
	background-attachment: scroll;
	background-image: url(images/logo_txt.png);
	background-size: 216px 20px;
	background-repeat: no-repeat;
}

.inputbox {
	font-size: 15px;
	box-shadow: none;
	padding: 6px 34px 5px 10px;
	width: 150px;
}

.searchbox {
	position: relative;
	padding: 9px 0 9px 0;
	float: right;
}

.favbox {
	font-size: 15px;
	color: white;
	position: relative;
	padding: 15px 32px 0px 0px;
	float: right;
	height: 50px;
	background-image: url(images/icons.png);
	background-repeat: no-repeat;
	background-position: right 10px;
}
.favbox a:link, .favbox a:hover, .favbox a:active, .favbox a:visited {
	color: #fff;
	text-decoration: none;
}

.navbar-toggle {
   float:none;
}

.socials {
	position: relative;
	padding: 8px 0px 0px 0px;
	float: right;
}

.socialbox {
	position: relative;
	padding: 0px 15px 0px 0px;
	float: right;
}
.twitter{
	float: left;
	width: 32px;
	height: 32px;
	padding: 0;
	margin: 0px 0 0 0;
	text-indent: -10000px;
	background-attachment: scroll;
	background-image: url(images/icon_twitter.png);
	background-size: 32px 32px;
	background-repeat: no-repeat;
}
.facebook {
	float: left;
	width: 32px;
	height: 32px;
	padding: 0;
	margin: 0px 0 0 0;
	text-indent: -10000px;
	background-attachment: scroll;
	background-image: url(images/icon_facebook.png);
	background-size: 32px 32px;
	background-repeat: no-repeat;
}
.instagram {
	float: left;
	width: 32px;
	height: 32px;
	padding: 0;
	margin: 0px 0 0 0;
	text-indent: -10000px;
	background-attachment: scroll;
	background-image: url(images/icon_instagram.png);
	background-size: 32px 32px;
	background-repeat: no-repeat;
}
.google {
	float: left;
	width: 32px;
	height: 32px;
	padding: 0;
	margin: 0px 0 0 0;
	text-indent: -10000px;
	background-attachment: scroll;
	background-image: url(images/icons.png);
	background-size: 32px 32px;
	background-repeat: no-repeat;
	background-position: -43px -110px;
}

form.custom input[type="text"] {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	border: 0px solid #ebe8e8;
	xcolor: #333;
	xfont-size: 18px;
	xline-height: 18px;
	xpadding: 9px 20px;
	margin: 0;
	height: auto
}

.search-button {
	cursor: pointer;
	border: none !important;
	font-size:0;
	position: absolute;
	right: 0px;
	top: 10px;
	display: block;
	width: 32px;
	height: 32px;
	background-image: url(images/icon_search.png);
	background-position: 3px 2px;
	background-color: transparent;
	background-size: 25px 25px;
	z-index: 44;
	background-repeat: no-repeat;
	padding: 0;
}

footer {
	padding: 10px 0 50px;
	padding: 10px 0;
	color: white;
	font-size: 90%;
	margin-top: 20px;
}
footer ul {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}
footer ul li {
	margin: 0;
	padding: 0;
}
footer ul li a:link, footer ul li a:visited {
	text-decoration: none;
	color: #fff;
	margin: 0 20px 0 0;
	padding: 0;
}
footer ul li a:hover {
	text-decoration: underline;
}
.section_list_bottom {
	xxxmargin-top: 10px;
}
.copyright {
	xxxmargin-top: 10px;
}

#widget .panel-footer {
    background-color: transparent;
    border-top: none;
    padding-top: 0;
}

#widget .btn {
  white-space: normal;
}

#widget .result {
display: inline-block;
width:100%;
font-size: 80%;
}

#widget .output {
float: left;
}

#widget .from {
text-align: right;
width:45%;
}

#widget .eq{
text-align: center;
padding: 0 5px;
width:10%;
}

#widget .to {
text-align: left;
width:45%;
}

#widget .date {
text-align: center;
font-size: 70%;
margin-bottom: 5px;
color: #999;
}

#widget .coloured {
color: #f60;
font-size: 150%;
font-weight: 600;
}

#output-src, #output-dst {
color: #039;
}

#output-src, #output-dst, #output-fromto, #output-tofrom {
font-size: 85%;
}

#button-twitter, #button-restart, #xbutton-iOS, #xbutton-Android {
	font-size: 92.85%;
}

#button-restart {
	height: 40px;
	padding-top: 9px;
	width: 100%;
}
#button-iOS, #button-Android {
	margin-bottom: 10px;
	font-size: 80%;
	line-height: 1.3;
}

.btn-black {
    background-image: -webkit-linear-gradient(top,#666666 0,#000000 100%);
    background-image: -o-linear-gradient(top,#666666 0,#000000 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#666666),to(#000000));
    background-image: linear-gradient(to bottom,#666666 0,#000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff666666', endColorstr='#ff000000', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #000;
    color: #fff;
    background-color: #333;
}

.btn-black:hover, .btn-black:focus {
    background-color: #000;
    background-position: 0 -15px;
}

.btn-black:hover, .btn-black:focus, .btn-black.focus, .btn-black:active, .btn-black.active, .open>.dropdown-toggle.btn-black {
    color: #fff;
}
.currency {
	font-size: 75%;
}

.article-image {
	padding: 0;
	margin: 0 20px 0 0;
	float: left;
} 

.flag_image {
	float: right;
	margin: 0 0 0px 0px;
	width: 50%;
	height: 50%;
}

@media only screen and (min-width: 425px) {
.currency {
	font-size: 100%;
}
}

@media only screen and (min-width: 481px) {

.inputbox {
	width: 200px;
}

#output-src, #output-dst, #output-fromto, #output-tofrom {
font-size: 90%;
}

.logo {
	width: 306px;
	height: 35px;
	background-image: url(images/logo_max.png);
	background-size: 306px 35px;
}

}

@media only screen and (min-width: 512px) {
img.responsive {
	width: initial;
}
.flag_image {
	width: initial;
	height: initial;
}

}

@media only screen and (min-width: 550px) {

.socialbox {
	display: block;
}

}

@media only screen and (min-width: 769px) {

#button-restart {
	xxxwidth: 135px;
}

h1,.h1{
	font-size:36px
}

h2,.h2{
	font-size:26px
}

h3,.h3{
	font-size:24px
}

.inputbox {
	width: 250px;
}

.form-inline .form-control {
    max-width: 230px;
}

.comments-wrapper {
	width: 50%;
}

.zemContactForm {
	width: 50%;
}

.searchbox {
	padding-left: 30px;
}



#newsbar p {
	font-size: 1em;
	line-height: 1.5em;
}

footer ul {
	float: left;
}
footer ul li {
	float: left;
}
footer ul li a:link, footer ul li a:visited {
	float: left;
}
.copyright {
	float: right;
}

#widget {
width: 740px;
max-width: 740px;
xxxfloat: left;
display: inline-block;
}

#widget #amount {
width: 100px;
}

#widget .margin-right-extra{
margin-right: 17px;
}

#widget .result {
font-size: 100%;
}

#widget .date {
xxxmargin-bottom: 0;
}


}


@media only screen and (min-width: 1200px) {

.logo {
	width: 437px;
	height: 50px;
	background-image: url(images/logo_max.png);
	background-size: 437px 50px;
	margin-top: 10px;
	margin-left: 0 !important;
	margin-bottom: 10px;
}

.socials {
	padding: 10px 0px 0px 0px;
}

}

