html {
	font-size: 13px;
}
@media only screen and (max-width:1024px) {
	html {
		font-size: 13px;
	}
}
@media only screen and (max-width:768px) {
	html {
		font-size: 12px;
	}
}
@media only screen and (max-width:600px) {
	html {
		font-size: 11px;
	}
}
@media only screen and (max-width:400px) {
	html {
		font-size: 12px;
	}

}

html, body {
	height: 100%;
}

/**	DOLOČIŠ VELIKOST FONTA ZA MAIN SCREEN */
body {
	background: #FFF;
	font-family: Calibri, Arial, Helvetica;
	font-size: 18px;
	line-height: 26px;
	color: #4b4b4b;
}


.overlay {
	background: transparent;
	width: 100%;
	position: absolute;
	z-index: 9999;
	/*left: 921px;
	top: 9420px;*/
}

/**
 * links 
 * -
 */

a, a:visited {
	color: #f26522;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
	color: #414042; /* ff7b29 */
}

/**
 * typography  
 * -
 */

h1, h2, h3, h4, h5, h6, .h01, .h02, .h03, .h04, .h05, .h06 {
	
	color: #f26522;
	font-family: Calibri, Arial, Helvetica;
	font-style: normal;
	font-weight: normal;
	line-height: 100%;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	text-rendering: optimizeLegibility;

}
h3, .h03, h4, .h04 {
	margin-bottom: 0px;
}
h5, .h05, h6, .h06 {
	/* font-family: "raleway-heavy"; */
	font-family: Calibri, Arial, Helvetica;
	margin-bottom: 1.2rem;
}

h1, .h01 {
	color: #f26522;
	font-size: 20px;
	letter-spacing: 0;
}
h2, .h02 {
	font-size: 12px;
	letter-spacing: 0;
}

.tabelaText {
	font-family: Calibri, Arial, Helvetica;
	font-size: 16px;
	color:#686868;
	text-align: left;
}

.tabelaTextWhite {
	font-family: Calibri, Arial, Helvetica;
	font-size: 16px;
	color:#FFF;
	text-align: left;
}
@media only screen and (max-width:600px) {
body {
	background: #FFF;
	font-family: Calibri, Arial, Helvetica;
	font-size: 15px;
	line-height: 18px;
	color: #4b4b4b;
}

h1, .h01 {
		color: #f26522;
		font-size: 20px;
	}

}

h2, .h02 {
	font-size: 15px;

}
h3, .h03 {
	font-size: 10px;
}
h4, .h04 {
	font-size: 1.7rem;
	line-height: 1.76;
}
h5, .h05 {
	font-size: 1.4rem;
	line-height: 1.7;
	text-transform: uppercase;
	letter-spacing: .15rem;
}
h6, .h06 {
	font-size: 1.3rem;
	line-height: 1.85;
	text-transform: uppercase;
	letter-spacing: .15rem;
}

p img {
	margin: 0;
}
p.lead {
	font-family: Calibri, Arial, Helvetica;
	font-size: 16px;
	line-height: 22px;
	color: #686868;
}
.text-center {
	text-align:center
}
.Naslov {
	font-family: Calibri, Arial, Helvetica, serif;
	font-size: 1.0em;
	font-weight: normal;
	color:#f26522;
	text-indent: 0px;
	padding-bottom: 10px;
}
.Podnaslov {
	font-family: Calibri, Arial, Helvetica, serif;
	font-size: 1.0em;
	font-weight: normal;
	color:#4b4b4b;
	text-indent: 0px;
	padding-bottom: 10px;
}
.Oranzen-Podnaslov {
	font-family: Calibri, Arial, Helvetica, serif;
	font-size: 1.0em;
	font-weight: normal;
	color:#f26522;
	text-indent: 0px;
	padding-bottom: 10px;
}


@media only screen and (max-width:768px) {
	p.lead {
		font-size: 16px;
	}
	p {
		font-size: 14px;
	}
	
intro.Oranzen-Podnaslov {
	font-family: Calibri, Arial, Helvetica, serif;
	font-size: 1.1em;
	font-weight: normal;
	color:#f26522;
	text-indent: 0px;
	padding-bottom: 10px;
}
.Naslov {
	font-family: Calibri, Arial, Helvetica, serif;
	font-size: 1.2em;
	font-weight: normal;
	color:#f26522;
	text-indent: 0px;
	padding-bottom: 10px;
}
.Podnaslov {
	font-family: Calibri, Arial, Helvetica, serif;
	font-size: 1.3em;
	font-weight: normal;
	color:#4b4b4b;
	text-indent: 0px;
	padding-bottom: 10px;
}

}



small {
	font-size: 1.1rem;
	line-height: inherit;
}



hr {
	border: solid #cfcfd5;
	border-width: 1px 0 0;
	clear: both;
	margin: 2.4rem 0 1.5rem;
	height: 0;
}

/**
 * Lists  
 * -
 */

ol {
	list-style: decimal;
}
ul {
	list-style: disc;
}
li {
	display: list-item;
}
ol, ul {
	margin-left: 1.7rem;
}
ul li {
	padding-left: .4rem;
}
ul ul, ul ol, ol ol, ol ul {
	margin: .6rem 0 .6rem 1.7rem;
}
ul.disc li {
	display: list-item;
	list-style: none;
	padding: 0 0 0 .8rem;
	position: relative;
}
ul.disc li::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #f26522;
	position: absolute;
	left: -17px;
	top: 11px;
	vertical-align: middle;
}
dt {
	margin: 0;
	color: #f26522;
}
dd {
	margin: 0 0 0 2rem;
}

/**
 * tables  
 * -
 */

table {
	border-width: 0;
	width: 100%;
	max-width: 100%;
	font-size: 16px;
	align-content: center;
}
th, td {
	border-bottom: 0px solid #E8E8E8;
	padding: 5px;
	color: #4b4b4b;
	font-family: Calibri, Arial, Helvetica;
}
th {
	color: #686868;
	font-family: Calibri, Arial, Helvetica;
}

th:first-child, td:first-child {
	padding-left: 0;
}
th:last-child, td:last-child {
	padding-right: 0;
}
.table-responsive {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

/**
 * Spacing  
 * -
 */

button, .button {
	margin-bottom: 1.2rem;
}
fieldset {
	margin-bottom: 1.5rem;
}
input,
textarea,
select,
pre,
blockquote,
figure,
table,
p,
ul,
ol,
dl,
form,
.fluid-video-wrapper,
.iw-custom-select {
	margin-bottom: 0rem;
}

/**
 * floated image  
 * -
 */

img.pull-right {
	margin: 1.5rem 0 0 3rem;
}
img.pull-left {
	margin: 1.5rem 3rem 0 0;
}

/**
 * block grids paddings 
 * -
 */

.bgrid {
	padding: 15px 15px;
}
@media only screen and (max-width:1024px) {
	.bgrid {
		padding: 0 15px;
	}
}
@media only screen and (max-width:768px) {
	.bgrid {
		padding: 0 12px;
	}
}
@media only screen and (max-width:600px) {
	.bgrid {
		padding: 0 8px;
	}
}
@media only screen and (max-width:400px) {
	.bgrid {
		padding: 0;
	}

}


/** 
 * ===================================================================
 * preloader
 *
 * ------------------------------------------------------------------- 
 */

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #f26522;
	z-index: 9999999;
	height: 100%;
	width: 100%;
}
.no-js #preloader, .oldie #preloader {
	display: none;
}
#loader {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 60px;
	height: 60px;
	margin-left: -30px;
	margin-top: -30px;
	padding: 0;
	background-color: #f26522;
	border-radius: 100%;
	-webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
	animation: sk-scaleout 1.0s infinite ease-in-out;
}
@-webkit-keyframes sk-scaleout {
	0% {
		-webkit-transform: scale(0);
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 0;
	}
}
@keyframes sk-scaleout {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}


