body {
	font-family: 'Roboto', sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: 300;
	background-color: #ffffff;
	}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	text-align: left;
	text-decoration: none;
	line-height: 1.35em;
	color: #252525;
	padding: 0px;
	margin: 10px 0px 10px;
	}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: underline;
	}

h1 { font-size: 56px; }
h2 { font-size: 44px; }
h3 { font-size: 28px; }
h4 { font-size: 24px; }
h5 { font-size: 22px; }
h6 { font-size: 18px; }

p { font-size: 16px; font-weight: 400; }

h2.second-title {
	border-bottom: 1px solid #999;
	padding: 0 0 10px 0;
	margin: 10px 0px 40px;
	}

.clear { clear: both; }
.clear-ten { clear: both; height: 10px; }
.clear-twe { clear: both; height: 20px; }
.clear-breadcrumb { clear: both; height: 53px; }


.line-blue {
	clear: both;
	display: block;
	width: 100%;
	height: 5px;
	padding: 0;
	margin: 0 0 30px 0;
	background-color: #00adf1;
	}

.nopadding { padding: 0; }

.nopaddingleft { padding-left: 0; }
.nopaddingright { padding-right: 0; }

/* ------------------------- */
/* ----- Start: HEADER ----- */
/* ------------------------- */

.language-bar {
	display: block;
	width: 100%;
	height: 38px;
	padding: 0;
	margin: 0;
	background-color: #eeeeee;
	}

.language-bar p {
	font-size: 12px;
	font-weight: 400;
	line-height: 38px;
	color: #444444;
	padding: 0;
	margin: 0;
	}

.language-bar p a {
	font-weight: 600;
	color: #00adf1;
	}

.language-bar p a:hover {
	text-decoration: none;
	color: #252525;
	}


.language-bar .login-box {
	display: inline-block;
	float: right;
	position: relative;
	cursor: pointer;
	height: 28px;
	padding: 0 20px 0 20px;
	margin: 5px 0;
	background-image: url("../images/i_lock.png");;
	background-position: left 6px;
	background-repeat: no-repeat;
	}

.language-bar .login-box a {
	font-size: 12px;
	font-weight: 400;
	line-height: 28px;
	color: #444444;
	padding: 0;
	margin: 0;
	}

.language-bar .login-box a:hover {
	text-decoration: none;
	color: #00adf1;
	}

.language-bar .language-box {
	display: inline-block;
	float: right;
	position: relative;
	cursor: pointer;
	min-width: 110px;
	height: 26px;
	font-size: 12px;
	font-weight: 400;
	line-height: 26px;
	color: #444444;
	padding: 0 30px 0 38px;
	margin: 5px 0;
	border: 1px solid #dddddd;
	background-image: url("../images/flag.png");;
	background-position: 8px 6px;
	background-repeat: no-repeat;
	}

.language-bar .language-box::after {
    position: absolute;
    top: 0px;
    right: 10px;
    content: "\f107";
    font-family: "FontAwesome";
	}

.language-bar .language-box:hover {
	color: #00adf1;
    background-color: #ffffff;
	}

.language-bar .language-box:hover:after {
    color: #00adf1;
	}

.language-bar .language-box ul#lang-submenu {
	display: none;
	position: absolute;
	z-index: 9999;
	top: 100%;
	padding: 0;
	margin: -1px 0 0 -39px;
	list-style-type: none;
	background-color: #ffffff;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #dddddd;
	}

.language-bar .language-box ul#lang-submenu li {
	display: block;
	}

.language-bar .language-box ul#lang-submenu li a {
	display: block;
	min-width: 108px;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	color: #444444;
	padding: 4px 0 4px 38px;
	margin: 0;
	background-image: url("../images/flag.png");;
	background-position: 8px 9px;
	background-repeat: no-repeat;
	}

.language-bar .language-box ul#lang-submenu li:nth-of-type(1) a {background-position: 8px    8px; }
.language-bar .language-box ul#lang-submenu li:nth-of-type(2) a {background-position: 8px  -42px; }
.language-bar .language-box ul#lang-submenu li:nth-of-type(3) a {background-position: 8px  -92px; }
.language-bar .language-box ul#lang-submenu li:nth-of-type(4) a {background-position: 8px -142px; }

.language-bar .language-box ul#lang-submenu li a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #00adf1;
	}


