/*
Theme Name: Naked Wordpress
Theme URI: http://bckmn.com/naked-wordpress
Author: J Beckman
Author URI: http://bckmn.com
Description: A super bare theme for designers who don't know Wordpress PHP but want to build with Wordpress.
Version: 1.0
License: GNU General Public License

-------------------------------------------------------------- */
/* Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, 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,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section,
summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}
body{
    max-width: 1940px;
    overflow-x: hidden;
    overflow-y: scroll;
    font-family: 'Raleway', Arial, sans-serif, sans-serif;
}
body.noscroll{overflow-y: -moz-hidden-unscrollable;}
/* HTML5 display-role reset for older browsers */
html {
  margin: 0;
  padding: 0;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
mark,
ins {
  background: #3081c0;
  text-decoration: none;
}
button, input, select, textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
}
a:hover, a:active, a:focus, button:active, input:active, select:active, textarea:active, button:focus, input:focus, select:focus, textarea:focus {
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
}


/* HEADER HEADER HEADER HEADER HEADER HEADER HEADER HEADER HEADER HEADER HEADER HEADER HEADER HEADER */
header{
  width: 100%;
  float: left;
}
.topheader{
  padding: 10px 0;
  width: 100%;
  float: left;
  background: #fafafa;
}
span.namelog{
  font-size: 12px;
  line-height: 12px;
  width: auto;
  font-family: 'Raleway', Arial, sans-serif, sans-serif;
  font-weight: 400;
  letter-spacing: 0.03em;
}
a.disconnect{
  width: 20px;
  height: 20px;
  background-image: url(img/disconnect.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #ed1c24;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
}
a.disconnect:hover{background-color: #000;}
.header{
  width: 100%;
  float: left;
}
.centerheader{
  width: 100%;
  float: left;
  position: relative;
}
a#logoheader{
  width: 100px;
  position: absolute;
  z-index: 10;
  bottom: -30px;
}
a#logoheader img{
  width: 100%;
  float: left;
  height: auto;
}
.menu-menu-1-container{float: left;}
ul.menu{
  width: 100%;
  float: left;
}
ul.menu li{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
ul.menu li:nth-child(1),
ul.menu li:nth-child(2){
  padding: 0 0 0 14px;
  float: left;
  position: relative;
}
ul.menu li:nth-child(1)::before,
ul.menu li:nth-child(2)::before{
  content: '';
  width: 6px;
  height: 6px;
  bottom: 6px;
  position: absolute;
  left: 0;
  background: #ed1c24;
  z-index: 2;
}
ul.menu li:nth-child(3),
ul.menu li:nth-child(4){
  padding: 0 0 0 26px;
  float: left;
  position: relative;
}
ul.menu li:nth-child(3)::before,
ul.menu li:nth-child(4)::before{
  content: '';
  width: 20px;
  height: 20px;
  bottom: 0;
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
  z-index: 2;
}
ul.menu li:nth-child(3)::before{background-image: url(img/icocontact.png)}
ul.menu li:nth-child(4)::before{background-image: url(img/icocollection.png)}
ul.menu li:nth-child(1) a,
ul.menu li:nth-child(2) a{
  font-size: 18px;
  line-height: 18px;
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 600;
  text-decoration: none;
}
ul.menu li:nth-child(3) a,
ul.menu li:nth-child(4) a{
  font-size: 14px;
  line-height: 14px;
  padding: 3px 0;
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 300;
  text-decoration: none;
}
ul.menu li a{
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
}
ul.menu li.current_page_item:nth-child(3)::before,
ul.menu li.current_page_item:nth-child(4)::before,
ul.menu li.current-menu-item:nth-child(3)::before,
ul.menu li.current-menu-item:nth-child(4)::before{background-position: right center;}
#searchform{
  float: right;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
#searchform label,
#searchform input#searchsubmit[type="submit"]{display: none;}
#searchform input#s[type="text"]{
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 300;
  width: 100%;
  float: left;
  border: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
#searchform::before{
  width: 20px;
  height: 20px;
  background-image: url(img/search.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px auto;
  content: '';
  color:#000;
  position: absolute;
  z-index: 1;
}
#page{margin: 0 auto;}
#mobileheader{
  position: relative;
  height: 80px;
}
#btnmenu{
  width: 50px;
  height: 50px;
  right: 15px;
  top: 15px;
  background-image: url(img/btnmenu.png);
  background-repeat: no-repeat;
  background-size: auto 2000%;
  background-position: center bottom;
  position: absolute;
  z-index: 12;
  animation: closemenu 0.8s steps(19) forwards;
  -webkit-animation: closemenu 0.8s steps(19) forwards;
  -moz-animation: closemenu 0.8s steps(19) forwards;
  -o-animation: closemenu 0.8s steps(19) forwards;
  -ms-animation: closemenu 0.8s steps(19) forwards;
}
@keyframes closemenu{0%{background-position: center bottom;} 100%{background-position: center top;}}
@-webkit-keyframes closemenu{0%{background-position: center bottom;} 100%{background-position: center top;}}
@-moz-keyframes closemenu{0%{background-position: center bottom;} 100%{background-position: center top;}}
@-ms-keyframes closemenu{0%{background-position: center bottom;} 100%{background-position: center top;}}
@-o-keyframes closemenu{0%{background-position: center bottom;} 100%{background-position: center top;}}
#btnmenu.menuopen{
  position: fixed;
  background-position: center top;
  animation: openmenu 0.8s steps(19) forwards;
  -webkit-animation: openmenu 0.8s steps(19) forwards;
  -moz-animation: openmenu 0.8s steps(19) forwards;
  -o-animation: openmenu 0.8s steps(19) forwards;
  -ms-animation: openmenu 0.8s steps(19) forwards;
}
@keyframes openmenu{0%{background-position: center top;} 100%{background-position: center bottom;}}
@-webkit-keyframes openmenu{0%{background-position: center top;} 100%{background-position: center bottom;}}
@-moz-keyframes openmenu{0%{background-position: center top;} 100%{background-position: center bottom;}}
@-ms-keyframes openmenu{0%{background-position: center top;} 100%{background-position: center bottom;}}
@-o-keyframes openmenu{0%{background-position: center top;} 100%{background-position: center bottom;}}
#menumobile{
  padding: 15px;
  right: 0;
  top: 0;
  position: fixed;
  height: 100%;
  background-color: rgba(37,37,37,0.98);
  z-index: 11;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  animation: hidemenu 0.8s ease-in-out forwards;
  -webkit-animation: hidemenu 0.8s ease-in-out forwards;
  -moz-animation: hidemenu 0.8s ease-in-out forwards;
  -o-animation: hidemenu 0.8s ease-in-out forwards;
  -ms-animation: hidemenu 0.8s ease-in-out forwards;
}
@keyframes hidemenu{0%{right: 0;} 100%{right: -100%;}}
@-webkit-keyframes hidemenu{0%{right: 0;} 100%{right: -100%;}}
@-moz-keyframes hidemenu{0%{right: 0;} 100%{right: -100%;}}
@-ms-keyframes hidemenu{0%{right: 0;} 100%{right: -100%;}}
@-o-keyframes hidemenu{0%{right: 0;} 100%{right: -100%;}}
#menumobile.showmenu{
  right: -100%;
  animation: showmenu 0.8s ease-in-out forwards;
  -webkit-animation: showmenu 0.8s ease-in-out forwards;
  -moz-animation: showmenu 0.8s ease-in-out forwards;
  -o-animation: showmenu 0.8s ease-in-out forwards;
  -ms-animation: showmenu 0.8s ease-in-out forwards;
}
@keyframes showmenu{0%{right: -100%;} 100%{right: 0;}}
@-webkit-keyframes showmenu{0%{right: -100%;} 100%{right: 0;}}
@-moz-keyframes showmenu{0%{right: -100%;} 100%{right: 0;}}
@-ms-keyframes showmenu{0%{right: -100%;} 100%{right: 0;}}
@-o-keyframes showmenu{0%{right: -100%;} 100%{right: 0;}}