/** 
 * ===================================================================
 * forms
 *
 * ------------------------------------------------------------------- 
 */

fieldset {
	border: none;
}

textarea,
select {
	display: block;
	height: 6rem;
	padding: 0rem 0rem;
	/*border: 0;*/
	outline: none;
	/* vertical-align: middle; */
	color: #737373;
	font-family: Calibri, Arial, Helvetica;
	font-size: 1.5rem;
	line-height: 3rem;
	border-radius: 0px;
	background: #FFFFFF;
	max-width: 100%;
	border: 1px solid #d5d5d5;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

textarea {
	min-height: 5rem;
}

select:focus {
	color: #737373;
	background: #FFF;
	border: 1px solid #737373;
}
label, legend {
	font-family: Calibri, Arial, Helvetica;
	font-size: 1.4rem;
	margin-bottom: .6rem;
	color: #404040;
	display: block;
}
label span, legend span {
	color: #f26522;
}
input[type="checkbox"], input[type="radio"] {
	display: inline;
}

/**
 * Style Placeholder Text  
 * -
 */

::-webkit-input-placeholder {
	color: #a1a1a1;
}
:-moz-placeholder {
	/* Firefox 18- */
	color: #a1a1a1;
}
::-moz-placeholder {
	/* Firefox 19+ */
	color: #a1a1a1;
}
:-ms-input-placeholder {
	color: #a1a1a1;
}
.placeholder {
	color: #a1a1a1 !important;
}


/** 
 * ===================================================================
 * buttons
 *
 * ------------------------------------------------------------------- 
 */

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	font-family: Calibri, Cambria, Arial;
	font-size: 1.6rem;
	height: 4rem;
	/* line-height: 5rem; */
	padding: 0rem;
	margin: 0 .3rem 1rem 0;
	background: #f26522;
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	white-space: nowrap;
	border: 1px solid;
	border-radius: 0px;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
	background: #bebebe;
	color: #FFFFFF;
	outline: 0;
}

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
	background: #f26522;
	color: #FFFFFF;
}

.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
	background: #FFF;
}
button.full-width, .button.full-width {
	width: 100%;
	margin-right: 0;
}
button.medium, .button.medium {
	height: 5.5rem !important;
	line-height: 5.5rem !important;
	padding: 0 1.8rem !important;
}
button.large, .button.large {
	height: 6rem !important;
	line-height: 6rem !important;
	padding: 0rem 3rem !important;
}
button.round, .button.round {
	padding-left: 2rem !important;
	padding-right: 2rem !important;
	border-radius: 6px;
}
button.stroke, .button.stroke {
	background: transparent !important;
	border: 3px solid transparent;
	line-height: 2.4rem;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/** 
 * ===================================================================
 * common styles 
 *
 * ------------------------------------------------------------------- 
 */

.Oranzen-Naslov {
	font-family: Calibri, Arial, Helvetica, serif;
	font-size: 2em;
	font-weight: normal;
	color:#f26522;
	text-indent: 0px;
	padding-bottom: 10px;
}
.Oranzen-Podnaslov {
	font-family: Calibri, Arial, Helvetica, serif;
	font-size: 1.7em;
	font-weight: normal;
	color:#f26522;
	text-indent: 0px;
	padding-bottom: 10px;
}
.Naslov {
	font-family: Calibri, Arial, Helvetica, serif;
	font-size: 1.5em;
	font-weight: normal;
	color:#f26522;
	text-indent: 0px;
	padding-bottom: 10px;
}
.Podnaslov {
	font-family: Calibri, Arial, Helvetica, serif;
	font-size: 1.5em;
	font-weight: normal;
	color:#333132;
	text-indent: 0px;
	padding-bottom: 10px;
}
.Vsebina {
	font-family: Calibri, Arial, Helvetica, serif;
	color:#333132;
	font-size: 1.2em;
	font-weight:lighter;
	line-height: 100%;
	text-indent: 0px;
	vertical-align:text-top;
}


#glava {
	background-color:#f26522;
	width: 100%;
	height: 50px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	position: relative;
}

.section-glava {
	max-width: 100%;
	/*height: 40px;*/
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.Meni-Glava {
	font-family: Calibri, Arial, Helvetica, serif;
	font-size: 14px;
	font-weight: normal;
	color:#FFF;
	text-indent: 0px;
	padding-bottom: 10px;
	vertical-align: top;
	
}
.Meni-Glava-Jezik {
	font-family: Calibri, Arial, Helvetica, serif;
	font-size: 13px;
	font-weight: normal;
	color:#FFF;
	text-indent: 0px;
	padding-bottom: 10px;
}
.Meni-Glava-Jezik a {
	color:#FFF;

}
.Meni-Glava-Jezik a:hover {
	color:#000;

}






#kontakti {
	/*
	background: url(ozadje_iHELP_zapestnica_zdravtvena_kartoteka-SOS_ID_Koda.jpg) center center fixed !important;
	 height: 400px !important;
	box-shadow: 0px 0px 0px #453E3E; */
	background-color:#FFF;
	background-size: cover;
	color: #FFF;
	text-align: center;
	vertical-align:central;
	padding-top: 80px;
	padding-bottom: 80px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom: #dcdcdc 0px dashed;
}
.section-kontakti {
	text-align: left;
	vertical-align: central;
	position: relative;
}

.section-map {
	max-width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	position: relative;
}

.section-ponudba .lead {
	color: #686868;
}
.section-ponudba .with-bottom-line {
	position: relative;
	overflow: hidden;
}
.section-ponudba .with-bottom-line::after {
	display: block;
	background-color: #f26522;
	width: 180px;
	height: 3px;
	content: '\0020';
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -80px;
}



/**
 * responsive:
 * common styles
 * - 
 */

@media only screen and (max-width:768px) {
	.Podnaslov {
		font-family: Calibri, Arial, Helvetica, serif;
		font-size: 19px;
		font-weight: normal;
		color:#333132;
		text-indent: 0px;
		padding-bottom: 10px;
	}
	.Meni-Glava-Jezik {
	font-family: Calibri, Arial, Helvetica, serif;
	font-size: 13px;
	font-weight: normal;
	color:#FFF;
	text-indent: 0px;
	padding-bottom: 10px;
	}
	.Meni-Glava-Jezik a {
		color:#FFF;
	
	}
	.Meni-Glava-Jezik a:hover {
		color:#000;
	
	}

}
@media only screen and (max-width:400px) {


.Podnaslov {
	font-family: Calibri, Arial, Helvetica, serif;
	font-size: 16px;
	font-weight: normal;
	color:#333132;
	text-indent: 0px;
	padding-bottom: 10px;
	}
}



/** 
 * ===================================================================
 * header styles 
 *
 * ------------------------------------------------------------------- 
 */
