@charset "utf-8";


.at_logo_carousel {
list-style:none;
margin:0px;
padding:1px 1px;
position:relative;
overflow:hidden;
}
.at_logo_carousel > ul {
padding:1px 1px;
overflow:auto;
margin:0px;
}
.at_logo_carousel > ul > li img {
opacity:0.5;
-webkit-transition: opacity 300ms ease;
-moz-transition: opacity 300ms ease;
-ms-transition: opacity 300ms ease;
-o-transition: opacity 300ms ease;
transition: opacity 300ms ease;
position:relative;
max-width:100%;
border:none;
box-shadow:none;
-webkit-box-shadow:none
}
.at_logo_carousel > ul > li:hover img {
opacity:1!important;
} .at_logo_carousel.at_vertical {
padding:0px 0px;
}
.at_logo_carousel.at_vertical > ul {
padding:1px 1px;
height:auto;
overflow:visible;
display: inline-block;
float: left;
margin-top:0px;
margin-bottom:0px;
}
.at_logo_carousel.at_vertical > ul > li {
display: block;
margin: 0px 1px;
text-align: center;
float: none;
padding: 1px 0px;
} .at_logo_carousel.at_horizontal > ul > li {
display:inline-block;
position:relative;
margin:0px 0px;
float:left;
}
.at_logo_carousel.at_horizontal > ul > li a {
text-decoration:none;
} .at_logo_carousel_calltoaction_container {
position:absolute;
display:table;
width:100%;
height:100%;
text-align:center;
z-index:3000;
}
.at_logo_carousel_calltoaction {
display:table-cell;
vertical-align:middle;
text-align:center;
}
.at_logo_carousel_calltoaction_block {
font-family:'Open Sans', Arial, Helvetica, sans-serif;
background:#fff;
color:#333;
margin:auto auto;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
width:70%;
max-width:700px;
padding:20px 30px 30px;
z-index:5000;
font-size:16px;
line-height:1.4em;
opacity:0.8; 
-webkit-transition: opacity 300ms ease;
-moz-transition: opacity 300ms ease;
-ms-transition: opacity 300ms ease;
-o-transition: opacity 300ms ease;
transition: opacity 300ms ease;
}
.at_logo_carousel_calltoaction_block:hover { opacity:1; }
.at_logo_carousel_calltoaction_block h2.button_right {
text-align:left;
width:70%;
display:inline-block;
float:left;
}
.at_logo_carousel_calltoaction_block h2.button_left {
text-align:right;
width:70%;
display:inline-block;
float:right;
}
.at_logo_carousel_calltoaction_block p { margin-bottom:20px; font-size:14px; }
.at_logo_carousel_calltoaction_block p.button_right {
text-align:left;
width:70%;
display:inline-block;
float:left;
}
.at_logo_carousel_calltoaction_block p.button_left {
text-align:right;
width:70%;
display:inline-block;
float:right;
}
.at_logo_carousel_calltoaction_block a { text-decoration:none; }
a.at_logo_carousel_button {
color: #6e6e6e;
font: bold 12px 'Open Sans', Helvetica, Arial, sans-serif;
text-decoration: none;
padding: 7px 12px;
position: relative;
display: inline-block;
text-shadow: 0 1px 0 #fff;
-webkit-transition: border-color .218s;
-moz-transition: border .218s;
-o-transition: border-color .218s;
transition: border-color .218s;
background: #f3f3f3;
background: -webkit-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
border: solid 1px #dcdcdc;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
}
a.at_logo_carousel_button:hover {
color: #333;
border-color: #999;
-moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2); 
-webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
a.at_logo_carousel_button:active {
color: #000;
border-color: #444;
}
a.at_logo_carousel_button.button_right {
float:right;
margin-right:30px;
}
a.at_logo_carousel_button.button_left {
float:left;
margin-left:30px;
}
.at_logo_carousel_dismiss_button_container {
display:block;
margin-top:10px;
clear:both;
}
a.at_logo_carousel_dismiss_button {
font-size:12px;
}
a.at_logo_carousel_dismiss_button:hover { text-decoration:underline; } .dark .at_logo_carousel_calltoaction_block {
font-family:'Open Sans', Arial, Helvetica, sans-serif;
background:#2e2e2e;
color:#fff;
margin:auto auto;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
width:70%;
max-width:700px;
padding:20px 30px 30px;
z-index:5000;
font-size:16px;
line-height:1.4em;
opacity:0.8; 
-webkit-transition: opacity 300ms ease;
-moz-transition: opacity 300ms ease;
-ms-transition: opacity 300ms ease;
-o-transition: opacity 300ms ease;
transition: opacity 300ms ease;
}
.dark .at_logo_carousel_calltoaction_block:hover { opacity:1; }
.dark a.at_logo_carousel_button, .red a.at_logo_carousel_button {
color: #fff!important;
text-decoration: none;
margin-right: 10px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 1px 0px rgba(255,255,255,0.1) inset, 0 0px 1px rgba(0,0,0,0.7);
-moz-box-shadow: 0 1px 0px rgba(255,255,255,0.1) inset, 0 0px 1px rgba(0,0,0,0.7);
box-shadow: 0 1px 0px rgba(255,255,255,0.1) inset, 0 0px 1px rgba(0,0,0,0.7); background:#1c1c1c;
border: 1px solid #141414;
padding: 10px 25px;
text-shadow: none;
}
.dark a.at_logo_carousel_button:active, .red a.at_logo_carousel_button:active, 
.dark a.at_logo_carousel_button:focus, .red a.at_logo_carousel_button:focus { box-shadow: 0 0 0 transparent inset; }
.dark .at_logo_carousel_calltoaction_block h2 {
color:#fff!important;
}
.dark .at_logo_carousel_calltoaction_block p {
color: #fff!important;
}
.dark a.at_logo_carousel_dismiss_button {
color:#fff;
}.tipsy { padding: 5px; font-size: 10px; position: absolute; z-index: 100000; }
.tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; }
.tipsy-inner { border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-arrow { position: absolute; background: url(//cadweb.design/wp-content/plugins/at-logocarousel/includes/tipsy/tipsy.gif) no-repeat top left; width: 9px; height: 5px; }
.tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; }
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; }
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px; background-position: bottom left; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; background-position: bottom left; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; background-position: bottom left; }
.tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right; }
.tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; }