/* CONTENT CONTENT CONTENT CONTENT CONTENT CONTENT CONTENT CONTENT CONTENT CONTENT CONTENT CONTENT CONTENT */
main{
  width: 100%;
  float: left;
  position: relative;
}
.page-template-login main{
  background-image: url(img/bglogin.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
section{
  width: 100%;
  float: left;
}
.page-template-login section{background-color: rgba(0,0,0,0.6);}
.headhome{
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
section.headhome .titlehome{
  width: 100%;
  float: left;
}
h1{
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 600;
  text-align: center;
  color: #4a4a4a;
  letter-spacing: 0.03em;
}
h2{
  color: #000;
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 600;
  text-align: center;
  position: relative;
  width: 100%;
  float: left;
}
.page-template-login h2{color: #fff;}
h2::after{
  bottom: 0;
  position: absolute;
  content: '';
  z-index: 2;
  background: #ed1c24;
}
section.headhome .titlehome h1,
section.headhome .titlehome h2{
  letter-spacing: normal;
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  text-align: center;
  width: 100%;
  float: left;
  text-shadow: 2px 2px 1px rgba(0,0,0,0.6);
  -webkit-text-shadow: 2px 2px 1px rgba(0,0,0,0.6);
  -moz-text-shadow: 2px 2px 1px rgba(0,0,0,0.6);
  -o-text-shadow: 2px 2px 1px rgba(0,0,0,0.6);
  -ms-text-shadow: 2px 2px 1px rgba(0,0,0,0.6);
}
section.headhome .titlehome h1{font-weight: 500;}
section.headhome .titlehome h2{font-weight: 300;}
section.headhome .titlehome h2::after{display: none;}
#content{float: left;}
#homedocs{
  width: 100%;
  float: left;
}
.rangee{
  width: 100%;
  float: left;
}
.rangee ul{
  width: 100%;
  float: left;
}
.rangee ul li{
  position: relative;
  border: 1px #d9d9d9 solid;
  background: #fff;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.rangee ul li a#topacces{
  width: 100%;
  float: left;
  position: relative;
}
.rangee ul li a#topacces img{
  width: 100%;
  float: left;
  height: auto;
}
span.typeonpic{
  top: 10px;
  right: 0;
  font-family: 'Raleway', Arial, sans-serif;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: absolute;
  text-transform: uppercase;
}
.rangee ul li > a#topacces img{
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
}
.rangee ul li:hover > a#topacces img{
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -o-opacity: 0.7;
  -ms-opacity: 0.7;
}
.rangee ul li > a#topacces span.typeonpic{
  background-color: rgba(255,255,255,0.9);
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
}
.rangee ul li:hover > a#topacces span.typeonpic{background-color: rgba(255,255,255,1);}
.rangee .simplefavorite-button{
  position: absolute;
  cursor: pointer;
  z-index: 4;
  background-color: #fff;
  background-image: url(img/star.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  text-indent: -99999px;
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
}
.rangee .simplefavorite-button i.sf-icon-star-empty,
.rangee .simplefavorite-button i.sf-icon-star-full{display: none;}
.rangee .simplefavorite-button.active{
  background-position: center bottom;
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
}
.rangee ul li a#botaccess{
  text-align: center;
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 600;
  width: 100%;
  float: left;
  text-decoration: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.rangee ul li > a#botaccess{
  color: #000;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
}
.rangee ul li:hover > a#botaccess{color: #ed1c24;}
.rangee ul li span.available{
  text-align: center;
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 400;
  width: 100%;
  float: left;
  text-decoration: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.rangee ul li > span.available{
  color: #a9a9a9;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
}
.rangee ul li:hover > span.available{color: #000}
#sidebar{
  padding: 20px 15px;
  float: left;
  background: #fafafa;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
#sidebar h2{text-align: left;}
#sidebar h2::after{left: 0;}
#sidebar #latestmat{float: left;}
#sidebar #latestmat ul{
  width: 100%;
  float: left;
}
#sidebar #latestmat ul li{float: left;}
#sidebar #latestmat ul li a{
  width: 100%;
  float: left;
}
#sidebar #latestmat ul li a h3{
  margin: 0 auto 5px;
  width: 100%;
  float: left;
  font-family: 'Raleway', Arial, sans-serif;
  text-decoration: none;
  font-weight: 600;
}
#sidebar #latestmat ul li a > h3{
  color: #000;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
}
#sidebar #latestmat ul li a:hover > h3{color: #ed1c24;}
#sidebar #latestmat ul li a span{
  float: left;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  background-image: url(img/download.png);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
}
#sidebar #latestmat ul li a > span{
  background-color: #ed1c24;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
}
#sidebar #latestmat ul li a:hover > span{background-color: #000;}
#sidebar #latestmat ul li a .extrait{
  font-size: 12px;
  line-height: 20px;
  float: left;
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 400;
  text-decoration: none;
  color: #000;
}
#sidebar #latestnews{
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
#sidebar #latestnews ul{
  width: 100%;
  float: left;
  margin: 0 auto;
}
#sidebar #latestnews ul li{
  width: 100%;
  float: left;
}
#sidebar #latestnews ul li h3{
  font-size: 16px;
  line-height: 20px;
  margin: 0 auto 5px;
  width: 100%;
  float: left;
  font-family: 'Raleway', Arial, sans-serif;
  text-decoration: none;
  font-weight: 600;
    color: #000;
}
#sidebar #latestnews ul li a img{
  float: left;
  height: auto;
}
#sidebar #latestnews ul li .extraitactu{
  float: left;
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 400;
  text-decoration: none;
  color: #000;
}
#sidebar #latestnews ul li .extraitactu a{
  color: #ed1c24;
  text-decoration: none;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
}
#sidebar #latestnews ul li .extraitactu a:hover{color: #000;}
#findtool{
  margin: 40px auto;
  width: 100%;
  float: left;
}
#findtool h3{
  margin: 0 auto;
  width: 100%;
  float: left;
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  color: #000;
}
#btnhome{float: left;}
#btnhome a{
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 600;
  color: #fff;
  background: #ed1c24;
  text-align: center;
  text-decoration: none;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
}
#btnhome a:hover{background: #000;}
.breadcrumb{
  padding: 30px 0;
  background: #fafafa;
}
#breadcrumb{
  font-size: 12px;
  line-height: 16px;
  color: #ed1c24;
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  width: 100%;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#breadcrumb span{color: #000;}
#breadcrumb a{
  color: #000;
  text-decoration: none;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
}
#breadcrumb a:hover{color: #ed1c24;}
ul#type_doc{
  width: 100%;
  float: left;
}
ul#type_doc li{float: left;}
ul#type_doc li a{
  color: #ed1c24;
  text-decoration: none;
  font-family: 'Raleway', Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  width: 100%;
  text-align: center;
  cursor: pointer;
  border: 1px #ed1c24 solid;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
}
ul#type_doc li.current a,
ul#type_doc li a:hover{
  color: #fff;
  background: #ed1c24;
}
#sidebar2{
  padding: 20px 15px;
  float: left;
  background: #fafafa;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
