@font-face{
font-family:'Oswald light';
src: url('https://arcer.info/fonts/oswald-light.ttf');
}

@font-face{
font-family:'Oswald regular';
src: url('https://arcer.info/fonts/oswald-regular.ttf');
}

@font-face{
font-family:'Oswald bold';
src: url('https://arcer.info/fonts/oswald-bold.ttf');
}

@font-face{
font-family:'delicious';
src: url('https://arcer.info/fonts/FiraSans-LightItalic.ttf'); /* convertit as instalabil https://www.andrebacklund.com/fontfixer.html pentru IE */
}

* :focus { outline: none!important; }

textarea  {
  font-size:13px!important;
}

input[type="text"], input[type="email"], input[type="password"]
{
   font-size:13px!important;
}

.popover-content {
    font-size: 13px;
}

.popover-title {
    background-color:#eeeeee;
    color: #030303;
    font-family:"Oswald light"; 
    font-size:25px;
    line-height:25px;
}

.resetdiv {
   margin:0px!important;
   margin-top:0px!important;
   margin-bottom:0px!important;
   margin-left:0px!important;
   margin-bottom:0px!important;
   padding:0px!important;
   padding-top:0px!important;
   padding-bottom:0px!important;
   padding-left:0px!important;
   padding-bottom:0px!important;
}




.colex-menu {
  list-style:none; 
  margin-left:0px;
  padding-left:2px;
 
  font-size:13px;
  color: #000000;
 
  border-left:3px solid rgba(99,88,77,.8);
}

.colex-menu li:before {
    content:"\2713\0020";
    font-weight:bold;
    opacity: 0;

}

.colex-menu li:hover:before {
   content:"\2713\0020";
   font-weight:bold;
   opacity: 1;
   color: green;
}

.colexlist {
   color: #333333; font-size:14px;  padding-top:1px; padding-bottom:1px; display:inline-block; cursor:pointer;

}

.colexlist:hover, .hovered {
   color: #ffffff!important; 
}




a:link.usual           {color:#ffc936; text-shadow: 1px 1px 1px #444444;  }
a:visited.usual        {color:#ffc936; text-decoration:none;}
a:hover.usual          {color:#ffffff; text-decoration:none;}


a:link.mycatheading     {font-size: 47px; color:#ffc936; font-family: "Open Sans"; text-decoration: none; text-shadow: 1px 1px 1px #000000; margin:0px; padding:0px; }
a:hover.mycatheading    {color:#ffffff; text-decoration:none;}

a:link.mysubcatheading  {font-size: 20px; color:#ffc936; font-family: "Oswald light"; text-decoration: none; text-shadow: 1px 1px 1px #000000; margin:0px; padding:0px; }
a:hover.mysubcatheading {color:#ffffff; text-decoration:none;}

.mycattitle {
  font-size: 40px; color:#ffc936; font-family: "Open Sans"; text-decoration: none; text-shadow: 1px 1px 2px #000000; margin:0px; padding:0px;
}


.my-cat-heading{
  position:relative; 
  display:block;
  margin-top:  2%; 
  margin-left: 7%; 
  padding:5px;
  text-shadow: 1px 1px 1px #333333;
  display: none;
  width:90%;
  text-align:right;
}

.modal-backdrop.in {
    opacity:0.0 !important;
 }


#menu_holder {
   -webkit-box-shadow: 5px 4px 21px -6px rgba(0,0,0,.9);
   -moz-box-shadow: 5px 4px 21px -6px rgba(0,0,0,.9);
    box-shadow: 5px 4px 21px -6px rgba(0,0,0,.9);
    background-color:#191412;  /* bengheu color :-) ; */ 
    position:absolute; 
    top:0px; 
    left:0px; 
    z-index:1000; 
    display:none;   
    border-bottom:2px solid #c3aa2a;
}

#mytoogle {
    background-color: #c3aa2a!important;
    -webkit-box-shadow: 5px 4px 21px -6px rgba(0,0,0,.9);
   -moz-box-shadow: 5px 4px 21px -6px rgba(0,0,0,.9);
    box-shadow: 5px 4px 21px -6px rgba(0,0,0,.9);
}

#mytoogle:active {
    background-color: white!important;
}

#mytoogle  span.icon-bar {
    background-color: #333333!important;
}

.mydropdown-menu {
   border-radius:5px;
   width: 200px!important;
   padding:0px;
   margin:0px;
   font-size:17px;
   border-width:1px!important;
   background-color:#fff0e0!important;
   border-color:#cccccc!important;
   -webkit-box-shadow: 5px 4px 21px -6px rgba(0,0,0,.9);
   -moz-box-shadow: 5px 4px 21px -6px rgba(0,0,0,.9);
    box-shadow: 5px 4px 21px -6px rgba(0,0,0,.9);
}

.mydropdown-menu li a {
   color: #333333!important;
}


.mydropdown-menu li a:hover {
   color: #c3aa2a!important;
   background-color: rgba(25,20,18,1);
}

.slide {
   display:inline-block;
   vertical-align:top;
}

.slideContent {
   overflow:auto;
   margin-left:auto;
   margin-right:auto;
   display:block;
   position:relative;
}
.menuMask {
   height:0px;
   background-color:transparent;
}
.cursor {
   cursor:pointer;
}

/******* vericaL scroll CSS *********/
.track2 {
    margin-top:10px;
    height: 99%;
    width:  7px;
    background: transparent;
    border-style: solid;
    border-color: transparent;
}

.handle2 {
    width: 7px;
    height:50px;
    background: rgba(50, 50, 50, .2);
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1),
                        inset 0 -1px 0 rgba(0, 0, 0, 0.07);
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1),
                inset 0 -1px 0 rgba(0, 0, 0, 0.07);
    margin-left: -10px;
    
   
}

.dragging .handle2,
.handle2:active {
    background: rgba(50, 50, 50, .2);
    -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
}



/******* horizontal scroll CSS *********/
.track4 {
    height: 12px;
    width:  100%;
    background-color: transparent;
    border: 1px solid transparent;
}

.track4.dragging,
.track4:hover {
    -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.8);
    box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1);
}