.logo-box {
	display: block;
	position: relative;
	width: 100%;
	min-height: 100px;
	padding: 24px 0;
	margin: 0;
	}

.logo-box img.logoheader {
	display: block;
	float: left;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 24px 0;
	}


.call-us-box {
	display: block;
	position: relative;
	float: right;
	height: 40px;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.35em;
	color: #444444;
	padding: 5px 20px 5px 46px;
	margin: 30px 0;
	border-right: 1px solid #dddddd;
	background-image: url("../images/i_old-phone.png");;
	background-position: left center;
	background-repeat: no-repeat;
	}

	.call-us-box-nb {
	display: block;
	position: relative;
	float: right;
	height: 40px;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.35em;
	color: #444444;
	padding: 5px 0px 5px 46px;
	margin: 30px 0;
	background-image: url("../images/i_old-phone.png");;
	background-position: left center;
	background-repeat: no-repeat;
	}

.call-us span {
	display: block;
	clear: both;
	font-size: 14px;
	font-weight: 600;
	}

.basket-box {
	display: block;
	position: relative;
	float: right;
	height: 40px;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.35em;
	color: #444444;
	padding: 5px 20px 5px 0;
	margin: 30px 0 30px 20px;
	}

.basket-box div {
	float: left;
	}

.basket-box a.basket {
	display: inline-block;
	cursor: pointer;
	float: left;
	width: 34px;
	height: 34px;
	padding: 0;
	margin: 0 10px 0 0; 
	background-color: #00adf1;
	background-image: url("../images/i_basket.png");;
	background-position: center center;
	background-repeat: no-repeat;
	}

.basket-box a.basket:hover {
	background-color: #999999;
	}

.call-us-box span,
.basket-box span {
	display: block;
	clear: both;
	font-size: 14px;
	font-weight: 600;
	}
.call-us-box-nb span,
.basket-box span {
	display: block;
	clear: both;
	font-size: 14px;
	font-weight: 600;
	}




.menu-box {
	width: 100%;
	min-height: 46px;
	padding: 0;
	margin: 0;
	background-color: transparent;
	border-top: 1px solid #dddddd;
	/* border-bottom: 1px solid #dddddd; */
	}

.menu-box .navbar-default {
	width: 100%;
	min-height: 46px;
	padding: 0; 
	margin: 0;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	background: transparent;
	}

.menu-box .navbar-default .container-fluid,
.menu-box .navbar-default .container-fluid .navbar-collapse {
	padding: 0; 
	margin: 0;
	border: 0;
	background-color: transparent;
	}

.menu-box .navbar-default .navbar-nav > li {
	position: relative;
	margin-left: 1px;
	margin-right: 1px;
	}

.menu-box .navbar-default .navbar-nav > li.dropdown a::after {
    position: absolute;
    top: 0;
    right: 10px;
    content: "\f107";
    font-family: "FontAwesome";
	}

.menu-box .navbar-default .navbar-nav > li > a,
.menu-box .navbar-default .navbar-nav > li.active > a {
	font-size: 18px;
	font-weight: 400;
	line-height: 46px;
	color: #444444;
	padding: 0 15px; 
	margin: 0;
    background: transparent;
    box-shadow: none;
	}

.menu-box .navbar-default .navbar-nav > li.dropdown > a,
.menu-box .navbar-default .navbar-nav > li.active.dropdown > a  {
    padding: 0 30px 0 15px; 
	}

.menu-box .navbar-default .navbar-nav > li > a:hover,
.menu-box .navbar-default .navbar-nav > li.focus > a,
.menu-box .navbar-default .navbar-nav > li.active > a {
	color: #ffffff;
    background-color: #00adf1;
	}

.menu-box .navbar-header {
	padding: 0;
	/* padding: 0 15px; */
	}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
	}

.menu-box .navbar-default .navbar-nav > li.dropdown > ul.dropdown-menu > li > a {
    display: block;
    height: 36px;
    line-height: 36px;
	}

.menu-box .navbar-default .navbar-nav > li.dropdown > ul.dropdown-menu {
    padding: 0;
    margin: 0;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #dddddd;
    border-radius: 0;
	}

.menu-box .navbar-default .navbar-nav > li.dropdown > ul.dropdown-menu > li > a {
    display: block;
    height: 38px;
    font-size: 16px;
    line-height: 38px;
    padding: 0 20px 0 15px;
    margin: 0;
    border-left: 4px solid #eeeeee;
	}