.row {
	width: 100%;

}
header {
	width: 100%;
	position: absolute;
	left: 0;
	top: 45px;
	z-index: 600;
	background: #FFF;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}
header .row {
	width: auto;
	top: 0px;
	height: 70px;
	position: relative;

}

header .glava {
	width: auto;
	top: 0px;
	height: 70px;
	position: relative;
}
header .logo {
	margin-top: 0px;
	z-index: 600;
	position: absolute;
	left: 15px;
	top: 30px;
	-webkit-transform: translateY(-40%);
	-ms-transform: translateY(-40%);
	transform: translateY(-40%);
}
header .logo a {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	width: 200px;
	height: 50px;
	background: url("LiveMining_mobile_app_personal_safety_2.svg") no-repeat center;
	background-size: 200px 50px;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sticky {
	position: fixed;
	background: #FFF;
	top: 0px;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}

.sticky .logo a {
	width: 200px;
	height: 50px;
	background: url("LiveMining_mobile_app_personal_safety_2.svg") no-repeat center;
	background-size: 200px 50px;
	top: 0px;
}



/**
 * responsive:
 * header section
 * - 
 */

@media only screen and (max-width:768px) {
	header {
		top: 45px;
		padding: 0px 0; /* VELIKOST BELI TRAK LOGO */
	}
	header .logo a {
		width: 200px;
		height: 50px;
		background-size: 200px 50px;
	}

section-glava {
	max-width: 100%;
	height:60px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	/*position: relative;*/
	background:#f26522;
}


	.Oranzen-Podnaslov {
		font-family: Calibri, Arial, Helvetica, serif;
		font-size: 1.2em;
		font-weight: normal;
		color:#f26522;
		text-indent: 0px;
		padding-bottom: 10px;
	}
}

/**
 * primary navigation
 * - 
 */

#main-nav-wrap, .main-navigation {
	margin: 0;
	padding: 0;
}

/* hide toggle button */
a.menu-toggle {
	display: none;
}

/* main-nav-wrap */
#main-nav-wrap {
	font-family: Calibri, Arial, Helvetica;
	/* font-family: Calibri, Arial, Helvetica; */
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0px;
	position: absolute;
	top: 6px;
	right: 20px;
}
.main-navigation {
	min-height: 26px;
	display: inline-block;
	width: auto;
	text-align: left;
}
.main-navigation li {
	position: relative;
	display: inline-block;
	list-style: none;
	padding: 0;
	padding-left: 10px; /* RAZMAK MED GUMBI */
	margin: 0;
	height: 66px;
}
.main-navigation li.current a {
	color: #f26522;
	
}
.main-navigation li.current a::after {
	position: absolute;
	left: 50%;
	bottom: -5px;
	width: 90%;
	height: 2px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #FFF;
	content: '\0020';
	display: block;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.main-navigation li.highlight a {
	color: #f26522;
	
}
.main-navigation li.with-sep a {
	position: relative;
	padding-left: 22px;
	margin-left: 8px;
}
.main-navigation li.with-sep a::before {
	position: absolute;
	left: 0;
	top: 50%;
	width: 1px;
	height: 20px;
	margin-top: -10px;
	background-color: rgba(255, 255, 255, 0.2);
	content: '\0020';
	display: block;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* navigation links */
.main-navigation li a {
	display: block;
	padding: 18px 7px;
	line-height: 24px;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	color: #f26522;
	position: relative;
	-moz-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	-webkit-transition: color 0.3s ease-in-out;
	-ms-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}
.main-navigation li a:active {
	background-color: transparent !important;
}
.main-navigation li a:hover {
	color: #000;
}

/**
 * mobile view - primary navigation
 * - 
 */

@media only screen and (max-width:820px) {

	#main-nav-wrap {
		display: block;
		width: 100%;
		position: absolute;
		top: 69px;
		right: 0;
	}
	a.menu-toggle {
		display: block;
		width: 40px;
		height: 40px;
		position: absolute;
		top: 50%;
		right: 30px;
		margin-top: -20px;
	}
	a.menu-toggle span {
		display: block;
		width: 24px;
		height: 3px;
		margin-top: -1.5px;
		position: absolute;
		right: 8px;
		top: 50%;
		bottom: auto;
		left: auto;
		background-color: #000;
		-moz-transition: background 0.2s ease-in-out;
		-o-transition: background 0.2s ease-in-out;
		-webkit-transition: background 0.2s ease-in-out;
		-ms-transition: background 0.2s ease-in-out;
		transition: background 0.2s ease-in-out;
		font: 0/0 a;
		text-shadow: none;
		color: transparent;
	}
	a.menu-toggle span::before, a.menu-toggle span::after {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		background-color: inherit;
		left: 0;
		-moz-transition-duration: 0.2s, 0.2s;
		-o-transition-duration: 0.2s, 0.2s;
		-webkit-transition-duration: 0.2s, 0.2s;
		-ms-transition-duration: 0.2s, 0.2s;
		transition-duration: 0.2s, 0.2s;
		-moz-transition-delay: 0.2s, 0s;
		-o-transition-delay: 0.2s, 0s;
		-webkit-transition-delay: 0.2s, 0s;
		-ms-transition-delay: 0.2s, 0s;
		transition-delay: 0.2s, 0s;
	}
	a.menu-toggle span::before {
		top: -8px;
		-moz-transition-property: top, transform;
		-o-transition-property: top, transform;
		-webkit-transition-property: top, transform;
		-ms-transition-property: top, transform;
		transition-property: top, transform;
	}
	a.menu-toggle span::after {
		bottom: -8px;
		-moz-transition-property: bottom, transform;
		-o-transition-property: bottom, transform;
		-webkit-transition-property: bottom, transform;
		-ms-transition-property: bottom, transform;
		transition-property: bottom, transform;
	}
	.menu-toggle.is-clicked span {
		background-color: #f26522;
	}
	.menu-toggle.is-clicked span::before, .menu-toggle.is-clicked span::after {
		background-color: #f26522;
		-moz-transition-delay: 0s, 0.2s;
		-o-transition-delay: 0s, 0.2s;
		-webkit-transition-delay: 0s, 0.2s;
		-ms-transition-delay: 0s, 0.2s;
		transition-delay: 0s, 0.2s;
	}
	.menu-toggle.is-clicked span::before {
		top: 0;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.menu-toggle.is-clicked span::after {
		bottom: 0;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.main-navigation {
		background: #f26522;
		padding: 20px 35px 20px 35px;
		margin: 0;
		width: 100%;
		height: auto;
		clear: both;
		display: none;
	}
	.main-navigation > li {
		display: block;
		height: auto;
		text-align: left;
		border-bottom: 1px dotted rgba(200, 200, 200, 0.08);
		padding: 0;
	}
	.main-navigation > li:first-child {
		border-top: 1px dotted rgba(200, 200, 200, 0.08);
	}
	.main-navigation li a {
		display: block;
		color: #FFF;
		width: auto;
		padding: 18px 0;
		line-height: 16px;
		border: none;
	}
	.main-navigation li a:hover {
		color: #333132;
	}
	.main-navigation li.with-sep a {
		padding-left: 0;
		margin-left: 0;
	}
	.main-navigation li.with-sep a::before {
		display: none;
	}
	.main-navigation li.current > a {
		background: none;
		color: #333132;
	}
	.main-navigation li.current > a:after {
		display: none;
	}
}

@media only screen and (max-width:400px) {
header .logo {
	margin-top: 0px;
	z-index: 600;
	position: absolute;
	left: 15px;
	top: 30px;
	-webkit-transform: translateY(-40%);
	-ms-transform: translateY(-40%);
	transform: translateY(-40%);
}
	a.menu-toggle {
		display: block;
		width: 40px;
		height: 40px;
		position: absolute;
		top: 50%;
		right: 15px;
		margin-top: -20px;
	}
}
/**
 * make sure the menu is visible on larger screens
 * -
 */

@media only screen and (min-width:821px) {
	#main-nav-wrap ul.main-navigation {
		display: block !important;
	}

}



/** 
 * ===================================================================
 * intro section
 *
 * ------------------------------------------------------------------- 
 */

#map {
	width: 100%;
	min-height: 400px;
	display: table;
	position: relative;
}


#intro {
	background:#FFF;
	width: 100%;
	display: table;
	position: relative;
	padding-top: 20px;
	padding-bottom: 30px;
	border-bottom: #dcdcdc 0px dashed;

}