.track4:active {
    -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.14),
                        inset -1px -1px 0 rgba(0, 0, 0, 0.07);
    box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.14),
                inset -1px -1px 0 rgba(0, 0, 0, 0.07);
}

.handle4 {
    width: 100px;
    height:10px;
    background: rgba(50, 50, 50, .2);
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1),
                        inset 0 -1px 0 rgba(0, 0, 0, 0.07);
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1),
                inset 0 -1px 0 rgba(0, 0, 0, 0.07);
    
}

.dragging .handle4,
.handle4:active {
    background: rgba(50, 50, 50, .2);
    -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
}

.true-content {
    
}


/*
*  Navbar settings
*/

body, html {
   background-size: 100% 100%;
   height:100%;
   background-color:#bcb3a2;
   overflow:hidden;
}

body{-ms-overflow-style: none !important;}


#hopts {
   margin-top:0px;
   margin-bottom:0px; 
   z-index:99999; 
   background-color: #191412;
}

.navbar-custom {
    width:100%;
    margin-top:0px;
    font-size:20px;
    padding:0px;
    font-family:Arial;
    z-index:99999;
    background-color:#191412!important;
    margin:0px!important;
    background-size: 100% 100%;
    font-family: 'Oswald light';

}

.navbar, .navbar-default, .navbar-fixed-top, .navbar-custom, .navbar-collapse  {
  border-width: 0px 0px 0px 0px;
}

li.hopt {
  margin-top:0px;
  height:30px;
}


li.hopt > a {
  color: #ffc936!important;
  padding-top:5px;
  margin-top:0px;
  display:inline-block;
}

li.hopt:hover > a {
  color: #ffffff!important;
}  

li.hopt.active > a > span {
  color: #ffffff!important;
   border-top: 3px solid yellow;
} 

li.hopt > a >span {
  border-top: 3px solid transparent;
}


li.hopt > a > span:hover{
  border-top: 3px solid yellow;
  animation: colortext 1s ;
}


