/* CSS Document */
html,body,div,span,h1,h2,h3,h4,h5,h6,p,img, input, textarea, select {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: 'Poppins', sans-serif;
	-webkit-text-stroke: 0.1px;
}
a:link, a:visited{
text-decoration:none;
}
a:hover{
text-decoration:none;
}
html {
	overflow: auto;
}

body {
	line-height: 1.3;
}

*,html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,label,fieldset,input,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

:focus {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
 }

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a img {
	border: none
}
ul{
list-style:none;
}
a{
text-decoration:none;
}
ul {
    list-style: outside none none;
}
body{
background-color:#f3f3f3;
}
input {
    border-radius: 0;
/*    -webkit-appearance: none;
*/}
.cnts{
position:relative;
float:left;
width:100%;
}
.cntsMenu{
background-color:#B20000;
}
.cntsIn{
width:1200px;
margin:0 auto;
}
.cntsBox{
position:relative;
float:left;
width:100%;
}
.logoImg, .logoImgFooter{
position:relative;
float:left;
height:100px;
width:180px;
background-image:url(../images/Logo_white_high.png);
background-position:center left;
background-repeat:no-repeat;
background-size:contain;
}
.topMenuArea{
position:relative;
float:left;
margin-left:60px;
height:20px;
margin-top:40px;
}
.homeIcon{
position:relative;
float:left;
width:18px;
height:20px;
background-image:url(../images/iconmonstr-home-6-240.png);
background-position:center;
background-repeat:no-repeat;
background-size:contain;
}
.topMenuLink{
position:relative;
float:left;
height:20px;
line-height:25px;
color:#FFF;
font-size:16px;
text-transform:uppercase;
margin-left:25px;
}
.topMenuLink:hover{
text-decoration:underline;
}
.menuTopArea, .topSearchArea{
position:relative;
float:right;
margin-top:10px;
}
.menuTopLink{
position:relative;
float:left;
height:20px;
line-height:21px;
color:#FFF;
font-size:13px;
margin-left:21px;
background-image:url(../images/iconmonstr-log-out-2-240.png);
background-position:center left;
background-repeat:no-repeat;
background-size:13px;
padding-left:18px;
font-weight:300;
}
.menuTopLinkLogout{
background-image:url(../images/iconmonstr-log-out-7-240.png);
}
.menuTopLinkUser{
background-image:url(../images/iconmonstr-user-1-240.png);
}
.menuTopLink:hover{
text-decoration:underline;
-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.menuTopLanguagesArea{
position:relative;
float:left;
padding:4px;
margin-top:-4px;
}
.menuTopLanguagesAreaSelected{
position:relative;
float:left;
height:20px;
line-height:19px;
color:#FFF;
font-size:13px;
cursor:pointer;
background-image:url(../images/iconmonstr-arrow-25-240.png);
background-position:center right 4px;
background-repeat:no-repeat;
background-size:12px;
padding-right:24px;
font-weight:300;

}
.menuTopLanguagesAreaOtherOptions{
position:absolute;
z-index:9;
background-color:#FFF;
top: 23px;
right: 0;
padding:4px;
padding-left:10px;
padding-right: 28px;
padding-bottom:0;
border-radius:1px 0 1px 1px;
display:none;
}
.menuTopLanguagesAreaOtherOptionsDivs{
position:relative;
float:left;
color:#B20000;
height:20px;
line-height:19px;
font-size:13px;
cursor:pointer;
width:100%;
background-size:12px;
padding-right:10px;
margin-bottom:4px;
font-weight:300;
text-align:right;
}
.menuTopLanguagesAreaOtherOptionsDivs:hover{
text-decoration:underline;
}
.menuTopLanguagesAreaClicked{
background-color:#FFF;
}
.menuTopLanguagesAreaClicked .menuTopLanguagesAreaOtherOptions{
display:block;
}
.menuTopLanguagesAreaClicked .menuTopLanguagesAreaSelected{
color:#B20000;
padding-left:10px;
background-image:url(../images/iconmonstr-arrow-25-240-red-up.png);
}
.topSearchArea{
margin-top:5px;
}
.searchTop {
    position: relative;
    float: left;
    width: 120px;
    height: 30px;
    font-size: 14px;
    background-color: #FFF;
    line-height: 30px;
    color: #1f1f1f;
    padding-left: 10px;
    background-image: url(../images/iconmonstr-magnifier-4-240.png);
	background-image: url(../images/iconmonstr-search-thin-240Sup.png);
	background-size:18px;
    padding-right: 30px;
    background-position: right 5px center;
    background-repeat: no-repeat;
	border-radius:1px;
}
.searchTop:focus{
width:220px;
-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.topMenuRightArea, .bottomMenuRightArea{
position:relative;
float:right;
}
.liner{
position:relative;
float:right;
width:100%;
height:1px;
}
.searchIconBtn, .searchIconBtnIn{
position:absolute;
right:0;
height:30px;
width:32px;
top:0;
cursor:pointer;
z-index:1;
}
#searchSuggestions, #searchSuggestions2, #searchSuggestions3 {
    position: absolute;
    width: calc(100% - 20px);
    padding-left: 10px;
    padding-right: 10px;
    background-color: rgba(255,255,255,1);
    color: #1f1f1f;
    font-size: 13px;
    display: none;
    top: 31px;
    overflow: hidden;
    z-index: 999;
	border-bottom:2px solid #f3f3f3;
}
.firsSearchResult:link, .firsSearchResult:hover, .firsSearchResult:visited, .firsSearchResult:active, .firsSearchResult:focus {
position:relative;
float:left;
width:100%;
color: #1f1f1f;
position: relative;
    float: left;
    width: 100%;
    line-height: 1.3;
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom: 1px dashed #f3f3f3;
    font-size: 13px;
}
.firsSearchResult:hover{
text-decoration:underline;
}
.cntsFooter{
background-color:#4c4c4c;
}
.footerRight{
position:relative;
float:right;
font-size:12px;
color:#f3f3f3
}
.bottomMenuRightAreaLinds{
position:relative;
float:right;
margin-top:35px;
margin-bottom:5px;
}
.bottomMenuLink, .bottomMenuLinkNo{
position:relative;
float:left;
margin-left:15px;
font-size:12px;
text-align:right;
color:#f3f3f3
}
.bottomMenuLink:hover{
text-decoration:underline;
}
.headAlert{
display:none !important;
}
.menuTopLanguagesAreaOther{
    margin-left: 15px !important
}
.menuTopLanguagesAreaOther.menuTopLanguagesAreaClicked{
    width: 130px;
}