.menu-box .navbar-default .navbar-nav > li.dropdown > ul.dropdown-menu > li > a:hover {
    border-left: 4px solid #00adf1;
    background: #f7f7f7;
    background-color: #f7f7f7;
	}

.menu-box .navbar-default .navbar-nav > li.dropdown > ul.dropdown-menu > li > a::after {
    content: "";
	}


.page-header {
	padding: 0;
	margin: 0;
	border: none;
}


/* ----- BIG MENU ----- */


li.dropdown-large {
	position: static !important;
	}

li.dropdown-large ul.dropdown-menu-large {
	width: 100%;
	padding: 1% !important;
	margin: 0;
	}


li.dropdown-large ul.dropdown-menu-large li {
	display: inline-block;
	float: left;
	width: 18%;
	height: auto;
	padding: 0;
	margin: 10px 1%;
	}

li.dropdown-large ul.dropdown-menu-large li a {
	height: auto !important;
	padding: 10px 0 !important;
	border: 1px solid #dddddd !important;
	}

li.dropdown-large ul.dropdown-menu-large li a span {
	display: block;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	line-height: 1.5em;
	color: #444444;
	padding: 6px 0 2px;
	margin: 0;
	}

li.dropdown-large ul.dropdown-menu-large li a img {
	display: block;
	margin: 0 auto;
	width: 60%;
	max-width: 100px;
	}

li.dropdown-large ul.dropdown-menu-large li a:hover {
	border-left: 0 !important;
    background: #ffffff !important;
    background-color: #ffffff !important;
    border: 1px solid #00adf1 !important;
	}

li.dropdown-large ul.dropdown-menu-large li a:hover span {
	color: #00adf1;
	}




























/*
.menu-box .navbar-default .navbar-nav > li.dropdown.big-menu > ul.dropdown-menu {
	position: absolute;
	display: block;
	width: 100%;
	left: 0;

  position: static !important;


	}
*/


/* ----- SEARCH BOX ----- */

form.form-box {
	display: inline-block;
	float: right;
	position: relative;
	width: 220px;
	height: 32px;
	padding: 0;
	margin: 7px 0;
	border: 1px solid #dddddd;
	}

form.form-box input.input-box {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #444444;
	border: 0px;
	border-radius: 0;
	background-color: transparent;
	padding: 0 0 0 10px;
	margin: 0;
	}

form.form-box input.button-box {
	position: absolute;
	cursor: pointer;
	width: 30px;
	height: 30px;
	top: 0px;
	right: 0px;
	display: block;
	border: 0;
	background-color: #ffffff;
	background-image: url("../images/i_search.png");
    background-repeat: no-repeat;
	background-position: center 5px;
	}

form.form-box input.button-box:hover {
	background-color: #00adf1;
	background-position: center -45px;
	}


/* ------------------------- */
/* ------ End: HEADER ------ */
/* ------------------------- */










/* ------------------------- */
/* ----- Start: SLIDER ----- */
/* ------------------------- */



/* HALF SLIDER - Copy start */
html, body {
    height: 100%;
	}

/* You can change the height of the carousel by changing the height in the class below. It is set to 50% by default, but can be any height! */
.carousel {
    height: 50%;
    min-height: 350px;
	}

.item,
.active,
.carousel-inner {
    height: 100%;
	}

/* Background images are set within the HTML using inline CSS, not here */
.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	}
/* HALF SLIDER - Copy end */









#myCarousel .carousel-caption {
	max-width: 720px;
	height: 128px;
    top: 55%;
    left: 50%;
    margin-left: -480px;
	}

#myCarousel .carousel-caption h3:first-of-type {
	display: block;
	position: absolute;
	height: 80px;
	top: 0px;
	left: 50%;
	font-size: 40px;
	font-weight: 300;
	text-shadow: 0;
	line-height: 80px;
	color: #000000;
	padding: 0 30px;
	margin: 0 0 0 -250px;
	background-color: rgba(255, 255, 255, 0.5);
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	}

#myCarousel .carousel-caption h3:last-of-type {
	display: block;
	position: absolute;
	height: 48px;
	bottom: 0px;
	right: 0px;
	font-size: 32px;
	font-weight: 300;
	text-shadow: 0;
	line-height: 48px;
	color: #ffffff;
	padding: 0 30px;
	margin: 0;
	background-color: rgba(0, 173, 241, 0.60);
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	}