/* Chrome, Safari, Opera */
@-webkit-keyframes colortext {
    from {color: #ffc936;}
    to {color:  white;}
}

/* Standard syntax */
@keyframes colortext {
    from {color: #ffc936;}
    to {color:  white;}
}


/*
 * mine's
 */

.my-mobile-hide {

}

.my-shadow {
   -webkit-box-shadow: 5px 4px 21px -6px rgba(0,0,0,.9);
   -moz-box-shadow: 5px 4px 21px -6px rgba(0,0,0,.9);
    box-shadow: 5px 4px 21px -6px rgba(0,0,0,.9);
}

.my-shadow-border {
   -webkit-box-shadow:10px 10px 20px #000000;
   -moz-box-shadow:10px 10px 20px #000000;
    box-shadow:10px 10px 20px #000000;
    border:1px solid black;
    border-radius:6px;
}

.my-img-responsive {
   display:block;
   width:100%;
   height:auto;
}

.my-img-responsive-height {
   display:block;
   height:100%;
   width:auto;
}

.my-img-responsive-all {
   display:block;
   height:100%;
   width:100%;
}




.my-description{
  bottom: 2%;
  left: 4%;
  position: absolute;
  font-family: "Oswald light";
  font-size: 15px;
  text-shadow: 1px 1px 1px #111111;
  display: none;
  z-index: 999;
  padding:10px;
  width:  65%;
  color: #222222;
  background-color: rgba(255,255,255,.6);
  border-radius:6px;
}

.my-advertising{
  position:absolute; 
  font-family:"Oswald light"; 
  font-size:60px; 
  color: #ffffff;
  display: none;
  z-index: 999!important;
  padding:0px;
  top:0px;
  bottom:0px;
  left:0px;
  right:0px;
  display:block;
  margin:auto!important;
  line-height:60px;
  text-shadow:  4px 4px 10px #000000, 1px 1px 0 #555, 1px -1px 0 #555, -1px 1px 0 #555, -1px -1px 0 #555;  
}


.my-advertising-hotel{
  position:absolute; 
  font-family:"Oswald light"; 
  font-size:55px; 
  color: #ffffff;
  display: none;
  z-index: 999!important;
  padding:0px;
  top:10%;
  left:5%;
  display:block;
  line-height:2.3em;
  text-shadow:  4px 4px 10px #000000, 1px 1px 0 #555, 1px -1px 0 #555, -1px 1px 0 #555, -1px -1px 0 #555;  
  font-size:2.2em; 
}


.my-cat-hint{
  font-family:"Oswald light"; 
  font-size:40px; 
  color:#ffc936;
  text-shadow: 2px 2px 2px #333333;
  line-height:50px;
}

.my-sub-hint{ 
  font-family:"Oswald light"; 
  font-size:20px; 
  color: #f0f0f0;
  text-shadow: 1px 1px 1px #333333;
}


.my-cat-advertising{
  top:  4%; 
  left: 4%; 
  height:9%;
  position:absolute; 
  font-family:"Oswald light"; 
  font-size:40px; 
  color:#ffc936;
  text-shadow: 2px 2px 2px #333333;
  display: block;
  z-index: 9;
  white-space:nowrap;
  text-align:center;
  line-height:40px;
}

.my-sub-advertising{
  margin-top:3px; 
  position:relative; 
  font-family:"Oswald light"; 
  font-size:30px; 
  color:#ffc936;
  text-shadow: 1px 1px 1px #333333;
  line-height:30px;
}

.my-big{
   font-size:30px;
   color:#353535;
   font-family: delicious, arial;
   line-height:30px;
}

.my-usual{
   font-size:21px;
   font-family: delicious, arial;
   line-height:25px;
   color:#000000;
}


.my-small{
   font-size:18px;
   color:#353535;
   font-family: delicious, arial;
   line-height:25px;
}


.my-enhanced {
  font-weight:bold;
  color: #e96700;
}

.my-big-enhanced {
  font-size: 1.2em;
  font-weight:bold;
  color: #e96700;
}

.my-big-enhanced:before {
  content:"\2713\0020";
  color:#222222;
}

.my-big-paragraph{
  font-family:"Oswald light"; 
  font-size:30px;
  line-height:30px;

}


.my-medium-paragraph{
  font-family:"Oswald light";   
  font-size:25px;
  line-height:25px;

}


.my-small-paragraph{
  font-family:"Oswald light"; 
  font-size:20px;
  line-height:20px;
  color:#222222;
}

.my-thumbcat {
  display:none; 
  width:90%!important;
}

.my-transparent {
   opacity: 0;
}

.my-translucid {
   opacity: 0.8;
}

.my-absolute-center {
   position:absolute;
   top:0px;
   bottom:0px;
   left:0px;
   right:0px;
   display:block;
   margin:auto!important;
}

.my-absolute-center-horizontal {
   position:absolute;
   left:0px;
   right:0px;
   display:block;
   margin-left:auto!important;
   margin-right:auto!important;
}

.my-invisible {
  visibility: hidden;
}

.my-dots {
  padding-right:3px;

}

.my-dots > span {
  color: #333333;
  display: inline-block;
}

.my-dots > span:hover{
   cursor: pointer;
   color:green!important;
}


.my-lr {
   border:1px solid transparent;
   border-radius:3px;
}

.my-lr:hover{
    border:1px solid  #666666;
    background-color: rgba(255,201,54,.7);

}


 .my-gray {
   -webkit-filter: grayscale(1);
   filter: grayscale(1);
   
}

.my-gray-70 {
   -webkit-filter: grayscale(0.7);
   filter: grayscale(0.7);
   
}

.my-gray:hover {
  -webkit-filter: grayscale(0);
   filter: grayscale(0);
}

.my-gray-80 {
   -webkit-filter: grayscale(0.8);
   filter: grayscale(0.8);
   
}

.my-gray-80:hover {
  -webkit-filter: grayscale(0);
   filter: grayscale(0);
}


.hint-menu {
  list-style:none; 
  padding:8px; 
  padding-top:0px;
  margin:10px;  
  margin-top:0px;
  margin-left:3px;
  font-size:11px!important;
  color: #000000!important;
}

.hint-menu li:before {
    content:"\2713\0020";
}

.hint-menu li:hover {
    color:red;
    background-color: rgba(0,0,0,.1);
}



.panel-menu { 
   padding-top:10px;
}


.panel-menu ul { list-style:none; padding:0px; margin:0px;  width:80%; border-left: 2px solid rgba(30,10,10,.2);  }
.panel-menu ul li { font-family: "Oswald light",serif,Times; font-size:30px; }
.panel-menu ul li a { display:block;    padding:4px;  padding-left:15px;  text-decoration:none; color:#444444; text-shadow: 2px 2px 2px #cccccc; font-weight:bold;}
.panel-menu ul li:hover{
   background-color: rgba(0,0,0,.35);
   -moz-box-shadow:2px 2px 4px rgba(0,0,0,.3);
   -webkit-box-shadow:2px 2px 4px rgba(0,0,0,.3);
   box-shadow:2px 2px 4px rgba(0,0,0,.3);
   text-shadow: 1px 1px 1px #000000;
}
.panel-menu ul li a:hover {  
  color: #ffc936;
  text-shadow: 2px 2px 2px #000000;
}



.my-list { 
   padding-top:10px;
   padding-bottom:10px;
}

.my-list li:before {
  font-weight:bold;
  color: white;
  content: "\2713\0020\0020";
}




.my-list ul { list-style:none; padding:0px; margin:0px;   border-left: 2px solid rgba(30,10,10,.2);  }
.my-list ul li { display:block;   padding:4px;  padding-left:15px;  text-decoration:none; color:#444444;  }
.my-list ul li:hover{
   background-color: rgba(0,0,0,.15);
   -moz-box-shadow:2px 2px 4px rgba(0,0,0,.3);
   -webkit-box-shadow:2px 2px 4px rgba(0,0,0,.3);
   box-shadow:2px 2px 4px rgba(0,0,0,.3);
   text-shadow: 1px 1px 1px #000000;
   color:white;
}

.my-list ul li:hover:before {
   color:#ffc936;
}




/*
 * gradual media query stuff
 *  1920 == 100%
*/

/*  83% */
@media (min-width: 1600px) and (max-width: 1919px) {

.popover-content {
    font-size: 13px;
}  

.my-cat-hint{
  font-size:35px; 
}

.my-sub-hint{ 
  font-size:20px; 
}

.my-big, .my-big-paragraph{
  font-size:27px;
  line-height:27px;
}

.my-medium-paragraph, .popover-title{
  font-size:22px;
}

.my-small-paragraph{ 
  font-size:19px;
  line-height:19px;
}

.my-small{
   font-size:17px;
   line-height:17px;
}

.wrk {
  width: 80px;
  height: 80px;

}
.cssload-progress .cssload-progress-item {
  width: 80px;
  height: 80px;
  line-height: 80px;
}

.cssload-progress .cssload-progress-item:before {
  width: 36px;
  height: 36px;
  border-top: solid 8px rgb(255,255,255);
  border-right: solid 8px rgb(255,255,255);
  
}

.cssload-progress.cssload-float .cssload-progress-item:before {
  height: 39px;
}


.my-usual{
   font-size:19px;
   line-height:22px;
}
.panel-menu ul li { 
  font-size:27px; 
}

.my-cat-advertising, a:link.mycatheading, .mycattitle {
 
  font-size:38px;
}
.my-sub-advertising{
  font-size:28px;
}
.navbar-custom {
     font-size:18px;
}
}

/*  75% */
@media (min-width: 1440px) and (max-width: 1599px) {

.popover-content {
    font-size: 13px;
}

.my-big, .my-big-paragraph{
  font-size:24px;
  line-height:24px;
}

.my-medium-paragraph, .popover-title{
  font-size:20px;
}
 
.my-sub-hint{ 
  font-size:18px; 
}

.my-cat-hint{
  font-size:30px; 
}

.my-small-paragraph, .my-glyph{ 
  font-size:18px;
  line-height:18px;
}

.my-small{
   font-size:16px;
   line-height:16px;
}

.my-medium-paragraph{
  font-size:20px;
}
.wrk {
  width: 73px;
  height: 73px;
}
.cssload-progress .cssload-progress-item {
  width: 73px;
  height: 73px;
  line-height: 73px;
}

.cssload-progress .cssload-progress-item:before {
  width: 33px;
  height: 33px;
  border-top: solid 7px rgb(255,255,255);
  border-right: solid 7px rgb(255,255,255);
  
}
.cssload-progress.cssload-float .cssload-progress-item:before {
  height: 37px;
}
.my-usual{
   font-size:19px;
   line-height:22px;
}
.panel-menu ul li { 
  font-size:26px; 
}
.my-cat-advertising, a:link.mycatheading, .mycattitle{
  font-size:34px;
}
.my-sub-advertising{
  font-size:28px;
}
.navbar-custom {
     font-size:18px;
}
}

/*  71% */
@media (min-width: 1366px) and (max-width: 1439px){

.popover-content {
    font-size: 12px;
}  

.my-big, .my-big-paragraph{
  font-size:23px;
  line-height:23px;
}

.my-medium-paragraph, .popover-title{
  font-size:20px;
}

 .my-sub-hint{ 
  font-size:16px; 
 }
 .my-cat-hint{
  font-size:28px; 
}

.my-glyph {
   font:18px;
}
.my-small-paragraph, .my-glyph{ 
  font-size:17px;
  line-height:17px;
}

.my-small{
   font-size:14px;
   line-height:15px;
}

.wrk {
  width: 69px;
  height: 69px;
}
.cssload-progress .cssload-progress-item {
  width: 69px;
  height: 69px;
  line-height: 69px;
}

.cssload-progress .cssload-progress-item:before {
  width: 31px;
  height: 31px;
  border-top: solid 7px rgb(255,255,255);
  border-right: solid 7px rgb(255,255,255);
  
}

.cssload-progress.cssload-float .cssload-progress-item:before {
  height: 34px;
}
.my-usual{
   font-size:15px;
   line-height:19px;
}
.panel-menu ul li { 
  font-size:23px; 
}
.my-cat-advertising, a:link.mycatheading, .mycattitle {
 
  font-size:32px;
}
.my-sub-advertising{
  font-size:24px;
}
.navbar-custom {
     font-size:16px;
}
}

/*  66% */
@media (min-width: 1280px) and (max-width: 1365px){

.popover-content {
    font-size: 12px;
}  

.my-big, .my-big-paragraph{
  font-size:22px;
  line-height:22px;
}

.my-medium-paragraph, .popover-title{
  font-size:16px;
}

.my-sub-hint{ 
  font-size:15px; 
 }

  .my-cat-hint{
  font-size:28px; 
}

.my-small-paragraph, .my-glyph{ 
  font-size:16px;
  line-height:16px;
}

.my-small{
   font-size:13px;
   line-height:13px;
}

.wrk {
  width: 64px;
  height: 64px;
}
.cssload-progress .cssload-progress-item {
  width: 64px;
  height: 64px;
  line-height: 64px;
}

.cssload-progress .cssload-progress-item:before {
  width: 29px;
  height: 29px;
  border-top: solid 6px rgb(255,255,255);
  border-right: solid 6px rgb(255,255,255);
  
}

.cssload-progress.cssload-float .cssload-progress-item:before {
  height: 32px;
}



.my-usual{
    font-size:14px;
   line-height:17px;
}

.panel-menu ul li { 
  font-size:21px; 
}
 .my-cat-advertising, a:link.mycatheading, .mycattitle {
 
  font-size:29px;
}
.my-sub-advertising{
  font-size:20px;
}
.navbar-custom {
     font-size:16px;
}
}


/*  53% */
@media (min-width: 1024px) and (max-width: 1279px){

.popover-content {
    font-size: 12px;
}    

.my-big, .my-big-paragraph{
  font-size:20px;
  line-height:20px;
}

.my-medium-paragraph, .popover-title{
  font-size:14px;
}

 .my-sub-hint{ 
  font-size:14px; 
 }
.my-cat-hint{
  font-size:28px; 
}

.my-small-paragraph, .my-glyph{ 
  font-size:15px;
  line-height:15px;
}

.my-small{
   font-size:11px;
   line-height:11px;
}

.wrk {
  width: 64px;
  height: 64px;
}
.cssload-progress .cssload-progress-item {
  width: 64px;
  height: 64px;
  line-height: 64px;
}

.cssload-progress .cssload-progress-item:before {
  width: 29px;
  height: 29px;
  border-top: solid 6px rgb(255,255,255);
  border-right: solid 6px rgb(255,255,255);
  
}

.cssload-progress.cssload-float .cssload-progress-item:before {
  height: 32px;
}

.my-usual{
   font-size:14px;
   line-height:17px;
}
.panel-menu ul li { 
  font-size:20px; 
}
 .my-cat-advertising, a:link.mycatheading, .mycattitle {
 
  font-size:24px;
}
.my-sub-advertising{
  font-size:19px;
}
.navbar-custom {
     font-size:16px;
}
}


/*  47% */
@media (min-width: 900px) and (max-width: 1023px){

.popover-content {
    font-size: 12px;
}    

.my-big, .my-big-paragraph{
  font-size:16px;
  line-height:16px;
}

.my-medium-paragraph, .popover-title{
  font-size:14px;
}

.my-sub-hint{ 
  font-size:13px; 
 }
.my-cat-hint{
  font-size:28px; 
}

.my-small-paragraph, .my-glyph{ 
  font-size:14px;
  line-height:14px;
}

.my-small{
   font-size:11px;
   line-height:11px;
}

.wrk {
  width: 64px;
  height: 64px;
}
.cssload-progress .cssload-progress-item {
  width: 64px;
  height: 64px;
  line-height: 64px;
}

.cssload-progress .cssload-progress-item:before {
  width: 29px;
  height: 29px;
  border-top: solid 6px rgb(255,255,255);
  border-right: solid 6px rgb(255,255,255);
  
}

.cssload-progress.cssload-float .cssload-progress-item:before {
  height: 32px;
}

.my-usual{
   font-size:14px;
   line-height:17px;
}
.panel-menu ul li { 
  font-size:19px; 
}
.my-cat-advertising, a:link.mycatheading, .mycattitle{
 
  font-size:24px;
}
.my-sub-advertising{
  font-size:18px;
}
.navbar-custom {
     font-size:15px;
}
}


/*  40% */
@media (min-width: 768px) and (max-width: 899px){

.popover-content {
    font-size: 11px;
}    


.my-big, .my-big-paragraph{
  font-size:15px;
  line-height:15px;
}

.my-medium-paragraph, .popover-title{
  font-size:14px;
}

.my-sub-hint{ 
  font-size:12px; 
 }

.my-cat-hint{
  font-size:28px; 
}
.my-small-paragraph, .my-glyph{ 
  font-size:12px;
  line-height:12px;
}

.my-small{
   font-size:11px;
   line-height:11px;
}


.wrk {
  width: 64px;
  height: 64px;
}
.cssload-progress .cssload-progress-item {
  width: 64px;
  height: 64px;
  line-height: 64px;
}

.cssload-progress .cssload-progress-item:before {
  width: 29px;
  height: 29px;
  border-top: solid 6px rgb(255,255,255);
  border-right: solid 6px rgb(255,255,255);
  
}

.cssload-progress.cssload-float .cssload-progress-item:before {
  height: 32px;
}

.my-usual{
   font-size:14px;
   line-height:17px;
}

.panel-menu ul li { 
  font-size:19px; 
}
.my-cat-advertising, a:link.mycatheading, .mycattitle{
 
  font-size:24px;
}
.my-sub-advertising{
  font-size:16px;
}
.navbar-custom {
     font-size:14px;
}
}

/*  29% */
@media (min-width: 560px) and (max-width: 767px){

.popover-content {
    font-size: 11px;
}    


.my-big, .my-big-paragraph{
  font-size:15px;
  line-height:15px;
}

.my-medium-paragraph, .popover-title{
  font-size:12px;
}

.my-sub-hint{ 
  font-size:12px; 
 }
.my-cat-hint{
  font-size:28px; 
}
 .my-small-paragraph, .my-glyph{ 
  font-size:13px;
  line-height:13px;
}

.my-small{
   font-size:11px;
   line-height:11px;
}
 
.wrk {
  width: 64px;
  height: 64px;
}
.cssload-progress .cssload-progress-item {
  width: 64px;
  height: 64px;
  line-height: 64px;
}

.cssload-progress .cssload-progress-item:before {
  width: 29px;
  height: 29px;
  border-top: solid 6px rgb(255,255,255);
  border-right: solid 6px rgb(255,255,255);
  
}

.cssload-progress.cssload-float .cssload-progress-item:before {
  height: 32px;
}

.my-usual{
   font-size:13px;
   line-height:16px;
}
.panel-menu ul li { 
  font-size:19px; 
}
.my-cat-advertising, a:link.mycatheading, .mycattitle{
  
  font-size:22px;
}
.my-sub-advertising{
  font-size:15px;
}
.navbar-custom {
     font-size:14px;
}
}


/*  21% */
@media (min-width: 400px) and (max-width: 559px){

.popover-content {
    font-size: 11px;
}    


.my-big, .my-big-paragraph{
  font-size:15px;
  line-height:15px;
}

.my-medium-paragraph, .popover-title{
  font-size:12px;
}

.my-sub-hint{ 
  font-size:12px; 
 }

.my-cat-hint{
  font-size:28px; 
}

.my-small-paragraph, .my-glyph{ 
  font-size:13px;
  line-height:13px;
}

.my-small{
   font-size:10px;
   line-height:10px;
}

.wrk {
  width: 64px;
  height: 64px;
}
.cssload-progress .cssload-progress-item {
  width: 64px;
  height: 64px;
  line-height: 64px;
}

.cssload-progress .cssload-progress-item:before {
  width: 29px;
  height: 29px;
  border-top: solid 6px rgb(255,255,255);
  border-right: solid 6px rgb(255,255,255);
  
}

.cssload-progress.cssload-float .cssload-progress-item:before {
  height: 32px;
}

.my-usual{
   font-size:12px;
   line-height:14px;
}
.panel-menu ul li { 
  font-size:17px; 
}
.my-cat-advertising, a:link.mycatheading, .mycattitle{
  
  font-size:22px;
}
.my-sub-advertising{
  font-size:15px;
}
.navbar-custom {
     font-size:14px;
}
}


/*  13.5% */
@media (min-width: 260px) and (max-width: 399px){

.popover-content {
    font-size: 11px;
}    


.my-big, .my-big-paragraph{
  font-size:15px;
  line-height:15px;
}

.my-medium-paragraph, .popover-title{
  font-size:12px;
}

.my-sub-hint{ 
  font-size:12px; 
 }

.my-cat-hint{
  font-size:28px; 
}

.my-small-paragraph, .my-glyph{ 
  font-size:13px;
  line-height:13px;
}

.my-small{
   font-size:10px;
   line-height:10px;
}

.wrk {
  width: 64px;
  height: 64px;
}
.cssload-progress .cssload-progress-item {
  width: 64px;
  height: 64px;
  line-height: 64px;
}

.cssload-progress .cssload-progress-item:before {
  width: 29px;
  height: 29px;
  border-top: solid 6px rgb(255,255,255);
  border-right: solid 6px rgb(255,255,255);
  
}

.cssload-progress.cssload-float .cssload-progress-item:before {
  height: 32px;
}


.my-usual{
  font-size:12px;
  line-height:14px;
}
.panel-menu ul li { 
  font-size:17px; 
}
 .my-cat-advertising, a:link.mycatheading, .mycattitle{
 
  font-size:20px;
}
.my-sub-advertising{
  font-size:15px;
}
.navbar-custom {
     font-size:14px;
}

}


/*  13.5% */
@media (min-width: 0px) and (max-width: 259px){

.popover-content {
    font-size: 11px;
}    
  

.my-big, .my-big-paragraph{
  font-size:15px;
  line-height:15px;
}

.my-medium-paragraph, .popover-title{
  font-size:12px;
}


.my-sub-hint{ 
  font-size:28px; 
 }
 
.my-cat-hint{
  font-size:10px; 
}

 .my-small-paragrap, .my-glyph{ 
  font-size:13px;
  line-height:13px;
}

.my-small{
   font-size:10px;
   line-height:10px;
}

 
.wrk {
  width: 64px;
  height: 64px;
}
.cssload-progress .cssload-progress-item {
  width: 64px;
  height: 64px;
  line-height: 64px;
}

.cssload-progress .cssload-progress-item:before {
  width: 29px;
  height: 29px;
  border-top: solid 6px rgb(255,255,255);
  border-right: solid 6px rgb(255,255,255);
  
}

.cssload-progress.cssload-float .cssload-progress-item:before {
  height: 32px;
}

.my-usual{
    font-size:12px;
   line-height:14px;
}

.panel-menu ul li { 
  font-size:17px; 
}
.my-cat-advertising, a:link.mycatheading, .mycattitle{
  font-size:20px;
}
.my-sub-advertising{
  font-size:15px;
}
.navbar-custom {
     font-size:14px;
}
} 

/*
* end gradual query stuff
*/





/*
 * apollo stuff
 */
 .grid {
  position: relative;
  padding:0px;
  margin:0px;
}

.grid:hover{
}

/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  
  height: auto;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
  padding:0px;
  margin:0px;
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* Individual effects */

/*-----------------*/
/***** Apollo *****/
/*-----------------*/

figure.effect-apollo {
  background: transparent;
}

figure.effect-apollo img {
  opacity: .8;
   filter:         url(~"data:image/svg+xml;utf8,<svg xmlns=\'https://w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
   -webkit-filter: grayscale(50%);
   -moz-filter:    grayscale(50%);
   -ms-filter:     grayscale(50%);
   -o-filter:      grayscale(50%);
   filter: gray; 
  -webkit-transition: opacity 0.20s, -webkit-transform 0.20s;
  transition: opacity 0.20s, transform 0.20s;

  transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;

  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
}

figure.effect-apollo figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.3);
  content: '';
  opacity:0.0;
 -webkit-transition: opacity 0.4s, 
  transition: opacity 0.4s,
  -webkit-transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  -webkit-transform: scale3d(1.9,2.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
  transform: scale3d(1.9,2.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
  -webkit-transition-delay: 0.2s; /* Safari */
}


figure.effect-apollo:hover img {
  opacity: 1;
  filter: none;
  -webkit-filter: grayscale(0%);
  -moz-filter:    grayscale(0%);
  -ms-filter:     grayscale(0%);
  -o-filter:      grayscale(0%);
  -webkit-transform: scale3d(1.15,1.15,1);
  transform: scale3d(1.25,1.25,1);
  border:1px solid yellow;
}

figure.effect-apollo:hover figcaption::before {
  opacity:1;
  -webkit-transform: scale3d(1.9,2.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
  transform: scale3d(1.9,2.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);

}




/*
*  ce se intimpla la 768 breaking point !
*/
@media (max-width:767px){


  .my-advertising {
    font-size: 35px!important;
  }

  .my-advertising-hotel{
     font-size:25px; 
     line-height:1.5em;
  }



  .s3 {
      text-align:center!important;
  }

  .form-control {
     height:30px;
  }

  .my-mobile-hide {
   display:none!important;
  }

  li.hopt > a {
  color: #cccccc!important;
  }

  li.hopt:hover > a {
  color: #ffffff!important;
  }  


  li.hopt.active > a > span {
  color: #ffffff!important;
   border-top: 4px solid transparent;
  } 

  li.hopt > a >span {
     border-top: 3px solid transparent;
  }



  #controls {
    width: 18%!important;
  }

  #hopts {
    margin-bottom: 5px;
    height:210px;
    margin-left:auto;
    margin-right:auto;
    width:140px!important;
    border-width:0px;
    border-radius:4px;
    border:1px solid #555555;
    text-align:left;
    -webkit-box-shadow: 5px 4px 21px -6px rgba(0,0,0,.9);
    -moz-box-shadow: 5px 4px 21px -6px rgba(0,0,0,.9);
     box-shadow: 5px 4px 21px -6px rgba(0,0,0,.9);
     background-color: #191412;
     border-left:5px solid #ffc936;
  }

  .navbar-custom {
    background-color:transparent!important;
    font-size:20px;
 }

 .mydropdown-menu-mobile {
   list-style-type:none;
   width: 140px! important;
   padding:0px;
   margin:0px;
   padding-left:10px;
   font-size:15px;
   border-width:1px!important;
   border-color:#cccccc!important;
   text-align:left;
   font-weight:bold;
   display:block;
   background-color:#c3aa2a;
}



.mydropdown-menu-mobile li a {
   color: #222222!important;
   margin-top:5px!important;
   margin-bottom:5px!important;
   display: block;
}


}

/*
* diverse
*/
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.inset-text-effect {
  text-shadow: 1px 1px 0 rgba(120,120,120,0.6) , -1px -1px 1px rgba(0,0,0,0.67) 
}



.google-maps {
    position: relative;
    padding-bottom: 18%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.grid-reset {
   padding:0px!important;
   margin: 0px!important;
   margin-left:   0px!important;
   margin-right:  0px!important;
   margin-top:    0px!important;
   margin-bottom: 0px!important;
   padding-left:  0px!important;
   padding-right: 0px!important;
   padding-top:   0px!important;
   padding-bottom:0px!important;
   
}

.pulsate {
    -webkit-animation: mypulsate 3s infinite; /* Chrome, Safari, Opera */
    animation: mypulsate 3s infinite
}


/* Chrome, Safari, Opera */
@-webkit-keyframes mypulsate {
    0%   {background-color: rgba(0,0,0,.6);}
    50% {background-color: rgba(0,0,0,.2);}
    100% {background-color: rgba(0,0,0,.6);}
}

/* Standard syntax */
@keyframes mypulsate {
    0%   {background-color: rgba(0,0,0,.6);}
    50% {background-color: rgba(0,0,0,.2);}
    100% {background-color: rgba(0,0,0,.6);}
}



/*
* some special cases
*/
@media (max-width: 992px){

  .contact-element {
    text-align:center;
  }

  .contact-element-showroom {
    text-align:center;
  }

  .google-maps {
    padding-bottom: 50%; // This is the aspect ratio
}
}

.table{
  display:table;
  width:100%;
  border-collapse:collapse;
}
.table-row{
    display: table-row;
     width:100%;
}
.table-cell, .table-head{
      display: table-cell;
      padding:0.2em;
}


/*
 * INDEX.PHP
*/
 .menu-header{
     margin-left:-10px!important; width:140px!important; background-color:#191412; border-bottom:2px solid #ffc936; color:#eeeeee; text-align:center;
  }
  .menu-header-mobile {
     padding:5px; background-color:#191412; border-bottom:2px solid #ffc936; color:#cccccc; text-align:center;
  }

  #aria_privata { 
      display:none; overflow:auto; border-radius:3px; position:absolute;   top:5px; left:0px; width:100%; right:0px;  margin-left:auto; margin-right:auto;   z-index:0;   background-image:url('https://arcer.info/img/background.jpg');
      text-align:center;
  }
  .s1{

      background-color:rgba(0,0,0,.4); padding:10px!important;  margin-top:10px!important; margin-bottom:10px!important; margin-left:10px!important; margin-right:10px!important; border-radius: 3px;
  }
  .s2 {
      padding:5px; padding-bottom:20px; text-align:left; color:white;
  }
  .s3 {
      text-align:left;padding:0px;margin:0px;
  }
  .s4 {
      text-align:center; height:20px;
  }
  .s5 {
      font-size:85%; color:white; height:20px;
  }
  .s6 {
      padding:5px;
  }
  .s7 {
      display:none;
  }
  .s8 {
      text-align:center; display:block; margin-top:10px; margin-bottom:5px; background-color:rgba(0,0,0,.3); padding:10px;
  }
  #aria_privata_content_holder {
     color:#cccccc; overflow:hidden;
  }
  .s24 {
     text-align:center;  padding:0px;
  }
  .s25 {
   text-align:center; margin-top:5px; margin-bottom:5px;
  }
  #cont_header {
      cursor:pointer; background-color:rgba(0,0,0,.2); text-align:center; padding-top:5px;
  }
  #login_header {
      cursor:pointer; background-color:rgba(0,0,0,.2); text-align:center; padding-top:5px;
 }
 .white {
    color:white;
 }
 .form-actions {
     text-align:center; padding-bottom:5px;
 }
 .form-input {
    height:30px; font-size:14px; padding-left:5px; border-radius:3px;
 }

 .form-input:hover {
     background-color:#202025;
 }


 #form_cont {
       background-color:#112111; text-align:center; padding:10px; margin:20px; color:#e0e0e0;
 }
 #form_login {
      background-color:#112111; text-align:center; padding:10px; margin:20px; color:#e0e0e0;
 }

 #form_forget {
       display:none; width:95%; margin-left:auto; margin-right:auto;
 }
 #login_header {
      cursor:pointer; background-color:rgba(0,0,0,.1); text-align:center; padding-top:5px;
 }

 #form_login_login {
      width:95%; margin-left:auto; margin-right:auto;
 }

 div.has-feedback{
    font-size:11px!important;
 }

 label.control-label{
    font-size:14px!important;
 }