#sidebar3{
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
#sidebar2 h2{text-align: left;}
#sidebar2 h2::after{left: 0;}
.tax-type_doc h1,
.tax-cat_doc h1,
.tax-product h1,
.search-results h1{
  text-align: left;
  margin: 0 auto 30px;
}
form#filter{
  width: 100%;
  float: left;
}
form#filter .btnfilter,
form#filter .btnall{
  float: left;
  background: url(img/check1.png) no-repeat left center;
}
form#filter .btnfilter input{display: none;}
form#filter .btnfilter input[type="checkbox"] + label,
form#filter .btnall span#allseg{
  font-size: 12px;
  line-height: 12px;
  padding: 0 0 0 20px;
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 400;
  width: 100%;
  float: left;
  cursor: pointer;
  background: none;
  color: #000;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
form#filter .btnfilter input[type="checkbox"]:checked + label,
form#filter .btnall span#allseg.active{background: url(img/check2.png) no-repeat left center;}
#sidebar3 a{
  margin: 0 auto 20px;
  width: 100%;
  float: left;
  color: #000;
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 500;
  text-decoration: none;
  background-color: #ebebeb;
  background-repeat: no-repeat;
  background-size: auto 200%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
}
#sidebar3 a:hover{
  background-color: #ed1c24;
  color: #fff;
}
#sidebar3 img{
  width: 100%;
  float: left;
  height: auto;
}
#doc{float: left;}
#doc h1{
  margin: 0 auto 20px;
  text-align: left;
}
#doc ul{
  width: 100%;
  float: left;
}
#doc ul li{
  margin: 0 auto 15px;
  width: 100%;
  float: left;
}
#doc h2{
  width: calc(50% - 10px);
  margin: 0 auto 15px;
  text-align: left;
}
#doc h2:nth-child(1){margin: 0 20px 15px 0;}
#doc h2::after{left: 0;}
#doc ul li h3{
  font-size: 16px;
  line-height: 16px;
  width: calc(50% - 10px);
  margin: 0 20px 0 0;
  padding: 0 0 0 10px;
  float: left;
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 600;
  color: #4a4a4a;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