.progress-bar-background {
    height: 4px;
    background-color: #dddddd;
    width: 100%;
	}

.transition-timer-carousel-progress-bar {
    height: 4px;
    background-color: #999999;
    width: 0;
    margin: 0;
    border: none;
    z-index: 11;
    position: relative;
	}

/* ------------------------- */
/* ------ End: SLIDER ------ */
/* ------------------------- */










/* ------------------------- */
/* ---- Start: BLUE BOX ---- */
/* ------------------------- */

.container-blue { 
	background-color: #00adf1;
	margin-bottom: 60px;
	}

.container-blue h2 { 
	min-height: 100px;
	font-size: 26px;
	font-weight: 400;
	text-align: left;
	line-height: 1.4em;
	color: #87cfee;
	padding: 26px 0;
	margin: 0;
	}

.container-blue h2 span {
	display: block;
	font-size: 28px;
	font-weight: 500;
	color: #ffffff;
	}

/* ------------------------- */
/* ----- End: BLUE BOX ----- */
/* ------------------------- */







/* ------------------------- */
/* - Start: NEWSLETTER BOX - */
/* ------------------------- */

.newsletter-box { 
	display: block;
	width: 100%;
	height: 48px;
	padding: 0;
	margin: 40px 0;
	background-color: #ffffff;
	}

.newsletter-box input.user-mail { 
	display: inline-block;
	width: -moz-calc(100% - 160px);
    width: -webkit-calc(100% - 160px);
    width: calc(100% - 160px);
	float: left;
	height: 40px;
	font-size: 18px;
	padding: 0px 10px;
	margin: 4px 5px 4px 5px;
	border: 0;
	background: #ffffff;
	}


.newsletter-box input.user-mail:active,
.newsletter-box input.user-mail:focus { 
	border: 0;
	background: #ffffff;
	}

.newsletter-box input.subbutton { 
	display: inline-block;
	width: 140px;
	float: right;
	height: 40px;
	font-size: 18px;
	font-weight: 400;
	line-height: 40px;
	color: #acacac;
	padding: 0px 10px;
	margin: 4px 5px 4px 5px;
	border: 1px solid #dddddd;
	border-radius: 0px;
	background: #ffffff;
	background-color: #ffffff;
	}

.newsletter-box input.subbutton:hover { 
	color: #444444;
	border: 1px solid #eeeeee;
	background-color: #eeeeee;
	}


/* ------------------------- */
/* -- End: NEWSLETTER BOX -- */
/* ------------------------- */








/* ------------------------- */
/* --- Start: ARTICLE BOX -- */
/* ------------------------- */

#container-article {
	display: block;
	position: relative;
	margin: 0 auto 40px;
	}

.article-box {
	display: block;
	width: 92%;
	max-width: 420px;
	padding: 0px;
	margin: 0 auto 20px;
	border: 1px solid #dddddd;
	background: #ffffff;
	}

.article-box hr {
	width: 90%;
	border-top: 1px solid #dddddd;
	}

.article-box:hover { border: 1px solid #999999; }
.article-box:hover hr { border-top: 1px solid #999999; }

.article-box h3 {
	display: block;
	clear: both;
	min-height: 50px;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	line-height: 1.25em;
	color: #00adf1;
	padding: 0px;
	margin: 20px 0 0;
	}

.article-box img {
	display: block;
	float: none;
	width: 90%;
	max-width: 200px;
	height: auto;
	padding: 0;
	margin: 5px auto 30px;
	}

.article-box a {
	display: block;
	cursor: pointer;
	width: 128px;
	clear: both;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	line-height: 1.25em;
	color: #ffffff;
	padding: 5px 10px;
	margin: 30px auto;
	border-radius: 4px;
	border: 1px solid #00adf1;
	background-color: #00adf1;
	}

.article-box a:hover {
	text-decoration: none;
	color: #00adf1;
	border: 1px solid #00adf1;
	background-color: #ffffff;
	}

#container-article .owl-theme .owl-controls .owl-buttons div {
      position: absolute;
    }

#container-article .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -45px;
    top: 35%;
    width: 30px;
    height: 55px;
    background-color: transparent;
	background-image: url("../images/i_arrow.png");
    background-repeat: no-repeat;
	background-position: left top;
    }

#container-article .owl-theme .owl-controls .owl-buttons .owl-prev:hover { background-position: left bottom; }

