/* Add here all your CSS customizations */
a.whitelink {
   color: #ffffff; 
}

.slider-container .tp-caption-overlay-opacity {
    background: none;
}

.uranus.tparrows:before {color: #cfa968 !important; } 




/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    #header .header-logo img { width: 250px !important;  height: 38px !important; }
    .specialImage {padding: 0 !important;  padding-right: 0px !important; }
    .specialImage2 {padding: 0 !important;  padding-right: 0px !important; }
    .tp-leftarrow, .tp-rightarrow {display: none !important;}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) and (max-width: 768px) {
     #header .header-logo img { width: 250px !important;  height: 38px !important; }
    .specialImage {padding: 0 !important;  padding-right: 0px !important; }
    .specialImage2 {padding: 0 !important;  padding-right: 0px !important; }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .specialImage { padding-right: 0px !important; }
    .specialImage2 {padding: 0 0 0 0 !important;  padding-right: 0px !important; }
    
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1320px){ 
      .specialImage {padding-right: 40px !important;}
      .specialImage2 {padding-right: 0px !important; padding: 0 0 0 0 !important;}
     .specialHome {padding-top: 0 !important; padding-bottom: 10px !important;}
}
  

/* Extra large devices (large laptops and desktops, 1200px and up to 1390px) */
@media only screen and (min-width: 1200px) and (max-width: 1390px) {
      .specialHome {padding-top: 10px !important; padding-bottom: 10px !important;}
    
}
     /* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
      .specialImage {padding-right: 40px !important;}
    .specialImage2 {padding: 0 0 0 0 !important;}
    
}