#doc ul li h3::before{
  width: 4px;
  height: 4px;
  top: 6px;
  left: 0;
  content: '';
  background: #ed1c24;
  position: absolute;
  z-index: 2;
}
#doc ul li .link{
  font-size: 16px;
  line-height: 16px;
  width: calc(50% - 10px);
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 300;
  float: left;
  color: #4a4a4a;
}
#doc ul li .link a{
  color: #ed1c24;
  cursor: pointer;
  text-decoration: none;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
}
#doc ul li .link a:hover{color: #000;}
.related{
  margin: 40px auto 0;
  padding: 40px 0;
  background: #fafafa;
}
#indoc{float: left;}
#indoc .simplefavorite-button{
  font-size: 14px;
  line-height: 14px;
  padding: 8px 30px 8px 0;
  width: 100%;
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 300;
  color: #000;
  cursor: pointer;
  text-align: right;
  background-image: url(img/star2.png);
  background-repeat: no-repeat;
  background-position: right top;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
#indoc .simplefavorite-button i{display: none;}
#indoc .simplefavorite-button.active{
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
  background-position: right bottom;
}
#contact .gform_wrapper{
  width: 100%;
  float: left;
  margin: 0 auto;
  max-width: 100%;
}
#contact .gform_wrapper form{
  width: 100%;
  float: left;
}
#contact .gform_wrapper .gform_body{
  width: 100%;
  float: left;
}
#contact .gform_wrapper ul.gform_fields{
  width: 100%;
  float: left;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