#statistika {
	background:#f4f4f4;
	width: 100%;
	display: table;
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: #dcdcdc 1px dashed;
	border-bottom: #dcdcdc 1px dashed;
}

#statistika-icon {
	width: 50%;
}

.statistika-content {
	font-family: Calibri, Helvetica, Arial;
	color: #333132;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
}

.statistika-content h1 {
	color: #f26522;
	font-family: Calibri, Cambria, Arial, serif;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	line-height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.statistika-content h3 {
	color: #414042;
	font-family: Calibri, Cambria, Arial, serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: lighter;
	line-height: 100%;
	text-align: center;
	letter-spacing: 0px;
}

#MainVsebina {
	background:#FFF;
	background-size: cover;
	color: #000;
	text-align: center;
	vertical-align:central;
	padding-top: 60px;
	padding-bottom: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: #dcdcdc 1px dashed;
	/*
	border-top: #050708 1px solid;
	border-bottom: #050708 0px solid;
	box-shadow: 0px 0px 0px #453E3E;
	*/
}
.section-MainVsebina {
	text-align: left;
	vertical-align: central;
	position: relative;
}

.section-MainVsebina h1 {

	color: #000;
	font-family: Calibri, Cambria, Arial, serif;
	font-size: 1.3em;
	font-style: normal;
	font-weight: lighter;
	line-height: 130%;
	text-align: left;
}
#Izzivi {
	background:#ebebeb;
	background-size: cover;
	color: #000;
	text-align: left;
	vertical-align: middle;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: #dcdcdc 1px dashed;

}
.intro-content .button {
	border-color: #f26522;
	background: #f26522;
	color: #FFF;
	height: 4.6rem;
	line-height: 4rem;
	padding: 0.2rem 2rem 2rem 2rem !important;
	margin-top: 2.0rem;
	font-family: Calibri, Helvetica, Arial, serif;
	font-size: 1.0rem;
	text-transform: uppercase;
	letter-spacing: .2rem;
}
.intro-content .button:hover, .button:focus {
	color: #f26522;
	background: #FFF;
	border-color: #f26522;
}

#MainVsebinaLast {
	background:#FFF;
	background-size: cover;
	color: FFF;
	text-align: center;
	vertical-align:central;
	padding-top: 60px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 60px;
	/*
	border-top: #050708 1px solid;
	border-bottom: #050708 0px solid;
	box-shadow: 0px 0px 0px #453E3E;
	*/
}

#GALERIJA {
	display: table;
	position: relative;
	width: 100%;
	background:#FFF;
	text-align: center;
	/*background:#ade0ee;*/
	padding-top: 0px;
	padding-bottom: 65px;
	top: 80px;
}
.GALERIJA-content {
	display: table-cell;
	text-align: left;
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
	-webkit-transform: translateY(-1.2rem);
	-ms-transform: translateY(-1.2rem);
	transform: translateY(-1.2rem);
}

#SPECIALIST {
	display: table;
	position: relative;
	background:#eeeded;
	background-size: cover;
	color: #000;
	width: 100%;
	text-align: left;
	vertical-align: middle;
	top: 65px;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom: #dcdcdc 0px dashed;
}

.SPECIALIST-content {
	vertical-align: top;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	-webkit-transform: translateY(-1.2rem);
	-ms-transform: translateY(-1.2rem);
	transform: translateY(-1.2rem);
}

.SPECIALIST-content h1 {
	color: #FFF;
	font-family: Calibri, Cambria, Arial, serif;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	
}
.SPECIALIST-content h2 {
	color: #FFF;
	font-family: Calibri, Cambria, Arial, serif;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 100%;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	
}

#UPGRADES {
	display: table;
	position: relative;
	background:#f26522;
	background-size: cover;
	color: #FFF;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	top: 65px;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom: #dcdcdc 0px dashed;
}
.UPGRADES-content {
	vertical-align: top;
	text-align: left;
	color: #FFF;
	padding-top: 0px;
	padding-bottom: 0px;
	-webkit-transform: translateY(-1.2rem);
	-ms-transform: translateY(-1.2rem);
	transform: translateY(-1.2rem);
}

#DIAGNOSTICS {
	display: table;
	position: relative;
	background:#FFF;
	background-size: cover;
	color: #000;
	width: 100%;
	text-align: left;
	vertical-align: middle;
	top: 65px;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom: #dcdcdc 0px dashed;
}

.DIAGNOSTICS-content {
	vertical-align: top;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	-webkit-transform: translateY(-1.2rem);
	-ms-transform: translateY(-1.2rem);
	transform: translateY(-1.2rem);
}

#CUSTOME {
	display: table;
	position: relative;
	background:#FFF;
	background-size: cover;
	color: #000;
	width: 100%;
	text-align: left;
	vertical-align: middle;
	top: 65px;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom: #dcdcdc 0px dashed;
}

#MARKETS {
	display: table;
	position: relative;
	background:#FFF;
	background-size: cover;
	color: #000;
	width: 100%;
	text-align: left;
	vertical-align: middle;
	top: 65px;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom: #dcdcdc 0px dashed;
}

.MARKETS-content h1 {
	color: #000;
	font-family: Calibri, Cambria, Arial, serif;
	text-align: center;
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	
}

.ICE-main  {
	/* height:400px !important; */
	background-size: cover;
	color: #FFF;
	text-align: center;
	vertical-align:central;

}
.ICE-ura {
	text-align: left;
	vertical-align: central;
	position: relative;
}
#ICE-icon {
	width: 50%;
}

.shadow-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.25) 25%, transparent 56%);  /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.25) 25%, transparent 56%);  /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.25) 25%, transparent 56%);  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73000000', endColorstr='#00000000', GradientType=0);  /* IE6-9 */
}
.intro-content {
	display: table-cell;
	vertical-align: top;
	padding-top: 100px;
	-webkit-transform: translateY(-1.2rem);
	-ms-transform: translateY(-1.2rem);
	transform: translateY(-1.2rem);
}
.intro-content .button {
	border-color: #f26522;
	background: #f26522;
	color: #FFF;
	height: 4.6rem;
	line-height: 4rem;
	padding: 0.2rem 2rem 2rem 2rem !important;
	margin-top: 2.0rem;
	font-family: Calibri, Arial, Helvetica, serif;
	font-size: 1.6rem;
	text-transform: uppercase;
	letter-spacing: .4rem;
}
.intro-content .button:hover, .button:focus {
	color: #f26522;
	background: #FFF;
	border-color: #f26522;
}