#container-article .owl-theme .owl-controls .owl-buttons .owl-next {
    right: -45px;
    top: 35%;
    width: 30px;
    height: 55px;
    background-color: transparent;
	background-image: url("../images/i_arrow.png");
    background-repeat: no-repeat;
	background-position: right top;
    }

#container-article .owl-theme .owl-controls .owl-buttons .owl-next:hover { background-position: right bottom; }

/* ------------------------- */
/* ---- End: ARTICLE BOX --- */
/* ------------------------- */







/* ------------------------- */
/* ----- Start: SERVICE ---- */
/* ------------------------- */

.container-service {
	background-color: #00adf1;
	background-image: url("../images/service.jpg");
    background-repeat: no-repeat;
	background-position: center center;
	margin: 30px auto;
	}

.container-service .service-box {
	background: rgba(0, 173, 241, 0.8)
	background: -moz-radial-gradient(center, ellipse cover, rgba(0, 173, 241, 0.8) 0%, rgba(0, 173, 241, 1) 100%); /* ff3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 173, 241, 0.8)), color-stop(100%, rgba(0, 173, 241, 1))); /* safari4+,chrome */
	background:-webkit-radial-gradient(center, ellipse cover, rgba(0, 173, 241, 0.8) 0%, rgba(0, 173, 241, 1) 100%); /* safari5.1+,chrome10+ */
	background: -o-radial-gradient(center, ellipse cover, rgba(0, 173, 241, 0.8) 0%, rgba(0, 173, 241, 1) 100%); /* opera 11.10+ */
	background: -ms-radial-gradient(center, ellipse cover, rgba(0, 173, 241, 0.8) 0%, rgba(0, 173, 241, 1) 100%); /* ie10+ */
	background: radial-gradient(ellipse at center, rgba(0, 173, 241, 0.8) 0%, rgba(0, 173, 241, 1) 100%); /* w3c */
	padding: 0 0 30px 0;
	}

.container-service .service-box h2 {
	display: block;
	width: auto;
	font-weight: 500;
	text-align: center;
	line-height: 2.0em;
	letter-spacing: 0.5px;
	color: #ffffff;
	padding: 10px 0;
	margin: 0;
	}

.container-service .service-box h2 span {
	border-bottom: 5px solid #ffffff;
	}

.container-service .service-box h5 { 
	font-size: 26px;
	font-weight: 300;
	text-align: center;
	line-height: 1.25em;
	color: #ffffff;
	padding: 10px 0;
	margin: 0;
	}

.container-service .service-box .btn-box {
	display: table;
	padding: 3px 3px;
	margin: 20px auto 10px;
	border-radius: 5px;
    background: rgba(255, 255, 255, 0.5);
	}

.container-service .service-box .btn-box a {
	display: inline-block;
	cursor: pointer;
	min-width: 150px;
	clear: both;
	font-size: 22px;
	font-weight: 400;
	text-align: center;
	line-height: 1.25em;
	color: #ffffff;
	padding: 5px 10px;
	margin: 3px 3px;
	border-radius: 4px;
	border: 1px solid #00adf1;
	background-color: #00adf1;
	}

.container-service .service-box .btn-box a:hover {
	text-decoration: none;
	color: #00adf1;
	border: 1px solid #ffffff;
	background-color: #ffffff;
	}

/* ------------------------- */
/* -*---- End: SERVICE ----- */
/* ------------------------- */







/* ------------------------- */
/* ------ Start: POLICY ---- */
/* ------------------------- */


.container-policy {
	background-color: #eeeeee;
	margin: 30px auto 0;
	}

.container-policy .policy-box {
	display: block;
	border: 3px solid #ddd;
	width: 100%;
	max-width: 264px;
    height: 80px;
    padding: 20px 0 20px 60px;
    margin: 20px auto;
    -webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-image: url("../images/i_policy.png");
	}

.container-policy .col-xs-12:nth-child(1) .policy-box { background-position: 10px   20px; }
.container-policy .col-xs-12:nth-child(2) .policy-box { background-position: 10px  -80px; }
.container-policy .col-xs-12:nth-child(3) .policy-box { background-position: 10px -180px; }
.container-policy .col-xs-12:nth-child(4) .policy-box { background-position: 10px -280px; }

.container-policy .policy-box p {
	font-size: 16px;
	font-weight: 600;
	text-align: left;
	line-height: 1.25em;
	color: #444444;
	padding: 0;
	margin: 0;
	}