#contact .gform_wrapper ul li.gfield{
  width: 100%;
  float: left;
  display: block;
  padding: 0;
  vertical-align: inherit;
  clear: none;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
#contact .gform_wrapper ul li#field_1_14.gfield{
  padding: 0 !important;
}
#contact .gform_wrapper #field_1_14 label.gfield_label{display: none;}
body #contact .gform_wrapper .top_label #field_1_14 div.ginput_container{width: 100% !important;}
#contact .gform_wrapper .top_label li ul.gfield_checkbox{width: 100%; margin: 0;}
#contact .gform_wrapper ul.gfield_checkbox li{
  width: 100%;
  float: left;
  background: url(img/check1.png) no-repeat left 4px;
  margin: 0;
}
#contact .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]{display: none;}
#contact .gform_wrapper ul.gfield_checkbox li input[type="checkbox"] + label{
  font-size: 12px;
  max-width: 100%;
  line-height: 18px;
  padding: 0 0 0 20px;
  margin: 0;
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 400;
  width: 100%;
  float: left;
  cursor: pointer;
  background: none;
  color: #000;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
#contact .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label{background: url(img/check2.png) no-repeat left 4px;}
#contact .gform_wrapper #field_1_14 ul.gfield_checkbox li label a{color: #ed1c24; text-decoration: none;}
#contact .gform_wrapper ul li.gfield.gf_right_half{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
#contact .gform_wrapper .gfield_error ul.gfield_checkbox li input[type="checkbox"] + label{color: #ed1c24;}
#contact .gform_wrapper label.gfield_label{
  font-size: 14px;
  line-height: 14px;
  width: 110px;
  font-family: 'Raleway', Arial, sans-serif;
  float: left;
  font-weight: 500;
  color: #000;
  clear: none;
  display: block;
  margin: 15px auto 0;
}
#contact .gform_wrapper #field_1_11 label.gfield_label,
#contact .gform_wrapper #field_1_9 label.gfield_label{display: none;}
body #contact .gform_wrapper .top_label div.ginput_container{
  width: calc(100% - 110px) !important;
  float: left;
  margin: 0 auto;
}
body #contact .gform_wrapper .top_label #field_1_11 div.ginput_container,
body #contact .gform_wrapper .top_label #field_1_9 div.ginput_container{width: 100% !important;}
#contact .gform_wrapper .top_label input.large{
  font-size: 14px;
  line-height: 14px;
  padding: 15px 20px;
  border: 1px #dbdbdb solid;
  width: 100%;
  float: left;
  max-width: 100%;
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 400;
  color: #000;
  background: #fff;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
}
#contact .gform_wrapper .top_label input.large:focus{background: #dbdbdb;}
#contact .gform_wrapper .gfield_required{display: none;}
#contact .gform_wrapper .top_label select.large{
  font-size: 14px;
  line-height: 14px;
  padding: 10px 60px 10px 10px;
  border: 1px #dbdbdb solid;
  width: 100%;
  float: left;
  max-width: 100%;
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 400;
  color: #000;
  background: #fff;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
}
#contact .gform_wrapper .top_label li.gfield.gf_right_half textarea{
  font-size: 14px;
  line-height: 14px;
  padding: 15px 20px;
  height: 244px;
  margin: 0 auto;
  border: 1px #dbdbdb solid;
  width: 100%;
  float: left;
  max-width: 100%;
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 400;
  color: #000;
  background: #fff;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
}
#contact .gform_wrapper .top_label li.gfield.gf_right_half textarea:focus{background: #dbdbdb;}
#contact .gform_wrapper .top_label li.gfield.gf_left_half::before,
#contact .gform_wrapper .top_label li.gfield.gf_right_half::before{display: none;}
#contact .gform_wrapper .gform_footer{
  width: 120px;
  margin: 30px calc(50% - 60px) 0;
  padding: 0;
  float: left;
}
#contact .gform_wrapper .gform_footer input[type="submit"]{
  width: 120px;
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 600;
  color: #fff;
  background: #ed1c24;
  cursor: pointer;
  border: none;
  text-align: center;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
}
#contact .gform_wrapper .gform_footer input[type="submit"]:hover{background: #000;}
#contact .gform_wrapper div.validation_error{
  font-size: 16px;
  line-height: 16px;
  padding: 20px;
  background: #ed1c24;
  margin: 0 auto 40px;
  border: none;
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-align: center;
  width: 100%;
  float: left;
  color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