.intro-naslov {
	color: #f26522;
	font-family: Calibri, Cambria, Arial, serif;
	font-size: 1.8em;
	font-style: normal;
	font-weight: normal;
	line-height: 100%;
	text-align: left;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}
.intro-content h1 {
	color: #000;
	font-family: Calibri, Cambria, Arial, serif;
	font-size: 1.3em;
	font-style: normal;
	font-weight: bold;
	line-height: 140%;
	text-align: left;
}

.intro-content h3 {
	color: #414042;
	font-family: Calibri, Cambria, Arial, serif;
	font-size: 18px;
	font-style:normal;
	font-variant:normal;
	font-weight: lighter;
	line-height: 100%;
	text-align: left;
	letter-spacing: 0px;
}
.intro-content .video-link a {
	display: inline-block;
	width: 90px;
	height: 90px;
	margin-bottom: 4.2rem;
	outline: none;
}




/**
 * responsive:
 * intro
 * -
 */

@media only screen and (max-width:1080px) {
	table {
		border-width: 0;
		width: 100%;
		max-width: 100%;
		font-size: 14px;
	}

	.intro-content {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		padding-top: 70px;
	}
	.intro-content h1 {
		color: #000;
		font-family: Calibri, Cambria, Arial, serif;
		font-size: 1.3em;
		font-style: normal;
		font-weight: lighter;
		line-height: 100%;
		text-align: left;
	}
	.intro-content h3 {
		font-size: 20px;
	}
	.intro-content .video-link a {
		width: 72px;
		height: 72px;
		margin-bottom: 3rem;
	}
	.intro-naslov {
		color: #f26522;
		font-family: Calibri, Cambria, Arial, serif;
		font-size: 1.8em;
		font-style: normal;
		font-weight: normal;
		line-height: 100%;
		text-align: left;
		padding-top: 0px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 30px;
		margin-left: auto;
		margin-right: auto;
	}

}

@media only screen and (max-width:1024px) {
	table {
			border-width: 0;
			width: 100%;
			max-width: 100%;
			font-size: 14px;
		}
	#PRODUCTS {
		padding-bottom: 65px;
		top: 90px;
	}
	.intro-content {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		padding-top: 70px;
	}
	.intro-content h1 {
		color: #000;
		font-family: Calibri, Cambria, Arial, serif;
		font-size: 1.3em;
		font-style: normal;
		font-weight: lighter;
		line-height: 140%;
		text-align: left;
	}
	.intro-content h3 {
		font-size: 20px;
	}
	.intro-content .video-link a {
		width: 72px;
		height: 72px;
		margin-bottom: 3rem;
	}
	.intro-naslov {
		color: #f26522;
		font-family: Calibri, Cambria, Arial, serif;
		font-size: 1.8em;
		font-style: normal;
		font-weight: normal;
		line-height: 100%;
		text-align: left;
		padding-top: 0px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 30px;
		margin-left: auto;
		margin-right: auto;
	}


}

@media only screen and (max-width:768px) {

	table {
		border-width: 0;
		width: 100%;
		max-width: 100%;
		font-size: 14px;
	}
	th, td {
		border-bottom: 0px solid #E8E8E8;
		padding: 5px;
		color: #4b4b4b;
		font-family: Calibri, Arial, Helvetica;
	}
	#intro {
		top: 65px;
		min-height: 500px;
	}
	.intro-content {
		padding-top: 60px;
	}
	.intro-content h1 {

		color: #000;
		font-family: Calibri, Cambria, Arial, serif;
		font-size: 1.3em;
		font-style: normal;
		font-weight: lighter;
		line-height: 140%;
		text-align: left;
	}
	.intro-content h3 {
		font-size: 16px;
		letter-spacing: .15rem;
	}
	.intro-naslov {
		color: #f26522;
		font-family: Calibri, Cambria, Arial, serif;
		font-size: 1.8em;
		font-style: normal;
		font-weight: normal;
		line-height: 100%;
		text-align: center;
		padding-top: 0px;
		padding-bottom: 30px;
		margin-left: auto;
		margin-right: auto;
	}
	
}
@media only screen and (max-width:600px) {
/* PRAVILA ZA MOJ TELEFON */

	.Meni-Glava-Jezik {
	font-family: Calibri, Arial, Helvetica, serif;
	font-size: 13px;
	font-weight: normal;
	text-align:left;
	color:#FFF;
	text-indent: 0px;
	padding-bottom: 0px;
	}
	.Meni-Glava-Jezik a {
		color:#FFF;
	
	}
	.Meni-Glava-Jezik a:hover {
		color:#000;
	
	}
	
	table {
		border-width: 0;
		width: 100%;
		max-width: 100%;
		font-size: 14px;
	}
	#intro {
		top: 65px;
		min-height: 400px;
	}
	.intro-content {
		padding-top: 20px;
	}
	.intro-content h1 {
		color: #000;
		font-family: Calibri, Cambria, Arial, serif;
		font-size: 1.3em;
		font-style: normal;
		font-weight: lighter;
		line-height: 140%;
		text-align: left;
	}
	.intro-content h3 {
		font-size: 11px;
		letter-spacing: .15rem;
	}
	.intro-content .video-link a {
		width: 66px;
		height: 66px;
		margin-bottom: 1.5rem;
	}
	.section-MainVsebina {
		font-family: Calibri, Arial, Helvetica, serif;
		font-size: 1.3em;
		font-weight: normal;
		text-align:left;
		color:#000;
		line-height: 120%;
		padding-bottom: 0px;
	}
	.section-MainVsebina img {
		max-width: 300px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	.Podnaslov {
		font-family: Calibri, Arial, Helvetica, serif;
		font-size: 1.1em;
		font-weight: normal;
		color:#4b4b4b;
		text-indent: 0px;
		padding-bottom: 10px;
	}
	.Oranzen-Podnaslov {
		font-family: Calibri, Arial, Helvetica, serif;
		font-size: 1.3em;
		font-weight: normal;
		color:#f26522;
		text-indent: 0px;
		padding-bottom: 10px;
	}
	.intro-naslov {
		color: #f26522;
		font-family: Calibri, Cambria, Arial, serif;
		font-size: 1.9em; /* NASLOV ZA MOJ TELEFON */
		font-style: normal;
		font-weight: normal;
		line-height: 100%;
		text-align: center;
		padding-top: 0px;
		padding-bottom: 30px;
	}
	.intro-content .button {
		border-color: #f26522;
		background: #f26522;
		color: #FFF;
		height: 5rem;
		line-height: 4rem;
		padding: 0.5rem 1.5rem 2rem 1.5rem !important;
		margin-top: 2.0rem;
		font-family: Calibri, Helvetica, Arial, serif;
		font-size: 1.6rem;
		text-transform: uppercase;
		letter-spacing: .4rem;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.PRODUCTS-content h1 {
		font-size: 22px;

	}

}

@media only screen and (max-width:400px) {
	#MainVsebinaLast {
	font-family: Calibri, Arial, Helvetica, serif;
	font-size: 16px;
	font-weight: normal;
	color: #000;
	line-height: 1.4;
	}
	#MainVsebina {
		background:#FFF;
		background-size: cover;
		color: #000;
		text-align: center;
		padding-top: 20px;
		padding-bottom: 40px;
		margin-top: 0px;
		margin-bottom: 0px;
		border-top: #dcdcdc 1px dashed;
		/*
		border-top: #050708 1px solid;
		border-bottom: #050708 0px solid;
		box-shadow: 0px 0px 0px #453E3E;
		*/
	}
	.section-MainVsebina {
		font-family: Calibri, Arial, Helvetica, serif;
		font-size: 1.3em;
		font-weight: normal;
		text-align:left;
		color:#000;
		line-height: 120%;
		padding-bottom: 0px;
	}

	.section-MainVsebina img {
		max-width: 270px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	.Meni-Glava-Jezik {
		font-family: Calibri, Arial, Helvetica, serif;
		font-size: 12px;
		font-weight: normal;
		color:#FFF;
		text-indent: 0px;
		padding-bottom: 10px;
	}
	.Meni-Glava-Jezik a {
		color:#FFF;	
	}
	
	.Meni-Glava-Jezik a:hover {
		color:#000;
	
	}
	#intro {
		top: 25px;
		min-height: 200px;
	}
	.intro-content {
		padding-top: 50px;
	}
	.intro-content h1 {
		font-size: 1.4em;
		color: #000;
	}
	.intro-content h3 {
		font-size: 10px;
		letter-spacing: .15rem;
	}
	.intro-content .video-link a {
		width: 60px;
		height: 60px;
	}
	
	.intro-content .button {
		border-color: #f26522;
		background: #f26522;
		color: #FFF;
		height: 5rem;
		line-height: 4rem;
		padding: 0.5rem 1.5rem 2rem 1.5rem !important;
		margin-top: 2.0rem;
		font-family: Calibri, Helvetica, Arial, serif;
		font-size: 1.3rem;
		text-transform: uppercase;
		letter-spacing: .4rem;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	.intro-naslov {
		color: #f26522;
		font-family: Calibri, Cambria, Arial, serif;
		font-size: 1.6em; /* NASLOV ZA MOJ TELEFON */
		font-style: normal;
		font-weight: normal;
		line-height: 100%;
		text-align: center;
		padding-top: 0px;
		padding-bottom: 30px;
	}
	
}

