@charset "utf-8";
/* CSS Document */



/**
* html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
* Richard Clark (http://richclarkdesign.com)
* http://cssreset.com
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}

sub, sup {
  /* Specified in % so that the sup/sup is the
     right size relative to the surrounding text */
  font-size: 75%;

  /* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0;

  /* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;

  /* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline;
}

sup {
  /* Move the superscripted text up */
  top: -0.5em;
}

sub {
  /* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}





/**
* Global styles ================================================================================================
*/
html, body {
	height: 100%;
}
body {
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	background-color: #fff;
	font-weight: 300;
}
@media 	only screen and (-webkit-min-device-pixel-ratio: 1.3),
		only screen and (-o-min-device-pixel-ratio: 13/10),
		only screen and (min-resolution: 120dpi)
{
	/* Your code to swap higher DPI images */
	body {
		font-size: 14px;
	}
} 
.wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 100%;
	box-sizing: border-box;
}
.container {
	position: relative;
	width: 76%;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
}
.container-full {
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}
.container-big {
	position: relative;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
}
.container-medium {
	position: relative;
	width: 65%;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
}
.container-small {
	position: relative;
	width: 56%;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
}

.spacing {
	height: 4em;
}

.bg-main-color {
	background-color: #5faa4b;
	color: #fff;
}

.font-color-1 {
	color: #303030;
}
.font-color-1 a, .font-color-1 a:visited {
	color: #151515;
	text-decoration: underline;
}
.font-color-1 a:hover {
	color: #939598;
	text-decoration: none;
}

.font-color-2 {
	color: #2b4b6d;
}
.font-color-2 a, .font-color-2 a:visited {
	color: #221f1f;
}
.font-color-2 a:hover {
	color: #78a41c;
}

.color-background,
.color-background a,
.color-background a:visited {
	color: #ececec;
}
.main-color {
	color: #5faa4b;
}
.img-border {
	background-color: rgba( 255,255,255,0.6);
	border: solid 1px #dfdddc;
	padding: 9px;
	display: block;
}

.top-vertical-spacing {
	height: 140px;
}


.ia-col-1,
.ia-col-2,
.ia-col-3,
.ia-col-4,
.ia-col-5,
.ia-col-6,
.ia-col-7,
.ia-col-8,
.ia-col-9,
.ia-col-10,
.ia-col-11,
.ia-col-12 {
    padding-left: 20px;
    padding-right: 20px;  
	float: left;
	box-sizing: border-box;
}
.ia-col-1 {
	width: 8.333%;
}
.ia-col-2 {
	width: 16.667%;
}
.ia-col-3 {
	width: 25%;
}
.ia-col-4 {
	width: 33.333%;
}
.ia-col-5 {
	width: 41.667%;
}
.ia-col-6 {
	width: 50%;
}
.ia-col-7 {
	width: 58.333%;
}
.ia-col-8 {
	width: 66.667%;
}
.ia-col-9 {
	width: 75%;
}
.ia-col-10 {
	width: 83.333%;
}
.ia-col-11 {
	width: 91.667%;
}
.ia-col-12 {
	width: 100%;
}

.ia-col-aaaaa3:nth-child(4n+5) {
	clear: both;
}

.ia-offset-3 {
	margin-left: 25%;
}

.ia-row {
	box-sizing: border-box;
	margin-left: -20px;
	margin-right: -20px;
}
.ia-row:before, .ia-row:after {
	content: " ";
	display: table;
}
.ia-row:after {
	clear: both;
}












h1, h2, h3, h4 {
	font-family: 'Roboto', sans-serif;
	line-height: 1.3em;
	font-weight: normal;
}
h1 {
	font-size: 2.2em;
}
p {
	line-height: 1.4em;
	margin-top: 1em;
	margin-bottom: 1em;
}
.main-title {
	font-size: 2.2em;
	text-align: center;
	text-transform: uppercase;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-weight: 100;
}

hr {
	clear: both;
	background: none;
	border: none;
	width: 100%;
	height: 1px;
	background-color: rgba(0,0,0,0.35);
	border-bottom: solid 1px rgba(255,255,255,0.9);
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}

.breadcrumbs {
	font-size: 0.9em;
	padding-top: 1em;
	color: #aaa;
	margin-top: 2em;
	margin-bottom: 1em;
}
.breadcrumbs a, .breadcrumbs a:visited {
	text-decoration: none;
	color: #aaa;
}
.breadcrumbs a:hover {
	color: #cd3333;
}