.container-policy .policy-box p span {
	font-size: 15px;
	font-weight: 400;
	color: #999999;
	}

.container-policy .policy-box:hover { border: 3px solid #00adf1; }
.container-policy .policy-box:hover p { color: #00adf1; }

/* ------------------------- */
/* ------- End: POLICY ----- */
/* ------------------------- */








/* ------------------------- */
/* ------ Start: VISION ---- */
/* ------------------------- */

.container-vision {
	display: block;
	clear: both;
	margin: 50px 0;
	}

.container-vision h2 {
	font-weight: 600;
	text-align: left;
	line-height: 1.25em;
	color: #00adf1;
	padding: 30px 0;
	margin: 0;
	}

.container-vision h2 span {
	border-bottom: 5px solid #00adf1;
	}

.container-vision h6 {
	font-size: 18px;
	font-weight: 400;
	text-align: justify;
	line-height: 1.25em;
	color: #00adf1;
	padding: 10px 0;
	margin: 0;
	}

.container-vision img {
	display: block;
	padding: 0;
	margin: 50px auto;
	}

/* ------------------------- */
/* ------- End: VISION ----- */
/* ------------------------- */












/* ------------------------- */
/* ------ Start: FOOTER ---- */
/* ------------------------- */

footer {
	width: 100%;
	margin: 0;
	padding: 30px 0 0 0;
	background-color: #2C3E50;
	}

footer a {
	color: #f8f8f8;
	}

footer a:hover {
	text-decoration: none;
	color: #00adf1;
	padding-left: 2px;
	}

footer .foot-box {
	display: block;
	width: 100%;
	}

footer .foot-box h3 {
	display: block;
	width: 100%;
	font-size: 20px;
	font-weight: 500;
	text-align: left;
	letter-spacing: 0.25px;
	line-height: 1.5em;
	color: #ffffff;
	padding: 0;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #00adf1;
	}

footer .foot-box h3 span {
	padding: 2px 0;
	border-bottom: 3px solid #00adf1;
	}

footer .foot-box p {
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	line-height: 1.6em;
	color: #f8f8f8;
	padding: 0;
	margin: 15px 0;
	}

footer .foot-box img.logo {
	display: block;
	clear: both;
	width: 160px;
	height: auto;
	padding: 0;
	margin: 20px 0;
	}


footer ul {
	clear: both;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

footer ul li {
	position: relative;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	line-height: 1.6em;
	color: #f8f8f8;
	margin: 0 0 8px 0;
	padding: 0 0 0 32px;
	}

footer .foot-box.office ul li {	background-image: url("../images/i_footer.png"); background-repeat: no-repeat; }
footer .foot-box.office ul li:nth-of-type(1) { background-position: 0    0px; }
footer .foot-box.office ul li:nth-of-type(2) { background-position: 0 -198px; }
footer .foot-box.office ul li:nth-of-type(3) { background-position: 0 -298px; }
footer .foot-box.office ul li:nth-of-type(4) { background-position: 0  -97px; }


footer .foot-box.link ul li::after {
    position: absolute;
    top: -1px;
    left: 10px;
    content: "\f105";
    font-family: "FontAwesome";
	}

footer .foot-box.link ul li:hover:after {
    color: #00adf1;
    left: 12px
	}

footer .description {
	clear: both;
	float: none;
	display: block;
	width: 100%;
	font-size: 12px;
	font-weight: 500;
	text-align: left;
	line-height: 1.8em;
	color: #cccccc;
	padding: 5px 0;
	margin: 20px 0 0 0;
	background-color: #151e27;
	}

footer .description a {
	color: #00adf1;
	}

footer .description a:hover {
	text-decoration: none;
	color: #cccccc;
	padding-left: 0;
	}

/* ------------------------- */
/* ------- End: FOOTER ----- */
/* ------------------------- */









/* ------------------------------ */
/* ------ Start: SECOND PAGE ---- */
/* ------------------------------ */

.img-box {
	display: block;
	width: 100%;
	height: auto;
	max-height: 360px;
	padding: 0;
	margin: 0 0 40px;
	}

.img-box img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 360px;
	padding: 0;
	margin: 0 auto;
	}

.secound-submenu h5 {
	border-bottom: 1px solid #999;
	padding: 0 0 10px 0;
	margin: 10px 0px 30px;
	}

.secound-submenu > div >  ul {
    display: block;
    padding: 0;
    margin: 0;
	}

.secound-submenu > div > ul > li {
    display: block;
    list-style-type: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2em;
    padding: 5px 0 5px 30px;
    margin: 0;
    color: #333;
	}

.secound-submenu > div > ul > li:before {
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    float: left;
    margin-top: 7px !important;
    margin-left: -17px;
    color: #00adf1;
	}

.secound-submenu > div > ul > li > a:hover,
.secound-submenu > div > ul > li:hover:before {
	text-decoration: none;
    color: #333;
	}


/* ------------------------------ */
/* ------- End: SECOND PAGE ----- */
/* ------------------------------ */








/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* ------------------- RESPONZIVE ------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */




@media only screen and (max-width: 1199px) {

	.container-blue h2 { font-size: 24px; padding: 30px 0; }
	.container-blue h2 span { font-size: 26px; }


	#container-article .owl-theme .owl-controls .owl-buttons .owl-prev,
	#container-article .owl-theme .owl-controls .owl-buttons .owl-next { display: none; }

	.newsletter-box input.subbutton { width: 128px; padding: 0px 5px; }

}




@media only screen and (max-width: 991px) {

	.nopaddingleft,
	.nopaddingright { padding: 0; }

	.newsletter-box input.user-mail { font-size: 14px; margin: 4px 0; }
	.newsletter-box input.subbutton { font-size: 14px; width: 102px; padding: 0px 2px; }

}





@media only screen and (max-width: 767px) {

	.newsletter-box { margin: 0 0 40px; }
	.newsletter-box input.user-mail { font-size: 16px; }

	.container-policy .col-xs-12 .policy-box {  margin: 20px auto 0; }
	.container-policy .col-xs-12:last-of-type .policy-box {  margin: 20px auto 20px; }

	.navbar-nav { margin: 0; }

	.dropdown-menu { -webkit-box-shadow: none; box-shadow: none; }

	.dropdown-menu-large { margin-left: 0 ; margin-right: 0; }
	.dropdown-menu-large > li { margin-bottom: 30px; }
	.dropdown-menu-large > li:last-child { margin-bottom: 0; }
	.dropdown-menu-large .dropdown-header { padding: 3px 15px !important; }

	li.dropdown ul.dropdown-menu { padding: 0 !important; }

	li.dropdown ul.dropdown-menu li {
		display: block !important;
		clear: both !important;
		display: block !important;
		width: 100% !important;
	    height: auto !important;
	    font-size: 16px !important;
	    line-height: 1.2em !important;
	    padding: 0 !important;
	    margin: 0 !important;
	    border-left: 0 !important;
		}

	li.dropdown ul.dropdown-menu li a,
	li.dropdown ul.dropdown-menu li a span {
		display: block !important;
		clear: both !important;
		height: 38px !important;
		font-size: 16px !important;
		font-weight: 400 !important;
		text-align: left;
		line-height: 28px !important;
		padding: 5px 0 5px 30px !important;
		margin: 0 !important;
		border: 0 !important;
		}

	li.dropdown-large ul.dropdown-menu-large li a {
		display: block !important;
		clear: both !important;
		padding: 0 !important;
		margin: 0 !important;
		border: 0 !important;
		}

	li.dropdown-large ul.dropdown-menu-large li a span {
		display: block !important;
		clear: both !important;
		height: 38px !important;
		font-size: 16px !important;
		font-weight: 400 !important;
		text-align: left;
		line-height: 28px !important;
		padding: 5px 0 5px 30px !important;
		margin: 0 !important;
		border: 0 !important;
		}

	li.dropdown ul.dropdown-menu li a:hover,
	li.dropdown-large ul.dropdown-menu-large li a:hover,
	li.dropdown-large ul.dropdown-menu-large li a:hover span  {
		border: 0 !important;
		color: #ffffff !important;
		background-color: #00adf1 !important;
		}

	.dropdown-menu > li > a { white-space: normal; }


	li.dropdown-large ul.dropdown-menu-large li a img { display: none; }

	.menu-box .navbar-default .navbar-nav > li.dropdown > ul.dropdown-menu { width: 100%; position: relative; display: block; border-width: 0; }

	.menu-box .navbar-default .navbar-nav > li.dropdown a::after { content: ""; }

	.logo-box { min-height: 72px; padding: 10px 0; margin: 0; }
	.logo-box img { display: block; margin: 0 auto; }
	.call-us-box { padding: 5px 10px 5px 0; margin: 15px 0 20px 0; background-image: none; }
	.basket-box { padding: 5px 0px 5px 0; margin: 15px 0 20px 10px; }
	form.form-box { float: left; margin-left: 15px; }

	.secound-submenu { margin: 50px auto 30px; }

	footer .foot-box { margin-top: 20px; }

}





@media only screen and (max-width: 419px) {

	.container-service .service-box .btn-box a { min-width: 134px; }

	.newsletter-box input.subbutton { width: 100px; font-size: 13px; }
	.newsletter-box input.user-mail { width: -moz-calc(100% - 110px); width: -webkit-calc(100% - 110px); width: calc(100% - 110px); margin: 4px 0; }

	.call-us-box { float: right; padding: 5px 8px 5px 0; margin: 15px 0 20px 0; }
	.basket-box { margin: 15px 0 20px 8px; }

}





@media only screen and (min-width: 768px)  and (max-width: 1199px) {
	
	.container-policy .policy-box p { font-size: 12px; padding: 3px 0; }
	.container-policy .policy-box p span { font-size: 13px; }

}



/* ----- SLIDER ----- */

@media (max-width: 767px) {
	.carousel { height: 44%; min-height: 400px; }

	#myCarousel .carousel-caption {
	    width: 92%;
	    height: 110px;
	    bottom: 5%;
	    left: 4%;
	    padding: 0;
	    margin: 0;
		}

	#myCarousel .carousel-caption h3:first-of-type {
		height: 66px;
	    left: 0px;
	    font-size: 48px;
	    line-height: 66px;
	    padding: 0 30px;
	    margin: 0;
		}

	#myCarousel .carousel-caption h3:last-of-type {
	    height: 44px;
	    font-size: 28px;
	    line-height: 44px;
		}

	}