/**
 * video popup modal
 * - 
 */

.popup-modal {
	max-width: 800px;
	background: #FFFFFF;
	position: relative;
	margin: 0 auto;  /* close */
}
.popup-modal .close-popup {
	position: absolute;
	right: 0;
	top: -42px;
	cursor: pointer;
	display: block;
	width: 30px;
	height: 30px;
	color: rgba(255, 255, 255, 0.5);
	text-align: center;
	font: 0/0 a;
	text-shadow: none;
}
.popup-modal .close-popup::before {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 24px;
	font-family: "Ionicons";
	content: "\f2d7";
	font-size: 21px;
	color: rgba(255, 255, 255, 0.5);
}

/**
 * responsive:
 * video popup modal
 * - 
 */

@media only screen and (max-width:900px) {
	.popup-modal {
		max-width: 700px;
	}
}
@media only screen and (max-width:768px) {
	.popup-modal {
		width: auto;
		margin: 0 20px;
	}
}

/**
 * transition effect for modal popup
 * - 
 */

/* overlay at start */
.mfp-fade.mfp-bg {
	opacity: 0;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* content animate in */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}


/** 
 * ===================================================================
 * process section
 *
 * ------------------------------------------------------------------- 
 */

#process {
	background: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
	overflow: hidden;
}
.process-content {
	position: relative;
	text-align: center;
}
.process-content .right-side,
.process-content .left-side,
.process-content .center-side,
.process-content .image-part {
	width: 33.33333%;
	font-size: 15px;
	line-height: 27px;
}
.process-content .right-side, .process-content .left-side {
	padding: 0 6% 24px;
	position: absolute;
	top: 0;
}
.process-content .right-side {
	right: 0;
}
.process-content .left-side {
	left: 0;
}
.process-content .center-side {
	right: 0;
}
.process-content .image-part {
		left: 0;
	/*
	margin: 0 auto;
	height: 660px;
	background-image: url("../images/appdesign.jpg");
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
	*/
}
.process-content .item[data-item]::before {
	background: #38424e;
	color: #FFFFFF;
	border-radius: 100%;
	font-family: "montserrat-bold", sans-serif;
	content: attr(data-item);
	display: inline-block;
	font-size: 18px;
	height: 42px;
	width: 42px;
	line-height: 42px;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 1.5rem;
}
.process-content h5 {
	color: #FFF;
	font-size: 25px;
	line-height: 20px;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

/**
 * responsive:
 * process
 * -
 */

@media only screen and (max-width:1024px) {
	.process-content .right-side, .process-content .left-side {
		padding: 0 3% 24px;
		width: 35%;
	}
	.process-content .image-part {
		height: 600px;
		width: 30%;
	}
}
@media only screen and (max-width:768px) {
	#process {
		padding-bottom: 27rem;
	}
	.process-content .right-side, .process-content .left-side {
		position: static;
		width: 100%;
		max-width: 480px;
		font-size: 1.6rem;
		line-height: 3rem;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 0;
	}
	.process-content .image-part {
		width: 300px;
		position: absolute;
		bottom: -630px;
		left: 50%;
		margin-left: -150px;
	}
}
@media only screen and (max-width:400px) {
	#process {
		padding-bottom: 21rem;
	}
	.process-content .image-part {
		width: 230px;
		bottom: -540px;
		margin-left: -115px;
	}
}




/** 
 * ===================================================================
 * testimonials section
 *
 * ------------------------------------------------------------------- 
 */

#testimonials {
	background: #FFFFFF;
	padding-top: 10.2rem;
	padding-bottom: 12rem;
	position: relative;
	min-height: 10.4rem;
	width: 100%;
	overflow: hidden;
	text-align: center;
}
#testimonials .h01 {
	padding-bottom: 2.1rem;
	margin-bottom: 3.6rem;
	position: relative;
	color: #686868;
	text-align: center;
}
#testimonials .h01::after {
	display: block;
	background-color: #f26522;
	width: 120px;
	height: 3px;
	content: '\0020';
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -60px;
}
#testimonials .flex-container {
	width: 80%;
	max-width: 800px;
	margin: 0 auto;
}
#testimonial-slider {
	margin: 0 0 3rem 0;
	position: relative;
}
#testimonial-slider p {
	font-family: Calibri, Arial, Helvetica;
	font-size: 2.5rem;
	line-height: 1.8;
	color: #8d8d8d;
}
#testimonial-slider p::before, #testimonial-slider p::after {
	display: inline;
	font-family: Arial, sans-serif;
	color: #c7c7c7;
	font-size: 6rem;
	line-height: 0;
	vertical-align: bottom;
	position: relative;
	top: -1.2rem;
}
#testimonial-slider p::before {
	margin-right: .5rem;
	content: '\201C';
}
#testimonial-slider p::after {
	margin-left: .5rem;
	content: '\201D';
}
#testimonial-slider .testimonial-author img {
	width: 8.2rem;
	height: 8.2rem;
	margin: 0 auto 1.2rem auto;
	display: block;
	border-radius: 50%;
	vertical-align: middle;
	border: 9px solid #EAEAED;
}
#testimonial-slider .testimonial-author .author-info {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-family: Calibri, Arial, Helvetica;
	font-size: 1.5rem;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 3rem;
	color: #686868;
}
#testimonial-slider .testimonial-author .author-info span {
	display: block;
	font-family: Calibri, Arial, Helvetica;
	font-size: 1.4rem;
	line-height: 2.1rem;
	letter-spacing: 0;
	text-transform: none;
	color: rgba(0, 0, 0, 0.4);
}