#contact .gform_wrapper li.gfield.gfield_error{
  background-color: #fff;
  margin-bottom: 20px !important;
  border:none;
}
#contact .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half, #contact .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {max-width: 100%;}
#contact .gform_wrapper .top_label .gfield_error input.large,
#contact .gform_wrapper .top_label .gfield_error select.large,
#contact .gform_wrapper .top_label li.gfield.gfield_error.gf_right_half textarea{border-color: #ed1c24;}
#contact .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description{display: none;}
.the-content{
  width: 100%;
  float: left;
}
.the-content p{
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.03em;
  width: 100%;
  float: left;
}
.the-content p b,
.the-content p strong{font-weight: 600;}
.the-content em{font-style: italic;}
.the-content h3{
  padding: 6px 12px;
  float: left;
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 600;
  color: #fff;
  background: #ed1c24;
  letter-spacing: 0.03em;
  width: auto;
  float: left;
}
.the-content h4{
  float: left;
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 600;
  color: #ed1c24;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  width: 100%;
  float: left;
}
.the-content h5{
  float: left;
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 300;
  color: #ed1c24;
  letter-spacing: 0.03em;
  width: 100%;
  float: left;
}
.the-content ul{
  padding: 0 0 0 50px;
  list-style: disc;
  width: 100%;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.the-content ul li{
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.03em;
  width: 100%;
  float: left;
}
.the-content a{
  text-decoration: none;
  color: #ed1c24;
  cursor: pointer;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
}
.the-content a:hover{color: #000;}
.btnscatprod{
  padding: 5px;
  border: 1px #fff solid;
  float: left;
  background: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
}
#btn2.currentbtn2,
.btnscatprod:hover{border-color: #ed1c24;}
#btnscatprod a{
  text-align: center;
  text-decoration: none;
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 600;
  color: #fff;
  background: #ed1c24;
  width: 100%;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
#btnscatprod form#filter input[type="submit"]{
  text-align: center;
  text-decoration: none;
  font-family: 'Raleway', Arial, sans-serif;
  border: none;
  cursor: pointer;
  font-weight: 600;
  color: #fff;
  background: #ed1c24;
  width: 100%;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
#btnscatprod form#filter{
  width: 100%;
  float: left;
}
#abcdaire{float: left;}
#letters{
  width: 100%;
  float: left;
  text-align: center;
  word-wrap: break-word;
}
#letters a{
  margin: 0 0.16em;
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 900;
  color: #000;
  text-decoration: none;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
}
#letters a:hover{color: #ed1c24;}
.lettersection{
  width: 100%;
  float: left;
}
#abcdaire h3{
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 900;
  color: #ed1c24;
  text-align: center;
  width: 100%;
  float: left;
  border-bottom: 1px #ed1c24 solid;
  border-top: 1px #ed1c24 solid;
}
ul#letter{
  width: 100%;
  float: left;
  padding: 0;
}
ul#letter li{
  width: 100%;
  float: left;
}
ul#letter li a{
  width: 100%;
  position: relative;
  color: #4a4a4a;
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 600;
  text-decoration: none;
  float: left;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
