@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

@font-face {
    font-family: 'CenturyGothic';
    src: url('../fonts/CenturyGothic.eot');
    src: url('../fonts/CenturyGothic.eot') format('embedded-opentype'),
         url('../fonts/CenturyGothic.woff2') format('woff2'),
         url('../fonts/CenturyGothic.woff') format('woff'),
         url('../fonts/CenturyGothic.ttf') format('truetype'),
         url('../fonts/CenturyGothic.svg#CenturyGothic') format('svg');
}

@font-face {
    font-family: 'CenturyGothic';
    src: url('../fonts/CenturyGothicBold.eot');
    src: url('../fonts/CenturyGothicBold.eot') format('embedded-opentype'),
         url('../fonts/CenturyGothicBold.woff2') format('woff2'),
         url('../fonts/CenturyGothicBold.woff') format('woff'),
         url('../fonts/CenturyGothicBold.ttf') format('truetype'),
         url('../fonts/CenturyGothicBold.svg#CenturyGothicBold') format('svg');
	font-weight:bold;
}

html {
	}
body {
	line-height: 1.33;
	font-family: 'CenturyGothic';
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

.aLinkBlue {
  color: #000099;
}

.aLinkBlue:hover {
  color: red;
}


/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clr {
	clear:both;
	float:none;}
	
img {
	max-width:100%;
}

a {
    transition: 0.4s ease-in-out all;
	-moz-transition: 0.4s ease-in-out all;
	-webkit-transition: 0.4s ease-in-out all;
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}
	
h1 {
	margin-bottom:15px;
	font-weight:bold;
	font-size:30px;
}

h2 {
	margin-bottom:15px;
	font-weight:bold;
	font-size:24px;
}

header {
	padding-top:25px;
}
	
.breadcrumbs ul li {
	display: inline-block;
    line-height: 20px;
    font-size: 11px;
}

.logo {
	text-align:center;
	
	
}

.logo a {
	color:#d90000;
	font-size:52px;
	line-height:52px;
	/*font-weight:bold;*/
}

.logo a:hover, .logo a:focus {
	text-decoration:none;
}

.top-menu.col-sm-5, .languages.col-sm-5 {
	width:40%;
}

.logo.col-sm-2 {
	width:20%;
	padding-left: 0px;
    padding-right: 0px;

}

.logo span {
	margin-left:40px;
	margin-top:-10px;
	display:block;
}

.languages {
	text-align: right;
    line-height: 60px;
	position:relative;
}

.phonetop {
	position:absolute;
	left:35px;
	top:0;
}

.emailtop {
 	position:absolute;
	left:35px;
	top:20px;
}


.phonetop img {
	height:16px;
}

.smmtop {
    margin-left: 10px;
    padding-top: 20px;
}

.smmtop img {
   	height: 40px;
}


.lang-inline li.lang-active, .lang-inline li:hover {
	opacity:0.3;
}

.hp_table {
	width:100%;
}

.hp_table td {
	vertical-align:middle;
}

.hp_table td a span {
	/*padding:0 15px;*/
}

.hp_table td.col1 {
	width:30%;
}

.hp_table td.col2 {
	width:20%;
}

.hp_table td.col3 {
	width:20%;
}

.hp_table td.col4 {
	width:30%;
}

.hp_table a {
	font-size:18px;
	display:block;
	text-align:center;
}

.hp_table img {
	margin-bottom:-5px;
}

.uk-button {
	display:none;
}

.uk-panel-title {
	font-weight:bold;
	text-transform:uppercase;
}

a.homepage:before {
	content:'\f015';
	    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color:#000;
	line-height:60px;
}

.homepage span {
	display:none !important;
}

.component, .left {
	padding-top:25px;
	padding-bottom:25px;
}

.uk-overlay {
	margin-top:-5px;
}
	
.component ol, .component ul{
	padding-left:20px;
}

.component ol li {
	list-style:decimal;
	margin-left:20px;
	margin-bottom:10px;
}

.component ul li {
	list-style: disc;
	margin-left:20px;
	margin-bottom:10px;
}

.component p {
	margin-bottom:8px;
}

.leadings {
	clear:both;
	margin-bottom:20px;
}

.item-image {
	width:30%;
	margin:0 20px 10px 0;
}
	
input.inputbox {
	border:solid #ccc 1px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	color:#777;
	margin-bottom:2px;
	padding:5px 5px 4px;}
	
.copyright {
	width:100%;
	text-align:center;
	overflow:hidden;
	padding: 0;}
	
.copyright a {
	font-size:12px;
	line-height:30px;
	color:#000;
	text-decoration:none;}
	
.copyright ul li {
	display:inline-block;
	padding:0 10px;
}
	
/*------------------ENDRESET--------------------*/

@media (max-width: 767px) {
.top-menu.col-sm-5, .logo.col-sm-2 {width:100%;}
.languages.col-sm-5 {width:100%;}
.hp_table td.col1 {width:0%;}
.hp_table td.col2 {width:50%;}
.hp_table td.col3 {width:50%;}
.hp_table td.col4 {width:0%;}
.logo {padding: 10px 0; }
header {padding-top:0;}
}
@media (min-width: 768px) and (max-width: 991px) {
.top-menu.col-sm-5, .languages.col-sm-5 {width:30%;}
.logo.col-sm-2 {width:40%;}
.phonetop {top:40px;}
}
@media (min-width: 992px) and (max-width: 1199px) {
.dj-megamenu li a.dj-up_a {font-size:11px;}
.logo span {margin-left: 60px;}
}
@media (min-width: 1200px) {
  
}

/* alerts */

.alert {
    padding: 20px 25px;
    margin-bottom: 15px;
    box-shadow: none;
}

.alert h3 {
    font-size: 18px;
    margin-bottom: 5px;
}

.alert-success .close {
    color: #9ab091;
}

.alert-success, .alert-success h3, .alert-success .close:hover {
    color: #516c46;
}

.alert-warning, .alert-warning h3, .alert-warning .close:hover {
    color: #998937;
}

.alert-info, .alert-info h3, .alert-info .close:hover {
    color: #2c6f90;
}

.alert-error, .alert-error h3, .alert-error .close:hover {
    color: #833333;
}

.alert .close {
    background: none;
    opacity: 1;
	float:right;
}

.alert-warning .close {
    color: #d5c98b;
}

.alert-info .close {
    color: #91b1c1;
}

.alert-error .close {
    color: #cc9999;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success, .alert-message {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success hr, .alert-message hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link, .alert-message .alert-link {
  color: #356635;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #c09853;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #a47e3c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #953b39;
}