/* control nav */
#testimonials .flex-control-nav {
	width: 100%;
	text-align: center;
	display: block;
	position: absolute;
	bottom: -42px;
}
#testimonials .flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
}
#testimonials .flex-control-paging li a {
	width: 15px;
	height: 15px;
	display: block;
	border: 4px solid #8d8d8d;
	cursor: pointer;
	border-radius: 50%;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
}
#testimonials .flex-control-paging li a:hover {
	border: 4px solid #f26522;
}
#testimonials .flex-control-paging li a.flex-active {
	background: #f26522;
	border-color: #f26522;
	cursor: default;
}

/* direction nav */
#testimonials .flex-direction-nav li {
	padding: 0;
	z-index: 500;
	position: absolute;
	bottom: 0;
	margin-bottom: -57px;
}
#testimonials .flex-direction-nav li a {
	display: block;
	opacity: .8;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
}
#testimonials .flex-direction-nav li a.flex-prev::before,
#testimonials .flex-direction-nav li a.flex-next::after {
	display: block;
	background: #EAEAED;
	color: #737373;
	border-radius: 5px;
	font-family: "Ionicons";
	font-size: 18px;
	height: 48px;
	width: 48px;
	line-height: 48px;
	text-align: center;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#testimonials .flex-direction-nav li a.flex-prev::before {
	content: "\f2ca";
}
#testimonials .flex-direction-nav li a.flex-next::after {
	content: "\f30f";
}
#testimonials .flex-direction-nav li a.flex-next:hover::after,
#testimonials .flex-direction-nav li a.flex-prev:hover::before {
	background: #f26522;
	color: #FFFFFF;
}
#testimonials .flex-direction-nav li.flex-nav-prev {
	left: 0;
}
#testimonials .flex-direction-nav li.flex-nav-next {
	right: 0;
}

/**
 * responsive:
 * testimonial slider
 * -
 */

@media only screen and (max-width:1024px) {
	#testimonials .flex-container {
		max-width: 600px;
	}
	#testimonial-slider p {
		font-size: 2.4rem;
	}
}
@media only screen and (max-width:768px) {
	#testimonials .flex-container {
		width: 90%;
	}
	#testimonial-slider p {
		font-size: 2.2rem;
	}
}
@media only screen and (max-width:600px) {
	#testimonials .flex-container {
		width: 95%;
	}
	#testimonial-slider p {
		font-size: 2rem;
	}
	#testimonial-slider p::before, #testimonial-slider p::after {
		top: -0.5rem;
	}
}
@media only screen and (max-width:400px) {
	#testimonials .flex-container {
		width: auto;
	}
	#testimonial-slider p {
		font-size: 1.8rem;
	}
}




/** 
 * ===================================================================
 * footer
 *
 * ------------------------------------------------------------------- 
 */

footer {
	display: table;
	position: absolute;
	position: relative;
	width: 100%;
	padding-bottom: 20px;
	font-size: 16px;
	line-height: 20px;
	font-family: Calibri, Arial, Helvetica;
	color: #000;
	top: 0px;	
}
footer a, footer a:visited {
	color: #000;	
}
footer a:hover, footer a:focus {
	color: #000;
	text-decoration: underline;
}
footer h4 {
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	padding-bottom: 1.2rem;
	margin-bottom: 1.2rem;
	color: #000;
	font-weight: bold;
}
footer ul {
	margin-left: 0;
}
footer ul li {
	padding-left: 0;
}

.footer-main {
	padding-top: 30px;
	padding-bottom: 30px;
	background: #ade0ee;
	top: 0px;
}


.footer-main ul {
	font-size: 1.5rem;
}
.footer-main ul li {
	font-family: Calibri, Arial, Helvetica;
	list-style: none;
}
.footer-main ul a, .footer-main ul a:visited {
	color: #000;
}
.footer-main ul a:hover, .footer-main ul a:focus {
	color: #000;
	font-style: normal;

}
.footer-main .footer-logo {
	width: 120px;
	height: 41px;
	top: 65px;
	background: url("LiveMining_mobile_app_personal_safety_2.svg") no-repeat center;
	background-size: 120px 41px;
	margin: -.6rem 0 2.1rem -.3rem;
	display: block;
}
.footer-main .footer-subscribe p {
	margin-bottom: 1.2rem;
}
.footer-main .footer-subscribe .subscribe-form #mc-form {
	padding: 0;
}
.footer-main .footer-subscribe .subscribe-form input[type="email"] {
	padding: .6rem 2rem;
	border-radius: 5px;
	background: #232933;
	border: none;
	width: 100%;
	font-family: Calibri, Arial, Helvetica;
	color: #bababa;
	margin-bottom: 1.8rem;
}
.footer-main .footer-subscribe .subscribe-form input[type="submit"] {
	display: none;
}
.footer-main .footer-subscribe .subscribe-form .subscribe-message {
	font-family: Calibri, Arial, Helvetica;
	color: #FFFFFF;
}
.footer-main .footer-subscribe .subscribe-form .subscribe-message i {
	color: #ff7b29;
	margin-right: 5px;
}
.footer-main .footer-subscribe .subscribe-form ::-webkit-input-placeholder {
	color: #545454;
}
.footer-main .footer-subscribe .subscribe-form :-moz-placeholder {
	/* Firefox 18- */
	color: #545454;
}
.footer-main .footer-subscribe .subscribe-form ::-moz-placeholder {
	/* Firefox 19+ */
	color: #545454;
}
.footer-main .footer-subscribe .subscribe-form :-ms-input-placeholder {
	color: #545454;
}
.footer-main .footer-subscribe .subscribe-form .placeholder {
	color: #545454 !important;
}
.footer-bottom {
	margin-top: 0.1rem;
	padding-bottom: 4px;
	text-align: center;
}
.footer-bottom .copyright span {
	display: inline-block;
}
.footer-bottom .copyright span::after {
	content: "|";
	display: inline-block;
	padding: 0 20 0 20;
	color: rgba(255, 255, 255, 0.1);
}
.footer-bottom .copyright span:last-child::after {
	display: none;
}

/**
 * responsive:
 * footer
 * -
 */