.back-button {
	text-align: center;
	margin-top: 20px;
}
.back-button a, .back-button a:visited {
	display: none;
	background-color: #cd3333;
	color: #fff;
	padding: 10px 20px;
	font-size: 1.1em;
	text-decoration: none;
	box-sizing: border-box;
}
.back-button a:hover {
	color: #eee;
	background-color: #444;
}



#ia-back-to-top {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	padding: 5px;
	background: rgba(255,255,255,0.6);
	z-index: 1002;
}
#ia-back-to-top .material-icons {
	font-size: 36px;
}

#offcanvas-menu-toggle {
	display: none;
	position: absolute;
	padding: 10px;
	z-index: 1000;
	fill: #fff;
	padding-top: 15px;
	left: 5px;
	top: 0px;
}

#offcanvas-menu-close {
	position: absolute;
	top: 5px;
	right: 20px;	
	z-index: 1000;
	color: #f2f2f2;
	z-index: 1002;
	font-size: 3.0em;
	font-weight: 300;
	cursor: pointer;
	box-sizing: border-box;
}
#mobile-navigation {
	display: none;
}
#mobile-sub-menu {
	display: none;
}



/**
* Header ================================================================================================
*/
.main-header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 2;
}
.main-header-container {
	position: relative;
	background-color: rgba( 0,0,0,0.6);
	border-bottom: solid 4px rgba( 202, 219, 55, 0.55);
	height: 100px;
}

#krivogastani-promet-logo {
	position: absolute;
	width: 36%;
	box-sizing: border-box;
	display: block;
	z-index: 2;
	top: 20px;
}
#krivogastani-promet-logo img {
	width: 100%;
	height: auto;
}
#krivogastani-promet-logo-mobile {
	position: relative;
	width: 50%;
	box-sizing: border-box;
	display: none;
	z-index: 2;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}
#krivogastani-promet-logo-mobile img {
	width: 100%;
	height: auto;
}

.header_image {
	position: relative;
	display: block;
	width: 100%;
}
.header_image img {
	display: block;
	width: 100%;
	height: auto;
}

/**
* Menu menu ================================================================================================
*/
.menu-lang {
	position: absolute;
	top: 12px;
	right: 0px;
	z-index: 10;
	font-size: 0.9em;
}
.menu-lang ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.menu-lang ul li {
	text-transform: uppercase;
	display: inline-block;
	margin-right: 16px;
}
.menu-lang ul li a, .menu-lang ul li a:visited {
	text-decoration: none;
	color: #fff;
}
.menu-lang ul li a:hover {
	color: rgba( 255,255,255,0.6);
}



/**
* Main menu ================================================================================================
*/
.main-menu {
	position: absolute;
	box-sizing: border-box;
	display: block;
	font-size: 1.2em;
	line-height: 1.4em;
	text-transform: uppercase;
	right: 0px;
	top: 60px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
.main-menu ul {
}
.main-menu ul li {
	display: inline-block;
	margin-right: 16px;
}
.main-menu ul li a, .main-menu ul li a:visited {
	text-decoration: none;
	color: rgba( 255,255,255,0.6);
}
.main-menu ul li a:hover {
	color: #fff;
}
.main-menu ul li.selected a {
	color: #fff;
}


.submenu-container {
	margin-top: 0em;
	margin-bottom: 0em;
	background-color: #3c728d;
	font-weight: 300;
	position: relative;
	z-index: 2;
	width: 100%;
}
.submenu-container.margin-bottom {
	margin-bottom: 3em;
}
.submenu {
	padding-top: 1em;
	padding-bottom: 1em;
}
.submenu ul {
	list-style: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.submenu ul li {
	position: relative;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 1em;
	padding-left: 2em;
	padding-right: 2em;
	border-left: solid 1px rgba( 255,255,255,0.4);
	border-right: solid 1px rgba( 0,0,0,0.6);
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.submenu ul li a {
	text-decoration: none;
}
.submenu ul li a:hover {
	color: #a7e1fe;
}
.submenu ul li.selected a {
	color: #a7e1fe;
}
.submenu ul li:first-child {
	border-left: none;
}
.submenu ul li:last-child {
	border-right: none;
}
.submenu ul li .arrow-bottom {
	display: none;
	position: absolute;
	left: 0px;
	bottom: -32px;
	text-align: center;
	width: 100%;
}
.submenu ul li .arrow-bottom svg {
	fill: #3c728d;
}
.submenu ul li.selected .arrow-bottom {
	display: block;
}


/**
* Main slider ================================================================================================
*/
#main-slider {
	position: relative;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/preloader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: rgba( 255,255,255,0.6);
	overflow: hidden;
	height: auto;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}
#main-slider ul {
	position: relative;
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: block;
	height: 100%;
	
}
#main-slider ul li {
	display: block;
	width: 100%;
	height: 100%;
}
#main-slider ul li a {
	position: relative;
	display: block;
	line-height: 1px;
}
#main-slider ul li img {
	position: relative;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	opacity: 0;
}