@media (max-width: 639px) {

	.carousel { height: 38%; min-height: 290px; }

	#myCarousel .carousel-caption {
	    height: 94px;
		}

	#myCarousel .carousel-caption h3:first-of-type {
		height: 56px;
	    font-size: 38px;
	    line-height: 56px;
	    padding: 0 20px;
		}

	#myCarousel .carousel-caption h3:last-of-type {
	    height: 38px;
	    font-size: 24px;
	    line-height: 38px;
	    padding: 0 20px;
		}

	}
@media (max-width: 539px) {

	.carousel { height: 32%; min-height: 220px; }
	#myCarousel .carousel-caption { height: 88px; }
	#myCarousel .carousel-caption h3:first-of-type { height: 52px; font-size: 36px; line-height: 52px; }
	#myCarousel .carousel-caption h3:last-of-type { height: 36px; font-size: 22px; line-height: 36px; }

	}

@media (max-width: 479px) {
	
	.carousel { height: 28%; min-height: 200px; }
	#myCarousel .carousel-caption { height: 86px; }
	#myCarousel .carousel-caption h3:first-of-type { height: 50px; font-size: 34px; line-height: 50px; }
	#myCarousel .carousel-caption h3:last-of-type { height: 36px; font-size: 22px; line-height: 36px; }

	}

@media only screen and (max-width: 419px) {

	.carousel { height: 24%; min-height: 180px; }
	#myCarousel .carousel-caption { height: 56px; }
	#myCarousel .carousel-caption h3:first-of-type { height: 30px; font-size: 24px; line-height: 30px; padding: 0 10px; }
	#myCarousel .carousel-caption h3:last-of-type { height: 26px; font-size: 16px; line-height: 26px; padding: 0 10px; }

	}

@media only screen and (max-width: 359px) {

	.carousel { height: 22%; min-height: 160px; }
	#myCarousel .carousel-caption { height: 44px; }
	#myCarousel .carousel-caption h3:first-of-type { height: 26px; font-size: 17px; line-height: 26px; }
	#myCarousel .carousel-caption h3:last-of-type { height: 18px; font-size: 14px; line-height: 18px; }


	}

/*Login forma i povezane stranice*/
.controls {
	display: block;
}
.controls input {
	display: block;
	width: 100%;
	border: 1px solid #ccc;
	padding: 5px;
	box-sizing: border-box;
}
.reset form div.control-label {
	text-align: left;
}
.reset form div.controls button {
	margin-top: 10px;
}
.remind form div.control-label {
	text-align: left;
}
.remind form div.controls button {
	margin-top: 10px;
}