@media only screen and (min-width:1024px) {
	footer {
		padding-bottom: 30px;
		font-size: 16px;
		line-height: 26px;
		font-family: Calibri, Arial, Helvetica;
		color: #000;
	}
	.footer-main {
		padding-top: 0px;
		padding-bottom: 30px;
		background: #ade0ee;
	}
	.footer-info {
		text-align: left;
		font-size: 16px;
		line-height: 26px;
	}
	.footer-main ul a, .footer-main ul a:visited {
		color: #000;

	}
	.footer-main .site-links, .footer-main .social-links {
		text-align: left;
		/*font-size: 12px;*/
	}
	.footer-info h4, .footer-main .site-links h4, .footer-main .social-links h4 {
		border: none;
		text-align:left;
		font-size: 22px;
		padding-top: 30px;
		font-weight: bold;
		border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	}
	.footer-main ul {
		font-size: 14px;
		width: 100%;
		text-align:left;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.footer-main ul li {
		font-family: Calibri, Arial, Helvetica;
		list-style: none;
	}
	.footer-main ul li a {
		/*display: block;*/
		border-bottom: 1px solid rgba(255, 255, 255, 0.03);
		font-size: 16px;
		line-height: 28px;
	}
	.footer-main ul li:first-child a {
		border-top: 1px solid rgba(255, 255, 255, 0.03);
	}
	.footer-bottom .copyright span {
		display: block;
		font-size: 14px;
		color:#333132;
	}
}

@media only screen and (max-width:768px) {
	footer {
		padding-bottom: 1.5rem;
		font-size: 20px;
		line-height: 26px;
		font-family: Calibri, Arial, Helvetica;
		color: #000;
	}
	.footer-main {
		padding-top: 10px;
		padding-bottom: 30px;
		background: #ade0ee;
	}
	.footer-info {
		text-align: left;
		font-size: 20px;
		line-height: 26px;
	}
	.footer-main ul a, .footer-main ul a:visited {
		color: #000;

	}
	.footer-main .site-links, .footer-main .social-links {
		text-align: left;
		/*font-size: 12px;*/
	}
	.footer-info h4, .footer-main .site-links h4, .footer-main .social-links h4 {
		border: none;
		text-align:left;
		font-size: 22px;
		padding-top: 20px;
		font-weight: bold;
		border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	}
	.footer-main ul {
		font-size: 1.2em;
		width: 100%;
		text-align:left;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.footer-main ul li {
		font-family: Calibri, Arial, Helvetica;
		list-style: none;
	}
	.footer-main ul li a {
		/*display: block;*/
		border-bottom: 1px solid rgba(255, 255, 255, 0.03);
		font-size: 22px;
		line-height: 28px;
	}
	.footer-main ul li:first-child a {
		border-top: 1px solid rgba(255, 255, 255, 0.03);
	}
	.footer-bottom .copyright span {
		display: block;
		font-size: 3.0rem;
		color:#333132;
	}
}
@media only screen and (max-width:600px) {
	footer {
		padding-bottom: 1.5rem;
		font-size: 16px;
		line-height: 16px;
		font-family: Calibri, Arial, Helvetica;
		color: #000;
	}

	.footer-main {
		padding-top: 10px;
		padding-bottom: 30px;
		background: #ade0ee;
	}
	.footer-info {
		text-align: left;
		font-size: 15px;
		line-height: 20px;
	}
	.footer-main ul a, .footer-main ul a:visited {
		color: #000;

	}
	.footer-main .site-links, .footer-main .social-links {
		text-align: left;
		/*font-size: 12px;*/
	}
	.footer-info h4, .footer-main .site-links h4, .footer-main .social-links h4 {
		border: none;
		text-align:left;
		font-size: 18px;
		padding-top: 20px;
		font-weight: bold;
		border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	}
	.footer-main ul {
		font-size: 1.2em;
		width: 100%;
		text-align:left;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.footer-main ul li {
		font-family: Calibri, Arial, Helvetica;
		list-style: none;
	}
	.footer-main ul li a {
		/*display: block;*/
		border-bottom: 1px solid rgba(255, 255, 255, 0.03);
		font-size: 16px;
		line-height: 24px;
	}
	.footer-main ul li:first-child a {
		border-top: 1px solid rgba(255, 255, 255, 0.03);
	}
	.footer-bottom .copyright span {
		display: block;
		font-size: 14px;
		color:#333132;
	}
}

@media only screen and (max-width:400px) {
	footer {
		padding-bottom: 1.2rem;
		font-size: 12px;
		line-height: 20px;
		font-family: Calibri, Arial, Helvetica;
		color: #000;
	}

	.footer-main {
		padding-top: 10px;
		padding-bottom: 30px;
		background: #ade0ee;
	}
	.footer-info {
		text-align: left;
		font-size: 15px;
		line-height: 20px;
	}
	.footer-main ul a, .footer-main ul a:visited {
		color: #000;

	}
	.footer-main .site-links, .footer-main .social-links {
		text-align: left;
		/*font-size: 12px;*/
	}
	.footer-info h4, .footer-main .site-links h4, .footer-main .social-links h4 {
		border: none;
		text-align:left;
		font-size: 18px;
		padding-top: 20px;
		font-weight: bold;
		border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	}
	.footer-main ul {
		font-size: 1.2em;
		width: 100%;
		text-align:left;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.footer-main ul li {
		font-family: Calibri, Arial, Helvetica;
		list-style: none;
	}
	.footer-main ul li a {
		/*display: block;*/
		border-bottom: 1px solid rgba(255, 255, 255, 0.03);
		font-size: 16px;
		line-height: 24px;
	}
	.footer-main ul li:first-child a {
		border-top: 1px solid rgba(255, 255, 255, 0.03);
	}
	.footer-bottom .copyright span {
		display: block;
		font-size: 14px;
		color:#333132;
	}
}

/**
 * go to top
 * -
 */

#go-top {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 600;
	display: none;
}
#go-top a {
	text-decoration: none;
	border: 0 none;
	display: block;
	height: 66px;
	width: 60px;
	line-height: 66px;
	text-align: center;
	background: #f26522;
	color: #FFFFFF;
	text-transform: uppercase;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#go-top a i {
	font-size: 20px;
	line-height: inherit;
}
#go-top a:hover {
	background: #34322e;
	color: #FFFFFF;
}

div.dropdown {
	color: #FFF;
	top: 17px;
	margin: 0 0 0 0;
	width: 120px;
	position: absolute;
	z-index: 1000;
	/* height: 17px;
	text-align:left;*/
}
@media screen and (max-width:400px) {
	div.dropdown {
		color: #FFF;
		left: 0px;
		top: 12px;
		margin: 0 0 0 0;
		width: 60px;
		position: absolute;
		z-index: 1000;
		/* height: 17px;
		text-align:left;*/
	}
}
div.submenu
{
	background: #FFF;
	position: absolute;
	top: -48px;
	left: -8px;
	z-index: 100;
	width: 100px;
	display: none;
	margin-left: 10px;
	padding: 30px 0 0;
	border-radius: 4px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.45);
}

.dropdown  li a {
    color: #555555;
    display: block;
    font-family: Calibri, Arial, Helvetica, serif;
    font-weight: bold;
    padding: 6px 15px;
	cursor: pointer;
	text-decoration:none;
}

.dropdown li a:hover{
    background: #FFF;
    color: #f26522;
    text-decoration: none;
    
}

a.account {
	font-size: 13px;
	line-height: 14px;
	color: #FFF;
	position: absolute;
	z-index: 1100;
	display: block;
	padding: 0 0 0 30px;
	height: 28px;
	width: 90px;
	margin: 2 0 0 0;
	text-decoration: none;
	background: url(arrow.png) 120px 8px no-repeat;
	cursor:pointer;
}


.root
{
	list-style:none;
	margin: 0px;
	font-size: 14px;
	padding: 0 0 0 0;
	border-top: 48px solid #5a5a5a;
}
/*# sourceMappingURL=main.css.map */