#main-slider .main-slider-dots {
	position: absolute;
	bottom: 20px;
	text-align: center;
	width: 100%;
}
#main-slider .main-slider-dots span {
	margin-left: 5px;
	margin-right: 5px;
	cursor: pointer;
}
#main-slider .main-slider-dots span svg {
	fill: #fff;
	opacity: 0.7;
}
#main-slider .main-slider-dots span.selected1 svg {
	fill: #000;
}


/**
* Main content ================================================================================================
*/
#content {
	margin-bottom: 72px;
}
.page {
	position: relative;
	padding-top: 0px;
	padding-bottom: 40px;
	clear: both;
}
.page:after {
	content: " ";
	display: table;
	clear: both;
}
.page h1 {
	text-align: center;
	padding-top: 1.0em;
	padding-bottom: 0.5em;
	text-transform: uppercase;
	color: #6c8fa3;
	font-weight: 100;
}
.page h1 span {
	color: #ed1a3b;
}
.page h2 {
	text-align: left;
	font-size: 1.4em;
	padding-top: 0.5em;
	padding-bottom: 0.2em;
	color: #2b4b6d !important;
}

.page h3 {
	text-align: center;
	font-size: 1.5em;
	margin-top: 0.2em;
	margin-bottom: 0.1em;
	color: #2b4b6d;
}
.page h4 {
	text-align: center;
	font-size: 1.4em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.page p {
	margin-top: 0.8em;
	margin-bottom: 0.8em;
	line-height: 1.6em;
}
.page p img {
	max-width: 100%;
	height: auto;
}
.page .read-more {
	text-align: right;
}
.page .read-more a {
	color: #ff0000;
	text-decoration: none;
}
.page .read-more a:hover {
	color: #000;
}
.page ol {
	margin: 0;
	padding: 0;
	list-style-position: inside;
	padding-left: 20px;
}
.page ol li {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	line-height: 1.4em;
}

.special {
	list-style-type: none;
}

.special li {
	counter-increment: section;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: justify;
	line-height: 1.4em;
}

.special li::before {
	
	content: counter(section);
	margin-right: 5px;
	font-size: 80%;
	background-color: #ff0000;
	color: white;
	font-weight: bold;
	padding: 3px 8px;
	border-radius: 3px;
}


.page ul {
	padding-left: 20px;
}
.page ul li {
	margin-bottom: 0.5em;
	line-height: 1.2em;
}

.article_banner img {
	width: 100%;
	height: auto;
}
.page .ia-extra-bullets {
}
.page .ia-extra-bullets li {
	margin-bottom: 1.2em;
}
.page .ia-extra-bullets li strong {
	font-size: 1.2em;
	line-height: 1.5em;
}
.page h4.busted {
}
.page h4.confirmed {
	
}

#article-kontakt {
	padding-bottom: 0px;
}
#article-kontakt p {
}


/**
* Sidebar ================================================================================================
*/
.sidebar {
	padding: 40px 30px;
	margin-top: 84px;
}
.sidemenu {
}
.sidemenu ul {
	list-style: none;
}
.sidemenu ul li {
	text-transform: uppercase;
	border-top: solid 1px rgba(255,255,255,0.5);
	padding-top: 1.2em;
	padding-bottom: 1.2em;
	font-size: 1.4em;
}
.sidemenu ul li:first-child {
	border-top: none;
	padding-top: 0em;
}
.sidemenu ul li:last-child {
	padding-bottom: 0em;
}
.sidemenu ul li a {
	text-decoration: none;
}
.sidemenu ul li a:hover {
	color: #a7e1fe;
}


/**
* Proizvodi ================================================================================================
*/