ul#letter li a:hover{color: #ed1c24;}
ul#letter li a::before{
  left: 0;
  content: '';
  background: #ed1c24;
  position: absolute;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
}
ul#letter li a::after{
  top: 0;
  right: 0;
  content: '';
  background: url(img/arrowletter.png) no-repeat center center;
  position: absolute;
}
#sidebar2 h3{
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  float: left;
  color: #ed1c24;
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.btnfilter2{
  margin: 16px auto 0;
  width: 100%;
  float: left;
  background: url(img/check1.png) no-repeat left center;
}
.btnfilter2 input[type="checkbox"]{display: none;}
.btnfilter2 input[type="checkbox"] + label{
  font-size: 16px;
  line-height: 16px;
  padding: 0 0 0 20px;
  color: #ed1c24;
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
  float: left;
  cursor: pointer;
  background: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.btnfilter2 input[type="checkbox"]:checked + label{background: url(img/check2.png) no-repeat left center;}
.searching{
  width: 100px;
  height: 100px;
  margin: 20 auto 0;
  float: left;
  background-image: url(img/searching.png);
  background-repeat: no-repeat;
  background-size: 1600% auto;
  background-position: left center;
  animation: searching 0.5s steps(15) infinite;
  -webkit-animation: searching 0.5s steps(15) infinite;
  -moz-animation: searching 0.5s steps(15) infinite;
  -o-animation: searching 0.5s steps(15) infinite;
  -ms-animation: searching 0.5s steps(15) infinite;
}
@keyframes searching{0%{background-position: left center;} 100%{background-position: right center;}}
@-webkit-keyframes searching{0%{background-position: left center;} 100%{background-position: right center;}}
@-moz-keyframes searching{0%{background-position: left center;} 100%{background-position: right center;}}
@-ms-keyframes searching{0%{background-position: left center;} 100%{background-position: right center;}}
@-o-keyframes searching{0%{background-position: left center;} 100%{background-position: right center;}}
.logologin{
  width: 100px;
  margin: 40px calc(50% - 50px) 50px;
  float: left;
}
.logologin img{
  width: 100%;
  float: left;
  height: auto;
}
form#loginform{
  width: 260px;
  margin: 0 calc(50% - 130px) 50px;
  float: left;
}
form#loginform p{
  width: 100%;
  float: left;
}
form#loginform p.login-username,
form#loginform p.login-password{
  margin: 0 auto 10px;
}
form#loginform p.login-username{}
form#loginform p.login-username label,
form#loginform p.login-password label{display: none;}
form#loginform p.login-username input,
form#loginform p.login-password input{
  font-size: 12px;
  line-height: 12px;
  padding: 10px 15px;
  border: 1px #fff solid;
  background: none;
  color: #fff;
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 400;
  width: 100%;
  float: left;
  letter-spacing: 0.03em;
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -o-border-radius: 8px !important;
  -ms-border-radius: 8px !important;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
form#loginform p.login-remember{
  width: 100%;
  float: left;
  margin: 10px auto;
  }
form#loginform p.login-remember label{
  font-size: 12px;
  line-height: 12px;
  padding: 0 0 0 20px;
  color: #fff;
  font-style: italic;
  letter-spacing: 0.03em;
  float: left;
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 400;
  margin: 0 auto;
  background: url(img/check3.png) no-repeat left center;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