.entry-content {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 1.1em;
}
.entry-content a {
	text-decoration: none;
}
.entry-content img {
	display: block;
	width: 100%;
	height: auto;
	border: solid 4px rgba( 255,255,255,0.4);
	margin-bottom: 0.5em;
}
.entry-content h3 {
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 300;
}



/**
* Products ================================================================================================
*/
.products {
	padding-top: 0;
	padding-bottom: 2em;
}
.products h1 {
	position: relative;
	background-color: #5faa4b;
	color: #fff;
	text-align: center;
	font-size: 1.8em;
	font-weight: 100;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	margin-top: 0em;
	margin-bottom: 1em;
}
.products h1 .arrow-bottom {
	position: absolute;
	display: block;
	left: 0px;
	bottom: -24px;
	text-align: center;
	width: 100%;
}
.products h1 svg {
	fill: #5faa4b;
}
.product {
	text-align: center;
	color: #fff;
	padding-bottom: 10px;
	margin-top: 40px;
	margin-bottom: 40px;
}
.product img {
	width: 100%;
	height: auto;
	display: block;
	box-sizing: border-box;
	border: solid 1px rgba( 83, 166, 65, 0.5 );
}
.product .product-intro {
	font-size: 0.9em;
	padding-left: 20px;
	padding-right: 20px;
}
.product a {
	color: #fff !important;
	display: block;
}
.product a h2 {
	font-size: 1.2em;
	font-weight: 300;
	padding-top: 0.7em;
	padding-bottom: 0.5em;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #5faa4b;
	color: #fff;
	text-align: center;
	margin-bottom: 6px;
}
.product a, .product a:visited {
	text-decoration: none;
	color: #2b4b6d;
}

.product .readmore {
	width: 100%;
	position: relative;
	background-color: rgba( 255,255,255,1 );
	margin-left: auto;
	margin-right: auto;
	padding: 12px 20px;
	color: #1e630c;
	border: solid 1px rgba( 83, 166, 65, 0.5 );
	font-size: 0.9em;
	margin-top: 10px;
	box-sizing: border-box;
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
}
.product:hover .readmore {
	border: solid 1px #f19f00;
	background-color: #f19f00;
	color: #fff;
}


.product-item {
	margin-top: 40px;
	margin-bottom: 40px;
}
.product-item h2 {
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: 300;
	padding-top: 1.0em;
	padding-bottom: 0.7em;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #5faa4b;
	color: #fff;
	text-align: center;
	margin-bottom: 6px;
}
.product-item img {
	width: 100%;
	height: auto;
	display: block;
	box-sizing: border-box;
	border: solid 1px rgba( 83, 166, 65, 0.5 );
}
.product-item .product-intro {
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #f8f8f8;
	border: solid 1px rgba( 83, 166, 65, 0.5 );
	border-top: none;
	text-align: center;
	color: #5faa4b;
	padding-left: 10px;
	padding-right: 10px;
}
.product-item .product-intro strong {
	font-weight: 400;
}


/**
* Kontakt ================================================================================================
*/
#kontakt-map {
	width: 100%;
	height: 450px;
}

#kontakt-left {
	position: relative;
	width: 50%;
	float: left;
	padding-left: 36px;
	padding-right: 36px;
	box-sizing: border-box;
	padding-top: 30px;
}
#kontakt-left h3 {
	padding-top: 0px;
	padding-bottom: 0px;
}
#kontakt-left p {
	text-align: center;
}
#kontakt-right {
	position: relative;
	width: 50%;
	float: left;
	padding-left: 36px;
	padding-right: 36px;
	box-sizing: border-box;
}


#contact-form {
}
#contact-form label {
	width: 100%;
	display: block;
	padding-top: 1.5em;
	padding-left: 1em;
	padding-bottom: 0.3em;
}
#contact-form .contact_text_form {
	width: 100%;
	display: block;
	background: none;
	border: none;
	padding: 10px;
	background-color: #f4f5f5;
	border: solid 1px #bfbfbf;
	font-size: 1.2em;
	box-sizing: border-box;
}
#contact-form .contact_textarea_form {
	width: 100%;
	display: block;
	background: none;
	border: none;
	padding: 10px;
	background-color: #f4f5f5;
	border: solid 1px #bfbfbf;
	font-size: 1.2em;
	box-sizing: border-box;
}

#contact-form .contact_submit_form {
	background: none;
	border: none;
	background-color: #cd3333;
	color: #fff;
	padding: 10px 20px;
	font-size: 1.2em;
	margin-top: 20px;
	float: right;
}






/**
* Footer ================================================================================================
*/

.main-footer {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 4px;
	overflow: hidden;
	color: rgba( 255,255,255,0.8);
	position: relative;
	width: 100%;
	background-color: #5faa4b;
	border-top: solid 4px #477f38;
	padding-top: 1em;
}
.main-footer h2 {
	text-align: center;
	color: #fff;
	font-size: 2.2em;
	font-weight: 100;
	margin-bottom: 1em;
}

.footer-items {
	font-size: 1em;
	line-height: 1.4em;
	text-align: center;
	margin-bottom: 2em;
}
.footer-items svg {
	fill: rgba( 255,255,255,0.8);
	width: 58px;
	height: 58px;
	margin-bottom: 1em;
}
.footer-items a, .footer-items a:visited {
	color: rgba( 255,255,255,0.8);
	text-decoration: none;
}



.footer-contact-container {

}





#copyright {
	display: block;
	text-align: center;
	font-size: 0.8em;
	line-height: 1.3em;
	padding-top: 16px;
	clear: both;
	color: #fff;
	font-weight: 300;
	background-color: #477f38;
	margin-top: 3em;
	padding-top: 1.2em;
	padding-bottom: 1.2em;
}
#copyright a, #copyright a:visited {
	text-decoration: none;
	color: #fff;
}
#copyright a:hover {
	text-decoration: underline;
}



#footer-contact-form {
	position: relative;
	width: 40%;
	margin-left: auto;
	margin-right: auto;
}
#footer-contact-form label {
	width: 100%;
	display: block;
	padding-top: 1.5em;
	padding-left: 0;
	padding-bottom: 0.3em;
	color: #000;
	font-weight: 300;
	font-size: 1.3em;
	display: none;
}
#footer-contact-form .contact_text_form {
	background: none;
	border: none;
	background: rgba(255,255,255,0.7);
	color: rgb(0,108,99);
	padding: 6px 10px;
	text-align: center;
	height: auto;
	font-size: 0.9em;
	width: 100%;
	margin-bottom: 1em;
	font-family: 'Roboto', sans-serif;
	box-sizing: border-box;
	font-weight: 300;
}
#footer-contact-form .contact_textarea_form {
	background: none;
	border: none;
	background: rgba(255,255,255,0.7);
	color: rgb(0,108,99);
	padding: 12px 20px;
	text-align: center;
	height: auto;
	font-size: 0.9em;
	width: 100%;
	margin-bottom: 1em;
	font-family: 'Roboto', sans-serif;
	box-sizing: border-box;
	font-weight: 300;
}

#footer-contact-form .contact_submit_form {
	background: none;
	border-radius: 0px;
	border: solid 3px rgba(255,255,255,0.7);
	color: rgba(255,255,255,0.8);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.2em;
	font-size: 1em;
	padding: 9px 30px;
	display: block;
	text-transform: uppercase;
	width: auto;
	cursor:pointer;
	font-family: 'Roboto', sans-serif;
	box-sizing: border-box;
	font-weight: 300;
}
#contact-form-preloader {
	display: block;
	position: absolute;
	bottom: -46px;
	left: 0px;
	display: none;
}

#footer-contact-form .contact_text_form::-webkit-input-placeholder,
#footer-contact-form .contact_textarea_form::-webkit-input-placeholder { /* WebKit browsers */
    color: #454545;
}
#footer-contact-form .contact_text_form:-moz-placeholder,
#footer-contact-form .contact_textarea_form:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #454545;
}
#footer-contact-form .contact_text_form::-moz-placeholder,
#footer-contact-form .contact_textarea_form::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #454545;
}
#footer-contact-form .contact_text_form:-ms-input-placeholder,
#footer-contact-form .contact_textarea_form:-ms-input-placeholder  { /* Internet Explorer 10+ */
    color: #454545;
}




#article-kontakt h3 {
	font-size: 1.3em;
	margin-bottom: 0px;
}
#article-kontakt p {
	margin-top: 0px;
}


/**
* Banners ================================================================================================
*/
.banners {
	padding-top: 2em;
}
.banners img {
	width: 100%;
	height: auto;
}



/**
* Misc ================================================================================================
*/
.clear:before,
.clear:after {
    content: " ";
    display: table;
}
.clear:after {
    clear: both;
}