input#rememberme{display: none;}
input#rememberme[type="checkbox"] + span{
  width: 12px;
  height: 12px;
  left: 0;
  top: 0;
  position: absolute;
  background: none;
}
input#rememberme[type="checkbox"]:checked + span{
  background: url(img/check2.png) no-repeat left center;
}
form#loginform p.login-submit{margin: 20px auto 0;}
input#wp-submit{
  font-size: 18px;
  line-height: 18px;
  width: 140px;
  margin: 0 calc(50% - 70px);
  padding: 15px;
  float: left;
  color: #fff;
  background: #ed1c24;
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 600;
  cursor: pointer;
  border: none;
  letter-spacing: 0.03em;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
}
input#wp-submit:hover{background: #000;}
a#lostpassword{
  font-size: 12px;
  line-height: 12px;
  width: 130px;
  margin: 0 calc(50% - 65px) 80px;
  text-align: center;
  color: #fff;
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0.03em;
  font-style: italic;
  float: left;
  opacity: 0.6;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  -o-opacity: 0.6;
  -ms-opacity: 0.6;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
}
a#lostpassword:hover{
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
  color: #ed1c24
}
.nopostsfound{
  float: left;
  background-image: url(img/nopostsfound.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  animation: nopostsfound 4s steps(9) infinite;
  -webkit-animation: nopostsfound 4s steps(9) infinite;
  -moz-animation: nopostsfound 4s steps(9) infinite;
  -o-animation: nopostsfound 4s steps(9) infinite;
  -ms-animation: nopostsfound 4s steps(9) infinite;
}
@keyframes nopostsfound{0%{background-position: center bottom;} 10%{background-position: center top;} 50%{background-position: center top;} 60%{background-position: center bottom;} 100%{background-position: center bottom;}}
@-webkit-keyframes nopostsfound{0%{background-position: center bottom;} 10%{background-position: center top;} 50%{background-position: center top;} 60%{background-position: center bottom;} 100%{background-position: center bottom;}}
@-moz-keyframes nopostsfound{0%{background-position: center bottom;} 10%{background-position: center top;} 50%{background-position: center top;} 60%{background-position: center bottom;} 100%{background-position: center bottom;}}
@-ms-keyframes nopostsfound{0%{background-position: center bottom;} 10%{background-position: center top;} 50%{background-position: center top;} 60%{background-position: center bottom;} 100%{background-position: center bottom;}}
@-o-keyframes nopostsfound{0%{background-position: center bottom;} 10%{background-position: center top;} 50%{background-position: center top;} 60%{background-position: center bottom;} 100%{background-position: center bottom;}}
#popupsection,
#videopopup{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
  background-color: rgba(255,255,255,0.8);
}
#popupbox{
  float: left;
  background: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-shadow: 0 0 35px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 0 35px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 35px rgba(0,0,0,0.3);
  -o-box-shadow: 0 0 35px rgba(0,0,0,0.3);
  -ms-box-shadow: 0 0 35px rgba(0,0,0,0.3);
  position: relative;
}
#close,
#closevideo{
  position: absolute;
  z-index:11;
  right: 0;
  top: 0;
  cursor: pointer;
  background-color: #ed1c24;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(img/crossclose.png);
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
}
#close:hover,
#closevideo:hover{background-color: #000;}
#popuptxt{
  width: 100%;
  float: left;
  margin: 0 auto 10px;
}
#popuptxt h4{
  font-family: 'Raleway', Arial, sans-serif;
  width: 100%;
  float: left;
  font-weight: 600;
  color: #4a4a4a;
}
#popuptxt p{
  margin: 0 auto;
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.03em;
  width: 100%;
  float: left;
}
#popupok{
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 600;
  color: #fff;
  background: #ed1c24;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
}
#popupok:hover{background: #000;}
#contentvideopopup{margin: 20px auto 0;}
#contentvideopopup p{text-align: center;}
#contentvideopopup iframe{max-width: 100%;}




/* FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER */
footer{
  padding: 20px 0;
  margin: 40px auto 0;
  width: 100%;
  float: left;
  background: #4a4a4a;
}
.single-document footer,
.page-template-login footer{margin: 0 auto;}
.footer{
  width: 120px;
  margin: 0 calc(50% - 60px);
  float: left;
}
.footer a{
  font-size: 18px;
  line-height: 18px;
  color: #c1c1c1;
  width: 100%;
  text-align: center;
  float: left;
  font-weight: 600;
  font-family: 'Raleway', Arial, sans-serif;
  text-decoration: none;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
}
.footer a:hover{color: #fff;}
.footer span{
  margin: 6px 20px 0;
  width: 6px;
  height: 6px;
  float: left;
  background: #c1c1c1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
}
